@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

#recruit-list .shop__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-indent: 0.2em;
  background-color: #0a3c64;
  margin-top: 50px;
}

#recruit-list .intro__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #0a3c64;
}

#recruit-list .shop {
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 0;
}

#recruit-list .stop_txt {
  font-size: 25px;
  text-align: center;
}
#recruit-list .shop__button {
  width: 100%;
  height: 80px;
  margin-top: 30px;
}
#recruit-list .shop__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 3px solid #0a3c64;
  border-radius: 10px;
}
#recruit-list .shop__label {
  display: block;
}
#recruit-list .shop__label span {
  display: block;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
#recruit-list .shop__label span:nth-child(2) {
  color: #0a3c64;
}

#recruit-detail .company__heading, #recruit-detail .flow__heading, #recruit-detail .guideline__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-indent: 0.2em;
  background-color: #0a3c64;
}

#recruit-detail .intro__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #0a3c64;
}
#recruit-detail .intro__copy {
  margin: 60px 0;
  color: #0a3c64;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#recruit-detail .recruit {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#recruit-detail .recruit__copy {
  margin: 60px 0;
  color: #0a3c64;
}
#recruit-detail .recruit__button {
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin: 60px auto 0 auto;
}
#recruit-detail .recruit__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 3px solid #0a3c64;
  color: #0a3c64;
  font-size: 20px;
  font-weight: bold;
}

#recruit-detail .guideline {
  margin: 60px 0;
}
#recruit-detail .guideline__title {
  position: relative;
  margin-top: 30px;
  color: #0a3c64;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#recruit-detail .guideline__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #0a3c64;
}
#recruit-detail .guideline__title span {
  position: relative;
  padding: 0 0.3em 0 0.5em;
  background-color: #fff;
  letter-spacing: 0.2em;
  z-index: 1;
}
#recruit-detail .guideline__desc {
  margin-top: 20px;
  line-height: 1.7;
}
#recruit-detail .guideline__desc div:nth-child(n+2) {
  margin-top: 1em;
}
#recruit-detail .guideline__list li {
  position: relative;
  padding-left: 1em;
}
#recruit-detail .guideline__list--dot li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
#recruit-detail .guideline__list--note li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
#recruit-detail .guideline__list--square li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  content: "";
  background-color: #000;
}

#recruit-detail .flow {
  margin: 60px 0;
}
#recruit-detail .flow__content {
  margin-top: 40px;
}
#recruit-detail .flow__list {
  display: flex;
  flex-wrap: wrap;
  color: #0a3c64;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
#recruit-detail .flow__list li:not(:last-child)::after {
  content: "→";
}
#recruit-detail .flow__desc {
  line-height: 1.7;
}

#recruit-detail .tag {
  margin-top: 40px;
}
#recruit-detail .tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 18px;
}
#recruit-detail .tag__list li {
  padding: 0.5em 1em;
  background-color: #b6c5d1;
}

#recruit-detail .company {
  margin: 60px 0;
}
#recruit-detail .company__content {
  margin: 40px 0;
}
#recruit-detail .company__shop {
  color: #0a3c64;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#recruit-detail .company__address {
  margin-top: 1em;
  line-height: 1.5;
}

#application {
  padding: 40px 0;
}
#application .error {
  padding: 0.75em 1.25em;
  color: #d73038;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  background-color: #f8d7da;
}
#application .error:first-of-type {
  margin-top: 1em;
}
#application .error--top {
  margin-top: 0;
  margin-bottom: 1em;
}

#application .check__heading {
  padding-bottom: 5px;
  border-bottom: 4px solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
}
#application .check__heading span {
  display: block;
  font-size: 0.6em;
}
#application .check__block {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
#application .check__block:nth-last-child(-n+2) {
  border-bottom: none;
}
#application .check__block:last-child {
  padding: 2em 1em;
  background-color: #ebebeb;
}
#application .check__block p:first-of-type {
  padding-top: 0.5em;
}
#application .check__item {
  position: relative;
  display: block;
  padding-left: 3.2em;
  color: #000;
  font-size: 1.25em;
  line-height: 1.7;
  cursor: pointer;
}
#application .check__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 2em;
  color: #fff;
  content: "必須";
  font-size: 0.8em;
  background-color: #7c5353;
}
#application .check__item input {
  width: 1em;
  height: 1em;
  cursor: pointer;
  margin: 0 10px;
}

#application .entry {
  margin-top: 80px;
}
#application .entry--confirm {
  margin-top: 0;
}
#application .entry__heading {
  padding-bottom: 5px;
  border-bottom: 4px solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
}
#application .entry__heading span {
  display: block;
  font-size: 0.6em;
}
#application .entry__desc p {
  margin-top: 1em;
}
#application .entry__attention {
  text-align: center;
  font-weight: bold;
}
#application .entry__attention p:first-of-type {
  margin-top: 1em;
  color: #0a3c64;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
#application .entry__attention p:nth-of-type(n+2) {
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.5;
}
#application .entry__attention span {
  color: #0a3c64;
  background-color: #fee8f2;
}
#application .entry__table {
  width: 100%;
  margin-top: 1.25em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#application .entry__table tr {
  display: block;
}
#application .entry__table th, #application .entry__table td {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 1.7;
}
#application .entry__table th {
  font-weight: normal;
  color: #000;
  background-color: #ebebeb;
}
#application .entry__table .form-row {
  display: flex;
  flex-wrap: wrap;
}
#application .entry__table .form-row p:nth-child(n+2) {
  margin-left: 1.25em;
}
#application .entry__table .form-control {
  width: 100%;
  height: calc(2.25em + 2px);
  padding: 0.375em 0.75em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  color: #000;
  font-size: 1em;
  line-height: 1.5;
  background-color: #fff;
}
#application .entry__table .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}
#application .entry__table textarea.form-control {
  height: auto;
}
#application .entry__table .form-row .form-control {
  width: auto;
}
#application .entry__table .form-group:nth-child(n+2) {
  margin-top: 1em;
}
#application .entry__table .form-check-label {
  position: relative;
  padding-left: 1.25em;
}
#application .entry__table .form-check-label input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#application .entry__table .line-break {
  display: none;
}
#application .entry__table .required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 2em;
  margin-left: 0.5em;
  content: "必須";
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7c5353;
}
#application .entry__table em {
  color: #7c5353;
  font-style: normal;
}
#application .entry__table input, #application .entry__table select, #application .entry__table textarea {
  font-weight: normal;
}
#application .entry__table input:disabled, #application .entry__table select:disabled, #application .entry__table textarea:disabled {
  color: #aaaaaa;
  background-color: rgba(239, 239, 239, 0.3);
}
#application .entry__table select {
  padding-right: 2em !important;
  background: url("../img/arrow.svg") right 0.75em center no-repeat;
  background-size: 0.5em auto;
}
#application .entry__table input[name=zip] {
  margin-left: 0.5em;
}
#application .entry__note {
  margin-top: 2em;
  font-size: 14px;
}
#application .entry__note a {
  color: #0a3c64;
  text-decoration: underline;
}
#application .entry__footer {
  margin-top: 2em;
}
#application .entry__footer p {
  font-weight: bold;
  text-align: center;
}
#application .entry__button {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 1em auto 0 auto;
  padding: 0.75em 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #7c5353;
  border-radius: 1.5em;
}
#application .entry__button:disabled {
  pointer-events: none;
}
#application .entry__button--confirm {
  max-width: 360px;
}
#application .entry__powered {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
#application .entry__powered a {
  color: #7c5353;
}

#application .thanks__heading {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
}
#application .thanks__message {
  margin-top: 2em;
}
#application .thanks__message p {
  margin-top: 1em;
}
#application .thanks__powered {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
#application .thanks__powered a {
  color: #7c5353;
}
@media screen and (min-width: 576px){
  .container {
    max-width: 540px;
  }
  #application .check__heading span {
    display: inline;
  }
  #application .entry__heading span {
    display: inline;
  }
  #application .entry__button--confirm {
    margin-left: 20px;
    margin-right: 20px;
  }
  #application .thanks__heading br {
    display: none;
  }
}
@media screen and (min-width: 768px){
  .container {
    max-width: 720px;
  }
  #recruit-list .shop__heading {
    height: 80px;
    font-size: 29px;
  }
  #recruit-list .intro__heading {
    height: 180px;
    font-size: 40px;
  }
  #recruit-list .shop {
    padding: 90px 0;
  }
  #recruit-list .shop__button {
    height: 60px;
  }
  #recruit-list .shop__label {
    display: flex;
    align-items: center;
    column-gap: 1em;
  }
  #recruit-list .shop__label span {
    font-size: 18px;
  }
  #recruit-detail .company__heading, #recruit-detail .flow__heading, #recruit-detail .guideline__heading {
    height: 80px;
    font-size: 29px;
  }
  #recruit-detail .intro__heading {
    height: 180px;
    font-size: 40px;
  }
  #recruit-detail .intro__copy {
    margin: 90px 0;
    font-size: 25px;
  }
  #recruit-detail .recruit {
    padding-bottom: 90px;
  }
  #recruit-detail .recruit__copy {
    margin: 90px 0;
    font-size: 18px;
    text-align: center;
  }
  #recruit-detail .recruit__button {
    max-width: 480px;
    height: 80px;
    margin-top: 80px;
  }
  #recruit-detail .recruit__button a {
    font-size: 24px;
    border-width: 5px;
    border-radius: 40px;
  }
  #recruit-detail .guideline {
    margin: 90px 0;
  }
  #recruit-detail .guideline__title {
    margin-top: 40px;
    padding-left: 40px;
    text-align: left;
  }
  #recruit-detail .guideline__desc {
    font-size: 18px;
  }
  #recruit-detail .flow {
    margin: 90px 0;
  }
  #recruit-detail .flow__content {
    margin-top: 60px;
  }
  #recruit-detail .flow__list {
    font-size: 24px;
  }
  #recruit-detail .flow__desc {
    font-size: 18px;
  }
  #recruit-detail .tag__list {
    font-size: 21px;
  }
  #recruit-detail .company {
    margin: 90px 0;
  }
  #recruit-detail .company__content {
    margin: 60px 0;
    font-size: 18px;
  }
  #recruit-detail .company__shop {
    font-size: 24px;
  }
  #application .check__item input {
    margin: 0 20px;
  }
  #application .entry__attention br {
    display: none;
  }
  #application .entry__table tr {
    display: table-row;
  }
  #application .entry__table th, #application .entry__table td {
    display: table-cell;
  }
  #application .entry__table th {
    width: 14.5em;
    text-align: center;
    vertical-align: middle;
  }
  #application .entry__table .line-break {
    display: inline;
  }
  #application .entry__table .required {
    margin-left: 0;
  }
  #application .entry__footer--confirm {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px){
  .container {
    max-width: 960px;
  }
  #application {
    padding: 60px 0;
    font-size: 1.25em;
  }
  #application .entry__table .form-check-label input {
    transform: scale(1.25) translate(0, -50%);
    transform-origin: top left;
  }
  #application .entry__button {
    max-width: 460px;
    border: 4px solid #7c5353;
    border-radius: calc(1.5em + 4px);
  }
}
@media screen and (min-width: 1200px){
  .container {
    max-width: 1160px;
  }
  #recruit-list .shop__heading {
    height: 100px;
    font-size: 32px;
    margin-top: 50px;
  }
  #recruit-list .intro__heading {
    height: 240px;
    font-size: 50px;
  }
  #recruit-list .shop {
    padding: 120px 0;
  }
  #recruit-list .shop__label span {
    font-size: 20px;
  }
  #recruit-detail .company__heading, #recruit-detail .flow__heading, #recruit-detail .guideline__heading {
    height: 100px;
    font-size: 32px;
  }
  #recruit-detail .intro__heading {
    height: 240px;
    font-size: 50px;
  }
  #recruit-detail .intro__copy {
    margin: 120px 0;
    font-size: 30px;
  }
  #recruit-detail .recruit {
    padding-bottom: 120px;
  }
  #recruit-detail .recruit__copy {
    margin: 120px 0;
    font-size: 20px;
  }
  #recruit-detail .guideline {
    margin: 120px 0;
  }
  #recruit-detail .guideline__title {
    font-size: 27px;
  }
  #recruit-detail .guideline__desc {
    font-size: 20px;
  }
  #recruit-detail .flow {
    margin: 120px 0;
  }
  #recruit-detail .flow__content {
    margin-top: 80px;
  }
  #recruit-detail .flow__list {
    font-size: 27px;
  }
  #recruit-detail .flow__desc {
    font-size: 20px;
  }
  #recruit-detail .tag__list {
    font-size: 24px;
  }
  #recruit-detail .company {
    margin: 120px 0;
  }
  #recruit-detail .company__content {
    margin: 80px 0;
    font-size: 20px;
  }
  #recruit-detail .company__shop {
    font-size: 27px;
  }
  #application {
    padding: 80px 0;
    font-size: 1.5em;
  }
  #application .entry__table .form-check-label input {
    transform: scale(1.5) translate(0, -50%);
  }
  #application .entry__note {
    font-size: 16px;
  }
  #application .entry__button {
    max-width: 560px;
  }
}
@media (hover: hover), (-ms-high-contrast: none){
  #recruit-list .shop__link {
    transition: all 0.2s linear;
  }
  #recruit-list .shop__link:hover {
    color: #fff;
    background-color: #0a3c64;
  }
  #recruit-list .shop__link:hover span {
    color: inherit;
  }
  #recruit-detail .recruit__button a {
    transition: all 0.3s;
  }
  #recruit-detail .recruit__button a:hover {
    color: #fff;
    background-color: #0a3c64;
  }
  #application .entry__button {
    transition: all 0.2s;
  }
  #application .entry__button:hover {
    color: #7c5353;
    background-color: #fff;
  }
}
