.recruit-fixed-entry {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 3.5px 3.5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3.5px 3.5px 10px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  display: none;
  letter-spacing: 0.05em;
  padding: 1.5rem 2rem;
  text-align: center;
  z-index: 11;
}

.recruit-fixed-entry.-fixed {
  display: block;
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  width: calc(100vw - 20px);
}

.recruit-fixed-entry.-scroll {
  opacity: 1;
  visibility: visible;
}

.recruit-fixed-entry > .text {
  display: inline-block;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
}

.recruit-fixed-entry > .text::before, .recruit-fixed-entry > .text::after {
  content: "";
  display: block;
  height: 80%;
  width: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
}

.recruit-fixed-entry > .text::before {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: 0;
}

.recruit-fixed-entry > .text::after {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: 0.1rem;
}

.recruit-fixed-entry::before, .recruit-fixed-entry::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-position: left top;
  background-repeat: repeat;
  background-size: 40px 40px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-fixed-entry::before {
  background-image: linear-gradient(-45deg, #fcdb20 25%, #fdef28 25%, #fdef28 50%, #fcdb20 50%, #fcdb20 75%, #fdef28 75%, #fdef28 100%);
  z-index: 0;
}

.recruit-fixed-entry::after {
  background-image: linear-gradient(-45deg, #1e94c6 25%, #25a1d4 25%, #25a1d4 50%, #1e94c6 50%, #1e94c6 75%, #25a1d4 75%, #25a1d4 100%);
  z-index: 1;
}

.recruit-fixed-entry:hover::after {
  opacity: 0;
}

.recruit-fixed-entry:hover > .text {
  color: #1581b3;
}

.recruit-fixed-entry:hover > .text::before, .recruit-fixed-entry:hover > .text::after {
  background-color: #1e94c6;
}

.recruit-entry {
  background-color: #1e94c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 20px;
}

.recruit-entry > .title {
  margin-bottom: 2rem;
  width: 100%;
}

.recruit-entry > .title > svg {
  height: auto;
  width: 100%;
}

.recruit-entry > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.recruit-entry > .button > .entry {
  border: 4px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1rem;
  width: 100%;
}

.recruit-entry > .button > .entry > .icon {
  display: inline-block;
  line-height: 1;
  margin-left: 1.4rem;
  vertical-align: middle;
}

.recruit-entry > .button > .entry > .icon > svg {
  fill: #ffffff;
  height: 3rem;
  width: 3rem;
}

.recruit-entry:hover > .button > .entry {
  background-color: #fdef28;
  border-color: #fdef28;
  color: #1581b3;
}

.recruit-entry:hover > .button > .entry > .icon > svg {
  fill: #1581b3;
}

.recruit-heading-combi {
  padding-left: 11px;
}

.recruit-heading-combi.-two {
  padding-left: 20px;
}

.recruit-heading-combi.-two > .main > .text > .line {
  display: block;
  margin-left: -8px;
}

.recruit-heading-combi > .main,
.recruit-heading-combi > .sub {
  position: relative;
  z-index: 1;
}

.recruit-heading-combi > .main > .text,
.recruit-heading-combi > .sub > .text {
  display: inline-block;
  position: relative;
}

.recruit-heading-combi > .main > .text::after,
.recruit-heading-combi > .sub > .text::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  z-index: -1;
}

.recruit-heading-combi > .main {
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.recruit-heading-combi > .main.-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.35rem;
  letter-spacing: 0;
  line-height: 1;
}

.recruit-heading-combi > .main > .text {
  color: #ffffff;
  padding: 0.15rem 1rem 0.25rem 0.25rem;
}

.recruit-heading-combi > .main > .text::after {
  background-color: #1e94c6;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.recruit-heading-combi > .sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.recruit-heading-combi > .sub > .text {
  color: #ffffff;
  padding: 0.35rem 0.75rem 0.25rem 1rem;
}

.recruit-heading-combi > .sub > .text::after {
  background-color: #1ec6a4;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.recruit-heading-combi.-compact {
  padding-left: 11px;
}

.recruit-heading-combi.-compact > .main {
  font-size: 1.59rem;
}

.recruit-heading-combi.-compact > .main > .text {
  padding: 0.15rem 1rem 0.25rem 0.25rem;
}

.recruit-simple-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.recruit-simple-list.-light > .title > .text {
  background-color: #ffffff;
}

.recruit-simple-list > .title {
  border-top: 1px solid #dbdbdb;
  padding: 0.25rem 0 1rem;
  width: 100%;
}

.recruit-simple-list > .title > .text {
  background-color: #f2f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  height: 100%;
  padding: 1rem 20px;
}

.recruit-simple-list > .description {
  padding: 0 20px 2rem;
  width: 100%;
}

.recruit-simple-list > .description:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}

.recruit-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 92vw;
  position: relative;
  width: 100%;
}

.recruit-mainvisual > .inner {
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 2;
}

.recruit-mainvisual > .inner > .title {
  width: 100%;
}

.recruit-mainvisual > .inner > .title > svg {
  height: auto;
  width: 100%;
}

.recruit-mainvisual > .image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.recruit-mainvisual > .recruit-fixed-entry {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.recruit-mainvisual-image {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.recruit-mainvisual-image.-image01 {
  background-image: url(../../images/recruit/mainvisual01-sp.jpg);
  background-position: left center;
}

.recruit-mainvisual-image.-image02 {
  background-image: url(../../images/recruit/mainvisual02-sp.jpg);
  background-position: right center;
}

.recruit-mainvisual-image.-show {
  opacity: 1;
}

.recruit-top-message-text {
  font-size: 1rem;
  line-height: 2 !important;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}

.recruit-top-message-text:last-child {
  margin-bottom: 0;
}

.recruit-top-message-text > em {
  font-style: normal;
  position: relative;
}

.recruit-top-message-text > em::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background-color: #ffff00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.recruit-top-story-item {
  background-color: #ffffff;
  border: 4px solid #1e94c6;
  display: block;
  width: 100%;
  padding: 1.5rem;
  position: relative;
}

.recruit-top-story-item > .main {
  display: block;
  font-size: 1.3125rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.25em;
}

.recruit-top-story-item > .sub {
  font-family: 'Montserrat', sans-serif;
  color: #1581b3;
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.recruit-top-story-item > .icon {
  display: block;
  height: 1rem;
  line-height: 1;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 1rem;
}

.recruit-top-story-item > .icon > svg {
  fill: #1e94c6;
  height: 1rem;
  width: 1rem;
}

.recruit-top-story-item:hover {
  background-color: #1e94c6;
}

.recruit-top-story-item:hover > .main,
.recruit-top-story-item:hover > .sub {
  color: #ffffff;
}

.recruit-top-story-item:hover > .icon > svg {
  fill: #ffffff;
}

.recruit-top-link-item {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 56.25vw;
  padding: 15px;
  width: 100%;
}

.recruit-top-link-item.-interview {
  background: url(../../images/recruit/interview-img.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-top-link-item.-career {
  background: url(../../images/recruit/career-img.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-top-link-item.-environment {
  background: url(../../images/recruit/environment-img.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-top-link-item.-requirements {
  background: url(../../images/recruit/requirements-img.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-interview-message {
  font-size: 1rem;
  line-height: 2 !important;
  margin-top: -0.5rem;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.recruit-interview-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.recruit-interview-list-info.-double > .info {
  padding-right: 0.5rem;
  width: 47%;
}

.recruit-interview-list-info > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-interview-list-info > .info > .name {
  font-family: 'Montserrat', sans-serif;
  color: #00a97f;
  font-size: 2.75rem;
  font-style: italic;
  line-height: 1;
  margin-right: 1rem;
}

.recruit-interview-list-info > .info > .job {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.recruit-interview-list-info > .info > .job > .year {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.recruit-interview-list-info > .info > .job > .division {
  color: #8b8b8b;
  display: block;
}

.recruit-interview-list-info > .info + .info {
  border-left: 1px solid #dbdbdb;
  padding-right: 0;
  padding-left: 0.5rem;
}

.recruit-interview-detail-profile {
  background-color: #f2f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem;
}

.recruit-interview-detail-profile > .name {
  background-color: #1e94c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 20px;
  width: 100%;
}

.recruit-interview-detail-profile > .name > .profile {
  color: #ffffff;
  margin-right: 1.5rem;
}

.recruit-interview-detail-profile > .name > .profile > .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.75rem;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
}

.recruit-interview-detail-profile > .name > .job {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.recruit-interview-detail-profile > .name > .job > .year {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.recruit-interview-detail-profile > .name > .job > .division {
  color: #eeeeee;
  display: block;
}

.recruit-interview-detail-profile > .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  padding: 1.5rem 20px;
  width: 100%;
}

.recruit-interview-detail-profile > .comment > .title,
.recruit-interview-detail-profile > .comment > .description {
  margin-bottom: 1.5rem;
}

.recruit-interview-detail-profile > .comment > .title:last-of-type,
.recruit-interview-detail-profile > .comment > .description:last-of-type {
  margin-bottom: 0;
}

.recruit-interview-detail-profile > .comment > .title {
  font-weight: 700;
  line-height: 1.5;
  padding-right: 1rem;
  position: relative;
  width: 110px;
}

.recruit-interview-detail-profile > .comment > .title::after {
  content: ":";
  display: block;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.recruit-interview-detail-profile > .comment > .description {
  line-height: 1.5;
  padding-left: 0.5rem;
  width: calc(100% - 110px);
}

.recruit-interview-detail-profile + .recruit-interview-detail-profile {
  margin-top: 1.5rem;
}

.recruit-interview-detail-content {
  background-color: #f2f9fa;
  padding: 0 20px;
}

.recruit-interview-detail-content.-reflect > .inner > .text {
  margin-left: auto;
}

.recruit-interview-detail-content.-last {
  padding-bottom: 9rem;
}

.recruit-interview-detail-content.-last > .inner {
  margin-bottom: 0;
}

.recruit-interview-detail-content > .img {
  height: 56.25vw;
  margin-left: -20px;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.recruit-interview-detail-content > .img > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
}

.recruit-interview-detail-content > .inner {
  margin: -1rem auto;
  max-width: 1284px;
  position: relative;
  z-index: 1;
}

.recruit-interview-detail-content > .inner > .text {
  background-color: #ffffff;
  -webkit-box-shadow: 3.5px 3.5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3.5px 3.5px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 724px;
  padding: 2.5rem 20px;
  width: 100%;
}

.recruit-interview-detail-message {
  background-color: #1e94c6;
  margin: 10px;
}

.recruit-interview-detail-message > .inner {
  margin: 0 auto 0;
  padding: 0 20px 5rem;
  text-align: center;
  width: 100%;
}

.recruit-interview-detail-message > .inner > .img {
  -webkit-box-shadow: 3.5px 3.5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3.5px 3.5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: inline-block;
  height: 152px;
  overflow: hidden;
  margin: -76px 0 2rem;
  width: 152px;
}

.recruit-interview-detail-message > .inner > .ornament {
  font-family: 'Montserrat', sans-serif;
  color: #fdef28;
  font-size: 2.75rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1rem;
}

.recruit-interview-detail-message > .inner > .ornament > .text {
  display: inline-block;
  position: relative;
}

.recruit-interview-detail-message > .inner > .ornament > .text::before, .recruit-interview-detail-message > .inner > .ornament > .text::after {
  content: "";
  display: block;
  height: 80%;
  width: 2px;
  background-color: #fdef28;
  position: absolute;
  bottom: 0.5rem;
}

.recruit-interview-detail-message > .inner > .ornament > .text::before {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: -1rem;
}

.recruit-interview-detail-message > .inner > .ornament > .text::after {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: -0.9rem;
}

.recruit-interview-detail-message > .inner > .title {
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
}

.recruit-interview-detail-message > .inner > .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.recruit-interview-detail-message > .inner > .message > .block > .site-text-primary {
  color: #ffffff;
}

.recruit-interview-detail-message > .inner > .message.-double > .block:first-child {
  margin-bottom: 2rem;
}

.recruit-environment-list {
  background-color: #f2f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  padding: 2rem 20px;
}

.recruit-environment-list > .list {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
}

.recruit-environment-list > .list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recruit-environment-list > .list > .title {
  font-size: 1.1875rem;
  line-height: 1.5 !important;
  margin-top: -0.29688rem;
  margin-bottom: 1.20312rem;
  display: block;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.recruit-environment-list > .list > .description {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.recruit-chapter {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 76vw;
  position: relative;
}

.recruit-chapter::after {
  content: "";
  display: block;
  height: 160px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 235, 255, 0.6)), color-stop(90%, rgba(230, 245, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(204, 235, 255, 0.6) 0%, rgba(230, 245, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.recruit-chapter.-aboutus {
  background-image: url(../../images/recruit/aboutus/chapter-sp.jpg);
}

.recruit-chapter.-aboutus-detail {
  height: 92vw;
}

.recruit-chapter.-aboutus-detail::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
}

.recruit-chapter.-aboutus01 {
  background-image: url(../../images/recruit/aboutus/01/chapter-sp.jpg);
}

.recruit-chapter.-aboutus02 {
  background-image: url(../../images/recruit/aboutus/02/chapter-sp.jpg);
}

.recruit-chapter.-aboutus03 {
  background-image: url(../../images/recruit/aboutus/03/chapter-sp.jpg);
}

.recruit-chapter.-interview {
  background-image: url(../../images/recruit/interview/chapter-sp.jpg);
}

.recruit-chapter.-interview-detail {
  height: 92vw;
}

.recruit-chapter.-interview-detail::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  height: 80px;
}

.recruit-chapter.-interview01 {
  background-image: url(../../images/recruit/interview/01/chapter-sp.jpg);
}

.recruit-chapter.-interview02 {
  background-image: url(../../images/recruit/interview/02/chapter-sp.jpg);
}

.recruit-chapter.-interview03 {
  background-image: url(../../images/recruit/interview/03/chapter-sp.jpg);
}

.recruit-chapter.-interview04 {
  background-image: url(../../images/recruit/interview/04/chapter-sp.jpg);
}

.recruit-chapter.-interview05 {
  background-image: url(../../images/recruit/interview/05/chapter-sp.jpg);
}

.recruit-chapter.-interview06 {
  background-image: url(../../images/recruit/interview/06/chapter-sp.jpg);
}

.recruit-chapter.-interview07 {
  background-image: url(../../images/recruit/interview/07/chapter-sp.jpg);
}

.recruit-chapter.-career {
  background-image: url(../../images/recruit/career/chapter-sp.jpg);
}

.recruit-chapter.-environment {
  background-image: url(../../images/recruit/environment/chapter-sp.jpg);
}

.recruit-chapter.-requirements {
  background-image: url(../../images/recruit/requirements/chapter-sp.jpg);
}

.recruit-chapter > .inner {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0 0 1rem;
  position: relative;
  max-width: 1284px;
  width: 100%;
  z-index: 10;
}

.recruit-chapter > .inner > .recruit-heading-combi {
  margin-left: 10px;
}

.recruit-chapter > .inner > .site-breadcrumbs {
  margin-top: 1rem;
  padding-left: 20px;
}

.recruit-chapter > .recruit-fixed-entry {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.recruit-local-nav {
  background-color: #f2f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 0;
  width: 100%;
}

.recruit-local-nav > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1284px;
  margin: auto 20px;
}

.recruit-local-nav > .inner > .title > svg {
  height: 28px;
  width: 147px;
}

.recruit-local-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-local-nav-list > .list {
  margin-top: 1.5rem;
  margin-right: 2rem;
  position: relative;
}

.recruit-local-nav-list > .list > .item {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.recruit-local-nav-list > .list.-active, .recruit-local-nav-list > .list:hover {
  color: #1581b3;
}

.recruit-top-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 1344px;
  width: auto;
}

.recruit-top-message > .title {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.recruit-top-message > .description {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.recruit-top-story {
  margin-bottom: 4rem;
  position: relative;
}

.recruit-top-story::after {
  content: "";
  display: block;
  height: 56.25vw;
  width: 100%;
  background: url(../../images/recruit/aboutus-img.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.recruit-top-story > .inner {
  margin: auto 20px;
  padding-top: 25vw;
}

.recruit-top-story-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}

.recruit-top-story-list > .list {
  width: 100%;
}

.recruit-top-story-list > .list:nth-child(n+2) {
  margin-top: 1.5rem;
}

.recruit-top-interview {
  margin: 10px;
}

.recruit-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 10px 0;
}

.recruit-top-link > .column {
  padding: 0 0 10px;
  width: 100%;
}

.recruit-aboutus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.recruit-aboutus-list:last-child {
  margin-bottom: 0;
}

.recruit-aboutus-list::before {
  content: "";
  display: block;
  height: 50vw;
  width: 100%;
}

.recruit-aboutus-list.-aboutus01::before {
  background: url(../../images/recruit/aboutus/aboutus-img01.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-aboutus-list.-aboutus02::before {
  background: url(../../images/recruit/aboutus/aboutus-img02.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-aboutus-list.-aboutus03::before {
  background: url(../../images/recruit/aboutus/aboutus-img03.jpg) center center no-repeat;
  background-size: cover;
}

.recruit-aboutus-list > .text {
  background-color: #f2f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-style: italic;
  padding: 2rem 20px;
  width: 100%;
}

.recruit-aboutus-list > .text > .ornament {
  font-family: 'Montserrat', sans-serif;
  color: #00a97f;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.recruit-aboutus-list > .text > .title {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
}

.recruit-aboutus-list > .text > .title > .icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.recruit-aboutus-list > .text > .title > .icon > svg {
  fill: #00a97f;
  height: 1.5rem;
  width: 1.5rem;
}

.recruit-aboutus-detail-staff {
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.recruit-aboutus-detail-staff > .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.recruit-aboutus-detail-staff > .img {
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.recruit-aboutus-detail-content {
  margin: auto;
  width: 100%;
}

.recruit-aboutus-detail-content > .img {
  line-height: 0;
  margin: 4rem -20px;
}

.recruit-interview-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
}

.recruit-interview-page-nav > .list {
  margin-bottom: 1.5rem;
  width: 100%;
}

.recruit-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 1344px;
  width: auto;
}

.recruit-interview-list > .list {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.recruit-interview-list > .list:nth-child(n+2) {
  margin-top: 2.5rem;
}

.recruit-interview-list > .list > .item {
  display: block;
}

.recruit-system-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 4rem;
  margin-left: -15px;
}

.recruit-system-content:last-child {
  margin-bottom: 0;
}

.recruit-system-content > .text,
.recruit-system-content > .img {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.recruit-system-content > .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.recruit-system-content > .img {
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.recruit-system-step > .recruit-system-step-item {
  padding-bottom: 2.5rem;
}

.recruit-system-step > .recruit-system-step-item::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #00a97f;
  position: absolute;
  top: 0;
  left: 1rem;
}

.recruit-system-step > .recruit-system-step-item:last-child {
  padding-bottom: 0;
}

.recruit-system-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.recruit-system-step-item > .text {
  padding-left: 2.5rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.recruit-system-step-item > .text > .title {
  font-size: 1.1875rem;
  line-height: 1.5 !important;
  margin-top: -0.29688rem;
  margin-bottom: 0.70312rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

.recruit-system-step-item > .text > .title::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-color: #f2f9fa;
  border: 2px solid #00a97f;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: -2rem;
}

.recruit-system-step-item > .img {
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 737px) and (max-width: 1280px) {
  .recruit-entry > .title > svg {
    height: 185px;
    width: 486px !important;
  }
  .recruit-entry > .button > .entry {
    padding: 1rem 2.5rem !important;
  }
}
