@charset "UTF-8";
@font-face {
  src: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/fonts/A1MinchoStd-Bold-subset.woff2') format('woff2'), url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/fonts/A1MinchoStd-Bold-subset.woff') format('woff');
  font-display: swap;
  font-family: 'A1Mincho';
  font-style: normal;
  font-weight: 700;
}
@font-face {
  src: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/fonts/PlantagenetCherokee-subset.woff2') format('woff2'), url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/fonts/PlantagenetCherokee-subset.woff') format('woff'), url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/fonts/PlantagenetCherokee-subset.ttf') format('ttf');
  font-display: swap;
  font-family: 'PlantagenetCherokee';
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 1;
  cursor: pointer;
}

.swiper-button-lock {
  display: none;
}

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

html {
  font-size: 16px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #3C3C3C;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-break: normal;
  line-height: 2.18181818;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  opacity: .7;
}

img,
svg {
  vertical-align: top;
  border: none;
  max-width: 100%;
  height: auto;
}

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
  font: inherit;
}

svg {
  width: 100%;
  height: 100%;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fv {
  opacity: 0;
}

.js-fvLead {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  overflow: hidden;
}

.js-fadeInUp {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

[data-target] {
  cursor: pointer;
}

[data-work-text] {
  position: relative;
}

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}

form button[type=submit],
form input[type=submit],
form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
}

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

form button[type=submit]:not(:disabled):hover, form button[type=submit]:not(:disabled):focus,
form input[type=submit]:not(:disabled):hover,
form input[type=submit]:not(:disabled):focus,
form input[type=button]:not(:disabled):hover,
form input[type=button]:not(:disabled):focus {
  outline: none;
}

form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  border-color: transparent;
  background-color: #b2b2b2;
  color: #fff;
}

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

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  padding: .3636363636rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 2.18181818;
}

textarea {
  resize: vertical;
}

textarea:hover, textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 16px 0 0;
  padding: 0 0 0 2.28em;
}

input[type=radio] + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  width: 1.72em;
  height: 1.72em;
  content: '';
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

input[type=radio]:checked + span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: .52em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 50%;
  background: #2880B1;
  width: .68em;
  height: .68em;
  content: '';
}

input[type=checkbox] {
  display: inline-block;
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 2em;
}

input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  content: '';
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

input[type=checkbox]:focus + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=checkbox]:checked:focus + span::before {
  outline: none;
}

input[type=checkbox]:checked + span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-70%) translateX(.5em) rotate(45deg);
  transform: translateY(-70%) translateX(.5em) rotate(45deg);
  opacity: 1;
  border-right: 4px solid #2880B1;
  border-bottom: 4px solid #2880B1;
  width: .75em;
  height: 1.5em;
  content: '';
}

input[type=number], input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: .4em 2.4em .4em .8em;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
}

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

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

select:invalid {
  color: #b2b2b2;
}

select:not(:disabled) {
  cursor: pointer;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class])::after {
  display: inline-block;
  margin-left: .3em;
  width: 1em;
  height: 1em;
  color: inherit;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  table-layout: fixed;
}

thead {
  background-color: #F8F8F8;
  font-weight: 700;
}

th,
td {
  vertical-align: top;
  border: 1px solid #3C3C3C;
  padding: 4px 6px;
  text-align: left;
}

th:nth-child(1) {
  width: 25%;
}

/************************************************************************
* end base
************************************************************************/
.l-archiveBtnWrap {
  margin-top: 3.6363636364rem;
  text-align: right;
}

.l-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 133px);
}

.l-container {
  margin: 0 auto;
  padding: 0 25px;
  max-width: calc(1200px + 25px*2);
}

.l-container--top {
  padding: 0 7.27272727rem;
  max-width: calc(1200px + 7.27272727rem*2);
}

.l-container--narrow {
  max-width: calc(1000px + 25px*2);
}

.l-container--narrow2 {
  max-width: calc(700px + 25px*2);
}

.l-container--wide {
  max-width: calc(1200px * 1.2 + 25px*2);
}

.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-container--noPadding {
  padding: 0;
}

.l-content {
  margin-top: 3.5454545455rem;
}

.l-footer {
  margin-top: auto;
  background-color: #DCDCD8;
  padding-top: 2.0454545455rem;
  padding-bottom: 3.0909090909rem;
}

.l-hasSidebar {
  display: grid;
  grid-template-columns: 15rem 1fr;
  margin-top: 5.3181818182rem;
}

.l-hasSidebar__secondary {
  padding: 0 1.4545454545rem 5.3181818182rem;
}

.l-hasSidebar__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: calc(65.9545454545rem + 25px*2);
}

.l-hasSidebar__pcFull {
  width: 100%;
}

.l-hasSidebar__pcFull img {
  width: 100%;
  height: auto;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  -webkit-box-shadow: 0 .4545454545rem 8px rgba(0, 0, 0, .15);
  box-shadow: 0 .4545454545rem 8px rgba(0, 0, 0, .15);
  background: #fff;
  width: 100%;
}

.l-interview {
  margin-top: 4.5454545455rem;
}

.l-moreBtnWrap {
  text-align: center;
}

.l-spToc {
  margin-top: .9375rem;
}

.l-topSection {
  margin-top: 4.5454545455rem;
}

.c-archiveBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin: 0;
  border: 1px solid currentColor;
  border-radius: .6818181818rem;
  background: #fff;
  padding: .4545454545rem;
  width: 15.4545454545rem;
  max-width: 100%;
  color: #00A4D5;
  font: inherit;
  font-size: .9545454545rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.c-archiveBtn__icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6818181818rem;
  height: .5454545455rem;
}

.c-beforeDisk {
  --lh: 1.5;
  position: relative;
  padding-left: 1.3em;
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: var(--lh, 1.5);
}

.c-beforeDisk::before {
  position: absolute;
  top: calc(var(--lh, 1.5) / 2 * 1em);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00A4D5;
  content: '●';
}

.c-beforeDisk + * {
  margin-top: .6818181818rem;
}

/************************************************************************
* 基本形
************************************************************************/
.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin: 0;
  border-radius: .6818181818rem;
  background: -webkit-gradient(linear, left top, right top, from(#008CBB), to(#3A96B2));
  background: linear-gradient(to right, #008CBB, #3A96B2);
  padding: 1em 3.6363636364rem;
  width: 31.3636363636rem;
  max-width: 100%;
  color: #fff;
  font: inherit;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.c-btn__icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .64516129em;
  height: 1.25806452em;
}

.c-btn2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-shadow: .2545454545rem .2545454545rem .1272727273rem rgba(0, 0, 0, .3);
  box-shadow: .2545454545rem .2545454545rem .1272727273rem rgba(0, 0, 0, .3);
  border: 2px solid #79BBDB;
  border-radius: 100vh;
  background-color: #fff;
  padding: 1.6818181818em;
  width: 26rem;
  max-width: 100%;
  color: #79BBDB;
  font-size: 1rem;
  line-height: 1.25;
}

.c-btn2::before {
  margin-top: -.2272727273em;
  margin-right: .6818181818em;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/common/btn2-arrow.png') no-repeat center center/contain;
  width: 1.4545454545em;
  height: 1.4545454545em;
  content: '';
}

.c-btn3 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -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;
  -webkit-box-shadow: .2545454545rem .2545454545rem .1272727273rem rgba(0, 0, 0, .3);
  box-shadow: .2545454545rem .2545454545rem .1272727273rem rgba(0, 0, 0, .3);
  border: 2px solid #79BBDB;
  border-radius: 100vh;
  background-color: #fff;
  padding: 1.6818181818em 3.0909090909em 1.6818181818em 4.6363636364em;
  width: 19.8636363636rem;
  max-width: 100%;
  color: #79BBDB;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.c-btn3::before {
  position: absolute;
  top: 50%;
  left: 2.7272727273em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -.2272727273em;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/common/btn2-arrow.png') no-repeat center center/contain;
  width: 1.4545454545em;
  height: 1.4545454545em;
  content: '';
}

/************************************************************************
* c-checkboxLabel
************************************************************************/
.c-checkboxLabel {
  display: inline-block;
  position: relative;
}

.c-checkboxLabel > input[type=checkbox] {
  position: absolute;
}

.c-contentItem + .c-contentItem {
  margin-top: 3.8636363636rem;
}

.c-contentItem__title {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

.c-contentItem__title > span {
  display: inline-block;
}

.c-contentItem__title > span::after {
  display: block;
  margin-top: .9090909091rem;
  background: -webkit-gradient(linear, left top, right top, from(#23548F), to(#0093DA));
  background: linear-gradient(to right, #23548F, #0093DA);
  width: 100%;
  height: 2px;
  content: '';
}

.c-contentItem__body {
  margin-top: 1.9090909091rem;
  font-size: 1rem;
  letter-spacing: .1em;
}

.c-contentItem__bodyItem + .c-contentItem__bodyItem {
  margin-top: 2.2727272727rem;
}

.c-contentItem__signature {
  font-size: 1.0909090909rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-align: right;
}

.c-contentItem__footer {
  margin-top: 2.2727272727rem;
  text-align: center;
}

.c-fullImg {
  display: block;
}

.c-grayBox {
  border-radius: .9090909091rem;
  background-color: #F0F0F0;
  padding: 3.1818181818rem 2.9545454545rem;
}

.c-grayBox.c-grayBox--square {
  border-radius: 0;
}

.c-img {
  position: relative;
}

.c-img::before {
  display: block;
  padding-top: 46.296296296%;
  width: 100%;
  height: 0;
  content: '';
}

.c-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/************************************************************************
* c-label
************************************************************************/
.c-label {
  display: inline-block;
  background-color: #00A4D5;
  padding: .3em 1em;
  color: #fff;
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.c-labelHeading {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.4090909091rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.c-labelHeading > span {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#009AC9), to(#00ABCB));
  background: linear-gradient(to right, #009AC9, #00ABCB);
  padding: .4193548387em 2.0322580645em .4193548387em 1.6129032258em;
  color: #fff;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.c-linkText {
  color: #4082B5;
  text-decoration: underline;
}

.c-listText {
  padding-left: 1em;
  text-indent: -1em;
}

/************************************************************************
* 各レベル別 見出し
************************************************************************/
.c-lv1Heading {
  font-size: 1.2727272727rem;
}

.c-lv2Heading {
  font-size: 1.2727272727rem;
}

.c-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin: 0;
  border-radius: .6818181818rem;
  background: -webkit-gradient(linear, left top, right top, from(#00B7F3), to(#009DFF));
  background: linear-gradient(to right, #00B7F3, #009DFF);
  padding: 1em 3.6363636364rem;
  width: 31.3636363636rem;
  max-width: 100%;
  color: #fff;
  font: inherit;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.c-more.is-hide {
  display: none;
}

.c-more__icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.29032258em;
  height: 1.29032258em;
}

.c-moreLoading {
  display: none;
}

.c-moreLoading.is-show {
  display: block;
}

.c-pageTitle__secondary {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.1818181818rem;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}

.c-pageTitle__secondary::before, .c-pageTitle__secondary::after {
  content: '-';
}

.c-pageTitle__primary {
  position: relative;
  margin-top: .79069767em;
  padding-bottom: 1em;
  color: #00A4D5;
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
}

.c-pageTitle__primary::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
  width: 4.5454545455rem;
  height: 1px;
  content: '';
}

.c-pdfBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 100vh;
  background-color: #F1F1F1;
  padding: 1.0454545455rem;
  width: 26rem;
  max-width: 100%;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.c-pdfBtn__icon {
  margin-left: 1.0909090909em;
  width: 1.8181818182em;
  height: auto;
}

.c-pdfBtn2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  background-color: #F1F1F1;
  padding: .7272727273rem;
  width: 16rem;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1;
}

.c-sectionLead {
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
  text-align: center;
}

.c-sectionTitle {
  line-height: 1.5;
  text-align: center;
}

.c-sectionTitle__secondary {
  scroll-margin-top: 3.6363636364rem;
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.1818181818rem;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}

.c-sectionTitle__secondary::before, .c-sectionTitle__secondary::after {
  content: '-';
}

.c-sectionTitle__secondary.c-sectionTitle__secondary--small {
  text-transform: none;
}

.c-sectionTitle__primary {
  position: relative;
  margin-top: .3636363636rem;
  padding-bottom: 1.3636363636rem;
  color: #00A4D5;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

.c-sectionTitle__primary::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
  width: 4.5454545455rem;
  height: 1px;
  content: '';
}

/************************************************************************
* c-select
************************************************************************/
.c-select {
  position: relative;
}

.c-select::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 1em .6em 0 .6em;
  border-style: solid;
  border-color: #c4c4c4 transparent transparent transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  content: '';
}

.c-select select {
  width: 100%;
  line-height: 1.875em;
}

.c-signature {
  font-size: 1.0909090909rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-align: right;
}

.c-svg {
  fill: transparent;
  stroke: currentColor;
}

.c-tableImg {
  overflow-x: auto;
}

.c-tableImg > img {
  min-width: 45.4545454545rem;
}

.c-time {
  display: inline-block;
  background-color: #DCDCD8;
  padding: .3em 1em;
  color: #5B5B5B;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1;
  text-align: center;
}

.c-titleImg {
  text-align: center;
}

.c-titleImg__title {
  color: #000;
  font-size: .8181818182rem;
  letter-spacing: .07em;
}

.c-titleImg__img {
  margin-top: .9090909091rem;
  width: 100%;
}

.c-titleImg__img > img {
  display: block;
  width: 100%;
}

.c-totop {
  display: block;
  position: fixed;
  right: .9090909091rem;
  bottom: 3.1818181818rem;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background-color: #00A4D5;
  width: 2.2727272727rem;
  height: 2.2727272727rem;
}

.c-totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%) rotate(-45deg);
  transform: translate(-50%, -20%) rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: .9090909091rem;
  height: .9090909091rem;
  content: '';
}

.c-totop.is-active {
  visibility: visible;
  opacity: .7;
}

.c-totop.is-active:hover, .c-totop.is-active:focus {
  opacity: 1;
}

.c-whiteBox {
  background-color: #fff;
  padding: 4.3636363636rem 3.1818181818rem;
}

/************************************************************************
* p-404
************************************************************************/
.p-404 {
  text-align: center;
}

.p-404__foot {
  margin-top: 2.7272727273rem;
}

.p-accordion__item {
  -webkit-box-shadow: 0 0 .7272727273rem rgba(0, 0, 0, .12);
  box-shadow: 0 0 .7272727273rem rgba(0, 0, 0, .12);
}

.p-accordion__item + .p-accordion__item {
  margin-top: 3.5454545455rem;
}

.p-accordion__btn {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 1.3em;
  width: 100%;
  color: #00A4D5;
  font-size: 1.1818181818rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
  text-align: center;
}

.p-accordion__btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5909090909rem;
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-70%) translateX(50%) rotate(135deg);
  transform: translateY(-70%) translateX(50%) rotate(135deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  width: .5em;
  height: .5em;
  content: '';
}

.p-accordion__btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.7272727273rem;
  bottom: unset;
  left: unset;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 1.7272727273rem;
  height: 1.7272727273rem;
  content: '';
}

.p-accordion__body {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 154, 201, .09)), to(rgba(0, 171, 203, .09)));
  background: linear-gradient(to right, rgba(0, 154, 201, .09), rgba(0, 171, 203, .09));
  padding: 1.7272727273rem 2.0454545455rem;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 2.18181818;
}

.p-accordion__head.is-opened .p-accordion__btn::before {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border: none;
  background-color: currentColor;
  height: 1px;
}

.p-archiveContent {
  padding-top: 7.7272727273rem;
  padding-bottom: 4.7272727273rem;
}

.p-archiveContent__footer {
  margin-top: 9.7272727273rem;
}

.p-archiveSection {
  padding-top: 4.5454545455rem;
  padding-bottom: 4.5454545455rem;
}

.p-archiveSection:nth-child(odd) {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .12));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .12));
}

.p-archiveSection:nth-child(even) {
  background-color: #F1F1F1;
}

.p-archiveSection:first-child {
  padding-top: 0;
}

.p-archiveSection__title {
  position: relative;
  padding-bottom: 1.1363636364rem;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-archiveSection__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0080A2), to(#0086A4));
  background: linear-gradient(to right, #0080A2, #0086A4);
  width: 12.9090909091rem;
  height: .0909090909rem;
  content: '';
}

.p-archiveSection__body {
  margin-top: 4.0909090909rem;
}

.p-archiveSection.p-archiveSection--noAlternate {
  -webkit-filter: none;
  filter: none;
  background-color: transparent;
}

.p-breadcrumb {
  font-size: .9090909091rem;
  line-height: 1.5;
}

.p-breadcrumb > * + * {
  margin-left: .6818181818rem;
}

.p-breadcrumb a {
  text-decoration: underline;
}

.p-breadcrumb__chevron {
  display: inline-block;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/sprite/breadcrumb-chevron.svg') no-repeat center center/contain;
  width: 1em;
  height: 1em;
  font: inherit;
  font-size: .6363636364rem;
  line-height: 1;
}

/* modifier ******************************************************************/
.p-breadcrumb--black .p-breadcrumb__chevron {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}

.p-breadcrumb.p-breadcrumb--underFv {
  color: #fff;
  font-size: .9545454545rem;
}

.p-card {
  padding: 0 1.3636363636rem 1.3636363636rem 1.3636363636rem;
}

.p-card + .p-card {
  border-left: 1px solid #5B5B5B;
}

.p-card__num {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.3636363636rem;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.p-card__num > span {
  vertical-align: baseline;
  margin-left: .1363636364rem;
  font-family: 'A1Mincho', serif;
  font-size: 2.5909090909rem;
  letter-spacing: .24em;
}

.p-card__title {
  margin-top: .5454545455rem;
  font-size: 1.9545454545rem;
  letter-spacing: .2em;
  line-height: 1.7;
}

.p-card__body {
  margin-top: .3636363636rem;
}

.p-card__text {
  letter-spacing: .05em;
}

.p-checkList__item {
  position: relative;
  padding-left: 2.4em;
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
}

.p-checkList__item::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/common/icon-check.png') no-repeat center center/contain;
  width: 1.5483871em;
  height: 1.48387097em;
  content: '';
}

.p-checkList__item + .p-checkList__item {
  margin-top: .7272727273rem;
}

.p-clinicalCta {
  background-color: #00A4D5;
  padding-top: 3.1818181818rem;
  padding-bottom: 3.1818181818rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.p-clinicalCta__title {
  font-size: 2.1818181818rem;
  font-weight: 500;
  letter-spacing: .22em;
}

.p-clinicalCta__copy {
  margin-top: 1.2272727273rem;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.p-clinicalCta__btnArea {
  margin-top: 2.5454545455rem;
}

.p-clinicalCta__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 100vh;
  background-color: #fff;
  padding: .5909090909em 1.4545454545em;
  color: #00A4D5;
  font-size: 1rem;
}

.p-clinicalCta__btn::before {
  margin-top: -.2272727273em;
  margin-right: .6818181818em;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/common/btn2-arrow.png') no-repeat center center/contain;
  width: 1.4545454545em;
  height: 1.4545454545em;
  content: '';
}

.p-col {
  gap: 3.6363636364rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.6363636364rem, 1fr));
}

.p-col.p-col--col2 {
  gap: 3.4545454545rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-col.p-col--col3 {
  gap: 1.6818181818rem;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.p-col.p-col--col4 {
  gap: 2.2727272727rem;
  grid-template-columns: repeat(4, minmax(13.6363636364rem, 1fr));
}

.p-contentHeader {
  padding-bottom: 6.5454545455rem;
  color: #5B5B5B;
  text-align: center;
}

.p-contentHeader__lead {
  margin-top: 3.1818181818rem;
}

.p-contentHeader__catchCopy {
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1.75;
}

.p-contentHeader__leadText {
  margin-top: 2.1818181818rem;
}

.p-contentHeader__leadText.p-contentHeader__leadText--left {
  text-align: left;
}

.p-contentHeader__leadText a {
  color: #4082B5;
}

.p-contentHeader__leadText a:hover, .p-contentHeader__leadText a:focus {
  text-decoration: underline;
}

.p-cta {
  display: grid;
  grid-template: 'requirement benefit' 'inquiry inquiry'/1fr 1fr;
}

.p-cta__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  padding: 42px .9090909091rem 35px;
  color: #fff;
  text-align: center;
}

.p-cta__title {
  line-height: 1;
}

.p-cta__titleSub {
  font-family: 'PlantagenetCherokee', serif;
  font-size: .8181818182rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.p-cta__titleMain {
  margin-top: .2777777778em;
  font-size: 1.6363636364rem;
  letter-spacing: .22em;
}

.p-cta__titleMain:first-child {
  margin-top: 0;
}

.p-cta__icon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  display: block;
  margin-top: 1.2727272727rem;
  width: 2.4545454545rem;
  height: 2.4545454545rem;
  color: inherit;
}

.p-cta__icon > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-cta__item--requirements {
  grid-area: requirement;
  background-color: #609DB9;
}

.p-cta__item--benefit {
  grid-area: benefit;
  border-left: 1px solid #fff;
  background-color: #5A94BB;
}

.p-cta__item--inquiry {
  grid-area: inquiry;
  background-color: #FF0;
  padding-top: 3.2727272727rem;
  padding-bottom: 2.5rem;
  color: #000;
}

.p-downloadSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-downloadSection__title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  text-transform: uppercase;
}

.p-downloadSection__titleSub {
  scroll-margin-top: 3.6363636364rem;
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.1818181818rem;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}

.p-downloadSection__titleSub::before, .p-downloadSection__titleSub::after {
  content: '-';
}

.p-downloadSection__titleMain {
  position: relative;
  margin-top: .3636363636rem;
  padding-bottom: 1.3636363636rem;
  color: #00A4D5;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-downloadSection__titleMain::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  width: 4.5454545455rem;
  height: 2px;
  content: '';
}

.p-downloadSection__main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2.5rem;
  margin-left: 4.0909090909rem;
}

.p-downloadSection__body {
  border-bottom: 1px solid #000;
  padding-bottom: 1.9545454545rem;
  padding-left: 1.0909090909rem;
}

.p-downloadSection__body + .p-downloadSection__body {
  margin-top: 1.7272727273rem;
}

.p-downloadSection__main:first-child {
  margin-left: 0;
  margin-top: 0;
}

.p-downloadSection__main:first-child .p-downloadSection__body {
  padding-left: 0;
}

.p-downloadSection__note {
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
}

.p-downloadSection__btn {
  margin-top: .9090909091rem;
}

.p-drawer {
  z-index: 40;
  line-height: 1;
}

.p-drawer__icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -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;
  z-index: 41;
  cursor: pointer;
  border-radius: 100vh;
  background-color: rgba(0, 164, 213, .15);
  padding: .5454545455rem .3636363636rem;
  height: 100%;
  text-align: center;
}

.p-drawer__icon::before {
  display: block;
  margin-right: 4px;
  min-width: 5em;
  color: #000;
  font-size: .4545454545rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  content: 'メニュー';
}

.p-drawer__icon.is-opened {
  -webkit-box-shadow: 0 0 1.1px rgba(35, 24, 21, .1);
  box-shadow: 0 0 1.1px rgba(35, 24, 21, .1);
  background-color: #fff;
}

.p-drawer__icon.is-opened::before {
  font-size: .75rem;
  content: '閉じる';
}

.p-drawer__bars {
  display: inline-block;
  vertical-align: bottom;
  width: 9px;
  height: 7px;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  margin-top: 2px;
  background: #00A4D5;
  width: 100%;
  height: 1px;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.is-opened .p-drawer__bar {
  background: transparent;
}

.is-opened .p-drawer__bar:first-child {
  -webkit-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
  background: #00A4D5;
  width: 100%;
}

.is-opened .p-drawer__bar:last-child {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
  background: #00A4D5;
  width: 100%;
}

/* drop menu ******************************************************************/
.p-drawer__navItem.p-drawer__navItem--hasChild .p-drawer__navLink {
  position: relative;
}

.p-drawer__navItem.p-drawer__navItem--hasChild .p-drawer__navLink::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/sprite/relatedPage-chevron.svg') no-repeat center center/contain;
  width: 14px;
  height: 8px;
  content: '';
}

.p-drawer__navItem.p-drawer__navItem--hasChild .p-drawer__navLink.is-opened::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.p-drawer__navLink.is-opened + .p-drawer__navChild {
  border-bottom: 1px solid #000;
}

.p-drawerSub {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  font-weight: 500;
}

.p-drawerSub__column + .p-drawerSub__column {
  margin-top: 1.5625rem;
}

.p-drawerSub__head {
  font-size: .875rem;
}

.p-drawerSub__head + .p-drawerSub__item {
  margin-top: 1.25rem;
}

.p-drawerSub__title {
  color: #00A4D5;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

.p-drawerSub__title > span {
  text-transform: uppercase;
}

.p-drawerSub__title > span::before, .p-drawerSub__title > span::after {
  margin-left: .4090909091rem;
  content: '-';
}

.p-drawerSub__body {
  gap: 1.5625rem 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1rem;
}

.p-drawerSub__itemTitle {
  font-size: 1.125rem;
}

.p-drawerSub__itemList {
  margin-top: 1.25rem;
}

.p-drawerSub__itemList:first-child {
  margin-top: 0;
}

.p-drawerSub__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: .875rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-drawerSub__item::before {
  margin-right: 1em;
  color: #00A4D5;
  content: '>';
}

.p-drawerSub__item + .p-drawerSub__item {
  margin-top: 1.5em;
}

.p-dropMenu__inner {
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-dropMenu__head + .p-dropMenu__item {
  margin-top: 1.2272727273rem;
}

.p-dropMenu__title {
  color: #00A4D5;
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-dropMenu__title > span {
  text-transform: uppercase;
}

.p-dropMenu__title > span::before, .p-dropMenu__title > span::after {
  margin-left: .4090909091rem;
  content: '-';
}

.p-dropMenu__body {
  gap: 1.7272727273rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2272727273rem;
}

.p-dropMenu__itemTitle {
  font-size: 1.1818181818rem;
  font-weight: 500;
  letter-spacing: .01em;
}

.p-dropMenu__itemList {
  margin-top: .7272727273rem;
}

.p-dropMenu__itemList:first-child {
  margin-top: 0;
}

.p-dropMenu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .8181818182rem;
  font-weight: 500;
  letter-spacing: 0;
}

.p-dropMenu__item + .p-dropMenu__item {
  margin-top: .3636363636rem;
}

.p-dropMenu__item::before {
  color: #00A4D5;
  content: '>';
}

.p-dropMenu__item > a {
  margin-left: 1em;
}

.p-entry {
  padding-top: 6.9090909091rem;
  padding-bottom: 9.6818181818rem;
}

.p-entry__body {
  font-size: 16px;
  line-height: 2;
}

.p-entry__body * {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-entry__body *:not(p, li, figcaption, a, span) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-entry__body figcaption {
  margin-top: 0;
  margin-bottom: 0;
}

.p-entry__body .wp-block-spacer, .p-entry__body .wp-block-spacer + * {
  margin-top: 0;
}

.p-entry__body h1,
.p-entry__body h2,
.p-entry__body h3,
.p-entry__body h4,
.p-entry__body h5,
.p-entry__body h6 {
  margin-top: 2.5em;
  margin-bottom: .6em;
  font-size: 1.4090909091rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-entry__body h1:first-child,
.p-entry__body h2:first-child,
.p-entry__body h3:first-child,
.p-entry__body h4:first-child,
.p-entry__body h5:first-child,
.p-entry__body h6:first-child {
  margin-top: 0;
}

.p-entry__body h1 {
  font-size: 2.2727272727rem;
}

.p-entry__body h2 {
  color: #00A4D5;
  font-size: 1.8181818182rem;
  letter-spacing: .12em;
}

.p-entry__body h3 {
  color: #00A4D5;
  letter-spacing: .1em;
}

.p-entry__body h3.has-text-align-center {
  position: relative;
  padding-bottom: .90322581em;
}

.p-entry__body h3.has-text-align-center::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
  width: 4.5454545455rem;
  height: 1px;
  content: '';
}

.p-entry__body h5 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: .5em;
  padding-left: 1.2em;
  color: #5B5B5B;
  letter-spacing: .05em;
}

.p-entry__body h5::before {
  position: absolute;
  left: 0;
  color: #00A4D5;
  content: '●';
}

.p-entry__body p {
  font-weight: 400;
}

.p-entry__body ul:not([class]) {
  list-style: none;
}

.p-entry__body ul:not([class]) li {
  position: relative;
  padding-left: calc(.66666667em + .3181818182rem);
}

.p-entry__body ul:not([class]) li::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #00A4D5;
  width: .66666667em;
  height: .66666667em;
  content: '';
}

.p-entry__body a:not([class]) {
  color: #00A4D5;
  text-decoration: underline;
}

.p-entry__body figure figcaption {
  font-size: .6818181818rem;
  letter-spacing: .1em;
  text-align: left;
}

.p-entry__body strong,
.p-entry__body b {
  font-weight: 700;
}

.p-entry__body blockquote,
.p-entry__body q {
  position: relative;
  background-color: #F8F8F8;
  padding: 1em 4em;
}

.p-entry__body blockquote::before, .p-entry__body blockquote::after,
.p-entry__body q::before,
.p-entry__body q::after {
  position: absolute;
  color: #b2b2b2;
  font-size: 2em;
  font-weight: 900;
}

.p-entry__body blockquote::before,
.p-entry__body q::before {
  top: 0;
  left: .5em;
  content: '\f10d';
}

.p-entry__body blockquote::after,
.p-entry__body q::after {
  right: .5em;
  bottom: 0;
  content: '\f10e';
}

.p-entry__body q {
  display: inline-block;
}

.p-entry__body table {
  border: none;
  width: 100%;
}

.p-entry__body table th,
.p-entry__body table td {

  /* vertical-align: middle;
  border: none;
  border-top: 1px solid #00A4D5;
  border-bottom: 1px solid #00A4D5;
  padding: .9090909091rem 1.3636363636rem; */
}

.p-entry__body table th {

  /* border-right: 1px solid #00A4D5;
  background-color: #FF0;
  width: 6.9545454545rem;
  font-size: .7727272727rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph; */
}

.p-entry__body dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-entry__body dt,
.p-entry__body dd {
  border-top: 1px solid #e7e0db;
  padding: .9090909091rem .4545454545rem;
}

.p-entry__body dt:last-of-type,
.p-entry__body dd:last-of-type {
  border-bottom: 1px solid #e7e0db;
}

.p-entry__body dt {
  width: 33%;
  font-weight: 700;
}

.p-entry__body dd {
  width: 67%;
}

.p-entry__body pre {
  overflow: auto;
  font-size: .6363636364rem;
  letter-spacing: 0;
  white-space: pre;
}

.p-entry__body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-entry__body .alignleft {
  float: left;
  margin-right: 1em;
}

.p-entry__body .alignright {
  float: right;
  margin-left: 1em;
}

.p-entry__body .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-entry__body .gallery-columns-4 {
  gap: 20px;
}

.p-entry__body .gallery-columns-4 > .gallery-item {
  width: calc((100% - 60px) / 4);
}

.p-entry__body .gallery-item {
  margin-top: 0;
}

.p-entry__body .gallery-icon {
  text-align: center;
}

.p-entry__body img {
  margin-top: 1em;
}

.p-entry__body ol:not([class]) {
  counter-reset: cnt;
}

.p-entry__body ol:not([class]) li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  counter-increment: cnt;
}

.p-entry__body ol:not([class]) li::before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.3636363636em;
  -ms-flex: 0 0 2.3636363636em;
  flex: 0 0 2.3636363636em;
  white-space: nowrap;
  content: '(' counter(cnt) ')';
}

.p-entry__body em {
  font-weight: normal;
}

.p-entry__links {
  margin-top: 1.3636363636rem;
  text-align: center;
}

.post-page-numbers {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #00A4D5;
  width: 2em;
  height: 2em;
  color: #00A4D5;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
}

.p-entry__links .post-page-numbers {
  text-decoration: none;
}

.post-page-numbers + .post-page-numbers {
  margin-left: 10px;
}

.post-page-numbers.current {
  background-color: #00A4D5;
  color: #fff;
}

.post-page-numbers.dots {
  border: none;
}

.p-entryCta {
  background-color: #4BBDDE;
  padding-top: 3.1818181818rem;
  padding-bottom: 3.1818181818rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.p-entryCta__top {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.p-entryCta__title {
  margin-top: 2.4090909091rem;
  font-size: 2.1818181818rem;
  font-weight: 500;
  letter-spacing: .22em;
}

.p-entryCta__copy {
  margin-top: 1.2272727273rem;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.p-entryCta__btnArea {
  margin-top: 2.5454545455rem;
}

.p-entryCta__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 100vh;
  background-color: #fff;
  padding: .5909090909em 1.4545454545em;
  color: #4BBDDE;
  font-size: 1rem;
}

.p-entryCta__btn::before {
  margin-top: -.2272727273em;
  margin-right: .6818181818em;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/common/btn2-arrow.png') no-repeat center center/contain;
  width: 1.4545454545em;
  height: 1.4545454545em;
  content: '';
}

.p-entrySection {
  padding-top: 3.9545454545rem;
  padding-bottom: 7.7727272727rem;
}

.p-entrySection.p-entrySection--shadow {
  position: relative;
  z-index: 1;
}

.p-entrySection__lead {
  margin-top: 1.3636363636rem;
}

.p-entrySection__main {
  margin-top: 2.3181818182rem;
}

.p-entrySection__content {
  margin-top: 7.0909090909rem;
}

.p-entrySection__secondaryTitle {
  margin-top: 4rem;
  color: #00A4D5;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}

.p-entrySection__download {
  margin-top: 2.5rem;
}

.p-featureCard {
  -webkit-box-shadow: 0 0 .8636363636rem rgba(0, 0, 0, .12);
  box-shadow: 0 0 .8636363636rem rgba(0, 0, 0, .12);
  padding: 2.7272727273rem 1.3636363636rem;
  color: #5B5B5B;
}

.p-featureCard__title {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-align: center;
}

.p-featureCard__title.p-featureCard__title--blue {
  color: #00A4D5;
}

.p-featureCard__text {
  margin-top: 1.8181818182rem;
  letter-spacing: .1em;
  text-align: justify;
}

.p-featureCard__footer {
  margin-top: 1.8181818182rem;
  text-align: center;
}

.p-featureCard__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 100vh;
  background-color: #F0F0F0;
  padding: .6818181818rem 2.5454545455rem .4545454545rem;
  font-family: 'PlantagenetCherokee', serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.p-featureCard__btn::before, .p-featureCard__btn::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  background-color: currentColor;
  width: .7272727273rem;
  height: 1px;
  content: '';
}

.p-featureCard__btn::before {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.p-featureCard__btn::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}

.p-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #5A5A5A;
}

.p-footer__leftMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__logo {
  -webkit-flex-basis: 18.0909090909rem;
  -ms-flex-preferred-size: 18.0909090909rem;
  flex-basis: 18.0909090909rem;
}

.p-footer__info {
  position: relative;
  margin-left: 2.8636363636rem;
  padding: .6363636364rem 1.0454545455rem;
  font-size: .8181818182rem;
  letter-spacing: .01em;
  line-height: 1.6666666667;
}

.p-footer__info::before, .p-footer__info::after {
  display: block;
  position: absolute;
  top: 0;
  border: 1px solid currentColor;
  width: .9090909091rem;
  height: 100%;
  content: '';
}

.p-footer__info::before {
  left: 0;
  border-right: none;
}

.p-footer__info::after {
  right: 0;
  border-left: none;
}

.p-footer__address {
  font-style: normal;
}

.p-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  font-size: .8181818182rem;
  letter-spacing: .01em;
}

.p-footer__navItem + .p-footer__navItem {
  margin-left: 1.8181818182rem;
}

.p-footer__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
  text-align: right;
}

.p-footer__btn {
  border: 1px solid currentColor;
  padding: 1.3636363636rem;
  min-width: 14.8636363636rem;
  font-size: .7272727273rem;
  letter-spacing: .01em;
  text-align: center;
}

.p-footer__copy {
  margin-top: 1.5454545455rem;
  font-size: .7272727273rem;
  letter-spacing: .01em;
  white-space: nowrap;
}

.p-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 2px dotted #00A4D5;
  padding-top: .8em;
  padding-right: .8em;
  padding-bottom: .8em;
  padding-left: .8em;
}

.p-form__item:last-of-type {
  border-bottom: 2px dotted #00A4D5;
}

.p-form__itemHead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.6363636364rem;
  -ms-flex: 0 0 6.6363636364rem;
  flex: 0 0 6.6363636364rem;
}

.p-form__itemBody {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.p-form__wrap + .p-form__wrap {
  margin-left: .9090909091rem;
}

/************************************************************************
* p-fv
************************************************************************/
.p-fv {
  position: relative;
}

.p-fv__wrap {
  aspect-ratio: 1920/995;
  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;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/top/topFv.jpg') no-repeat center center/cover;
  height: 100%;
}

.p-fv__leadWrap {
  position: relative;
  vertical-align: bottom;
  margin-top: -3.4375vw;
  width: 59.4270833333vw;
  font-size: 4.5rem;
}

.p-fv__lead {
  position: relative;
  vertical-align: bottom;
  z-index: 1;
  overflow: visible;
  color: #FF0;
  font-family: 'Acumin Variable Concept', 'Noto Sans JP', sans-serif;
  font-size: inherit;
  font-style: italic;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.p-fv__leadImg {
  aspect-ratio: 1141/83;
  display: block;
}

.p-fv__blend {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  z-index: 0;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(#009DCC), to(#00AECE));
  background: linear-gradient(to right, #009DCC, #00AECE);
}

.p-fv__scroll {
  display: block;
  position: absolute;
  bottom: 9.7395833333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 2.7272727273rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.p-fv__scroll::after {
  display: block;
  position: absolute;
  top: 1.6363636364rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: scroll 2s linear 0s infinite;
  animation: scroll 2s linear 0s infinite;
  background-color: #fff;
  width: 1px;
  content: '';
}

@-webkit-keyframes scroll {

  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }

  75% {
    -webkit-transform: translateX(-50%) scaleY(100%);
    transform: translateX(-50%) scaleY(100%);
  }

  100% {
    -webkit-transform: translateX(-50%) scaleY(100%);
    transform: translateX(-50%) scaleY(100%);
  }
}

@keyframes scroll {

  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }

  75% {
    -webkit-transform: translateX(-50%) scaleY(100%);
    transform: translateX(-50%) scaleY(100%);
  }

  100% {
    -webkit-transform: translateX(-50%) scaleY(100%);
    transform: translateX(-50%) scaleY(100%);
  }
}

.p-fv__banner {
  position: absolute;
  bottom: 1.8181818182rem;
  left: 3.4090909091rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(14px 14px 14px rgba(0, 0, 0, .1));
  filter: drop-shadow(14px 14px 14px rgba(0, 0, 0, .1));
  width: 15.1363636364rem;
  height: 15.1363636364rem;
}

.p-header {
  position: relative;
  padding: .9090909091rem 1.0454545455rem;
  font-weight: 500;
}

.p-header__top {
  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;
}

.p-header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 26.2727272727rem;
  -ms-flex: 0 1 26.2727272727rem;
  flex: 0 1 26.2727272727rem;
  width: 26.2727272727rem;
  line-height: 1;
}

.p-header__topRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
}

.p-header__topRight ul {
  gap: 1.3636363636rem;
  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;
  font-size: .8636363636rem;
  letter-spacing: 0;
}

.p-header__topRight li:last-child {
  font-size: .9545454545rem;
}

.p-header__mapIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .4545454545rem;
  width: .8421052632em;
  height: inherit;
}

.p-header__mapIcon > img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__chevron {
  display: inline-block;
  vertical-align: middle;
  margin-right: .4545454545rem;
  width: .3684210526em;
  height: inherit;
}

.p-header__chevron > img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin-left: 1.3636363636rem;
  border-radius: 100vh;
  background-color: #FF0;
  padding: .4545454545rem 1.2727272727rem;
  color: #000;
  letter-spacing: .05em;
  text-align: center;
}

.p-header__menu {
  margin-top: 1.3636363636rem;
  letter-spacing: .01em;
}

.p-header__navList {
  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;
}

.p-header__navLink {
  display: inline-block;
  cursor: pointer;
  padding-right: 1.1363636364rem;
  padding-left: 1.1363636364rem;
}

.p-header__drawer {
  display: none;
}

/* dropdown menu ******************************************************************/
.p-header__navItem.p-header__navItem--hasChild:hover > .p-header__navChild, .p-header__navItem.p-header__navItem--hasChild:focus > .p-header__navChild {
  visibility: visible;
  opacity: 1;
}

.p-header__navItem.p-header__navItem--hasChild:hover > .p-header__navLink::before, .p-header__navItem.p-header__navItem--hasChild:focus > .p-header__navLink::before {
  visibility: visible;
  opacity: 1;
  content: '';
}

.p-header__navItem.p-header__navItem--hasChild:hover > .p-header__navLink::after, .p-header__navItem.p-header__navItem--hasChild:focus > .p-header__navLink::after {
  content: '';
}

.p-header__navItem.p-header__navItem--hasChild > .p-header__navLink {
  position: relative;
}

.p-header__navItem.p-header__navItem--hasChild > .p-header__navLink::before {
  position: absolute;
  top: calc(100% + .2272727273rem);
  left: 1.1363636364rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-color: #00A4D5;
  width: calc(100% - 2.2727272727rem);
  height: 2px;
}

.p-header__navItem.p-header__navItem--hasChild > .p-header__navLink::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: .9090909091rem;
}

.p-header__navItem.p-header__navItem--hasChild > .p-header__navLink:hover::before, .p-header__navItem.p-header__navItem--hasChild > .p-header__navLink:focus::before {
  visibility: visible;
  opacity: 1;
  content: '';
}

.p-header__navItem.p-header__navItem--hasChild > .p-header__navLink:hover::after, .p-header__navItem.p-header__navItem--hasChild > .p-header__navLink:focus::after {
  content: '';
}

.p-header__navChild {
  position: absolute;
  top: var(--header-height, 133px);
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  background-color: rgba(255, 255, 255, .9);
  padding-top: 1.5909090909rem;
  padding-bottom: 1.5909090909rem;
  width: var(--vw, 100vw);
}

/* dropdown menu end ******************************************************************/
.p-interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 .4545454545rem .2272727273rem rgba(0, 0, 0, .15);
  box-shadow: 0 .4545454545rem .2272727273rem rgba(0, 0, 0, .15);
  padding: 3.6363636364rem 10%;
}

.p-interview__img {
  gap: .9090909091rem;
  display: grid;
  width: 18.3181818182rem;
}

.p-interview__img > img {
  aspect-ratio: 403/429;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-interview__img > figcaption {
  font-size: 1.1818181818rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.25;
}

.p-interview__body {
  margin-left: 2.7272727273rem;
}

.p-interview__title {
  font-size: 2.0454545455rem;
  letter-spacing: .22em;
  line-height: 1.73333333;
}

.p-interview__title::after {
  display: block;
  margin-top: 1.4545454545rem;
  background: -webkit-gradient(linear, left top, right top, from(#23548F), to(#0093DA));
  background: linear-gradient(to right, #23548F, #0093DA);
  width: 11.9545454545rem;
  height: 2px;
  content: '';
}

.p-interview__bodyMain {
  margin-top: 2.7272727273rem;
}

.p-interview__bodyMain:first-child {
  margin-top: 0;
}

.p-labeledBox {
  background-color: #EEE;
}

.p-labeledBox + .p-labeledBox {
  margin-top: 4.5454545455rem;
}

.p-labeledBox__title {
  font-size: 1.4090909091rem;
  letter-spacing: .1em;
}

.p-labeledBox__title > span:not([class]) {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#009AC9), to(#00ABCB));
  background: linear-gradient(to right, #009AC9, #00ABCB);
  padding: .4193548387em 2.0322580645em .4193548387em 1.6129032258em;
  color: #fff;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-labeledBox__titleSub {
  display: inline-block;
  margin-left: 1.2272727273rem;
  color: #00A4D5;
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
}

.p-labeledBox__body {
  margin-top: 2.2727272727em;
  padding-right: 2.7272727273em;
  padding-bottom: 3.6363636364em;
  padding-left: 2.7272727273em;
  font-size: 1rem;
  line-height: 2.18181818;
}

.p-labeledBox__body > *:first-child, .p-labeledBox__body > p + p {
  margin-top: 0;
}

.p-labeledBox__body > * {
  margin-top: 1.5rem;
}

.p-labeledBox__body h3:not([class]) {
  --lh: 1.5;
  position: relative;
  margin-top: 1.7419354839em;
  margin-bottom: .3225806452em;
  padding-left: 1.3em;
  font-size: 1.4090909091em;
  letter-spacing: .05em;
  line-height: var(--lh, 1.5);
}

.p-labeledBox__body h3:not([class])::before {
  display: inline-block;
  position: absolute;
  top: calc(var(--lh, 1.5) / 2 * 1em);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00A4D5;
  width: 1em;
  height: 1em;
  content: '';
}

.p-labeledBox__body ol:not([class]) {
  counter-reset: cnt;
}

.p-labeledBox__body ol:not([class]) li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  counter-increment: cnt;
}

.p-labeledBox__body ol:not([class]) li::before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.3636363636em;
  -ms-flex: 0 0 2.3636363636em;
  flex: 0 0 2.3636363636em;
  white-space: nowrap;
  content: '(' counter(cnt) ')';
}

.p-labeledBox__body ul:not([class]) {
  margin-left: 2em;
  list-style-type: disc;
}

.p-labeledBox__body a {
  text-decoration: underline;
  color:#00A4D5;
}

.p-labeledBox__body strong {
  font-weight: bold;
}

.p-labeledBox__body em {
  font-weight: normal;
}

.p-labeledBox__body blockquote {
  padding-left:1em;
}

.p-labelText + .p-labelText {
  margin-top: 2.5rem;
}

.p-labelText__label {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.3636363636rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.p-labelText__label > span {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#009AC9), to(#00ABCB));
  background: linear-gradient(to right, #009AC9, #00ABCB);
  padding: .4333333333em 2.1em .4333333333em 1.6666666667em;
  min-width: 17.5em;
  color: #fff;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-labelText__label > span > span {
  font-family: 'A1Mincho', serif;
}

.p-labelText__body {
  margin-top: .9090909091rem;
}

.p-licenseList__item {
  --lh: 1.5;
  position: relative;
  padding-left: 1.3em;
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: var(--lh, 1.5);
}

.p-licenseList__item::before {
  position: absolute;
  top: calc(var(--lh, 1.5) / 2 * 1em);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00A4D5;
  content: '●';
}

.p-licenseList__item + .p-licenseList__item {
  margin-top: 1.0454545455rem;
}

.p-media {
  gap: 4.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 33.35%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-media__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.p-media__head {
  font-family: 'A1Mincho', serif;
  line-height: 1.5;
}

.p-media__num {
  font-size: 2.5909090909rem;
  letter-spacing: .24em;
}

.p-media__title {
  font-size: 1.8181818182rem;
  letter-spacing: .22em;
}

.p-media__title > span {
  display: inline-block;
}

.p-media__title > span::after {
  display: block;
  margin-top: .7727272727rem;
  background: -webkit-gradient(linear, left top, right top, from(#23548F), to(#0093DA));
  background: linear-gradient(to right, #23548F, #0093DA);
  width: 100%;
  height: 2px;
  content: '';
}

.p-media__body {
  margin-top: 2.2727272727rem;
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 2.6;
}

.p-media__figure {
  aspect-ratio: 936/937;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.35%;
  -ms-flex: 0 0 33.35%;
  flex: 0 0 33.35%;
}

.p-media__figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-mediaList__item + .p-mediaList__item {
  margin-top: 6.1363636364rem;
}

.p-mediaList__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-nurseCareer .p-checkList__item {
  font-size: 1.2727272727rem;
  letter-spacing: .06em;
}

.p-nurseCareer .p-licenseList__item {
  font-size: .8181818182rem;
  letter-spacing: .1em;
}

.p-occupationCard {
  padding-right: .6818181818rem;
}

.p-occupationCard__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.p-occupationCard__title {
  font-size: .9090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.25;
}

.p-occupationCard__img {
  aspect-ratio: 333/348;
  margin-top: auto;
  padding-top: .6363636364rem;
}

.p-occupationCard__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-occupationCard.has-badge {
  padding-right: .6818181818rem;
}

.p-occupationCard.has-badge .p-occupationCard__img {
  position: relative;
}

.p-occupationCard.has-badge .p-occupationCard__img::before {
  display: inline-block;
  position: absolute;
  top: 1.2727272727rem;
  right: -.6818181818rem;
  z-index: 2;
  background-color: #FFCE00;
  padding: .3em .4em;
  color: #000;
  font-size: 1.1818181818rem;
  letter-spacing: .1em;
  line-height: 1;
  content: attr(data-badge-text);
}

.p-occupationCard.has-badge .p-occupationCard__img::after {
  display: block;
  position: absolute;
  top: 1.2727272727rem;
  right: -.6818181818rem;
  -webkit-transform: skewY(-25deg);
  transform: skewY(-25deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  z-index: 1;
  background-color: #D1A216;
  width: .72413793em;
  height: 1.9090909091rem;
  content: '';
}

.p-orderedList {
  padding-left: 2.2em;
  list-style: decimal;
}

.p-pagination {
  color: #DAD8D8;
  font-size: 1.3636363636rem;
  font-weight: 700;
  letter-spacing: 0;
  letter-spacing: .22em;
  text-align: center;
}

.page-numbers {
  padding-bottom: .43333333em;
}

.page-numbers + .page-numbers {
  margin-left: 2.7272727273rem;
}

.page-numbers.current {
  border-bottom: 1px solid #0094DB;
  color: #5B5B5B;
}

.page-numbers.dots {
  border: none;
}

.p-postHeading {
  position: relative;
  background-color: #4BBDDE;
  height: 16.6818181818rem;
  color: #fff;
}

.p-postHeading__data {
  position: relative;
  z-index: 1;
  padding-top: .9090909091rem;
}

.p-postHeading__meta {
  font-size: .9090909091rem;
  font-weight: 500;
  letter-spacing: -.4em;
  line-height: 1;
  text-align: right;
}

.p-postHeading__time {
  border: 1px solid #fff;
  border-right: none;
  padding: .8937499997em;
  min-width: 9.7727272727rem;
}

.p-postHeading__term {
  display: inline-block;
  border: 1px solid #fff;
  padding: .8937499997em;
  min-width: 11.9090909091rem;
  color: #fff;
  letter-spacing: .06em;
  text-align: center;
}

.p-postHeading__titleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.p-postHeading__subTitle {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.1818181818rem;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}

.p-postHeading__subTitle::before, .p-postHeading__subTitle::after {
  content: '-';
}

.p-postHeading__title {
  position: relative;
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.5;
}

.p-postHeading__title:not(:first-child) {
  margin-top: 1.1818181818rem;
}

.p-postHeading__title::after {
  display: block;
  position: absolute;
  bottom: -1.1818181818rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 4.5454545455rem;
  height: .0977272727rem;
  content: '';
}

.p-postList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-postList__item + .p-postList__item {
  margin-top: 3.8181818182rem;
}

.p-postList__meta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: -.4em;
}

.p-postList__time {
  padding: .5em 1em;
  min-width: 9.7272727273rem;
  font-size: .9090909091rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1;
}

.p-postList__taxLink {
  line-height: 1;
}

.p-postList__term {
  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;
  padding: .5em 1em;
  min-width: 11.9545454545rem;
  height: 100%;
  font-size: .9090909091rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1;
}

.p-postList__title {
  margin-left: 1.5909090909rem;
  color: #5B5B5B;
  font-size: 1rem;
  letter-spacing: .1em;
}

.p-postList.p-postList--top .p-postList__item:not(:last-child) {
  border-bottom: 2px dotted #4BBDDE;
  padding-bottom: 1.1363636364rem;
}

.p-postList.p-postList--top .p-postList__item + .p-postList__item {
  margin-top: 1.1363636364rem;
}

.p-relatedPageNav {
  background-color: rgba(0, 157, 204, .2);
}

.p-relatedPageNav::before {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#009DCC), to(#00AECE));
  background: linear-gradient(to right, #009DCC, #00AECE);
  width: 100%;
  height: .4545454545rem;
  content: '';
}

.p-relatedPageNav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-relatedPageNav__item {
  color: #00A4D5;
}

.p-relatedPageNav__item + .p-relatedPageNav__item {
  border-left: 1px solid #00A4D5;
}

.p-relatedPageNav__item.is-active {
  background-color: #fff;
}

.p-relatedPageNav__link {
  display: grid;
  position: relative;
  place-items: center;
  padding: 1.1363636364rem .9090909091rem;
  min-height: 5.1818181818rem;
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
}

.p-relatedPageNav__link::after {
  position: absolute;
  bottom: .5909090909rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/sprite/relatedPage-chevron.svg') no-repeat center center/contain;
  width: .7272727273rem;
  height: .3636363636rem;
  content: '';
}

.p-relatedPageNav__link.is-disable {
  background-color: #b2b2b2;
  color: gray;
}

.p-section__title {
  font-size: 1.0909090909rem;
  text-align: center;
}

.p-section__lead {
  margin-top: 3.1818181818rem;
  text-align: center;
}

.p-section__leadMain {
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .06em;
}

.p-section__body {
  margin-top: 1.3636363636rem;
}

.p-section__signature {
  margin-top: 2.0909090909rem;
}

.p-sidebar__content {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height, 133px);
}

.p-sidebar__title {
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
}

.p-sidebar__item {
  margin-top: 3.5454545455rem;
}

.p-simpleCard__img > img {
  aspect-ratio: 608/366;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-simpleCard__text {
  margin-top: 1.8181818182rem;
  letter-spacing: .1em;
}

.p-single__meta-sp {
  display: none;
}

.p-single__metaTime {
  min-width: 3.75rem;
}

.p-single__metaTerm {
  min-width: 5.5rem;
}

.p-spToc {
  display: none;
}

.p-spToc__item > a {
  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;
  background-color: rgba(0, 182, 242, .08);
  padding: 1rem .5625rem;
  height: 100%;
  color: #5B5B5B;
  font-size: .8125rem;
}

.p-spToc__item > a::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .61538462em;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/common/spToc-icon.svg') no-repeat center center/contain;
  width: 1.23076923em;
  height: 1.23076923em;
  content: '';
}

.p-table {
  overflow-x: auto;
}

.p-table table {
  display: block;
}

.p-timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 2.9090909091rem;
}

.p-timeline__item::after {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 2.2727272727rem;
  z-index: -1;
  background-color: #00A4D5;
  width: 3px;
  content: '';
}

.p-timeline__item:last-child::after {
  content: none;
}

.p-timeline__time {
  display: inline-block;
  background-color: #00A4D5;
  padding: .2857142857em;
  min-width: 4.8181818182rem;
  color: #fff;
  font-size: 1.2727272727rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  text-align: center;
}

.p-timeline__itemMain {
  margin-left: 2.0454545455rem;
}

.p-timeline__title {
  color: #00A4D5;
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
}

.p-timeline__itemBody {
  margin-top: 1.0909090909rem;
}

.p-toc__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.0909090909rem;
  letter-spacing: .025em;
  line-height: 1.5;
}

.p-toc__item::before {
  margin-right: .3181818182rem;
  content: '-';
}

.p-toc__item + .p-toc__item {
  margin-top: 1.1818181818rem;
}

.p-toc__item.is-active {
  border-bottom: 1px solid currentColor;
  color: #00A4D5;
}

.p-topDoctor {
  padding-bottom: 7.2727272727rem;
}

.p-topDoctor__title {
  margin-top: 3.4545454545rem;
}

.p-topDoctor__content {
  margin-top: 3.4545454545rem;
  gap: 2.7272727273rem 6.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}

.p-topDoctor__item {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .12);
  box-shadow: 0 0 15px rgba(0, 0, 0, .12);
  border-radius: .9090909091rem;
  background-color: #fff;
  padding: 1.8181818182rem 2.0454545455rem 2.2727272727rem 3.3636363636rem;
}

.p-topDoctor__itemTitle {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.p-topDoctor__list {
  margin-top: 2.2727272727rem;
}

.p-topDoctor__listItem {
  font-size: 1.1363636364rem;
  letter-spacing: .05em;
}

.p-topDoctor__listItem + .p-topDoctor__listItem {
  margin-top: .4545454545rem;
}

.p-topDoctor__listLink {
  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;
  line-height: 1.5;
}

.p-topDoctor__listLink > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.p-topDoctor__listLink::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  border-bottom: 1px solid #00A4D5;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/sprite/topDoctor-chevron.svg') no-repeat center center/.6818181818rem 1.3636363636rem;
  padding: .9090909091rem;
  width: 2.5rem;
  height: 3.1818181818rem;
  content: '';
}

.p-topDoctor__img {}

.p-topDoctor__img > img {

  /* aspect-ratio: 732/630; */
  aspect-ratio: 375/100;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topGradation {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .68)), to(rgba(193, 225, 237, .68)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, .68), rgba(193, 225, 237, .68));
  padding-bottom: 5.5rem;
}

.p-topHospital__content {
  gap: 3.8636363636rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-topHospital__item {
  aspect-ratio: 758/347;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 11px rgba(0, 0, 0, .1);
}

.p-topHospital__text {
  font-family: 'A1Mincho', serif;
  font-size: 1.5909090909rem;
  letter-spacing: .22em;
}

.p-topHospital__item--message {
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/top/hospital1.jpg') no-repeat center center/cover;
}

.p-topHospital__item--about {
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/top/hospital2.jpg') no-repeat center center/cover;
}

.p-topLead {
  padding-top: 5rem;
  text-align: center;
}

.p-topLead__main {
  font-family: 'A1Mincho', serif;
  font-size: 3.2272727273rem;
  letter-spacing: .22rem;
  line-height: 1.5;
}

.p-topLead__lead {
  margin-top: 1.5454545455rem;
  letter-spacing: .1em;
  line-height: 2.18181818;
}

.p-topNews__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-topNews__title {
  margin-top: -.25em;
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.5;
  white-space: nowrap;
}

.p-topNews__title > span {
  display: inline-block;
  position: relative;
  padding-bottom: 1.2272727273rem;
}

.p-topNews__title > span::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#235490), to(#0094DB));
  background: linear-gradient(to right, #235490, #0094DB);
  width: 4.1818181818rem;
  height: 2px;
  content: '';
}

.p-topNews__body {
  margin-left: 5.5909090909rem;
}

.p-topNurse {
  position: relative;
  z-index: 1;
  background-color: #F1F1F1;
  padding-top: 4.5454545455rem;
  padding-bottom: 5.4545454545rem;
  overflow: hidden;
}

.p-topNurse::after {
  display: block;
  position: absolute;
  top: 8.1363636364rem;
  left: 0;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: -1;
  background-color: rgba(255, 255, 255, .73);
  width: 100%;
  height: 37.4090909091rem;
  content: '';
}

.p-topNurse__body {
  gap: 1.9545454545rem;
  display: grid;
  grid-template: 'about about about intro intro intro' 'career career training training intern intern'/1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 4.2727272727rem;
}

.p-topNurse__item {
  position: relative;
  border-radius: .9090909091rem;
  border-radius: .9090909091rem;
  overflow: hidden;
}

.p-topNurse__itemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-topNurse__itemText {
  position: absolute;
  bottom: 1.1363636364rem;
  left: 1.5909090909rem;
  color: #fff;
  font-size: 1.4090909091rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-topNurse__chevron {
  display: block;
  position: absolute;
  right: 1.1363636364rem;
  bottom: 1.1363636364rem;
  width: 2rem;
  height: 2rem;
}

.p-topNurse__chevron > svg {
  stroke: #fff;
  stroke-width: 2px;
}

.p-topNurse__footer {
  margin-top: 5.1818181818rem;
  text-align: center;
}

.p-topNurse__item:nth-child(1) {
  aspect-ratio: 775/300;
  grid-area: about;
}

.p-topNurse__item:nth-child(2) {
  aspect-ratio: 775/300;
  grid-area: intro;
}

.p-topNurse__item:nth-child(3) {
  aspect-ratio: 500/420;
  grid-area: career;
}

.p-topNurse__item:nth-child(4) {
  aspect-ratio: 500/420;
  grid-area: training;
}

.p-topNurse__item:nth-child(5) {
  aspect-ratio: 500/420;
  grid-area: intern;
}

.p-topPageNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#009DCC), to(#00AECE));
  background: linear-gradient(to right, #009DCC, #00AECE);
  color: #fff;
}

.p-topPageNav__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.p-topPageNav__item::before {
  position: absolute;
  background-color: #fff;
  width: 1px;
}

.p-topPageNav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 1.3636363636rem;
  padding-bottom: .9090909091rem;
  line-height: 1;
}

.p-topPageNav__linkTitle {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .06em;
}

.p-topPageNav__linkSubTitle {
  margin-top: .4090909091rem;
  font-family: 'AvantGrade', sans-serif;
  font-size: .5454545455rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.p-topPageNav__linkIcon {
  display: block;
  margin-top: .4090909091rem;
  width: 1.1818181818rem;
  height: 1.1818181818rem;
  line-height: 1;
}

.p-topPageNav__linkIcon > svg {
  aspect-ratio: 1/1;
}

.p-topPeople__form {
  margin-right: auto;
  margin-left: auto;
  max-width: 63.6363636364rem;
  font-size: 1.1363636364rem;
}

.p-topPeople__recruiting {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  overflow: hidden;
}

.p-topPeople__recruiting::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: -1;
  background-color: rgba(255, 255, 255, .55);
  width: 100%;
  height: 37.4090909091rem;
  content: '';
}

.p-topPeople__recruitingFooter {
  margin-top: 4.2727272727rem;
}

.p-topSection__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00A4D5;
  line-height: 1;
}

.p-topSection__titleSub {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.3636363636rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.p-topSection__titleMain {
  position: relative;
  margin-top: 1.1363636364rem;
  padding-bottom: 1.3636363636rem;
  font-size: 2.9545454545rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .08em;
}

.p-topSection__titleMain::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
  width: 100%;
  height: 1px;
  content: '';
}

.p-topSection__lead {
  margin-top: 1.8181818182rem;
  font-size: 1.1363636364rem;
  letter-spacing: .05em;
  text-align: center;
}

.p-topSection__body {
  margin-top: 3.4545454545rem;
}

.p-topSection__subTitle {
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.5;
}

.p-topSection__subTitle > span {
  display: inline-block;
  border-bottom: 1px solid #00A4D5;
  padding-bottom: .9090909091rem;
}

.p-topSlider {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.p-topSlider__swiper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.p-topSlider__wrapper {
  height: inherit;
}

.p-topSlider__slide {
  display: block;
  position: relative;
  margin-right: 2.9545454545rem;
  width: calc((100% - 8.8636363636rem) / 4);
  height: inherit;
}

.p-topSlider__slide > .p-occupationCard {
  height: 100%;
}

.p-topSlider__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 1.1363636364rem;
  height: 2.1363636364rem;
}

.p-topSlider__btn--prev {
  left: -3.1818181818rem;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/sprite/slider-chevron-left.svg') no-repeat center center/contain;
}

.p-topSlider__btn--next {
  right: -3.1818181818rem;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/sprite/slider-chevron-right.svg') no-repeat center center/contain;
}

.p-topStaff {
  padding-top: 5.5454545455rem;
  padding-bottom: 4.3181818182rem;
}

.p-topStaff__body {
  margin-top: 3.0909090909rem;
}

.p-topStaff--office {
  background-color: #F1F1F1;
}

.p-underFv {
  position: relative;
}

.p-underFv__img {
  position: relative;
  z-index: -1;
}

.p-underFv__img > img {
  width: 100%;
  height: auto;
}

.p-underFv__breadcrumbContainer {
  position: absolute;
  top: 1.0909090909rem;
  right: auto;
  bottom: auto;
  left: auto;
}

.p-underFv__breadcrumb {
  display: inline-block;
  position: relative;
  margin-top: 1.0909090909rem;
  padding: .3181818182rem .7272727273rem;
  max-width: 50vw;
}

.p-underFv__breadcrumb > span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(#009DCC), to(#00AECE));
  background: linear-gradient(to right, #009DCC, #00AECE);
}

.p-underFv--clinical .p-underFv__breadcrumb {
  max-width: 30vw;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.u-align-center {
  text-align: center !important;
}

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

.u-bgc-black {
  background-color: #3C3C3C !important;
}

.u-bgc-white {
  background-color: #fff !important;
}

.u-bgc-important {
  background-color: #f00 !important;
}

.u-border-top-none {
  border-top: none !important;
}

.u-border-left-none {
  border-left: none !important;
}

.u-diagonal {
  background: linear-gradient(8deg, #F0F0F0 12.2727272727rem, #fff 12.2727272727rem);
}

.u-fullWidthPc {
  margin-left: calc(50% - 50vw + (100vw - var(--vw, 100vw)) / 2);
  width: var(--vw, 100vw);
}

.u-fullWidthPc__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  width: calc(1200px + 25px * 2);
  max-width: 100%;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-gradation {
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/common/gradation-bg.jpg') no-repeat right top/cover;
}

.u-hidden {
  display: none !important;
}

.u-letter-spacing-l {
  letter-spacing: .18em !important;
}

.u-mt-2e {
  margin-top: 2em !important;
}

.u-overflowHidden {
  overflow: hidden !important;
}

.u-pd0 {
  padding: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pd5 {
  padding: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pd10 {
  padding: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pd15 {
  padding: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pd20 {
  padding: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pd25 {
  padding: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pd30 {
  padding: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pd35 {
  padding: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pd40 {
  padding: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pd45 {
  padding: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pd50 {
  padding: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pd55 {
  padding: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pd60 {
  padding: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pd65 {
  padding: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pd70 {
  padding: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pd75 {
  padding: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pd80 {
  padding: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pd85 {
  padding: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pd90 {
  padding: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pd95 {
  padding: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pd100 {
  padding: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pd105 {
  padding: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pd110 {
  padding: 110px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pd115 {
  padding: 115px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pd120 {
  padding: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pd125 {
  padding: 125px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pd130 {
  padding: 130px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pd135 {
  padding: 135px !important;
}

.u-pb135 {
  padding-bottom: 135px !important;
}

.u-pd140 {
  padding: 140px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pd145 {
  padding: 145px !important;
}

.u-pb145 {
  padding-bottom: 145px !important;
}

.u-pd150 {
  padding: 150px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pd155 {
  padding: 155px !important;
}

.u-pb155 {
  padding-bottom: 155px !important;
}

.u-pd160 {
  padding: 160px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pd165 {
  padding: 165px !important;
}

.u-pb165 {
  padding-bottom: 165px !important;
}

.u-pd170 {
  padding: 170px !important;
}

.u-pb170 {
  padding-bottom: 170px !important;
}

.u-pd175 {
  padding: 175px !important;
}

.u-pb175 {
  padding-bottom: 175px !important;
}

.u-pd180 {
  padding: 180px !important;
}

.u-pb180 {
  padding-bottom: 180px !important;
}

.u-pd185 {
  padding: 185px !important;
}

.u-pb185 {
  padding-bottom: 185px !important;
}

.u-pd190 {
  padding: 190px !important;
}

.u-pb190 {
  padding-bottom: 190px !important;
}

.u-pd195 {
  padding: 195px !important;
}

.u-pb195 {
  padding-bottom: 195px !important;
}

.u-pd200 {
  padding: 200px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-color-black {
  color: #3C3C3C !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-alert {
  color: #f00 !important;
}

.u-color-main {
  color: #00A4D5 !important;
}

.u-text-gradation {
  display: inline-block;
}

.p-doctorNurseNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: rgba(0, 157, 204, .2);
}

.p-doctorNurseNav::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: -webkit-gradient(linear, left top, right top, from(#009DCC), to(#00AECE));
  background: linear-gradient(to right, #009DCC, #00AECE);
  width: 100%;
  height: .4545454545rem;
  content: '';
}

.p-doctorNurseNav__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: inherit;
  color: #00A4D5;
  text-align: center;
}

.p-doctorNurseNav__item + .p-doctorNurseNav__item {
  border-left: 1px solid #00A4D5;
}

.p-doctorNurseNav__item.is-active {
  background-color: #fff;
}

.p-doctorNurseNav__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  padding: 1.1363636364rem .9090909091rem;
  height: 100%;
  min-height: 6.0454545455rem;
  font-size: 1.2727272727rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
}

.p-doctorNurseNav__text::after {
  position: absolute;
  bottom: .5909090909rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/sprite/relatedPage-chevron.svg') no-repeat center center/contain;
  width: .7272727273rem;
  height: .3636363636rem;
  content: '';
}

.p-aboutPage__article {
  padding-bottom: 4.7272727273rem;
}

.p-aboutPage__head {
  counter-reset: num;
}

.p-aboutPage__articleTitle {
  color: #00A4D5;
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
  text-align: center;
}

.p-aboutPage__headMov {
  aspect-ratio: 1509/878;
  margin-top: 2rem;
  width: 100%;
}

.p-aboutPage__headMov > iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-aboutPage__section {
  margin-top: 3.0454545455rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 179, 204, .88)), color-stop(33.1818181818rem, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(58, 179, 204, .88) 0%, rgba(255, 255, 255, 0) 33.1818181818rem, rgba(255, 255, 255, 0) 100%);
  padding: 4rem 2.5909090909rem 0;
}

.p-aboutPage__section + .p-aboutPage__section {
  margin-top: 5rem;
}

.p-aboutPage__sectionTitle {
  position: relative;
  z-index: 1;
  counter-increment: num;
  padding-left: 1.5909090909rem;
  color: #fff;
  font-size: 2.7272727273rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.5;
}

.p-aboutPage__sectionTitle::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: -1;
  color: rgba(255, 255, 255, .5);
  font-size: 3.9em;
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
  content: counter(num, decimal-leading-zero);
}

.p-aboutPage__sectionBody {
  -webkit-filter: drop-shadow(.5454545455rem .5545454545rem .5545454545rem rgba(0, 0, 0, .2));
  filter: drop-shadow(.5454545455rem .5545454545rem .5545454545rem rgba(0, 0, 0, .2));
  margin-top: 3.8181818182rem;
  background-color: #fff;
  padding: 4.6818181818rem 3.6363636364rem 3.4090909091rem;
}

.p-aboutPage__sectionHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-aboutPage__sectionHead.p-aboutPage__sectionHead--3 {
  margin-right: -2.7272727273rem;
  margin-left: -2.7272727273rem;
}

.p-aboutPage__sectionHeadItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .9090909091rem 2.1818181818rem;
  color: #00A4D5;
}

.p-aboutPage__sectionHeadItem + .p-aboutPage__sectionHeadItem {
  position: relative;
}

.p-aboutPage__sectionHeadItem + .p-aboutPage__sectionHeadItem::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
  width: .2272727273rem;
  content: '';
}

.p-aboutPage__sectionHeadTitle {
  position: relative;
  padding-bottom: .9534883721em;
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
  text-align: center;
}

.p-aboutPage__sectionHeadTitle::after {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00A4D5;
  width: 2.3255813953em;
  height: .0909090909rem;
  content: '';
}

.p-aboutPage__sectionHeadTitle2 {
  position: relative;
  padding-bottom: .9854014599em;
  font-size: 1.2454545455rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
  text-align: center;
}

.p-aboutPage__sectionHeadTitle2::after {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00A4D5;
  width: 2.8467153285em;
  height: .0763636364rem;
  content: '';
}

.p-aboutPage__sectionHeadMain {
  margin-top: 2.4545454545rem;
  font-size: 6.8181818182rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}

.p-aboutPage__sectionHeadMain .p-aboutPage__sectionHeadNumUnit > span {
  font-size: .3666666667em;
}

.p-aboutPage__sectionHeadMain2 {
  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;
  margin-top: 2.2727272727rem;
  font-size: 5.4545454545rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-aboutPage__sectionHeadMain2 .p-aboutPage__sectionHeadNumUnit > span {
  vertical-align: baseline;
  font-size: .4583333333em;
}

.p-aboutPage__sectionHeadMain3 {
  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;
  margin-top: 2.5454545455rem;
  font-size: 3.4213636364rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-aboutPage__sectionHeadMain3 .p-aboutPage__sectionHeadNumUnit > span {
  font-size: .4566228245em;
}

.p-aboutPage__sectionHeadMain3.p-aboutPage__sectionHeadMain3--2 {
  margin-top: 1.3636363636rem;
}

.p-aboutPage__sectionHeadMain4 {
  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;
  margin-top: 2.5454545455rem;
  font-size: 3.8181818182rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-aboutPage__sectionHeadMain4 .p-aboutPage__sectionHeadNumUnit > span {
  font-size: .4566666667em;
}

.p-aboutPage__sectionHeadNumUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-aboutPage__sectionHeadNumUnit > span:last-child {
  margin-left: .2em;
}

.p-aboutPage__sectionHeadNote1 {
  margin-top: .4545454545rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-aboutPage__sectionMain {
  margin-top: 3.8181818182rem;
}

.p-aboutPage__sectionMain:first-child {
  margin-top: 0;
}

.p-aboutPage__sectionMainItem + .p-aboutPage__sectionMainItem {
  margin-top: 3.8636363636rem;
}

.p-aboutPage__sectionText {
  color: #1F1D1D;
  letter-spacing: .045em;
  line-height: 3.10714286;
}

.p-aboutPage__sectionFigWrap1 {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

.p-aboutPage__sectionFigure1 {
  width: 100%;
}

.p-aboutPage__sectionFigure1 > img {
  width: 100%;
}

.p-aboutPage__sectionFigcaption1 {
  display: inline-block;
  width: 66%;
  color: #1F1D1D;
  font-size: .9545454545rem;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.5;
}

.p-aboutPage__sectionFigcaption2 {
  display: inline-block;
  width: 30%;
  color: #1F1D1D;
  font-size: .9545454545rem;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.5;
}

.p-aboutPage__sectionFoot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.4090909091rem;
  color: #00A4D5;
}

.p-aboutPage__sectionPeopleNumWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 67%;
  -ms-flex: 0 1 67%;
  flex: 0 1 67%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-aboutPage__sectionPeopleIcon {
  display: block;
  width: 9.1818181818rem;
  height: 7.4090909091rem;
}

.p-aboutPage__sectionPeopleIcon > img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionPeopleNumBody {
  margin-left: 1.0454545455rem;
  line-height: 1;
}

.p-aboutPage__sectionPeopleText {
  font-size: 1.9545454545rem;
  font-weight: bold;
  letter-spacing: .22em;
}

.p-aboutPage__sectionPeopleNum {
  margin-top: 1.3636363636rem;
  margin-left: 2.2727272727rem;
  font-size: 6.8181818182rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.p-aboutPage__sectionPeopleNum > span {
  font-size: .3666666667em;
}

.p-aboutPage__sectionFootLogo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 14rem;
  -ms-flex: 0 1 14rem;
  flex: 0 1 14rem;
  margin-left: 3.0454545455rem;
}

.p-aboutPage__sectionHeadIcon1 {
  margin-right: .9090909091rem;
  width: 4.3181818182rem;
  height: 4.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadIcon2 {
  margin-right: .9090909091rem;
  width: 3.2727272727rem;
  height: 4.7272727273rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionFigWrap2 {
  margin-right: -3.6363636364rem;
  margin-left: -3.6363636364rem;
}

.p-aboutPage__sectionHeadIcon3 {
  width: 4.5rem;
  height: 2.4090909091rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadVertical {
  margin-right: .4545454545rem;
  margin-left: .2272727273rem;
  font-size: 1.2272727273rem;
  font-weight: 700;
  letter-spacing: .26em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-aboutPage__sectionHeadIcon4 {
  width: 2.8636363636rem;
  height: 3.8181818182rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadIcon5 {
  margin-right: .9090909091rem;
  width: 4.4090909091rem;
  height: 2.6363636364rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadNote2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: .5em;
  margin-right: 1.3636363636rem;
  font-size: .9090909091rem;
  text-align: right;
}

.p-aboutPage__sectionHeadNote2.p-aboutPage__sectionHeadNote2--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-aboutPage__sectionHeadIcon6 {
  width: 2.6363636364rem;
  height: 2.7272727273rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadVertical2 {
  margin-right: 1.5454545455rem;
  margin-left: .4545454545rem;
  font-size: 1.3181818182rem;
  font-weight: 700;
  letter-spacing: .26em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-aboutPage__sectionHeadIcon7 {
  width: 2.3181818182rem;
  width: 3.0909090909rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadIcon8 {
  margin-right: .9090909091rem;
  width: 3.9545454545rem;
  height: 4.9545454545rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadIcon9 {
  margin-right: .9090909091rem;
  width: 3.9090909091rem;
  height: 2.7272727273rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-aboutPage__sectionHeadIcon10 {
  margin-right: .7272727273rem;
  width: 3.9090909091rem;
  height: 2.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-benefitPage__article {
  padding-bottom: 2.7272727273rem;
}

.p-benefitPage__leadWrap {
  margin-top: 2.7272727273rem;
  padding-bottom: 2.7272727273rem;
}

.p-benefitPage__lead {
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 2.6;
  text-align: center;
}

.p-benefitPage__eyecatch {
  aspect-ratio: 1588/718;
}

.p-benefitPage__eyecatch > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-benefitPage__section {
  margin-top: 2.7272727273rem;
}

.p-benefitPage__section:first-of-type {
  margin-top: 0;
}

.p-benefitPage__sectionGallery {
  gap: 3.2%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.3636363636rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 59.0909090909rem;
}

.p-benefitPage__sectionGalleryImg {
  aspect-ratio: 630/333;
}

.p-benefitPage__sectionGalleryImg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.l-clinicalCta {
  margin-bottom: 6.3636363636rem;
}

.p-clinicalObservation__scheduleTitle {
  position: relative;
  padding-bottom: 1.0454545455rem;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-clinicalObservation__scheduleTitle::after {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0080A5), to(#0089A7));
  background: linear-gradient(to right, #0080A5, #0089A7);
  width: 100%;
  height: 1px;
  content: '';
}

.p-clinicalObservation__scheduleList {
  margin-top: 1.1363636364rem;
}

.p-clinicalObservation__scheduleImg {
  margin-top: 2.7272727273rem;
}

.p-clinicalObservation__download {
  margin-top: 2.7272727273rem;
}

.p-clinicalObservation__calendar {
  margin-top: 10.9090909091rem;
}

.p-clinicalObservation__linkMain {
  text-align: center;
}

.p-clinicalObservation__linkBtn + .p-clinicalObservation__linkBtn {
  margin-left: 1.9090909091rem;
}

.p-clinicalResident__philosophyItem {
  width: 100%;
  height: 1.8181818182rem;
}

.p-clinicalResident__philosophyItem img {
  display: block;
  width: auto;
  height: 100%;
}

.p-clinicalResident__policyText {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 2.6;
}

.p-clinicalResident__accordion {
  margin-top: 3.4545454545rem;
}

.p-clinicalResident__program {
  margin-top: 2.7272727273rem;
}

.p-clinicalResident__program .p-entrySection__main > p {
  font-size: 1.1363636364rem;
  letter-spacing: .05em;
}

.p-clinicalResident__programImg {
  margin-top: 1.6363636364rem;
}

.p-clinicalResident__contentItemText {
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 2.6;
}

.p-clinicalResident__dutyTitle {
  font-size: 1.1363636364rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.p-clinicalResident__dutyBody {
  margin-top: .9090909091rem;
}

.p-clinicalResident__rotationTitle {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-clinicalResident__rotationBody {
  margin-top: 1.4545454545rem;
}

.p-clinicalResident__trainingComplete {
  margin-top: 2.7272727273rem;
}

.p-clinicalResident__trainingCompleteTitle {
  font-size: 1.1363636364rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.p-clinicalResident__trainingCompleteText {
  margin-top: 1.3636363636rem;
}

.p-clinicalResident__collegeContentTitle {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-clinicalResident__collegeImg {
  margin-top: 1.3636363636rem;
}

.p-clinicalResident__collegeContentItemText {
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 2.6;
}

.p-clinicalResident__facility .c-contentItem__body p {
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 2.6;
}

.p-clinicalResident__banner {
  margin-top: 4.3181818182rem;
}

.p-seniorResident__signature {
  margin-top: 3rem;
}

.p-seniorResident__personImg {
  margin-top: 2.1818181818rem;
  padding-bottom: 5.9090909091rem;
}

.p-seniorResident__personImg > img {
  display: block;
  margin-left: auto;
  width: 50.3636363636rem;
}

.p-seniorResident__download {
  margin-top: 3.2727272727rem;
}

.p-seniorResident__banner {
  margin-top: 4.2727272727rem;
}

.p-entryPageSection {
  padding-top: 4.6363636364rem;
  padding-bottom: 6.2727272727rem;
}

.p-entryPageSection:nth-child(odd) {
  background-color: #F0F0F0;
}

.p-entryPageSection__title {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.5;
}

.p-entryPageSection__title > span {
  display: inline-block;
}

.p-entryPageSection__title > span::after {
  display: block;
  margin-top: .9090909091rem;
  background: -webkit-gradient(linear, left top, right top, from(#23548F), to(#0093DA));
  background: linear-gradient(to right, #23548F, #0093DA);
  width: 100%;
  height: 2px;
  content: '';
}

.p-entryPageSection__body {
  margin-top: 2.9090909091rem;
}

.p-entryPageSection__titleWrap {
  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;
}

.p-entryPageSection__titleBtn {
  margin-left: 1.2272727273em;
  border-radius: 100vh;
  background-color: #F1F1F1;
  padding: .5454545455em;
  width: 27.9090909091em;
  max-width: 100%;
  color: #5B5B5B;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}

.p-messagePage .c-sectionTitle__primary {
  font-size: 1.9545454545rem;
}

.p-messagePage__message {
  padding-bottom: 0;
}

.p-messagePage__messageImg {
  margin-top: 1.3636363636rem;
}

.p-messagePage__messageImg > figcaption {
  font-size: .6818181818rem;
}

.p-messagePage__ideal {
  position: relative;
  padding-top: 5.4545454545rem;
}

.p-messagePage__ideal::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 7.9090909091rem, 100% 100%, 0 calc(100% - 7.9090909091rem));
  clip-path: polygon(0 0, 100% 7.9090909091rem, 100% 100%, 0 calc(100% - 7.9090909091rem));
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#F1F1F1));
  background: linear-gradient(to right, #FFF, #F1F1F1);
  width: 100%;
  height: 105%;
  content: '';
}

.p-messagePage__idealLead {
  margin-top: .8048780488em;
  color: #00A4D5;
  font-family: 'A1Mincho', serif;
  font-size: 3.7272727273rem;
  letter-spacing: .14em;
  line-height: 1.34;
  text-align: center;
}

.p-messagePage__idealText {
  margin-top: 2.4545454545rem;
}

.p-messagePage__media {
  margin-top: 2.0454545455rem;
}

.l-nurseCareerCase {
  margin-top: 4.9545454545rem;
}

.p-nurse__message {
  margin-top: 6.2727272727rem;
}

.p-nurse__messageImg {
  margin-top: 3.9545454545rem;
}

.p-nurse__messageImg > img {
  display: block;
  margin-left: auto;
  width: 50.3636363636rem;
}

.p-nurseAttracts__body {
  margin-top: 6.2727272727rem;
}

.p-nurseAttracts__lead {
  margin-right: auto;
  margin-left: auto;
  max-width: 52.7272727273rem;
}

.p-nurseDivision__floorTable {
  font-size: .9818181818rem;
  letter-spacing: .09em;
  line-height: 1.5;
  text-align: center;
}

.p-nurseDivision__floorTable th,
.p-nurseDivision__floorTable td {
  padding: 1em .3em;
  text-align: center;
}

.p-nurseDivision__floorTable th:nth-child(1) {
  width: 4.5rem;
}

.p-nurseDivision__floorTable a {
  color: #00A4D5;
  text-decoration: underline;
}

.p-nurseDivision__floorTableWardHead {
  background-color: #93D5E1;
  width: 29.5454545455rem;
}

.p-nurseDivision__floorTableHead {
  background-color: #F5F2F1;
  letter-spacing: 0;
}

.p-nurseDivision__floorTableDataCell {
  background-color: #EAEBEC;
}

.p-nurseDivision__floorTableDataCell.p-nurseDivision__floorTableDataCell--hasLink {
  background-color: #DDF0FC;
}

.p-nurseDivision__floorTableLastCell {
  letter-spacing: .03em;
}

.p-nurseDivision__floorTableNoDataCell {
  padding: 0 !important;
  width: .5rem;
}

.p-nurseDivision__content {
  margin-top: 4.5454545455rem;
}

.p-nurseDivision__contentItem + .p-nurseDivision__contentItem {
  margin-top: 4.0909090909rem;
}

.p-nurseDivision__contentItemTitle {
  --lh: 1.5;
  position: relative;
  padding-left: 1.5em;
  color: #00A4D5;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: var(--lh, 1.5);
}

.p-nurseDivision__contentItemTitle::before {
  position: absolute;
  top: calc(var(--lh, 1.5) / 2 * 1em);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '●';
}

.p-nurseDivision__contentItemBody {
  margin-top: 2rem;
}

.p-nurseDivision__contentItemImg {
  float: right;
  margin-left: 2.2727272727rem;
  width: 40%;
}

.p-nurseDivision__contentItemMessage {
  margin-top: 1.3636363636rem;
}

.p-nurseDivision__contentItemMessageLabel {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - .5909090909rem) 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#009AC9), to(#00ABCB));
  background: linear-gradient(to right, #009AC9, #00ABCB);
  padding: .4333333333em 2.1em .4333333333em 1.6666666667em;
  color: #fff;
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.3636363636rem;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-nurseDivision__contentItemMessageBody {
  margin-top: -1.8181818182em;
  border-radius: 5px;
  background-color: #EEE;
  padding: 2.7272727273em 2.2727272727em 1.9545454545em;
  font-size: 1rem;
}

.p-nurseEducation__educationSystem {
  margin-top: 5.4545454545rem;
}

.p-nurseEducation__btnAreaWrap {
  margin-top: 5.9090909091rem;
}

.p-nurseEducation__btnAreaCopy {
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 1.25;
  text-align: center;
}

.p-nurseEducation__btnArea {
  margin-top: 1.4545454545rem;
  text-align: center;
}

.p-nurseEducation__btnArea > * + * {
  margin-left: .9090909091rem;
}

.p-nurseEducation__newEmployeeTraining {
  margin-top: 4.0909090909rem;
}

.p-nurseEducation__trainingContent {
  margin-top: 5.9090909091rem;
}

.p-nurseEntry {
  padding-bottom: 4.8181818182rem;
}

.p-nurseMessage__body {
  margin-right: auto;
  margin-left: auto;
  max-width: 57.2727272727rem;
}

.p-nurseObservation__beforeDisk:not(:first-child) {
  margin-top: 2.5454545455rem;
}

.p-nurseObservation__grayBox + .p-nurseObservation__grayBox {
  margin-top: 1.5909090909rem;
}

.p-nurseObservation__tourFlow {
  margin-top: 2.7272727273rem;
}

.p-nurseObservation__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #FF0;
  padding: 3.0909090909rem .9090909091rem 2.8636363636rem;
  text-align: center;
}

.p-nurseObservation__ctaCopy {
  font-size: 1.6363636364rem;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1;
}

.p-nurseObservation__ctaIcon {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  display: block;
  margin-top: 1.2727272727rem;
  width: 2.4545454545rem;
  height: 2.4545454545rem;
  color: inherit;
}

.p-nurseObservation__ctaIcon > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-nurseObservation__timeline {
  margin-top: 3.1818181818rem;
}

.p-nurseObservation__table {
  font-size: .9090909091rem;
  letter-spacing: 0;
}

.p-nurseObservation__table table {
  width: 65.9545454545rem;
}

.p-nurseObservation__table th,
.p-nurseObservation__table td {
  border: 1px solid #37bfe0;
  padding: 1em;
  line-height: 1.5;
}

.p-nurseObservation__table th {
  vertical-align: middle;
  background-color: #e1f4f9;
  font-weight: 700;
  text-align: center;
}

.p-nurseObservation__table .p-nurseObservation__tableHeadColumn {
  width: 6.8181818182rem;
}

.p-nurseObservation__tableDataColumn {
  width: 50%;
}

.p-nurseObservation__tableNote {
  color: #f00;
}

.p-nurseObservation__tableCaution {
  margin-top: .5em;
  color: #f00;
}

.p-nursePolicy {
  position: relative;
  padding-top: 4.5454545455rem;
  padding-bottom: 10.5454545455rem;
}

.p-nursePolicy__bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 11rem, 100% 100%, 0 calc(100% - 11rem));
  clip-path: polygon(0 0, 100% 11rem, 100% 100%, 0 calc(100% - 11rem));
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#F1F1F1));
  background: linear-gradient(to right, #FFF, #F1F1F1);
}

.p-nursePolicy__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -45%);
  transform: translate(-40%, -45%);
  background: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/nurse/nursePolicy-deco.png') no-repeat center center/contain;
  padding-top: 83%;
  width: 100%;
  height: 0;
  content: '';
}

.p-nursePolicy__item + .p-nursePolicy__item {
  margin-top: 5.7272727273rem;
}

.p-nursePolicy__itemTitle {
  height: 1.7272727273rem;
}

.p-nursePolicy__itemTitle > img {
  width: auto;
  height: 100%;
}

.p-nursePolicy__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7272727273rem;
  font-family: 'A1Mincho', serif;
}

.p-nursePolicy__bodyHead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15rem;
  -ms-flex: 0 0 15rem;
  flex: 0 0 15rem;
  font-size: 2.9545454545rem;
  letter-spacing: .24em;
  line-height: 1.38461538;
}

.p-nursePolicy__bodyContent {
  margin-left: 3.6363636364rem;
}

.p-nursePolicy__listItem {
  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;
}

.p-nursePolicy__listItem + .p-nursePolicy__listItem {
  margin-top: 2.1818181818rem;
}

.p-nursePolicy__listHead {
  font-size: 2.5909090909rem;
  line-height: 1;
  white-space: nowrap;
}

.p-nursePolicy__listBody {
  margin-left: 2.0909090909rem;
  font-size: 1.2727272727rem;
  letter-spacing: .1em;
  line-height: 1.4286;
}

.p-personCards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  background-color: #fff;
}

.p-personCards__item {
  background-color: #fff;
  padding: 1.0909090909rem 2.2727272727rem 0;
}

.p-personCards__item + .p-personCards__item {
  border-left: 1px solid #000;
}

.p-personCards__itemHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'PlantagenetCherokee', serif;
  font-size: .9545454545rem;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.p-personCards__itemHead > img {
  margin-right: -.7em;
  width: 3rem;
  height: 2.4545454545rem;
}

.p-personCards__itemHead > span {
  vertical-align: middle;
  font-family: 'A1Mincho', serif;
  font-size: 1.8636363636rem;
  letter-spacing: .24em;
}

.p-personCards__itemQuestion {
  margin-top: 2rem;
  color: #00A4D5;
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-personCards__itemAnswer {
  margin-top: 1.6363636364rem;
  font-size: 2.0454545455rem;
  letter-spacing: .1em;
  line-height: 1.73333333;
}

.p-personCards__item p:not([class]) {
  margin-top: 2.8636363636rem;
}

.p-personEntry {
  padding-top: 0;
}

.p-personMessage {
  padding-bottom: 0 !important;
}

.p-personMessage__inner {
  gap: 2.9090909091rem 4.5454545455rem;
  display: grid;
  grid-template: 'img title' 'img body'/18.3181818182rem 1fr;
}

.p-personMessage__img {
  grid-area: img;
}

.p-personMessage__img > img {
  aspect-ratio: 403/430;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-personMessage__titleWrap {
  grid-area: title;
}

.p-personMessage__titleWrap > p {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.p-personMessage__titleWrap > p::before, .p-personMessage__titleWrap > p::after {
  content: '-';
}

.p-personMessage__titleWrap > h2 {
  font-size: 2.0454545455rem;
  letter-spacing: .12em;
}

.p-personMessage__titleWrap > h2 > span {
  display: inline-block;
}

.p-personMessage__titleWrap > h2 > span::after {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#235492), to(#0096DD));
  background: linear-gradient(to right, #235492, #0096DD);
  width: 100%;
  height: .0909090909rem;
  content: '';
}

.p-personMessage__body {
  grid-area: body;
}

.p-personSchedule {
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/person/schedule-bg.jpg') no-repeat center bottom/cover;
}

.p-personSchedule__title {
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.p-personSchedule__title > span {
  display: inline-block;
  position: relative;
  padding-bottom: .4090909091rem;
}

.p-personSchedule__title > span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#235492), to(#0096DD));
  background: linear-gradient(to right, #235492, #0096DD);
  width: 100%;
  height: 1px;
  content: '';
}

.p-personSchedule__lead {
  margin-top: 3.9545454545rem;
}

.p-personSchedule__lead > p:not([class]) {
  margin-top: 1.1363636364rem;
}

.p-personSchedule__leadMain {
  font-size: 1.4090909091rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-personSchedule__main {
  gap: 2.7272727273rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.9545454545rem;
}

.p-personSchedule__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 4.2272727273rem;
  min-height: 3.9090909091rem;
  font-size: 1.2727272727rem;
  letter-spacing: .025em;
  line-height: 1.5;
}

.p-personSchedule__item::before {
  position: absolute;
  top: .25em;
  left: 0;
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/person/schedule-before.png') no-repeat center center/contain;
  width: 1em;
  height: 1em;
  content: '';
}

.p-personSchedule__item:not(:last-child)::after {
  content: '';
}

.p-personSchedule__item::after {
  position: absolute;
  top: 1.25em;
  bottom: -.25em;
  left: .5em;
  background: -webkit-gradient(linear, left top, right top, from(#235492), to(#0096DD));
  background: linear-gradient(to right, #235492, #0096DD);
  width: .0909090909rem;
}

.p-personSchedule__item dt {
  position: relative;
  -webkit-flex-basis: 6.3636363636rem;
  -ms-flex-preferred-size: 6.3636363636rem;
  flex-basis: 6.3636363636rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-personSchedule__item dt::before {
  position: absolute;
  top: .75em;
  left: -2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#235492), to(#0096DD));
  background: linear-gradient(to right, #235492, #0096DD);
  width: 1.7272727273rem;
  height: .0909090909rem;
  content: '';
}

.p-personSingle__head {
  margin-top: 3.9545454545rem;
}

.p-personSingle__related {
  position: relative;
}

.p-personSingle__slider .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-personSingle__relatedItem {
  margin-right: 2.2727272727rem;
  width: calc((100% - 2.2727272727rem*3) / 4);
}

.p-personSingle__relatedItem > img {
  aspect-ratio: 358/255;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-personSingle__relatedLink {
  display: block;
}

.p-personSingle__sliderBtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: sliderbtn 2s;
  animation: sliderBtn 2s;
  background: transparent no-repeat center center/.75rem 1.3125rem;
  width: 1.3636363636rem;
  height: 1.3636363636rem;
}

@-webkit-keyframes sliderBtn {

  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes sliderBtn {

  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-personSingle__sliderBtn.p-personSingle__sliderBtn--prev {
  left: -2.1818181818rem;
  background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/person/relatedSlider-left.svg');
}

.p-personSingle__sliderBtn.p-personSingle__sliderBtn--next {
  right: -2.1818181818rem;
  background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/person/relatedSlider-right.svg');
}

.p-personSingle__banner {
  margin-top: 5.4545454545rem;
}

.p-requirementsEntry__body {
  padding-top: 3.8636363636rem;
  padding-bottom: 3.8636363636rem;
}

.p-requirementsPostList {
  font-size: 1.4090909091rem;
}

.p-requirementsPostList__item + .p-requirementsPostList__item {
  margin-top: 1.4545454545rem;
}

.p-requirementsPostList__link {
  display: block;
  position: relative;
  border: 1px solid #5B5B5B;
  padding: 1.7096774194em 5.2580645161em 1.7096774194em 1.064516129em;
  color: #00A4D5;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-requirementsPostList__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/requirements/req-arrow.svg') no-repeat center center/cover;
  width: 2.9677419355em;
  height: 2.9677419355em;
  content: '';
}

.p-staffEntry__header {
  padding-bottom: 6.5454545455rem;
  color: #5B5B5B;
}

.p-staffEntry__subTitle {
  font-family: 'PlantagenetCherokee', serif;
  font-size: 1.1818181818rem;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}

.p-staffEntry__subTitle::before, .p-staffEntry__subTitle::after {
  content: '-';
}

.p-staffEntry__title {
  position: relative;
  margin-top: .79069767em;
  padding-bottom: 1em;
  color: #00A4D5;
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
}

.p-staffEntry__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
  width: 4.5454545455rem;
  height: 2px;
  content: '';
}

.p-staffEntry__catchcopy {
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.75;
  text-align: center;
}

.p-staffEntry__lead {
  margin-top: 2.1818181818rem;
}

.p-staffEntry__contentItem + .p-staffEntry__contentItem {
  margin-top: 3.8636363636rem;
}

.p-staffGallery {
  position: relative;
}

.p-staffGallery__swiperWrapper {
  gap: 3.4545454545rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22.7272727273rem, 1fr));
}

.p-staffGallery__sliderBtn {
  display: none;
}

.p-staffPharmacist__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5.8181818182rem;
  padding-right: 25px;
  padding-left: 25px;
}

.p-staffPharmacist__content1 {
  padding-top: 6.0909090909rem;
  padding-bottom: 6.5454545455rem;
}

.p-staffPharmacist__jobCards {
  margin-top: 3.6363636364rem;
}

.p-staffPharmacist__jobFooter {
  margin-top: 4.5454545455rem;
  text-align: center;
}

.p-staffPharmacist__teamImg {
  margin-top: 3.9090909091rem;
}

.p-staffPharmacist__teamBody {
  position: relative;
  padding-top: 5.1818181818rem;
  padding-bottom: 14.4545454545rem;
}

.p-staffPharmacist__teamBody::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10.5909090909rem));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10.5909090909rem));
  background-color: #F0F0F0;
  content: '';
}

.p-staffPharmacist__lead {
  color: #5B5B5B;
  font-size: 1.9545454545rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.5;
  text-align: center;
}

.p-staffPharmacist__teamBox {
  margin-top: 2.2727272727rem;
}

.p-staffPharmacist__teamFooter {
  margin-top: .9090909091rem;
  text-align: center;
}

.p-staffPharmacist__universityWrap {
  gap: 1.3636363636rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-staffPharmacist__galleryMain {
  gap: .6363636364rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-staffPharmacist__galleryImg {
  aspect-ratio: 316/313;
}

.p-staffPharmacist__galleryImg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-staffPharmacist__banner {
  margin-bottom: 6.4090909091rem;
}

.p-staffSingle {
  color: #5B5B5B;
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 768px) {

  html {
    font-size: max(13.4737px, 1.0526315789vw);
  }

  [data-work-text]::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 7.2727272727rem auto;
    pointer-events: none;
    content: '';
  }

  [data-work-text=nurse]::before {
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/top/nurse-text.png');
    background-position: left bottom;
  }

  [data-work-text=paramedical]::before {
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/top/paramedical-text.png');
    background-position: right bottom;
  }

  [data-work-text=clerical]::before {
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/top/clerical-text.png');
    background-position: left bottom;
  }

  body {
    min-width: 1280px;
  }

  .p-topPageNav__item + .p-topPageNav__item::before {
    top: 1.3636363636rem;
    bottom: .9090909091rem;
    left: 0;
    content: '';
  }
}

@media (min-width: 1440px) {

  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {

  p {
    font-size: .875rem;
    line-height: 1.7143;
  }

  .l-archiveBtnWrap {
    margin-top: 1.875rem;
  }

  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-footer {
    display: none;
  }

  .l-hasSidebar {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
  }

  .l-hasSidebar__secondary {
    display: none;
  }

  .l-hasSidebar__primary {
    margin-left: calc(50% - 50vw + (100vw - var(--vw, 100vw)) / 2);
    width: var(--vw, 100vw);
  }

  .l-hasSidebar__inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-hasSidebar__pcFull {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-hasSidebar__inner.l-hasSidebar__inner--spNoPadding {
    padding: 0;
  }

  .l-interview {
    margin-top: 3.75rem;
  }

  .l-topSection {
    margin-top: 3.75rem;
  }

  .c-archiveBtn {
    border-radius: .625rem;
    padding-right: 1.625rem;
    padding-left: 1.625rem;
    width: 8.75rem;
    font-size: .625rem;
  }

  .c-archiveBtn__icon {
    width: 1rem;
    height: .3125rem;
  }

  .c-beforeDisk {
    font-size: 1.125rem;
  }

  .c-btn {
    padding: 1em 1.875rem;
    width: 17.4375rem;
    font-size: .875rem;
  }

  .c-btn2 {
    padding: 1.4545454545em;
    font-size: .875rem;
  }

  .c-btn3 {
    padding-right: 2.7142857143em;
    padding-left: 2.7142857143em;
    font-size: .875rem;
  }

  .c-btn3::before {
    left: 1.1428571429em;
  }

  .c-contentItem + .c-contentItem {
    margin-top: 3.25rem;
  }

  .c-contentItem__title {
    font-size: 1.125rem;
  }

  .c-contentItem__title > span::after {
    margin-top: .4375rem;
  }

  .c-contentItem__body {
    margin-top: .9375rem;
    font-size: .875rem;
  }

  .c-contentItem__bodyItem + .c-contentItem__bodyItem {
    margin-top: 1.875rem;
  }

  .c-contentItem__signature {
    font-size: 1rem;
  }

  .c-fullImg {
    margin-left: calc(50% - 50vw + (100vw - var(--vw, 100vw)) / 2);
    width: var(--vw, 100vw);
  }

  .c-grayBox {
    padding: 2.5rem 1.25rem;
  }

  .c-img::before {
    padding-top: 96%;
  }

  .c-labelHeading {
    font-size: .875rem;
  }

  .c-labelHeading > span {
    padding: .3571428571em 2em .3571428571em 1.5714285714em;
  }

  .c-more {
    width: 17.4375rem;
    font-size: .875rem;
  }

  .c-pageTitle__secondary {
    font-size: .75rem;
  }

  .c-pageTitle__primary {
    font-size: 1.5rem;
    line-height: 1.90909091;
  }

  .c-sectionLead {
    font-size: 1.375rem;
  }

  .c-sectionTitle__secondary {
    font-size: 1rem;
  }

  .c-sectionTitle__primary {
    font-size: 1.25rem;
  }

  .c-signature {
    font-size: 1rem;
  }

  .c-whiteBox {
    padding: 2.5rem 1.75rem;
  }

  .p-accordion__item + .p-accordion__item {
    margin-top: 2.6875rem;
  }

  .p-accordion__btn {
    padding: 1.5em 2.2em 1.5em 1.16666667em;
    color: #00A4D5;
    font-size: 1.125rem;
    text-align: left;
  }

  .p-accordion__btn::before {
    right: 1.5625rem;
    width: .3125rem;
    height: .3125rem;
  }

  .p-accordion__btn::after {
    right: 1.0625rem;
    width: 1rem;
    height: 1rem;
  }

  .p-accordion__body {
    padding: 1.42857143em 1.71428571em;
    font-size: .875rem;
    line-height: 1.7143;
  }

  .p-archiveContent {
    padding-top: 4.0625rem;
    padding-bottom: 2.5rem;
  }

  .p-archiveContent__footer {
    margin-top: 2.5rem;
  }

  .p-archiveSection {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .p-archiveSection__title {
    padding-bottom: .625rem;
    font-size: 1rem;
    letter-spacing: .22em;
  }

  .p-archiveSection__title::after {
    width: 10.0625rem;
  }

  .p-archiveSection__body {
    margin-top: 1.0909090909rem;
  }

  .p-card {
    padding: 1.3636363636rem 0 1.3636363636rem 0;
  }

  .p-card + .p-card {
    border-top: 1px solid #5B5B5B;
    border-left: none;
  }

  .p-card__num {
    font-size: 1.3125rem;
  }

  .p-card__num > span {
    font-size: 2.5rem;
  }

  .p-card__title {
    margin-top: 1.3636363636rem;
    font-size: 1.625rem;
    letter-spacing: .22em;
  }

  .p-card__body {
    margin-top: .9090909091rem;
  }

  .p-checkList__item {
    font-size: 1rem;
  }

  .p-checkList__item + .p-checkList__item {
    margin-top: .75rem;
  }

  .p-clinicalCta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .p-clinicalCta__title {
    font-size: 1.0625rem;
  }

  .p-clinicalCta__copy {
    font-size: .6875rem;
  }

  .p-clinicalCta__btn {
    font-size: .875rem;
  }

  .p-col.p-col--col2 {
    gap: .9375rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-col.p-col--col3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-col.p-col--col4 {
    gap: 1.6875rem .5rem;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - .5rem), 1fr));
  }

  .p-contentHeader {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .p-contentHeader__catchCopy {
    font-size: 1.125rem;
  }

  .p-contentHeader__leadText {
    font-size: .875rem;
    text-align: left;
  }

  .p-cta__item {
    padding: .875rem .625rem 1rem;
  }

  .p-cta__titleSub {
    font-size: .5rem;
  }

  .p-cta__titleMain {
    margin-top: .1875rem;
    font-size: .9375rem;
  }

  .p-cta__icon {
    stroke-width: 1px;
    margin-top: .5625rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .p-cta__item--inquiry {
    padding-top: 1.4375rem;
    padding-bottom: 1.125rem;
  }

  .p-downloadSection {
    display: block;
  }

  .p-downloadSection__titleSub {
    font-size: 1.125rem;
  }

  .p-downloadSection__titleMain {
    font-size: 1.5rem;
  }

  .p-downloadSection__main {
    margin-left: 0;
  }

  .p-downloadSection__note {
    font-size: 1rem;
  }

  .p-drawer__bg {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .p-drawer__bg.is-opened {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .25);
    width: 100vw;
    height: 100vh;
  }

  .p-drawer__content {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    z-index: 40;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#C1E1ED));
    background: linear-gradient(to bottom, #fff, #C1E1ED);
    padding-top: 54px;
    width: 200px;
    max-width: 90%;
    overflow: auto;
    color: #3C3C3C;
    text-align: center;
  }

  .p-drawer__content.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .16);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .16);
  }

  .p-drawer__content--left {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .p-drawer__content--top {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    width: 100%;
    max-width: 100%;
  }

  .p-drawer__content--cover {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .p-drawer__inner {
    padding: 3.125rem 1.75rem 1.875rem;
  }

  .p-drawer__nav {
    text-align: left;
  }

  .p-drawer__navLink {
    display: block;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #000;
    background-color: #fff;
    padding: 1.25rem 20px;
    font-size: 1rem;
  }

  .p-drawer__footer {
    gap: .625rem;
    display: grid;
    grid-template: 'nav nav' 'btn1 btn2' 'btn3 btn3'/1fr 1fr;
  }

  .p-drawer__footerNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-area: nav;
  }

  .p-drawer__footerNavLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -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-left: 1px solid #00A4D5;
    padding: .625rem;
    color: #5B5B5B;
    font-size: .75rem;
  }

  .p-drawer__footerNavLink:last-child {
    border-right: 1px solid #00A4D5;
  }

  .p-drawer__mapIcon {
    display: inline-block;
    vertical-align: middle;
    margin-right: .625rem;
    width: 1.5em;
    height: inherit;
  }

  .p-drawer__mapIcon > img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .p-drawer__footerBtn {
    display: block;
    position: relative;
    padding: 1rem calc(.8125rem + 1.6428571429em) 1rem .8125rem;
    color: #fff;
    font-size: .875rem;
    text-align: left;
  }

  .p-drawer__footerBtnIcon {
    fill: transparent;
    stroke: currentColor;
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    right: .8125rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.6428571429em;
    height: 1.6428571429em;
    color: inherit;
    content: '';
  }

  .p-drawer__footerBtn.p-drawer__footerBtn--1 {
    grid-area: btn1;
    background-color: #609BB7;
  }

  .p-drawer__footerBtn.p-drawer__footerBtn--2 {
    grid-area: btn2;
    background-color: #5A92B9;
  }

  .p-drawer__footerBtn.p-drawer__footerBtn--3 {
    grid-area: btn3;
    background-color: #FF0;
    padding-left: calc(.8125rem + 1.6428571429em);
    color: #000;
    text-align: center;
  }

  .p-entry {
    padding-top: 3.3125rem;
    padding-bottom: 1.875rem;
  }

  .p-entry__body {
    font-size: 14px;
  }

  .p-entry__body h1,
  .p-entry__body h2,
  .p-entry__body h3,
  .p-entry__body h4,
  .p-entry__body h5,
  .p-entry__body h6 {
    font-size: 1.5rem;
  }

  .p-entry__body h5 {
    font-size: .875rem;
  }

  .p-entry__body table th {
    padding-right: .9090909091rem;
    padding-left: .9090909091rem;
    width: 5.9090909091rem;
  }

  .p-entry__body table td {
    padding-right: .6818181818rem;
    padding-left: .6818181818rem;
  }

  .p-entry__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 20px) / 2);
  }

  .p-entryCta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .p-entryCta__top {
    font-size: .6875rem;
  }

  .p-entryCta__title {
    margin-top: 1.375rem;
    font-size: 1.0625rem;
  }

  .p-entryCta__copy {
    margin-top: .4375rem;
    font-size: .6875rem;
  }

  .p-entryCta__btnArea {
    margin-top: 1.125rem;
  }

  .p-entryCta__btn {
    font-size: .875rem;
  }

  .p-entrySection {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .p-entrySection.p-entrySection--shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .p-entrySection__main {
    margin-top: 1.5625rem;
  }

  .p-featureCard__title {
    font-size: 1.125rem;
  }

  .p-featureCard__text {
    margin-top: 1.5rem;
    font-size: .875rem;
  }

  .p-featureCard__footer {
    margin-top: 1.5rem;
  }

  .p-featureCard__btn {
    font-size: .875rem;
  }

  .p-form__item {
    border-width: 1px;
  }

  .p-form__item:last-of-type {
    border-width: 1px;
  }

  .p-form__itemHead {
    -webkit-flex-basis: 5.4375rem;
    -ms-flex-preferred-size: 5.4375rem;
    flex-basis: 5.4375rem;
  }

  .p-fv__wrap {
    aspect-ratio: 375/362;
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/top/topFv-sp.jpg');
  }

  .p-fv__leadWrap {
    margin-top: -13.3333333333vw;
    width: 81.6vw;
    font-size: 1.625rem;
  }

  .p-fv__scroll {
    display: none;
  }

  .p-fv__banner {
    bottom: .6875rem;
    left: .9375rem;
    width: 8.5625rem;
    height: 8.5625rem;
  }

  .p-header {
    padding: .625rem .5rem;
  }

  .p-header__logo {
    position: relative;
    -webkit-flex-basis: 10.625rem;
    -ms-flex-preferred-size: 10.625rem;
    flex-basis: 10.625rem;
    z-index: 41;
  }

  .p-header__topRight {
    padding-left: .625rem;
  }

  .p-header__topRight ul {
    display: none;
  }

  .p-header__btn {
    margin-left: 0;
    padding: .1875rem .75rem;
    font-size: .625rem;
    line-height: 1.2;
  }

  .p-header__menu {
    display: none;
  }

  .p-header__drawer {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-left: .4375rem;
  }

  .p-interview {
    display: block;
    padding: 1.75rem 20px 2.625rem;
  }

  .p-interview + .p-interview {
    margin-top: 2.375rem;
  }

  .p-interview__img {
    grid-template: 'figcaption' 'img';
    width: 100%;
  }

  .p-interview__img > img {
    grid-area: img;
  }

  .p-interview__img > figcaption {
    grid-area: figcaption;
    font-size: 1.125rem;
  }

  .p-interview__body {
    margin-top: 1.875rem;
    margin-left: 0;
  }

  .p-interview__title {
    font-size: 1.25rem;
  }

  .p-interview__title::after {
    margin-top: 1.0625rem;
    width: 60%;
  }

  .p-interview__bodyMain {
    margin-top: 1.6875rem;
  }

  .p-labeledBox + .p-labeledBox {
    margin-top: 2.7272727273rem;
  }

  .p-labeledBox__title {
    font-size: .875rem;
  }

  .p-labeledBox__title > span:not([class]) {
    padding: .3571428571em 2em .3571428571em 1.5714285714em;
  }

  .p-labeledBox__titleSub {
    display: block;
    margin-top: 1.0625rem;
    margin-left: 0;
    font-size: .875rem;
    text-align: center;
  }

  .p-labeledBox__body {
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: .875rem;
    line-height: 1.71428571;
  }

  .p-labeledBox__body h3:not([class]) {
    margin-top: 1.3333333333em;
    margin-bottom: .5555555556em;
    font-size: 1.125rem;
  }

  .p-labeledBox__spNoPadding {
    margin-right: -1.5em;
    margin-left: -1.5em;
  }

  .p-labelText + .p-labelText {
    margin-top: 1.875rem;
  }

  .p-labelText__label {
    font-size: 1.25rem;
  }

  .p-labelText__label > span {
    padding: .25em 1.4em .25em .8em;
    min-width: 13.45em;
  }

  .p-licenseList__item {
    font-size: 1rem;
  }

  .p-licenseList__item + .p-licenseList__item {
    margin-top: .625rem;
  }

  .p-media {
    display: block;
  }

  .p-media__num {
    font-size: 1.75rem;
  }

  .p-media__title {
    font-size: 1.125rem;
  }

  .p-media__body {
    margin-top: 1.1875rem;
    line-height: 1.3;
  }

  .p-media__figure {
    aspect-ratio: 327/230;
    margin-top: 1rem;
  }

  .p-nurseCareer .p-checkList__item {
    font-size: .875rem;
  }

  .p-nurseCareer .p-licenseList__item {
    font-size: .75rem;
  }

  .p-occupationCard {
    padding-right: .5rem;
  }

  .p-occupationCard__title {
    font-size: .875rem;
  }

  .p-occupationCard__img {
    padding-top: .4375rem;
  }

  .p-occupationCard.has-badge {
    padding-right: .5rem;
  }

  .p-occupationCard.has-badge .p-occupationCard__img::before {
    top: .9375rem;
    right: -.5rem;
    font-size: .75rem;
  }

  .p-occupationCard.has-badge .p-occupationCard__img::after {
    top: .9375rem;
    right: -.5rem;
    width: .5rem;
    height: 1.25rem;
  }

  .p-pagination {
    font-size: .8125rem;
  }

  .p-postHeading {
    height: 37.6vw;
  }

  .p-postHeading__subTitle {
    font-size: .75rem;
  }

  .p-postHeading__title {
    font-size: 1.5rem;
  }

  .p-postHeading__title:not(:first-child) {
    margin-top: .25rem;
  }

  .p-postList__item + .p-postList__item {
    margin-top: 1.875rem;
  }

  .p-postList__time {
    min-width: auto;
    font-size: 10px;
  }

  .p-postList__term {
    padding: .3333333333em;
    min-width: 11em;
    font-size: 10px;
  }

  .p-postList__title {
    margin-left: .5625rem;
    font-size: 10px;
    letter-spacing: .01em;
  }

  .p-relatedPageNav {
    background-color: #fff;
  }

  .p-relatedPageNav::before {
    content: none;
  }

  .p-relatedPageNav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-relatedPageNav__item {
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #009CFF;
  }

  .p-relatedPageNav__item + .p-relatedPageNav__item {
    border-color: #009CFF;
  }

  .p-relatedPageNav__item.is-active {
    grid-column: 1/3;
    grid-row: 1/2;
    background: -webkit-gradient(linear, left top, right top, from(#00B6F2), to(#009CFF));
    background: linear-gradient(to right, #00B6F2, #009CFF);
    color: #fff;
  }

  .p-relatedPageNav__link {
    padding: 1em;
    min-height: auto;
    font-size: .875rem;
  }

  .p-relatedPageNav__link::after {
    content: none;
  }

  .p-section__lead {
    margin-top: 3rem;
    font-size: .875rem;
    text-align: left;
  }

  .p-section__leadMain {
    font-size: 1.125rem;
    text-align: center;
  }

  .p-section__signature {
    margin-top: 1.5rem;
  }

  .p-single__meta-sp {
    display: block;
    margin-top: 2.125rem;
    font-size: .625rem;
    letter-spacing: -.4em;
  }

  .p-spToc {
    gap: .25rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .p-table table {
    display: table;
  }

  .p-timeline__item::after {
    left: 0;
  }

  .p-timeline__time {
    min-width: 3.3125rem;
    font-size: .875rem;
  }

  .p-timeline__itemMain {
    margin-left: .9375rem;
  }

  .p-timeline__title {
    font-size: .875rem;
  }

  .p-topDoctor {
    padding-bottom: 3.75rem;
  }

  .p-topDoctor__title {
    margin-top: 1.5625rem;
  }

  .p-topDoctor__content {
    margin-top: 1.5625rem;
    gap: 1.625rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-topDoctor__item {
    padding: 1.25rem;
  }

  .p-topDoctor__itemTitle {
    font-size: .875rem;
  }

  .p-topDoctor__list {
    margin-top: 1.625rem;
  }

  .p-topDoctor__listItem {
    font-size: .75rem;
  }

  .p-topDoctor__listLink::after {
    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;
    background-size: .4375rem .8125rem;
    width: 1.875rem;
    height: 1.875rem;
  }

  .p-topDoctor__img {
    display: block;
    margin-left: calc(50% - 50vw + (100vw - var(--vw, 100vw)) / 2);
    width: var(--vw, 100vw);
  }

  .p-topDoctor__img > img {
    aspect-ratio: 375/191;
  }

  .p-topGradation {
    padding-bottom: 5rem;
  }

  .p-topHospital__content {
    display: block;
  }

  .p-topHospital__item {
    aspect-ratio: 322/150;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 1rem;
  }

  .p-topHospital__item + .p-topHospital__item {
    margin-top: 1.375rem;
  }

  .p-topHospital__text {
    font-size: 1rem;
  }

  .p-topLead {
    padding-top: 3.5625rem;
  }

  .p-topLead__main {
    font-size: 1.375rem;
  }

  .p-topLead__lead {
    margin-top: 1.875rem;
    font-size: .75rem;
    text-align: left;
  }

  .p-topNews__inner {
    display: block;
  }

  .p-topNews__title {
    font-size: 1rem;
  }

  .p-topNews__title > span {
    padding-bottom: .3125rem;
  }

  .p-topNews__title > span::after {
    width: 100%;
    height: 1px;
  }

  .p-topNews__body {
    margin-top: 1.375rem;
    margin-left: 0;
  }

  .p-topNurse {
    padding-top: 2.875rem;
    padding-bottom: 4rem;
  }

  .p-topNurse__body {
    gap: .625rem;
    grid-template: 'about' 'intro' 'career' 'training' 'intern';
    margin-top: 1.625rem;
  }

  .p-topNurse__item {
    display: block;
  }

  .p-topNurse__item:nth-child(n) {
    aspect-ratio: 322/127;
  }

  .p-topNurse__itemText {
    bottom: .3125rem;
    left: .6875rem;
    font-size: .875rem;
  }

  .p-topNurse__chevron {
    right: .75rem;
    bottom: .75rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .p-topNurse__footer {
    margin-top: 2.6875rem;
  }

  .p-topPageNav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: .2272727273rem;
    padding-right: 5px;
    padding-bottom: .2272727273rem;
    padding-left: 5px;
  }

  .p-topPageNav__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .p-topPageNav__item:nth-child(2n) {
    border-left: 1px solid #fff;
  }

  .p-topPageNav__item:nth-child(n+3)::before {
    top: 0;
    right: 5px;
    left: 5px;
    width: auto;
    height: 1px;
    content: '';
  }

  .p-topPageNav__link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .p-topPageNav__linkTitle {
    font-size: .8125rem;
  }

  .p-topPageNav__linkSubTitle {
    margin-top: .3125rem;
    font-size: .45rem;
  }

  .p-topPageNav__linkIcon {
    margin-top: .4375rem;
    width: .75rem;
    height: .75rem;
  }

  .p-topPeople__form {
    font-size: .75rem;
  }

  .p-topPeople__recruiting {
    padding-top: 3.125rem;
  }

  .p-topPeople__recruitingFooter {
    margin-top: 1.875rem;
  }

  .p-topSection__titleSub {
    font-size: .8125rem;
  }

  .p-topSection__titleMain {
    margin-top: .4375rem;
    padding-bottom: .625rem;
    font-size: 1.9375rem;
  }

  .p-topSection__lead {
    margin-top: 1.875rem;
    font-size: .75rem;
  }

  .p-topSection__body {
    margin-top: 1.5625rem;
  }

  .p-topSection__subTitle {
    font-size: 1rem;
  }

  .p-topSection__subTitle > span {
    padding-bottom: .3125rem;
  }

  .p-topSlider__slide {
    margin-right: 1.25rem;
    width: calc(50% - .625rem);
  }

  .p-topSlider__btn {
    width: .625rem;
    height: 1rem;
  }

  .p-topSlider__btn--prev {
    left: -.75rem;
  }

  .p-topSlider__btn--next {
    right: -.75rem;
  }

  .p-topStaff {
    padding-top: 3.1875rem;
    padding-bottom: 1.375rem;
  }

  .p-topStaff__body {
    margin-top: 1.375rem;
  }

  .p-underFv__breadcrumb {
    display: none;
  }

  .u-diagonal {
    background: linear-gradient(8deg, #F0F0F0 5.5625rem, #fff 5.5625rem);
  }

  .u-hidden--sp {
    display: none !important;
  }

  .u-pb-sp-0 {
    padding-bottom: 0 !important;
  }

  .u-pb-sp-5 {
    padding-bottom: .3125rem !important;
  }

  .u-pb-sp-10 {
    padding-bottom: .625rem !important;
  }

  .u-pb-sp-15 {
    padding-bottom: .9375rem !important;
  }

  .u-pb-sp-20 {
    padding-bottom: 1.25rem !important;
  }

  .u-pb-sp-25 {
    padding-bottom: 1.5625rem !important;
  }

  .u-pb-sp-30 {
    padding-bottom: 1.875rem !important;
  }

  .u-pb-sp-35 {
    padding-bottom: 2.1875rem !important;
  }

  .u-pb-sp-40 {
    padding-bottom: 2.5rem !important;
  }

  .u-pb-sp-45 {
    padding-bottom: 2.8125rem !important;
  }

  .u-pb-sp-50 {
    padding-bottom: 3.125rem !important;
  }

  .u-pb-sp-55 {
    padding-bottom: 3.4375rem !important;
  }

  .u-pb-sp-60 {
    padding-bottom: 3.75rem !important;
  }

  .u-pb-sp-65 {
    padding-bottom: 4.0625rem !important;
  }

  .u-pb-sp-70 {
    padding-bottom: 4.375rem !important;
  }

  .u-pb-sp-75 {
    padding-bottom: 4.6875rem !important;
  }

  .u-pb-sp-80 {
    padding-bottom: 5rem !important;
  }

  .u-pb-sp-85 {
    padding-bottom: 5.3125rem !important;
  }

  .u-pb-sp-90 {
    padding-bottom: 5.625rem !important;
  }

  .u-pb-sp-95 {
    padding-bottom: 5.9375rem !important;
  }

  .u-pb-sp-100 {
    padding-bottom: 6.25rem !important;
  }

  .u-pb-sp-105 {
    padding-bottom: 6.5625rem !important;
  }

  .u-pb-sp-110 {
    padding-bottom: 6.875rem !important;
  }

  .u-pb-sp-115 {
    padding-bottom: 7.1875rem !important;
  }

  .u-pb-sp-120 {
    padding-bottom: 7.5rem !important;
  }

  .u-pb-sp-125 {
    padding-bottom: 7.8125rem !important;
  }

  .u-pb-sp-130 {
    padding-bottom: 8.125rem !important;
  }

  .u-pb-sp-135 {
    padding-bottom: 8.4375rem !important;
  }

  .u-pb-sp-140 {
    padding-bottom: 8.75rem !important;
  }

  .u-pb-sp-145 {
    padding-bottom: 9.0625rem !important;
  }

  .u-pb-sp-150 {
    padding-bottom: 9.375rem !important;
  }

  .u-pb-sp-155 {
    padding-bottom: 9.6875rem !important;
  }

  .u-pb-sp-160 {
    padding-bottom: 10rem !important;
  }

  .u-pb-sp-165 {
    padding-bottom: 10.3125rem !important;
  }

  .u-pb-sp-170 {
    padding-bottom: 10.625rem !important;
  }

  .u-pb-sp-175 {
    padding-bottom: 10.9375rem !important;
  }

  .u-pb-sp-180 {
    padding-bottom: 11.25rem !important;
  }

  .u-pb-sp-185 {
    padding-bottom: 11.5625rem !important;
  }

  .u-pb-sp-190 {
    padding-bottom: 11.875rem !important;
  }

  .u-pb-sp-195 {
    padding-bottom: 12.1875rem !important;
  }

  .u-pb-sp-200 {
    padding-bottom: 12.5rem !important;
  }

  .u-text-gradation-sp {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#00B6F2), to(#009CFF));
    background-image: linear-gradient(to right, #00B6F2, #009CFF);
  }

  .p-doctorNurseNav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: transparent;
  }

  .p-doctorNurseNav::before {
    content: none;
  }

  .p-doctorNurseNav__item {
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #009CFF;
    min-height: 2.875rem;
  }

  .p-doctorNurseNav__item + .p-doctorNurseNav__item {
    border-color: #009CFF;
  }

  .p-doctorNurseNav__item.is-active {
    grid-column: 1/3;
    grid-row: 1/2;
    background: -webkit-gradient(linear, left top, right top, from(#00B6F2), to(#009CFF));
    background: linear-gradient(to right, #00B6F2, #009CFF);
    color: #fff;
  }

  .p-doctorNurseNav__text {
    min-height: auto;
    font-size: .875rem;
  }

  .p-doctorNurseNav__text:hover {
    opacity: 1;
  }

  .p-doctorNurseNav__text::after {
    content: none;
  }

  .p-aboutPage__articleTitle {
    font-size: 1.375rem;
  }

  .p-aboutPage__headMov {
    margin-top: 1.5625rem;
    margin-right: -20px;
    margin-left: -20px;
    width: auto;
  }

  .p-aboutPage__section {
    margin-top: .9375rem;
    padding: 2.2727272727rem 0 0;
  }

  .p-aboutPage__section + .p-aboutPage__section {
    margin-top: 2.5rem;
  }

  .p-aboutPage__sectionTitle {
    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;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1.5rem;
  }

  .p-aboutPage__sectionTitle::before {
    margin-left: 9.0666666667vw;
    font-size: 4.875em;
  }

  .p-aboutPage__sectionBody {
    margin-top: 2.875rem;
    padding: 2.5rem 1.25rem;
  }

  .p-aboutPage__sectionHead {
    display: block;
  }

  .p-aboutPage__sectionHead.p-aboutPage__sectionHead--3 {
    margin-right: auto;
    margin-left: auto;
  }

  .p-aboutPage__sectionHeadItem {
    padding: 1.875rem 0;
  }

  .p-aboutPage__sectionHeadItem:first-child {
    padding-top: 0;
  }

  .p-aboutPage__sectionHeadItem:last-child {
    padding-bottom: 0;
  }

  .p-aboutPage__sectionHeadItem + .p-aboutPage__sectionHeadItem::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: .3125rem;
  }

  .p-aboutPage__sectionHeadTitle {
    font-size: 1.375rem;
  }

  .p-aboutPage__sectionHeadTitle::after {
    width: 2.2727272727em;
    height: 1px;
  }

  .p-aboutPage__sectionHeadTitle2 {
    font-size: 1.25rem;
  }

  .p-aboutPage__sectionHeadMain {
    margin-top: 1.25rem;
    font-size: 4.6875rem;
  }

  .p-aboutPage__sectionHeadMain2 {
    margin-top: 1.5rem;
    font-size: 3.75rem;
  }

  .p-aboutPage__sectionHeadMain3 {
    margin-top: 1.6875rem;
    font-size: 3.125rem;
  }

  .p-aboutPage__sectionHeadMain3.p-aboutPage__sectionHeadMain3--2 {
    margin-top: .625rem;
  }

  .p-aboutPage__sectionHeadMain4 {
    margin-top: 1.125rem;
    font-size: 3.125rem;
  }

  .p-aboutPage__sectionHeadNote1 {
    font-size: 1.6875rem;
  }

  .p-aboutPage__sectionMain {
    margin-top: 1.875rem;
  }

  .p-aboutPage__sectionMainItem + .p-aboutPage__sectionMainItem {
    margin-top: 1.25rem;
  }

  .p-aboutPage__sectionText {
    font-size: .875rem;
    letter-spacing: .04em;
    line-height: 2;
  }

  .p-aboutPage__sectionFigWrap1 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    width: auto;
  }

  .p-aboutPage__sectionFigcaption1 {
    font-size: .625rem;
  }

  .p-aboutPage__sectionFigcaption2 {
    font-size: .625rem;
  }

  .p-aboutPage__sectionFoot {
    display: block;
    margin-top: 1.875rem;
  }

  .p-aboutPage__sectionPeopleNumWrap {
    display: block;
  }

  .p-aboutPage__sectionPeopleIcon {
    margin-right: auto;
    margin-left: auto;
    width: 24vw;
    height: auto;
  }

  .p-aboutPage__sectionPeopleNumBody {
    margin-top: .625rem;
    margin-left: 0;
  }

  .p-aboutPage__sectionPeopleText {
    font-size: 1.125rem;
  }

  .p-aboutPage__sectionPeopleNum {
    margin-top: .625rem;
    margin-left: 0;
    font-size: 3.9375rem;
    line-height: 1;
    text-align: center;
  }

  .p-aboutPage__sectionFootLogo {
    margin-top: 1.0909090909rem;
    margin-right: auto;
    margin-left: auto;
    width: 44vw;
  }

  .p-aboutPage__sectionHeadIcon1 {
    margin-right: 1.8181818182rem;
    width: 3.125rem;
    height: 3.3125rem;
  }

  .p-aboutPage__sectionHeadIcon2 {
    margin-right: 1.5625rem;
    width: 2.375rem;
    height: 3.4375rem;
  }

  .p-aboutPage__sectionFigWrap2 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .p-aboutPage__sectionHeadIcon3 {
    width: 4.3125rem;
    height: 2.3125rem;
  }

  .p-aboutPage__sectionHeadVertical {
    font-size: 1.125rem;
  }

  .p-aboutPage__sectionHeadIcon4 {
    width: 2.5rem;
    height: 3.3125rem;
  }

  .p-aboutPage__sectionHeadIcon5 {
    margin-right: 2.1875rem;
    width: 4.25rem;
    height: 2.5rem;
  }

  .p-aboutPage__sectionHeadNote2 {
    margin-right: 0;
    font-size: .625rem;
  }

  .p-aboutPage__sectionHeadIcon6 {
    width: 2.2727272727rem;
    height: 2.3636363636rem;
  }

  .p-aboutPage__sectionHeadVertical2 {
    margin-right: 1.25rem;
    margin-left: 1rem;
    font-size: 1.125rem;
  }

  .p-aboutPage__sectionHeadIcon7 {
    width: 3rem;
    height: 4.0625rem;
  }

  .p-aboutPage__sectionHeadIcon8 {
    margin-right: 1.875rem;
    width: 2.875rem;
    height: 3.625rem;
  }

  .p-aboutPage__sectionHeadIcon9 {
    margin-right: 1.25rem;
    width: 2.8125rem;
    height: 2rem;
  }

  .p-aboutPage__sectionHeadIcon10 {
    margin-right: 1.75rem;
    width: 2.875rem;
    height: 1.875rem;
  }

  .p-benefitPage__leadWrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .p-benefitPage__lead {
    font-size: .875rem;
    line-height: 1.7;
  }

  .p-benefitPage__eyecatch {
    aspect-ratio: 375/360;
  }

  .p-benefitPage__sectionGallery {
    gap: 2%;
  }

  .p-benefitPage__sectionGalleryImg {
    aspect-ratio: 160/160;
  }

  .l-clinicalCta {
    margin-bottom: 2.5rem;
  }

  .p-clinicalObservation__scheduleTitle {
    padding-bottom: 1.125rem;
    font-size: 1.125rem;
    text-align: center;
  }

  .p-clinicalObservation__linkBtn + .p-clinicalObservation__linkBtn {
    margin-top: .9090909091rem;
    margin-left: 0;
  }

  .p-clinicalResident__policy .p-nursePolicy__listItem {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-clinicalResident__policy .p-nursePolicy__listItem:nth-child(1) .p-clinicalResident__philosophyItem {
    height: 1.0625rem;
  }

  .p-clinicalResident__philosophyItem {
    width: auto;
    height: 3.125rem;
  }

  .p-clinicalResident__policyText {
    font-size: 1rem;
    line-height: 1.75;
  }

  .p-clinicalResident__contentItemText {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75;
  }

  .p-clinicalResident__dutyTitle {
    font-size: .8181818182rem;
  }

  .p-clinicalResident__collegeContentItemText {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75;
  }

  .p-clinicalResident__facility .c-contentItem__body p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.75;
  }

  .p-seniorResident__personImg {
    margin-top: 2.25rem;
  }

  .p-entryPageSection__title {
    font-size: 1.125rem;
    text-align: center;
  }

  .p-entryPageSection__title > span::after {
    margin-top: .4375rem;
  }

  .p-entryPageSection__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-entryPageSection__titleBtn {
    margin-top: 2.5rem;
    margin-left: 0;
    font-size: .875rem;
  }

  .p-messagePage .c-sectionTitle__primary {
    font-size: 1.5rem;
    letter-spacing: .22em;
  }

  .p-messagePage__messageText {
    line-height: 1.7;
  }

  .p-messagePage__ideal::after {
    -webkit-clip-path: polygon(0 0, 100% 8.2vw, 100% 100%, 0 calc(100% - 8.2vw));
    clip-path: polygon(0 0, 100% 8.2vw, 100% 100%, 0 calc(100% - 8.2vw));
  }

  .p-messagePage__idealLead {
    font-size: 1.9375rem;
  }

  .l-nurseCareerCase {
    margin-top: 3.0625rem;
  }

  .p-nurse__attracts {
    margin-top: 1.625rem;
  }

  .p-nurse__messageImg {
    margin-top: 2.25rem;
  }

  .p-nurseAttracts__body {
    margin-top: 4.375rem;
  }

  .p-nurseDivision__contentItemTitle {
    font-size: 1.125rem;
  }

  .p-nurseDivision__contentItemBody {
    gap: 1.0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .p-nurseDivision__contentItemImg {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .p-nurseDivision__contentItemMessage {
    margin-top: .9090909091rem;
  }

  .p-nurseDivision__contentItemMessageLabel {
    padding: .3333333333em 1.8666666667em .3333333333em 1.4666666667em;
    font-size: .9375rem;
  }

  .p-nurseDivision__contentItemMessageBody {
    margin-top: -1.4285714286em;
    padding: 1.8571428571em 1.2857142857em;
    font-size: .875rem;
  }

  .p-nurseEducation__btnArea > * + * {
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .p-nurseObservation__cta {
    padding: 2rem .625rem 1.875rem;
  }

  .p-nurseObservation__ctaCopy {
    margin-top: .1875rem;
    font-size: 1.125rem;
  }

  .p-nurseObservation__ctaIcon {
    stroke-width: 1px;
    margin-top: 1.5rem;
    width: 2rem;
    height: 2rem;
  }

  .p-nursePolicy {
    padding-top: 2.8125rem;
    padding-bottom: 8.4375rem;
  }

  .p-nursePolicy__bg {
    -webkit-clip-path: polygon(0 0, 100% 4.9375rem, 100% 100%, 0 calc(100% - 4.625rem));
    clip-path: polygon(0 0, 100% 4.9375rem, 100% 100%, 0 calc(100% - 4.625rem));
  }

  .p-nursePolicy__bg::before {
    -webkit-transform: translate(-10%, -20%);
    transform: translate(-10%, -20%);
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/nurse/nursePolicy-deco-sp.png');
    width: 90%;
  }

  .p-nursePolicy__itemTitle {
    height: 1.125rem;
  }

  .p-nursePolicy__body {
    display: block;
    margin-top: 1.0625rem;
  }

  .p-nursePolicy__bodyHead {
    font-size: 1.6875rem;
  }

  .p-nursePolicy__bodyContent {
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .p-nursePolicy__listItem + .p-nursePolicy__listItem {
    margin-top: 1.5rem;
  }

  .p-nursePolicy__listHead {
    font-size: 1.6875rem;
  }

  .p-nursePolicy__listBody {
    margin-left: 1.25rem;
    font-size: .875rem;
    letter-spacing: .05em;
  }

  .p-personCards {
    grid-template-columns: 1fr;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }

  .p-personCards__item {
    padding: 3.4375rem 0;
  }

  .p-personCards__item + .p-personCards__item {
    border-top: 1px solid #000;
    border-left: none;
  }

  .p-personCards__itemHead {
    font-size: .9375rem;
  }

  .p-personCards__itemHead > img {
    width: 2.4375rem;
    height: 2.375rem;
  }

  .p-personCards__itemHead > span {
    font-size: 1.8125rem;
  }

  .p-personCards__itemQuestion {
    margin-top: 2.0625rem;
    font-size: 1.1875rem;
  }

  .p-personCards__itemAnswer {
    margin-top: .625rem;
    font-size: 1.375rem;
  }

  .p-personCards__item p:not([class]) {
    margin-top: .625rem;
  }

  .p-personEntry {
    padding-top: 0;
  }

  .p-personMessage__inner {
    gap: 1.4375rem;
    grid-template: 'title' 'img' 'body'/1fr;
  }

  .p-personMessage__titleWrap > p {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .p-personMessage__titleWrap > h2 {
    font-size: 1.625rem;
  }

  .p-personMessage__titleWrap > h2 > span::after {
    width: 50%;
  }

  .p-personMessage__body {
    font-size: .875rem;
  }

  .p-personSchedule {
    padding-top: 0;
  }

  .p-personSchedule__title {
    font-size: 1.25rem;
  }

  .p-personSchedule__title > span {
    padding-bottom: .1818181818rem;
  }

  .p-personSchedule__lead {
    margin-top: 2.5rem;
  }

  .p-personSchedule__lead > p:not([class]) {
    margin-top: 1.0625rem;
    font-size: .75rem;
  }

  .p-personSchedule__leadMain {
    font-size: .9375rem;
  }

  .p-personSchedule__main {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.9375rem;
  }

  .p-personSchedule__scheduleColumn:not(:last-child) .p-personSchedule__item:last-child::after {
    content: '';
  }

  .p-personSchedule__item {
    padding-left: 2.875rem;
    min-height: 3.125rem;
    font-size: .875rem;
  }

  .p-personSchedule__item dt {
    -webkit-flex-basis: 4.375rem;
    -ms-flex-preferred-size: 4.375rem;
    flex-basis: 4.375rem;
  }

  .p-personSchedule__item dt::before {
    left: -1.625rem;
    width: 1.1875rem;
  }

  .p-personSchedule__item dd > span {
    font-size: .75rem;
  }

  .p-personSingle__head {
    margin-top: 1.875rem;
  }

  .p-personSingle__relatedItem {
    margin-right: 6%;
    width: 47%;
  }

  .p-personSingle__sliderBtn {
    background-size: .375rem .65625rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .p-personSingle__sliderBtn.p-personSingle__sliderBtn--prev {
    left: -1.25rem;
  }

  .p-personSingle__sliderBtn.p-personSingle__sliderBtn--next {
    right: -1.25rem;
  }

  .p-personSingle__banner {
    margin-top: 2.5rem;
  }

  .p-requirementsEntry__body {
    padding-top: 1.5909090909rem;
    padding-bottom: 1.5909090909rem;
  }

  .p-requirementsPostList {
    font-size: 1.0625rem;
  }

  .p-requirementsPostList__link {
    padding: 1.3529411765em 4.1176470588em 1.3529411765em 1.0588235294em;
    font-size: .9375rem;
  }

  .p-requirementsPostList__link::after {
    right: 1.2941176471em;
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/requirements/req-arrow-sp.svg');
    width: 2.7058823529em;
    height: 2.7058823529em;
  }

  .p-staffEntry__header {
    padding-bottom: 5rem;
  }

  .p-staffEntry__subTitle {
    font-size: .75rem;
  }

  .p-staffEntry__title {
    font-size: 1.5rem;
  }

  .p-staffEntry__catchcopy {
    font-size: 1.375rem;
  }

  .p-staffEntry__lead {
    margin-top: 1.5625rem;
    font-size: .875rem;
  }

  .p-staffEntry__contentItem + .p-staffEntry__contentItem {
    margin-top: 3.25rem;
  }

  .p-staffGallery__swiperWrapper {
    gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-staffGallery__slide {
    width: 100%;
  }

  .p-staffGallery__sliderBtn {
    display: block;
    position: absolute;
    top: 28vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent no-repeat center center/.8125rem 1.625rem;
    width: 1.875rem;
    height: 1.875rem;
  }

  .p-staffGallery__sliderBtn--prev {
    left: -1.125rem;
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/staff/staffSlider-left.svg');
  }

  .p-staffGallery__sliderBtn--next {
    right: -1.125rem;
    background-image: url('http://www.tobu.saiseikai.or.jp/saiyo/wp-content/themes/tobu_recruit/assets/img/staff/staffSlider-right.svg');
  }

  .p-staffPharmacist__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.7272727273rem;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-staffPharmacist__teamBody {
    padding-top: 3rem;
    padding-bottom: 3.25rem;
  }

  .p-staffPharmacist__teamBody::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.375rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.375rem));
  }

  .p-staffPharmacist__lead {
    font-size: 1.5rem;
    letter-spacing: .14em;
  }

  .p-staffPharmacist__universityWrap {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-staffPharmacist__galleryMain {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1199px) {

  .l-body {
    min-height: calc(100vh - 54px);
  }

  .p-entry__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 40px) / 3);
  }
}

@media print, screen and (min-width: 1200px) {

  .post-page-numbers + .post-page-numbers {
    margin-left: 20px;
  }

  .u-hidden--pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .u-hidden--tab {
    display: none !important;
  }
}

.p-curriculum__sub {
  margin-top: 60px;
}

.p-curriculum.p-curriculum--flex {
  display: grid;

  figcaption {
    margin-top: 1em;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {

  .p-curriculum.p-curriculum--flex {
    grid-template-columns: 48% 30%;
    justify-content: space-between;
  }

  .p-curriculum__sub {
    margin-top: 0;
  }
}
