/*
Theme Name: original
*/

@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: 700;
  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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0F0F0;
}

.c-text {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .c-text {
    font-size: 14px;
    line-height: 1.55;
  }
}

.l-footer {
  background-color: #5096DF;
  padding: 50px 0;
}
.l-footer__inner {
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}
.l-footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__container {
    display: block;
    padding-bottom: 2.1rem;
    width: 100%;
  }
}
.l-footer__content {
  width: 33%;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__content {
    width: 100%;
  }
}
.l-footer__title {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 1.3rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .l-footer__title {
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.l-footer__wrapper {
  width: 65%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .l-footer__wrapper {
    width: 100%;
    flex-direction: column;
  }
}
.l-footer__list{
	width: 50%;
}
@media (max-width: 768px) {
  .l-footer__list {
    width: 100%;
  }
}
.l-footer__item a {
  line-height: 3;
  display: block;
	text-align: center;
}
.l-footer__item a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .l-footer__list {
    width: 100%;
  }
}

.l-header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 135px;
  top: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .l-header {
    height: 6rem;
    /*height: 100%;*/
  }
}
.l-header__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-header__container {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-header__nav {
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .l-header__list-item {
    text-align: center;
    line-height: 2;
  }
}
.l-header__list-item {
  position: relative;
  text-align: center;
  float: left;
  width: 24%;
}
.l-header__list-item:hover .header__submenu {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.l-header__title a {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #5096DF;
  position: relative;
  padding-left: 2rem;
  z-index: 9;
}
@media (max-width: 768px) {
  .l-header__title a {
    padding-left: 3vw;
    line-height: 6rem;
  }
}
.l-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

.c-btn {
  display: block;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.c-btn--header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-btn--header {
    padding: 0.6rem 0;
  }
}
.c-btn-menu {
  display: none;
}
.c-btn--link {
  width: 200px;
  padding: 0.8rem 0;
  text-align: center;
  color: #5096DF;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-btn--link::after {
  content: "→";
  display: block;
  width: 44px;
  height: 44px;
  background-color: #5096DF;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-btn--link {
    margin: 0 auto;
    justify-content: center;
  }
}
.c-btn--contact {
  width: 250px;
  height: 65px;
  background-color: #5096DF;
  color: #fff;
  font-size: 18px;
  line-height: 65px;
}
.c-btn--recruitment {
  color: #fff;
}
.c-btn--newgraduate:after {
  color: #5096DF;
  background-color: #fff;
}
.c-btn--midage:after {
  color: #3C88D3;
  background-color: #fff;
}
.c-btn--interview {
  margin: 0 auto;
}
.c-btn-menu {
  display: none;
}
@media (max-width: 768px) {
  .c-btn-menu {
    display: block;
    width: 44px;
    height: 26px;
    position: fixed;
    z-index: 10;
    top: 2.5rem;
    right: 2.5rem;
  }
  .c-btn-menu.open .c-btn-menu__line:nth-of-type(1) {
    width: 40px;
    top: 16px;
    transform: rotate(45deg);
  }
  .c-btn-menu.open .c-btn-menu__line:nth-of-type(2) {
    opacity: 0;
  }
  .c-btn-menu.open .c-btn-menu__line:nth-of-type(3) {
    width: 40px;
    top: 16px;
    transform: rotate(-45deg);
  }
}
.c-btn-menu__line {
  background-color: #5096DF;
  left: 10px;
  height: 1px;
  transition: 0.7s;
  position: absolute;
}
.c-btn-menu__line:nth-of-type(1) {
  top: 0;
  width: 20px;
}
.c-btn-menu__line:nth-of-type(2) {
  top: 10px;
  width: 30px;
}
.c-btn-menu__line:nth-of-type(3) {
  top: 20px;
  width: 40px;
}
.c-btn {
  /*
  &--footer{
      background-color: $color-secondary;
      color: $color-white;
      width: 19rem;
      height: 4.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 2rem auto 0;
      @include mq(sp){
          width: 100%;
          height: 3rem;
      }
      &:hover{
          color: $color-secondary;
          background-color: $color-white;
      }
  }
  &--link{
      width: 10rem;
      position: relative;
      text-align: left;
      margin-top: 1.8rem;
      &:after{
          content: "→";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0rem;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3.1rem;
          height: 3.1rem;
          color: $color-primary;
          background-color: $color-white;
          border-radius: 100%;
      }
      &:hover{
          opacity: 0.7;
          &:after{
              color: $color-white;
              background-color: $color-primary;
          }
      }
  }
  &--black{
      color: $color-primary;
      &::after{
          color: $color-white;
          background-color: $color-primary;
      }
      &:hover{
          &:after{
              color: $color-primary;
              background-color: $color-white;
          }
      }
  }
  &--white{
      color: $color-white;
      &::after{
          color: $color-primary;
          background-color: $color-white;
      }
      &:hover{
          &:after{
              color: $color-white;
              background-color: $color-primary;
          }
      }
  }
  &--archive{
      margin: 0 auto;
  }
  &--submit{
      margin: 0 auto;
      width: 12rem;
      border-radius: 100px;
      background-color: $color-primary;
      color: $color-white;
      padding: .9rem 0;
      display: block;
      text-align: center;
  }
  &--back{
      width: 9rem;
      margin: 0 auto;
      padding: .7rem 0;
      color: $color-white;
      background-color: $color-secondary;
      &:hover{
          background-color: $color-supportive;
          color: $color-secondary;
      }
  }
  &--return{
      width: 9rem;
      margin: 0 auto;
      padding: .7rem 0;
      color: $color-white;
      background-color: $color-primary;
  }
      */
}

.c-news__item a {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 28.5px;
  border-bottom: 1px solid #5096DF;
}
@media (max-width: 1024px) {
  .c-news__item a {
    padding: 0.8rem 0;
    flex-direction: column;
    gap: 0.4rem;
    align-items: flex-start;
  }
}
.c-news__list {
  margin-bottom: 1.2rem;
}
@media (max-width: 1024px) {
  .c-news__list {
    margin-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .c-news__list {
    margin-top: 2.6rem;
  }
}
.c-news__date {
  color: #F0F0F0;
}

.c-section__title {
  position: relative;
}
.c-section__heading {
  font-size: 35px;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .c-section__heading {
    font-size: 25px;
    font-size: 30px;
  }
}
.c-section__subheading {
  font-size: 18px;
  font-weight: bold;
  color: #5096DF;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .c-section__subheading {
    font-size: 14px;
  }
}
.c-section__bg {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 95px;
  opacity: 0.1;
  font-weight: bold;
  text-transform: uppercase;
  color: #5096DF;
}
@media (max-width: 768px) {
  .c-section__bg {
    font-size: 70px;
  }
}
.c-section__bg--recruitment {
  right: 0;
  top: 58px;
}
@media (max-width: 768px) {
  .c-section__bg--recruitment {
    font-size: 56px;
  }
}
.c-section__bg--activities {
  top: -20px;
}
.c-section__bg--interview {
  top: -14px;
}

@media (max-width: 768px) {
  .p-global-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-global-nav.active {
    display: block;
  }
}
.p-global-nav__list {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-global-nav__list {
    flex-direction: column;
    background-color: #fff;
  }
}
.p-global-nav__item {
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .p-global-nav__item {
    margin-left: 0.8rem;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item a {
    line-height: 3;
  }
}
.p-global-nav__item--btn {
  background-color: #5096DF;
  position: relative;
  width: 135px;
  height: 135px;
}
@media (max-width: 768px) {
  .p-global-nav__item--btn {
    width: 100%;
    margin-left: 0;
    position: relative;
    height: inherit;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item--btn img {
    position: absolute;
    top: 0.8rem;
    left: 4vw;
  }
}
.p-global-nav__item--entry {
  background-color: #3C88D3;
}
.p-global-nav__item--info {
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  .p-global-nav__item--info {
    margin-left: 0.8rem;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item--info {
    margin-left: 0;
  }
}
.p-global-nav__heading {
  color: #fff;
}
.p-global-nav__content span {
  font-size: 12px;
  margin-top: 18px;
  color: #fff;
}

.p-top-hero {
  display: block;
  margin-top: 400px;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-hero {
    height: inherit;
    margin-top: 60vw;
  }
}
.p-top-hero img {
  aspect-ratio: 1300/358;
  width: 100%;
  height: auto;
}
.p-top-hero__main {
  font-size: 80px;
  margin-left: 2rem;
  position: relative;
  margin-bottom: -0.65rem;
}
@media (max-width: 768px) {
  .p-top-hero__main {
    margin: 0 3vw -0.45rem;
    top: initial;
    font-size: 43px;
  }
}
.p-top-hero__main--strong {
  color: #5096DF;
}

.p-top-strength {
  margin-top: 8.45rem;
}
@media (max-width: 768px) {
  .p-top-strength {
    margin-top: 4vw;
  }
}
@media (max-width: 540px) {
  .p-top-strength {
    margin-top: 59vw;
  }
}
.p-top-strength__inner {
  padding-top: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 209px;
}
@media (max-width: 1024px) {
  .p-top-strength__inner {
    gap: 2rem;
    align-items: flex-start;
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .p-top-strength__inner {
    padding-top: 115px;
    flex-direction: column-reverse;
    gap: 2.2rem;
  }
}
.p-top-strength__inner img {
  aspect-ratio: 358/327;
  width: 358px;
  height: 327px;
  display: block;
}
@media (max-width: 768px) {
  .p-top-strength__inner img {
    width: 100%;
    height: auto;
  }
}
.p-top-strength__content {
  width: 583px;
}
@media (max-width: 768px) {
  .p-top-strength__content {
    width: 100%;
  }
}
.p-top-strength__text {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .p-top-strength__text {
    margin-bottom: 28px;
  }
}

.p-top-recruitment {
  margin-top: 152px;
  padding: 0 0 131px;
  background-image: url(./img/recruitment-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-recruitment {
    margin-top: 100px;
  }
}
.p-top-recruitment__caption {
  font-size: 80px;
  position: absolute;
  top: -60px;
  left: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-top-recruitment__caption {
    font-size: 52px;
    top: -50px;
  }
}
.p-top-recruitment__title {
  padding-top: 84px;
}
.p-top-recruitment__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-top-recruitment__list {
    flex-direction: column;
    margin-top: 6.2rem;
  }
}
.p-top-recruitment__item {
  width: 48.5%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 2rem 64px 2rem;
}
@media (max-width: 768px) {
  .p-top-recruitment__item {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media (max-width: 768px) {
  .p-top-recruitment__item {
    width: 100%;
  }
}
.p-top-recruitment__item:nth-of-type(1) {
  background-image: url(./img/recruitment-img1.png);
}
.p-top-recruitment__item:nth-of-type(1) .p-top-recruitment__caption--initial {
  color: #5096DF;
}
.p-top-recruitment__item:nth-of-type(2) {
  background-image: url(./img/recruitment-img2.png);
  margin-top: 116px;
}
.p-top-recruitment__item:nth-of-type(2) .p-top-recruitment__caption--initial {
  color: #356F79;
}
.p-top-recruitment__number {
  margin-top: 20px;
  font-weight: bold;
  font-size: 80px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-top-recruitment__number {
    font-size: 50px;
  }
}
.p-top-recruitment__subheadline {
  font-size: 14px;
  margin-top: 72px;
  margin-bottom: 14px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-top-recruitment__subheadline {
    margin-top: 4.4rem;
  }
}
.p-top-recruitment__headline {
  font-size: 25px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-top-recruitment__headline {
    font-size: 30px;
  }
}
.p-top-recruitment__headline:after {
  margin-top: 27.5px;
  content: "";
  display: block;
  width: 23px;
  height: 3px;
  background-color: #fff;
}
.p-top-recruitment__text {
  text-align: left;
  margin-top: 27.5px;
}

.p-top-interview {
  margin-top: 169px;
}
@media (max-width: 768px) {
  .p-top-interview {
    margin-top: 100px;
  }
}
.p-top-interview__inner {
  padding-right: 0 !important;
  position: relative;
  margin-bottom: 81px;
}
@media (max-width: 768px) {
  .p-top-interview__title {
    padding-top: 0.8rem;
  }
}
.p-top-interview__item {
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 28px;
  border-radius: 100px;
  font-size: 14px;
  display: inline-block;
}
.p-top-interview__item--eigyou {
  background-color: #5096DF;
}
.p-top-interview__item--control {
  background-color: #3C88D3;
}
.p-top-interview__item--kanri {
  background-color: #356F79;
}
.p-top-interview__tag {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-top-interview__tag {
    gap: 0.6rem;
  }
}
.p-top-interview__name {
  margin: 29px 0 12px;
}
.p-top-interview__text {
  margin-right: 29px;
}
.p-top-interview__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 768px) {
  .p-top-interview__nav {
    right: 3vw;
  }
}

.swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .swiper {
    margin-bottom: 3rem;
  }
}

.swiper-slide {
  height: auto;
}
.swiper-slide img {
  aspect-ratio: 300/240;
  width: 91%;
  height: initial;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #5096DF;
  color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.p-top-activities {
  margin: 180px 0 162px;
}
@media (max-width: 768px) {
  .p-top-activities {
    margin: 100px 0 120px;
  }
}
.p-top-activities__title {
  padding-top: 20px;
}
.p-top-activities__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-top-activities__inner {
    flex-direction: column;
  }
}
.p-top-activities__list {
  width: 580px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .p-top-activities__list {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .p-top-activities__list {
    width: 100%;
  }
}
.p-top-activities__item {
  width: 48.5%;
  aspect-ratio: 236/215;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-activities__item {
    width: 100%;
  }
}
.p-top-activities__item:nth-of-type(n + 3) {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .p-top-activities__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-top-activities__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.p-top-activities__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-top-activities__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.p-top-activities__image--01 {
  background-image: url(./img/aboutus-img1.png);
}
.p-top-activities__image--02 {
  background-image: url(./img/aboutus-img2.png);
}
.p-top-activities__image--03 {
  background-image: url(./img/aboutus-img3.png);
}
.p-top-activities__image--04 {
  background-image: url(./img/aboutus-img4.png);
}
.p-top-activities__item:hover .p-top-activities__image {
  transform: scale(1.2);
}
.p-top-activities__tab {
  color: #fff;
  background-color: #5096DF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 61px;
  text-align: center;
  z-index: 1;
}
.p-top-activities__headline {
  font-size: 18px;
  font-weight: 700;
}
.p-top-activities__arrow {
  font-size: 14px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 17px;
  right: 9px;
}

.p-banner {
  padding: 117px 0 106px;
  background-image: url(./img/recruitment-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-banner__list {
    flex-direction: column;
  }
}
.p-banner__item {
  color: #fff;
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-banner__item {
    width: 100%;
  }
}
.p-banner__item a {
  padding: 48px 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .p-banner__item a {
    padding: 3.4rem 0;
  }
}
.p-banner__item:nth-of-type(1) {
  background-color: #222222;
}
.p-banner__item:nth-of-type(2) {
  background-color: #3D3D3D;
}
.p-banner__subheading {
  font-size: 14px;
  margin-bottom: 14px;
}
.p-banner__heading {
  font-size: 20px;
  margin-bottom: 33px;
}
.p-banner__arrow {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  color: #222222;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.p-contact {
  text-align: center;
  padding: 50px 0 100px;
  background-color: #3C88D3;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 3rem 0 5rem;
  }
}
.p-contact__subheading {
  color: #fff;
}
.p-contact__item {
  font-size: 30px;
}
.p-contact__item span {
  font-size: 18px;
}
.p-contact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-contact__list {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-contact__text {
  padding-bottom: 16px;
  color: #5096DF;
  border-bottom: 1px solid #5096DF;
  width: 431px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-contact__text {
    width: 100%;
  }
}
.p-contact__container {
  background-color: #fff;
  max-width: 800px;
  margin: 20px auto 0;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .p-contact__container {
    padding: 3rem 3vw 5.8rem;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.u-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */