@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,500&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.69;
  color: #000000;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__pc_onmini {
  display: block;
}
@media screen and (max-width: 560px) {
  .common__pc_onmini {
    display: none;
  }
}
.common__mini {
  display: none;
}
@media screen and (max-width: 560px) {
  .common__mini {
    display: block;
  }
}
.common__btn {
  margin-bottom: 15px;
}
.common__btn:last-child {
  margin-bottom: 0;
}
.common__btn a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  padding: 10px 20px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .common__btn a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.common__btn a.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  padding: 15px 20px;
  min-width: 350px;
}
.common__btn a.icon::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  .common__btn a.icon::before {
    width: 20px;
    height: 20px;
  }
}
.common__btn a.insta::before {
  background: url(../img/recruitment/icon_insta.svg) no-repeat;
  background-size: contain;
}
.common__btn a.site::before {
  background: url(../img/recruitment/icon_site.svg) no-repeat;
  background-size: contain;
}
.common__btn01 a {
  color: #fff;
  background: #3D62AC;
}
.common__btn02 a {
  color: #3D62AC;
  border: 3px solid #3D62AC;
  background: #fff;
}
.common__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.common__col02 .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .common__col02 .col:last-child {
    margin-bottom: 0;
  }
}
.common__col02 .fig__block {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .fig__block {
    width: 100%;
  }
}
.common__col02 .txt__block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .txt__block {
    width: 100%;
  }
}
.common__col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  margin-bottom: 50px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__col03 li {
  width: calc((100% - 44px) / 3);
}
@media screen and (max-width: 768px) {
  .common__col03 li {
    width: 100%;
  }
}
.common__col04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
.common__col04 .col {
  width: calc((100% - 66px) / 4);
}
@media screen and (max-width: 768px) {
  .common__col04 .col {
    width: calc((100% - 22px) / 2);
  }
}
.common__col-fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .common__col-fig {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__col-fig .txt__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.common__col-fig .txt__block h4 {
  text-align: left;
}
.common__col-fig .fig__block {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.common__panel {
  background: #F6F7F7;
  border-radius: 15px;
  padding: 30px;
}
.common__table {
  max-width: 950px;
  width: 90%;
  margin: 0 auto 70px;
}
.common__table th {
  text-align: left;
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 0;
  font-weight: 700;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .common__table th {
    display: block;
    border-bottom: none;
    padding: 10px 0 0;
    width: 100%;
  }
}
.common__table td {
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 0;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .common__table td {
    display: block;
    padding: 0 0 10px;
    width: 100%;
  }
}
.common-mb50 {
  margin-bottom: 50px;
}
.common-txtc {
  text-align: center;
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  overflow: hidden;
  /* fadeIn */
}
.wrapper .recruitment-header {
  width: 100%;
  height: 100vh;
  background: url(../img/recruitment/img__mv.png) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 560px) {
  .wrapper .recruitment-header {
    height: auto;
  }
}
.wrapper .recruitment-header .l-header {
  position: absolute;
  top: 0;
}
.wrapper .recruitment-header .l-header.site-header--shrink {
  position: fixed;
}
.wrapper .recruitment-header .recruitment-h__inner {
  padding-top: 20%;
}
@media screen and (max-height: 900px) {
  .wrapper .recruitment-header .recruitment-h__inner {
    padding-top: 15%;
  }
}
@media screen and (max-height: 750px) {
  .wrapper .recruitment-header .recruitment-h__inner {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .recruitment-header .recruitment-h__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .recruitment-header .recruitment-h__inner {
    padding-top: 30%;
  }
}
.wrapper .recruitment-header .recruitment-h__inner .recruitment-copy {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .wrapper .recruitment-header .recruitment-h__inner .recruitment-copy {
    margin-bottom: 40px;
  }
}
.wrapper .recruitment-header .recruitment-h__inner .recruitment-copy .copy {
  font-size: 70px;
  margin-bottom: 70px;
  font-size: clamp(50px, 7vw, 70px);
}
@media screen and (max-width: 768px) {
  .wrapper .recruitment-header .recruitment-h__inner .recruitment-copy .copy {
    font-size: 45px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .recruitment-header .recruitment-h__inner .recruitment-copy .copy {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.wrapper .recruitment-header .recruitment-h__inner .recruitment-copy .sub {
  font-size: 20px;
}
.wrapper .recruitment-header .recruitment-h__inner .recruitment-h__btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .wrapper .recruitment-header .recruitment-h__inner .recruitment-h__btn {
    bottom: 20%;
  }
}
@media screen and (max-width: 560px) {
  .wrapper .recruitment-header .recruitment-h__inner .recruitment-h__btn {
    position: static;
  }
}
.wrapper main article section {
  padding-bottom: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper main article section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wrapper main article section .en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  color: #F6F7F7;
  white-space: nowrap;
  font-size: clamp(30px, 6vw, 100px);
}
.wrapper main article section .inner {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  margin: -6em auto 0;
}
@media screen and (max-width: 768px) {
  .wrapper main article section .inner {
    margin-top: -3em;
  }
}
@media screen and (max-width: 560px) {
  .wrapper main article section .inner {
    margin-top: -2.5em;
  }
}
.wrapper main article section .inner02 {
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper main article section .inner h2 {
  margin-bottom: 50px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wrapper main article section .inner h2 {
    margin-bottom: 30px;
  }
}
.wrapper main article section .inner h3 {
  color: #3D62AC;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 25px;
}
.wrapper main article section .inner h3.bg {
  background: #ECF1FC;
  padding: 5px 10px;
}
.wrapper main article section .inner h3.t-c {
  text-align: center;
}
.wrapper main article section .inner h4 {
  background: #ECF1FC;
  color: #3D62AC;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.wrapper main article section .inner .hiring__block h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper main article section .inner .hiring__block h3::after {
  content: "+";
  margin-left: 10px;
  background: #3D62AC;
  color: #fff;
  border-radius: 40px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  line-height: 21px;
}
.wrapper main article section .inner .hiring__block h3.open::after {
  content: "▼";
  background: #ECF1FC;
  color: #3D62AC;
  font-size: 16px;
}
.wrapper main article section .inner .hiring__block .hiring__inner {
  display: none;
}
.wrapper main article section .inner .common__col03 h4 {
  text-align: center;
}
.wrapper main article section .inner .about-info {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .wrapper main article section .inner .about-info {
    padding-top: 0;
  }
}
@media screen and (max-width: 560px) {
  .wrapper main article section .inner .about-info {
    text-align: left;
  }
}
.wrapper main article section .inner .about-info h3 {
  color: #3D62AC;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 55px;
  font-size: clamp(25px, 4vw, 40px);
}
.wrapper main article section .inner .flow__block {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.wrapper main article section .inner .entry__block {
  display: inline-block;
  text-align: left;
}
.wrapper main article section .inner .list-decimal {
  list-style: decimal;
  margin-bottom: 0;
}
.wrapper main article section .inner .list-disc {
  list-style: disc;
  margin-bottom: 0;
}
.wrapper main article section.apply__block {
  margin-bottom: 0;
  border-bottom: none;
}
.wrapper main article section.bg-bl {
  background: #3D62AC;
  padding: 0;
  margin-bottom: 50px;
}
.wrapper main article section.bg-bl p {
  padding: 110px 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.wrapper .btn__apply {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
}
@media screen and (max-width: 560px) {
  .wrapper .btn__apply {
    width: calc(100% - 100px);
  }
}
.wrapper .btn__apply .common__btn a {
  padding: 10px 50px;
}
.wrapper footer {
  text-align: center;
  padding: 0 20px;
}
.wrapper footer .inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .wrapper footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper footer .inner .site-title {
  width: 242px;
  margin-right: 5%;
}
.wrapper footer .inner table {
  width: calc((100% - (242px + 7%)) / 2);
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #EBEBEB;
}
@media screen and (max-width: 768px) {
  .wrapper footer .inner table {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrapper footer .inner table th, .wrapper footer .inner table td {
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 0;
}
.wrapper footer .inner table th {
  width: 30%;
  vertical-align: top;
}
.wrapper footer .inner table td {
  width: 70%;
}
.wrapper .js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.wrapper .js-fade.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}/*# sourceMappingURL=recruitment.css.map */