/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
/* Grouping content
  * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
  * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  padding: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

body {
  color: #474747;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.l-burger {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-burger {
    display: none;
  }
}
.l-burger__input {
  display: none;
}
.l-burger__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #474747;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 6000;
}
.l-burger__input:checked + .l-burger .l-burger__bg {
  visibility: visible;
  opacity: 0.7;
}
.l-burger-main {
  width: 90%;
  top: 0;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  left: 100%;
  transition: 0.3s;
  overflow: auto;
  z-index: 7000;
}
.l-burger__input:checked + .l-burger .l-burger-main {
  transform: translate(-100%, 0);
}
.l-burger-main__close {
  width: 55px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  right: 0;
}
.l-burger-main__close-line {
  width: 50%;
  position: absolute;
  top: 50%;
  display: block;
  border-top: 1px #474747 solid;
  left: 50%;
}
.l-burger-main__close-line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-burger-main__close-line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-burger-main__inner {
  padding: 50px 5% 150px;
}
.l-burger-main__nav {
  display: grid;
  gap: 20px;
}
.l-burger-main-menu {
  display: grid;
  gap: 10px;
}
.l-burger-main-menu__link {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: #71717a;
  font-weight: 700;
}
.l-burger-main-menu__link.is-active {
  border-bottom: 2px #00d6b2 solid;
  padding: 0 0 4px;
  color: #1a1c1c;
}
.l-burger-main__btns {
  display: grid;
  gap: 10px;
}
.l-burger-main__btn-blue {
  border-radius: 100vh;
  border: 1px #006bc3 solid;
  color: #006bc3;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .l-burger-main__btn-blue:hover {
    opacity: 0.6;
  }
}
.l-burger-main__btn-green {
  border-radius: 100vh;
  border: 1px #00d6b2 solid;
  background-color: #00d6b2;
  color: #ffffff;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .l-burger-main__btn-green:hover {
    opacity: 0.6;
  }
}

.l-cta {
  position: relative;
  padding: 60px 0;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .l-cta {
    padding: 80px 0 84px;
  }
}
.l-cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #2dd5b9;
  opacity: 0.05;
  top: 0;
  left: 0;
}
.l-cta__inner {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.l-cta__title {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  margin: 0 0 24px;
  color: #1a1c1c;
}
@media screen and (min-width: 1024px) {
  .l-cta__title {
    font-size: 30px;
  }
}
.l-cta__text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.l-cta__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .l-cta__btns {
    flex-direction: row;
  }
}
.l-cta__btn {
  padding: 21px 40px;
  border-radius: 100vh;
  border: 1px transparent solid;
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.l-cta__btn--blue {
  background-color: #006bc3;
}
.l-cta__btn--green {
  background-color: #00d6b2;
  border-color: rgba(198, 198, 198, 0.3);
}

.l-footer {
  background-color: #71717a;
  color: #ffffff;
  padding: 80px 0 33px;
  font-size: 14px;
  line-height: 22.75px;
}
.l-footer__inner {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 96px;
  }
}
.l-footer__name {
  font-size: 18px;
  letter-spacing: -0.9px;
  line-height: 28px;
  margin: 0 0 14px;
}
.l-footer__address {
  font-family: "Inter", sans-serif;
}
.l-footer__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .l-footer__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__content {
    padding-right: 104px;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 520px) {
  .l-footer__nav {
    flex-direction: row;
    align-items: flex-start;
  }
}
.l-footer__menu {
  display: grid;
  gap: 7px;
}
.l-footer__menu-title {
  padding: 0 0 15px;
}
.l-footer__menu-item {
  display: block;
  text-decoration: underline;
  text-decoration-color: #d4d4d8;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu-item:hover {
    opacity: 0.6;
  }
}
.l-footer__contact-title {
  padding: 0 0 15px;
}
.l-footer__copyright {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 16.25px;
  text-transform: uppercase;
  padding: 80px 0 0;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 5000;
}
.l-header__inner {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding: 49.5px 24px 49.5px 54px;
    width: 100%;
  }
}
.l-header__logo {
  width: 100%;
  max-width: 160px;
}
@media screen and (min-width: 1200px) {
  .l-header__logo {
    max-width: 220px;
  }
}
.l-header__link {
  display: block;
  width: 100%;
}
.l-header__img {
  display: block;
  width: 100%;
}
.l-header__nav {
  display: none;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .l-header__nav {
    display: flex;
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    gap: 46px;
  }
}
.l-header-menu {
  display: flex;
  gap: 10px 20px;
}
@media screen and (min-width: 1200px) {
  .l-header-menu {
    gap: 10px 32px;
  }
}
.l-header-menu__link {
  text-decoration: none;
  color: #71717a;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.35px;
}
.l-header-menu__link.is-active {
  color: #1a1c1c;
  border-bottom: 2px #00d6b2 solid;
  padding: 0 0 4px;
}
@media screen and (min-width: 1024px) {
  .l-header-menu__link:hover {
    opacity: 0.6;
  }
}
.l-header__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-header__btn-blue {
  border-radius: 100vh;
  border: 1px #006bc3 solid;
  background-color: #ffffff;
  color: #006bc3;
  padding: 9px 21px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .l-header__btn-blue:hover {
    opacity: 0.6;
  }
}
.l-header__btn-green {
  border-radius: 100vh;
  border: 1px #00d6b2 solid;
  background-color: #00d6b2;
  color: #ffffff;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .l-header__btn-green:hover {
    opacity: 0.6;
  }
}
.l-header__burger {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1 / 1;
  background-color: #00d6b2;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .l-header__burger {
    display: none;
  }
}
.l-header__burger span {
  border-top: 1px #ffffff solid;
  width: 50%;
  display: block;
}

.l-hero {
  display: block;
  position: relative;
  width: 100%;
  min-height: 500px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-hero {
    aspect-ratio: 2 / 1;
    max-height: 600px;
  }
}
.l-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 100px 0 100px 0;
}
.l-hero__inner {
  padding: 20px;
  position: relative;
  z-index: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-hero__inner {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero__inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-hero__inner {
    padding: 100px;
  }
}
.l-hero__inner::before {
  content: "";
  display: block;
  width: 800px;
  min-width: 120%;
  min-height: 120%;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-hero__inner::before {
    top: 50%;
    left: 50%;
    min-width: 150%;
    min-height: 150%;
    transform: translate(-70%, -50%);
  }
}
.l-hero__title {
  font-size: 24px;
  letter-spacing: 5px;
  color: #1a1c1c;
}
@media screen and (min-width: 768px) {
  .l-hero__title {
    font-size: 36px;
    height: 144px;
    display: flex;
    align-items: center;
  }
}
.l-hero__text {
  margin: 20px 0 0;
  line-height: 2;
  color: #474747;
}
@media screen and (min-width: 1024px) {
  .l-hero__text {
    font-size: 18px;
    margin: 40px 0 0;
  }
}

.l-job-list__wrap {
  display: grid;
  gap: 20px 28px;
}
@media screen and (min-width: 520px) {
  .l-job-list__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-job-list__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-job-list-item__thumb {
  display: block;
  aspect-ratio: 350 / 300;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.l-job-list-item__content {
  font-size: 14px;
  margin: 20px 0;
  color: #006bc3;
  text-align: center;
}
.l-job-list__jobs {
  display: grid;
  gap: 26px 28px;
  margin: 76px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 520px) {
  .l-job-list__jobs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-job-list__jobs {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-job-list-job {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.l-job-list-job:hover,
.l-job-list-job:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 107, 195, 0.12);
}
.l-job-list-job__tag {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 16px;
  color: #2dd5b9;
}
.l-job-list-job__name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1c1c;
  margin: 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .l-job-list-job__name {
    font-size: 24px;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    gap: 16px;
  }
}
.c-pagination__page {
  aspect-ratio: 1 / 1;
  width: 40px;
  display: flex;
  border-radius: 10px;
  border: 2px #006bc3 solid;
  color: #006bc3;
  background-color: #ffffff;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-pagination__page {
    width: 60px;
    font-size: 16px;
  }
}
.c-pagination__page--now {
  border: 1px solid rgba(198, 198, 198, 0.3);
  background-color: #006bc3;
  color: #ffffff;
}

.c-title {
  width: fit-content;
  min-width: 200px;
  text-align: center;
  margin: 0 auto;
}
.c-title::before {
  content: "";
  display: block;
  width: 200px;
  border-top: 6px #00d6b2 solid;
  margin: 0 auto;
  padding: 0 0 50px;
}
.c-title__jp {
  font-weight: 700;
  font-size: 20px;
  display: block;
  color: #1a1c1c;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .c-title__jp {
    font-size: 34px;
    line-height: 36px;
  }
}
.c-title__en {
  font-size: 14px;
  font-weight: 700;
  color: #00d6b2;
  margin: 25px 0 0;
  display: block;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.c-title--blue::before {
  border-color: #006bc3;
}
.c-title--blue .c-title__en {
  color: #006bc3;
}
.c-title--wide {
  min-width: 250px;
}
.c-title--wide::before {
  width: 250px;
}
.c-title--200::before {
  width: 200px;
}

@media screen and (min-width: 1024px) {
  .l-hero--about .l-hero__text {
    font-size: 20px;
    line-height: 28px;
    margin: 70px 0 0;
  }
}

.p-about-message {
  padding: 53px 0 75px;
}
.p-about-message__inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}
.p-about-message__wrap {
  display: grid;
  margin: 65px 0 0;
  align-items: flex-start;
  grid-template-areas: "ttl" "img" "text" "info";
  gap: 18px 76px;
}
@media screen and (min-width: 768px) {
  .p-about-message__wrap {
    grid-template-columns: 11fr 10fr;
    grid-template-areas: "ttl img" "text img" "info img";
  }
}
@media screen and (min-width: 1024px) {
  .p-about-message__wrap {
    padding-left: 108px;
  }
}
.p-about-message__ttl {
  grid-area: ttl;
  font-size: 20px;
  font-weight: 700;
  color: #1a1c1c;
}
.p-about-message__img {
  aspect-ratio: 1 / 1;
  background-color: #e5f0f9;
  border-radius: 80px;
  display: block;
  grid-area: img;
  object-fit: cover;
  width: 100%;
}
.p-about-message__text {
  grid-area: text;
  line-height: 30px;
}
.p-about-message__info {
  grid-area: info;
  padding: 30px 0 0;
}
.p-about-message__position {
  font-size: 16px;
  font-weight: 700;
}
.p-about-message__name {
  font-size: 20px;
  font-weight: 700;
}

.p-about-profile {
  padding: 53px 0 152px;
}
.p-about-profile__inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}
.p-about-profile__table {
  margin: 80px auto 0;
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .p-about-profile__table {
    grid-template-columns: 220px 1fr;
  }
}
.p-about-profile__row {
  border-bottom: 1px #1a1c1c solid;
  padding: 22px 0 21px;
  display: grid;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-about-profile__row {
    grid-column: span 2;
    grid-template-columns: subgrid;
  }
}
.p-about-profile__head {
  color: #1a1c1c;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about-profile__head {
    padding-left: 46px;
  }
}
.p-about-profile__list {
  padding-left: 2em;
}
.p-about-profile__subtitle {
  font-weight: 700;
  color: #1a1c1c;
  margin: 0 0 0.5em;
}
.p-about-profile__details {
  display: grid;
  gap: 30px;
}
.p-about-profile-detail {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-about-profile-detail {
    grid-template-columns: max-content 1fr;
  }
}
.p-about-profile-detail__img {
  aspect-ratio: 244 / 160;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-profile-detail__img {
    aspect-ratio: auto;
    height: 160px;
    width: 244px;
  }
}
.p-about-profile-detail__content {
  line-height: 26px;
}
.p-about-profile-detail__content .p-about-profile__subtitle {
  line-height: 32px;
}

.p-contact {
  padding: 63px 0 110px;
}
.p-contact__inner {
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
}
.p-contact__lead {
  margin: 60px 0 0;
  font-size: 15px;
  line-height: 2;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    font-size: 16px;
  }
}
.p-contact__note {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: #71717a;
}
.p-contact__consent-lead {
  margin: 56px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #474747;
}

.p-contact-form {
  margin: 48px 0 0;
}
.p-contact-form__field {
  margin: 32px 0 0;
}
.p-contact-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1c1c;
}
.p-contact-form__required,
.p-contact-form__optional {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}
.p-contact-form__required {
  background-color: #dfa93d;
}
.p-contact-form__optional {
  background-color: #c6c6c6;
}
.p-contact-form__input,
.p-contact-form__textarea {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  font-size: 16px;
  color: #1a1c1c;
  background-color: #ffffff;
}
.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder {
  color: #c6c6c6;
}
.p-contact-form__input:focus,
.p-contact-form__textarea:focus {
  outline: 2px solid #006bc3;
  outline-offset: -1px;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input--short {
    max-width: 400px;
  }
}
.p-contact-form__textarea {
  min-height: 200px;
  resize: vertical;
}
.p-contact-form__subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
.p-contact-form__subject {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #1a1c1c;
  cursor: pointer;
}
.p-contact-form__subject input {
  accent-color: #006bc3;
  width: 18px;
  height: 18px;
}
.p-contact-form__errors {
  margin: 32px 0 0;
  padding: 16px 20px;
  list-style: none;
  border: 1px solid #dfa93d;
  border-radius: 8px;
  background-color: rgba(223, 169, 61, 0.08);
  font-size: 14px;
  line-height: 2;
  color: #dfa93d;
}
.p-contact-form__submit {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0;
  padding: 20px;
  justify-content: center;
  border: none;
  border-radius: 100vh;
  background-color: #006bc3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.p-contact-form__submit:disabled {
  opacity: 0.5;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__submit:hover {
    opacity: 0.5;
  }
}

.p-contact-privacy {
  margin: 24px 0 0;
  padding: 32px 24px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .p-contact-privacy {
    padding: 40px 48px;
  }
}
.p-contact-privacy__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #1a1c1c;
}
.p-contact-privacy__list {
  margin: 0;
  padding: 0 0 0 1.2em;
  font-size: 13px;
  line-height: 2;
  color: #474747;
}
.p-contact-privacy__note {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 2;
  color: #474747;
}

.p-contact-done {
  margin: 64px 0 0;
  text-align: center;
}
.p-contact-done__title {
  font-size: 24px;
  font-weight: 700;
  color: #00d6b2;
}
@media screen and (min-width: 768px) {
  .p-contact-done__title {
    font-size: 32px;
  }
}
.p-contact-done__text {
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 2;
  color: #474747;
}

.p-news {
  padding: 63px 0 110px;
}
.p-news__inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-news__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 75px 32px;
  list-style: none;
  margin: 106px 0 0;
}
@media screen and (min-width: 520px) {
  .p-news__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-news__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-news-item__link {
  text-decoration: none;
  display: block;
}
.p-news-item__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 7 / 5;
  border-radius: 40px;
  object-fit: cover;
}
.p-news-item__thumb--blank {
  background-color: #dadada;
}
.p-news-item__title {
  margin: 19px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #1a1c1c;
}
@media screen and (min-width: 768px) {
  .p-news-item__title {
    font-size: 22px;
    line-height: 35px;
  }
}
.p-news-item__meta {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 20px;
}
.p-news-item__cat {
  border: 1px solid;
  padding: 4px 12px;
  display: block;
  flex-shrink: 0;
  font-size: 10px;
  background-color: #ffffff;
}
.p-news-item__cat--green {
  color: #00d6b2;
  border-color: #00d6b2;
}
.p-news-item__cat--blue {
  color: #006bc3;
  border-color: #006bc3;
}
.p-news-item__cat--orange {
  color: #dfa93d;
  border-color: #dfa93d;
}
.p-news-item__date {
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  color: #00d6b2;
}
.p-news__coming {
  margin: 106px 0 0;
  padding: 100px 0;
  text-align: center;
}
.p-news__coming-en {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #00d6b2;
}
@media screen and (min-width: 768px) {
  .p-news__coming-en {
    font-size: 56px;
  }
}
.p-news__coming-jp {
  margin: 24px 0 0;
  font-size: 16px;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .p-news__coming-jp {
    font-size: 18px;
  }
}
.p-news__pagination {
  margin: 140px 0 0;
}

.p-news-athlete {
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}
.p-news-athlete::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #006bc3;
  opacity: 0.05;
  top: 0;
  left: 0;
  position: absolute;
}
.p-news-athlete__inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}
.p-news-athlete__text {
  margin: 42px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #474747;
}
@media screen and (min-width: 1024px) {
  .p-news-athlete__text {
    font-size: 20px;
    line-height: 40px;
  }
}
.p-news-athlete__text-lead {
  display: block;
  font-weight: 700;
}
.p-news-athlete__text-body {
  display: block;
  font-weight: 400;
}
.p-news-athlete__input {
  display: none;
}
.p-news-athlete__wrap {
  display: grid;
  gap: 40px;
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .p-news-athlete__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-news-athlete-item {
  display: grid;
  padding: 40px 30px;
  grid-template-columns: 244fr 208fr;
  gap: 20px;
  align-items: start;
  background-color: #ffffff;
}
.p-news-athlete__input:not(:checked)
  + .p-news-athlete__wrap
  .p-news-athlete-item:nth-child(n + 5) {
  display: none;
}
.p-news-athlete-item__img {
  width: 100%;
  display: block;
  border-radius: 30px;
  aspect-ratio: 25 / 22;
  object-fit: cover;
}
.p-news-athlete-item__name {
  font-size: 20px;
  line-height: 1.35;
  color: #1a1c1c;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .p-news-athlete-item__name {
    font-size: 24px;
    line-height: 32px;
  }
}
.p-news-athlete-item__position {
  font-size: 14px;
  line-height: 20px;
  color: #006bc3;
}
.p-news-athlete-item__content {
  margin: 24px 0 0;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .p-news-athlete-item__content {
    font-size: 16px;
  }
}
.p-news-athlete-item__sns {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}
.p-news-athlete-item__instagram {
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  background-color: #00d6b2;
  mask-image: url("./../img/icon/icon-instagram.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.p-news-athlete-item__x {
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  background-color: #00d6b2;
  mask-image: url("./../img/icon/icon-x.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.p-news-athlete__more {
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border: 1px solid rgba(198, 198, 198, 0.3);
  border-radius: 100vh;
  color: #ffffff;
  background-color: #006bc3;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  cursor: pointer;
  margin: 50px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-news-athlete__more:hover {
    opacity: 0.5;
  }
}
.p-news-athlete__input:checked ~ .p-news-athlete__more {
  display: none;
}

.p-news-detail {
  padding: 90px 0 100px;
}
.p-news-detail__inner {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-news-detail__cat {
  border: 1px solid;
  padding: 4px 12px;
  display: block;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  background-color: #ffffff;
}
.p-news-detail__cat--green {
  color: #00d6b2;
  border-color: #00d6b2;
}
.p-news-detail__cat--blue {
  color: #006bc3;
  border-color: #006bc3;
}
.p-news-detail__cat--orange {
  color: #dfa93d;
  border-color: #dfa93d;
}
.p-news-detail__date {
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  color: #00d6b2;
}
.p-news-detail__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1c1c;
  line-height: 1.6;
  margin: 68px 0 42px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__title {
    font-size: 22px;
    line-height: 35px;
  }
}
.p-news-detail__body {
  color: #1a1c1c;
  font-size: 15px;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .p-news-detail__body {
    font-size: 16px;
  }
}
.p-news-detail__body p + p {
  margin-top: 35px;
}
.p-news-detail__body img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 40px;
  margin: 80px 0 0;
}
.p-news-detail__body h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1c1c;
  line-height: 1.6;
  margin: 60px 0 24px;
}
.p-news-detail__body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1c1c;
  line-height: 1.6;
  margin: 40px 0 16px;
}
.p-news-detail__body a {
  color: #006bc3;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__body a:hover {
    opacity: 0.5;
  }
}
.p-news-detail__body ul,
.p-news-detail__body ol {
  padding-left: 1.5em;
  margin: 24px 0;
}
.p-news-detail__body li + li {
  margin-top: 8px;
}
.p-news-detail__body strong {
  font-weight: 700;
}
.p-news-detail__return {
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 21px 41px;
  border: 1px solid rgba(198, 198, 198, 0.3);
  border-radius: 100vh;
  color: #ffffff;
  background-color: #006bc3;
  font-size: 16px;
  line-height: 1.5;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  margin: 105px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__return:hover {
    opacity: 0.5;
  }
}

.p-recruit-job {
  padding: 50px 0 80px;
  position: relative;
  z-index: 0;
  scroll-margin-top: 120px;
}
.p-recruit-job::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #006bc3;
  opacity: 0.05;
  top: 0;
  left: 0;
  position: absolute;
}
.p-recruit-job::after {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  z-index: -2;
  background-color: #006bc3;
  opacity: 0.05;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  position: absolute;
}
.p-recruit-job__inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}
.p-recruit-job__text {
  text-align: center;
  margin: 42px 0 0;
  line-height: 1.83;
}
@media screen and (min-width: 1024px) {
  .p-recruit-job__text {
    font-size: 24px;
  }
}
.p-recruit-job__job-list {
  margin: 68px auto 0;
}

.p-recruit-cultural {
  padding: 100px 0 90px;
}
.p-recruit-cultural__inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-recruit-cultural__text {
  text-align: center;
  margin: 50px 0 0;
  line-height: 1.83;
}
@media screen and (min-width: 1024px) {
  .p-recruit-cultural__text {
    font-size: 24px;
  }
}
.p-recruit-cultural__wrap {
  display: grid;
  margin: 100px 0 0;
  gap: 76px;
}
@media screen and (min-width: 768px) {
  .p-recruit-cultural__wrap {
    grid-template-columns: 18fr 25fr;
    align-items: flex-start;
  }
}
.p-recruit-cultural__img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 80px;
}
.p-recruit-cultural__list {
  display: grid;
  gap: 60px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-cultural__list {
    padding: 30px 0 0;
  }
}
.p-recruit-cultural-item {
  position: relative;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit-cultural-item {
    padding-left: 108px;
  }
}
.p-recruit-cultural-item::before {
  content: attr(data-num);
  font-family: "Narnoor", sans-serif;
  color: #e78f00;
  position: absolute;
  left: 0;
  font-size: 40px;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-recruit-cultural-item::before {
    font-size: 70px;
  }
}
.p-recruit-cultural-item__title {
  font-size: 18px;
  color: #1a1c1c;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .p-recruit-cultural-item__title {
    font-size: 20px;
  }
}
.p-recruit-cultural-item__text {
  font-size: 16px;
}

.p-recruit-voice {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.p-recruit-voice::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #006bc3;
  opacity: 0.05;
  top: 0;
  left: 0;
  position: absolute;
}
.p-recruit-voice__inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}
.p-recruit-voice__text {
  text-align: center;
  margin: 42px 0 0;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-recruit-voice__text {
    font-size: 20px;
  }
}
.p-recruit-voice__wrap {
  display: grid;
  gap: 56px;
  margin: 85px auto 0;
}
.p-recruit-voice-item {
  display: grid;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .p-recruit-voice-item {
    grid-template-columns: 1fr 1fr;
  }
}
.p-recruit-voice-item__white {
  padding: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-recruit-voice-item__white {
    padding: 40px;
    gap: 40px;
  }
}
.p-recruit-voice-item__img {
  display: block;
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 194 / 116;
  object-fit: cover;
}
.p-recruit-voice-item__name {
  font-size: 20px;
  color: #1a1c1c;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .p-recruit-voice-item__name {
    font-size: 24px;
  }
}
.p-recruit-voice-item__position {
  font-size: 14px;
  color: #006bc3;
  margin: 0 0 16px;
}
.p-recruit-voice-item__text {
  font-size: 16px;
}
.p-recruit-voice-item__beige {
  background-color: #fcf7ec;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruit-voice-item__beige {
    padding: 40px;
  }
}
.p-recruit-voice-item__assign {
  display: grid;
  gap: 26px;
  grid-template-columns: 64px 1fr;
  align-items: center;
  margin: 0 0 35px;
}
.p-recruit-voice-item__icon {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background-color: #e2e2e2;
  border-radius: 12px;
}
.p-recruit-voice-item__assistant {
  font-size: 18px;
  color: #1a1c1c;
  margin: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .p-recruit-voice-item__assistant {
    font-size: 20px;
  }
}
.p-recruit-voice-item__assistant-position {
  color: #006bc3;
  font-size: 12px;
}
.p-recruit-voice-item__other {
  font-size: 14px;
  color: #1a1c1c;
  line-height: 1.625;
}
.p-recruit-voice-item__en {
  font-size: 12px;
  color: #006bc3;
  letter-spacing: 1.2px;
  margin: 24px 0 0;
}

.p-recruit-qa {
  padding: 100px 0 68px;
}
.p-recruit-qa__inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-recruit-qa__wrap {
  margin: 63px 0 0;
  display: grid;
  gap: 16px;
}
.p-recruit-qa-item {
  display: grid;
  gap: 16px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.3);
}
.p-recruit-qa-item + .p-recruit-qa-item {
  padding-top: 24px;
}
.p-recruit-qa-item__input {
  display: none;
}
.p-recruit-qa-item__q {
  cursor: pointer;
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-recruit-qa-item__q {
    padding: 30px 40px;
    font-size: 18px;
  }
}
.p-recruit-qa-item__q::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #006bc3;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
}
.p-recruit-qa-item__q::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 7.4px;
  margin-left: 20px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.4'%3E%3Cpath d='M0.8 0.8 6 6.6 11.2 0.8' fill='none' stroke='%231a1c1c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
  transition: transform 0.2s ease;
}
.p-recruit-qa-item:has(.p-recruit-qa-item__input:checked)
  .p-recruit-qa-item__q::after {
  transform: rotate(180deg);
}
.p-recruit-qa-item__a {
  overflow: hidden;
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-qa-item__a {
    font-size: 16px;
  }
}
.p-recruit-qa-item:has(.p-recruit-qa-item__input:checked)
  .p-recruit-qa-item__a {
  height: auto;
}

.p-service-business {
  padding: 50px 0 110px;
}
.p-service-business__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 85%;
}
.p-service-business__text {
  text-align: center;
  font-size: 18px;
  margin: 52px 0 0;
}
@media screen and (min-width: 1024px) {
  .p-service-business__text {
    font-size: 24px;
  }
}
.p-service-business__wrap {
  display: grid;
  gap: 20px 32px;
  margin: 68px auto 0;
}
@media screen and (min-width: 520px) {
  .p-service-business__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-service-business__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-service-business-item__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: cover;
  border-radius: 30px;
}
.p-service-business-item__title {
  font-weight: 700;
  font-size: 18px;
  margin: 30px 0;
  color: #1a1c1c;
  line-height: 1.17;
}
@media screen and (min-width: 1024px) {
  .p-service-business-item__title {
    font-size: 24px;
  }
}
.p-service-business-item__content {
  font-size: 16px;
  line-height: 1.42;
}

.p-service-flow {
  position: relative;
  z-index: 0;
  padding: 0 0 70px;
}
.p-service-flow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f9f0d9;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 100px 0 100px 0;
  position: absolute;
}
.p-service-flow__inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-service-flow__text {
  text-align: center;
  font-size: 18px;
  margin: 35px 0 0;
  line-height: 1.875;
}
@media screen and (min-width: 1024px) {
  .p-service-flow__text {
    font-size: 24px;
  }
}
.p-service-flow__contents {
  display: grid;
  gap: 40px;
  margin: 110px 0 0;
}
@media screen and (min-width: 768px) {
  .p-service-flow__contents {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}
.p-service-flow-item {
  padding: 36px 30px 30px;
  background-color: #ffffff;
}
.p-service-flow-item__title {
  text-align: center;
  font-size: 20px;
  margin: 0 0 50px;
  color: #1a1c1c;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-flow-item__title {
    font-size: 24px;
  }
}
.p-service-flow-item-schedule {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-service-flow-item-schedule {
    padding-left: 40px;
  }
}
.p-service-flow-item-schedule__item {
  padding: 0 0 40px 40px;
  position: relative;
  z-index: 0;
}
.p-service-flow-item-schedule__item::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #dfa93d;
  width: 24px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 12px;
  transform: translate(-50%, 0);
  z-index: -1;
}
.p-service-flow-item-schedule__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  border-left: 2px #e78f00 solid;
  opacity: 0.5;
  top: 0;
  left: 12px;
  transform: translate(-50%, 0);
  z-index: -2;
}
.p-service-flow-item-schedule__title {
  font-size: 18px;
  color: #1a1c1c;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-service-flow-item-schedule__title {
    font-size: 20px;
  }
}
.p-service-flow-item__wrap {
  margin: 20px auto 0;
  display: grid;
  gap: 40px;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .p-service-flow-item__wrap {
    gap: 48px;
    margin-left: 44px;
    margin-right: auto;
  }
}
.p-service-flow-item__head {
  font-weight: 700;
  font-size: 18px;
  color: #1a1c1c;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-service-flow-item__head {
    font-size: 20px;
  }
}
.p-service-flow-item__text {
  font-size: 16px;
  line-height: 1.42;
}
.p-service-flow-item__img {
  margin: 50px 0 0;
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border-radius: 30px;
}

.p-service-environment {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .p-service-environment {
    padding: 60px 0 80px;
  }
}
.p-service-environment__inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-service-environment__wrap {
  display: grid;
  margin: 100px 0 0;
  gap: 65px;
}
@media screen and (min-width: 768px) {
  .p-service-environment__wrap {
    grid-template-columns: 18fr 25fr;
    align-items: flex-start;
  }
}
.p-service-environment__img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 80px;
}
.p-service-environment__list {
  display: grid;
  gap: 48px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-service-environment__list {
    padding: 30px 0 0;
  }
}
.p-service-environment-item {
  position: relative;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .p-service-environment-item {
    padding-left: 100px;
  }
}
.p-service-environment-item::before {
  content: attr(data-num);
  font-family: "Narnoor", sans-serif;
  color: #e78f00;
  position: absolute;
  left: 0;
  font-size: 40px;
  line-height: 1;
  display: block;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-service-environment-item::before {
    font-size: 70px;
  }
}
.p-service-environment-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1c1c;
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .p-service-environment-item__title {
    font-size: 24px;
  }
}
.p-service-environment-item__text {
  font-size: 16px;
}

.p-service-family {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.p-service-family::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #006bc3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
}
.p-service-family__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 85%;
}
.p-service-family__text {
  margin: 45px 0 0;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-service-family__text {
    font-size: 20px;
  }
}
.p-service-family__btn {
  width: 100%;
  margin: 86px auto 0;
  display: block;
  border-radius: 100vh;
  background-color: #006bc3;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  max-width: 400px;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-service-family__btn:hover {
    opacity: 0.5;
  }
}

.p-top-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  z-index: 0;
  overflow: hidden;
}
.p-top-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: -1;
  border-radius: 100px 0 100px 0;
}
.p-top-hero__content {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 50%;
  padding-left: 20px;
  padding-top: 20px;
}
.p-top-hero__content::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  aspect-ratio: 1 / 1;
  min-width: 150%;
  min-height: 120%;
  opacity: 0.7;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-hero__content {
    width: 50%;
    height: 100%;
    padding-left: 40px;
    padding-top: 0;
  }
  .p-top-hero__content::before {
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-hero__content {
    padding-left: 85px;
  }
}
.p-top-hero__title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 2;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__title {
    font-size: 36px;
  }
}
.p-top-hero__title span {
  display: block;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.p-top-hero__title span::before {
  content: "";
  display: block;
  background-color: #00d6b2;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 25%;
  left: 0;
  bottom: 10%;
  opacity: 0.2;
}
.p-top-hero__text {
  width: 70%;
  margin: 40px 0 0;
}
@media screen and (min-width: 1024px) {
  .p-top-hero__text {
    font-size: 20px;
  }
}
.p-top-hero__btns {
  width: 70%;
  display: flex;
  gap: 16px;
  margin: 75px 0 0;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-hero__btns {
    flex-direction: row;
  }
}
.p-top-hero__btn {
  text-decoration: none;
  color: #ffffff;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  padding: 17px 32px;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  gap: 0.5em;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 1024px) {
  .p-top-hero__btn:hover {
    opacity: 0.5;
  }
}
.p-top-hero__btn--blue {
  background-color: #006bc3;
}
.p-top-hero__btn--blue::after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  mask-image: url("../img/icon/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.p-top-hero__btn--green {
  background-color: #00d6b2;
}

.p-top-about {
  padding: 50px 0 35px;
}
.p-top-about__inner {
  width: 85%;
  margin: 0 auto;
}
.p-top-about__text {
  text-align: center;
  margin: 52px 0 0;
}
@media screen and (min-width: 1024px) {
  .p-top-about__text {
    font-size: 24px;
  }
}
.p-top-about__wrap {
  display: grid;
  gap: 20px 32px;
  margin: 68px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 520px) {
  .p-top-about__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-about-item__thumb {
  display: block;
  aspect-ratio: 345 / 220;
  border-radius: 30px 0 30px 0;
  width: 100%;
  object-fit: cover;
}
.p-top-about-item__title {
  font-weight: 700;
  font-size: 18px;
  margin: 30px 0;
  color: #1a1c1c;
}
@media screen and (min-width: 1024px) {
  .p-top-about-item__title {
    font-size: 24px;
  }
}
.p-top-about-item__content {
  line-height: 22.75px;
}
@media screen and (min-width: 1024px) {
  .p-top-about-item__content {
    font-size: 16px;
  }
}

.p-top-service {
  padding: 102px 0 81px;
  position: relative;
  z-index: 0;
}
.p-top-service::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #2dd5b9;
  opacity: 0.05;
  top: 0;
  left: 0;
  border-radius: 100px 0 100px 0;
  position: absolute;
}
.p-top-service__inner {
  width: 85%;
  margin: 0 auto;
}
.p-top-service__text {
  text-align: center;
  margin: 34px 0 0;
  color: #1a1c1c;
}
@media screen and (min-width: 1024px) {
  .p-top-service__text {
    font-size: 24px;
  }
}
.p-top-service__wrap {
  display: grid;
  gap: 20px 32px;
  margin: 68px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 520px) {
  .p-top-service__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-service__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-service-item__thumb {
  display: block;
  aspect-ratio: 345 / 220;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.p-top-service-item__title {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
  color: #1a1c1c;
}
@media screen and (min-width: 1024px) {
  .p-top-service-item__title {
    font-size: 20px;
  }
}
.p-top-service-item__content {
  line-height: 22.75px;
}
@media screen and (min-width: 1024px) {
  .p-top-service-item__content {
    font-size: 16px;
  }
}

.p-top-environment {
  padding: 80px 0 100px;
}
.p-top-environment__inner {
  width: 85%;
  margin: 0 auto;
}
.p-top-environment__text {
  text-align: center;
  margin: 34px 0 0;
  color: #1a1c1c;
}
@media screen and (min-width: 1024px) {
  .p-top-environment__text {
    font-size: 24px;
    line-height: 33px;
  }
}
.p-top-environment__wrap {
  display: grid;
  gap: 22px;
  margin: 72px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 520px) {
  .p-top-environment__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-environment__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-environment-item {
  border-radius: 30px;
  background-color: #fcf7ec;
  padding: 50px 20px;
}
.p-top-environment-item__thumb {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  object-fit: contain;
}
.p-top-environment-item__title {
  font-weight: 700;
  font-size: 18px;
  margin: 16px 0;
  color: #1a1c1c;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-environment-item__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.p-top-environment-item__content {
  line-height: 22.75px;
}

.p-top-recruit {
  padding: 100px 0 110px;
  position: relative;
  z-index: 0;
}
.p-top-recruit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #006bc3;
  opacity: 0.05;
  top: 0;
  left: 0;
  border-radius: 100px 0 100px 0;
  position: absolute;
}
.p-top-recruit__inner {
  width: 85%;
  margin: 0 auto;
}
.p-top-recruit__text {
  text-align: center;
  margin: 34px 0 0;
  color: #1a1c1c;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__text {
    font-size: 24px;
  }
}
.p-top-recruit__job-list {
  max-width: 1200px;
  margin: 68px auto 0;
}
.p-top-recruit__btn {
  width: 100%;
  margin: 58px auto 0;
  display: block;
  border-radius: 100vh;
  background-color: #006bc3;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  max-width: 600px;
  padding: 21px 40px;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-top-recruit__btn:hover {
    opacity: 0.5;
  }
}

.p-top-news {
  padding: 100px 0;
}
.p-top-news__inner {
  margin: 0 auto;
  width: 85%;
  max-width: 900px;
}
.p-top-news__link {
  display: flex;
  justify-content: flex-end;
}
.p-top-news__btn {
  display: block;
  text-decoration: none;
  background-color: #00d6b2;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 100vh;
}
@media screen and (min-width: 1024px) {
  .p-top-news__btn:hover {
    opacity: 0.5;
  }
}
.p-top-news__wrap {
  display: grid;
  margin: 10px 0 0;
}
.p-top-news__coming {
  margin: 10px 0 0;
  padding: 80px 0;
  text-align: center;
}
.p-top-news__coming-en {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #00d6b2;
}
@media screen and (min-width: 768px) {
  .p-top-news__coming-en {
    font-size: 40px;
  }
}
.p-top-news__coming-jp {
  margin: 20px 0 0;
  font-size: 16px;
  color: #474747;
}
.p-top-news-item {
  display: flex;
  width: 100%;
  padding: 32px 16px;
  text-decoration: none;
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-news-item {
    flex-wrap: nowrap;
    gap: 48px;
  }
}
.p-top-news-item::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px #c6c6c6 solid;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top-news-item__date {
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #1a1c1c;
}
.p-top-news-item__cat {
  border: 1px solid;
  padding: 4px 12px;
  display: block;
  flex-shrink: 0;
  font-size: 10px;
}
.p-top-news-item__cat--green {
  color: #00d6b2;
  border-color: #00d6b2;
}
.p-top-news-item__cat--blue {
  color: #006bc3;
  border-color: #006bc3;
}
.p-top-news-item__cat--orange {
  color: #dfa93d;
  border-color: #dfa93d;
}
.p-top-news-item__title {
  width: 100%;
  color: #1a1c1c;
}
@media screen and (min-width: 768px) {
  .p-top-news-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
