html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

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

html {
  font-size: 10px
}

@media screen and (min-width: 1000px)and (max-width: 1400px) {
  html {
    font-size: .78125vw
  }
}

body {
  height: 100%;
  position: relative;
  font-weight: 400;
  font-family: "Lato";
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  background-color: #1d1d1d
}

.hidden {
  overflow: hidden
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 1.6rem
  }

  html {
    font-size: .8333333333vw
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem
  }

  html {
    font-size: 2.5vw
  }
}

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

a {
  display: inline-block;
  text-decoration: none;
  transition: .3s
}

@media screen and (min-width: 1200px) {
  .is-pc {
    display: block !important
  }
}

@media screen and (max-width: 1199px) {
  .is-pc {
    display: block !important
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important
  }
}

@media screen and (min-width: 1200px) {
  .is-sp {
    display: none !important
  }
}

@media screen and (max-width: 1199px) {
  .is-sp {
    display: none !important
  }
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important
  }
}

.l-footer {
  position: relative;
  z-index: 5;
  background-color: #000
}

.l-footer .l-footer__inner {
  display: flex;
  padding: 10rem;
  gap: 6rem;
  max-width: 128rem;
  justify-content: center;
  margin: auto
}

.l-footer .l-footer__inner .l-footer__about {
  width: calc(20% - 4rem);
  display: flex;
  flex-direction: column;
  gap: 5.5rem
}

.l-footer .l-footer__inner .l-footer__about .l-footer__about-address {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4
}

.l-footer .l-footer__inner .l-footer__about .l-footer__about-btn {
  display: flex;
  justify-content: space-between;
  border-radius: .2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  align-content: center;
  border: .1rem solid #fff;
  justify-content: space-between;
  padding: .4rem 1rem
}

.l-footer .l-footer__inner .l-footer__about .l-footer__about-btn i {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  font-size: 1.8rem
}

.l-footer .l-footer__inner .l-footer__about .l-footer__about-btn:hover {
  background-color: #08eaea;
  color: #000
}

.l-footer .l-footer__inner .l-footer_links {
  width: calc(30% - 4rem)
}

.l-footer .l-footer__inner .l-footer_links strong {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4
}

.l-footer .l-footer__inner .l-footer_links ul {
  margin-top: 1rem
}

.l-footer .l-footer__inner .l-footer_links ul li {
  border-bottom: .1rem solid #08eaea;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1
}

.l-footer .l-footer__inner .l-footer_links ul li a {
  display: block;
  padding: 1.2rem .8em;
  color: #fff
}

.l-footer .l-footer__inner .l-footer_links ul li a:hover {
  color: #000;
  background-color: #08eaea
}

.l-footer .l-footer__inner .l-footer__banner {
  width: calc(50% - 4rem)
}

.l-footer .l-footer__inner .l-footer__banner strong {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4
}

.l-footer .l-footer__inner .l-footer__banner ul {
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem
}

.l-footer .l-footer__inner .l-footer__banner ul li {
  border-radius: .8rem;
  overflow: hidden
}

.l-footer .l-footer__inner .l-footer__banner ul li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner {
    flex-direction: column;
    padding: 6rem 1.5rem;
    gap: 4rem;
    align-items: stretch
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__about {
    width: 100%;
    gap: 3rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__about .l-footer__about-btn {
    font-size: 1.4rem;
    padding: .6rem 1.2rem;
    margin-top: 1rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer_links {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer_links strong {
    font-size: 2rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer_links ul li {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__banner {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__banner strong {
    font-size: 2rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__banner ul {
    flex-wrap: wrap;
    gap: 1rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .l-footer__banner ul li {
    width: calc(32.8% - .5rem)
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 99;
  display: flex;
  padding: 0 3rem;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem
  }
}

.l-header .l-header__logo {
  display: flex;
  gap: 2rem;
  align-items: center
}

.l-header .l-header__logo a {
  position: relative;
  width: 12rem
}

.l-header .l-header__logo a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .1rem;
  height: 80%;
  background-color: #fff
}

.l-header .l-header__logo span {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-shadow: 0 0 10rem #000
}

.l-header .l-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media screen and (max-width: 767px) {
  .l-header .l-header__nav {
    flex-direction: column;
    margin-top: 8rem
  }
}

.l-header .l-header__nav li {
  padding: 0 2rem
}

@media screen and (max-width: 767px) {
  .l-header .l-header__nav li {
    width: 100%;
    padding: 1.5rem;
    border-top: .1rem solid #45e6e7
  }

  .l-header .l-header__nav li:last-child {
    border-bottom: .1rem solid #45e6e7
  }
}

.l-header .l-header__nav li a {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 1rem #000
}

.l-header .l-header__nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 100%;
  height: .3rem;
  background-color: #45e6e7;
  transition: .3s
}

.l-header .l-header__nav li a:hover {
  color: #45e6e7 !important
}

.l-header .l-header__nav li a:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1)
}

@media screen and (max-width: 767px) {
  .l-header .l-header__nav li a {
    width: 100%;
    font-size: 2rem !important
  }
}

.c-hamburger #menu-btn-check {
  display: none
}

.c-hamburger .c-hamburger__btn {
  display: none;
  position: fixed;
  top: 1.5rem;
  right: 0rem;
  height: 5rem;
  width: 7rem;
  justify-content: center;
  align-items: center;
  z-index: 90
}

@media screen and (max-width: 767px) {
  .c-hamburger .c-hamburger__btn {
    display: flex
  }
}

.c-hamburger .c-hamburger__btn span,
.c-hamburger .c-hamburger__btn span:before,
.c-hamburger .c-hamburger__btn span:after {
  content: "";
  display: block;
  height: .4rem;
  width: 4rem;
  border-radius: .2rem;
  background-color: #fff;
  position: absolute;
  transition: all .3s
}

.c-hamburger .c-hamburger__btn span:before {
  bottom: 1rem
}

.c-hamburger .c-hamburger__btn span:after {
  top: 1rem
}

.c-hamburger #menu-btn-check:checked~.c-hamburger__btn span {
  background-color: rgba(255, 255, 255, 0)
}

.c-hamburger #menu-btn-check:checked~.c-hamburger__btn span::before {
  width: 4rem;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}

.c-hamburger #menu-btn-check:checked~.c-hamburger__btn span::after {
  width: 4rem;
  top: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg)
}

@media screen and (max-width: 767px) {
  .c-hamburger .c-hamburger__menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all .5s;
    background-color: #000;
    z-index: 80;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end
  }

  .c-hamburger #menu-btn-check:checked~.c-hamburger__menu {
    left: 0
  }
}

.c-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(90deg, #483ae2 0%, #6646e6 48%, #a15eee 100%);
  margin-top: 3rem;
  padding: 1.5rem 0;
  width: 33.8rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.4
}

.c-btn i {
  transition: .3s;
  font-size: 2.4rem;
  margin: 0 3rem 0 2rem
}

.c-btn:hover {
  width: 22rem
}

.c-btn:hover i {
  margin: 0 1rem 0 4rem
}

.page-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  padding: 2.5rem
}

@media screen and (max-width: 767px) {
  .page-top {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0
  }
}

.page-top img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear
}

@media screen and (max-width: 767px) {
  .page-top img {
    display: none
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.page-top a {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #17d2ea;
  border-radius: 50%;
  width: 18rem;
  height: 18rem;
  color: #fff;
  line-height: 1.4;
  transition: .3s
}

@media screen and (max-width: 767px) {
  .page-top a {
    width: 100%;
    height: 6rem;
    font-size: 1rem;
    border-radius: 0;
    flex-direction: row;
    background: linear-gradient(90deg, #483ae2 0%, #6646e6 48%, #a15eee 100%)
  }
}

.page-top a p {
  font-size: 1.6rem;
  text-align: center
}

@media screen and (max-width: 767px) {
  .page-top a p {
    display: none
  }
}

.page-top a span {
  display: inline-block;
  align-content: center;
  align-items: center;
  background: #fff;
  border-radius: .4rem;
  padding: .5rem 3.2rem;
  color: #15b5c0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .page-top a span {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4
  }
}

.page-top a b,
.page-top a i {
  font-size: 2rem
}

@media screen and (max-width: 767px) {
  .page-top a b {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .page-top a i {
    font-size: 1.8rem
  }
}

.page-top a:hover {
  background-color: #d5137d
}

.page-top a:hover span {
  color: #d5137d
}

.top-line {
  background: linear-gradient(90deg, #561f8d 0%, #ff83fc 35%, #0520d9 67%, #b0e5ff 100%);
  position: relative;
  height: 1rem;
  z-index: 2
}

.top-h2 {
  font-size: 6.4rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.4
}

.top-h2 span {
  display: block;
  margin-top: 3rem;
  font-size: 3.6rem
}

@media screen and (max-width: 767px) {
  .top-h2 span {
    font-size: 3rem
  }
}

.top-strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4
}

.top-text {
  font-size: 1.4rem;
  line-height: 2.4;
  margin-top: 3rem
}

.p-top-keyvisual {
  position: relative
}

.p-top-keyvisual .p-top-keyvisual-bg {
  height: 100vh
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual-bg {
    height: auto
  }
}

.p-top-keyvisual .p-top-keyvisual-bg .p-top-keyvisual-bg__inner {
  position: relative;
  width: 100%;
  height: 100%
}

.p-top-keyvisual .p-top-keyvisual-bg .p-top-keyvisual-bg__inner .p-top-keyvisual-bg__Image {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual-bg .p-top-keyvisual-bg__inner .p-top-keyvisual-bg__Image {
    top: 8rem
  }
}

.p-top-keyvisual .p-top-keyvisual-bg .p-top-keyvisual-bg__inner .p-top-keyvisual-bg__Image li video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  opacity: .7
}

@media screen and (max-width: 1199px) {
  .p-top-keyvisual .p-top-keyvisual-bg .p-top-keyvisual-bg__inner .p-top-keyvisual-bg__Image li video {
    width: 100%;
    height: auto
  }
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual-bg .p-top-keyvisual-bg__inner .p-top-keyvisual-bg__Image li video {
    width: 100%;
    height: auto
  }
}

.p-top-keyvisual .p-top-keyvisual__text {
  position: relative;
  width: 100%;
  z-index: 3
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-h1 {
  position: relative;
  padding-left: 3rem;
  margin-top: -61rem
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-h1 span {
  color: #fff;
  font-size: 8rem;
  font-weight: 900;
  text-shadow: .1rem .1rem 0 rgba(0, 0, 0, .6)
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-h1 span:first-child {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-h1 span:last-child {
  margin-left: -4rem
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-h1 span:last-child {
    margin-left: -1rem
  }
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-p {
  width: 97.5rem;
  margin: 0 auto;
  padding: 30rem 0
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-p span {
  display: block;
  margin-bottom: 10rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6;
  text-shadow: 0 0 1rem rgba(0, 0, 0, .5)
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-p span:nth-of-type(odd) {
  text-align: left
}

.p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-p span:nth-of-type(even) {
  text-align: right
}

.p-top__message {
  display: flex;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.3) 16%, rgba(0, 0, 0, 0.45) 31%, rgba(0, 0, 0, 0.64) 49%, rgba(0, 0, 0, 0.73) 66%, rgba(0, 0, 0, 0.9) 84%, rgba(0, 0, 0, 0.9) 100%);
  gap: 5rem;
  padding: 10rem 10rem 20rem
}

.p-top__message .p-top__message-text {
  color: #fff;
  width: calc(55% - 2.5rem)
}

.p-top__message .p-top__message-image {
  width: calc(45% - 2.5rem);
  text-align: center
}

.p-top-pages {
  position: relative;
  z-index: 1;
  background-color: #000
}

.p-top-pages .p-top-company {
  display: flex;
  align-items: center;
  padding: 9rem 5rem
}

.p-top-pages .p-top-company .p-top-company-slide {
  display: flex;
  width: 60%;
  height: 70rem;
  overflow: hidden;
  gap: 2rem
}

.p-top-pages .p-top-company .p-top-company-slide .slide-top figure {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: movetop 30s linear infinite;
  animation: movetop 30s linear infinite
}

@-webkit-keyframes movetop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes movetop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

.p-top-pages .p-top-company .p-top-company-slide .slide-bottom figure {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: movebottom 30s linear infinite;
  animation: movebottom 30s linear infinite
}

@-webkit-keyframes movebottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes movebottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.p-top-pages .p-top-company .p-top-company-slide figure {
  display: flex;
  flex-direction: column
}

.p-top-pages .p-top-company .p-top-company-slide figure span {
  display: inline-block;
  padding: 2rem 0
}

.p-top-pages .p-top-company .p-top-company-slide figure span img {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6)
}

.p-top-pages .p-top-company .p-top-company-text {
  position: relative;
  z-index: 1;
  margin-left: -7rem;
  color: #fff
}

.p-top-pages .p-top-company .p-top-company-text h2 {
  font-size: 9rem
}

.p-top-pages .p-top-company .p-top-company-text strong {
  display: block;
  margin-top: 2rem
}

.p-top-pages .p-top-company .p-top-company-text .c-btn {
  margin-top: 5rem
}

.p-top-pages .p-top-works {
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 10rem
}

.p-top-pages .p-top-works .p-top-works-text {
  width: calc(55% - 2.5rem);
  color: #fff
}

.p-top-pages .p-top-works .p-top-works-text h2 {
  font-size: 9rem
}

.p-top-pages .p-top-works .p-top-works-text strong {
  display: block;
  margin-top: 2rem;
  font-size: 3.9rem
}

@media screen and (max-width: 767px) {
  .p-top-pages .p-top-works .p-top-works-text strong {
    font-size: 2.6rem
  }
}

.p-top-pages .p-top-works .p-top-works-text .c-btn {
  margin-top: 5rem
}

.p-top-pages .p-top-works .p-top-works-image {
  width: calc(45% - 2.5rem);
  text-align: center;
  margin-top: 2.5rem
}

.p-top-pages .p-top-works .p-top-works-image img {
  width: 90%
}

.p-top-pages .p-top-interview {
  color: #fff;
  padding: 10rem 0 20rem
}

.p-top-pages .p-top-interview h2 {
  padding: 0 5rem;
  font-size: 7rem
}

.p-top-pages .p-top-interview strong {
  display: block;
  padding: 0 5rem;
  margin-bottom: 2rem
}

.p-top-pages .p-top-interview .p-top-interview-pos {
  position: relative;
  overflow: hidden;
  width: 100%
}

.p-top-pages .p-top-interview .p-top-interview-list {
  display: flex;
  flex-wrap: wrap
}

.p-top-pages .p-top-interview .p-top-interview-list li {
  width: 20%;
  overflow: hidden
}

.p-top-pages .p-top-interview .p-top-interview-list li img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: .3s
}

.p-top-pages .p-top-interview .p-top-interview-list li:hover img {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-top-pages .p-top-interview .p-top-interview-member {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  display: flex
}

.p-top-pages .p-top-interview .p-top-interview-member li {
  -webkit-animation: moveleft 30s linear infinite;
  animation: moveleft 30s linear infinite
}

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.p-top-pages .p-top-interview a {
  display: flex;
  justify-content: flex-end;
  background: #fff;
  padding: 1.5rem 0;
  margin: 6rem auto 0;
  width: 44rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.4
}

.p-top-pages .p-top-interview a i {
  font-size: 2.4rem;
  margin: 0 3rem 0 2rem;
  transition: .3s
}

.p-top-pages .p-top-interview a:hover {
  color: #fff;
  background: linear-gradient(90deg, #483ae2 0%, #6646e6 48%, #a15eee 100%)
}

.p-top-pages .p-top-interview a:hover i {
  margin: 0 1rem 0 4rem
}

.p-top-links .p-top-links-flex {
  display: flex
}

.p-top-links .p-top-links-flex>div {
  width: 50%;
  border-top: .8rem solid #000;
  border-bottom: .8rem solid #000;
  height: 42rem;
  overflow: hidden
}

.p-top-links .p-top-links-flex>div.p-top-links-benefit {
  border-right: .4rem solid #000
}

@media screen and (max-width: 767px) {
  .p-top-links .p-top-links-flex>div.p-top-links-benefit {
    border-right: 1rem solid #000;
    border-left: 1rem solid #000
  }
}

.p-top-links .p-top-links-flex>div.p-top-links-benefit strong b {
  color: #2ad2c4
}

.p-top-links .p-top-links-flex>div.p-top-links-data {
  border-left: .4rem solid #000
}

@media screen and (max-width: 767px) {
  .p-top-links .p-top-links-flex>div.p-top-links-data {
    border-right: 1rem solid #000;
    border-left: 1rem solid #000
  }
}

.p-top-links .p-top-links-flex>div.p-top-links-data strong b {
  color: #00a0e9
}

.p-top-links .p-top-links-flex>div a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff
}

.p-top-links .p-top-links-flex>div a p {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  transition: .3s
}

.p-top-links .p-top-links-flex>div a strong {
  position: relative;
  z-index: 1;
  color: #3d3d3d;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.4;
  transition: .3s
}

.p-top-links .p-top-links-flex>div a span {
  position: relative;
  z-index: 1;
  border: .1rem solid #000;
  border-radius: 12.8rem;
  height: 4.4rem;
  width: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  transition: .3s
}

.p-top-links .p-top-links-flex>div a span i {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem
}

.p-top-links .p-top-links-flex>div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: .3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-top-links .p-top-links-flex>div a:hover p,
.p-top-links .p-top-links-flex>div a:hover strong,
.p-top-links .p-top-links-flex>div a:hover span {
  color: #fff;
  border-color: #fff
}

.p-top-links .p-top-links-flex>div a:hover img {
  opacity: 1
}

.p-top-links .p-top-links-slide {
  padding: 10rem 0;
  background-color: #fff;
  overflow: hidden;
  gap: 2rem
}

@media screen and (max-width: 767px) {
  .p-top-links .p-top-links-slide {
    padding: 5rem 0
  }
}

.p-top-links .p-top-links-slide li {
  display: flex;
  width: 300%
}

@media screen and (max-width: 767px) {
  .p-top-links .p-top-links-slide li {
    width: 720%
  }
}

.p-top-links .p-top-links-slide li figure {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-animation: moveright 80s linear infinite;
  animation: moveright 80s linear infinite
}

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

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

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.p-top-links .p-top-links-slide figure {
  display: flex
}

.p-top-links .p-top-links-slide figure span {
  display: inline-block;
  padding: 0 1rem
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-h1 {
    margin-top: 10rem;
    padding-left: 1.5rem
  }
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-h1 span {
    font-size: 2.8rem
  }
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-p {
    width: 100%;
    padding: 7.5rem 1.5rem
  }
}

@media screen and (max-width: 767px) {
  .p-top-keyvisual .p-top-keyvisual__text .p-top-keyvisual__text-p span {
    margin-bottom: 5rem;
    font-size: 1.4rem
  }
}

@media screen and (max-width: 767px) {
  .p-top__message {
    flex-direction: column;
    padding: 6rem 1.5rem 10rem
  }
}

@media screen and (max-width: 767px) {

  .p-top__message .p-top__message-text,
  .p-top__message .p-top__message-image {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .p-top-pages .p-top-company {
    flex-direction: column;
    padding: 6rem 1.5rem
  }
}

@media screen and (max-width: 767px) {

  .p-top-pages .p-top-company .p-top-company-slide,
  .p-top-pages .p-top-company .p-top-company-text {
    width: 100%;
    margin-left: 0
  }
}

@media screen and (max-width: 767px) {
  .p-top-pages .p-top-company .p-top-company-slide {
    height: 40rem
  }
}

@media screen and (max-width: 767px) {
  .p-top-pages .p-top-company h2 {
    font-size: 4.8rem !important
  }
}

@media screen and (max-width: 767px) {
  .p-top-pages .p-top-works {
    flex-direction: column;
    padding: 6rem 1.5rem
  }
}

@media screen and (max-width: 767px) {

  .p-top-pages .p-top-works .p-top-works-text,
  .p-top-pages .p-top-works .p-top-works-image {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .p-top-pages .p-top-works h2 {
    font-size: 4.8rem !important
  }
}

@media screen and (max-width: 767px) {
  .p-top-interview {
    padding: 4rem 1.5rem !important
  }
}

@media screen and (max-width: 767px) {
  .p-top-interview h2 {
    font-size: 4.8rem !important;
    padding: 0 1.5rem !important
  }
}

@media screen and (max-width: 767px) {
  .p-top-interview .p-top-interview-list li {
    width: 50% !important
  }
}

@media screen and (max-width: 767px) {
  .p-top-interview a {
    width: calc(100% - 3rem) !important
  }
}

@media screen and (max-width: 767px) {
  .p-top-links .p-top-links-flex {
    flex-direction: column
  }
}

@media screen and (max-width: 767px) {
  .p-top-links .p-top-links-flex>div {
    width: 100%;
    height: 30rem
  }
}

.p-form {
  position: relative;
  display: flex;
  padding: 10rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  z-index: 20
}

.p-form::before,
.p-form::after {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 100%;
  z-index: 7
}

.p-form::before {
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 6%, #02dbdb 100%)
}

.p-form::after {
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #02dbdb 0%, #02dbdb 6%, rgb(0, 0, 0) 100%)
}

.p-form h2 {
  position: relative;
  z-index: 1;
  letter-spacing: .1em;
  line-height: 1.4
}

.p-form h2 strong {
  color: #08eaea;
  font-size: 6.4rem;
  font-weight: 900
}

.p-form h2 span {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 6rem
}

.p-form p {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 2.9rem
}

.p-form .p-form__btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 20rem
}

.p-form .p-form__btn a {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.4;
  background: linear-gradient(90deg, #483ae2 0%, #6646e6 48%, #a15eee 100%);
  opacity: .6;
  padding: 1.5rem 0;
  width: 22rem
}

.p-form .p-form__btn a i {
  position: absolute;
  top: 50%;
  right: 3rem;
  font-size: 2.4rem;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-form .p-form__btn a:hover {
  opacity: 1
}

.p-form .p-form__btn a:hover i {
  right: 2rem
}

.p-form img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6)
}

@media screen and (max-width: 767px) {
  .p-form {
    padding: 6rem 1.5rem
  }
}

@media screen and (max-width: 767px) {
  .p-form h2 strong {
    font-size: 3.6rem
  }

  .p-form h2 span {
    font-size: 1.6rem;
    margin-bottom: 4rem
  }
}

@media screen and (max-width: 767px) {
  .p-form p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2.4rem
  }
}

@media screen and (max-width: 767px) {
  .p-form .p-form__btn {
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    align-items: center
  }
}

@media screen and (max-width: 767px) {
  .p-form .p-form__btn a {
    width: 100%;
    max-width: 32rem;
    font-size: 1.6rem
  }
}

@media screen and (max-width: 767px) {
  .p-form .p-form__btn a i {
    right: 2rem
  }
}

@media screen and (max-width: 767px) {
  .p-form img {
    width: auto;
    height: 100%;
    max-width: none
  }
}

.p-message .p-message__main {
  position: relative
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main {
    overflow: hidden
  }
}

.p-message .p-message__main .p-message__main-image {
  display: flex;
  height: 74rem;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main .p-message__main-image {
    height: 37rem
  }
}

.p-message .p-message__main .p-message__main-image img {
  min-width: 100%;
  min-height: 100%
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main .p-message__main-image img {
    width: auto;
    max-width: none;
    max-height: 100%;
    min-width: auto;
    min-height: auto
  }
}

.p-message .p-message__main .p-message__main-textarea {
  position: absolute;
  top: 50%;
  left: 3rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  text-shadow: 0 0 1rem rgba(0, 0, 0, .5)
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main .p-message__main-textarea {
    left: 1rem
  }
}

.p-message .p-message__main .p-message__main-textarea .p-message__main-read {
  font-size: 4.4rem
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main .p-message__main-textarea .p-message__main-read {
    font-size: 2.4rem
  }
}

.p-message .p-message__main .p-message__main-textarea .p-message__main-title {
  font-size: 2rem;
  margin-top: 3rem
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main .p-message__main-textarea .p-message__main-title {
    font-size: 1.3rem;
    margin-top: 1.5rem
  }
}

.p-message .p-message__main .p-message__main-textarea .p-message__main-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main .p-message__main-textarea .p-message__main-text {
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start
  }
}

.p-message .p-message__main .p-message__main-textarea .p-message__main-text span {
  margin-left: 3rem;
  font-size: 3.2rem
}

@media screen and (max-width: 767px) {
  .p-message .p-message__main .p-message__main-textarea .p-message__main-text span {
    margin-left: 0;
    margin-top: .5rem;
    font-size: 2.1rem
  }
}

.p-message .p-message__main .p-message__scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex
}

.p-message .p-message__main .p-message__scroll img {
  -webkit-animation: messageleft 40s linear infinite;
  animation: messageleft 40s linear infinite
}

@-webkit-keyframes messageleft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes messageleft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.p-message .p-message__contents-lists li {
  padding: 8rem 10rem;
  display: flex;
  gap: 5rem
}

@media screen and (max-width: 767px) {
  .p-message .p-message__contents-lists li {
    padding: 4rem 1rem;
    flex-direction: column;
    gap: 2.5rem
  }
}

.p-message .p-message__contents-lists li.w-100 {
  flex-direction: column
}

.p-message .p-message__contents-lists li.w-100 .p-message__contents-image {
  width: 100%;
  height: 40rem;
  display: flex;
  align-items: center;
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .p-message .p-message__contents-lists li.w-100 .p-message__contents-image {
    height: 20rem
  }
}

.p-message .p-message__contents-lists li.w-100 .p-message__contents-text {
  width: 100%
}

.p-message .p-message__contents-lists li:nth-child(even) {
  flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
  .p-message .p-message__contents-lists li:nth-child(even) {
    flex-direction: column
  }
}

.p-message .p-message__contents-lists li .p-message__contents-text {
  width: 60%;
  color: #fff
}

@media screen and (max-width: 767px) {
  .p-message .p-message__contents-lists li .p-message__contents-text {
    width: 100%
  }
}

.p-message .p-message__contents-lists li .p-message__contents-text strong {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-message .p-message__contents-lists li .p-message__contents-text strong {
    font-size: 1.9rem
  }
}

.p-message .p-message__contents-lists li .p-message__contents-text p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 3rem;
  margin-bottom: 5rem
}

@media screen and (max-width: 767px) {
  .p-message .p-message__contents-lists li .p-message__contents-text p {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem
  }
}

.p-message .p-message__contents-lists li .p-message__contents-image {
  width: 40%
}

@media screen and (max-width: 767px) {
  .p-message .p-message__contents-lists li .p-message__contents-image {
    width: 100%;
    margin-top: 3rem
  }
}

.p-message .p-message__contents-lists li .p-message__contents-image img {
  width: 100%
}

.p-work .p-work__title {
  margin-bottom: 5rem;
  padding: 20rem 5rem 2rem;
  color: #fff
}

.p-work .p-work__title h1 {
  display: flex;
  align-items: center;
  font-size: 14.4rem
}

.p-work .p-work__title h1 span {
  font-size: 2rem;
  margin-top: 1rem;
  margin-left: 2rem
}

.p-work .p-work__title .top-line {
  width: 68rem;
  margin-top: 2rem
}

.p-work .p-work__read {
  display: flex;
  align-items: center;
  background: #f3f8ff;
  gap: 10rem;
  padding: 3rem 2rem;
  margin-bottom: 5rem
}

.p-work .p-work__read .p-work__read-text {
  padding-left: 6rem;
  width: calc(50% - 5rem)
}

.p-work .p-work__read .p-work__read-text p {
  color: #000;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 2
}

.p-work .p-work__read .p-work__read-text .p-work__read-text-top {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 3rem;
  border-bottom: .1rem solid #eee
}

.p-work .p-work__read .p-work__read-text h2 {
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 3rem;
  margin-bottom: 4rem
}

.p-work .p-work__read .p-work__read-image {
  width: calc(50% - 5rem);
  border-radius: 1.2rem;
  overflow: hidden
}

.p-work .p-work__jobs {
  padding: 5rem 10rem 10rem 0
}

.p-work .p-work__jobs .p-work__jobs-wrap {
  padding-bottom: 5rem;
  background-color: #f3f8ff;
  border-radius: 0 0 1.2rem 0
}

.p-work .p-work__jobs .p-work__jobs-wrap+.p-work__jobs-wrap {
  margin-top: 5rem
}

.p-work .p-work__jobs .p-work__jobs-wrap h2 {
  padding-left: 14rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
  color: #333;
  font-size: 2.8rem;
  border-bottom: .1rem solid #eee
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex {
  display: flex;
  gap: 5rem;
  padding: 3rem 2rem 4rem 14rem
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-image {
  border-radius: 1.2rem;
  width: calc(50% - 2.5rem);
  overflow: hidden
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-text {
  width: calc(50% - 2.5rem)
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-text strong {
  display: block;
  color: #333;
  font-size: 3.2rem;
  line-height: 1.4
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-text p {
  margin-top: 3rem;
  color: #333;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.7
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point {
  display: flex;
  padding: 0 4rem 0 2rem;
  width: 100%
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point+.p-work__jobs-point {
  margin-top: 3rem
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-head {
  display: flex;
  align-items: center;
  width: 10rem;
  padding: 4rem 0;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2);
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail {
  position: relative;
  padding: 4rem 6rem;
  width: 100%;
  min-height: 20rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail.w100 {
  align-content: center
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail.w100 p {
  width: 100%
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail p {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 3.2rem;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  height: .1rem;
  width: 1.6rem
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail img {
  position: absolute;
  width: 30rem
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail.point1 img {
  top: -16.85rem;
  right: 0
}

.p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail.point2 img {
  bottom: 0;
  right: -4rem
}

@media screen and (max-width: 767px) {
  .p-work .p-work__title {
    padding: 10rem 1rem 1rem;
    margin-bottom: 2.5rem
  }

  .p-work .p-work__title h1 {
    font-size: 8rem;
    flex-direction: column;
    align-items: flex-start
  }

  .p-work .p-work__title h1 span {
    font-size: 1.4rem;
    margin-left: 0
  }

  .p-work .p-work__title .top-line {
    width: 100%;
    margin-top: 1rem
  }

  .p-work .p-work__read {
    flex-direction: column;
    gap: 5rem;
    padding: 1.5rem 1rem;
    margin-bottom: 2.5rem
  }

  .p-work .p-work__read .p-work__read-text {
    width: 100%;
    padding-left: 0
  }

  .p-work .p-work__read .p-work__read-text p {
    font-size: 1rem
  }

  .p-work .p-work__read .p-work__read-text .p-work__read-text-top {
    font-size: 1.1rem;
    padding-bottom: 1.5rem
  }

  .p-work .p-work__read .p-work__read-text h2 {
    font-size: 2.1rem;
    margin: 1.5rem 0 2rem
  }

  .p-work .p-work__read .p-work__read-image {
    width: 100%
  }

  .p-work .p-work__jobs {
    padding: 2.5rem 1rem 5rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap {
    padding-bottom: 2.5rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap+.p-work__jobs-wrap {
    margin-top: 2.5rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap h2 {
    padding: 2.5rem 1rem 2rem;
    font-size: 1.9rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex {
    flex-direction: column;
    gap: 2.5rem;
    padding: 1.5rem 1rem 2rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-image,
  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-text {
    width: 100%
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-text strong {
    font-size: 2.1rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-flex .p-work__jobs-text p {
    font-size: 1rem;
    margin-top: 1.5rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point {
    flex-direction: column;
    padding: 0
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point+.p-work__jobs-point {
    margin-top: 1.5rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-head {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.4rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    justify-content: center
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail {
    padding: 2rem 1rem;
    min-height: auto
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail p {
    width: 100%;
    font-size: 1rem;
    padding-left: 2rem
  }

  .p-work .p-work__jobs .p-work__jobs-wrap .p-work__jobs-point .p-work__jobs-point-detail img {
    display: none
  }
}

.p-company .p-company__title {
  margin-bottom: 5rem;
  padding: 20rem 5rem 2rem;
  color: #fff
}

@media screen and (max-width: 767px) {
  .p-company .p-company__title {
    padding: 10rem 1rem 1rem;
    margin-bottom: 2.5rem
  }
}

.p-company .p-company__title h1 {
  display: flex;
  align-items: center;
  font-size: 14.4rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__title h1 {
    font-size: 7rem;
    flex-direction: column;
    align-items: flex-start
  }
}

.p-company .p-company__title h1 span {
  font-size: 2rem;
  margin-top: 1rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__title h1 span {
    font-size: 1.3rem;
    margin-top: .5rem
  }
}

.p-company .p-company__title .top-line {
  width: 68rem;
  margin-top: 2rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__title .top-line {
    width: 100%;
    margin-top: 1rem
  }
}

@media screen and (max-width: 767px) {
  .p-company .p-company__image {
    padding: 0 1rem
  }
}

.p-company .p-company__image .top-line {
  margin-top: 16rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__image .top-line {
    margin-top: 4rem
  }
}

.p-company .p-company__vision>ul {
  padding: 10rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul {
    padding: 5rem 1rem
  }
}

.p-company .p-company__vision>ul li {
  display: flex;
  justify-content: center;
  gap: 7rem;
  color: #fff
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul li {
    flex-direction: column;
    gap: 2rem
  }
}

.p-company .p-company__vision>ul li:nth-child(n+2) {
  margin-top: 5rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul li:nth-child(n+2) {
    margin-top: 5rem
  }
}

.p-company .p-company__vision>ul li h2 {
  width: 35rem;
  font-size: 7.2rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul li h2 {
    width: 100%;
    font-size: 4.8rem
  }
}

.p-company .p-company__vision>ul li h2 span {
  display: block;
  font-size: 2rem;
  line-height: 2
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul li h2 span {
    font-size: 1.3rem
  }
}

.p-company .p-company__vision>ul li div {
  width: 65rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul li div {
    width: 100%
  }
}

.p-company .p-company__vision>ul li div strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul li div strong {
    font-size: 2.1rem
  }
}

.p-company .p-company__vision>ul li div p {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2
}

@media screen and (max-width: 767px) {
  .p-company .p-company__vision>ul li div p {
    margin-top: 1.5rem;
    font-size: 1rem
  }
}

.p-company .p-company__overview {
  padding: 2rem 0 10rem 6rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview {
    padding: 1rem 1rem 5rem
  }
}

.p-company .p-company__overview h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview h2 {
    font-size: 3.2rem
  }
}

.p-company .p-company__overview h2 span {
  display: block;
  font-size: 2rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview h2 span {
    font-size: 1.3rem
  }
}

.p-company .p-company__overview>ul {
  padding-left: 22rem;
  padding-right: 22rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview>ul {
    padding: 0;
    margin-top: 2rem
  }
}

.p-company .p-company__overview>ul li {
  display: flex;
  padding-left: 5rem;
  color: #fff;
  border-bottom: .1rem solid #fff;
  align-items: center
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview>ul li {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding: 1rem 0
  }
}

.p-company .p-company__overview>ul li span {
  padding: 1.6rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview>ul li span {
    padding: .5rem 0;
    font-size: 1.2rem
  }
}

.p-company .p-company__overview>ul li span:first-child {
  width: 18rem
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview>ul li span:first-child {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .p-company .p-company__overview>ul li span:last-child {
    width: 100%;
    padding-left: 1em
  }
}

.p-member .p-member__title {
  margin-bottom: 5rem;
  padding: 20rem 5rem 2rem;
  color: #fff
}

@media screen and (max-width: 767px) {
  .p-member .p-member__title {
    margin-bottom: 2.5rem;
    padding: 10rem 1rem 1rem
  }
}

.p-member .p-member__title h1 {
  display: flex;
  align-items: center;
  font-size: 14.4rem
}

@media screen and (max-width: 767px) {
  .p-member .p-member__title h1 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 9.6rem
  }
}

.p-member .p-member__title h1 span {
  font-size: 2rem;
  margin-top: 1rem;
  margin-left: 2rem
}

@media screen and (max-width: 767px) {
  .p-member .p-member__title h1 span {
    font-size: 1.33rem;
    margin-top: .5rem
  }
}

.p-member .p-member__title .top-line {
  width: 68rem;
  margin-top: 2rem
}

@media screen and (max-width: 767px) {
  .p-member .p-member__title .top-line {
    width: 100%;
    margin-top: 1rem
  }
}

.p-member .p-member__list {
  background: #000;
  padding: 10rem 10rem
}

@media screen and (max-width: 767px) {
  .p-member .p-member__list {
    padding: 5rem 1rem
  }
}

.p-member .p-member__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .p-member .p-member__list ul {
    gap: 2.5rem
  }
}

.p-member .p-member__list ul li {
  width: calc(33.3333333333% - 10rem / 3);
}

@media screen and (max-width: 767px) {
  .p-member .p-member__list ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
  }
}

.p-member .p-member__list ul li .p-member__list-image {
  margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
  .p-member .p-member__list ul li .p-member__list-image {
    margin-bottom: .5rem;
    text-align: center
  }
}

.p-member .p-member__list ul li strong {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-member .p-member__list ul li strong {
    font-size: 1.6rem
  }
}

.p-member .p-member__list ul li p {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-member .p-member__list ul li p {
    margin-top: .5rem;
    font-size: 1.07rem
  }
}

.p-culture .p-culture__title {
  margin-bottom: 5rem;
  padding: 20rem 5rem 2rem;
  color: #fff
}

.p-culture .p-culture__title h1 {
  display: flex;
  align-items: center;
  font-size: 14.4rem
}

.p-culture .p-culture__title h1 span {
  font-size: 2rem;
  margin-top: 1rem;
  margin-left: 2rem
}

.p-culture .p-culture__title .top-line {
  width: 68rem;
  margin-top: 2rem
}

.p-culture .p-culture__image {
  display: flex;
  align-items: center;
  height: 48rem;
  overflow: hidden
}

.p-culture section {
  background: #fff
}

.p-culture .p-culture__about {
  padding-top: 14rem
}

.p-culture .p-culture__about h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(0, 0, 0, 0);
  margin-left: 10rem;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.4;
  background: linear-gradient(135deg, #1f257d 0%, #611584 22%, #ab038b 47%, #e85399 100%);
  -webkit-background-clip: text;
  background-clip: text
}

.p-culture .p-culture__about .p-culture__about-flex {
  display: flex
}

.p-culture .p-culture__about .p-culture__about-flex .p-culture__about-image {
  width: 71%;
  overflow: hidden
}

.p-culture .p-culture__about .p-culture__about-flex .p-culture__about-image .p-culture__about-slide {
  position: relative;
  display: flex;
  flex-direction: row-reverse
}

.p-culture .p-culture__about .p-culture__about-flex .p-culture__about-image .p-culture__about-slide li {
  width: 75%;
  flex-shrink: 0;
  display: flex;
  margin-left: .7rem
}

.p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text {
  width: 29%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(0, 0, 0, 0);
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(135deg, #1f257d 0%, #611584 22%, #ab038b 47%, #e85399 100%);
  -webkit-background-clip: text;
  background-clip: text
}

.p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text div {
  width: 24rem
}

.p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text p {
  margin-top: 1.6rem;
  color: #0d47a1;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 2.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.p-culture .p-culture__list {
  padding: 10rem
}

.p-culture .p-culture__list h2 {
  color: #11779e;
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center
}

.p-culture .p-culture__list ul {
  width: 80%;
  margin: 8rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem
}

.p-culture .p-culture__list ul li {
  width: calc(33.3333333333% - 1rem);
  background: #11779e;
  border-radius: .8rem;
  padding: 2.5rem 1rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  text-align: center;
  align-items: center
}

.p-culture .p-culture__list ul li b {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4
}

.p-culture .p-culture__list ul li img {
  width: 4.6rem
}

.p-culture .p-culture__list ul li p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4
}

.p-culture .p-culture__other h2 {
  color: #11779e;
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center
}

.p-culture .p-culture__other sup {
  display: block;
  color: #000;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center
}

.p-culture .p-culture__other .p-culture__other-list {
  margin-top: 8rem;
  padding-bottom: 14rem
}

.p-culture .p-culture__other .p-culture__other-list li {
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: center
}

.p-culture .p-culture__other .p-culture__other-list li+li {
  margin-top: 10rem
}

.p-culture .p-culture__other .p-culture__other-list li .p-culture__other-image {
  border-radius: .8rem;
  width: 30rem;
  overflow: hidden
}

.p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text {
  width: 60rem
}

.p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text h3 {
  color: #11779e;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.4
}

.p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text strong {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4
}

.p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text p {
  margin-top: 2rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 2
}

@media screen and (max-width: 767px) {
  .p-culture .p-culture__title {
    padding: 10rem 1rem 1rem;
    margin-bottom: 2.5rem
  }

  .p-culture .p-culture__title h1 {
    font-size: 8rem;
    flex-direction: column;
    align-items: flex-start
  }

  .p-culture .p-culture__title h1 span {
    font-size: 1.4rem;
    margin-left: 0
  }

  .p-culture .p-culture__title .top-line {
    width: 100%;
    margin-top: 1rem
  }

  .p-culture .p-culture__image {
    height: 24rem
  }

  .p-culture .p-culture__about {
    padding-top: 6rem
  }

  .p-culture .p-culture__about h2 {
    margin-left: 1rem;
    font-size: 3.4rem
  }

  .p-culture .p-culture__about .p-culture__about-flex {
    flex-direction: column
  }

  .p-culture .p-culture__about .p-culture__about-flex .p-culture__about-image {
    width: 100%
  }

  .p-culture .p-culture__about .p-culture__about-flex .p-culture__about-image .p-culture__about-slide {
    margin-top: rem
  }

  .p-culture .p-culture__about .p-culture__about-flex .p-culture__about-image .p-culture__about-slide li {
    width: 100%;
    margin-left: 0
  }

  .p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text {
    width: 100%;
    margin-top: 3rem
  }

  .p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text h3 {
    font-size: 3.2rem
  }

  .p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text div {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    margin-top: 2rem
  }

  .p-culture .p-culture__about .p-culture__about-flex .p-culture__about-text p {
    font-size: 1.3rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    letter-spacing: .15em
  }

  .p-culture .p-culture__list {
    padding: 5rem 1rem
  }

  .p-culture .p-culture__list h2 {
    font-size: 3.6rem
  }

  .p-culture .p-culture__list ul {
    width: 100%;
    margin-top: 4rem;
    flex-direction: row
  }

  .p-culture .p-culture__list ul li {
    width: 48%;
    padding: 1.25rem 1rem;
    margin: 0 auto
  }

  .p-culture .p-culture__list ul li b {
    font-size: 1.3rem
  }

  .p-culture .p-culture__list ul li img {
    width: 4rem
  }

  .p-culture .p-culture__list ul li p {
    font-size: 1.2rem
  }

  .p-culture .p-culture__other h2 {
    font-size: 3.6rem
  }

  .p-culture .p-culture__other sup {
    font-size: 1.3rem
  }

  .p-culture .p-culture__other .p-culture__other-list {
    margin-top: 4rem;
    padding-bottom: 7rem
  }

  .p-culture .p-culture__other .p-culture__other-list li {
    flex-direction: column;
    gap: 2.5rem
  }

  .p-culture .p-culture__other .p-culture__other-list li+li {
    margin-top: 5rem
  }

  .p-culture .p-culture__other .p-culture__other-list li .p-culture__other-image {
    width: 90%;
    margin: 0 auto
  }

  .p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text {
    width: 100%;
    padding: 0 1rem;
    text-align: center
  }

  .p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text h3 {
    font-size: 3.2rem;
    letter-spacing: .15em
  }

  .p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text strong {
    font-size: 1.3rem
  }

  .p-culture .p-culture__other .p-culture__other-list li .p-culture__other-text p {
    font-size: 1rem;
    margin-top: 1rem
  }
}

.p-data .p-data__title {
  margin-bottom: 5rem;
  padding: 20rem 5rem 2rem;
  color: #fff
}

@media screen and (max-width: 767px) {
  .p-data .p-data__title {
    margin-bottom: 2.5rem;
    padding: 10rem 1rem 1rem
  }
}

.p-data .p-data__title h1 {
  display: flex;
  align-items: center;
  font-size: 14.4rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__title h1 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 6rem
  }
}

.p-data .p-data__title h1 span {
  font-size: 2rem;
  margin-top: 1rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__title h1 span {
    font-size: 1.33rem;
    margin-top: .5rem
  }
}

.p-data .p-data__title .top-line {
  width: 68rem;
  margin-top: 2rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__title .top-line {
    width: 100%;
    margin-top: 1rem
  }
}

.p-data section {
  padding: 14rem 8rem
}

@media screen and (max-width: 767px) {
  .p-data section {
    padding: 7rem 1rem
  }
}

.p-data section h2 {
  font-size: 6.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-data section h2 {
    font-size: 4.27rem
  }
}

.p-data section h2 span {
  display: block;
  font-size: 1.8rem
}

@media screen and (max-width: 767px) {
  .p-data section h2 span {
    font-size: 1.2rem
  }
}

.p-data section ul {
  margin-top: 10rem
}

@media screen and (max-width: 767px) {
  .p-data section ul {
    margin-top: 5rem
  }
}

.p-data .p-data__luxas>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__luxas>ul {
    gap: 1.2rem
  }
}

.p-data .p-data__luxas>ul li {
  width: 30%;
  border-radius: .8rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__luxas>ul li {
    width: 48%;
    border-radius: .4rem
  }
}

.p-data .p-data__work>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__work>ul {
    gap: 1.2rem
  }
}

.p-data .p-data__work>ul li {
  width: calc(50% - 1.2rem);
  border: .3rem solid #f7efe2;
  border-radius: .8rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__work>ul li {
    width: 100%;
    border-width: .15rem;
    border-radius: .4rem
  }
}

.p-data .p-data__true>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__true>ul {
    gap: 1.5rem
  }
}

.p-data .p-data__true>ul li {
  width: calc(50% - 1.5rem);
  border: .3rem solid #f7efe2;
  border-radius: .8rem
}

@media screen and (max-width: 767px) {
  .p-data .p-data__true>ul li {
    width: 100%;
    border-width: .15rem;
    border-radius: .4rem
  }
}

.p-info .p-info__title {
  margin-bottom: 5rem;
  padding: 20rem 5rem 2rem;
  color: #fff
}

@media screen and (max-width: 767px) {
  .p-info .p-info__title {
    margin-bottom: 2.5rem;
    padding: 10rem 1rem 1rem
  }
}

.p-info .p-info__title h1 {
  display: flex;
  align-items: center;
  font-size: 14.4rem
}

@media screen and (max-width: 767px) {
  .p-info .p-info__title h1 {
    font-size: 5.5rem;
    flex-direction: column;
    align-items: flex-start
  }
}

.p-info .p-info__title h1 span {
  font-size: 2rem;
  margin-top: 1rem;
  margin-left: 2rem
}

@media screen and (max-width: 767px) {
  .p-info .p-info__title h1 span {
    font-size: 1.33rem;
    margin-top: .5rem;
    margin-left: 1rem
  }
}

.p-info .p-info__title .top-line {
  width: 68rem;
  margin-top: 2rem
}

@media screen and (max-width: 767px) {
  .p-info .p-info__title .top-line {
    width: 100%;
    margin-top: 1rem
  }
}

.p-info .p-info__area {
  padding: 10rem
}

@media screen and (max-width: 1199px) {
  .p-info .p-info__area {
    padding: 5rem 3rem
  }
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area {
    padding: 5rem 1rem
  }
}

.p-info .p-info__area .p-info__area-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__area-title {
    font-size: 2.8rem
  }
}

.p-info .p-info__area .p-info__detail {
  margin: 2rem auto 0;
  max-width: 108rem;
  padding: 5rem 8rem;
  background: #fff;
  border-radius: 3.2rem
}

@media screen and (max-width: 1199px) {
  .p-info .p-info__area .p-info__detail {
    padding: 5rem 3rem
  }
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__detail {
    margin-top: 3rem;
    padding: 5rem 1rem;
    border-radius: 1.6rem
  }
}

.p-info .p-info__area .p-info__detail dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__detail dl {
    flex-direction: column;
    align-items: flex-start
  }
}

.p-info .p-info__area .p-info__detail dl dt,
.p-info .p-info__area .p-info__detail dl dd {
  min-height: 12rem;
  align-content: center
}

@media screen and (max-width: 767px) {

  .p-info .p-info__area .p-info__detail dl dt,
  .p-info .p-info__area .p-info__detail dl dd {
    min-height: auto
  }
}

.p-info .p-info__area .p-info__detail dl dt {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: .1rem solid #333;
  width: 20%
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__detail dl dt {
    width: 100%;
    border-bottom: none;
    padding-top: 1rem;
    font-size: 1.5rem;
    color: #036f9f
  }
}

.p-info .p-info__area .p-info__detail dl dt.pt-10 {
  padding: 1rem 0
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__detail dl dt.pt-10 {
    padding: 1rem 0 0
  }
}

.p-info .p-info__area .p-info__detail dl dd {
  color: #333;
  font-size: 1.8rem;
  border-bottom: .1rem solid #c9c8c8;
  padding-left: 3rem;
  width: 80%
}

.p-info .p-info__area .p-info__detail dl dd sup {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 1em;
  margin-top: 1rem
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__detail dl dd sup {
    font-size: 1.1rem;
    margin-top: .5rem
  }
}

.p-info .p-info__area .p-info__detail dl dd span {
  display: inline-block;
  padding-right: 1.5rem
}

.p-info .p-info__area .p-info__detail dl dd.pt-10 {
  padding: 1rem 0;
  padding-left: 3rem
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__detail dl dd.pt-10 {
    padding-top: 0;
    padding-left: 2rem;
    padding-bottom: 1rem
  }
}

@media screen and (max-width: 767px) {
  .p-info .p-info__area .p-info__detail dl dd {
    width: 100%;
    border-bottom: .1rem solid #333;
    padding-left: 2rem;
    padding-bottom: 1rem;
    font-size: 1.4rem
  }

  .p-info .p-info__area .p-info__detail dl dd:first-of-type {
    border-top: none
  }
}

.p-interview {
  padding-top: 9rem
}

@media screen and (max-width: 767px) {
  .p-interview {
    padding-top: 9rem
  }
}

.p-interview .p-interview__kv {
  display: flex;
  align-items: flex-end
}

.p-interview .p-interview__kv .p-interview__text {
  width: 43%;
  padding: 0 5.5rem
}

.p-interview .p-interview__kv .p-interview__text .p-interview__title {
  color: #fff
}

.p-interview .p-interview__kv .p-interview__text .p-interview__title sup {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4
}

.p-interview .p-interview__kv .p-interview__text .p-interview__title span {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1
}

.p-interview .p-interview__kv .p-interview-read {
  margin-top: 12rem
}

.p-interview .p-interview__kv .p-interview-read sup,
.p-interview .p-interview__kv .p-interview-read span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: .5rem 2rem;
  font-weight: 900;
  line-height: 1.4
}

.p-interview .p-interview__kv .p-interview-read sup {
  font-size: 1.5rem;
  margin-bottom: 1rem
}

.p-interview .p-interview__kv .p-interview-read span {
  font-size: 2.8rem;
  margin-bottom: .5rem
}

.p-interview .p-interview__kv .p-interview-name {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 8rem 0 3rem
}

.p-interview .p-interview__kv .p-interview-name b {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 2rem
}

.p-interview .p-interview__kv .p-interview-name sub {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4
}

.p-interview .p-interview--reason {
  margin: 10rem 15rem 0;
  background: #fff;
  padding: 6rem
}

.p-interview .p-interview--reason h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem
}

.p-interview .p-interview--reason h3 sup {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1rem
}

.p-interview .p-interview--reason p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview__kv {
    flex-direction: column;
    align-items: flex-start
  }

  .p-interview .p-interview__kv .p-interview__text {
    width: 100%;
    padding: 0 1rem
  }

  .p-interview .p-interview__kv .p-interview__text .p-interview__title sup {
    font-size: 1.1rem;
    display: block
  }

  .p-interview .p-interview__kv .p-interview__text .p-interview__title span {
    font-size: 4.8rem;
    line-height: 1.2
  }

  .p-interview .p-interview__kv .p-interview-read {
    margin-top: 4rem
  }

  .p-interview .p-interview__kv .p-interview-read sup {
    font-size: 1rem;
    padding: .25rem 1rem
  }

  .p-interview .p-interview__kv .p-interview-read span {
    font-size: 1.9rem;
    padding: .25rem 1rem
  }

  .p-interview .p-interview__kv .p-interview-name {
    font-size: 1rem;
    padding: 4rem 0 1.5rem
  }

  .p-interview .p-interview__kv .p-interview-name b {
    font-size: 1.3rem;
    margin-right: 1rem
  }

  .p-interview .p-interview__kv .p-interview-name sub {
    font-size: 1rem;
    margin-top: .5rem
  }

  .p-interview .p-interview--reason {
    margin: 5rem 1rem 0;
    padding: 3rem 1rem
  }

  .p-interview .p-interview--reason h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem
  }

  .p-interview .p-interview--reason h3 sup {
    font-size: 1rem;
    margin-bottom: .5rem
  }

  .p-interview .p-interview--reason p {
    font-size: 1.1rem;
    line-height: 1.6
  }
}

.p-interview .p-interview--faq-area {
  margin: 10rem 15rem 0;
  padding-bottom: 5rem
}

@media screen and (max-width: 1199px) {
  .p-interview .p-interview--faq-area {
    margin: 10rem 3rem 0
  }
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area {
    margin: 6cap 1rem 0
  }
}

.p-interview .p-interview--faq-area .p-interview--faq {
  margin-top: 5rem
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(odd) .p-interview--faq-flex {
    flex-direction: column-reverse
  }
}

.p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(odd) .p-interview--faq-flex .p-interview--faq-text {
  padding-right: 10rem
}

@media screen and (max-width: 1199px) {
  .p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(odd) .p-interview--faq-flex .p-interview--faq-text {
    padding-right: 0rem
  }
}

.p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-read {
  margin-left: calc(50% + 10rem)
}

@media screen and (max-width: 1199px) {
  .p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-read {
    margin-left: calc(50% + 2rem)
  }
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-read {
    width: 100%;
    margin-left: 0;
    padding-left: 0
  }
}

.p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-flex {
  flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-flex {
    flex-direction: column-reverse
  }
}

.p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-flex .p-interview--faq-text {
  padding-left: 10rem
}

@media screen and (max-width: 1199px) {
  .p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-flex .p-interview--faq-text {
    padding-left: 0rem
  }
}

@media screen and (max-width: 1199px) {
  .p-interview .p-interview--faq-area .p-interview--faq:nth-of-type(even) .p-interview--faq-flex .p-interview--faq-image {
    border-radius: 4.2rem 0 4.2rem 0
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-read {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-read {
    font-size: 1.8rem
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex {
  display: flex;
  justify-content: flex-start
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex {
    flex-direction: column
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-text {
  width: 50%;
  color: #fff
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-text {
    width: 100%
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-text .p-interview--faq__question {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-text .p-interview--faq__question {
    margin-top: 3rem
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-text .p-interview--faq__question span {
  width: 4rem;
  height: .1rem;
  margin-right: 2rem;
  background-color: #fff
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-text .p-interview--faq__answer {
  margin-top: 3rem;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 2
}

@media screen and (max-width: 1199px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-text .p-interview--faq__answer {
    margin-top: 1rem;
    line-height: 1.7
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-image {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 49rem;
  overflow: hidden;
  border-radius: 0 0 4.2rem 0
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-image {
    margin-top: 2.5rem;
    width: 100%;
    height: 26rem
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-flex .p-interview--faq-image img {
  width: 100%;
  max-width: none;
  height: auto
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-text {
  color: #fff
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-text .p-interview--faq__question {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-text .p-interview--faq__question {
    margin-top: 3rem
  }
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-text .p-interview--faq__question span {
  width: 4rem;
  height: .1rem;
  margin-right: 2rem;
  background-color: #fff
}

.p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-text .p-interview--faq__answer {
  margin-top: 3rem;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 2
}

@media screen and (max-width: 1199px) {
  .p-interview .p-interview--faq-area .p-interview--faq .p-interview--faq-text .p-interview--faq__answer {
    margin-top: 1rem;
    line-height: 1.7
  }
}

.p-contact {
  padding-top: 20rem
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 7rem
  }
}

.p-contact h1 {
  color: #08eaea;
  line-height: 1.2;
  text-align: center;
  font-family: Oswald;
  font-size: 9rem;
  font-weight: 700;
  margin: 5rem 0 0
}

.p-contact h1 span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2
}

.p-contact h1 span::before {
  position: absolute;
  content: "";
  top: -3rem;
  left: 0;
  width: 100%;
  height: .2rem;
  background-color: #08eaea
}

.p-contact .screen-reader-response {
  display: none
}

.p-contact .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 1rem;
  color: #c10914
}

.p-contact .wpcf7-form-control-wrap[data-name=consent] {
  display: flex;
  align-items: center
}

.p-contact .wpcf7-form-control-wrap[data-name=consent] .wpcf7-not-valid-tip {
  margin-top: 0
}

.p-contact .wpcf7-form-control-wrap[data-name=consent] .wpcf7-list-item-label {
  display: none
}

.p-contact .wpcf7-response-output {
  margin-top: 2rem;
  text-align: center;
  color: #c10914
}

.p-contact .p-contact__fv-text {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  text-align: center
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__fv-text {
    font-size: 1.5rem
  }
}

.p-contact .p-contact__fv-text p:first-child {
  display: inline-block;
  margin-top: 3rem;
  padding: 2.4rem 0;
  border-top: .1rem solid #000
}

.p-contact .p-contact__form .p-contact__form-read {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form .p-contact__form-read {
    padding: 0 1.5rem;
    font-size: 1.6rem;
    text-align: left
  }
}

.p-contact .p-contact__form-area {
  width: 110rem;
  padding-top: 3rem;
  padding-bottom: 10rem;
  margin: 5rem auto 15rem;
  background: #fafafa
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area {
    width: 90%
  }
}

.p-contact .p-contact__form-area .p-contact__form-text {
  width: 72%;
  margin: 0 auto;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-text {
    width: 85%
  }
}

.p-contact .p-contact__form-area .p-contact__form-list {
  margin-top: 2rem
}

.p-contact .p-contact__form-area .p-contact__form-list li {
  display: flex;
  padding: 2rem 7rem;
  align-items: center;
  border-top: .1rem solid #e3e8ff
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-list li {
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start
  }
}

.p-contact .p-contact__form-area .p-contact__form-list li>div {
  width: 40%
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-list li>div {
    width: 100%
  }
}

.p-contact .p-contact__form-area .p-contact__form-list li>div+p {
  width: 60%
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-list li>div+p {
    width: 100%
  }
}

.p-contact .p-contact__form-area .p-contact__form-list .is-required,
.p-contact .p-contact__form-area .p-contact__form-list .is-any {
  margin-right: 2rem;
  padding: .6rem 1.2rem;
  border: .2rem solid #08eaea;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #08eaea;
  background-color: #fff
}

.p-contact .p-contact__form-area .p-contact__form-list .is-any {
  opacity: 0;
  pointer-events: none
}

.p-contact .p-contact__form-area .p-contact__form-list label {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4
}

.p-contact .p-contact__form-area .p-contact__form-list input:not([type=checkbox]),
.p-contact .p-contact__form-area .p-contact__form-list select,
.p-contact .p-contact__form-area .p-contact__form-list textarea,
.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-consent-text {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: .2rem solid #08eaea;
  border-radius: .4rem;
  color: #000;
  font-size: 1.5rem;
  height: auto;
  line-height: 1.4;
  padding: 1.5rem 1rem
}

@media screen and (max-width: 767px) {

  .p-contact .p-contact__form-area .p-contact__form-list input:not([type=checkbox]),
  .p-contact .p-contact__form-area .p-contact__form-list select,
  .p-contact .p-contact__form-area .p-contact__form-list textarea,
  .p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-consent-text {
    margin-top: 2rem
  }
}

.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-consent-check {
  margin-top: 2rem;
  display: flex;
  align-items: center
}

.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-consent {
  width: 60%
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-consent {
    width: 100%
  }
}

.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-consent .p-contact__form-consent-text {
  width: 100%;
  height: 20rem;
  overflow: scroll
}

.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-consent .p-contact__form-consent-text p+p {
  margin-top: 1.6rem
}

.p-contact .p-contact__form-area .p-contact__form-list textarea {
  min-height: 22rem
}

.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-select-wrap {
  position: relative;
  width: 60%
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-select-wrap {
    width: 100%
  }
}

.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-select-wrap::before {
  display: block;
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-right: #bdbdbd solid .2rem;
  border-bottom: #bdbdbd solid .2rem;
  top: 50%;
  right: 3rem;
  z-index: 1;
  -webkit-transform: rotate(45deg) translateY(-100%);
  transform: rotate(45deg) translateY(-100%);
  pointer-events: none
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-select-wrap::before {
    -webkit-transform: rotate(45deg) translateY(30%);
    transform: rotate(45deg) translateY(30%)
  }
}

.p-contact .p-contact__form-area .p-contact__form-list .p-contact__form-select-wrap select {
  width: 100%
}

.p-contact .p-contact__form-area .p-contact__form-button {
  width: 25%;
  text-align: center;
  margin: auto
}

@media screen and (max-width: 767px) {
  .p-contact .p-contact__form-area .p-contact__form-button {
    width: 80%
  }
}

.p-contact .p-contact__form-area .p-contact__form-button input {
  border: none;
  color: #fff;
  background: #08eaea;
  border-radius: .4rem;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 4rem;
  padding: 1rem 3rem;
  cursor: pointer
}