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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

ol,
ul,
dl {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.footer {
  margin: 3rem 0 0;
  background-color: #f7f7f7;
}
.footer-contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.footer-contact-item {
  border: 1px solid #CCC;
  width: 33.3333%;
  background: #9f774b;
  text-align: center;
}
.footer-top {
  padding: 2rem 0 2.4rem;
}
.footer-top-logo {
  margin: 0 auto;
  width: 18rem;
}
.footer-top-lead {
  margin: 1.75rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #56595c;
}
.footer-top-lead::after {
  content: "";
  box-sizing: content-box;
  display: block;
  margin: 1.5rem auto 0;
  width: 3rem;
  height: 1px;
  background-color: #ccc;
  border-bottom: 1px solid #fff;
  border-radius: 2px;
}
.footer-top-text {
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
.footer-link-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-link-item {
  width: 50%;
}
.footer-link-item:nth-child(odd) {
  border-right: 1px solid #535353;
}
.footer-link-item a {
  display: block;
  padding: 1.4rem 2rem 1.3rem 1.2rem;
  background: #666 url(/shared/img/arrow_gray.svg) no-repeat 95% center;
  background-size: 7px auto;
  border-bottom: 1px solid #535353;
  letter-spacing: -0.025em;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}
.footer-link-sub-list {
  display: none;
}
.footer-clinic {
  padding: 2.5rem 0;
  background-color: #f7f7f7;
}
.footer-clinic-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  color: #56595c;
}
.footer-clinic-title::after {
  content: "";
  box-sizing: content-box;
  display: block;
  margin: 1rem auto 0;
  width: 33.5rem;
  height: 1px;
  background-color: #ccc;
  border-bottom: 1px solid #fff;
  border-radius: 2px;
}
.footer-clinic-list {
  margin: 0;
  padding: 0 2rem;
}
.footer-clinic-item {
  margin: 1.5rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-clinic-item:first-child {
  margin-top: 0;
}
.footer-clinic-item::before {
  content: "";
  display: block;
  width: 8rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer-clinic-item.is-tokyo::before {
  background-image: url(/shared/img/tokyo_pic.jpg);
}
.footer-clinic-item.is-osaka::before {
  background-image: url(/shared/img/osaka_pic.jpg);
}
.footer-clinic-box {
  position: relative;
  margin: 0;
  padding: 0.2rem 0 0 1.5rem;
  flex: 1;
}
.footer-clinic-box-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #56595c;
}
.footer-clinic-box-title a {
  color: #56595c;
  text-decoration: none;
}
.footer-clinic-box-title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-clinic-box-text {
  line-height: 1.5;
  font-size: 1rem;
}
.footer-sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.footer-sns-item {
  margin: 0 0.5rem;
  width: 2.8rem;
}
.footer-sns-item a {
  display: block;
}

.copyright {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  font-size: 10px;
}

.pagetop {
  display: block;
  position: fixed;
  right: 4px;
  bottom: 4px;
  z-index: 100;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}
.pagetop a {
  display: block;
  width: 40px;
  height: 36px;
  background: #675b51;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.pagetop a::before {
  content: "";
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}

@media (min-width: 750.1px) {
  .footer {
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .footer-inner {
    width: 1100px;
    padding: 30px 0 10px;
    margin: 0 auto;
  }
  .footer-contact {
    display: none;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 30px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .footer-top-header {
    width: 400px;
  }
  .footer-top-logo {
    width: 150px;
  }
  .footer-top-lead {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .footer-top-lead::after {
    display: none;
  }
  .footer-top-text {
    width: 700px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
  }
  .footer-link-list {
    position: relative;
    display: block;
    margin: 30px 0 0;
    width: 100%;
    height: 295px;
  }
  .footer-link-item {
    box-sizing: content-box;
    margin: 10px 0 0;
    padding-left: 875px;
    width: auto;
  }
  .footer-link-item:nth-child(odd) {
    border-right: 0;
  }
  .footer-link-item:nth-child(1) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
  }
  .footer-link-item:nth-child(2) {
    position: absolute;
    padding-left: 0;
    top: 0;
    left: 275px;
    width: 275px;
  }
  .footer-link-item:nth-child(3) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 550px;
    width: 275px;
  }
  .footer-link-item a {
    display: block;
    padding: 0 0 0 15px;
    background: url(/shared/img/arw_gold.svg) no-repeat left center;
    background-size: 8px auto;
    border-bottom: 0;
    letter-spacing: -0.025em;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
  }
  .footer-link-sub-list {
    display: block;
    margin: 0 0 0 8px;
  }
  .footer-link-sub-item {
    margin: 8px 0 0;
  }
  .footer-link-sub-item a {
    padding: 0 0 0 12px;
    background-size: 6px auto;
    font-size: 12px;
  }
  .footer-clinic {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #ddd;
  }
  .footer-clinic-title {
    margin: 0;
    width: 300px;
    font-size: 14px;
  }
  .footer-clinic-title::after {
    display: none;
  }
  .footer-clinic-list {
    margin: 0;
    padding: 0 0 0 60px;
    width: 800px;
    border-left: 1px solid #ddd;
  }
  .footer-clinic-item {
    margin: 9px 0 0;
  }
  .footer-clinic-item::before {
    width: 100px;
    height: 50px;
  }
  .footer-clinic-box {
    margin: 0;
    padding: 5px 0 0 25px;
    flex: 1;
  }
  .footer-clinic-box-title {
    margin: 0 0 6px;
    font-size: 13px;
  }
  .footer-clinic-box-text {
    font-size: 12px;
  }
  .footer-sns {
    margin: 20px 0 20px;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
  }
  .footer-sns-item {
    margin: 0 8px;
    width: 30px;
  }
  .footer-sns-item a:hover {
    opacity: 0.7;
  }
  .footer .copyright {
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
  }
  .pagetop {
    right: 0;
    bottom: 0;
    border-radius: 0;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.3);
    overflow: auto;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }
  .pagetop a::before {
    margin-top: -4px;
    margin-left: -8px;
    width: 18px;
    height: 18px;
  }
}
.flow-navi {
  display: none;
}
.flow-navi-inner {
  display: none;
}

@media (min-width: 750.1px) {
  .flow-navi {
    position: fixed;
    top: 350px;
    right: 0;
    z-index: 3;
    width: 78px;
  }
  .flow-navi-inner {
    display: block;
  }
  .flow-navi-list {
    margin: 0;
  }
  .flow-navi-item {
    margin-top: 1px;
  }
  .flow-navi-item a {
    transition: 0.3s all;
  }
  .flow-navi-item a:hover {
    opacity: 0.7;
  }
  .flow-navi-item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 319px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  html {
    font-size: calc(2.6666666667vw + 0rem);
  }
}
@media (min-width: 750.1px) {
  html {
    font-size: 14px;
  }
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #9f774b;
  text-decoration: underline;
  outline: none;
  transition: all 0.4s ease;
}
a:hover {
  color: #9f774b;
}

body {
  position: relative;
  color: #333;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
}

.article {
  padding: 6.5rem 0 0;
}

@media (min-width: 750.1px) {
  .article {
    padding-top: 90px;
  }
}
.content-btn {
  margin: 0;
}
.content-btn::after {
  content: "";
  display: table;
  clear: both;
}
.content-btn a {
  box-sizing: border-box;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 4.4rem;
  border: 1px solid #479DDC;
  box-shadow: 2px 2px #479DDC;
  font-size: 1.3rem;
  color: #479ddc;
  text-decoration: none;
}

@media (min-width: 750.1px) {
  .content-btn {
    margin: 0;
  }
  .content-btn a {
    float: none;
    width: 180px;
    height: 40px;
    font-size: 13px;
  }
}
.header {
  width: 100%;
  height: 6.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 6.5rem;
}
.header-title {
  margin: 0 0 0 1.5rem;
  width: 14.5rem;
  line-height: 1;
}
.header-caption {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.5rem;
  padding: 0 0 0 0.5rem;
  width: 5.4rem;
  height: 2.8rem;
  color: #56595C;
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #707070;
}
.header-entry {
  margin: 0 0 0 3rem;
  width: 6.6rem;
}
.header-entry a {
  display: block;
}
.header-menu-btn {
  box-sizing: border-box;
  width: 6rem;
  height: 6.5rem;
  padding: 2.4rem 1.6rem;
  position: relative;
}
.header-menu-btn-parts {
  margin-bottom: 0.7rem;
  width: 100%;
  height: 0.3rem;
  background-color: #56595C;
  border-radius: 8px;
  transition: transform 0.3s;
}
.header-menu-btn-parts:last-child {
  margin-bottom: 0;
}
.header-menu-btn-parts.active {
  position: absolute;
  width: 2.7rem;
}
.header-menu-btn .menu__line--top.active {
  top: 3.05rem;
  transform: rotate(45deg);
}
.header-menu-btn .menu__line--center.active {
  transform: scaleX(0);
}
.header-menu-btn .menu__line--bottom.active {
  bottom: 3.05rem;
  transform: rotate(135deg);
}
.header-nav {
  display: none;
}

@media (min-width: 750.1px) {
  .header {
    height: 90px;
    overflow: hidden;
    min-width: 1100px;
  }
  .header-inner {
    margin: 0 auto;
    width: 1100px;
    height: 90px;
  }
  .header-menu-btn {
    display: none;
  }
  .header-title {
    margin-top: -5px;
    margin-left: 30px;
    width: 225px;
  }
  .header-caption {
    justify-content: center;
    margin: 0 0 0 10px;
    padding: 0;
    width: 128px;
    height: 28px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
  }
  .header-entry {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 180px;
    height: 90px;
  }
  .header-entry a {
    transition: all, 0.3s;
  }
  .header-entry a:hover {
    opacity: 0.7;
  }
  .header-menu-btn {
    display: none;
  }
  .header-nav {
    display: block;
    position: absolute;
    top: 35px;
    right: 198px;
    height: 90px;
    width: 550px;
    margin: 0;
    padding: 0;
  }
  .header-nav-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .header-nav-item a {
    transition: all 0.3s;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    letter-spacing: -0.025em;
    font-size: 12px;
  }
  .header-nav-item a:hover {
    color: #000;
  }
}
.section-title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #435e80;
}

@media (min-width: 750.1px) {
  .section-title {
    font-size: 34px;
    line-height: 1.25;
  }
}
.section-text {
  font-size: 1.4rem;
  line-height: 1.65;
}

@media (min-width: 750.1px) {
  .section-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.top {
  position: relative;
}
.top::before {
  content: "";
  display: block;
  width: 11.6rem;
  height: 0.7rem;
  background: #435e80;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.is-pc {
  display: none;
}

@media (min-width: 750.1px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
.recruit-area {
  box-sizing: border-box;
  padding: 1.7rem 0 1.8rem;
  background-image: url(/recruit/lp_doctor/img/cv_bg2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.recruit-area-caption {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #715e5e;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.recruit-area-caption::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.6rem;
  margin: auto;
}
.recruit-area-caption::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
}
.recruit-area-text {
  margin: 0 0 1.4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #c6778f;
}
.recruit-area-btn {
  width: 31rem;
  min-height: 6.3rem;
  margin: 0 auto;
}

@media (min-width: 750.1px) {
  .recruit-area {
    padding: 30px 0 0;
    height: 272px;
    background-image: url(/recruit/lp_doctor/img/cv_bg_pc2.png), url(/recruit/lp_doctor/img/cv_bg_pc3.gif);
    background-repeat: no-repeat, repeat-x;
    background-size: auto auto, 1px 100%;
    text-align: center;
  }
  .recruit-area-caption {
    margin: 0 auto 16px;
    width: 707px;
    font-size: 28px;
  }
  .recruit-area-caption::before, .recruit-area-caption::after {
    width: 135px;
  }
  .recruit-area-caption::before {
    left: 0;
  }
  .recruit-area-caption::after {
    right: 0;
  }
  .recruit-area-text {
    margin: 0 0 19px;
    font-size: 20px;
  }
  .recruit-area-btn {
    width: auto;
  }
  .recruit-area-btn a {
    transition: all, 0.3s;
  }
  .recruit-area-btn a:hover {
    opacity: 0.7;
  }
}
.main-visual {
  width: 100%;
  height: 40rem;
  background-image: url(/recruit/lp_doctor/img/main_202512.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 750.1px) {
  .main-visual {
    min-width: 1100px;
    height: 400px;
    background-image: url(/recruit/lp_doctor/img/main_pc_202512.jpg);
    background-size: auto 400px;
    background-color: #a0a0a0;
  }
}
.lead {
  overflow: hidden;
  position: relative;
  padding: 2.5rem 0 0;
  background-image: url(/recruit/lp_doctor/img/lead_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top 6rem center;
}
.lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 47rem;
  right: 0;
  width: 5rem;
  height: 33.3rem;
  background-image: url(/recruit/lp_doctor/img/bg_text_message.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.lead-inner {
  padding: 0 1.5rem;
}
.lead-title {
  margin: 0 0 1.5rem;
}
.lead-text {
  margin: 0;
}
.lead-text::before {
  content: "";
  display: block;
  float: right;
  width: 14.4rem;
  height: 19.5rem;
}
.lead-text::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

@media (min-width: 750.1px) {
  .lead {
    margin: -30px 0 0;
    padding: 90px 0 0;
    background-image: url(/recruit/lp_doctor/img/lead_bg_pc.png);
    background-size: auto auto;
    background-position: center top;
  }
  .lead::before {
    top: 50px;
    right: auto;
    left: 30px;
    width: 75px;
    height: 600px;
    opacity: 1;
  }
  .lead-inner {
    margin: 0 auto;
    padding: 0 100px;
    width: 1100px;
  }
  .lead-title {
    margin: 0 0 1.5rem;
  }
  .lead-text {
    width: 435px;
  }
  .lead-text::before {
    display: none;
  }
}
.message {
  margin: 3rem 0 0;
  padding: 0 0 4rem;
}
.message-title {
  margin: 0 0 1.5rem -1.5rem;
  padding: 0 0 0 1.5rem;
  width: 28rem;
  border-bottom: 1px solid #9dcee8;
}
.message-youtube {
  position: relative;
  margin: 0;
  padding-top: 56.7%;
  width: 100%;
}
.message-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.message-text {
  margin: 1.25em 0 0;
}
.message-btn {
  margin: 1rem 0 0;
}

@media (min-width: 750.1px) {
  .message {
    position: relative;
    margin: 140px auto 0;
    padding: 0;
    width: 886px;
    min-height: 285px;
    height: 285px;
  }
  .message::after {
    content: "";
    display: table;
    clear: both;
  }
  .message-title {
    flex: 1;
    margin: 25px 0 0 424px;
    padding: 0 5px 8px 0;
    width: 462px;
    text-align: right;
  }
  .message-youtube {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 286px;
    width: 504px;
  }
  .message-text {
    margin: 15px 0 0 520px;
    width: 366px;
  }
  .message-btn {
    float: right;
    margin-top: 15px;
  }
}
.reason-title {
  margin: 0 0 1.5rem;
}
.reason-box {
  padding: 1rem 0 0;
}
.reason-box-title {
  position: relative;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1rem;
  padding: 0 3rem 0 3.7rem;
  min-height: 3rem;
  background-image: url(/recruit/lp_doctor/img/reason_no1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3rem auto;
  color: #435e80;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6rem;
}
.reason-box-title::before, .reason-box-title::after {
  content: "";
  display: block;
  position: absolute;
}
.reason-box-title::before {
  transition: all 0.2s;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/recruit/lp_doctor/img/reason_arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.reason-box-title::after {
  bottom: -0.8rem;
  left: 0;
  margin: 0.8rem 0 0;
  width: 100%;
  height: 1px;
  background-color: #9dcee8;
}
.reason-box-title.is-active::before {
  transform: rotate(-180deg);
}
.reason-box-contents {
  padding: 0 0 0 1em;
  transition: all 0.2s;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.reason-box-contents.is-open {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: auto;
  opacity: 1;
  border-bottom: 1px solid #9dcee8;
}
.reason-box-text {
  margin: 0 0 0.8rem;
}
.reason-box-pic {
  margin: 0;
}
.reason-list {
  margin: 0 0 2rem;
}
.reason-item:first-child {
  border-top: 0;
}
.reason-item:nth-child(2) .reason-box-title {
  background-image: url(/recruit/lp_doctor/img/reason_no2.png);
}
.reason-item:nth-child(3) .reason-box-title {
  background-image: url(/recruit/lp_doctor/img/reason_no3.png);
}

@media (min-width: 750.1px) {
  .reason {
    margin: 50px 0 0;
  }
  .reason-title {
    margin: 0 0 20px;
  }
  .reason-box {
    padding: 12px 0 0;
  }
  .reason-box-title {
    margin: 0 0 12px;
    padding: 0 50px 0 65px;
    min-height: 50px;
    background-size: 50px auto;
    line-height: 1;
    font-size: 27px;
  }
  .reason-box-title::before {
    width: 25px;
    height: 25px;
  }
  .reason-box-title::after {
    bottom: -10px;
    margin: 10px 0 0;
  }
  .reason-box-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 0 20px;
  }
  .reason-box-contents.is-open {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .reason-box-text {
    margin: 0;
    width: 396px;
  }
  .reason-box-pic {
    width: 465px;
  }
  .reason-list {
    margin: 0 0 40px;
  }
}
.becomedr {
  background-image: url(/recruit/lp_doctor/img/navy_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  padding: 3.25rem 1.6rem 2.4rem;
}
.becomedr::before {
  background: #d5b48e;
}
.becomedr-title {
  margin: 0 0 2.4rem;
  text-align: center;
  color: #fff;
}
.becomedr-content {
  position: relative;
  padding: 16.8rem 2rem 2.5rem;
  margin: 1rem 0 0;
  background: #fff;
}
.becomedr-content:first-child {
  margin-top: 0;
}
.becomedr-content-title {
  margin: 1.4rem 0 1.25rem;
  color: #d5b48e;
  font-size: 1.8rem;
  line-height: 1.25;
}
.becomedr-content-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  min-height: 16.8rem;
}
.becomedr-content-text {
  margin-bottom: 1rem;
}
.becomedr-content-btn {
  margin: 0;
}
.becomedr-content-btn::after {
  content: "";
  display: table;
  clear: both;
}
.becomedr-content-btn a {
  box-sizing: border-box;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 4.4rem;
  border: 1px solid #479DDC;
  box-shadow: 2px 2px #479DDC;
  font-size: 1.3rem;
  color: #479ddc;
  text-decoration: none;
}

@media (min-width: 750.1px) {
  .becomedr-title {
    margin: 0 0 35px;
  }
  .becomedr-content {
    margin: 35px auto 0;
    padding: 35px 35px 35px 510px;
    width: 920px;
    height: 473px;
    overflow: hidden;
  }
  .becomedr-content-title {
    margin: 0 0 22px;
    font-size: 22px;
  }
  .becomedr-content-text {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .becomedr-content-image {
    top: 0;
    left: 0;
    width: 464px;
    height: auto;
  }
  .becomedr-content-btn {
    margin: 0;
  }
  .becomedr-content-btn a {
    float: none;
    width: 180px;
    height: 40px;
    font-size: 13px;
  }
}
.dr-voice {
  padding: 3.4rem 0 0;
}
.dr-voice-title {
  margin: 0 0 2.4rem;
  text-align: center;
}
.dr-voice-inner {
  padding: 2.4rem 1.5rem 4rem;
  background-image: url(/recruit/lp_doctor/img/navy_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: left -7.5rem top;
}
.dr-voice-content {
  margin: 1.5rem 0 0;
  padding: 2.5rem 2.4rem;
  background: #fff;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.dr-voice-content:first-child {
  margin-top: 0;
}
.dr-voice-content-title {
  margin: 0 0 1.5rem;
  font-size: 2rem;
}
.dr-voice-content-title-in {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  font-weight: normal;
  width: 10rem;
  color: #d5b48e;
  font-size: 1.2rem;
  line-height: 1.2;
  vertical-align: middle;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka;
}
.dr-voice-content-text-item {
  margin: 1em 0 0;
}
.dr-voice-content-text-item:first-child {
  margin-top: 0;
}
.dr-voice-content-movie-item {
  position: relative;
  margin: 1.5rem 0 0;
  padding-top: 56.7%;
  width: 100%;
  height: auto;
}
.dr-voice-content-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.dr-voice-btn {
  margin: 1.75rem 0 0;
}
.dr-voice .is-boyer .dr-voice-content-title-in {
  width: 8.5rem;
}

@media (min-width: 750.1px) {
  .dr-voice {
    position: relative;
    padding: 60px 0;
    background-image: url(/recruit/lp_doctor/img/navy_bg_pc.gif);
    background-size: auto 1090px;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-width: 1100px;
  }
  .dr-voice::after {
    content: "";
    display: block;
    position: absolute;
    top: 130px;
    right: 30px;
    width: 75px;
    height: 600px;
    background-image: url(/recruit/lp_doctor/img/bg_text_doctor.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .dr-voice-title {
    margin: 0 0 95px;
  }
  .dr-voice-inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 50px;
    width: 1100px;
    background: none;
  }
  .dr-voice-content {
    position: relative;
    margin: 24px 0 0;
    padding: 30px 35px;
    width: 664px;
    height: 310px;
  }
  .dr-voice-content-title {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .dr-voice-content-title-in {
    margin: 0 0 0 17px;
    width: 120px;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
  }
  .dr-voice-content-text {
    width: 420px;
  }
  .dr-voice-content-text-item {
    margin: 0;
  }
  .dr-voice-content-movie {
    position: absolute;
    top: 30px;
    right: -335px;
    width: 436px;
  }
  .dr-voice-content-movie-item {
    position: relative;
    margin: 0;
    padding-top: 245px;
    width: 436px;
  }
  .dr-voice-content::after {
    content: "→";
    position: absolute;
    top: 110px;
    right: 140px;
    font-size: 28px;
    color: #445e80;
  }
  .dr-voice-btn {
    margin: 12px 0 0 172px;
    width: 242px;
  }
  .dr-voice-btn a {
    width: 100%;
  }
  .dr-voice .is-boyer .dr-voice-content-title-in {
    width: 120px;
  }
}
.work {
  padding: 3.4rem 0 0;
}
.work-title {
  margin: 0 0 2.4rem;
  text-align: center;
}
.work-inner {
  padding: 2.4rem 1.5rem 4rem;
  background-image: url(/recruit/lp_doctor/img/blue_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: left -3.5rem top;
}
.work-content {
  position: relative;
  margin: 1.5rem 0 0;
  padding: 2.2rem 2rem 20.5rem;
  background: #fff;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.work-content:first-child {
  margin-top: 0;
}
.work-content-title {
  margin: 0 0 1.5rem;
  font-size: 1.9rem;
  line-height: 1;
}
.work-content-title-in {
  display: block;
  margin: 0.75rem 0 0;
  font-weight: normal;
  width: 10rem;
  color: #d5b48e;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka;
}
.work-content-text-item {
  margin: 1em 0 0;
}
.work-content-text-item:first-child {
  margin-top: 0;
}
.work-content-pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29.4rem;
}

@media (min-width: 750.1px) {
  .work {
    position: relative;
    padding: 60px 0;
    background-image: url(/recruit/lp_doctor/img/blue_bg_pc.png);
    background-size: 2000px 1193px;
    background-repeat: no-repeat;
    background-position: center bottom 140px;
    min-width: 1100px;
  }
  .work-title {
    margin: 0 0 50px;
  }
  .work-inner {
    margin: 0 auto;
    padding: 0 50px;
    width: 845px;
    background: none;
  }
  .work-content {
    position: relative;
    margin: 28px 0 0;
    padding: 30px 30px;
    width: 745px;
    height: 315px;
  }
  .work-content-title {
    margin: 0 0 20px;
    font-size: 22px;
  }
  .work-content-title-in {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
  }
  .work-content-text {
    width: 265px;
  }
  .work-content-text-item {
    margin: 0;
  }
  .work-content-pic {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    width: 432px;
    height: 281px;
  }
}
.stepup {
  margin: 2.5rem 0 0;
  padding: 0 1.5rem 5.8rem;
  background: url(/recruit/lp_doctor/img/stepup_bg.png) no-repeat center bottom/cover;
}
.stepup-title {
  padding: 3.5rem 0 0;
  margin: 0 0 2.4rem;
  text-align: center;
}
.stepup-text {
  font-size: 1.4rem;
  line-height: 1.65;
}
.stepup-text p:nth-of-type(2) {
  margin-right: 16rem;
}

@media (min-width: 750.1px) {
  .stepup {
    margin: 0 0;
    padding: 0;
    background: url(/recruit/lp_doctor/img/stepup_bg_pc.png) no-repeat center;
  }
  .stepup-inner {
    width: 880px;
    margin: 0 auto;
    padding: 110px 0;
    background: url(/recruit/lp_doctor/img/stepup_img.png) no-repeat right center;
  }
  .stepup-title {
    padding: 0;
    margin: 0 0 18px 0;
    text-align: left;
    line-height: 1;
  }
  .stepup-text {
    font-size: 14px;
    line-height: 1.8;
    margin-right: 480px;
  }
  .stepup-text p {
    margin: 0;
  }
  .stepup-text p:nth-of-type(2) {
    margin-right: 0;
  }
}
.schedule {
  padding: 3.5rem 1.5rem 2rem;
  background-color: #3d5e83;
}
.schedule::before {
  background: #d5b48e;
}
.schedule-title {
  margin: 0 0 2.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media (min-width: 750.1px) {
  .schedule {
    margin: 0;
    padding: 50px 0 60px;
  }
  .schedule-title {
    margin: 0 0 40px;
  }
  .schedule-pic {
    margin: 0 auto;
    width: 839px;
  }
}
.staff-voice {
  padding: 3.4rem 0 3rem;
}
.staff-voice-title {
  margin: 0 0 3.2rem;
  text-align: center;
}
.staff-voice-content {
  position: relative;
  margin: 2.5rem 0 0;
  padding: 2.4rem 9rem 2.4rem 1.5rem;
  width: 33.2rem;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}
.staff-voice-content-title {
  margin: 0 0 1.5rem;
  line-height: 1;
  font-size: 2.2rem;
}
.staff-voice-content-text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.65;
}
.staff-voice-content-image {
  position: absolute;
  top: -1.2rem;
  right: -4.3rem;
  z-index: 0;
  width: 13rem;
}

@media (min-width: 750.1px) {
  .staff-voice {
    padding: 60px 0 40px;
  }
  .staff-voice-title {
    margin: 0 0 45px;
  }
  .staff-voice-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1160px;
  }
  .staff-voice-content {
    position: relative;
    margin: 0;
    padding: 40px 0 0 60px;
    width: 568px;
    height: 460px;
  }
  .staff-voice-content-title {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    font-size: 22px;
  }
  .staff-voice-content-text {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 215px;
    font-size: 14px;
    line-height: 1.8;
  }
  .staff-voice-content-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 332px;
    height: 100%;
  }
}
.clinic-area {
  padding: 0 1.5rem;
  background-image: url(/recruit/lp_doctor/img/world_2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.clinic-area-title {
  margin: 0;
  padding: 15rem 0 0.5rem;
  font-size: 2.4rem;
  text-align: right;
}
.clinic-area-text {
  margin: 1.5rem 0 0;
}

@media (min-width: 750.1px) {
  .clinic-area {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 425px;
    background-image: url(/recruit/lp_doctor/img/world_pc_2.png);
    background-size: auto auto;
  }
  .clinic-area-title {
    margin: 0 auto;
    padding: 70px 0 0 560px;
    width: 1040px;
    font-size: 34px;
    text-align: left;
  }
  .clinic-area-text {
    padding: 0 0 0 560px;
    margin: 18px auto 0;
    width: 1040px;
  }
}
.clinic-tour {
  position: relative;
  margin: 2rem 0 0;
  padding: 0 1.5rem 3rem;
}
.clinic-tour::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7rem;
  left: 0;
  width: 5rem;
  height: 40rem;
  background-image: url(/recruit/lp_doctor/img/bg_text_tour.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}
.clinic-tour-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 1rem;
  width: 100%;
  height: 8rem;
  background-color: #435e80;
  text-align: center;
  line-height: 1.25;
  color: #fff;
}
.clinic-tour-text {
  margin: 1rem 0 0;
  padding: 0 1.5rem;
}
.clinic-tour-subtitle {
  position: relative;
  margin: 2rem 0 1.8rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #666;
}
.clinic-tour-subtitle::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.clinic-tour-subtitle::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.clinic-tour-subcontent-list {
  margin: 0;
}
.clinic-tour-subcontent-item {
  margin: 1rem 0 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.clinic-tour-subcontent-item:first-child {
  margin-top: 0;
}
.clinic-tour-subcontent-pic {
  width: 9.8rem;
  min-height: 9.8rem;
  margin: 0;
  order: -1;
}
.clinic-tour-subcontent-text {
  flex: 1;
  padding: 0 0 0 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.clinic-tour-subcontent-text mark {
  background: none;
  font-weight: bold;
  color: #d5b48e;
}

@media (min-width: 750.1px) {
  .clinic-tour {
    margin: 40px 0 0;
    padding: 0 0 50px;
    min-width: 1100px;
  }
  .clinic-tour::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 75px;
    height: 600px;
    opacity: 1;
  }
  .clinic-tour-title {
    margin: 0 auto;
    padding: 0;
    width: 927px;
    height: 72px;
    line-height: 1;
  }
  .clinic-tour-text {
    margin: 15px auto 0;
    padding: 0;
    width: 760px;
  }
  .clinic-tour-subtitle {
    position: relative;
    margin: 40px auto 30px;
    width: 850px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #666;
  }
  .clinic-tour-subtitle::before {
    width: 275px;
  }
  .clinic-tour-subtitle::after {
    width: 275px;
  }
  .clinic-tour-subcontent-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 850px;
  }
  .clinic-tour-subcontent-item {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 0;
    width: 415px;
  }
  .clinic-tour-subcontent-item:nth-child(2) {
    margin-top: 0;
  }
  .clinic-tour-subcontent-pic {
    width: 150px;
  }
  .clinic-tour-subcontent-text {
    font-size: 24px;
  }
}
.recruit-process {
  padding: 3.5rem 1.5rem 5rem;
  background-image: url(/recruit/lp_doctor/img/navy_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}
.recruit-process::before {
  background: #d5b48e;
}
.recruit-process-title {
  margin: 0 0 2.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.recruit-process-list {
  margin: 2rem 0 0;
}
.recruit-process-item::before {
  content: "↓";
  display: block;
  margin: 0.8rem 0 1rem 4rem;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
}
.recruit-process-item:first-child::before {
  display: none;
}
.recruit-process-item-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #d5b48e;
}
.recruit-process-item-text {
  margin: 0.75rem 0 0;
  padding: 0 0 0 1.8rem;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #fff;
}

@media (min-width: 750.1px) {
  .recruit-process {
    padding: 50px 0 60px;
  }
  .recruit-process-title {
    margin: 0 0 40px;
  }
  .recruit-process-list {
    margin: 0 auto;
    width: 920px;
  }
  .recruit-process-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .recruit-process-item::before {
    margin: 0.8rem 0 1rem 4rem;
    width: 100%;
    line-height: 1;
    font-size: 14px;
  }
  .recruit-process-item-title {
    width: 350px;
    font-size: 20px;
    line-height: 1;
  }
  .recruit-process-item-text {
    flex: 1;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .recruit-process-item:nth-child(4)::before {
    margin-top: -5px;
  }
}
.person-statement {
  padding: 3rem 1.5rem 0;
  background-image: url(/recruit/lp_doctor/img/dr_visu.png);
  background-repeat: no-repeat;
  background-position: center top 1rem;
  background-size: 100% auto;
}
.person-statement-title {
  line-height: 1;
  font-size: 2.4rem;
  margin: 0 0 2rem;
}
.person-statement-caption {
  margin: 1.5rem 0 0;
  line-height: 1.25;
  font-weight: bold;
  font-size: 1.8rem;
  color: #d5b48e;
}
.person-statement-text {
  margin: 1.5rem 0 0;
}
.person-statement-text::before, .person-statement-text::after {
  content: "";
}
.person-statement-text::before {
  float: right;
  display: block;
  width: 12rem;
  height: 10rem;
}
.person-statement-text::after {
  display: table;
  clear: both;
}

@media (min-width: 750.1px) {
  .person-job {
    position: relative;
    margin: -20px 0 0;
    padding: 90px 0 0;
    background-image: url(/recruit/lp_doctor/img/dr_visu_pc.png);
    background-position: center top;
    background-size: auto auto;
    background-repeat: no-repeat;
    min-width: 1100px;
  }
  .person-job::before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 30px;
    width: 75px;
    height: 600px;
    background-image: url(/recruit/lp_doctor/img/bg_text_person.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .person-statement {
    padding: 0;
    background: none;
  }
  .person-statement-inner {
    margin: 0 auto;
    width: 1040px;
  }
  .person-statement-title {
    font-size: 34px;
    margin: 0 0 20px;
  }
  .person-statement-caption {
    margin: 15px 0 0;
    line-height: 1;
    font-size: 22px;
  }
  .person-statement-text {
    margin: 15px 0 0;
    width: 445px;
  }
  .person-statement-text::before, .person-statement-text::after {
    display: none;
  }
}
.job-description {
  position: relative;
  margin: 3.4rem 0 0;
  padding: 0 1.5rem 3.5rem;
}
.job-description::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 40rem;
  background-image: url(/recruit/lp_doctor/img/bg_text_person.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}
.job-description-title {
  margin: 0 0 2.2rem;
}
.job-description-list {
  margin: 0;
}
.job-description-item {
  margin: 1.2rem 0 0;
}
.job-description-item:first-child {
  margin-top: 0;
}
.job-description-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.job-description-box-title {
  margin: 0;
  padding: 0 1rem 0 0;
  width: 8.2rem;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  border-right: 1px solid #ccc;
}
.job-description-box-text {
  margin: 0;
  flex: 1;
  padding: 0 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 750.1px) {
  .job-description {
    margin: 60px auto 0;
    padding: 0 1.5rem 3.5rem;
  }
  .job-description-inner {
    margin: 0 auto;
    width: 1040px;
  }
  .job-description::before {
    display: none;
  }
  .job-description-title {
    margin: 0 0 22px;
    font-size: 34px;
  }
  .job-description-list {
    margin: 0 auto;
    width: 1040px;
  }
  .job-description-item {
    margin: 20px 0 0;
  }
  .job-description-box-title {
    padding: 0 10px 0 0;
    width: 85px;
    font-size: 14px;
  }
  .job-description-box-text {
    padding: 0 0 0 10px;
    font-size: 14px;
  }
}
.question-title {
  padding: 3.4rem 0 3.3rem;
  margin-bottom: 0;
  background: #dce8e8;
  line-height: 1;
  text-align: center;
}
.question-inner {
  padding: 2rem 1.5rem 3.4rem;
  background: #f7fafa;
}
.question-list {
  margin: 0;
}
.question-item {
  margin: 1.5rem 0 0;
}
.question-item:first-child {
  margin-top: 0;
}
.question-box {
  margin: 0;
}
.question-q {
  padding: 0.5rem 0 0.5rem 3.8rem;
  min-height: 3rem;
  background-image: url(/recruit/lp_doctor/img/icon_q.png);
  background-size: 3.3rem auto;
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #6f8db4;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: bold;
  color: #435e80;
}
.question-a {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.question-a-sub {
  margin: 0.9em 0 0;
}
.question-a-sub-title {
  margin: 0 0 0.25rem;
  font-weight: normal;
}
.question-a-sub-text {
  margin: 0;
}

@media (min-width: 750.1px) {
  .question-title {
    padding: 50px 0;
    font-size: 34px;
  }
  .question-inner {
    padding: 35px 0 40px;
  }
  .question-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 940px;
  }
  .question-item {
    margin: 40px 0 0;
    width: 440px;
  }
  .question-item:nth-child(2) {
    margin-top: 0;
  }
  .question-q {
    padding: 8px 0 0 40px;
    min-height: 36px;
    background-size: 37px auto;
    font-size: 20px;
    line-height: 1;
  }
  .question-a {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
/*gnav*/
.gnav {
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 6.5rem 0 12rem;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav__menu {
  margin: 4rem 0 0;
  width: 100%;
}
.gnav__menu__item {
  margin: 2.4rem 0 0;
  text-align: center;
}
.gnav__menu__item:first-child {
  margin-top: 0;
}
.gnav__menu__item a {
  display: block;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #666;
  text-decoration: none;
  transition: 0.5s;
}

.menu-close {
  margin: 0;
  width: 100%;
}
.menu-close a {
  display: block;
  margin: 0 auto;
  width: 40%;
  padding: 1rem;
  color: #666;
  border: 1px solid #666;
  font-size: 1.4rem;
  text-align: center;
}

.hero {
  position: absolute;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
}

.gnavi {
  display: none;
}

@media screen and (min-width: 750.1px) {
  .hero,
  .menu {
    display: none;
  }
  .gnavi {
    display: block;
    margin: 0;
    padding: 16px 60px 0 0;
    width: 400px;
  }
  .gnavi-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gnavi-item a {
    display: block;
  }
  .gnavi-item a:hover {
    text-decoration: underline;
  }
}
.lp-doctor-recruit-interview .footer {
  margin-top: 0;
}
.lp-doctor-recruit-interview .interview-article {
  padding: 0 1.5rem 3.5rem;
}
.lp-doctor-recruit-interview .interview-article h3 {
  margin: 1.25em 0 1em;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.lp-doctor-recruit-interview .interview-article h3 span {
  display: inline-block;
  color: #435E80;
  border-bottom: solid 1px #5E8EB1;
}
.lp-doctor-recruit-interview .interview-article p {
  margin: 1em 0 0;
  font-size: 14px;
  line-height: 1.65;
}
.lp-doctor-recruit-interview .interview-header {
  padding: 2.5rem 0 2rem;
}
.lp-doctor-recruit-interview .interview-title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #435e80;
}
.lp-doctor-recruit-interview .interview-title-sub {
  display: block;
  margin: 0.5rem 0 0;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #d5b48e;
  font-size: 1.2rem;
  line-height: 1;
}
.lp-doctor-recruit-interview .interview-lead {
  margin: 2.5rem 0 1.5rem;
  padding: 0.85rem 0;
  border-top: 1px solid #9dcee8;
  border-bottom: 1px solid #9dcee8;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #435e80;
}

@media screen and (min-width: 750.1px) {
  .lp-doctor-recruit-interview .main-visual {
    height: 415px;
    background-image: url(/recruit/lp_doctor/img/main_pc.png);
    background-size: auto 415px;
    background-color: #a0a0a0;
  }
  .lp-doctor-recruit-interview .main-visual-inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1100px;
  }
  .lp-doctor-recruit-interview .main-visual-inner picture {
    position: absolute;
  }
  .lp-doctor-recruit-interview .interview-article {
    margin: 0 auto;
    width: 1040px;
    padding: 0 40px 80px;
  }
  .lp-doctor-recruit-interview .interview-article .column2::after {
    content: "";
    display: table;
    clear: both;
  }
  .lp-doctor-recruit-interview .interview-article .column2 .pic {
    margin: 0 0 20px 20px;
    padding: 0;
    float: right;
    width: 357px;
  }
  .lp-doctor-recruit-interview .interview-article h3 {
    padding: 0 15px;
    margin: 30px 0 20px;
    font-size: 22px;
  }
  .lp-doctor-recruit-interview .interview-article h3 span {
    display: inline-block;
  }
  .lp-doctor-recruit-interview .interview-article p {
    margin: 1em 0 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .lp-doctor-recruit-interview .interview-header {
    padding: 70px 0 30px;
  }
  .lp-doctor-recruit-interview .interview-title {
    padding: 0 15px;
    font-size: 34px;
  }
  .lp-doctor-recruit-interview .interview-title-sub {
    padding: 0 17px;
    margin-top: 15px;
    font-size: 18px;
  }
  .lp-doctor-recruit-interview .interview-lead {
    margin: 70px 0 30px;
    padding: 25px 15px;
    font-size: 34px;
  }
}
.interview-link {
  margin: 0 0 2.5rem;
  padding: 0 1.5rem;
}
.interview-link-list {
  margin: 0;
}
.interview-link-item {
  margin: 1.7rem 0 0;
}
.interview-link-item:first-child {
  margin-top: 0;
}
.interview-link-item a {
  display: block;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.interview-link .top-btn {
  text-align: center;
}
.interview-link .top-btn a {
  display: inline-block;
  padding: 1rem 3rem;
  margin: 2rem auto 0;
  text-decoration: none;
  border: 1px solid #479DDC;
  box-shadow: 2px 2px #479DDC;
  font-size: 1.3rem;
  color: #479ddc;
}

@media screen and (min-width: 750.1px) {
  .interview-link {
    margin: 0 auto 80px;
    padding: 0;
    width: 960px;
  }
  .interview-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .interview-link-item {
    margin: 0;
    width: 310px;
  }
  .interview-link-item a:hover {
    opacity: 0.8;
    box-shadow: none;
  }
  .interview-link .top-btn {
    margin: 0;
  }
  .interview-link .top-btn a {
    padding: 10px 30px;
    margin: 40px auto 0;
    font-size: 14px;
  }
}
@media (min-width: 750.1px) {
  .lp-doctor-recruit-interview.is-nagano .main-visual {
    background-image: url(/recruit/lp_doctor/img/topi_nagano_pc.png);
    background-color: #F8F8F8;
  }
  .lp-doctor-recruit-interview.is-nagano .main-visual-inner picture {
    top: 171px;
    right: 15px;
  }
}

@media (min-width: 750.1px) {
  .lp-doctor-recruit-interview.is-hojo .main-visual {
    background-image: url(/recruit/lp_doctor/img/topi_hojo_pc.png);
    background-color: #F8F8F8;
  }
  .lp-doctor-recruit-interview.is-hojo .main-visual-inner picture {
    top: 171px;
    right: 11px;
  }
}

@media (min-width: 750.1px) {
  .lp-doctor-recruit-interview.is-boyer .main-visual {
    background-image: url(/recruit/lp_doctor/img/topi_bo_pc.png);
    background-color: #F8F8F8;
  }
  .lp-doctor-recruit-interview.is-boyer .main-visual-inner picture {
    top: 150px;
    right: 22px;
  }
}

.lp-doctor-recruit-interview.is-so .main-visual {
  background-image: url(/recruit/lp_doctor/img/topi_so.png);
}
@media (min-width: 750.1px) {
  .lp-doctor-recruit-interview.is-so .main-visual {
    background-image: url(/recruit/lp_doctor/img/topi_so_pc.png);
    background-color: #F8F8F8;
  }
  .lp-doctor-recruit-interview.is-so .main-visual-inner picture {
    top: 173px;
    right: 51px;
  }
}