@charset "UTF-8";

/* ===========================================
* reset
* ======================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
  background: transparent;
  color: inherit;
  font-size: 100%;
  font-weight: inherit;
  text-decoration: inherit;
  vertical-align: baseline;
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  vertical-align: top;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

sub {
  vertical-align: baseline;
}

sup {
  vertical-align: top;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th,
td {
  text-align: inherit;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #444;
}

button,
fieldset,
form,
input,
legend,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

button,
input,
select,
textarea {
  -webkit-box-shadow: none;
  display: block;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

input[type='text'],
input[type='password'],
input[type='button'],
input[type='submit'],
button,
select,
textarea {
  font-family: inherit;
}

/* ===========================================
* common
* ======================================== */

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

button,
input {
  padding: 0;
}

button:focus,
input:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

/* ===========================================
 * form reset
 * ======================================== */
input,
select {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

/* ===========================================
* header
* ======================================== */
/* header {
  display: none;
}
.header {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  box-shadow: none;
}
.header_logo {
  width: calc(165 / 390 * 100vw);
}
@media screen and (min-width: 1025px) {
  .header {
    padding: 18px 30px;
  }
  .header_logo {
    width: 250px;
  }
} */

/* ===========================================
 * main
 * ======================================== */

@media screen and (min-width: 1025px) {
  .br_sp {
    display: none;
  }
}
body.korekara::before {
  display: none;
}
.korekara {
  .main {
    margin: 80px calc(20 / 390 * 100vw);
  }
  @media screen and (min-width: 1025px) {
    .main {
      max-width: 1000px;
      margin: 152px auto 100px;
    }
  }
  .ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
    color: #0048b6;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: static;
    translate: 0 0;
    text-shadow: none;
  }
  @media screen and (min-width: 1025px) {
    .ttl {
      font-size: 3.2rem;
      padding-bottom: 40px;
      margin-bottom: 40px;
    }
  }
  .sttl {
    margin-bottom: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #0048b6;
    position: static;
    translate: 0 0;
    text-shadow: none;
  }
  @media screen and (min-width: 1025px) {
    .sttl {
      font-size: 2.4rem;
    }
  }

  /* .error_text */
  .wpcf7 form.invalid .wpcf7-response-output {
    padding: 1px 2px;
    border: 1px solid #ff4848;
    margin-bottom: 40px;
    font-size: 1.4rem;
    font-weight: 700;
    font-feature-settings: 'palt';
    color: #ff4848;
    text-align: center;
  }
  @media screen and (min-width: 1025px) {
    .wpcf7 form.invalid .wpcf7-response-output {
      width: 516px;
      margin: 0 auto 40px;
      font-size: 2rem;
    }
  }
  .form {
    margin-bottom: 50px;
  }
  @media screen and (min-width: 1025px) {
    .form {
      max-width: 628px;
      margin-bottom: 57px;
    }
    .form._mb {
      margin-bottom: 100px;
    }
  }
  .form_sttl {
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 1025px) {
    .form_sttl {
      font-size: 2rem;
    }
  }
  .form_sttl._01::before,
  .form_sttl._02::before,
  .form_sttl._03::before {
    display: block;
    margin-right: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    align-self: baseline;
  }
  @media screen and (min-width: 1025px) {
    .form_sttl._01::before,
    .form_sttl._02::before,
    .form_sttl._03::before {
      font-size: 2rem;
    }
  }
  .form_sttl._01::before {
    content: '1.';
  }
  .form_sttl._02::before {
    content: '2.';
  }
  .form_sttl._03::before {
    content: '3.';
  }
  .form_extext {
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    font-feature-settings: 'palt';
  }
  .form_required {
    padding: 4px;
    margin-left: 8px;
    background-color: #1c9aff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  @media screen and (min-width: 1025px) {
    .form_extext {
      margin-bottom: 8px;
    }
    .form_required {
      font-size: 1.6rem;
    }
  }
  .form_box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .form_box input {
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
  }
  .form_box p {
    width: 100%;
  }
  .form_box input:focus,
  .form_textarea:focus {
    border: 1px solid #0075ff;
  }
  ::placeholder {
    font-weight: 500;
    color: #bfbfbf;
  }
  .form_error,
  .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ff4848;
    /* text-align: justify; */
  }
  @media screen and (min-width: 1025px) {
    .form_error,
    .wpcf7-not-valid-tip {
      font-size: 1.6rem;
    }
  }
  .form_list:has(input:invalid) + .form_error {
    display: block;
  }
  .form_select {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
  }
  @media screen and (min-width: 1025px) {
    .form_select {
      width: 33%;
    }
  }
  .form_select::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background: url(/career/wp/wp-content/themes/teamblue_career/images/recruit-nurse/ic_arrowDown.svg) center / contain no-repeat;
    position: absolute;
    right: calc(24 / 390 * 100vw);
  }
  @media screen and (min-width: 1025px) {
    .form_select::after {
      right: 24px;
    }
  }

  .wpcf7-form-control {
    display: flex;
    flex-direction: column;
  }
  /* .form_radio */
  .wpcf7-list-item {
    margin: 0;
  }
  .wpcf7-list-item-label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    font-feature-settings: 'palt';
    display: flex;
    align-items: center;
    position: relative;
    @media screen and (min-width: 1025px) {
      margin-top: 7px;
      margin-bottom: 7px;
      font-size: 2rem;
    }
  }
  .form_radio input {
    display: none;
  }
  /* .form_radio::before */
  /* .wpcf7-list-item::before */
  .wpcf7-list-item-label::before {
    content: '';
    display: block;
    min-width: 18px;
    height: 18px;
    border: 1px solid #bfbfbf;
    border-radius: 100px;
    margin-right: 4px;
  }
  /* .form_radio:has(input:checked)::after */
  /* .wpcf7-list-item:has(input:checked)::after */
  input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1c9aff;
    border-radius: 10px;
    position: absolute;
    left: 4px;
  }
  .form_select.width {
    width: 100%;
  }
  .form_select.width::after {
    right: calc(8 / 390 * 100vw);
  }
  @media screen and (min-width: 1025px) {
    .form_select.width::after {
      right: 8px;
    }
  }
  .form_textarea {
    width: 100%;
    height: calc(150 / 390 * 100vw);
    padding: 10px 8px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
  }
  @media screen and (min-width: 1025px) {
    .form_textarea {
      height: 150px;
    }
  }
  .lead {
    width: 100%;
    height: 210px;
    padding: 32px;
    margin-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f5f5f5;
    overflow-y: auto;
  }
  @media screen and (min-width: 1025px) {
    .lead {
      width: 800px;
      margin: 0 auto 40px;
    }
  }
  .lead_ttl {
    margin-bottom: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.64px;
    font-feature-settings: 'palt';
  }
  @media screen and (min-width: 1025px) {
    .lead_ttl {
      margin-bottom: 20px;
      font-size: 2rem;
    }
  }
  .lead_sttl {
    margin-bottom: 4px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-feature-settings: 'palt';
  }
  .lead_text,
  .lead_desc {
    margin-bottom: 16px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.56px;
    font-feature-settings: 'palt';
    text-align: justify;
  }
  @media screen and (min-width: 1025px) {
    .lead_text,
    .lead_desc {
      margin-bottom: 20px;
    }
  }
  .lead_desc._mb {
    margin-bottom: 0;
  }
  .privacy {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
  @media screen and (min-width: 1025px) {
    .privacy {
      margin-bottom: 100px;
    }
  }
  .privacy_check.disabled {
    color: #bfbfbf;
  }
  .privacy_check {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: justify;
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
  }
  @media screen and (min-width: 1025px) {
    .privacy_check {
      font-size: 2rem;
    }
  }
  .privacy_check::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #bfbfbf;
    margin-right: 8px;
  }
  .privacy_check input {
    display: none;
  }
  .privacy_check:has(input:checked)::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(/wp_new/wp-content/themes/hospital_new/images/korekara/ic_check-b.svg) center / contain no-repeat;
    position: absolute;
    left: 2px;
  }
  .btns {
    position: relative;
  }
  .btn,
  .btn_opa {
    width: calc(250 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    background-color: #0048b6;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-feature-settings: 'palt';
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  @media screen and (min-width: 1025px) {
    .btn,
    .btn_opa {
      width: 280px;
      height: 64px;
      font-size: 2.4rem;
      letter-spacing: 1.92px;
    }
  }
  .btn_wrap {
    width: calc(250 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    margin: 0 auto;
    position: relative;
  }
  @media screen and (min-width: 1025px) {
    .btn_wrap {
      width: 280px;
      height: 64px;
    }
  }
  .btn_wrap::after,
  .btn_opa::after {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    background: url(/wp_new/wp-content/themes/hospital_new/images/korekara/ic_arrow-r-w.svg) center / contain no-repeat;
    position: absolute;
    right: 21px;
  }
  .btn_wrap::after {
    top: 50%;
    translate: 0 -50%;
  }
  input[type='submit'] {
    font-family: YuGothic;
  }
  .btn {
    display: none;
  }
  .btn.active {
    display: flex;
    cursor: pointer;
  }
  .btn_opa.active {
    display: flex;
    background-color: #bfbfbf;
  }
  .btn_opa {
    display: none;
  }
  .btn_opa p {
    font-weight: 700;
    line-height: normal;
  }
  /* .send_text  */
  .wpcf7 form.sent .wpcf7-response-output {
    padding: 0;
    margin-top: -34px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0048b6;
    text-align: center;
  }
  @media screen and (min-width: 1025px) {
    .wpcf7 form.sent .wpcf7-response-output {
      font-size: 2.4rem;
    }
  }
  .footer__fixed-navi.is-show {
    display: none;
  }
  .footer {
    margin-bottom: 0;
  }
}
