@charset "UTF-8";

html, :root {
  scroll-behavior: smooth;
  --pk-global-width: 127rem;
  --pk-color-primary: #00A23D;
  --pk-color-primary-dark: #1A8A47;
  --pk-color-primary-light: #2BC46F;
  --pk-color-secondary: #F5F5F5;
  --pk-color-accent: #FF6B35;
  --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: linear-gradient(180deg, rgba(34, 164, 90, 1) 0%, rgba(255, 255, 255, 1) 100%);
  --pk-gradient-primary: linear-gradient(180deg, rgba(34, 164, 90, 1) 0%, rgba(255, 255, 255, 1) 100%);
  --pk-gradient-green: linear-gradient(135deg, rgba(34, 164, 90, 0.9) 0%, rgba(26, 138, 71, 0.9) 100%);
  --pk-fontfamily-sansserif: "Noto Sans", "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-fontfamily-brownhill: "Brownhill Script", cursive;
  --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-gnavbtn: 803;
  --pk-zindex-gnav: 802;
  --pk-zindex-overlay: 801;
  --pk-zindex-header: 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;
}

@font-face {
  font-family: "Brownhill Script";
  src: url("../fonts/Brownhill-Script.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--pk-fontfamily-sansserif);
  color: var(--pk-color-text);
  background: var(--pk-color-bg);
  padding-top: 43px;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body {
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {
  body {
    padding-top: 124px;
  }
}
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(255, 255, 255, 0.5);
  -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.6rem;
  }
}

#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);
}

main.container {
  margin-top: 4rem;
  margin-bottom: 10rem;
}

strong {
  font-weight: bold;
  color: var(--pk-color-primary);
}

b {
  font-weight: bold;
}

.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.5rem;
  }
}
.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.5rem;
}
@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%);
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 1.2rem;
  border: 2px solid var(--pk-color-primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .btn {
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
  }
}
.btn svg {
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn--primary {
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
  text-decoration: underline;
}
.btn--primary svg {
  stroke: var(--pk-color-primary);
}
.btn--primary:hover {
  background: var(--pk-color-primary-dark);
}
.btn--secondary {
  background: var(--pk-color-secondary);
  color: var(--pk-color-text);
}
.btn--secondary:hover {
  background: #e8e8e8;
}
.btn--outline {
  background: transparent;
  border: 2px solid var(--pk-color-primary);
  color: var(--pk-color-primary);
}
.btn--outline:hover {
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
}
.btn--with-arrow {
  text-decoration: underline;
}
.btn--with-arrow:hover {
  background: #fff;
  border-color: var(--pk-color-primary);
  color: var(--pk-color-primary);
}
.btn--with-arrow:hover .icon-arrow {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.btn--with-arrow:hover {
  -webkit-box-shadow: 0 4px 12px rgba(var(--pk-color-primary), 0.3);
  box-shadow: 0 4px 12px rgba(var(--pk-color-primary), 0.3);
}

.icon-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .icon-arrow {
    width: 5rem;
    height: 5rem;
  }
}
.icon-arrow svg {
  margin: 0 29%;
  width: 100%;
  height: 100%;
  display: block;
}
@media not all and (min-width: 1024px) {
  .icon-arrow.news__carousel-btn svg {
    margin: 0 20%;
  }
}
.icon-arrow--right svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon-arrow--left svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-arrow--up svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.icon-arrow--down svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-arrow--green {
  background: var(--pk-color-primary);
}
.icon-arrow--green svg {
  stroke: var(--pk-color-bg);
}

.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: 3.2rem;
    padding-bottom: 2 rem;
    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-color-corporate);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-primary {
  text-align: left;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .heading-primary {
    margin-bottom: 6.5rem;
  }
}
.heading-primary__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  border-bottom: 2px solid var(--pk-color-primary);
}
@media (min-width: 768px) {
  .heading-primary__title {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .heading-primary__title {
    font-size: 3.2rem;
  }
}

.heading-subsection {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .heading-subsection {
    margin-bottom: 2rem;
  }
}
.heading-subsection__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .heading-subsection__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .heading-subsection__title {
    font-size: 2.8rem;
  }
}
.heading-subsection__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--pk-color-primary);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .heading-subsection__subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .heading-subsection__subtitle {
    font-size: 2rem;
  }
}
.job-posting__pr .heading-subsection__subtitle {
  border-bottom: 1px solid #ddd;
}

.section-heading {
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .section-heading {
    margin-bottom: 6rem;
  }
}
.section-heading__en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 4rem;
  color: var(--pk-color-primary);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3em;
  position: relative;
  left: -1.5rem;
}
@media (min-width: 768px) {
  .section-heading__en {
    font-size: 5rem;
    left: -2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .section-heading__en {
    font-size: 10rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .section-heading__en {
    left: calc(-50vw + 63.5rem + 1rem);
  }
}
@media (min-width: 1440px) {
  .section-heading__en {
    left: -7rem;
  }
}
.section-heading__jp {
  background: #f6ff00;
  color: var(--pk-color-textdarker);
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.1em 0.5em;
  border-radius: 0.4rem;
  line-height: 1.4;
  display: inline-block;
}
@media (min-width: 1024px) {
  .section-heading__jp {
    font-size: 3.2rem;
  }
}

.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.6rem;
  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.5rem;
  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.5rem;
  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.6rem;
  }
}

.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.5rem;
  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.6rem;
  }
}
.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.6rem;
  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.6rem;
  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.6rem;
  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.6rem;
  }
}
@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.6rem;
  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.6rem;
    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.6rem;
  }
}
.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.6rem;
  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.5rem;
}
@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.6rem;
}
@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.6rem;
  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.6rem;
  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.5rem;
  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.5rem;
  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.6rem;
}
@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.5rem;
}
@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 #0000004d;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem 2em;
}
.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 {
  display: block;
  color: #FB3131;
  font-weight: 500;
  font-size: smaller;
}
@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;
}

.entry-form {
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .entry-form {
    padding: 6rem 0;
  }
}
.entry-form .list-inquiry {
  margin-bottom: 0;
  background: #F9F9F9;
  padding: 4rem 2rem;
}
@media (min-width: 1024px) {
  .entry-form .list-inquiry {
    padding: 6rem 6rem;
  }
}
@media (min-width: 1280px) {
  .entry-form .list-inquiry {
    padding: 6rem 13rem;
  }
}
.entry-form .list-inquiry > .wrap:first-child {
  margin-top: 0;
}
.entry-form .list-inquiry .label-sub {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #666;
  margin-left: 0.5em;
}
@media (min-width: 1024px) {
  .entry-form .list-inquiry .label-sub {
    font-size: 1.6rem;
  }
}
.entry-form .list-inquiry .field-note {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .entry-form .list-inquiry .field-note {
    font-size: 1.6rem;
  }
}
.entry-form .list-inquiry .birthday-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-form .list-inquiry .birthday-selects select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.entry-form .list-inquiry .wpcf7-radio--vertical .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.entry-form .list-inquiry .wpcf7-radio--vertical .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.entry-form .btn-wrap {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .entry-form .btn-wrap {
    margin-top: 5rem;
  }
}
.entry-form .btn--submit {
  background: #000;
  color: #fff;
  border-color: #000;
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 20rem;
  border-radius: 3.5rem;
}
@media (min-width: 1024px) {
  .entry-form .btn--submit {
    padding: 1.8rem 5rem;
    font-size: 1.8rem;
    min-width: 24rem;
  }
}
.entry-form .btn--submit:hover {
  background: #333;
  border-color: #333;
}
.entry-form .form-footer-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .entry-form .form-footer-note {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

/**
 * ** 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);
  }
}
.image-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .image-text {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .image-text {
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .image-text {
    margin-bottom: 9rem;
    gap: 6rem;
  }
}
.image-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .image-text--reverse .image-text__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .image-text--reverse .image-text__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media not all and (min-width: 768px) {
  .image-text__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.image-text__image {
  width: 100%;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .image-text__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.image-text__image img {
  width: 100%;
  height: auto;
  display: block;
}
.image-text__heading {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--pk-color-primary);
}
@media (min-width: 768px) {
  .image-text__heading {
    font-size: 2.9rem;
  }
}
.image-text__list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.image-text__list li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
}
@media (min-width: 768px) {
  .image-text__list li {
    font-size: 1.8rem;
  }
}
.image-text__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--pk-color-primary);
  font-weight: bold;
}

.gradient-section {
  max-width: 160rem;
  margin: 0 auto;
  padding: 10rem 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(170deg, rgba(255, 202, 129, 0.78) 0%, rgba(102, 215, 144, 0.78) 21%, rgba(0, 163, 61, 0.78) 71%, rgba(0, 162, 61, 0.78) 100%);
}
@media not all and (min-width: 1024px) {
  .gradient-section {
    margin: 0;
    border-radius: 0;
    padding-top: 3.6rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1600px) {
  .gradient-section {
    border-radius: 12px;
  }
}
.gradient-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #71DE9A;
}
.gradient-section__inner {
  position: relative;
  z-index: 2;
}
.gradient-section__header {
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .gradient-section__header {
    margin-bottom: 6rem;
  }
}
.gradient-section__title-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 4.2rem;
  font-weight: normal;
  color: var(--pk-color-bg);
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
}
@media not all and (min-width: 1024px) {
  .gradient-section__title-en {
    font-size: 2rem;
    font-weight: bold;
  }
}
.gradient-section__title-ja {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--pk-color-bg);
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .gradient-section__title-ja {
    font-size: 4.4rem;
  }
}
@media not all and (min-width: 1024px) {
  .gradient-section__title-ja {
    padding: 1rem 0.5em 1rem 0;
  }
}
.gradient-section__title-ja::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - (100vw - 127rem) / 2);
  height: 100%;
  background: var(--pk-color-primary);
  z-index: -1;
}
@media not all and (min-width: 1024px) {
  .gradient-section__title-ja::before {
    width: calc(100% + 2rem);
    left: -2rem;
    right: auto;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .main-visual {
    height: 21rem;
  }
}
.main-visual__image {
  width: 100%;
  z-index: 1;
}
.main-visual__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (min-width: 1024px) {
  .main-visual__image img {
    height: 21rem;
    -o-object-position: left;
    object-position: left;
  }
}
.main-visual__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.6666666667%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 226, 201, 0.85)), color-stop(71%, rgba(0, 162, 61, 0.85)), to(rgba(4, 156, 96, 0.85)));
  background: linear-gradient(to right, rgba(255, 226, 201, 0.85) 0%, rgba(0, 162, 61, 0.85) 71%, rgba(4, 156, 96, 0.85) 100%);
}
@media not all and (min-width: 1024px) {
  .main-visual__overlay {
    width: 100%;
  }
}
.main-visual__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  color: #fff;
}
.main-visual__heading {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .main-visual__heading {
    margin-bottom: 2rem;
  }
}
.main-visual__heading-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media (min-width: 768px) {
  .main-visual__heading-en {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .main-visual__heading-en {
    font-size: 5rem;
  }
}
.main-visual__heading-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .main-visual__heading-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .main-visual__heading-title {
    font-size: 4.6rem;
  }
}
.main-visual__text {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .main-visual__text {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .main-visual__text {
    font-size: 1.8rem;
  }
}
.main-visual--entry {
  background-image: url(../img/main02-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media not all and (min-width: 768px) {
  .main-visual--entry {
    height: 15rem;
    background-position: left center;
  }
}
.main-visual--entry .main-visual__content {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 15rem;
}
@media (min-width: 768px) {
  .main-visual--entry .main-visual__content {
    min-height: 23.5rem;
  }
}
@media (min-width: 1024px) {
  .main-visual--entry .main-visual__content {
    min-height: 31.4rem;
  }
}
.main-visual--entry .main-visual__heading--entry {
  margin-bottom: 0;
}
.main-visual--entry .main-visual__heading-en--entry {
  color: #00A23D;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .main-visual--entry .main-visual__heading-en--entry {
    font-size: 2.8rem;
  }
}
.main-visual--entry .main-visual__heading-title--entry {
  color: #000;
}
.main-visual--briefing-session {
  position: relative;
}
@media not all and (min-width: 1024px) {
  .main-visual--briefing-session {
    height: 32rem;
  }
  .main-visual--briefing-session .main-visual__image img {
    height: 32rem;
    -o-object-position: center center;
    object-position: center center;
  }
}
.main-visual--briefing-session .main-visual__content {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .main-visual--briefing-session .main-visual__content {
    top: auto;
    bottom: 1.7rem;
    -webkit-transform: none;
    transform: none;
  }
}
.main-visual--briefing-session .main-visual__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main-visual--briefing-session .main-visual__heading--briefing-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-visual--briefing-session .main-visual__heading-en--briefing-session {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2rem;
  font-weight: normal;
  color: var(--pk-color-primary);
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .main-visual--briefing-session .main-visual__heading-en--briefing-session {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .main-visual--briefing-session .main-visual__heading-en--briefing-session {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.main-visual--briefing-session .main-visual__heading-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .main-visual--briefing-session .main-visual__heading-jp {
    gap: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .main-visual--briefing-session .main-visual__heading-jp {
    gap: 1.6rem;
  }
}
.main-visual--briefing-session .main-visual__heading-jp-line {
  display: inline-block;
  background-color: #E26512;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.4em 0.3em;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .main-visual--briefing-session .main-visual__heading-jp-line {
    padding: 0.2em 0.3em;
    font-size: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .main-visual--briefing-session .main-visual__heading-jp-line {
    font-size: 5.6rem;
  }
}

.breadcrumb {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E4E4E4;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb__inner {
  max-width: 127rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  height: 6rem;
}
@media not all and (min-width: 1024px) {
  .breadcrumb__inner {
    height: 3.2rem;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  color: #666;
}
@media not all and (min-width: 1024px) {
  .breadcrumb__item {
    font-size: 1.1rem;
  }
}
.breadcrumb__item:last-child {
  color: #666;
}
.breadcrumb__item:not(:first-child)::before {
  content: ">";
  display: inline-block;
  color: #666;
}
.breadcrumb__link {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.breadcrumb__link:hover {
  color: var(--pk-color-primary);
}
.breadcrumb__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  color: #666;
}
@media not all and (min-width: 1024px) {
  .breadcrumb__icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.breadcrumb__icon svg {
  width: 100%;
  height: 100%;
}
.breadcrumb__separator {
  color: #666;
  font-size: 1.2rem;
  line-height: 1;
}
@media not all and (min-width: 1024px) {
  .breadcrumb__separator {
    font-size: 1.1rem;
  }
}

.job-postings-section {
  width: 100%;
  position: relative;
  margin-top: 4.5rem;
  margin-bottom: 7;
}
@media (min-width: 1024px) {
  .job-postings-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.job-postings-section .container {
  position: relative;
  max-width: 127rem;
}

.job-posting {
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  .job-posting {
    margin-bottom: 10rem;
  }
}
.job-posting:last-child {
  margin-bottom: 0;
}
.job-posting__title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin: 0 0 3rem 0;
  padding-bottom: 1rem;
  line-height: 1.4;
  border-bottom: 2px solid var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .job-posting__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }
}
.job-posting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .job-posting__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4.7244094488%;
    margin-bottom: 4rem;
  }
}
.job-posting__image {
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .job-posting__image {
    max-width: 553px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .job-posting__image {
    width: 43.5433070866%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.job-posting__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.job-posting__image-caption {
  font-size: smaller;
  margin-top: 0.1em;
}
.job-posting__details {
  width: 100%;
}
@media (min-width: 1024px) {
  .job-posting__details {
    width: 51.5748031496%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.job-posting__info-dl {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}
@media (min-width: 1024px) {
  .job-posting__info-dl {
    grid-template-columns: 17rem 1fr;
  }
}
.job-posting__info-dl dt {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--pk-color-textlight);
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
@media not all and (min-width: 1024px) {
  .job-posting__info-dl dt {
    width: 100%;
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .job-posting__info-dl dt {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}
.job-posting__info-dl dt:first-of-type {
  border-top: none;
}
.job-posting__info-dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
}
@media not all and (min-width: 1024px) {
  .job-posting__info-dl dd {
    border-top: none;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .job-posting__info-dl dd {
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.job-posting__info-dl dd:first-of-type {
  border-top: none;
}
.job-posting__info-dl dd .job-posting__note {
  display: block;
  font-size: 1.5rem;
  color: var(--pk-color-textlight);
  line-height: 1.6;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .job-posting__info-dl dd .job-posting__note {
    font-size: 1.6rem;
  }
}
.job-posting__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .job-posting__actions {
    gap: 2rem;
  }
}
.job-posting__btn-detail, .job-posting__btn-apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 1rem 1rem 1.5rem;
  min-width: 14.6rem;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 1.2rem;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .job-posting__btn-detail, .job-posting__btn-apply {
    letter-spacing: 0.05em;
    width: 14.5rem;
  }
}
@media (min-width: 1024px) {
  .job-posting__btn-detail, .job-posting__btn-apply {
    gap: 2rem;
    padding: 1.8rem 3rem;
    font-size: 1.8rem;
    min-width: 22.6rem;
  }
}
.job-posting__btn-detail .icon-arrow, .job-posting__btn-apply .icon-arrow {
  width: 3rem;
  height: 3rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .job-posting__btn-detail .icon-arrow, .job-posting__btn-apply .icon-arrow {
    width: 2rem;
    height: 2rem;
  }
}
.job-posting__btn-detail svg, .job-posting__btn-apply svg {
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .job-posting__btn-detail svg, .job-posting__btn-apply svg {
    margin: 20%;
  }
}
.job-posting__btn-detail:hover .icon-arrow, .job-posting__btn-apply:hover .icon-arrow {
  -webkit-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
}
.job-posting__btn-detail {
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
}
.job-posting__btn-detail:hover {
  background: var(--pk-color-primary-dark);
}
.job-posting__btn-detail svg {
  stroke: var(--pk-color-primary);
}
.job-posting__btn-detail:hover .icon-arrow {
  -webkit-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
}
.job-posting__btn-apply {
  background: var(--pk-color-primary-dark);
  color: var(--pk-color-bg);
}
.job-posting__btn-apply svg {
  stroke: var(--pk-color-primary-dark);
}
.job-posting__btn-apply:hover {
  background: #16753c;
}
.job-posting__pr {
  font-size: 16px;
}
.job-posting__pr img {
  margin-left: auto;
  margin-right: auto;
}
.job-posting__pr p {
  margin-top: 0.5em;
}

.recruit-sub-images, .recruit-workplace-images {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .recruit-sub-images, .recruit-workplace-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.recruit-sub-images__wrapper > .image img, .recruit-workplace-images__wrapper > .image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}
.recruit-sub-images__wrapper > .text p, .recruit-workplace-images__wrapper > .text p {
  font-size: smaller;
  margin-top: 0.1em;
}

@media (min-width: 768px) {
  .recruit-workplace-images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.job_tag {
  list-style: none;
  margin: 0 0 1rem;
  padding: 10px 0 0 0;
  border-top: 5px solid #27844b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.job_tag > li {
  display: block;
  padding: 6px 12px;
  margin: 0;
  background: #ededed;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1em;
  color: #333;
}
.job_tag > li > span {
  display: none;
}

.job-requirements-section {
  width: 100%;
  position: relative;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .job-requirements-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.job-requirements-section .container {
  position: relative;
  max-width: 127rem;
}
.job-requirements-section__action {
  text-align: center;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .job-requirements-section__action {
    margin-top: 6rem;
  }
}

.job-requirements-table {
  background: #F9F9F9;
  padding: 4rem 5rem;
  border-radius: 0.8rem;
}
@media not all and (min-width: 1024px) {
  .job-requirements-table {
    padding: 2rem 1.5rem;
  }
}
.job-requirements-table__dl {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}
@media (min-width: 1024px) {
  .job-requirements-table__dl {
    grid-template-columns: 17rem 1fr;
  }
}
.job-requirements-table__dl dt {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--pk-color-textlight);
  border-top: 1px solid #E3E3E3;
}
@media not all and (min-width: 1024px) {
  .job-requirements-table__dl dt {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .job-requirements-table__dl dt {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}
.job-requirements-table__dl dt:first-of-type {
  border-top: none;
}
.job-requirements-table__dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid #E3E3E3;
}
@media not all and (min-width: 1024px) {
  .job-requirements-table__dl dd {
    border-top: none;
    border-bottom: 1px solid #E3E3E3;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .job-requirements-table__dl dd {
    color: var(--pk-color-textdarker);
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}
.job-requirements-table__dl dd:first-of-type {
  border-top: none;
}

.work-location-section {
  width: 100%;
  position: relative;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .work-location-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.work-location-section .container {
  position: relative;
  max-width: 127rem;
}
.work-location-section__content {
  background: #F9F9F9;
  padding: 4rem;
  border-radius: 0.8rem;
}
@media not all and (min-width: 1024px) {
  .work-location-section__content {
    padding: 3rem 2rem;
  }
}
.work-location-section__map {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .work-location-section__map {
    margin-bottom: 4rem;
  }
}
.work-location-section__map iframe {
  width: 100%;
  height: 488px;
  border: 0;
  border-radius: 0.8rem;
}
.work-location-section__info {
  width: 100%;
}
.work-location-section__company-name {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .work-location-section__company-name {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.work-location-section__address, .work-location-section__access {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .work-location-section__address, .work-location-section__access {
    margin-bottom: 3rem;
  }
}
.work-location-section__address:last-child, .work-location-section__access:last-child {
  margin-bottom: 0;
}
.work-location-section__label {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--pk-color-textdarker);
}
@media (min-width: 1024px) {
  .work-location-section__label {
    font-size: 1.8rem;
  }
}
.work-location-section__text {
  font-size: 1.5rem;
  color: var(--pk-color-textdarker);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .work-location-section__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.work-location-section__text strong {
  font-weight: bold;
  color: var(--pk-color-textdarker);
}
.work-location-section__station {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .work-location-section__station {
    margin-bottom: 2.5rem;
  }
}
.work-location-section__station:last-child {
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--pk-zindex-header);
  background: var(--pk-color-bg);
  -webkit-box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.05);
  box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .header.is-scrolled {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .header.is-scrolled .header__inner {
    height: 60px;
  }
}
.header__inner {
  max-width: 100%;
  height: 124px;
  margin: 0 auto;
  padding-right: 5.3rem;
  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;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .header__inner {
    height: 4.3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header__inner {
    height: 10rem;
  }
}
@media (min-width: 1024px) {
  .header__inner {
    padding-right: 0;
  }
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo .logo {
  display: block;
  text-decoration: none;
}
.header__logo .logo img {
  height: 10rem;
  width: auto;
  display: block;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .header__logo .logo img {
    height: 4.3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header__logo .logo img {
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .is-scrolled .header__logo .logo img {
    height: 7rem;
  }
}
.header__nav {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4rem;
}
@media (min-width: 1024px) {
  .header__nav {
    display: block;
  }
}
.header__nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav .nav-list__item a {
  color: var(--pk-color-text);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav .nav-list__item a:hover {
  color: var(--pk-color-primary);
}
@media (min-width: 768px) {
  .header__nav .nav-list__item a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .header__nav .nav-list__item a {
    font-size: 2rem;
  }
}
.header__entry {
  position: relative;
  margin-left: 2rem;
  height: 100%;
}
@media not all and (min-width: 1024px) {
  .header__entry {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .header__entry {
    margin-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .header__entry {
    margin-left: 9rem;
  }
}
.header__entry:hover .header__entry-submenu {
  opacity: 1;
  visibility: visible;
  max-height: 168px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media not all and (min-width: 1024px) {
  .header__entry:hover .header__entry-submenu {
    max-height: 214px;
  }
}
@media not all and (min-width: 768px) {
  .header__entry:hover .header__entry-submenu {
    max-height: 418px;
  }
}
.header__entry-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10.3rem;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header__entry-btn {
    width: 14rem;
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .header__entry-btn {
    font-size: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .header__entry-btn {
    width: 25rem;
    font-size: 2.7rem;
  }
}
.header__entry-btn:hover {
  background: var(--pk-color-primary);
}
.header__entry-submenu {
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  background: var(--pk-color-primary);
}
.header__entry:hover .header__entry-submenu {
  pointer-events: auto;
}
.header__menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--pk-zindex-gnavbtn);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.7rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 5.3rem;
  height: 4.3rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media (min-width: 1024px) {
  .header__menu-btn {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header__menu-btn {
    width: 11rem;
    height: 10rem;
    gap: 1.1rem;
  }
  .is-scrolled + .header__menu-btn {
    height: 6rem;
  }
}
@media (min-width: 1280px) {
  .header__menu-btn {
    width: 12.8rem;
    height: 12.4rem;
    gap: 1.1rem;
  }
  .is-scrolled + .header__menu-btn {
    height: 6rem;
  }
}
.header__menu-btn span {
  width: 2.8rem;
  height: 0.1rem;
  background: var(--pk-color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .header__menu-btn span {
    width: 7rem;
    height: 0.2rem;
    border-radius: 0.1rem;
  }
}
@media (min-width: 1024px) {
  .header__menu-btn.is-open span {
    width: 5rem;
  }
}
.header__menu-btn.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.5rem, 0.6rem);
  transform: rotate(45deg) translate(0.5rem, 0.6rem);
}
@media (min-width: 1024px) {
  .header__menu-btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1rem, 0.75rem);
    transform: rotate(45deg) translate(1rem, 0.75rem);
  }
}
.header__menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.5rem, -0.6rem);
  transform: rotate(-45deg) translate(0.5rem, -0.6rem);
}
@media (min-width: 1024px) {
  .header__menu-btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(1rem, -0.75rem);
    transform: rotate(-45deg) translate(1rem, -0.75rem);
  }
}
.header__hamburger-menu {
  position: fixed;
  z-index: var(--pk-zindex-gnav);
  top: 0;
  right: -100%;
  width: calc(100vw - 2rem);
  height: 100svh;
  background: var(--pk-color-bg);
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .header__hamburger-menu {
    width: 40rem;
  }
}
.header__hamburger-menu.is-open {
  right: 0;
}

.entry-submenu__inner {
  -webkit-box-shadow: 0 4px 20px rgba(var(--pk-color-textdarker), 0.15);
  box-shadow: 0 4px 20px rgba(var(--pk-color-textdarker), 0.15);
  padding: 1rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 1024px) {
  .entry-submenu__inner {
    min-width: 30rem;
  }
}
@media not all and (min-width: 1024px) {
  .entry-submenu__inner {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (min-width: 768px) {
  .entry-submenu__inner {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.entry-submenu__item {
  display: grid;
  place-items: center;
  width: 23rem;
  height: 5.8rem;
  padding: 1rem;
  background: var(--pk-color-bg);
  border: 1px solid var(--pk-color-primary);
  border-radius: 0.5rem;
  color: var(--pk-color-primary);
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-submenu__item:hover {
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
}

.hamburger-menu__inner {
  padding: 6rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .hamburger-menu__inner {
    padding: 12rem 3rem 6rem;
  }
}
.hamburger-menu__nav .hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.hamburger-menu__nav .hamburger-menu__list li a.hamburger-menu__nav-link {
  display: block;
  padding: 0;
  color: var(--pk-color-text);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1280px) {
  .hamburger-menu__nav .hamburger-menu__list li a.hamburger-menu__nav-link {
    font-size: 1.8rem;
  }
}
.hamburger-menu__nav .hamburger-menu__list li a.hamburger-menu__nav-link:hover {
  color: var(--pk-color-primary);
}
.hamburger-menu__official-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.hamburger-menu__official-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: var(--pk-color-text);
  text-decoration: none;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.hamburger-menu__official-link:hover {
  text-decoration: underline;
}
.hamburger-menu__external-icon {
  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;
}
.hamburger-menu__external-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.hamburger-menu__entry-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 2rem;
}
.hamburger-menu__entry-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  margin-top: 2px;
  padding: 1.5rem 2rem;
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hamburger-menu__entry-button:first-child {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  margin-top: 0;
}
.hamburger-menu__entry-button:last-child {
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.hamburger-menu__entry-button:hover {
  opacity: 0.8;
}
.hamburger-menu__entry-button-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.hamburger-menu__entry-button-icon {
  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;
}
.hamburger-menu__entry-button-icon svg {
  width: 2rem;
  height: 2rem;
}

.hero {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100svh - 43px);
  min-height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media not all and (min-width: 1024px) {
  .hero {
    max-height: 140vw;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: calc(100svh - 100px);
  }
}
@media (min-width: 1280px) {
  .hero {
    height: calc(100svh - 124px);
  }
}
.hero__scroll-hint {
  width: 3.6rem;
  padding-bottom: 2.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .hero__scroll-hint {
    width: 6rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 1024px) {
  .hero__scroll-hint {
    width: 10rem;
    padding-bottom: 27.5rem;
  }
}
.hero__carousel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 100%;
  height: calc(100vh - 43px);
  min-height: 40rem;
  z-index: 1;
  background: #fff;
}
@media (min-width: 1024px) {
  .hero__carousel {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1280px) {
  .hero__carousel {
    height: calc(100vh - 124px);
  }
}
@media not all and (min-width: 1024px) {
  .hero__carousel {
    max-height: 140vw;
  }
}
.hero__carousel .swiper-wrapper {
  height: 100%;
}
.hero__carousel .swiper-slide {
  height: 100%;
}
.hero__carousel .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(34, 164, 90, 0.3) 0%, rgba(255, 107, 53, 0.2) 100%);
}
.hero__carousel .hero__content {
  position: absolute;
  bottom: 24rem;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 4rem;
  width: 100%;
  color: var(--pk-color-bg);
}
@media not all and (min-width: 1024px) {
  .hero__carousel .hero__content {
    padding: 0 2rem;
    bottom: 12rem;
  }
}
@media (min-width: 1280px) {
  .hero__carousel .hero__content {
    padding: 0 10rem;
  }
}
.hero__carousel .hero__scrolling-text {
  position: absolute;
  bottom: 15rem;
  left: 0;
  width: 100%;
  z-index: 4;
  overflow: hidden;
  white-space: nowrap;
}
@media not all and (min-width: 1024px) {
  .hero__carousel .hero__scrolling-text {
    bottom: 5rem;
  }
}
.hero__carousel .hero__pagination {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  color: var(--pk-color-bg);
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}
@media not all and (min-width: 1024px) {
  .hero__carousel .hero__pagination {
    bottom: 2rem;
    right: 2rem;
    font-size: 1.5rem;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__image picture {
  display: contents;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(var(--pk-color-textdarker), 0.3);
}
@media (min-width: 1024px) {
  .hero__subtitle {
    font-size: 3.2rem;
  }
}
@media (min-width: 1280px) {
  .hero__subtitle {
    font-size: 4rem;
  }
}
.hero__title {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(var(--pk-color-textdarker), 0.3);
  letter-spacing: 0.05em;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 8rem;
  }
}
.hero__pagination-current, .hero__pagination-total {
  font-family: "Noto Sans", sans-serif;
}
.hero__pagination-line {
  width: 8rem;
  height: 0.1rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .hero__pagination-line {
    width: 6rem;
  }
}
@media (min-width: 1024px) {
  .hero__pagination-line {
    width: 22.03125vw;
  }
}
.hero__pagination-line-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--pk-color-primary);
  width: 33.33%;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.hero__pagination-line-active.is-active-1 {
  left: 0;
}
.hero__pagination-line-active.is-active-2 {
  left: 33.33%;
}
.hero__pagination-line-active.is-active-3 {
  left: 66.66%;
}

.scroll-hint__text img {
  height: 8rem;
  width: auto;
  display: block;
}
@media not all and (min-width: 1024px) {
  .scroll-hint__text img {
    height: 6rem;
  }
}
.scroll-hint__line {
  margin-top: 2rem;
  width: 0.2rem;
  height: 10rem;
  background: rgba(var(--pk-color-primary), 0.3);
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .scroll-hint__line {
    height: 8rem;
  }
}
.scroll-hint__line-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #60C386;
  -webkit-animation: scrollLineAnimation 2s ease-in-out infinite;
  animation: scrollLineAnimation 2s ease-in-out infinite;
}

@-webkit-keyframes scrollLineAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
  }
}

@keyframes scrollLineAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(400%);
    transform: translateY(400%);
  }
}
.scrolling-text__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4rem;
  -webkit-animation: scrollTextAnimation 30s linear infinite;
  animation: scrollTextAnimation 30s linear infinite;
}
.scrolling-text__item {
  display: inline-block;
  font-size: 12rem;
  font-weight: bold;
  color: var(--pk-color-bg);
  text-shadow: 2px 2px 4px rgba(var(--pk-color-textdarker), 0.3);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media not all and (min-width: 1024px) {
  .scrolling-text__item {
    font-size: 9rem;
  }
}

@-webkit-keyframes scrollTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}

@keyframes scrollTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}
.about {
  position: relative;
  z-index: 1;
  padding: 0;
  background: var(--pk-color-bg);
  color: var(--pk-color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.about__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: -2.8rem;
  padding-top: 2.8rem;
  background: linear-gradient(135deg, #f8dec5 0%, rgba(255, 209, 177, 0.7) 10%, rgba(0, 162, 61, 0.7) 37%, #00a23d 88%);
  overflow: hidden;
  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) {
  .about__content {
    background: linear-gradient(95deg, rgba(255, 209, 177, 0.7) -5%, rgba(0, 162, 61, 0.7) 44%, #00a287 100%);
  }
}
@media (min-width: 768px) {
  .about__content {
    margin-top: -14rem;
    padding-top: 14rem;
  }
}
@media (min-width: 1024px) {
  .about__content {
    margin-top: -27.5rem;
    padding-top: 27.5rem;
  }
}
.about__content-inner {
  position: relative;
  z-index: 2;
  padding: 13rem 10vw;
  margin-left: auto;
}
@media not all and (min-width: 1024px) {
  .about__content-inner {
    padding: 6rem 2rem;
    text-shadow: 0 0 6px rgba(0, 162, 61, 0.7);
  }
}
@media (min-width: 1024px) {
  .about__content-inner {
    padding: 13rem 6vw 13rem 9vw;
  }
}
@media (min-width: 1440px) {
  .about__content-inner {
    padding: 13rem 10vw;
  }
}
.about__label {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2rem;
  color: var(--pk-color-bg);
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: 0.3em;
}
@media (min-width: 768px) {
  .about__label {
    font-size: 4.6rem;
    margin-bottom: 2rem;
  }
}
.about__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.7;
  color: var(--pk-color-bg);
  letter-spacing: 0.26em;
}
@media (min-width: 768px) {
  .about__title {
    margin-bottom: 2.2em;
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .about__title {
    font-size: 4.5rem;
  }
}
.about__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
}
@media (min-width: 1024px) {
  .about__texts {
    gap: 2.2em;
  }
}
.about__text {
  font-size: 1.7rem;
  line-height: 2.2;
  color: var(--pk-color-bg);
}
@media not all and (min-width: 1024px) {
  .about__text {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .about__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .about__text {
    font-size: 2.2rem;
  }
}
.about__bg-text {
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .about__bg-text {
    top: auto;
    bottom: 35%;
  }
}
.about__bg-text-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4rem;
  white-space: nowrap;
  -webkit-animation: aboutBgTextAnimation 60s linear infinite;
  animation: aboutBgTextAnimation 60s linear infinite;
}
.about__bg-text-item {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1024px) {
  .about__bg-text-item {
    font-size: 30rem;
  }
}
.about__images {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media (min-width: 1024px) {
  .about__images {
    width: 33.75%;
  }
}
@media not all and (min-width: 1024px) {
  .about__images {
    padding-top: 66.66%;
  }
}
.about__images-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about__images-inner {
  display: grid;
  grid-template-columns: repeat(8, 12.5%);
  grid-template-rows: repeat(1, 100%);
  -webkit-animation: aboutImagesScrollHorizontal 30s linear infinite;
  animation: aboutImagesScrollHorizontal 30s linear infinite;
  will-change: transform;
  width: 300%;
  height: 100%;
}
@media (min-width: 1024px) {
  .about__images-inner {
    grid-template-rows: repeat(8, 12.5%);
    grid-template-columns: repeat(1, 100%);
    -webkit-animation: aboutImagesScroll 30s linear infinite;
    animation: aboutImagesScroll 30s linear infinite;
    width: 100%;
    height: 200%;
  }
}
.about__images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .about__images-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
  }
}
.about__image-item {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .about__image-item {
    height: 50%;
  }
}
@media (min-width: 1024px) {
  .about__image-item {
    width: 50%;
  }
}
.about__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@-webkit-keyframes aboutBgTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}

@keyframes aboutBgTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}
@-webkit-keyframes aboutImagesScrollHorizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes aboutImagesScrollHorizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes aboutImagesScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes aboutImagesScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.features {
  padding: 10rem 4rem;
  background: var(--pk-color-bg);
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .features {
    padding: 6rem 2rem;
  }
}
.features__decoration {
  position: absolute;
  top: -20rem;
  right: -20rem;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(circle, rgba(255, 136, 0, 0.5) 0%, rgba(255, 136, 0, 0) 72%);
  z-index: 1;
  pointer-events: none;
  -webkit-animation: featureDecorationFloat 8s ease-in-out infinite;
  animation: featureDecorationFloat 8s ease-in-out infinite;
}
@media not all and (min-width: 1024px) {
  .features__decoration {
    top: -20rem;
    right: -20rem;
    width: 40rem;
    height: 40rem;
  }
}
.features__inner {
  max-width: 140rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.features__title {
  position: relative;
  font-size: 6rem;
  font-weight: normal;
  margin-bottom: 8rem;
  color: var(--pk-color-textdarker);
  letter-spacing: 0.3em;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .features__title {
    font-size: 8rem;
  }
}
.features__title-en {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  letter-spacing: 0.1em;
  font-family: var(--pk-fontfamily-brownhill);
}
@media (min-width: 1024px) {
  .features__title-en {
    font-size: 3.8rem;
    font-weight: normal;
  }
}
.features__title-ja {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  letter-spacing: 0.1em;
  margin-top: 0.6em;
}
@media (min-width: 1024px) {
  .features__title-ja {
    font-size: 4.6rem;
  }
}
.features__title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 0;
  width: 100%;
  height: 170%;
  background: var(--pk-color-primary);
  background: url(../img/feature_title-bg.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8rem;
}
@media not all and (min-width: 768px) {
  .features__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .features__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4rem;
  }
}
.features__action {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-item {
  max-width: 30rem;
}
.feature-item__image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
@media not all and (min-width: 1024px) {
  .feature-item__image {
    width: 17rem;
    margin: 0 auto 1.5rem;
  }
}
.feature-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.feature-item__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--pk-color-textlight);
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .feature-item__text {
    font-size: 2.2rem;
  }
}

@-webkit-keyframes featureDecorationFloat {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1.2);
    transform: translate(0, 0) scale(1.2);
  }
  25% {
    -webkit-transform: translate(-10%, -10%) scale(1);
    transform: translate(-10%, -10%) scale(1);
  }
  50% {
    -webkit-transform: translate(-20%, 0) scale(0.8);
    transform: translate(-20%, 0) scale(0.8);
  }
  75% {
    -webkit-transform: translate(-10%, 10%) scale(1);
    transform: translate(-10%, 10%) scale(1);
  }
}

@keyframes featureDecorationFloat {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1.2);
    transform: translate(0, 0) scale(1.2);
  }
  25% {
    -webkit-transform: translate(-10%, -10%) scale(1);
    transform: translate(-10%, -10%) scale(1);
  }
  50% {
    -webkit-transform: translate(-20%, 0) scale(0.8);
    transform: translate(-20%, 0) scale(0.8);
  }
  75% {
    -webkit-transform: translate(-10%, 10%) scale(1);
    transform: translate(-10%, 10%) scale(1);
  }
}
#news {
  padding: 10rem 0;
  background: linear-gradient(135deg, #FFD0A1 0%, rgba(0, 161, 61, 0.5) 54%, #00A13D 90%);
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  #news {
    padding: 6rem 0;
    background: linear-gradient(110deg, #FFD0A1 -30%, rgba(0, 161, 61, 0.5) 54%, #00A13D 110%);
  }
}

.news__bg-text {
  position: absolute;
  top: 30rem;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .news__bg-text {
    top: 50%;
  }
}
.news__bg-text-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4rem;
  white-space: nowrap;
  -webkit-animation: newsBgTextAnimation 20s linear infinite;
  animation: newsBgTextAnimation 20s linear infinite;
}
.news__bg-text-item {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1024px) {
  .news__bg-text-item {
    font-size: 30rem;
  }
}
.news__inner {
  max-width: 127rem;
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 1024px) {
  .news__inner {
    padding: 0 2rem;
    max-width: 100%;
  }
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media not all and (min-width: 1024px) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}
.news__left {
  width: 38rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media not all and (min-width: 1024px) {
  .news__left {
    width: 100%;
  }
}
.news__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
@media not all and (min-width: 1024px) {
  .news__right {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .news__right {
    margin-right: -4rem;
  }
}
@media (min-width: 1280px) {
  .news__right {
    margin-right: calc((100vw - 127rem) / 2 * -1 - 4rem);
    max-width: calc(100vw - 38rem - 10rem - 8rem);
  }
}
.news__title-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-bg);
  margin-bottom: 2rem;
  letter-spacing: 0.3em;
}
@media (min-width: 1024px) {
  .news__title-en {
    font-weight: normal;
    font-size: 4.8rem;
  }
}
.news__title-bar {
  background: var(--pk-color-primary);
  padding: 0.5rem 2rem;
  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;
  margin-bottom: 3rem;
  position: relative;
}
@media not all and (min-width: 1024px) {
  .news__title-bar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .news__title-bar {
    margin-left: -4rem;
    padding: 1.5rem 2rem 1.5rem 4rem;
  }
}
@media (min-width: 1280px) {
  .news__title-bar {
    margin-left: calc((100vw - 127rem) / 2 * -1 - 4rem);
    padding-left: calc((100vw - 127rem) / 2 + 4rem);
  }
}
@media not all and (min-width: 1024px) {
  .news__title-bar {
    margin-left: -2rem;
    padding-left: 2rem;
  }
}
.news__title-ja {
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-bg);
}
@media (min-width: 1280px) {
  .news__title-ja {
    font-size: 4.4rem;
  }
}
.news__title-link {
  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: 3rem;
  height: 3rem;
  background: var(--pk-color-bg);
  border-radius: 50%;
  color: var(--pk-color-primary);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .news__title-link {
    width: 4rem;
    height: 4rem;
  }
}
.news__title-link:hover {
  background: rgba(var(--pk-color-bg), 0.9);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news__description {
  font-size: 1.7rem;
  line-height: 1.8;
  color: var(--pk-color-bg);
}
@media not all and (min-width: 1024px) {
  .news__description {
    text-shadow: 0 0 6px rgba(0, 162, 61, 0.7);
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .news__description {
    margin-top: 18rem;
    font-size: 1.8rem;
  }
}
.news__carousel {
  width: 100%;
}
.news__carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.news__carousel .swiper-slide {
  width: 44rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media not all and (min-width: 1024px) {
  .news__carousel .swiper-slide {
    width: 33.5rem;
  }
}
.news__carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .news__carousel-controls {
    margin-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .news__carousel-controls {
    margin-right: 10rem;
  }
}
.news__carousel-scrollbar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.23) !important;
  position: static !important;
  overflow: hidden;
  cursor: pointer;
  top: auto !important;
  bottom: auto !important;
}
.news__carousel-scrollbar .swiper-scrollbar-drag {
  background: var(--pk-color-bg);
  height: 100%;
  border-radius: 0;
}
.news__carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.news__carousel-btn {
  border: none;
  cursor: pointer;
  color: var(--pk-color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__carousel-btn:hover {
  opacity: 0.7;
}
.news__carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.news__carousel-btn:disabled:hover {
  -webkit-transform: none;
  transform: none;
}

@-webkit-keyframes newsBgTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}

@keyframes newsBgTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}
.news-item {
  background: var(--pk-color-bg);
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.1);
  box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 0;
}
.news-item__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.news-item__content {
  padding: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-item__date {
  display: block;
  font-size: 1.4rem;
  color: var(--pk-color-gray);
  margin-bottom: 1rem;
}
.news-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--pk-color-textdarker);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: underline;
}

.voices {
  background: var(--pk-color-bg);
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .voices {
    padding: 0 0 6rem;
  }
}
@media (min-width: 1024px) {
  .voices {
    padding: 6rem 0 6rem;
  }
}
@media (min-width: 1440px) {
  .voices {
    padding: 6rem 0 10rem;
  }
}
.voices__decoration {
  position: absolute;
  top: 40%;
  left: -30rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60rem;
  height: 60rem;
  background: radial-gradient(circle, rgba(255, 136, 0, 0.5) 0%, rgba(255, 136, 0, 0) 72%);
  z-index: 1;
  pointer-events: none;
  -webkit-animation: featureDecorationFloat 8s ease-in-out infinite;
  animation: featureDecorationFloat 8s ease-in-out infinite;
}
@media not all and (min-width: 1024px) {
  .voices__decoration {
    width: 40rem;
    height: 40rem;
  }
}
.voices__inner {
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 1024px) {
  .voices__inner {
    gap: 2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .voices__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    margin-left: 8.59375vw;
    margin-top: 6rem;
    padding-top: 6rem;
    padding-left: 4rem;
    padding-right: 0;
    padding-bottom: 6rem;
    background: #EAFFF2;
  }
}
@media (min-width: 1440px) {
  .voices__inner {
    gap: 8rem;
    margin-left: 17.1875vw;
    margin-top: 10rem;
    padding-top: 8rem;
    padding-left: 6rem;
    padding-right: 0;
    padding-bottom: 8rem;
  }
}
.voices__decoration-top {
  position: absolute;
  top: -4rem;
  left: -27rem;
  z-index: 0;
}
@media not all and (min-width: 1024px) {
  .voices__decoration-top {
    left: -10rem;
  }
}
.voices__decoration-top img {
  width: auto;
  height: 30rem;
  display: block;
}
@media not all and (min-width: 1024px) {
  .voices__decoration-top img {
    height: 13rem;
  }
}
.voices__decoration-center {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100vw;
  z-index: 0;
}
.voices__decoration-center img {
  width: 100%;
  display: block;
}
.voices__decoration-bottom {
  position: absolute;
  bottom: 5rem;
  left: -10rem;
  z-index: 0;
}
.voices__decoration-bottom img {
  width: auto;
  height: 30rem;
  display: block;
}
@media not all and (min-width: 1024px) {
  .voices__decoration-bottom img {
    height: 20rem;
  }
}
.voices__header {
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .voices__header {
    margin-bottom: 6rem;
  }
}
.voices__title {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .voices__title {
    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-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.voices__title-en {
  display: block;
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .voices__title-en {
    font-size: 3.2rem;
    font-weight: normal;
  }
}
.voices__title-ja {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .voices__title-ja {
    font-size: 4.8rem;
  }
}
.voices__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 24rem;
}
@media not all and (min-width: 1024px) {
  .voices__items {
    gap: 1.5rem;
    padding: 2rem;
    background: #EAFFF2;
  }
}

.voice-card {
  display: block;
  position: relative;
  background: var(--pk-color-primary);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.1);
  box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.1);
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  max-width: 99.4rem;
}
@media not all and (min-width: 1024px) {
  .voice-card {
    height: 38.5rem;
  }
}
@media not all and (min-width: 768px) {
  .voice-card {
    max-width: 38.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .voice-card--01 {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .voice-card--02 {
    margin-left: 6rem;
  }
}
@media (min-width: 1440px) {
  .voice-card--02 {
    margin-left: 8rem;
  }
}
@media (min-width: 1024px) {
  .voice-card--03 {
    margin-left: 12rem;
  }
}
@media (min-width: 1440px) {
  .voice-card--03 {
    margin-left: 16rem;
  }
}
@media (min-width: 1024px) {
  .voice-card--04 {
    margin-left: 18rem;
  }
}
@media (min-width: 1440px) {
  .voice-card--04 {
    margin-left: 24rem;
  }
}
@media (min-width: 1024px) {
  .voice-card--05 {
    margin-left: 24rem;
  }
}
@media (min-width: 1440px) {
  .voice-card--05 {
    margin-left: 32rem;
  }
}
.voice-card__label {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--pk-color-bg);
  z-index: 3;
  letter-spacing: 0.1em;
  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: 2rem 0;
}
@media not all and (min-width: 1024px) {
  .voice-card__label {
    padding: 1.5rem 0 1rem;
    width: 3.2rem;
    border-radius: 0 0 0 12px;
  }
}
.voice-card--01 .voice-card__label {
  background: var(--pk-color-primary);
}
.voice-card--02 .voice-card__label {
  background: #4A90E2;
}
.voice-card--03 .voice-card__label {
  background: #FF6B35;
}
.voice-card--04 .voice-card__label {
  background: var(--pk-color-primary);
}
.voice-card--05 .voice-card__label {
  background: #4A90E2;
}
.voice-card__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1024px) {
  .voice-card__image {
    height: 0;
    padding-top: 53.6217303823%;
  }
}
.voice-card__image img {
  position: absolute;
  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;
}
.voice-card:hover .voice-card__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
}
.voice-card__info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: calc(100% - 5rem);
  padding: 2rem 2rem;
  background: rgba(var(--pk-color-textdarker), 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 2.4rem;
}
@media not all and (min-width: 1024px) {
  .voice-card__info {
    font-size: 1.6rem;
    padding: 1.5rem;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .voice-card__info {
    padding: 3rem 2rem;
    font-size: 3.8rem;
  }
}
@media (min-width: 1440px) and (max-width: 1899px) {
  .voice-card__info {
    font-size: 1.5833333333vw;
  }
}
.voice-card__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.3rem;
}
@media (min-width: 1024px) {
  .voice-card__quote {
    gap: 0.4rem;
  }
}
.voice-card__quote-line {
  display: block;
  font-weight: bold;
  color: var(--pk-color-bg);
  line-height: 1;
  padding: 0.4em;
  background: var(--pk-color-textdarker);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .voice-card__quote-line {
    margin-bottom: 0.2em;
    padding: 0.2em;
  }
}
.voice-card__quote-line.-sp {
  display: none;
}
@media not all and (min-width: 1024px) {
  .voice-card__quote-line {
    display: none;
    font-size: 1.9rem;
  }
  .voice-card__quote-line.-sp {
    display: block;
  }
}
@media (max-width: 400px) {
  .voice-card__quote-line {
    font-size: 1.7rem;
  }
}
.voice-card__position {
  font-size: 1.8rem;
  color: var(--pk-color-bg);
  margin-top: 0.5rem;
  line-height: 1;
}
@media not all and (min-width: 1024px) {
  .voice-card__position {
    font-size: 1.4rem;
  }
}
.voice-card__name {
  font-weight: bold;
  color: var(--pk-color-bg);
  line-height: 1;
}

.your-path {
  padding: 0;
  background: var(--pk-color-bg);
  position: relative;
  overflow: hidden;
}
.your-path__photo-block {
  width: 100%;
  padding-top: 13.8rem;
  padding-left: 8.3854166667vw;
  background: linear-gradient(135deg, rgba(255, 189, 142, 0.17) 0%, rgba(0, 162, 61, 0.17) 51%, rgba(12, 147, 157, 0.17) 100%);
  position: relative;
}
@media not all and (min-width: 1024px) {
  .your-path__photo-block {
    padding-top: 2.5rem;
    padding-left: 2rem;
  }
}
.your-path__photo-inner {
  width: 100%;
  overflow: hidden;
}
.your-path__photo-inner img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.your-path__content-block {
  position: relative;
  z-index: 2;
}
.your-path__content-inner {
  max-width: 127rem;
  margin: 0 auto;
}
@media not all and (min-width: 1024px) {
  .your-path__content-inner {
    padding: 0 2rem;
  }
}
.your-path__header {
  padding-right: 10vw;
  padding-top: 9rem;
  padding-bottom: 3rem;
  margin-top: -8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border-radius: 12px;
  z-index: 3;
}
@media not all and (min-width: 1024px) {
  .your-path__header {
    margin-left: -2rem;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media not all and (min-width: 1280px) {
  .your-path__header {
    padding-left: 2rem;
    padding-top: 4.6875vw;
  }
}
.your-path__header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + (100vw - 127rem) / 2 + 10vw);
  height: 100%;
  background: var(--pk-color-bg);
  z-index: -1;
  border-radius: 12px;
}
.your-path__title-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 4.8rem;
  font-weight: normal;
  color: var(--pk-color-primary);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  opacity: 0.5;
}
@media not all and (min-width: 1024px) {
  .your-path__title-en {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.your-path__title-ja {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .your-path__title-ja {
    font-size: 4rem;
  }
}
.your-path__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 4rem 0 10rem;
}
@media not all and (min-width: 768px) {
  .your-path__links {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 0 6rem;
  }
}

.path-link {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.path-link__image {
  width: 100%;
  aspect-ratio: 393/269;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: var(--pk-color-primary);
}
@media not all and (min-width: 768px) {
  .path-link__image {
    width: 24rem;
    margin: 0 auto 1.5rem;
  }
}
.path-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.path-link:hover .path-link__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
}
.path-link__text {
  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;
  gap: 2rem;
  text-align: center;
  color: var(--pk-color-primary);
  font-weight: bold;
  font-size: 2.2rem;
  text-decoration: underline;
}
@media not all and (min-width: 1024px) {
  .path-link__text {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.path-link:hover .path-link__text .icon-arrow--green {
  -webkit-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
}

.office-env {
  padding: 10rem 0;
  position: relative;
  overflow-x: clip;
}
@media not all and (min-width: 1024px) {
  .office-env {
    padding: 6rem 0;
  }
}
.office-env__decoration {
  position: absolute;
  top: -20rem;
  right: -20rem;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(circle, rgba(255, 136, 0, 0.5) 0%, rgba(255, 136, 0, 0) 72%);
  z-index: 1;
  pointer-events: none;
  -webkit-animation: featureDecorationFloat 8s ease-in-out infinite;
  animation: featureDecorationFloat 8s ease-in-out infinite;
}
@media not all and (min-width: 1024px) {
  .office-env__decoration {
    top: -20rem;
    right: -20rem;
    width: 40rem;
    height: 40rem;
  }
}
.office-env__header {
  margin-bottom: 6rem;
}
@media not all and (min-width: 1024px) {
  .office-env__header {
    margin-bottom: 4rem;
  }
}
.office-env__title-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 4.2rem;
  font-weight: normal;
  color: var(--pk-color-primary);
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
  opacity: 0.5;
}
@media not all and (min-width: 1024px) {
  .office-env__title-en {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .office-env__title-en {
    font-size: 6rem;
  }
}
.office-env__title-ja {
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .office-env__title-ja {
    font-size: 4.4rem;
  }
}
.office-env .image-text:nth-child(2) .image-text__text {
  background: url(../img/office_env_01bg.png) no-repeat right bottom/auto;
}
.office-env .image-text:nth-child(3) .image-text__text {
  background: url(../img/office_env_02bg.png) no-repeat right bottom/auto;
}

.annual-income {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .annual-income {
    padding: 6rem 0;
  }
}
.annual-income .container {
  position: relative;
}
.annual-income__decoration {
  position: absolute;
  top: -20rem;
  left: -20rem;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(circle, rgba(255, 136, 0, 0.5) 0%, rgba(255, 136, 0, 0) 72%);
  z-index: -1;
  pointer-events: none;
  -webkit-animation: featureDecorationFloat 8s ease-in-out infinite;
  animation: featureDecorationFloat 8s ease-in-out infinite;
}
@media not all and (min-width: 1024px) {
  .annual-income__decoration {
    width: 40rem;
    height: 40rem;
  }
}
.annual-income__header {
  margin-bottom: 6rem;
}
@media not all and (min-width: 1024px) {
  .annual-income__header {
    margin-bottom: 4rem;
  }
}
.annual-income__title-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 4.2rem;
  font-weight: normal;
  color: var(--pk-color-primary);
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
  opacity: 0.5;
}
@media not all and (min-width: 1024px) {
  .annual-income__title-en {
    font-size: 2rem;
    font-weight: bold;
  }
}
.annual-income__title-ja {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .annual-income__title-ja {
    font-size: 4.4rem;
  }
}
.annual-income__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .annual-income__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.income-model-card {
  background: #F5F5F5;
  border-radius: 1.2rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .income-model-card {
    padding: 4rem;
    gap: 2rem;
  }
}
.income-model-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  width: 17rem;
}
@media (min-width: 1024px) {
  .income-model-card__info {
    width: 12em;
  }
}
.income-model-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.income-model-card__label {
  font-size: 1.6rem;
  color: var(--pk-color-textlight);
}
@media (min-width: 1024px) {
  .income-model-card__label {
    font-size: 1.8rem;
    min-width: 12rem;
  }
}
.income-model-card__label b {
  font-size: 2.4rem;
  margin: 0 0.5em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .income-model-card__label b {
    font-size: 3rem;
  }
}
.income-model-card__value {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
}
@media (min-width: 1024px) {
  .income-model-card__value {
    font-size: 1.8rem;
  }
}
.income-model-card__income {
  background: var(--pk-color-primary);
  padding: 2rem 1rem 1rem;
  text-align: center;
  color: var(--pk-color-bg);
  min-width: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .income-model-card__income {
    padding: 4rem 1rem 2rem;
    min-width: 14rem;
  }
}
.income-model-card__income--large {
  padding-top: 7rem;
}
@media (min-width: 1024px) {
  .income-model-card__income--large {
    padding-top: 10rem;
  }
}
.income-model-card__income-label {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .income-model-card__income-label {
    font-size: 1.6rem;
  }
}
.income-model-card__income-label b {
  font-size: larger;
}
.income-model-card__income-value {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .income-model-card__income-value {
    font-size: 2.4rem;
  }
}
.income-model-card__income-value b {
  font-size: 3.2rem;
}
@media (min-width: 1024px) {
  .income-model-card__income-value b {
    font-size: 4rem;
  }
}

.statistics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.7rem;
}
@media (min-width: 1024px) {
  .statistics__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 5rem;
  }
  @media not all and (min-width: 1440px) {
    .statistics__content {
      gap: 5rem 3.5433070866vw;
    }
  }
}

.statistics-block {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 1.2rem;
  padding: 4rem 5rem;
  position: relative;
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .statistics-block {
    padding: 2rem 1.8rem;
  }
}
@media (min-width: 1024px) {
  .statistics-block:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .statistics-block:nth-child(2) {
    width: 100%;
  }
}
.statistics-block__title {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  color: var(--pk-color-primary);
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .statistics-block__title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.statistics-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .statistics-block__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
  }
}
.statistics-block__intro {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
}
@media (min-width: 1024px) {
  .statistics-block__intro {
    font-size: 1.8rem;
  }
}
.statistics-block__chart {
  width: 100%;
  margin-top: -5rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 1024px) {
  .statistics-block__chart {
    margin-top: -2rem;
  }
}
.statistics-block__chart img {
  max-width: 100%;
  width: 74.1rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.statistics-block__text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.statistics-block__text p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--pk-color-text);
}
@media (min-width: 1024px) {
  .statistics-block__text p {
    font-size: 1.8rem;
  }
}
.statistics-block__sub-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .statistics-block__sub-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.statistics-sub-item {
  background: #f9f9f9;
  border-radius: 1rem;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media not all and (min-width: 1024px) {
  .statistics-sub-item {
    padding: 2rem;
  }
}
.statistics-sub-item__title {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--pk-color-textlight);
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .statistics-sub-item__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.statistics-sub-item__chart {
  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;
  gap: 2.5rem;
  width: 100%;
}
.statistics-sub-item__chart-image {
  width: 19rem;
  height: 19rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media not all and (min-width: 1024px) {
  .statistics-sub-item__chart-image {
    width: 11rem;
    height: 11rem;
  }
}
.statistics-sub-item__chart-image img {
  width: 100%;
  height: auto;
  display: block;
}
.statistics-sub-item__legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.statistics-sub-item__legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  color: var(--pk-color-text);
}
@media not all and (min-width: 1024px) {
  .statistics-sub-item__legend li {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .statistics-sub-item__legend li {
    font-size: 1.6rem;
  }
}
.statistics-sub-item__legend-dot {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.statistics-sub-item__gender {
  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;
  gap: 4rem;
  width: 100%;
}
.statistics-sub-item__gender-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.statistics-sub-item__gender-icon {
  font-size: 6rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .statistics-sub-item__gender-icon {
    font-size: 8rem;
  }
}
.statistics-sub-item__gender-number {
  font-size: 4rem;
  font-weight: bold;
  color: var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .statistics-sub-item__gender-number {
    font-size: 5rem;
  }
}

.statistics-info-card {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 1.2rem;
  padding: 2rem 1.8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .statistics-info-card {
    padding: 4rem 4%;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .statistics-info-card--width-1 {
    width: 38.346%;
  }
}
@media (min-width: 1024px) {
  .statistics-info-card--width-2 {
    width: 57.638%;
  }
}
@media (min-width: 1024px) {
  .statistics-info-card--width-3 {
    width: 55.512%;
  }
}
@media (min-width: 1024px) {
  .statistics-info-card--width-4 {
    width: 40.472%;
  }
}
@media (min-width: 1024px) {
  .statistics-info-card--width-5 {
    width: 38.268%;
  }
}
.statistics-info-card--width-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .statistics-info-card--width-6 {
    width: 57.638%;
  }
}
.statistics-info-card__title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .statistics-info-card__title {
    font-size: 2.4rem;
  }
}
.statistics-info-card__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .statistics-info-card__text {
    font-size: 1.6rem;
  }
}
.statistics-info-card__image {
  margin-top: auto;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
.statistics-info-card__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.statistics-info-card__unit + .statistics-info-card__image {
  margin-left: 1.5rem;
  position: relative;
  top: 0.5rem;
}
@media (min-width: 768px) {
  .statistics-info-card__unit + .statistics-info-card__image {
    top: 1rem;
  }
}
@media (min-width: 1280px) {
  .statistics-info-card__unit + .statistics-info-card__image {
    margin-left: 4rem;
  }
}
@media not all and (min-width: 768px) {
  .statistics-info-card__image-holiday {
    width: 50px;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__image-holiday {
    width: 9.8461538462vw;
  }
}
@media not all and (min-width: 768px) {
  .statistics-info-card__image-station {
    width: 55px;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__image-station {
    width: 7.1538461538vw;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__image-client {
    width: 6.2307692308vw;
  }
}
@media not all and (min-width: 768px) {
  .statistics-info-card__image-paid-leave {
    width: 75px;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__image-paid-leave {
    width: 9.8461538462vw;
  }
}
@media not all and (min-width: 768px) {
  .statistics-info-card__image-weekly-holiday {
    width: 64px;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__image-weekly-holiday {
    width: 7.4615384615vw;
  }
}
.statistics-info-card__image-label {
  font-size: 5rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 1280px) {
  .statistics-info-card__image-label {
    font-size: 10rem;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__image-label {
    font-size: 7.6923076923vw;
  }
}
.statistics-info-card__text-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.statistics-info-card__number {
  margin-top: auto;
  line-height: 1;
  font-size: 9rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  text-align: center;
}
@media (min-width: 1280px) {
  .statistics-info-card__number {
    font-size: 12.8rem;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__number {
    font-size: 9.8461538462vw;
  }
}
.statistics-info-card__unit {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--pk-color-primary);
}
@media (min-width: 1280px) {
  .statistics-info-card__unit {
    font-size: 3.2rem;
  }
}
@media (min-width: 728px) and (max-width: 1300px) {
  .statistics-info-card__unit {
    font-size: 2.4615384615vw;
  }
}
.statistics-info-card__station-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .statistics-info-card__station-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .statistics-info-card__station-wrapper {
    margin-top: 4rem;
  }
}
.statistics-info-card__station-label {
  font-size: 1.5rem;
  color: var(--pk-color-textlight);
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .statistics-info-card__station-label {
    font-size: 1.6rem;
  }
}

section.entry {
  padding: 0;
  position: relative;
}

.entry__hero {
  position: relative;
  width: 100%;
  min-height: 60rem;
  overflow: hidden;
  background: url(../img/entry_bg.jpg) no-repeat center center/cover;
}
@media not all and (min-width: 1024px) {
  .entry__hero {
    min-height: 44.5rem;
    background-image: url(../img/entry_bg_sp.jpg);
  }
}
.entry__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 162, 61, 0.7) 50%, rgba(12, 147, 157, 0.7) 100%);
}
.entry__hero-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.entry__hero-content {
  position: relative;
  z-index: 3;
  padding: 8rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60rem;
  color: var(--pk-color-bg);
}
@media not all and (min-width: 1024px) {
  .entry__hero-content {
    padding: 6rem 2rem;
    min-height: 44.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.entry__hero-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
  color: var(--pk-color-bg);
}
@media (min-width: 1024px) {
  .entry__hero-title {
    font-size: 4.4rem;
    margin-bottom: 6rem;
  }
}
.entry__hero-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  max-width: 120rem;
}
@media not all and (min-width: 1024px) {
  .entry__hero-links {
    gap: 0 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry__hero-link {
  border-top: 1px solid var(--pk-color-bg);
  border-bottom: 1px solid var(--pk-color-bg);
  padding: 0.7em;
  font-size: 1.6rem;
  color: var(--pk-color-bg);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  min-width: 13.2rem;
  text-align: center;
  margin-top: -1px;
  pointer-events: none;
}
@media not all and (min-width: 1024px) {
  .entry__hero-link {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .entry__hero-link {
    font-size: 2.4rem;
    min-width: 22.4rem;
  }
}
.entry__hero-link:hover {
  opacity: 0.7;
}
.entry .container {
  position: relative;
  z-index: 4;
}
.entry__content {
  background: var(--pk-color-bg);
  padding: 6rem 6.5rem;
  margin-top: -13.6rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
}
@media not all and (min-width: 1024px) {
  .entry__content {
    padding: 2rem 2.8rem;
    margin-top: -17.6rem;
    text-align: center;
  }
}
.entry__intro {
  font-size: 1.3rem;
  color: var(--pk-color-text);
}
@media (min-width: 1024px) {
  .entry__intro {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.entry__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .entry__title {
    font-size: 4.4rem;
    margin-bottom: 4rem;
  }
}
.entry__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
@media (min-width: 1024px) {
  .entry__buttons {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.4rem;
  }
}
.entry__button {
  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.6rem 1rem;
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0.8rem;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .entry__button {
    min-height: 4.2rem;
    font-weight: 600;
  }
  .entry__button br {
    display: none;
  }
}
@media (max-width: 400px) {
  .entry__button {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .entry__button {
    padding: 0.6rem 1rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.entry__button:hover {
  opacity: 0.5;
}

.recruit-message {
  padding: 13rem 0;
  background: var(--pk-color-bg);
  position: relative;
  overflow-x: clip;
}
@media not all and (min-width: 1024px) {
  .recruit-message {
    padding: 6rem 0;
  }
}
.recruit-message__scrolling-text {
  position: absolute;
  top: 23%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .recruit-message__scrolling-text {
    top: 50%;
  }
}
.recruit-message__scrolling-text-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4rem;
  white-space: nowrap;
  -webkit-animation: recruitMessageScrollingTextAnimation 40s linear infinite;
  animation: recruitMessageScrollingTextAnimation 40s linear infinite;
}
.recruit-message__scrolling-text-item {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.02);
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1024px) {
  .recruit-message__scrolling-text-item {
    font-size: 30rem;
  }
}
.recruit-message__bg-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4rem;
}
.recruit-message__bg-text-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  line-height: 1;
}
.recruit-message__bg-text-item:first-child {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 10rem;
}
.recruit-message__bg-text-item:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-bottom: 10rem;
}
.recruit-message__decoration {
  position: absolute;
  bottom: 5rem;
  right: -20rem;
  width: 40rem;
  height: 40rem;
  background: radial-gradient(circle, rgba(255, 136, 0, 0.5) 0%, rgba(255, 136, 0, 0) 72%);
  z-index: 1;
  pointer-events: none;
  -webkit-animation: featureDecorationFloat 8s ease-in-out infinite;
  animation: featureDecorationFloat 8s ease-in-out infinite;
}
@media not all and (min-width: 1024px) {
  .recruit-message__decoration {
    width: 30rem;
    height: 30rem;
  }
}
.recruit-message .container {
  position: relative;
  z-index: 2;
}
.recruit-message__header {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .recruit-message__header {
    margin-bottom: 6rem;
  }
}
.recruit-message__title-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2rem;
  font-weight: normal;
  color: var(--pk-color-primary);
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .recruit-message__title-en {
    font-size: 4.2rem;
  }
}
.recruit-message__title-ja {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .recruit-message__title-ja {
    font-size: 4.4rem;
  }
}
.recruit-message__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .recruit-message__content {
    grid-template-columns: 32rem 1fr;
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .recruit-message__content {
    grid-template-columns: 46rem 1fr;
    gap: 8.5rem;
  }
}
.recruit-message__image {
  text-align: center;
}
.recruit-message__photo {
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
}
@media (min-width: 768px) {
  .recruit-message__photo {
    width: 32rem;
    height: 32rem;
  }
}
@media (min-width: 1280px) {
  .recruit-message__photo {
    width: 46rem;
    height: 46rem;
    margin-bottom: 2rem;
  }
}
.recruit-message__name {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
}
@media (min-width: 768px) {
  .recruit-message__name {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .recruit-message__name {
    font-size: 2rem;
  }
}
.recruit-message__name b {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .recruit-message__name b {
    font-size: 2.2rem;
  }
}
@media (min-width: 1280px) {
  .recruit-message__name b {
    font-size: 2.6rem;
  }
}
.recruit-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
}
@media (min-width: 768px) {
  .recruit-message__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .recruit-message__text {
    font-size: 2rem;
    line-height: 2;
  }
}
.recruit-message__text-intro {
  font-weight: 500;
  margin-bottom: 1rem;
}

@-webkit-keyframes recruitMessageScrollingTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}

@keyframes recruitMessageScrollingTextAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}
.footer {
  padding-bottom: 11.5rem;
  background: var(--pk-color-bg);
  position: relative;
}
@media not all and (min-width: 1024px) {
  .footer {
    padding: 2rem 0 0;
  }
}
.footer .container {
  position: relative;
}
.footer__page-top {
  position: relative;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .footer__page-top {
    margin-bottom: 10rem;
    height: 7rem;
  }
}
.footer__page-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  color: var(--pk-color-text);
  text-decoration: none;
  font-size: 1.2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .footer__page-top-link {
    right: 2rem;
  }
}
@media (min-width: 1280px) {
  .footer__page-top-link {
    right: calc((100vw - 127rem) / 2);
  }
}
.footer__page-top-link:hover .footer__page-top-icon {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.footer__page-top-icon {
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__page-top-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {
  .footer__content {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .footer__content {
    gap: 6rem;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media not all and (min-width: 1024px) {
  .footer__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.footer__logo img {
  height: 10rem;
  width: auto;
  display: block;
  margin-left: -2rem;
}
.footer__company-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--pk-color-text);
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  color: var(--pk-color-textlight);
  line-height: 1.6;
}
.footer__address p {
  margin: 0;
}
.footer__copyright {
  font-size: 1.2rem;
  color: var(--pk-color-lightgray);
  margin-top: 2rem;
}
@media not all and (min-width: 1024px) {
  .footer__copyright {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media not all and (min-width: 1024px) {
  .footer__center {
    background: #f8f8f8;
    border-radius: 2.4rem 2.4rem 0 0;
    padding: 2.5rem;
    margin-top: 2.5rem;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media not all and (min-width: 1024px) {
  .footer__nav {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .footer__nav {
    gap: 14rem;
  }
}
.footer__nav-column {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .footer__nav-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__nav-link {
  font-size: 1.5rem;
  color: var(--pk-color-text);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .footer__nav-link {
    font-size: 1.6rem;
    color: var(--pk-color-textdarker);
  }
}
.footer__nav-link:hover {
  color: var(--pk-color-primary);
}
.footer__official-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__official-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: var(--pk-color-text);
  text-decoration: none;
}
.footer__official-link:hover {
  text-decoration: underline;
}
.footer__external-icon {
  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;
}
.footer__external-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.footer__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  width: 38rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media not all and (min-width: 1024px) {
  .footer__right {
    padding: 0 2.5rem 2.5rem;
    width: 100%;
    background: #f8f8f8;
    border-radius: 0 0 2.4rem 2.4rem;
    gap: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .footer__right {
    width: 40rem;
    gap: 0.2rem;
  }
}
.footer__entry-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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: 0.5rem 2rem;
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .footer__entry-button {
    border-radius: 1.2rem;
    padding: 0.5rem 1rem 0.5rem 1.2rem;
    min-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .footer__entry-button {
    padding: 0.5rem 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__entry-button {
    padding: 0.5rem 2rem;
  }
}
.footer__entry-button:hover {
  opacity: 0.8;
}
.footer__entry-button-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
@media not all and (min-width: 1024px) {
  .footer__entry-button-text {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .footer__entry-button-text br {
    display: none;
  }
}
@media (max-width: 400px) {
  .footer__entry-button-text {
    font-size: 1.2rem;
  }
}
.footer__entry-button-icon {
  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;
}
.footer__entry-button-icon svg {
  width: 2rem;
  height: 2rem;
}
@media not all and (min-width: 1024px) {
  .footer__entry-button-icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.page-top-link, .page_top_btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: auto;
  height: auto;
  z-index: var(--pk-zindex-float);
  background: var(--pk-color-primary);
  color: var(--pk-color-bg);
  padding: 1.5rem 1.8rem;
  border-radius: 1.2rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  gap: 0.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 0;
}
.page-top-link::before, .page_top_btn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: var(--pk-color-bg) var(--pk-color-bg) transparent transparent;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-top-link::after, .page_top_btn::after {
  content: "TOP";
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--pk-color-bg);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.page-top-link.is-scrolled, .page_top_btn.is-scrolled {
  opacity: 1;
  pointer-events: auto;
}

#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.6rem;
  }
}
@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.6rem;
}
@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.6rem;
}
@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;
  }
}

.news-list-section {
  padding: 6rem 0;
  background: var(--pk-color-bg);
}
@media (min-width: 1024px) {
  .news-list-section {
    padding: 8rem 0;
    margin-bottom: 20rem;
  }
}

.news-list {
  max-width: 127rem;
  margin: 0 auto;
}
.news-list__item {
  padding: 2.4rem 0;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 1024px) {
  .news-list__item {
    padding: 3.4rem 0;
  }
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin-bottom: 1rem;
  line-height: 1.6;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #55B4B9;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .news-list__title {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
.news-list__title a {
  text-decoration: none;
  color: inherit;
}
.news-list__title a:hover {
  text-decoration: underline;
}
.news-list__date {
  display: block;
  font-size: 1.4rem;
  color: var(--pk-color-textlight);
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .news-list__date {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.news-list__excerpt {
  font-size: 1.6rem;
  color: var(--pk-color-text);
  line-height: 1.8;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .news-list__excerpt {
    font-size: 1.8rem;
  }
}
.news-list__excerpt:hover {
  text-decoration: underline;
}
.news-list__excerpt a {
  text-decoration: none;
  color: inherit;
}
.news-list__excerpt a:hover {
  text-decoration: underline;
}

.briefing-intro-section {
  padding: 4rem 0;
  background: var(--pk-color-bg);
}
@media (min-width: 768px) {
  .briefing-intro-section {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .briefing-intro-section {
    padding: 6rem 0;
  }
}
.briefing-intro-section__text p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 768px) {
  .briefing-intro-section__text p {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .briefing-intro-section__text p {
    font-size: 3.2rem;
    line-height: 2;
  }
}

.briefing-banner-section {
  padding: 0 0 4rem 0;
  background: var(--pk-color-bg);
}
@media (min-width: 768px) {
  .briefing-banner-section {
    padding: 0 0 5rem 0;
  }
}
@media (min-width: 1024px) {
  .briefing-banner-section {
    padding: 0 0 6rem 0;
  }
}
.briefing-banner-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.briefing-banner-section__link {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 92.2rem;
  max-width: 90%;
}
.briefing-banner-section__link:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.briefing-banner-section__image {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.briefing-content-section {
  padding: 4rem 0;
  background: #f2fffa;
}
@media (min-width: 768px) {
  .briefing-content-section {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section {
    padding: 6rem 0;
  }
}
.briefing-content-section__header {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .briefing-content-section__header {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__header {
    margin-bottom: 6rem;
  }
}
.briefing-content-section__main-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #55B4B9;
}
@media (min-width: 768px) {
  .briefing-content-section__main-title {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__main-title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.briefing-content-section__intro p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .briefing-content-section__intro p {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__intro p {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.briefing-content-section__intro p:last-child {
  margin-bottom: 0;
}
.briefing-content-section__reservation {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .briefing-content-section__reservation {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__reservation {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.briefing-content-section__reservation-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem 1.5rem;
  background: #fff;
  padding: 2rem;
}
@media (min-width: 768px) {
  .briefing-content-section__reservation-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__reservation-header {
    padding: 4rem;
  }
}
.briefing-content-section__reservation-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .briefing-content-section__reservation-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__reservation-title {
    font-size: 2.8rem;
  }
}
.briefing-content-section__reservation-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media not all and (min-width: 768px) {
  .briefing-content-section__reservation-btn .icon-arrow {
    width: 2rem;
    height: 2rem;
  }
}
.briefing-content-section__schedule {
  margin-bottom: 4rem;
  padding: 2rem 1.5rem;
  background: #fff;
}
@media (min-width: 768px) {
  .briefing-content-section__schedule {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__schedule {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.briefing-content-section__schedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.briefing-content-section__schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  .briefing-content-section__schedule-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem 0;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__schedule-item {
    padding: 2.4rem 0;
  }
}
.briefing-content-section__schedule-item:last-child {
  border-bottom: none;
}
.briefing-content-section__schedule-date {
  font-size: 1.4rem;
  color: var(--pk-color-textdarker);
  font-weight: 500;
}
@media (min-width: 768px) {
  .briefing-content-section__schedule-date {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__schedule-date {
    font-size: 1.8rem;
  }
}
.briefing-content-section__schedule-venue {
  font-size: 1.4rem;
  color: var(--pk-color-textdarker);
}
@media (min-width: 768px) {
  .briefing-content-section__schedule-venue {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__schedule-venue {
    font-size: 1.8rem;
  }
}
.briefing-content-section__overview {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #D0D0D0;
}
@media (min-width: 768px) {
  .briefing-content-section__overview {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__overview {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.briefing-content-section__overview-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .briefing-content-section__overview-subtitle {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__overview-subtitle {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.briefing-content-section__overview-content {
  margin-top: 2rem;
  padding: 2rem 1.5rem;
  background: #fff;
}
@media (min-width: 768px) {
  .briefing-content-section__overview-content {
    margin-top: 2.4rem;
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__overview-content {
    margin-top: 3rem;
  }
}
.briefing-content-section__overview-item {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .briefing-content-section__overview-item {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__overview-item {
    margin-bottom: 4rem;
  }
}
.briefing-content-section__overview-item:last-child {
  margin-bottom: 0;
}
.briefing-content-section__overview-label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .briefing-content-section__overview-label {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__overview-label {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.briefing-content-section__overview-list-items {
  margin: 0;
  padding-left: 2rem;
  font-size: 1.4rem;
  color: var(--pk-color-textdarker);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .briefing-content-section__overview-list-items {
    font-size: 1.7rem;
    padding-left: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__overview-list-items {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.briefing-content-section__overview-list-items li {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .briefing-content-section__overview-list-items li {
    margin-bottom: 1.2rem;
  }
}
.briefing-content-section__overview-list-items li:last-child {
  margin-bottom: 0;
}
.briefing-content-section__venue {
  margin-bottom: 0;
}
.briefing-content-section__venue-content p {
  font-size: 1.4rem;
  color: var(--pk-color-textdarker);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .briefing-content-section__venue-content p {
    font-size: 1.7rem;
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .briefing-content-section__venue-content p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.briefing-content-section__venue-content p:last-child {
  margin-bottom: 0;
}
.briefing-content-section__venue-content + iframe {
  margin-top: 4rem;
  width: 100%;
  height: 45rem;
  border: none;
}
@media (min-width: 1280px) {
  .briefing-content-section__venue-content + iframe {
    height: 95rem;
  }
}

.briefing-faq-section {
  padding: 4rem 0;
  background: var(--pk-color-bg);
}
@media (min-width: 768px) {
  .briefing-faq-section {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section {
    padding: 16rem 0 20rem;
  }
}
.briefing-faq-section__header {
  background: var(--pk-color-primary);
  padding: 0.5em 2rem;
  text-align: left;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .briefing-faq-section__header {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section__header {
    margin-bottom: 6rem;
  }
}
.briefing-faq-section__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .briefing-faq-section__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section__title {
    font-size: 2.8rem;
  }
}
.briefing-faq-section__content {
  background: var(--pk-color-bg);
}
.briefing-faq-section__item {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .briefing-faq-section__item {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section__item {
    margin-bottom: 4rem;
  }
}
.briefing-faq-section__item:last-child {
  margin-bottom: 0;
}
.briefing-faq-section__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .briefing-faq-section__question {
    gap: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section__question {
    gap: 1.5rem;
  }
}
.briefing-faq-section__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  color: #E26512;
}
@media (min-width: 768px) {
  .briefing-faq-section__answer {
    gap: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section__answer {
    gap: 1.5rem;
  }
}
.briefing-faq-section__prefix {
  font-size: 1.4rem;
  font-weight: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .briefing-faq-section__prefix {
    line-height: 1.4;
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section__prefix {
    font-size: 2.4rem;
  }
}
.briefing-faq-section__text {
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .briefing-faq-section__text {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .briefing-faq-section__text {
    font-size: 1.8rem;
  }
}

article {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  article {
    padding: 6rem 0;
  }
}

article header {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  article header {
    margin-bottom: 4rem;
  }
}

.entry-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: var(--pk-color-textdarker);
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .entry-title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

.entry-meta {
  font-size: var(--pk-fontsize-s);
  color: var(--pk-color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.entry-meta_items {
  display: inline-block;
}

.entry-body {
  font-size: var(--pk-fontsize-base);
  line-height: 1.8;
  color: var(--pk-color-text);
}
.entry-body p {
  margin-bottom: 1.5em;
}
.entry-body p:last-child {
  margin-bottom: 0;
}
.entry-body h1, .entry-body h2, .entry-body h3, .entry-body h4, .entry-body h5, .entry-body h6 {
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.entry-body h1:first-child, .entry-body h2:first-child, .entry-body h3:first-child, .entry-body h4:first-child, .entry-body h5:first-child, .entry-body h6:first-child {
  margin-top: 0;
}
.entry-body h1 {
  font-size: 2.8rem;
  border-bottom: 2px solid var(--pk-color-primary);
  padding-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .entry-body h1 {
    font-size: 3.6rem;
  }
}
.entry-body h2 {
  font-size: 2.4rem;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .entry-body h2 {
    font-size: 3rem;
  }
}
.entry-body h3 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .entry-body h3 {
    font-size: 2.4rem;
  }
}
.entry-body h4 {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .entry-body h4 {
    font-size: 2rem;
  }
}
.entry-body h5 {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .entry-body h5 {
    font-size: 1.8rem;
  }
}
.entry-body h6 {
  font-size: 1.6rem;
}
.entry-body a {
  color: var(--pk-color-primary);
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.entry-body a:hover {
  color: var(--pk-color-primary-dark);
  text-decoration: none;
}
.entry-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
}
.entry-body img.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}
.entry-body img.alignright {
  float: right;
  margin: 0 0 1em 2em;
}
.entry-body img.aligncenter {
  display: block;
  margin: 2em auto;
}
.entry-body figure {
  margin: 2em 0;
  text-align: center;
}
.entry-body figure img {
  margin: 0 auto;
}
.entry-body figcaption {
  font-size: var(--pk-fontsize-s);
  color: var(--pk-color-gray);
  margin-top: 0.5em;
  text-align: center;
}
.entry-body ul, .entry-body ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.entry-body ul {
  list-style-type: disc;
}
.entry-body ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry-body ul ul ul {
  list-style-type: square;
}
.entry-body ol {
  list-style-type: decimal;
}
.entry-body ol ol {
  list-style-type: lower-alpha;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry-body ol ol ol {
  list-style-type: lower-roman;
}
.entry-body li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.entry-body li:last-child {
  margin-bottom: 0;
}
.entry-body blockquote {
  margin: 2em 0;
  padding: 1.5em 2em;
  border-left: 4px solid var(--pk-color-primary);
  background: #F9F9F9;
  font-style: italic;
  color: var(--pk-color-darkgray);
}
@media (min-width: 1024px) {
  .entry-body blockquote {
    padding: 2em 3em;
  }
}
.entry-body blockquote p {
  margin-bottom: 1em;
}
.entry-body blockquote p:last-child {
  margin-bottom: 0;
}
.entry-body blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: var(--pk-fontsize-s);
  font-style: normal;
  color: var(--pk-color-gray);
}
.entry-body blockquote cite::before {
  content: "— ";
}
.entry-body code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  background: #F5F5F5;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: var(--pk-color-textdarker);
}
.entry-body pre {
  margin: 2em 0;
  padding: 1.5em;
  background: #F5F5F5;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  overflow-x: auto;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  line-height: 1.6;
}
.entry-body pre code {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.entry-body table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  border: 1px solid #E4E4E4;
}
.entry-body thead {
  background: #F9F9F9;
}
.entry-body tbody tr:nth-child(even) {
  background: #FAFAFA;
}
.entry-body th, .entry-body td {
  padding: 1em;
  text-align: left;
  border: 1px solid #E4E4E4;
}
.entry-body th {
  font-weight: bold;
  color: var(--pk-color-textdarker);
  background: #F5F5F5;
}
.entry-body hr {
  margin: 3em 0;
  border: none;
  border-top: 1px solid #E4E4E4;
}
.entry-body strong, .entry-body b {
  font-weight: bold;
  color: var(--pk-color-textdarker);
}
.entry-body em, .entry-body i {
  font-style: italic;
}
.entry-body mark {
  background: #FFF9C4;
  padding: 0.1em 0.2em;
}
.entry-body del {
  text-decoration: line-through;
  color: var(--pk-color-gray);
}
.entry-body ins {
  text-decoration: underline;
}
.entry-body sub, .entry-body sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-body sup {
  top: -0.5em;
}
.entry-body sub {
  bottom: -0.25em;
}
.entry-body abbr {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
}
.entry-body cite {
  font-style: italic;
}
.entry-body dfn {
  font-style: italic;
  font-weight: bold;
}
.entry-body kbd {
  font-family: "Courier New", Courier, monospace;
  background: #F5F5F5;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  border: 1px solid #E4E4E4;
}
.entry-body samp {
  font-family: "Courier New", Courier, monospace;
}
.entry-body var {
  font-style: italic;
}
.entry-body .wp-block-image {
  margin: 2em 0;
}
.entry-body .wp-block-quote {
  margin: 2em 0;
}
.entry-body .wp-block-code {
  margin: 2em 0;
}
.entry-body .wp-block-table {
  margin: 2em 0;
}
.entry-body .wp-block-separator {
  margin: 3em 0;
}
.entry-body .wp-block-embed {
  margin: 2em 0;
}
.entry-body .wp-block-embed iframe {
  max-width: 100%;
}

.entry-footer {
  margin-top: 4rem;
  padding-top: 2rem;
}

.page-link {
  margin-top: 2rem;
  font-size: var(--pk-fontsize-s);
}
.page-link dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-link dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-link .page-numbers {
  display: inline-block;
  padding: 0.5em 1em;
  background: #F5F5F5;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  text-decoration: none;
  color: var(--pk-color-text);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-link .page-numbers:hover {
  background: var(--pk-color-primary);
  color: #fff;
  border-color: var(--pk-color-primary);
}
.page-link .page-numbers.current {
  background: var(--pk-color-primary);
  color: #fff;
  border-color: var(--pk-color-primary);
}

.pager-wrap {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  .pager-wrap {
    margin-bottom: 10rem;
  }
}

.pager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  gap: 1rem;
  max-width: 60rem;
}
@media (min-width: 768px) {
  .pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.pager > .previous, .pager > .list, .pager > .next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  height: 100%;
}
.pager > .previous a, .pager > .list a, .pager > .next a {
  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 var(--pk-color-primary);
  padding: 1rem;
  text-decoration: none;
  color: var(--pk-color-textlight);
  font-size: 1.5rem;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .pager > .previous a, .pager > .list a, .pager > .next a {
    font-size: 1.6rem;
    min-height: 6.4rem;
  }
}
.pager > .previous a:hover, .pager > .list a:hover, .pager > .next a:hover {
  background: var(--pk-color-primary);
  color: #fff;
  border-color: var(--pk-color-primary);
}
.pager > .previous.list a, .pager > .list.list a, .pager > .next.list a {
  background: var(--pk-color-primary);
  color: #fff;
  border-color: var(--pk-color-primary);
}
.pager > .previous.list a:hover, .pager > .list.list a:hover, .pager > .next.list a:hover {
  background: var(--pk-color-primary-dark);
  border-color: var(--pk-color-primary-dark);
}

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

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

.heading-blet {
  background: var(--pk-color-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);
}
@media not all and (min-width: 1700px) {
  .recruit-mvheader.-career {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 3vw;
  }
}
@media not all and (min-width: 1024px) {
  .recruit-mvheader.-career {
    padding-bottom: 1rem;
    padding-left: 7vw;
  }
}
@media not all and (min-width: 1024px) {
  .recruit-mvheader.-career .jp-with-bg.-large {
    letter-spacing: -0.05em;
  }
}
.recruit-mvheader.-career::before {
  background-image: url(../img/recruit-career_sp.jpg);
}
@media (min-width: 1024px) {
  .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-color-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.6rem;
  }
}
@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.6rem;
  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.6rem;
  }
}
@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.5rem;
  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.6rem;
  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.5rem;
  }
}

.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.6rem;
}
@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.6rem;
}
@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.5rem;
}
@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.6rem;
}
@media (min-width: 1024px) {
  .interview-schedule > .content > .title {
    font-size: 2rem;
  }
}
.interview-schedule > .content > .detail {
  margin-top: 0.8em;
  font-size: 1.5rem;
}
@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;
  }
}

.btn-wrap .wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

.interview-hero {
  width: 100%;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .interview-hero {
    margin-top: 10.5rem;
    margin-bottom: 12rem;
  }
}
.interview-hero .container {
  position: relative;
}
.interview-hero__inner {
  position: relative;
  width: 100%;
  max-width: 158rem;
  margin: 0 auto;
}
@media not all and (min-width: 1024px) {
  .interview-hero__inner {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .interview-hero__inner {
    max-width: 158rem;
  }
}
.interview-hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.interview-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .interview-hero__image img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}
.interview-hero__content {
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 2;
  background: #fff;
  padding: 0.6rem 1.5rem 0;
  max-width: 50rem;
  width: auto;
  border-radius: 0 1.2rem 0 0;
}
@media (min-width: 1024px) {
  .interview-hero__content {
    padding: 4rem 3rem;
    max-width: 56rem;
  }
}
.interview-hero__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 1024px) {
  .interview-hero__title {
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
}
@media (min-width: 1024px) {
  .interview-hero__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
.interview-hero__subtitle {
  font-size: 1.2rem;
  color: var(--pk-color-textdarker);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .interview-hero__subtitle {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.interview-hero__name {
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .interview-hero__name {
    font-size: 2.4rem;
  }
}

.interview-profile-section {
  width: 100%;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .interview-profile-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.interview-profile-section .container {
  position: relative;
}
.interview-profile-section__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .interview-profile-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.interview-profile-section__text {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .interview-profile-section__text {
    width: 52.9133858268%;
  }
}
.interview-profile-section__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin: 0;
  padding: 1rem 2rem 1rem 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: #fff;
  border-radius: 0 0 1.2rem 0;
}
@media (min-width: 1024px) {
  .interview-profile-section__title {
    color: var(--pk-color-primary-dark);
    padding: 3rem;
    font-size: 2.8rem;
    line-height: 1;
  }
}
.interview-profile-section__title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DBF0DC;
}
.interview-profile-section__title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  width: 127rem;
  height: 100%;
  background: #DBF0DC;
  border-radius: 1.2rem 0 0 0;
}
.interview-profile-section__body {
  padding: 2rem;
  background: #DBF0DC;
  border-radius: 1.2rem 0 0 0;
}
@media (min-width: 1024px) {
  .interview-profile-section__body {
    padding: 5rem 6.5rem;
  }
}
.interview-profile-section__item {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .interview-profile-section__item {
    margin-bottom: 4rem;
  }
}
.interview-profile-section__item:last-child {
  margin-bottom: 0;
}
.interview-profile-section__heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin: 0 0 1rem 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .interview-profile-section__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--pk-color-primary-dark);
  }
}
.interview-profile-section__content {
  font-size: 1.5rem;
  color: var(--pk-color-textdarker);
  margin: 0 0 1rem 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .interview-profile-section__content {
    font-size: 1.6rem;
  }
}
.interview-profile-section__content:last-child {
  margin-bottom: 0;
}
.interview-profile-section__image {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .interview-profile-section__image {
    padding-top: 75%;
  }
}
@media (min-width: 1024px) {
  .interview-profile-section__image {
    width: 46.9291338583%;
  }
}
.interview-profile-section__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  left: 0;
  bottom: 0;
}

.interview-content {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .interview-content {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.interview-content .container {
  max-width: 127rem;
}
.interview-content__item {
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  .interview-content__item {
    margin-bottom: 8rem;
  }
}
.interview-content__item:last-child {
  margin-bottom: 0;
}
.interview-content__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .interview-content__heading {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.interview-content__description {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .interview-content__description {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: 2.5;
  }
}
.interview-content__example {
  font-size: 1.5rem;
  color: var(--pk-color-textlight);
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-style: italic;
}
@media (min-width: 1024px) {
  .interview-content__example {
    font-size: 1.6rem;
  }
}

.interview-schedule-section {
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .interview-schedule-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.interview-schedule-section .container {
  max-width: 127rem;
}
.interview-schedule-section__title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-primary-dark);
  margin: 0 0 3rem 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 1024px) {
  .interview-schedule-section__title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding-bottom: 1.5rem;
  }
}
.interview-schedule-section__timeline {
  position: relative;
}
.interview-schedule-section__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview-schedule-section__item:last-child {
  margin-bottom: 0;
}
.interview-schedule-section__item:last-child .interview-schedule-section__content::after {
  display: none;
}
.interview-schedule-section__time {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  width: 7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .interview-schedule-section__time {
    font-size: 1.8rem;
    width: 9rem;
  }
}
.interview-schedule-section__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .interview-schedule-section__content {
    padding-left: 3rem;
    padding-bottom: 4rem;
  }
}
.interview-schedule-section__content::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #55B4B8;
  z-index: 1;
}
@media (min-width: 1024px) {
  .interview-schedule-section__content::before {
    left: -1.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.interview-schedule-section__content::after {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: 1.5rem;
  bottom: 0;
  width: 1px;
  background: #55B4B8;
}
@media (min-width: 1024px) {
  .interview-schedule-section__content::after {
    left: -0.8rem;
  }
}
.interview-schedule-section__activity {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin: 0 0 0.8rem 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .interview-schedule-section__activity {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.interview-schedule-section__example {
  font-size: 1.5rem;
  color: var(--pk-color-text);
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .interview-schedule-section__example {
    font-size: 1.6rem;
  }
}

.interview-image-section {
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .interview-image-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.interview-image-section .container {
  max-width: 127rem;
}
.interview-image-section__image {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .interview-image-section__image {
    margin-bottom: 2rem;
  }
}
.interview-image-section__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-image-section__note {
  font-size: 1.2rem;
  color: var(--pk-color-textlight);
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .interview-image-section__note {
    font-size: 1.4rem;
  }
}

.labor-message-section {
  width: 100%;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .labor-message-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.labor-message-section .container {
  position: relative;
  max-width: 127rem;
}
.labor-message-section__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media not all and (min-width: 1024px) {
  .labor-message-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .labor-message-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6rem;
  }
}
.labor-message-section__text {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .labor-message-section__text {
    width: 75.1968503937%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media not all and (min-width: 1024px) {
  .labor-message-section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.labor-message-section__paragraph {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 2rem 0;
  letter-spacing: 0.02em;
}
@media not all and (min-width: 1024px) {
  .labor-message-section__paragraph {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .labor-message-section__paragraph {
    font-size: 1.8rem;
    line-height: 2.4;
    margin-bottom: 2.4rem;
  }
}
.labor-message-section__paragraph:last-of-type {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .labor-message-section__paragraph:last-of-type {
    margin-bottom: 4rem;
  }
}
.labor-message-section__signature {
  font-size: 1.5rem;
  color: var(--pk-color-textdarker);
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: right;
}
@media not all and (min-width: 1024px) {
  .labor-message-section__signature {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .labor-message-section__signature {
    font-size: 1.6rem;
  }
}
.labor-message-section__image {
  position: relative;
  z-index: 2;
  width: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media not all and (min-width: 1024px) {
  .labor-message-section__image {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .labor-message-section__image {
    width: 24.8031496063%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.labor-message-section__image img {
  width: 100%;
  max-width: 315px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .labor-message-section__image img {
    max-width: 100%;
  }
}

.application-process-section {
  width: 100%;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 1024px) {
  .application-process-section {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
.application-process-section .container {
  position: relative;
  max-width: 127rem;
}
.application-process-section__image {
  width: 100%;
}
.application-process-section__image img {
  width: 100%;
  height: auto;
  display: block;
}

.company-movie {
  padding: 4rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .company-movie {
    padding: 8rem 0 10rem;
  }
}
.company-movie__label {
  text-align: center;
  color: var(--pk-color-primary);
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .company-movie__label {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .company-movie__label {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.company-movie__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 96.5rem;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #000;
}
@media not all and (min-width: 1024px) {
  .company-movie__video-wrapper {
    padding-top: 56.25%;
  }
}
.company-movie__video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.philosophy {
  padding: 4rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .philosophy {
    padding: 10rem 0;
  }
}
@media (min-width: 1024px) {
  .philosophy {
    padding: 12rem 0;
  }
}
.philosophy__header {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .philosophy__header {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .philosophy__header {
    margin-bottom: 6.5rem;
  }
}
.philosophy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .philosophy__items {
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .philosophy__items {
    gap: 3.5rem;
  }
}
.philosophy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.philosophy__content {
  background: #F5F5F5;
  padding: 2rem;
  line-height: 1.8;
  font-size: 1.5rem;
  color: var(--pk-color-textlight);
}
@media (min-width: 768px) {
  .philosophy__content {
    padding: 3rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .philosophy__content {
    padding: 3.5rem;
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .company-profile-section {
    margin-bottom: 22.5rem;
  }
}

.company-profile {
  color: #fff;
}
.company-profile__header {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .company-profile__header {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .company-profile__header {
    margin-bottom: 6.5rem;
  }
}
.company-profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .company-profile__content {
    gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .company-profile__content {
    gap: 6rem;
  }
}
.company-profile__urls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .company-profile__urls {
    gap: 2rem;
  }
}
.company-profile__url-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .company-profile__url-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
.company-profile__url-label {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  min-width: 15rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .company-profile__url-label {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .company-profile__url-label {
    font-size: 1.7rem;
  }
}
.company-profile__url-value {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .company-profile__url-value {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .company-profile__url-value {
    font-size: 1.7rem;
  }
}
.company-profile__url-value a {
  color: #fff;
  text-decoration: underline;
}
.company-profile__url-value a:hover {
  opacity: 0.8;
}
.company-profile__info-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 768px) {
  .company-profile__info-dl {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 0;
  }
}
.company-profile dt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media not all and (min-width: 768px) {
  .company-profile dt {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .company-profile dt {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    padding-right: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
  }
}
@media (min-width: 1024px) {
  .company-profile dt {
    font-size: 1.7rem;
  }
}
.company-profile dt:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .company-profile dt:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.company-profile dd {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
}
@media not all and (min-width: 768px) {
  .company-profile dd {
    width: 100%;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .company-profile dd {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1024px) {
  .company-profile dd {
    font-size: 1.7rem;
  }
}
.company-profile dd:last-of-type {
  border-bottom: none;
}
.company-profile dd a {
  color: #fff;
  text-decoration: underline;
}
.company-profile dd a:hover {
  opacity: 0.8;
}
.company-profile dd ul, .company-profile dd ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-profile__office-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .company-profile__office-name {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .company-profile__office-name {
    font-size: 2.2rem;
  }
}
.company-profile__office-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .company-profile__office-info {
    margin-bottom: 3rem;
  }
}
.company-profile__office-info div {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .company-profile__office-info div {
    font-size: 1.7rem;
  }
}
.company-profile__map-wrapper {
  width: 100%;
  height: 0;
  padding-top: 23.5rem;
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .company-profile__map-wrapper {
    margin-top: 3rem;
    padding-top: 56.25%;
  }
}
.company-profile__map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.company-profile__history-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}
@media not all and (min-width: 768px) {
  .company-profile__history-table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile__history-table thead, .company-profile__history-table tbody {
    display: block;
  }
}
.company-profile__history-table th, .company-profile__history-table td {
  padding: 0.5rem 0;
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not all and (min-width: 768px) {
  .company-profile__history-table th, .company-profile__history-table td {
    display: block;
  }
}
@media (min-width: 1024px) {
  .company-profile__history-table th, .company-profile__history-table td {
    font-size: 1.7rem;
  }
}
.company-profile__history-table th {
  font-weight: bold;
  width: 15rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media not all and (min-width: 768px) {
  .company-profile__history-table th {
    padding: 0;
    margin-top: 0.5em;
  }
}
@media not all and (min-width: 768px) {
  .company-profile__history-table td {
    padding-top: 0;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .company-profile__history-table td {
    padding-left: 3rem;
  }
}

.company-top-link {
  padding: 4rem 0;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .company-top-link {
    padding: 8rem 0;
  }
}
@media (min-width: 1024px) {
  .company-top-link {
    padding: 10rem 0;
  }
}
.company-top-link__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 4rem;
  background: #666;
  color: #fff;
  text-decoration: none;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .company-top-link__button {
    padding: 2rem 4rem;
    font-size: 1.8rem;
    gap: 2rem;
    border-radius: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .company-top-link__button {
    padding: 2.5rem 5rem;
    font-size: 2rem;
  }
}
.company-top-link__button:hover {
  background: #555;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.company-top-link__button:hover .company-top-link__icon {
  -webkit-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
}
.company-top-link__text {
  text-decoration: underline;
}
.company-top-link__icon {
  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: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .company-top-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .company-top-link__icon {
    width: 5rem;
    height: 5rem;
  }
}
.company-top-link__icon svg {
  width: 2rem;
  height: 2rem;
  stroke: #666;
}
@media (min-width: 768px) {
  .company-top-link__icon svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .company-top-link__icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.faq-section {
  padding: 6rem 0 8rem;
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 10rem 0 12rem;
  }
}

.faq-intro {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .faq-intro {
    font-size: 1.8rem;
    margin-bottom: 7rem;
  }
}

.faq-list {
  background: #F5F5F5;
  border-radius: 1.2rem;
  padding: 2rem 1.5rem;
}
@media (min-width: 1024px) {
  .faq-list {
    padding: 5rem 4rem;
  }
}

.faq-item {
  position: relative;
}
.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .faq-item {
    padding: 0 0 3.5rem;
  }
  .faq-item:last-child {
    padding-bottom: 0;
  }
}

.faq-question {
  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;
  gap: 2rem;
  background: #fff;
  color: var(--pk-color-primary);
  padding-right: 2.5rem;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .faq-question {
    margin-bottom: 2rem;
    gap: 3rem;
  }
}
.faq-question:hover {
  opacity: 0.8;
}

.faq-question__number {
  font-size: 1.8rem;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  border-right: 1px solid #E0E0E0;
  height: 100%;
  padding: 2rem 0;
  width: 4rem;
}
@media (min-width: 1024px) {
  .faq-question__number {
    font-size: 2rem;
    width: 11.9rem;
  }
}

.faq-question__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1024px) {
  .faq-question__text {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.faq-question__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2rem;
  color: var(--pk-color-primary);
  font-weight: 300;
  border: 1px solid var(--pk-color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 1024px) {
  .faq-question__icon {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}
.faq-question__icon::before {
  content: "+";
}

.faq-item.is-closed .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-item:not(.is-closed) .faq-question__icon::before {
  content: "−";
}

.faq-answer {
  padding-left: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 1rem 0;
  max-height: 300px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1024px) {
  .faq-answer {
    padding-left: 4.5rem;
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}

.faq-button-wrap {
  text-align: center;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .faq-button-wrap {
    margin-top: 7rem;
  }
}

.faq-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 3rem;
  background: var(--pk-color-primary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 1.2rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .faq-button {
    padding: 1.8rem 4rem;
    font-size: 2rem;
  }
}
.faq-button:hover {
  background: var(--pk-color-primary-dark);
}
.faq-button svg {
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  stroke: var(--pk-color-primary);
}
.faq-button:hover .icon-arrow {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.table-of-contents {
  width: 100%;
  background: var(--pk-color-bg);
  margin: 4.5rem auto;
}
@media (min-width: 1024px) {
  .table-of-contents {
    margin: 14rem auto 20rem;
  }
}
.table-of-contents__inner {
  position: relative;
}

.toc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
@media (min-width: 768px) {
  .toc-nav {
    gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .toc-nav {
    width: calc(100% + 50vw - 63.5rem);
    margin-left: 0;
    margin-right: calc(-50vw + 63.5rem);
    gap: 6rem;
  }
}
@media (min-width: 1440px) {
  .toc-nav {
    max-width: 140rem;
    width: calc(100% + 13rem);
    margin-right: -13rem;
  }
}
@media not all and (min-width: 1280px) {
  .toc-nav {
    margin-right: -2rem;
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
  }
}
.toc-nav__item {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .toc-nav__item {
    padding: 1.5rem 0;
  }
}
.toc-nav__item--challenge {
  background: #F3FFDB;
}
.toc-nav__item--challenge:hover {
  background: #E8F5E9;
}
.toc-nav__item--growth {
  background: #DEFFDB;
}
.toc-nav__item--growth:hover {
  background: #C8E6C9;
}
.toc-nav__item--organization {
  background: #CAF9E5;
}
.toc-nav__item--organization:hover {
  background: #B2DFDB;
}
.toc-nav__content {
  margin: 0 auto;
  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;
  gap: 2rem;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .toc-nav__content {
    padding: 0 4rem;
  }
}
.toc-nav__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00501E;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 768px) {
  .toc-nav__text {
    white-space: nowrap;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .toc-nav__text {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .toc-nav__text {
    font-size: 4rem;
  }
}
.toc-nav__en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2.8rem;
  color: var(--pk-color-primary);
  font-weight: 400;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0.3em;
}
@media not all and (min-width: 1280px) {
  .toc-nav__en {
    opacity: 0.34;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .toc-nav__en {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .toc-nav__en {
    font-size: 4.8rem;
  }
}
.toc-nav__item--organization .toc-nav__en {
  letter-spacing: 0.16em;
}

.challenge-section, .growth-section, .organization-section {
  width: 100%;
}

.challenge-hero {
  width: 100%;
  position: relative;
}
.challenge-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.growth-section .challenge-hero::before {
  background: #F2FFFA;
}
.challenge-hero .container {
  position: relative;
}
.challenge-hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media not all and (min-width: 1280px) {
  .challenge-hero__inner {
    overflow-x: clip;
    margin-right: -2rem;
  }
}
.challenge-hero__image {
  position: relative;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
}
@media not all and (min-width: 1280px) {
  .challenge-hero__image {
    width: 120%;
    margin-right: -10%;
    margin-left: -10%;
  }
}
@media (min-width: 1280px) {
  .challenge-hero__image {
    width: calc(100% + 50vw - 63.5rem);
    max-width: none;
    margin-right: calc(-50vw + 63.5rem);
  }
}
.challenge-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.challenge-hero__title {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2.8rem;
  color: var(--pk-color-primary);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3em;
  margin: 0;
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 2;
  background: #F2FFFA;
  padding: 2rem 1.5rem 0 1.5rem;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
}
@media (min-width: 768px) {
  .challenge-hero__title {
    font-size: 8rem;
    padding: 4rem 5rem 0 2rem;
  }
}
@media (min-width: 1024px) {
  .challenge-hero__title {
    font-size: 10rem;
  }
}
.growth-section .challenge-hero__title {
  background: #fff;
}

.challenge-content {
  width: 100%;
  background: #F2FFFA;
  margin-top: -18rem;
  padding: 24rem 0 8rem;
}
@media (min-width: 1024px) {
  .challenge-content {
    margin-top: -32rem;
    padding: 45rem 0 16rem;
  }
}
.growth-section .challenge-content {
  background: #fff;
}
.challenge-content__heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: var(--pk-color-text);
  border-color: #55B4B9;
}
@media (min-width: 1024px) {
  .challenge-content__heading {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
}
.challenge-content__intro {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0 0 4rem 0;
}
@media (min-width: 1024px) {
  .challenge-content__intro {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 6rem;
  }
}
.challenge-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .challenge-content__items {
    gap: 3rem;
  }
}
.challenge-content__item {
  background: #fff;
  padding: 2rem;
  border-radius: 0.8rem;
}
@media (min-width: 1024px) {
  .challenge-content__item {
    padding: 5rem 4rem;
  }
}
.challenge-content__item-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin: 0 0 2rem 0;
}
@media (min-width: 1024px) {
  .challenge-content__item-title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.challenge-content__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0 0 3rem 0;
}
@media (min-width: 1024px) {
  .challenge-content__text {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}

.btn-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  background: var(--pk-color-primary);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 1.2rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .btn-detail {
    padding: 1.8rem 4rem;
    font-size: 2rem;
    font-weight: bold;
  }
}
.btn-detail:hover {
  background: var(--pk-color-primary-dark);
}
.btn-detail .icon-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
}
.btn-detail .icon-arrow svg {
  width: 3rem;
  height: 3rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  stroke: var(--pk-color-primary);
}
.btn-detail:hover .icon-arrow svg {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.growth-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .growth-profiles {
    gap: 3rem;
    margin-top: 6rem;
  }
}

.growth-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  background: #FBFBFB;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .growth-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
  }
}
.growth-profile__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .growth-profile__image {
    width: 25rem;
    height: 25rem;
    margin: 0;
  }
}
.growth-profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.growth-profile__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.growth-profile__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .growth-profile__header {
    margin-bottom: 2rem;
  }
}
.growth-profile__name {
  font-weight: normal;
  font-size: 1.5rem;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .growth-profile__name {
    font-size: 1.8rem;
  }
}
.growth-profile__highlight {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  line-height: 1.6;
  margin: 0 0 2rem 0;
}
@media (min-width: 1024px) {
  .growth-profile__highlight {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.growth-profile__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .growth-profile__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.newgraduates-recruitment-message {
  position: relative;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .newgraduates-recruitment-message {
    padding: 6rem 0;
  }
}
.newgraduates-recruitment-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/voice_bg.png) no-repeat center top/100% auto;
  z-index: -1;
  opacity: 0.2;
}
.newgraduates-recruitment-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .newgraduates-recruitment-message__inner {
    gap: 4rem;
  }
}
.newgraduates-recruitment-message__text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .newgraduates-recruitment-message__text {
    font-size: 3.2rem;
  }
}
.newgraduates-recruitment-message__text-first {
  font-weight: 500;
}
.newgraduates-recruitment-message__text-bold {
  font-weight: bold;
  color: var(--pk-color-accent);
}
.newgraduates-recruitment-message__video {
  width: 100%;
  max-width: 48.0208333333vw;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .newgraduates-recruitment-message__video {
    max-width: 100%;
  }
}
.newgraduates-recruitment-message__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.newgraduates-internship {
  padding: 0;
  background: var(--pk-color-bg);
}
@media (min-width: 1024px) {
  .newgraduates-internship {
    padding: 6rem 0;
  }
}
.newgraduates-internship__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--pk-color-primary);
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .newgraduates-internship__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
.newgraduates-internship__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--pk-color-primary);
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .newgraduates-internship__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 48.0208333333vw;
  }
}
.newgraduates-internship__banner:hover {
  opacity: 0.8;
}
.newgraduates-internship__banner-image {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 400/300;
}
@media (min-width: 1024px) {
  .newgraduates-internship__banner-image {
    width: 43.3839479393%;
    aspect-ratio: auto;
  }
}
.newgraduates-internship__banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.newgraduates-internship__badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: #FFD700;
  border-radius: 50%;
  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;
  font-size: 2rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  z-index: 2;
}
@media (min-width: 1024px) {
  .newgraduates-internship__badge {
    width: 10rem;
    height: 10rem;
    font-size: 2.4rem;
  }
}
.newgraduates-internship__banner-content {
  padding: 3rem 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship__banner-content {
    padding: 4rem 3rem;
    gap: 2.5rem;
  }
}
.newgraduates-internship__banner-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-internship__banner-title {
    font-size: 3.2rem;
  }
}
.newgraduates-internship__banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.newgraduates-internship__banner-list li {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  padding-left: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .newgraduates-internship__banner-list li {
    font-size: 1.8rem;
  }
}
.newgraduates-internship__banner-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.newgraduates-internship__banner-link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .newgraduates-internship__banner-link {
    font-size: 1.8rem;
    padding: 1.2rem 2.4rem;
  }
}
.newgraduates-internship__banner-link:hover {
  background: #fff;
  color: var(--pk-color-primary);
}
.newgraduates-internship--briefing-session {
  padding: 3rem 0 9rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship--briefing-session {
    padding: 13rem 0;
  }
}
.newgraduates-internship--briefing-session .newgraduates-internship__title {
  text-align: center;
}
.newgraduates-internship--briefing-session .newgraduates-internship__title > span {
  display: inline-block;
  border-bottom: 2px solid var(--pk-color-textdarker);
  color: #000;
  padding-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship--briefing-session .newgraduates-internship__title > span {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.newgraduates-field, .newgraduates-growth, .newgraduates-spirit {
  margin-top: 6rem;
  width: 100%;
  overflow-x: clip;
}
@media (min-width: 1024px) {
  .newgraduates-field, .newgraduates-growth, .newgraduates-spirit {
    margin-top: 10rem;
  }
}
@media (min-width: 1280px) {
  .newgraduates-field, .newgraduates-growth, .newgraduates-spirit {
    margin-top: 18rem;
  }
}

.newgraduates-field-hero, .newgraduates-growth-hero, .newgraduates-spirit-hero {
  width: 100%;
  position: relative;
}
.newgraduates-field-hero .container, .newgraduates-growth-hero .container, .newgraduates-spirit-hero .container {
  position: relative;
}
.newgraduates-field-hero__inner, .newgraduates-growth-hero__inner, .newgraduates-spirit-hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newgraduates-field-hero__image, .newgraduates-growth-hero__image, .newgraduates-spirit-hero__image {
  position: relative;
  width: 100%;
  max-width: 63.5rem;
  margin-right: auto;
}
@media not all and (min-width: 1024px) {
  .newgraduates-field-hero__image, .newgraduates-growth-hero__image, .newgraduates-spirit-hero__image {
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem);
  }
}
@media (min-width: 1024px) {
  .newgraduates-field-hero__image, .newgraduates-growth-hero__image, .newgraduates-spirit-hero__image {
    max-width: none;
    width: calc(100% + 2rem);
    margin-right: -2rem;
  }
}
@media (min-width: 1280px) {
  .newgraduates-field-hero__image, .newgraduates-growth-hero__image, .newgraduates-spirit-hero__image {
    width: calc(100% + 50vw - 63.5rem);
    margin-right: calc(-50vw + 63.5rem);
  }
}
.newgraduates-field-hero__image img, .newgraduates-growth-hero__image img, .newgraduates-spirit-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.newgraduates-field-hero__title-bottom, .newgraduates-growth-hero__title-bottom, .newgraduates-spirit-hero__title-bottom {
  position: absolute;
  left: -1rem;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 2rem 0 0;
  background: #fff;
  text-align: center;
}
@media not all and (min-width: 1024px) {
  .newgraduates-field-hero__title-bottom, .newgraduates-growth-hero__title-bottom, .newgraduates-spirit-hero__title-bottom {
    padding: 1rem 1rem 0 0;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .newgraduates-field-hero__title-bottom, .newgraduates-growth-hero__title-bottom, .newgraduates-spirit-hero__title-bottom {
    padding: 3rem 3rem 0 0;
    gap: 3rem;
  }
}
@media (min-width: 1440px) {
  .newgraduates-field-hero__title-bottom, .newgraduates-growth-hero__title-bottom, .newgraduates-spirit-hero__title-bottom {
    left: -7rem;
  }
}
.newgraduates-field-hero__title-en, .newgraduates-growth-hero__title-en, .newgraduates-spirit-hero__title-en {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 4rem;
  color: var(--pk-color-primary);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media (min-width: 768px) {
  .newgraduates-field-hero__title-en, .newgraduates-growth-hero__title-en, .newgraduates-spirit-hero__title-en {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .newgraduates-field-hero__title-en, .newgraduates-growth-hero__title-en, .newgraduates-spirit-hero__title-en {
    font-size: 10rem;
  }
}
.newgraduates-field-hero__title-sub, .newgraduates-growth-hero__title-sub, .newgraduates-spirit-hero__title-sub {
  background: #f6ff00;
  color: var(--pk-color-textdarker);
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0.4rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .newgraduates-field-hero__title-sub, .newgraduates-growth-hero__title-sub, .newgraduates-spirit-hero__title-sub {
    font-size: 3.2rem;
  }
}
.newgraduates-field-hero__title-right, .newgraduates-field-hero__title-left, .newgraduates-growth-hero__title-right, .newgraduates-growth-hero__title-left, .newgraduates-spirit-hero__title-right, .newgraduates-spirit-hero__title-left {
  position: absolute;
  top: -1.5em;
  z-index: 2;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  height: 150%;
}
@media not all and (min-width: 1024px) {
  .newgraduates-field-hero__title-right, .newgraduates-field-hero__title-left, .newgraduates-growth-hero__title-right, .newgraduates-growth-hero__title-left, .newgraduates-spirit-hero__title-right, .newgraduates-spirit-hero__title-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
  }
}
@media (min-width: 1024px) {
  .newgraduates-field-hero__title-right, .newgraduates-field-hero__title-left, .newgraduates-growth-hero__title-right, .newgraduates-growth-hero__title-left, .newgraduates-spirit-hero__title-right, .newgraduates-spirit-hero__title-left {
    font-size: 3.2rem;
  }
}
@media (min-width: 1440px) {
  .newgraduates-field-hero__title-right, .newgraduates-field-hero__title-left, .newgraduates-growth-hero__title-right, .newgraduates-growth-hero__title-left, .newgraduates-spirit-hero__title-right, .newgraduates-spirit-hero__title-left {
    font-size: 3.8rem;
  }
}
.newgraduates-field-hero__title-right > span, .newgraduates-field-hero__title-left > span, .newgraduates-growth-hero__title-right > span, .newgraduates-growth-hero__title-left > span, .newgraduates-spirit-hero__title-right > span, .newgraduates-spirit-hero__title-left > span {
  display: block;
  background: var(--pk-color-primary);
  padding: 0.5em 0.25em;
  margin-left: -0.25em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media not all and (min-width: 1024px) {
  .newgraduates-field-hero__title-right > span, .newgraduates-field-hero__title-left > span, .newgraduates-growth-hero__title-right > span, .newgraduates-growth-hero__title-left > span, .newgraduates-spirit-hero__title-right > span, .newgraduates-spirit-hero__title-left > span {
    padding: 0.25em;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.newgraduates-field-hero__title-right, .newgraduates-growth-hero__title-right, .newgraduates-spirit-hero__title-right {
  right: 1rem;
}
@media (min-width: 1650px) {
  .newgraduates-field-hero__title-right, .newgraduates-growth-hero__title-right, .newgraduates-spirit-hero__title-right {
    right: -5em;
  }
}
.newgraduates-field-hero__title-left, .newgraduates-growth-hero__title-left, .newgraduates-spirit-hero__title-left {
  left: 1rem;
}
@media (min-width: 1650px) {
  .newgraduates-field-hero__title-left, .newgraduates-growth-hero__title-left, .newgraduates-spirit-hero__title-left {
    left: -5em;
  }
}

@media not all and (min-width: 1024px) {
  .newgraduates-field-hero__image, .newgraduates-spirit-hero__image {
    margin-right: -4rem;
  }
}

.newgraduates-field-content, .newgraduates-growth-content, .newgraduates-spirit-content {
  width: 100%;
  padding: 4rem 0 0;
}
@media (min-width: 1024px) {
  .newgraduates-field-content, .newgraduates-growth-content, .newgraduates-spirit-content {
    padding: 6rem 0;
  }
}
.newgraduates-field-content__text, .newgraduates-growth-content__text, .newgraduates-spirit-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .newgraduates-field-content__text, .newgraduates-growth-content__text, .newgraduates-spirit-content__text {
    gap: 2rem;
  }
}
.newgraduates-field-content__text p, .newgraduates-growth-content__text p, .newgraduates-spirit-content__text p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-field-content__text p, .newgraduates-growth-content__text p, .newgraduates-spirit-content__text p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-field-content__text p strong, .newgraduates-growth-content__text p strong, .newgraduates-spirit-content__text p strong {
  color: var(--pk-color-accent);
}

@media (min-width: 1280px) {
  .newgraduates-growth {
    margin-top: 28rem;
  }
}

.newgraduates-growth-hero__image {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .newgraduates-growth-hero__image {
    max-width: none;
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
@media (min-width: 1280px) {
  .newgraduates-growth-hero__image {
    width: calc(100% + 50vw - 63.5rem);
    margin-left: calc(-50vw + 63.5rem);
  }
}
.newgraduates-growth-hero__title-bottom {
  left: auto;
  right: -1rem;
  padding: 2rem 0 0 2rem;
}
@media not all and (min-width: 1024px) {
  .newgraduates-growth-hero__title-bottom {
    padding: 1rem 0 0 1rem;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .newgraduates-growth-hero__title-bottom {
    padding: 3rem 0 0 3rem;
  }
}
@media (min-width: 1440px) {
  .newgraduates-growth-hero__title-bottom {
    right: -7rem;
  }
}

@media not all and (min-width: 1024px) {
  .newgraduates-growth-hero__image {
    margin-left: -4rem;
  }
}

@media (min-width: 1280px) {
  .newgraduates-spirit {
    margin-top: 28rem;
  }
}

.newgraduates-sns {
  padding: 6rem 0;
  background: #f2fffa;
}
@media (min-width: 1024px) {
  .newgraduates-sns {
    padding: 12rem 0;
  }
}
.newgraduates-sns__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .newgraduates-sns__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
.newgraduates-sns__title-quote {
  color: #ff6b35;
}
.newgraduates-sns__title-green {
  color: var(--pk-color-primary);
}
.newgraduates-sns__handle {
  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;
  gap: 1rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: var(--pk-color-textdarker);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .newgraduates-sns__handle {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.newgraduates-sns__handle svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor;
}
.newgraduates-sns__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 163rem;
  margin: 0 auto;
}
@media not all and (min-width: 1024px) {
  .newgraduates-sns__grid {
    margin: 0 2rem;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .newgraduates-sns__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.0416666667vw;
  }
}
.newgraduates-sns__item {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 0.8rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.newgraduates-sns__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.newgraduates-sns__thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.newgraduates-sns__thumbnail img,
.newgraduates-sns__thumbnail iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border: none;
}
.newgraduates-sns__likes {
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.newgraduates-sns__likes svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.newgraduates-sns .tiktok-embed {
  margin: 0;
  min-width: 0 !important;
  height: 100% !important;
}
.newgraduates-sns .tiktok-embed iframe {
  width: 100% !important;
  height: 100% !important;
}

.newgraduates-staffvoice {
  padding: 6rem 0;
  background: linear-gradient(160deg, rgba(255, 209, 177, 0.7) 0%, rgba(0, 162, 61, 0.7) 32%, rgba(0, 162, 135, 0.7) 88%);
  overflow: clip;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice {
    padding: 12rem 0;
  }
}
.newgraduates-staffvoice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__items {
    gap: 8rem;
  }
}
.newgraduates-staffvoice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7.3228346457%;
  }
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.newgraduates-staffvoice__photo {
  width: 100%;
  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;
}
@media not all and (min-width: 1024px) {
  .newgraduates-staffvoice__photo {
    width: 18.5rem;
    margin: 0 auto 3rem;
  }
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__photo {
    width: 30.8661417323%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.newgraduates-staffvoice__photo-circle {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.newgraduates-staffvoice__photo-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.newgraduates-staffvoice__photo-decoration {
  position: absolute;
  bottom: -7%;
  left: -15%;
  width: 130%;
  z-index: 2;
  pointer-events: none;
}
.newgraduates-staffvoice__photo-decoration img {
  width: 100%;
  aspect-ratio: 938/300;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.newgraduates-staffvoice__photo-info {
  position: absolute;
  bottom: -4rem;
  left: -2rem;
  width: 19rem;
  height: 19rem;
  background: #f6ff00;
  border-radius: 50%;
  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;
  z-index: 3;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media not all and (min-width: 1024px) {
  .newgraduates-staffvoice__photo-info {
    width: 10rem;
    height: 10rem;
    line-height: 1.3;
  }
}
.newgraduates-staffvoice__photo-info-inner {
  text-align: center;
  padding: 2rem;
}
.newgraduates-staffvoice__photo-date {
  font-size: 1.2rem;
  color: var(--pk-color-textdarker);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__photo-date {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.newgraduates-staffvoice__photo-name {
  font-size: 1.6rem;
  color: var(--pk-color-textdarker);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__photo-name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.newgraduates-staffvoice__photo-dept {
  font-size: 1.2rem;
  color: var(--pk-color-text);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__photo-dept {
    font-size: 1.4rem;
  }
}
.newgraduates-staffvoice__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__content {
    width: 61.811023622%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 3rem;
  }
}
.newgraduates-staffvoice__title {
  font-size: 2rem;
  font-weight: bold;
  color: #F6FF00;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__title {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
.newgraduates-staffvoice__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__text-block {
    gap: 1.5rem;
  }
}
.newgraduates-staffvoice__text-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F6FF00;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__text-title {
    font-size: 1.8rem;
  }
}
.newgraduates-staffvoice__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-staffvoice__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.newgraduates-staffvoice .section-heading__en {
  color: var(--pk-color-bg);
}

.newgraduates-culture {
  padding: 6rem 0;
  background: #fbfbfb;
}
@media (min-width: 1024px) {
  .newgraduates-culture {
    padding: 12rem 0;
  }
}
.newgraduates-culture__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .newgraduates-culture__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5.5118110236%;
  }
}
.newgraduates-culture__image {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .newgraduates-culture__image {
    width: 47.2440944882%;
  }
}
.newgraduates-culture__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.newgraduates-culture__content {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .newgraduates-culture__content {
    width: 47.2440944882%;
    gap: 4rem;
  }
}
.newgraduates-culture__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .newgraduates-culture__item {
    gap: 2rem;
  }
}
.newgraduates-culture__item-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .newgraduates-culture__item-title {
    font-size: 2.4rem;
  }
}
.newgraduates-culture__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-culture__item-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.newgraduates-growth-steps {
  padding: 6rem 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps {
    padding: 12rem 0;
  }
}
.newgraduates-growth-steps__intro {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps__intro {
    margin-bottom: 6rem;
    gap: 2rem;
  }
}
.newgraduates-growth-steps__intro-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps__intro-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-growth-steps__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps__steps {
    gap: 1rem;
  }
}
.newgraduates-growth-steps__step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f7f7f7;
}
.newgraduates-growth-steps__step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0;
}
.newgraduates-growth-steps__step-label {
  background: #33a65a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 2rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps__step-label {
    font-size: 2rem;
    padding: 1.2rem 2.4rem;
  }
}
.newgraduates-growth-steps__step-title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 189, 142, 0.35)), color-stop(51%, rgba(0, 162, 61, 0.35)), to(rgba(12, 147, 157, 0.35)));
  background: linear-gradient(to right, rgba(255, 189, 142, 0.35) 0%, rgba(0, 162, 61, 0.35) 51%, rgba(12, 147, 157, 0.35) 100%);
  color: var(--pk-color-textdarker);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 2rem;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps__step-title {
    font-size: 2.4rem;
    padding: 1.2rem 2.4rem;
  }
}
.newgraduates-growth-steps__step-text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
  padding: 1.5rem 2rem;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps__step-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-growth-steps__arrow {
  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: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .newgraduates-growth-steps__arrow {
    width: 5rem;
    height: 5rem;
  }
}
.newgraduates-growth-steps__arrow svg {
  width: 100%;
  height: 100%;
}

.newgraduates-selection-flow {
  padding: 6rem 0;
  background: #f8f8f8 url(../img/newgraduates-selection-flow-bg.png) repeat center top/auto;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow {
    padding: 12rem 0;
  }
}
.newgraduates-selection-flow__intro {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__intro {
    margin-bottom: 6rem;
  }
}
.newgraduates-selection-flow__intro-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__intro-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-selection-flow__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;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6rem;
  }
}
.newgraduates-selection-flow__flow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__flow {
    gap: 0.5rem;
  }
}
.newgraduates-selection-flow__flow .newgraduates-growth-steps__step .newgraduates-growth-steps__step-header {
  position: relative;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__flow .newgraduates-growth-steps__step:nth-child(1) .newgraduates-growth-steps__step-header {
    left: 0;
  }
  .newgraduates-selection-flow__flow .newgraduates-growth-steps__step:nth-child(3) .newgraduates-growth-steps__step-header {
    left: 1rem;
  }
  .newgraduates-selection-flow__flow .newgraduates-growth-steps__step:nth-child(5) .newgraduates-growth-steps__step-header {
    left: 2rem;
  }
  .newgraduates-selection-flow__flow .newgraduates-growth-steps__step:nth-child(7) .newgraduates-growth-steps__step-header {
    left: 3rem;
  }
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__flow .newgraduates-selection-flow__result {
    position: relative;
    left: 4rem;
  }
}
.newgraduates-selection-flow__flow .newgraduates-growth-steps__arrow {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__flow .newgraduates-growth-steps__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.newgraduates-selection-flow__result {
  background: #0a959b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__result {
    font-size: 2.4rem;
    padding: 2rem 4rem;
    border-radius: 0.4rem;
  }
}
.newgraduates-selection-flow__result-text {
  display: block;
}
.newgraduates-selection-flow__illustration {
  width: 80%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media not all and (min-width: 1024px) {
  .newgraduates-selection-flow__illustration {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .newgraduates-selection-flow__illustration {
    width: 31.4960629921%;
    max-width: 40rem;
  }
}
.newgraduates-selection-flow__illustration img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.newgraduates-requirements, .newgraduates-internship-requirements {
  padding: 6rem 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .newgraduates-requirements, .newgraduates-internship-requirements {
    padding: 12rem 0;
  }
}
.newgraduates-requirements__intro, .newgraduates-internship-requirements__intro {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .newgraduates-requirements__intro, .newgraduates-internship-requirements__intro {
    margin-bottom: 6rem;
  }
}
.newgraduates-requirements__intro-text, .newgraduates-internship-requirements__intro-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-requirements__intro-text, .newgraduates-internship-requirements__intro-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-requirements__table, .newgraduates-internship-requirements__table {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-collapse: collapse;
}
.newgraduates-requirements__row, .newgraduates-internship-requirements__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
}
@media not all and (min-width: 1024px) {
  .newgraduates-requirements__row, .newgraduates-internship-requirements__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.newgraduates-requirements__row:last-child, .newgraduates-internship-requirements__row:last-child {
  border-bottom: none;
}
.newgraduates-requirements__label, .newgraduates-internship-requirements__label {
  background: #ededed;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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) {
  .newgraduates-requirements__label, .newgraduates-internship-requirements__label {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .newgraduates-requirements__label, .newgraduates-internship-requirements__label {
    border-right: 1px solid #d3d3d3;
    padding: 2rem;
    width: 30%;
    font-size: 1.8rem;
    padding: 2.5rem 3rem;
    width: 23.6220472441%;
  }
}
.newgraduates-requirements__content, .newgraduates-internship-requirements__content {
  background: #ffffff;
  color: var(--pk-color-textlight);
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1rem 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .newgraduates-requirements__content, .newgraduates-internship-requirements__content {
    color: var(--pk-color-text);
    font-size: 1.8rem;
    line-height: 2;
    padding: 2.5rem 3rem;
  }
}
.newgraduates-requirements__buttons, .newgraduates-internship-requirements__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  max-width: 60rem;
  margin: 4rem auto 0;
}
@media (min-width: 1024px) {
  .newgraduates-requirements__buttons, .newgraduates-internship-requirements__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3rem;
    max-width: 80rem;
    margin: 6rem auto 0;
  }
}
.newgraduates-requirements__button, .newgraduates-internship-requirements__button {
  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;
  gap: 0.5rem;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 38.5rem;
}
@media not all and (min-width: 1024px) {
  .newgraduates-requirements__button, .newgraduates-internship-requirements__button {
    width: 21rem;
  }
}
@media (min-width: 1024px) {
  .newgraduates-requirements__button, .newgraduates-internship-requirements__button {
    padding: 2rem 4rem;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 1rem;
  }
}
.newgraduates-requirements__button svg, .newgraduates-internship-requirements__button svg {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.newgraduates-requirements__button:hover svg, .newgraduates-internship-requirements__button:hover svg {
  -webkit-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
}
.newgraduates-requirements__button--entry, .newgraduates-internship-requirements__button--entry {
  background: var(--pk-color-primary);
  color: #fff;
}
.newgraduates-requirements__button--entry:hover, .newgraduates-internship-requirements__button--entry:hover {
  background: #008933;
}
.newgraduates-requirements__button--mynavi, .newgraduates-internship-requirements__button--mynavi {
  background: #4FC3F7;
  color: #fff;
}
.newgraduates-requirements__button--mynavi:hover, .newgraduates-internship-requirements__button--mynavi:hover {
  background: #37bbf6;
}

.newgraduates-internship-detail {
  padding: 6rem 0;
  background: #f8f8f8 url(../img/newgraduates-selection-flow-bg.png) repeat center top/auto;
  position: relative;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail {
    padding: 12rem 0;
  }
}
.newgraduates-internship-detail__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--pk-color-primary);
  text-align: center;
  margin-bottom: 8rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__title {
    font-size: 3.2rem;
    margin-bottom: 10rem;
  }
}
.newgraduates-internship-detail__title b {
  color: #E26512;
}
.newgraduates-internship-detail__intro {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__intro {
    margin-bottom: 6rem;
  }
}
.newgraduates-internship-detail__intro-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__intro-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-internship-detail__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem 0;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__points {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 6rem;
  }
}
.newgraduates-internship-detail__point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 0.8rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__point {
    padding: 4rem 3rem;
  }
}
.newgraduates-internship-detail__point--last {
  margin-top: 10rem;
}
.newgraduates-internship-detail__point-number {
  font-family: var(--pk-fontfamily-brownhill);
  font-size: 2.8rem;
  color: var(--pk-color-primary);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: -1.4rem;
  left: 2rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__point-number {
    top: -2rem;
    font-size: 4rem;
    letter-spacing: 0.3em;
  }
}
.newgraduates-internship-detail__point-image {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.newgraduates-internship-detail__point-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.8rem;
}
.newgraduates-internship-detail__point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__point-content {
    gap: 2rem;
  }
}
.newgraduates-internship-detail__point-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--pk-color-textdarker);
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__point-title {
    font-size: 2.4rem;
    gap: 1rem;
  }
}
.newgraduates-internship-detail__point-decoration {
  width: 0.8rem;
  height: 0.8rem;
  background: var(--pk-color-primary);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__point-decoration {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.newgraduates-internship-detail__point-text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__point-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-internship-detail__point-detail {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--pk-color-textlight);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-internship-detail__point-detail {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.newgraduates-internship-application {
  padding: 6rem 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .newgraduates-internship-application {
    padding: 12rem 0;
  }
}
.newgraduates-internship-application__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-application__items {
    gap: 6rem;
  }
}
.newgraduates-internship-application__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fafafa;
  border-radius: 2.4rem;
  padding: 3rem 2rem;
  -webkit-box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.1);
  box-shadow: 0 2px 10px rgba(var(--pk-color-textdarker), 0.1);
  gap: 2rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-application__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 3rem;
    gap: 4rem;
  }
  .newgraduates-internship-application__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.newgraduates-internship-application__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-application__item-content {
    gap: 2.5rem;
  }
}
.newgraduates-internship-application__item-title {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .newgraduates-internship-application__item-title {
    font-size: 2.4rem;
    gap: 1rem;
  }
}
.newgraduates-internship-application__item-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: var(--pk-color-primary);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .newgraduates-internship-application__item-bullet {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.newgraduates-internship-application__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--pk-color-text);
  margin: 0;
}
@media (min-width: 1024px) {
  .newgraduates-internship-application__item-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.newgraduates-internship-application__item-text p {
  margin: 0;
}
.newgraduates-internship-application__highlight {
  color: #E26512;
  font-weight: bold;
}
.newgraduates-internship-application__item-image {
  width: 90%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}
@media not all and (min-width: 1024px) {
  .newgraduates-internship-application__item-image {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .newgraduates-internship-application__item-image {
    width: 23.6220472441%;
    max-width: 30rem;
  }
}
/*# sourceMappingURL=style.css.map */
