@charset "UTF-8";
/*
 * foundation
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 0.732vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.326vw;
  }
}
h1 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
}

h4 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 3.5rem;
}
h4::before {
  font-size: 2.8rem;
  position: absolute;
  left: 0;
  content: "－";
  color: #00A1E9;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

a,
li,
p,
th,
td {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  a,
  li,
  p,
  th,
  td {
    line-height: 1.6;
  }
}

p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-accordion--close {
  display: none;
}

.accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.js-accordion {
  position: relative;
  padding: 0 35px 0 10px;
}

.js-accordion::before {
  content: "";
  width: 0.2rem;
  height: 2.4rem;
  background: #fff;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.js-accordion::after {
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  right: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}

.js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}

.js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}

/*
  * layout
  */
.l-footer {
  background-color: #222222;
  position: relative;
  padding-top: 24rem;
  padding-bottom: 6.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 16.6rem;
    padding-bottom: 3.3rem;
  }
}
.l-footer__contact {
  background-color: #00A1E9;
  border-radius: 1rem;
  width: 100rem;
  height: 25.2rem;
  position: absolute;
  top: -12.6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/common/img_contact.png);
  background-size: contain;
  background-position: left 0 bottom 3%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    width: 39rem;
    padding: 1.5rem 0 3.5rem;
    height: auto;
  }
}
.l-footer__contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-inner {
    flex-direction: column;
    width: 30rem;
    align-items: unset;
  }
}
.l-footer__contact-text {
  margin-top: 2rem;
}
.l-footer__contact-text p {
  color: #fff;
}
.l-footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    flex-direction: column;
    width: 33rem;
    margin: 0 auto;
  }
}
.l-footer__company {
  display: flex;
  gap: 3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.l-footer__company-text {
  margin-top: -1.5rem;
}
.l-footer__company p {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-footer__company p {
    text-align: center;
  }
}
.l-footer__address {
  margin-top: 1.7rem;
  font-size: 1.8rem !important;
  line-height: 1.4 !important;
}
.l-footer__logo {
  width: 10.4rem;
  height: 12.9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 3.4rem;
    width: 11.5rem;
    height: 14.2rem;
  }
}
.l-footer__menu {
  width: 39rem;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    width: 100%;
    margin-top: 4.2rem;
  }
}
.l-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__menu ul li {
    width: 13.5rem;
  }
}
.l-footer__menu ul li a {
  color: #fff;
  font-size: 1.8rem;
}
.l-footer__copywright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
.l-footer__copywright-text p {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__copywright {
    flex-direction: column;
    align-items: unset;
  }
}
.l-footer__sns {
  display: flex;
  gap: 3.9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    align-items: center;
    margin-bottom: 2.7rem;
  }
}
.l-footer__sns-icon.-fb {
  width: 2.5rem;
  height: 2.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__sns-icon.-fb {
    width: 3.5rem;
    height: 3.8rem;
  }
}
.l-footer__sns-icon.-fb::after {
  content: "|";
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sns-icon.-fb::after {
    font-size: 2.7rem;
  }
}
.l-footer__sns-icon.-ig {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sns-icon.-ig {
    width: 3.1rem;
    height: 3.1rem;
  }
}

.l-header {
  position: fixed;
  z-index: 999;
}
.l-header__inner {
  display: flex;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  height: 9.3rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: auto;
    display: block;
  }
}
.l-header__inner a {
  display: flex;
  align-items: center;
  height: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__inner a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-left: 8.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin-left: 2.7rem;
    margin-top: 2.9rem;
  }
}
.l-header__logo img {
  width: 4rem;
  height: 5rem;
  margin-right: 1rem;
}
.l-header__logo h1 {
  margin-top: -1rem;
  line-height: 1.2;
}
.l-header__logo.-black {
  background-color: #222222;
  width: 21.3rem;
  height: 100%;
  margin-left: 0;
  padding-left: 2.7rem;
  border-radius: 0 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-header__logo.-black {
    margin: 0;
    width: 16.5rem;
    height: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo.-black img {
    width: 3.1rem;
    height: 3.8rem;
  }
}
.l-header__logo.-black h1 {
  font-size: 1.8rem !important;
}
.l-header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84.4rem;
  background-color: #fff;
  margin-right: 5rem;
  height: 4.3rem;
  border-radius: 2.2rem;
  padding: 0 0 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu-recruit {
  background-color: #00A1E9;
  margin-left: -1.7rem;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  height: 4.3rem;
  border-radius: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__menu-recruit p {
  color: #fff;
}
.l-header__side {
  position: fixed;
  margin-top: 12.5rem;
  z-index: 998;
}
.l-header__side p {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__side {
    margin-top: 9rem;
  }
}
.l-header__nav {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 2.9rem;
  margin-right: 1.6rem;
  position: absolute;
  right: 0;
  top: 2.5rem;
  background-color: #00A1E9;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: flex;
  }
}
.l-header__nav-btn {
  width: 4rem;
  height: 1rem;
  display: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header__nav-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2.6rem;
    height: 2rem;
  }
}
.l-header__nav-btn-bar {
  border: 0.1rem solid #ddd;
  border-radius: 0.2rem;
  margin-left: auto;
  margin-right: 0;
}
.l-header__nav-btn span:first-child {
  transform: translate(0, -50%);
  width: 100%;
  transition: transform 0.3s ease;
}
.l-header__nav-btn span:nth-child(2) {
  transform: translate(0, -50%);
  width: 75%;
  transition: opacity 0.3s ease;
}
.l-header__nav-btn span:last-child {
  transform: translate(0, -50%);
  width: 50%;
  transition: transform 0.3s ease;
}
.l-header__nav-btn.js-active span:first-child {
  transform: translate(0, 0.9rem) rotate(-45deg);
  background-color: #fff !important;
  width: 100%;
}
.l-header__nav-btn.js-active span:nth-child(2) {
  opacity: 0;
}
.l-header__nav-btn.js-active span:last-child {
  transform: translate(0, -0.9rem) rotate(45deg);
  background-color: #fff !important;
  width: 100%;
}
.l-header__nav-list {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .l-header__nav-list {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
  }
}
.l-header__nav-list ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__nav-list ul {
    width: 100%;
    height: 100vh;
    background-color: #222222;
    flex-direction: column;
    background-image: url(../image/common/bg-spmenu.png);
    background-size: 29.7rem 36.7rem;
    background-position: 75% 60%;
    background-repeat: no-repeat;
    justify-content: center;
    padding: 3rem;
  }
}
.l-header__nav-list-item {
  margin-bottom: 3.5rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav-list-item a {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
  }
}
.l-header .open {
  right: 0;
}

.l-main__mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main__mv {
    height: 100%;
  }
}
.l-main__mv::after {
  content: "";
  background-color: #454E8A;
  height: 35.8vw;
  width: 62vw;
  position: absolute;
  top: 0;
  left: -15vw;
  transform: skewX(-20deg);
}
@media screen and (max-width: 768px) {
  .l-main__mv::after {
    height: 100%;
    width: 80vw;
  }
}
.l-main__mv-text {
  position: absolute;
  top: calc(50% + 5rem);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 3vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-main__mv-text {
    top: calc(50% + 3rem);
  }
}
.l-main__mv-text-en {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-main__mv-text-en {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
.l-main__mv-text-name {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-main__mv-text-name {
    font-size: 1.8rem;
  }
}
.l-main__mv img {
  -o-object-position: 58rem 0;
     object-position: 58rem 0;
}
@media screen and (max-width: 768px) {
  .l-main__mv img {
    -o-object-position: unset;
       object-position: unset;
  }
}

.l-container {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 38rem;
  }
}
.l-container.-type02 {
  width: 120rem;
}
@media screen and (max-width: 768px) {
  .l-container.-type02 {
    width: 38rem;
  }
}
.l-container.-type03 {
  width: 100rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-container.-type03 {
    width: 34rem;
    flex-direction: column;
  }
}

/*
   * object
   */
.c-title__heading {
  display: flex;
  align-items: flex-end;
  gap: 2.2rem;
}
.c-title__heading h3 {
  position: relative;
}
.c-title__heading h3::after {
  content: "";
  background-image: url(../image/common/img_titleline.png);
  position: absolute;
  bottom: 0;
  right: -1.5rem;
  width: 0.9rem;
  height: 1.5rem;
  background-size: cover;
}
.c-title__heading.-job {
  margin-bottom: 7rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-job {
    margin-bottom: 2rem;
    margin-top: 10rem;
  }
}
.c-title__heading.-job h3 {
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-job h3 {
    font-size: 2.4rem;
    padding-left: 3.5rem;
  }
}
.c-title__heading.-job h3::after {
  display: none;
}
.c-title__heading.-job h3::before {
  font-size: 3.4rem;
  position: absolute;
  left: 0;
  content: "－";
  color: #00A1E9;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-job h3::before {
    font-size: 2.4rem;
  }
}
.c-title__heading.-armaflex h3::after {
  display: none;
}
.c-title__heading.-maker {
  margin-bottom: 6.6rem;
}
.c-title__heading.-maker h3 {
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-maker h3 {
    font-size: 2.8rem;
    padding-left: 3.9rem;
  }
}
.c-title__heading.-maker h3::after {
  display: none;
}
.c-title__heading.-maker h3::before {
  font-size: 3.4rem;
  position: absolute;
  left: 0;
  content: "－";
  color: #00A1E9;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-maker h3::before {
    font-size: 2.8rem;
  }
}
.c-title__heading p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.c-title__heading.-white h3 {
  color: #fff;
  position: relative;
}
.c-title__heading.-white h3::after {
  content: "";
  background-image: url(../image/common/img_titleline_white.png);
  position: absolute;
  bottom: 0;
  right: -1.5rem;
  width: 0.9rem;
  height: 1.5rem;
  background-size: cover;
}
.c-title__heading.-white p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title__heading.-contact h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__heading.-recruit {
    flex-direction: column;
    align-items: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-title__heading.-recruit h3::after {
    left: 0;
    right: unset;
    top: unset;
    bottom: -3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__heading.-recruit p {
    margin-left: 2rem;
  }
}
.c-title__sdgs h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222222;
  padding-left: 0;
}
.c-title__sdgs h4::before {
  display: none;
}
.c-title__description {
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.c-title__description h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00A1E9;
  padding-left: 0;
}
.c-title__description h4::before {
  display: none;
}

.c-table__2column-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-table__2column-inner {
    flex-direction: column;
  }
}
.c-table__2column-heading {
  width: 12.2rem;
  border-bottom: #00A1E9 solid 0.1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-table__2column-heading {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.c-table__2column-heading p {
  font-weight: 700;
  font-size: 2rem;
}
.c-table__2column-text {
  border-bottom: #E8E8E8 solid 0.1rem;
  width: 87.8rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-table__2column-text {
    padding-top: 1rem;
    position: relative;
  }
}
.c-table__2column-text p {
  font-size: 1.8rem;
  margin-left: 3.7rem;
}
@media screen and (max-width: 768px) {
  .c-table__2column-text p {
    margin-left: 0;
  }
}
.c-table__2column-text a {
  font-size: 1.8rem;
  margin-left: 3.7rem;
}
@media screen and (max-width: 768px) {
  .c-table__2column-text a {
    margin-left: 0;
  }
}
.c-table__2column-text::before {
  content: "";
  height: 0.1rem;
  width: 10.5rem;
  background-color: #00A1E9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-table__strong {
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .c-table__strong {
    padding: 0;
  }
}
.c-table__strong-wrapper {
  display: flex;
  gap: 1.4rem;
  padding: 3rem 1.7rem;
  border-bottom: #A3A3A3 solid 0.1rem;
}
.c-table__strong-wrapper.-border-top {
  border-top: #A3A3A3 solid 0.1rem;
}
.c-table__strong-number p {
  font-size: 3rem;
  font-weight: bold;
  color: #00A1E9;
  margin-top: -1.4rem;
}
.c-table__strong-title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.45;
  margin-bottom: 1.2rem;
}

.c-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  display: flex;
  gap: 3rem;
}
.page-numbers li {
  font-size: 2.4rem;
}
.page-numbers li a {
  font-size: 2.4rem;
}
.page-numbers li .current {
  color: #00A1E9;
}
.page-numbers li .prev {
  margin-right: 1.7rem;
}
.page-numbers li .next {
  margin-left: 1.7rem;
}

.c-button__link {
  background-color: #00A1E9;
  width: 20.7rem;
  height: 6.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-button__link p {
  color: #fff;
  text-align: center;
  padding-right: 2rem;
}
.c-button__link::after {
  content: "";
  background-image: url(../image/common/icon_arrow.png);
  width: 2.5rem;
  height: 0.7rem;
  position: absolute;
  background-size: cover;
  top: 2.8rem;
  right: 2rem;
}
.c-button__link.-white {
  background-color: #fff;
  border: #00A1E9 0.1rem solid;
}
.c-button__link.-white p {
  color: #00A1E9;
  margin-left: 0 !important;
}
.c-button__link.-armaflex {
  width: 27rem;
}
.c-button__link.-armaflex::after {
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .c-button__link.-contact {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-button__link.-contact p {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.c-button__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-right: #222222 solid 0.1rem;
}
@media screen and (max-width: 768px) {
  .c-button__anchor {
    flex-direction: column;
    height: auto;
    border-right: none;
    border-top: #E8E8E8 0.1rem solid;
  }
}
.c-button__anchor-item {
  width: 33.3%;
  border-left: #222222 solid 0.1rem;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-button__anchor-item {
    width: 100%;
    border-left: none;
    border-bottom: #E8E8E8 0.1rem solid;
    padding: 2rem 0 3rem;
  }
}
.c-button__anchor-item:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 0.1rem #222;
  border-right: solid 0.1rem #222;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .c-button__anchor-item:before {
    bottom: 1rem;
  }
}
.c-button__anchor-item p {
  text-align: center;
}
.c-button__anchor-item .-type02-item {
  width: 20%;
}
.c-button__contact-button {
  width: 30rem;
  height: 8rem;
  color: #fff;
  font-size: 2.4rem;
  background-color: #222222;
  text-align: center;
}
.c-button__contact p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button__contact p input {
    width: 100%;
  }
}

.c-form__contact-wrapper {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 768px) {
  .c-form__contact-wrapper {
    margin-bottom: 4rem;
  }
}
.c-form__contact-heading {
  margin-bottom: 1rem;
}
.c-form__contact-heading p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-form__contact-heading p {
    font-size: 2rem;
  }
}
.c-form__contact-input input {
  width: 100%;
  height: 6rem;
  border: 0.1rem #707070 solid;
  padding: 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-form__contact-input input {
    font-size: 1.6rem;
  }
}
.c-form__contact-input textarea {
  width: 100%;
  height: 45rem;
  border: 0.1rem #707070 solid;
  padding: 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-form__contact-input textarea {
    font-size: 1.6rem;
  }
}
.c-form__contact-input select {
  width: 36.5rem;
  height: 6rem;
  border: 0.1rem #707070 solid;
  padding: 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-form__contact-input select {
    font-size: 1.6rem;
  }
}
.c-form__contact-input.-select {
  position: relative;
}
.c-form__contact-input.-select::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  border-bottom: solid 0.1rem #222;
  border-right: solid 0.1rem #222;
  transform: rotate(45deg);
  position: absolute;
  top: 2rem;
  left: 33rem;
}

::-moz-placeholder {
  color: #9F9F9F;
}

::placeholder {
  color: #9F9F9F;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #9F9F9F;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #9F9F9F;
}

.p-articles__content {
  margin-top: 10rem;
}
.p-articles__prevnext {
  margin-bottom: 31.5rem;
}
.p-articles__prevnext-inner {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .p-articles__prevnext-list {
    margin: 2rem auto 0;
    text-align: center;
  }
}
.p-articles__info-title h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
.p-articles__info-date {
  margin-top: 5rem;
}
.p-articles__info-date p {
  color: #A3A3A3;
  font-size: 1.8rem;
  text-align: right;
}
.p-articles__info-inner {
  margin: 14rem 0;
}
@media screen and (max-width: 768px) {
  .p-articles__info-inner {
    margin: 6rem 0;
  }
}
.p-articles__info-inner h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.p-articles__info-inner p {
  margin-bottom: 10rem;
}
.p-articles__info-inner h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
.p-articles__info-inner figure {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
}

.p-block__archive-items {
  border-bottom: #E8E8E8 0.1rem solid;
  padding-bottom: 4rem;
}
.p-block__archive-items a {
  display: block;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-block__archive-items a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 0.2rem #00A1E9;
  border-right: solid 0.2rem #00A1E9;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -2rem;
  bottom: 0;
  margin: auto;
}
.p-block__archive-wrapper {
  display: flex;
  margin-top: 4rem;
  position: relative;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-block__archive-wrapper {
    flex-direction: column;
  }
}
.p-block__archive-date {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4rem;
}
.p-block__archive-date p {
  color: #00A1E9;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-block__archive-date {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-block__archive-date h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
}
.p-block__archive-date p {
  font-size: 1.8rem;
}
.p-block__archive-title {
  width: 48.1rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-block__archive-title {
    width: 100%;
  }
}
.p-block__archive-title h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.p-block__archive-title p {
  font-size: 1.6rem;
}
.p-block__archive-thumbnail {
  width: 19rem;
  height: 19rem;
}
@media screen and (max-width: 768px) {
  .p-block__archive-thumbnail {
    width: 100%;
    height: 38rem;
    margin-bottom: 1.5rem;
  }
}

.p-section__mv {
  width: 100vw;
  height: 56.5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__mv {
    height: 95vh;
  }
}
.p-section__mv-image {
  height: 100%;
}
.p-section__mv-cover {
  width: 100vw;
  height: 56.2vw;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-section__mv-cover {
    height: 95vh;
  }
}
.p-section__mv-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-section__mv-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
}
.p-section__mv-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-section__mv-inner {
    justify-content: center;
  }
}
.p-section__mv-catch {
  margin-bottom: 1rem;
}
.p-section__mv-catch h2 {
  color: #fff;
  text-align: center;
  line-height: 1.39;
}
.p-section__mv-en {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__mv-en {
    margin-bottom: 4.5rem;
  }
}
.p-section__mv-en p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
.p-section__mv-logo {
  width: 22.6rem;
  height: 2.4rem;
  margin: 0 auto;
}
.p-section__mv-newsarea {
  border: #fff 0.1rem solid;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  padding: 0.5rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__mv-newsarea {
    flex-direction: column;
    padding: 1.3rem;
    width: 38rem;
  }
}
.p-section__mv-newsarea-heading p {
  color: #fff;
  padding-right: 2rem;
  border-right: #fff 0.1rem solid;
}
.p-section__mv-newsarea-date {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-section__mv-newsarea-date p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-section__mv-newsarea-title {
    text-align: center;
  }
}
.p-section__mv-newsarea-title a {
  color: #fff;
}
.p-section__mv.-cp {
  height: 24.2vw;
}
@media screen and (max-width: 768px) {
  .p-section__mv.-cp {
    height: 33.1rem;
  }
}
.p-section__mv.-cp .p-section__mv-cover {
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  width: 30vw;
  height: 24.2vw;
  left: unset;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-section__mv.-cp .p-section__mv-cover {
    width: 100%;
    height: 8.7rem;
    bottom: 0;
    top: unset;
    right: unset;
  }
}
.p-section__mv.-cp .p-section__mv-image {
  filter: grayscale(100%);
}
.p-section__mv.-cp .p-section__mv-wrapper {
  bottom: 0.6vw;
  left: 77%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-section__mv.-cp .p-section__mv-wrapper {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-section__mv.-cp .p-section__mv-catch {
  margin-bottom: 0;
}
.p-section__mv.-cp .p-section__mv-catch h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-section__mv.-cp .p-section__mv-catch h2 {
    font-size: 2.8rem;
  }
}
.p-section__mv.-cp .p-section__mv-catch h2::before {
  content: "―";
  font-size: 4.2rem;
  position: absolute;
  left: -6rem;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__mv.-cp .p-section__mv-catch h2::before {
    content: "|";
    font-size: 3.2rem;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-section__mv.-cp .p-section__mv-en {
  margin-bottom: 0;
}
.p-section__mv.-cp .p-section__mv-en p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #A3A3A3;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-section__mv.-cp .p-section__mv-en p {
    text-align: center;
  }
}
.p-section__company {
  margin-top: 12.3rem;
  margin-bottom: 16.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__company {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
}
.p-section__company-inner {
  position: relative;
  padding-bottom: 9.3rem;
}
.p-section__company-text {
  margin-top: 3rem;
}
.p-section__company-button {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
@media screen and (max-width: 768px) {
  .p-section__company-button {
    position: relative;
  }
}
.p-section__company-wrapper {
  display: flex;
  margin-left: calc(50% - 50vw);
}
.p-section__company-image {
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-section__company-image {
    width: 19.4rem;
    height: 15.4rem;
  }
}
.p-section__company-banner {
  margin-top: 7rem;
}
.p-section__works {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .p-section__works {
    padding-bottom: 7rem;
  }
}
.p-section__works-inner {
  display: flex;
  gap: 3.3rem;
  margin-left: calc(50% - 50vw);
  overflow-x: visible;
}
@media screen and (max-width: 768px) {
  .p-section__works-inner {
    flex-direction: column;
    margin-left: unset;
  }
}
.p-section__works-item {
  width: 60rem;
  height: 47.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__works-item {
    width: 100%;
    height: 23.3rem;
  }
}
.p-section__works-item.-type02 {
  background-color: #fff;
  padding: 7.2rem 4.7rem;
  width: 51.7rem;
  height: 47.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__works-item.-type02 {
    width: 100%;
    height: auto;
    padding: 4rem;
  }
}
.p-section__works-text {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.p-section__achievements-inner {
  margin-top: 16.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__achievements-inner {
    margin-top: 7rem;
  }
}
.p-section__achievements-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5.7rem;
       column-gap: 5.7rem;
  row-gap: 6.1rem;
  margin-top: 3.3rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-section__achievements-wrapper {
    flex-direction: column;
  }
}
.p-section__achievements-item {
  width: 29.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__achievements-item {
    width: 100%;
  }
}
.p-section__achievements-image {
  width: 29.5rem;
  height: 23.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__achievements-image {
    width: 100%;
    height: 23.7rem;
  }
}
.p-section__achievements-title {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__achievements-title {
    margin-bottom: 1.3rem;
  }
}
.p-section__achievements-title.-type02 {
  color: #222;
}
.p-section__achievements-time {
  color: #fff;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-section__achievements-time::before {
  content: "|";
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  left: -1rem;
  top: 0;
}
.p-section__achievements-time.-type02 {
  color: #222;
}
.p-section__achievements-time.-type02::before {
  color: #222;
}
.p-section__news {
  background-color: #00A1E9;
  padding-top: 12.3rem;
  padding-bottom: 10rem;
}
.p-section__news-inner {
  margin-top: 3rem;
  margin-bottom: 9rem;
}
.p-section__news-wrapper {
  display: flex;
  width: 100rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__news-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.p-section__news-date {
  padding-bottom: 1.7rem;
  padding-right: 6.2rem;
  border-bottom: #FFDF1A solid 0.1rem;
}
@media screen and (max-width: 768px) {
  .p-section__news-date {
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.p-section__news-date p {
  color: #fff;
}
.p-section__news-title {
  padding-bottom: 1.7rem;
  border-bottom: #fff solid 0.1rem;
  width: 100%;
}
.p-section__news-title p {
  color: #fff;
}
.p-section__recruit {
  width: 100vw;
  height: 61.3vw;
  content: "";
  background-image: url(../image/common/img_recruit.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__recruit {
    height: 96.5rem;
    background-image: url(../image/common/img_recruit-sp.jpg);
  }
}
.p-section__recruit-wrapper {
  background-color: #fff;
  padding: 7.2rem 4.7rem;
  width: 51.7rem;
  height: 47.5rem;
  position: absolute;
  top: 12rem;
  left: 50%;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .p-section__recruit-wrapper {
    width: 38rem;
    position: absolute;
    top: 26.6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: auto;
    border-radius: 1.5rem;
    padding: 4rem;
  }
}
.p-section__recruit-text {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.p-section__recruit-anchor {
  margin-top: 8rem;
  margin-bottom: 12.5rem;
}
.p-section__philosophy {
  background-image: url(../image/company/img_president.jpg);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 0 top 10%;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy {
    background-image: none;
  }
}
.p-section__philosophy-inner {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 10rem;
}
.p-section__philosophy-inner h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-section__philosophy-wrapper {
  border-left: 0.1rem solid #222;
  padding-left: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 5.6rem;
}
.p-section__philosophy-wrapper p {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
}
.p-section__philosophy.-type02 {
  margin-bottom: -12.5rem;
  background-image: none;
  margin-top: 9.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy.-type02 {
    margin-bottom: 0;
  }
}
.p-section__philosophy.-type03 {
  background-image: none;
  margin-bottom: 19.3rem;
}
@media screen and (max-width: 768px) {
  .p-section__philosophy.-type03 {
    margin-bottom: 12rem;
  }
}
.p-section__philosophy-image {
  margin-left: calc(50% - 50vw);
}
.p-section__message-inner {
  width: 50rem;
  padding-top: 13rem;
  margin-left: auto;
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .p-section__message-inner {
    width: 100%;
    padding-top: 0;
  }
}
.p-section__message-inner h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.3rem;
}
.p-section__message-name {
  margin-top: 7rem;
  width: 18.6rem;
  height: 4.8rem;
  margin-right: 0;
  margin-left: auto;
}
.p-section__companydata-table {
  margin-top: 4rem;
}
.p-section__companydata-button {
  margin-top: 3.9rem;
  margin-left: 3.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__companydata-button {
    margin-left: 0;
  }
}
.p-section__history {
  margin-top: 17.3rem;
  margin-bottom: 17rem;
}
.p-section__story {
  background-color: #EDF8FE;
  padding: 15.7rem;
  padding-bottom: 23.4rem;
}
@media screen and (max-width: 768px) {
  .p-section__story {
    padding: 6.2rem 0 22rem;
  }
}
.p-section__story-heading {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-section__story-heading {
    margin-top: 5rem;
  }
}
.p-section__story-new {
  margin-bottom: 10rem;
}
.p-section__story-new-logo {
  width: 72rem;
  height: 12.6rem;
  margin: 9.3rem auto 6rem;
}
@media screen and (max-width: 768px) {
  .p-section__story-new-logo {
    width: 100%;
    height: auto;
    margin: 4.9rem auto 3.1rem;
  }
}
.p-section__story-past {
  background-color: #fff;
  padding: 5.5rem 6rem 6.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__story-past {
    padding: 5.5rem 3.3rem;
  }
}
.p-section__story-past-inner {
  display: flex;
  gap: 3.3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__story-past-inner {
    flex-direction: column;
  }
}
.p-section__story-past-logo {
  flex-shrink: 0;
  width: 18.4rem;
  height: 16.1rem;
}
.p-section__story-past-text h4 {
  margin-bottom: 2rem;
}
.p-section__worksdetail {
  margin-top: 9.5rem;
  margin-bottom: 25.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-section__worksdetail {
    margin-top: 10.2rem;
    margin-bottom: 13.7rem;
  }
}
.p-section__worksdetail-wrapper {
  display: flex;
  margin-left: calc(50% - 50vw);
  position: absolute;
  left: 0;
  bottom: -43.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__worksdetail-wrapper {
    bottom: -21.2rem;
  }
}
.p-section__worksdetail-image {
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-section__worksdetail-image {
    width: 18.3rem;
    height: 15.4rem;
  }
}
.p-section__worksdetail-text {
  margin-top: 3.5rem;
}
.p-section__strong {
  background-color: #EDF8FE;
  padding-top: 32.2rem;
  padding-bottom: 11.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__strong {
    padding-top: 13.7rem;
    padding-bottom: 6rem;
  }
}
.p-section__strong-heading {
  margin-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-section__strong-heading {
    margin-left: 0;
  }
}
.p-section__strong-image {
  margin-top: 8.2rem;
  margin-left: 2.3rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__strong-image {
    margin: 4.7rem 0 6rem;
  }
}
.p-section__strong-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-section__strong-inner {
    flex-direction: column;
  }
}
.p-section__strong-item {
  width: 600rem;
}
@media screen and (max-width: 768px) {
  .p-section__strong-item {
    width: 100%;
  }
}
.p-section__material {
  width: 100vw;
  height: 63.1rem;
  background-image: url(../image/works/bg_armaflex.png);
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__material {
    height: auto;
    padding: 3.2rem 0 4.8rem;
  }
}
.p-section__material-wrapper {
  background-color: #fff;
  padding: 5.2rem 6.5rem 5.2rem 4.5rem;
  width: 50rem;
  margin-left: auto;
  margin-right: 0;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-section__material-wrapper {
    width: 100%;
    padding: 5.3rem 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-section__material-text {
    margin-top: 3rems;
  }
}
.p-section__material-button {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-section__material-button {
    margin-top: 3rem;
  }
}
.p-section__achieve {
  margin-top: 14.3rem;
  margin-bottom: 31.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__achieve {
    margin-top: 8rem;
  }
}
.p-section__achieve-others {
  margin-top: 7.5rem;
  padding-top: 7.5rem;
  border-top: #E8E8E8 solid 0.1rem;
}
.p-section__achieve-list {
  margin-top: 3.1rem;
}
.p-section__achieve-list ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 7.2rem;
       column-gap: 7.2rem;
  row-gap: 2.1rem;
}
.p-section__achieve-list ul li {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 1rem;
}
.p-section__achieve-list p {
  font-size: 1.8rem;
  margin-top: 2.1rem;
}
.p-section__ideal {
  margin-top: 9.4rem;
  padding-bottom: 18.8rem;
  position: relative;
}
.p-section__ideal-text {
  margin-top: 2.2rem;
}
.p-section__ideal-wrapper {
  position: absolute;
  bottom: -15rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-section__ideal-wrapper {
    left: -36.4rem;
    bottom: -8rem;
  }
}
.p-section__ideal-image {
  width: 118.3rem;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .p-section__ideal-image {
    width: 72.8rem;
    height: 15.4rem;
  }
}
.p-section__rmessage {
  width: 100vw;
  background-image: url(../image/recruit/bg_recruit.jpg);
  background-size: cover;
  padding-top: 21.2rem;
  padding-bottom: 7.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__rmessage {
    padding-top: 16.3rem;
  }
}
.p-section__rmessage-image {
  width: 36.8rem;
  height: 41.1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__rmessage-image {
    width: 37.9rem;
    height: 40.8rem;
    margin-bottom: 4rem;
  }
}
.p-section__rmessage-inner {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}
.p-section__rmessage-text h4 {
  font-size: 1.8rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-section__rmessage-text h4 {
    font-size: 1.6rem;
  }
}
.p-section__rmessage-text h4::before {
  top: -0.6rem;
}
.p-section__rmessage-message {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-section__rmessage-message {
    font-size: 1.8rem;
  }
}
.p-section__rmessage-name {
  margin-top: 5rem;
  font-size: 2rem;
  text-align: right;
}
.p-section__sustainability {
  margin-bottom: 13.5rem;
}
.p-section__sustainability-text {
  margin-top: 2rem;
}
.p-section__sustainability-inner {
  margin-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__sustainability-inner {
    margin-top: 6rem;
  }
}
.p-section__sustainability-wrapper {
  display: flex;
  gap: 6rem;
  padding-bottom: 3.7rem;
  border-bottom: #A3A3A3 solid 0.1rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-section__sustainability-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-section__sustainability-icon {
  padding-top: 2.8rem;
  display: flex;
  gap: 0.7rem;
}
.p-section__sustainability-icon-image {
  width: 11.5rem;
  height: 11.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__sustainability-icon-image {
    width: 9.1rem;
    height: 9.1rem;
  }
}
.p-section__sustainability-detail ul {
  padding-left: 2rem;
  margin-top: 1.5rem;
}
.p-section__sustainability-detail ul li {
  list-style-type: disc;
}
.p-section__sustainability-banner {
  margin-top: 8rem;
  width: 100rem;
  height: 26.6rem;
}
@media screen and (max-width: 768px) {
  .p-section__sustainability-banner {
    width: 37.9rem;
    height: 25.6rem;
  }
}
.p-section__description {
  padding-top: 12rem;
  padding-bottom: 13rem;
  background-color: #EDF8FE;
}
@media screen and (max-width: 768px) {
  .p-section__description {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.p-section__description-heading {
  margin-bottom: 6rem;
}
.p-section__description-inner {
  background-color: #fff;
  padding: 4.3rem 6.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-section__description-inner {
    padding: 3rem 3rem 5rem;
  }
}
.p-section__description-wrapper {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-section__description-wrapper.-cr {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-section__description-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-section__description-image {
  width: 39.7rem;
  height: 44rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__description-image {
    width: 32.3rem;
    height: 21.2rem;
  }
}
.p-section__description-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-section__description-qualification {
  padding-top: 2.5rem;
  border-top: #A3A3A3 solid 0.1rem;
}
.p-section__interview {
  margin-bottom: 16.5rem;
}
.p-section__interview-bg {
  position: relative;
  background-image: url(../image/recruit/bg_interview.jpg);
  background-size: cover;
  filter: grayscale(100%);
  height: 18.5vw;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-section__interview-bg {
    height: 19rem;
    background-image: url(../image/recruit/bg_interview-sp.jpg);
  }
}
.p-section__interview-cover {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 18.5vw;
  width: 100vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__interview-cover {
    height: 19rem;
  }
}
.p-section__interview-contents {
  margin-top: 8rem;
}
.p-section__interview-item {
  margin-bottom: 8.2rem;
}
.p-section__interview-item button {
  background-color: #222;
  padding: 1rem 9rem 1rem 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-section__interview-item button {
    padding-right: 6rem;
  }
}
.p-section__interview-q p {
  color: #fff;
}
.p-section__interview-q-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-section__interview-q-name {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-section__interview-q-name {
    font-size: 2rem;
  }
}
.p-section__interview-a {
  padding: 4rem 3rem 3.5rem;
  border-bottom: #707070 0.1rem solid;
}
.p-section__interview-a-wrapper {
  margin-bottom: 5.5rem;
}
.p-section__interview-a-heading {
  font-size: 2rem;
  font-weight: 500;
}
.p-section__interview-photo {
  display: flex;
}
.p-section__interview-image {
  width: 50rem;
  height: 34rem;
}
@media screen and (max-width: 768px) {
  .p-section__interview-image {
    width: 38rem;
    height: 25.7rem;
  }
}
.p-section__schedule {
  margin: 17rem 0;
}
.p-section__schedule-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 6.5rem;
}
.p-section__schedule-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}
.p-section__schedule-item::after {
  content: "";
  height: 3rem;
  width: 0.4rem;
  background-color: #222222;
  position: absolute;
  bottom: -3rem;
  left: 3.9rem;
}
.p-section__schedule-item.-type02 {
  margin-bottom: 9rem;
}
.p-section__schedule-item.-type02::after {
  height: 9rem;
  bottom: -9rem;
}
.p-section__schedule-item.-type03::after {
  height: 0;
  bottom: 0;
}
.p-section__schedule-time {
  width: 8.3rem;
  height: 8.3rem;
  margin-right: 3rem;
  position: relative;
  background-color: #fff;
}
.p-section__schedule-dotts {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1.3rem;
}
.p-section__schedule-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-section__schedule-image {
  width: 46.2rem;
  height: 34.9rem;
}
.p-section__qa {
  background-color: #EDF8FE;
  padding-top: 10.7rem;
  padding-bottom: 24rem;
}
.p-section__qa-inner {
  margin-top: 8rem;
}
.p-section__qa-item {
  background-color: #222;
  margin-bottom: 1rem;
  width: 100%;
}
.p-section__qa-item button {
  width: 100%;
}
.p-section__qa-question {
  padding: 2.3rem 0 2.3rem 7.8rem;
}
.p-section__qa-question-text {
  position: relative;
}
.p-section__qa-question-text::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/icon_q.png);
  width: 3.7rem;
  height: 3.7rem;
  background-size: cover;
  left: -5rem;
}
.p-section__qa-question-text p {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-section__qa-question-text p {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
.p-section__qa-text {
  background-color: #fff;
  padding: 2.4rem 3.7rem 3.3rem;
}
.p-section__qa-text p {
  font-size: 2rem;
}
.p-section__archive {
  padding-top: 18rem;
  padding-bottom: 31.5rem;
  background-image: url(../image/common/bg_archive.png);
  background-position: right 3.6rem top 21.5rem;
  background-size: 54rem 67rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-section__archive {
    background-image: none;
    padding-top: 10rem;
    padding-bottom: 28rem;
  }
}
.p-section__pagenation {
  margin-top: 10rem;
}
.p-section__job {
  margin-bottom: 31.5rem;
}
.p-section__job-anchor {
  margin-top: 10rem;
  margin-bottom: 9.5rem;
}
.p-section__job-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-section__job-wrapper {
    flex-direction: column;
  }
}
.p-section__job-heading {
  width: 19rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  border-bottom: #00A1E9 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .p-section__job-heading {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-section__job-heading.-first {
  border-top: #00A1E9 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .p-section__job-heading.-first {
    border-top: none;
  }
}
.p-section__job-heading p {
  font-size: 2rem;
  font-weight: bold;
}
.p-section__job-text {
  width: 81rem;
  padding-bottom: 4.2rem;
  padding-top: 4.1rem;
  border-bottom: #E8E8E8 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .p-section__job-text {
    padding-top: 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-section__job-text::before {
    background-color: #00A1E9;
    content: "";
    width: 10.5rem;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.p-section__job-text.-first {
  border-top: #E8E8E8 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .p-section__job-text.-first {
    border-top: none;
  }
}
.p-section__job-text p {
  font-size: 1.8rem;
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__job-text p {
    margin-left: 0;
  }
}
.p-section__contact {
  margin-top: 17.5rem;
  margin-bottom: 31.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__contact {
    margin-top: 10rem;
  }
}
.p-section__armaflex {
  margin-top: 9.3rem;
  margin-bottom: 10rem;
}
.p-section__armaflex-anchor {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__armaflex-image {
    height: 50.4rem;
  }
}
.p-section__armaflex-inner {
  position: relative;
  padding-bottom: 9.3rem;
}
.p-section__armaflex-text {
  margin-top: 3rem;
}
.p-section__armaflex-button {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
.p-section__armaflex-points {
  padding: 6.5rem 0;
}
.p-section__armaflex-points-wrapper {
  display: flex;
  gap: 3.7rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-section__armaflex-points-wrapper {
    flex-direction: column;
  }
}
.p-section__armaflex-points-image {
  width: 43.4rem;
  height: 27.1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__armaflex-points-image {
    width: 38rem;
    margin: 0 auto;
  }
}
.p-section__armaflex-points h4 {
  color: #fff;
  margin-bottom: 2rem;
}
.p-section__armaflex-points p {
  color: #fff;
}
.p-section__armaflex-points.-bg01 {
  background-image: url(../image/material/bg-points01.jpg);
  background-size: cover;
}
.p-section__armaflex-points.-bg02 {
  background-image: url(../image/material/bg-points02.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-section__armaflex-points.-bg02 {
    background-image: url(../image/material/bg_points02-sp.jpg);
  }
}
.p-section__armaflex-points.-bg03 {
  background-image: url(../image/material/bg-points03.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-section__armaflex-points.-bg03 {
    background-image: url(../image/material/bg_points03-sp.jpg);
  }
}
.p-section__armaflex-banner {
  margin: 10rem 0;
}
.p-section__armaflex-banner-wrapper {
  margin: 0 auto 5rem;
  width: 71.4rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-section__armaflex-banner-wrapper {
    width: 100%;
  }
}
.p-section__maker {
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .p-section__maker {
    padding: 8rem 0;
  }
}
.p-section__maker.-type01 {
  background-color: #EDF8FE;
}
.p-section__maker.-type02 {
  background-color: #fff;
}
.p-section__maker.-type02 .p-section__maker-wrapper {
  box-shadow: 0 0 1.5rem 0 rgba(163, 163, 163, 0.2);
}
.p-section__maker-wrapper {
  display: flex;
  background-color: #fff;
  gap: 6rem;
  padding: 7rem 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-section__maker-wrapper {
    flex-direction: column;
    padding: 6.6rem 3rem 3rem;
  }
}
.p-section__maker-image {
  width: 41.9rem;
  height: 27.9rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-section__maker-image {
    width: 100%;
  }
}
.p-section__maker-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-section__maker-name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
.p-section__maker-text {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only-flex {
    display: flex !important;
  }
}

.u-font-14 {
  font-size: 1.4rem;
}

.u-font-16 {
  font-size: 1.6rem;
}/*# sourceMappingURL=styles.css.map */