@charset "UTF-8";
/* 三角形の作成関数
/*------------------------- */
:root {
  --header-height: 70px;
  --main-red: #e20414;
  --sub-gray: #e5e5e5;
}

@media screen and (min-width: 768px) {
  :root {
    --header-height: 120px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 0.625rem;
}

body {
  font-family: "Noto sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}

a {
  display: block;
  color: #000;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

img {
  width: auto;
  height: auto;
}

object {
  pointer-events: none;
}

/*
  reset.css
/*------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

/* pxをvwに変換
/*------------------------- */
/* pxをvhに変換
/*------------------------- */
img {
  width: 100%;
  height: 100%;
}

.header {
  background-color: #f0f0f0;
}

.main {
  position: relative;
}
.main::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f0f0f0;
}

.pFv__inner {
  display: grid;
  padding-top: 2.2rem;
}
.pFv__title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2.1rem;
  align-items: end;
  order: 1;
  margin-left: 1.5rem;
}
.pFv__title_en {
  margin-bottom: 0.2rem;
  font-family: "Bebas Neue", cursive;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  letter-spacing: -0.047em;
  writing-mode: sideways-rl;
}
.pFv__title_ja {
  display: grid;
  margin-bottom: 0.7rem;
}
.pFv__title_main {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.pFv__title_sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.pFv__imageList {
  order: 2;
  margin-top: 2.8rem;
}
.pFv__imageInner {
  display: grid;
  grid-template-columns: 12.9rem 20.5rem;
  gap: 0 0.8rem;
  align-items: flex-end;
}
.pFv__imageContainer {
  position: relative;
}
.pFv__image--overlay {
  position: absolute;
  right: 0;
  bottom: -0.9rem;
  width: 5rem;
  height: 4.8rem;
}
.pFv__image--main1 {
  width: 12.9rem;
  height: 17rem;
}
.pFv__image--main2 {
  width: 20.5rem;
  height: 12.8rem;
}
.pFv__image--main3 {
  width: 36.8rem;
  height: 24.8rem;
  margin-top: 0.9em;
  margin-left: auto;
}
.pFv__content {
  position: relative;
  order: 3;
  width: 100%;
  padding: 0 2rem;
  margin-top: 2.4rem;
}
.pFv__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.pFv__text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.pCareerItem {
  padding-bottom: 8rem;
  margin-top: 8rem;
}
.pCareerItem__inner {
  display: grid;
  gap: 4rem 0;
  padding: 0 3.5rem 0 1.5rem;
}
.pCareerItem__container {
  position: relative;
  padding-top: 4rem;
}
.pCareerItem__container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d9d9d9;
}
.pCareerItem__container:last-child {
  padding-bottom: 4rem;
}
.pCareerItem__container:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d9d9d9;
}
.pCareerItem__image {
  margin-top: 1.6rem;
}
.pCareerItem__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.pCareerItem__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #000;
}
.pCareerItem__text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.pCareerItem__linkText {
  width: 19rem;
  padding-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  border-radius: 999px;
}
.pCareerItem__linkMain {
  padding-bottom: 0.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.02em;
}
.pCareerItem__linkLabel {
  display: grid;
  gap: 0.4rem 0;
  padding: 0 2rem;
}
.pCareerItem__linkIcon {
  width: 4rem;
  height: 4rem;
  padding: 1.4rem 1.3rem 1.3rem 1.4rem;
  background-color: #fff;
  border-radius: 50%;
}
.pCareerItem__linkIcon_arrow {
  width: 1.3rem;
  height: 1.3rem;
}
.pCareerItem__link {
  display: grid;
  grid-template-columns: 23.6rem 4rem;
  align-items: center;
  padding: 1.7rem 2.4rem 1.7rem 4rem;
  margin-top: 2.4rem;
  border-radius: 0.4rem;
}
.pCareerItem__link[link-color="1"] {
  background-color: #27b5c8;
  border: 1px solid #1c99a9;
}
.pCareerItem__link[link-color="1"] .pCareerItem__linkText {
  background-color: #0d6a76;
}
.pCareerItem__link[link-color="2"] {
  background-color: #0c74e4;
  border: 1px solid #0265cf;
}
.pCareerItem__link[link-color="2"] .pCareerItem__linkText {
  background-color: #044a95;
}
.pCareerItem__link[link-color="3"] {
  background-color: #002a57;
  border: 1px solid #011933;
}
.pCareerItem__link[link-color="3"] .pCareerItem__linkText {
  background-color: #001224;
}

.pBg {
  position: absolute;
  top: 33.7rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 141.9rem;
}

@media screen and (min-width: 768px) {
  .pFv {
    display: flex;
    justify-content: center;
  }
  .pFv__inner {
    grid-template-columns: auto 56.4rem;
    max-width: 1222px;
    padding: 5rem 0 0;
    margin: 0 14.6rem 0 7.2rem;
  }
  .pFv__title {
    gap: 0 3.8rem;
    align-items: center;
    order: 1;
    margin-left: 0;
  }
  .pFv__title_en {
    margin-bottom: 0;
    font-size: 2.4rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
  }
  .pFv__title_ja {
    display: grid;
    margin-bottom: 0.7rem;
  }
  .pFv__title_main {
    font-size: 4.8rem;
  }
  .pFv__title_sub {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .pFv__imageList {
    order: 2;
    margin-top: 0;
  }
  .pFv__imageInner {
    grid-template-columns: 22rem 33.1rem;
    gap: 0 1.3rem;
  }
  .pFv__image--overlay {
    bottom: -1.3rem;
    width: 8rem;
    height: 7.7rem;
  }
  .pFv__image--main1 {
    width: 22rem;
    height: 27.4rem;
  }
  .pFv__image--main2 {
    width: 33.1rem;
    height: 20.7rem;
  }
  .pFv__image--main3 {
    width: 38.4rem;
    height: 30rem;
    margin-top: 1.3rem;
    margin-left: 9rem;
  }
  .pFv__content {
    position: relative;
    order: 1;
    padding: 0;
    margin-top: 0;
  }
  .pFv__lead {
    margin-top: 8rem;
    margin-left: 7.4rem;
    font-size: 3.2rem;
  }
  .pFv__text {
    margin-top: 2.4rem;
    margin-left: 7.4rem;
    font-size: 1.6rem;
  }
  .pCareerItem {
    padding-bottom: 16rem;
    margin-top: 12rem;
  }
  .pCareerItem__inner {
    gap: 1rem 0;
    max-width: 1148px;
    padding: 0;
    margin: 0 auto;
  }
  .pCareerItem__container {
    display: grid;
    grid-template-columns: 25.6rem auto;
    gap: 0 5.6rem;
    align-items: center;
    padding: 1rem 5.6rem 0 1rem;
    padding-top: 1rem;
  }
  .pCareerItem__container:last-child {
    padding-bottom: 1rem;
  }
  .pCareerItem__title {
    font-size: 2.4rem;
  }
  .pCareerItem__text {
    font-size: 1.6rem;
  }
  .pCareerItem__image {
    margin-top: 0;
  }
  .pCareerItem__link {
    grid-template-columns: 1fr 4rem;
  }
}
@media screen and (min-width: 768px) and (hover) {
  .pCareerItem__link {
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .pCareerItem__link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .pCareerItem__linkLabel {
    justify-content: center;
    padding: 0;
  }
  .pCareerItem__linkMain {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .pCareerItem__linkText {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 19rem;
    padding: 0 1.9rem 0.2rem;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .pBg {
    top: unset;
    bottom: 0;
    height: 207.1rem;
  }
}