/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  padding: 6.25rem 0 0;
}
.l-header__inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header__logo {
  max-width: 32.125rem;
  margin: 0 auto;
  margin-top: 5rem;
  text-align: center;
}
.l-header__copy {
  max-width: 46.25rem;
  margin: 0 auto;
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .l-header {
    padding: 2.5rem 0 0;
  }
  .l-header__text {
    font-size: 1.25rem;
  }
  .l-header__logo {
    margin-top: 2.5rem;
  }
  .l-header__copy {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}
/* footer */
.l-footer {
  padding: 1rem 0;
  margin-top: 7.75rem;
  background-color: #EB5055;
}
.l-footer__copyright {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}
/* main */
.l-inner {
  width: 1240px;
  max-width: 100%;
  height: inherit;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 1400px;
}
.l-inner.--narrow {
  width: 1000px;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

.c-button {
  position: relative;
  min-width: 26rem;
  min-height: 3.75rem;
  padding: 0 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #EB5055;
  border: 1px solid #EB5055;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button.--is-inactive {
  color: #333;
  cursor: default;
  background-color: #C0C0C0;
  border: 1px solid #C0C0C0;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9375rem;
  height: 1.125rem;
  margin-left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #EF3C31;
  letter-spacing: 0.4px;
  content: "PDF";
  background-color: #fff;
  border-radius: 3px;
}
.c-button.--pdf.--is-active {
  position: relative;
}
.c-button.--pdf.--is-active::before {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 10.375rem;
  height: 1.5625rem;
  pointer-events: none;
  content: "";
  background-image: url("../images/common/txt_now_recruiting.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%) translateY(-100%);
}
.c-button.--pdf.--is-inactive::after {
  color: #fff;
  background-color: #EF3C31;
}
.c-button.--inst::before {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  content: "";
  background: url("../images/common/icon_instagram.png") no-repeat center center/contain;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
  .c-button:hover.--pdf.--is-active::before {
    pointer-events: none;
    opacity: 1;
    transition: none;
  }
  .c-button.--is-inactive {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-width: 18.75rem;
    min-height: 3.75rem;
    padding: 0.625rem 2.5rem;
    font-size: 1rem;
  }
}

.c-iframe {
  position: relative;
  max-width: 960px;
  padding-top: 40.5%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ebebeb;
  border-radius: 5px;
}
.c-iframe iframe {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100% !important;
  height: calc(100% + 300px) !important;
}

@media only screen and (max-width: 767px) {
  .c-iframe {
    padding-top: 60%;
  }
}
.c-list-dot {
  padding-left: 1rem;
}
.c-list-dot__item {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  color: #333;
}
.c-list-dot__item::before {
  position: absolute;
  top: 11px;
  left: -1rem;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #EB5055;
  border-radius: 50%;
}
.c-list-dot__item + .c-list-dot__item {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 0.875rem;
  }
  .c-list-dot__item::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
  .c-list-dot__item + .c-list-dot__item {
    margin-top: 0.5rem;
  }
}
.c-list-dot.--no-style {
  padding-left: 0;
}
.c-list-dot.--no-style .c-list-dot__item::before {
  display: none;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + .c-list-ol__item {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dt + .c-list-dl {
  margin-top: 0.75rem;
}
.c-list-dl__dd {
  margin-left: 14px;
}

.p-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  margin: 7.75rem auto 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
.p-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #EB5055;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .p-title {
    margin-top: 4rem;
    font-size: 1.75rem;
  }
}
/* project */
.p-about {
  margin-top: 5rem;
  font-size: 1.125rem;
  line-height: normal;
}
.p-about__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 3.4375rem;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.p-about__logo {
  max-width: 330px;
}
.p-about__col.--left {
  width: 330px;
  max-width: 100%;
}
.p-about__col.--right {
  width: 570px;
  max-width: 100%;
}
.p-about__sub-title {
  padding: 0.375rem 1rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: normal;
  color: #333;
  background-color: #fff;
  border-radius: 1.0625rem;
  box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-about__desc {
  margin-top: 1.5rem;
  font-size: 1.125rem;
}
.p-about__desc p + p {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-about {
    font-size: 0.875rem;
  }
  .p-about__col.--left {
    width: 330px;
    max-width: 100%;
  }
  .p-about__col.--right {
    width: 380px;
    max-width: 100%;
  }
  .p-about__logo {
    max-width: 260px;
  }
  .p-about__sub-title {
    margin-top: 1.5rem;
  }
  .p-about__desc {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
  .p-about__desc p + p {
    margin-top: 0.5rem;
  }
}
.p-access {
  margin-top: 7.75rem;
}
.p-access__button {
  margin-top: 3rem;
  text-align: center;
}
.p-access__button .c-button {
  min-width: 20.625rem;
  min-height: 3.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  color: #333;
  background-color: #fff;
  border: 1px solid #EB5055;
  border-radius: 8px;
}
.p-access__button .c-button::after {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  content: "";
  background: url("../images/common/icon_blank.svg") no-repeat center center/contain;
}

@media only screen and (max-width: 767px) {
  .p-access {
    margin-top: 3rem;
  }
  .p-access__button {
    margin-top: 2rem;
  }
  .p-access__button .c-button {
    font-size: 1rem;
  }
}
.p-box {
  max-width: 960px;
  padding: 4rem 3.5rem;
  margin: 0 auto;
  margin-top: 3rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.p-box.--narrow {
  padding-inline: 2.75rem;
}
.p-box + .p-box {
  margin-top: 2.5rem;
}
.p-box__title {
  padding-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}
.p-box__text1 {
  font-size: 1.125rem;
  line-height: 2.4;
}
.p-box__text1 + .p-box__text1 {
  margin-top: 2.5rem;
}
.p-box__text2 {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 170%;
  text-align: right;
  letter-spacing: 0.72px;
}
.p-box__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-box__flex {
  display: flex;
  gap: 2rem;
}
.p-box__flex + .p-box__flex {
  margin-top: 2rem;
}
.p-box__sub-title {
  min-width: 5.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
.p-box__history {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  color: #333;
}
.p-box__history-item {
  display: flex;
  gap: 1rem;
}
.p-box__history-item-year {
  min-width: 4.875rem;
}
.p-box__history-item-text-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-box__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 2rem 1rem;
  }
  .p-box.--narrow {
    padding-inline: 2.75rem;
    padding-top: 4rem;
  }
  .p-box__title {
    font-size: 1.25rem;
  }
  .p-box__sub-title {
    font-size: 1.125rem;
  }
  .p-box__text1 {
    font-size: 0.875rem;
  }
  .p-box__text1 + .p-box__text1 {
    margin-top: 1.5rem;
  }
  .p-box__text2 {
    font-size: 0.875rem;
  }
  .p-box__flex {
    flex-direction: column;
    gap: 1rem;
  }
  .p-box__history {
    gap: 0.625rem;
    font-size: 0.875rem;
  }
  .p-box__history-item {
    flex-direction: column;
    gap: 0rem;
  }
  .p-box__history-item-year {
    min-width: 68px;
    font-size: 0.9375rem;
    font-weight: 700;
  }
}
.p-main-img {
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 5rem;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .p-main-img {
    margin-top: 2rem;
  }
}
.p-renewal {
  margin-top: 5rem;
}
.p-renewal__icon {
  width: 3.375rem;
  margin: 0 auto;
  text-align: center;
}
.p-renewal__title {
  margin-top: 1.3125rem;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: normal;
  color: #EB5055;
  text-align: center;
}
.p-renewal__url {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.p-renewal__box {
  max-width: 430px;
  margin: 5rem auto 0;
}
.p-renewal__box-heading {
  position: relative;
  width: 400px;
  padding: 0.875rem 2.6875rem 0.9375rem;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  text-align: center;
  background: #EB5055;
  border: 1px solid #EB5055;
  border-radius: 10px;
}
.p-renewal__box-heading::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 26px solid #eb5055;
  border-right: 15px solid transparent;
  border-bottom: 0;
  border-left: 15px solid transparent;
  transform: translateX(-50%) translateY(100%);
}
.p-renewal__box-container {
  display: block;
  padding: 2.5rem 4.6875rem;
  margin-top: 2.125rem;
  background: #FFF;
  border: 1px solid #EB5055;
  border-radius: 10px;
  transition: 0.3s linear opacity;
}
@media (hover: hover) {
  .p-renewal__box-container {
    transition: 0.3s linear opacity;
  }
  .p-renewal__box-container:hover {
    opacity: 0.7;
  }
}
.p-renewal__box-container span {
  display: flex;
  gap: 1.625rem;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #333;
}
.p-renewal__box-container span::before {
  display: inline-block;
  width: 3.25rem;
  height: 3.25rem;
  content: "";
  background: url("../images/common/icon_instagram.png") no-repeat center center/contain;
}

@media only screen and (max-width: 767px) {
  .p-renewal__title {
    margin-top: 0.375rem;
    font-size: 1rem;
  }
  .p-renewal__url {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .p-renewal__box {
    width: 300px;
    margin-top: 4rem;
  }
  .p-renewal__box-heading {
    width: 280px;
    padding: 0.625rem;
    font-size: 1.125rem;
  }
  .p-renewal__box-container {
    padding: 1.5rem 1rem;
    margin-top: 1.75rem;
  }
  .p-renewal__box-container span {
    gap: 0.875rem;
    font-size: 1.25rem;
  }
  .p-renewal__box-container span::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.p-table-calender {
  width: 100%;
}
.p-table-calender__tr {
  border-bottom: 1px solid #D9D9D9;
}
.p-table-calender__th {
  padding: 18px 16px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
.p-table-calender__th:last-child {
  padding-right: 1.5rem;
}
.p-table-calender__td {
  padding: 1em 0.5em;
  text-align: center;
  vertical-align: middle;
}
.p-table-calender__td:last-child {
  padding-right: 1.125rem;
}
.p-table-calender__td.--circle {
  font-size: 1.0625rem;
  color: #EB5055;
}
.p-table-calender__td.--text {
  font-size: 0.875rem;
  font-weight: bold;
  color: #EB5055;
}
.p-table-calender__title {
  min-width: 112px;
  padding: 12px 14px;
  padding-left: 32px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-align: left;
  vertical-align: middle;
}
.p-table-calender__time {
  padding: 12px 14px;
  padding-left: 32px;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .p-table-calender__th {
    padding: 18px 8px;
    font-size: 0.875rem;
  }
  .p-table-calender__th:last-child {
    padding-right: 1rem;
  }
  .p-table-calender__td {
    padding: 12px 8px;
    font-size: 0.875rem;
  }
  .p-table-calender__td.--circle {
    font-size: 0.8125rem;
    color: #EB5055;
  }
  .p-table-calender__td.--text {
    font-size: 0.875rem;
    font-weight: bold;
    color: #EB5055;
  }
  .p-table-calender__title {
    min-width: 90px;
    padding-left: 16px;
    font-size: 0.875rem;
  }
  .p-table-calender__time {
    padding-left: 16px;
    font-size: 0.875rem;
  }
}
/* pages */
body.index {
  background-image: url("../images/common/bg_all.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.index .recruit-text {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 2.4;
}
body.index .p-renewal {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  body.index .recruit-text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}