@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
#recSection *, #recSection *:before, #recSection *:after {
  box-sizing: border-box;
}

#recSection html, #recSection body, #recSection h1, #recSection h2, #recSection h3, #recSection h4, #recSection h5, #recSection h6, #recSection p,
#recSection ul, #recSection ol, #recSection li, #recSection dl, #recSection dt, #recSection dd, #recSection a,
#recSection figure, #recSection figcaption, #recSection form, #recSection small {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

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

#recSection li {
  list-style: none;
}

#recSection button {
  appearance: none;
  border: none;
  background: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  background-color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#recSection {
  color: #212121;
  padding-top: 70px;
  font-family: fot-tsukuardgothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 1024px) {
  #recSection {
    padding-top: 130px;
  }
}

#recSection * {
  box-sizing: border-box;
  letter-spacing: .03em;
}

#recSection .rec-block {
  padding-left: 23px;
  padding-right: 23px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-block {
    padding: 0;
  }
}

#recSection .rec-block + .rec-block {
  margin-top: 40px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-block + .rec-block {
    margin-top: 60px;
  }
}

#recSection .rec-block + .rec-block.is-lg {
  margin-top: 40px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-block + .rec-block.is-lg {
    margin-top: 100px;
  }
}

#recSection .rec-heading__lv2 {
  font-size: 24px;
  color: #005ca0;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  #recSection .rec-heading__lv2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

#recSection .rec-heading__lv3 {
  font-size: 24px;
  color: #005ca0;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-heading__lv3 {
    font-size: 30px;
  }
}

#recSection .rec-text {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 640px) {
  #recSection .rec-text {
    font-size: 16px;
    line-height: 2;
  }
}

#recSection .rec-text + .rec-text {
  margin-top: 1em;
}

#recSection .rec-text__small {
  font-size: 14px;
}

#recSection .rec-img {
  display: block;
  text-align: center;
  margin-top: 20px;
}

#recSection .rec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 35px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 8px 8px 0px 0px #0ea5c8;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  #recSection .rec-btn {
    max-width: 230px;
    font-size: 16px;
    height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-btn {
    transition: all .2s;
  }
  #recSection .rec-btn:hover {
    opacity: .8;
  }
}

#recSection .rec-mv {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 26.6666667vw;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv {
    padding-bottom: 0;
  }
}

#recSection .rec-mv-img {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-img {
    flex-direction: row;
  }
}

#recSection .rec-mv-img__item {
  width: 85.3333333%;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-img__item {
    width: 48.4848485%;
  }
}

#recSection .rec-mv-img__item img {
  width: 100%;
  height: auto;
}

#recSection .rec-mv-img__item:nth-of-type(2) {
  margin-left: 14.666667vw;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-img__item:nth-of-type(2) {
    margin-left: 0;
    padding-top: 7%;
  }
}

#recSection .rec-mv-title {
  position: absolute;
  top: 63vw;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-title {
    top: 31%;
  }
}

#recSection .rec-mv-title span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: .2em;
}

#recSection .rec-mv-title span:nth-of-type(1) {
  padding: .8em 1em;
  margin-bottom: 1.4vw;
  padding-left: 15px;
  padding-right: 15px;
}

#recSection .rec-mv-title span:nth-of-type(1) img {
  height: auto;
  width: 20.4vw;
  max-width: 153px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-title span:nth-of-type(1) img {
    width: 11.6666667vw;
    max-width: 154px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-mv-title span:nth-of-type(1) img {
    width: 100%;
    max-width: 141px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-mv-title span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

#recSection .rec-mv-title span:nth-of-type(2) {
  font-style: normal;
  line-height: 1;
  color: #005ca0;
  font-size: 9.6vw;
  font-weight: bold;
  margin-bottom: 1.4vw;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-title span:nth-of-type(2) {
    font-size: 5vw;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-mv-title span:nth-of-type(2) {
    font-size: 72px;
    margin-bottom: 20px;
  }
}

#recSection .rec-mv-title span:nth-of-type(3) {
  font-style: normal;
  line-height: 1;
  color: #005ca0;
  font-size: 5.6vw;
  padding: 5px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-title span:nth-of-type(3) {
    padding: 15px;
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-mv-title span:nth-of-type(3) {
    font-size: 36px;
  }
}

#recSection .rec-mv-btn {
  position: absolute;
  bottom: 100px;
  bottom: 25vw;
  left: 30vw;
  width: 48.4848485%;
  text-align: center;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-btn {
    left: 0;
    bottom: 18%;
  }
}

#recSection .rec-mv-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  height: 9.3vw;
  background-color: #fff;
  border: 2px solid #212121;
  border-radius: 35px;
  font-size: 3.2vw;
  font-weight: bold;
  box-shadow: 8px 8px 0px 0px #0ea5c8;
  transform: translateY(50%);
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  #recSection .rec-mv-btn a {
    max-width: 40vw;
    height: 6vw;
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-mv-btn a {
    max-width: 370px;
    height: 70px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-mv-btn a {
    transition: all .2s;
  }
  #recSection .rec-mv-btn a:hover {
    opacity: .8;
  }
}

#recSection #recSection01 {
  position: relative;
}

@media screen and (min-width: 640px) {
  #recSection #recSection01 {
    display: flex;
  }
}

#recSection .rec-sprit01__header {
  position: relative;
  background-color: #005ca0;
  display: flex;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit01__header {
    width: 50%;
  }
}

#recSection .rec-sprit01__headerItem {
  position: relative;
}

#recSection .rec-sprit01__title {
  transition: all .5s;
  color: #fff;
}

#recSection .rec-sprit01__title span {
  display: block;
  text-align: center;
}

#recSection .rec-sprit01__title span:nth-of-type(1) {
  font-size: 4.8vw;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit01__title span:nth-of-type(1) {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

#recSection .rec-sprit01__title span:nth-of-type(2) {
  font-size: 8vw;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit01__title span:nth-of-type(2) {
    font-size: 60px;
  }
}

#recSection .rec-sprit01__logo {
  transition: all .5s;
  position: absolute;
  top: 0;
  text-align: center;
  opacity: 0;
}

#recSection .rec-sprit01__logo img {
  width: 100%;
  max-width: 216px;
  height: auto;
}

#recSection .rec-sprit01__headerInner {
  background-color: #005ca0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit01__headerInner {
    height: calc(100vh - 70px);
  }
  #recSection .rec-sprit01__headerInner.is-fixed {
    height: calc(100vh - 120px);
    position: fixed;
    width: 50%;
    top: 120px;
    z-index: 2;
  }
  #recSection .rec-sprit01__headerInner.is-fixed .rec-sprit01__heading {
    opacity: 1;
  }
  #recSection .rec-sprit01__headerInner.is-passed {
    height: calc(100vh - 120px);
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit01__body {
    width: 50%;
  }
}

#recSection .rec-sprit01__bodyInner {
  width: 100%;
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit01__bodyInner {
    max-width: 660px;
    padding: 100px 55px;
  }
}

#recSection .rec-logo-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #005ca0;
  margin-top: 35px;
  margin-bottom: 35px;
}

#recSection .rec-logo-sp img {
  width: 100%;
  max-width: 28.8vw;
  height: auto;
}

@media screen and (min-width: 640px) {
  #recSection .rec-logo-sp {
    display: none;
  }
}

#recSection #recSection02 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 640px) {
  #recSection #recSection02 {
    flex-direction: row;
  }
}

#recSection .rec-sprit02__header {
  position: relative;
  background-color: #005ca0;
  display: flex;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit02__header {
    width: 50%;
  }
}

#recSection .rec-sprit02__headerItem {
  position: relative;
}

#recSection .rec-sprit02__title {
  transition: all .5s;
  color: #fff;
}

#recSection .rec-sprit02__title span {
  display: block;
  text-align: center;
}

#recSection .rec-sprit02__title span:nth-of-type(1) {
  font-size: 4.8vw;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit02__title span:nth-of-type(1) {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

#recSection .rec-sprit02__title span:nth-of-type(2) {
  font-size: 8vw;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit02__title span:nth-of-type(2) {
    font-size: 60px;
  }
}

#recSection .rec-sprit02__titleText {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  display: none;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit02__titleText {
    display: block;
  }
}

#recSection .rec-sprit02__headerInner {
  background-color: #005ca0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit02__headerInner {
    height: calc(100vh - 70px);
  }
  #recSection .rec-sprit02__headerInner.is-fixed {
    height: calc(100vh - 120px);
    position: fixed;
    width: 50%;
    top: 120px;
    z-index: 2;
  }
  #recSection .rec-sprit02__headerInner.is-fixed .rec-sprit01__heading {
    opacity: 1;
  }
  #recSection .rec-sprit02__headerInner.is-passed {
    height: calc(100vh - 120px);
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit02__body {
    width: 50%;
  }
}

#recSection .rec-sprit02__bodyInner {
  width: 100%;
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit02__bodyInner {
    max-width: 660px;
    padding: 100px 55px;
  }
}

#recSection #recSection03 {
  position: relative;
}

@media screen and (min-width: 640px) {
  #recSection #recSection03 {
    display: flex;
  }
}

#recSection .rec-sprit03__header {
  position: relative;
  background-color: #005ca0;
  display: flex;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit03__header {
    width: 50%;
  }
}

#recSection .rec-sprit03__headerItem {
  position: relative;
}

#recSection .rec-sprit03__title {
  transition: all .5s;
  color: #fff;
  margin-bottom: 10px;
}

#recSection .rec-sprit03__title span {
  display: block;
  text-align: center;
}

#recSection .rec-sprit03__title span:nth-of-type(1) {
  font-size: 8vw;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit03__title span:nth-of-type(1) {
    font-size: 60px;
  }
}

#recSection .rec-sprit03__titleText {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

#recSection .rec-sprit03__headerInner {
  background-color: #005ca0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit03__headerInner {
    height: calc(100vh - 120px);
  }
  #recSection .rec-sprit03__headerInner.is-fixed {
    position: fixed;
    width: 50%;
    top: 120px;
    z-index: 2;
  }
  #recSection .rec-sprit03__headerInner.is-fixed .rec-sprit01__heading {
    opacity: 1;
  }
  #recSection .rec-sprit03__headerInner.is-passed {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit03__body {
    width: 50%;
  }
}

#recSection .rec-sprit03__bodyInner {
  width: 100%;
  max-width: 660px;
  padding: 60px 23px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  #recSection .rec-sprit03__bodyInner {
    max-width: 660px;
    padding: 100px 55px;
  }
}

#recSection .rec-sprit01__headerItem.is-logo .rec-sprit01__title {
  opacity: 0;
}

#recSection .rec-sprit01__headerItem.is-logo .rec-sprit01__logo {
  opacity: 1;
}

#recSection .rec-table-day {
  width: 100%;
}

#recSection .rec-table-day th, #recSection .rec-table-day td {
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 40px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-table-day th, #recSection .rec-table-day td {
    font-size: 16px;
  }
}

#recSection .rec-table-day th span {
  font-size: 20px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #005ca0;
  padding-top: .2em;
  display: block;
}

#recSection .rec-table-day td {
  padding-left: 40px;
  line-height: 1.6;
}

#recSection .rec-table-day td strong {
  display: block;
}

#recSection .rec-table-day .rec-table-day__title th, #recSection .rec-table-day .rec-table-day__title td {
  padding-bottom: 15px;
  font-size: 24px;
  color: #005ca0;
  font-weight: bold;
  line-height: 1;
}

#recSection #recSectionGuideline {
  background-color: #e9eef3;
  padding: 60px 20px;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionGuideline {
    padding: 120px 20px;
  }
}

#recSection .rec-guideline {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 23px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-guideline {
    padding: 75px 100px;
  }
}

#recSection .rec-guideline__btnWrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 640px) {
  #recSection .rec-guideline__btnWrap {
    justify-content: flex-start;
  }
}

#recSection .rec-guideline__btnWrap span {
  display: inline-block;
  padding-right: 20px;
}

#recSection .rec-table-guideline {
  display: block;
  width: 100%;
  line-height: 1.6;
}

@media screen and (min-width: 640px) {
  #recSection .rec-table-guideline {
    display: table;
  }
}

#recSection .rec-table-guideline p {
  line-height: 1.6;
}

#recSection .rec-table-guideline p + p {
  margin-top: 1em;
}

#recSection .rec-table-guideline tr {
  display: block;
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-table-guideline tr {
    display: table-row;
    margin-bottom: 0;
  }
}

#recSection .rec-table-guideline th, #recSection .rec-table-guideline td {
  display: block;
  font-size: 14px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-table-guideline th, #recSection .rec-table-guideline td {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.8;
  }
}

#recSection .rec-table-guideline th {
  color: #005ca0;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 640px) {
  #recSection .rec-table-guideline th {
    padding-right: 70px;
    border-right: 1px solid #757575;
    line-height: 1.8;
  }
}

@media screen and (min-width: 640px) {
  #recSection .rec-table-guideline td {
    padding-left: 70px;
  }
}

#recSection .rec-list {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style-type: disc;
}

#recSection .rec-list li {
  list-style-type: disc;
  padding-top: 5px;
  padding-bottom: 5px;
}

#recSection #recSectionInterview {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1024px) {
  #recSection #recSectionInterview {
    background-image: url(../img/employee/bg-interview.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}

#recSection .rec-interview {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview {
    display: flex;
    justify-content: space-between;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

#recSection .rec-interview__item {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__item {
    width: 45.4545455%;
  }
}

#recSection .rec-interview__item:nth-of-type(2) .rec-interview__linkName {
  left: auto;
  right: 0;
  border-radius: 26px 0 0 0;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__item:nth-of-type(2) .rec-interview__linkName {
    border-radius: 0 26px 0 0;
    left: 0;
    right: auto;
  }
}

#recSection .rec-interview__title {
  font-size: 24px;
  color: #005ca0;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 640px) {
  #recSection .rec-interview__title {
    font-size: 36px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__title {
    text-align: left;
  }
}

#recSection .rec-interview__title span {
  display: block;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__title span {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__title::before {
    content: "";
    display: block;
    width: 694px;
    height: 102px;
    background-image: url(../img/employee/text-interview.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 694px 102px;
    position: absolute;
    left: -60px;
    top: -15px;
    z-index: 1;
  }
}

#recSection .rec-interview__link {
  position: relative;
  display: block;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  transition: all .2s;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__link {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__link:hover {
    opacity: .9;
  }
}

#recSection .rec-interview__linkName {
  font-size: 14px;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #fff;
  padding: 10px 10px  0 10px;
  border-radius: 0 26px 0 0;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-interview__linkName {
    padding: 26px 26px 26px 0;
  }
}

#recSection .rec-interview__linkName span {
  font-size: 12px;
}

#recSection #recSectionFAQ {
  background-color: #005ca0;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionFAQ {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#recSection #recSectionFAQ .rec-heading__lv2 {
  color: #fff;
}

#recSection .rec-faq {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  #recSection .rec-faq__list {
    margin: 0 auto;
  }
}

#recSection .rec-faq__item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  #recSection .rec-faq__item {
    border-radius: 20px;
  }
}

#recSection .rec-faq__item + .rec-faq__item {
  margin-top: 15px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-faq__item + .rec-faq__item {
    margin-top: 35px;
  }
}

#recSection .rec-faq__link {
  display: block;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

#recSection .rec-faq__link:hover {
  opacity: .8;
}

@media screen and (min-width: 640px) {
  #recSection .rec-faq__link {
    padding: 20px;
  }
}

@media screen and (min-width: 640px) {
  #recSection .rec-faq__link {
    padding: 30px;
    transition: color 0.3s;
  }
}

#recSection .rec-faq__link.is-open::after {
  transform: rotate(90deg);
  opacity: 0;
}

#recSection .rec-faq__link::before {
  content: '';
  display: block;
  background-color: #005ca0;
  position: absolute;
  transition: all 0.3s;
  top: calc(50% - 1.5px);
  width: 20px;
  height: 3px;
  right: 20px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-faq__link::before {
    top: calc(50% - 1.5px);
    width: 30px;
    height: 3px;
    right: 40px;
  }
}

#recSection .rec-faq__link::after {
  content: '';
  display: block;
  background-color: #005ca0;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  width: 3px;
  height: 20px;
  right: 28px;
  margin-top: -10px;
}

@media screen and (min-width: 640px) {
  #recSection .rec-faq__link::after {
    top: 50%;
    width: 3px;
    height: 30px;
    right: 53px;
    margin-top: -15px;
  }
}

#recSection .rec-faq__link span:nth-of-type(1) {
  font-size: 24px;
  padding-right: 20px;
  font-weight: 700;
  color: #005ca0;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-faq__link span:nth-of-type(1) {
    font-size: 24px;
  }
}

#recSection .rec-faq__link span:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 45px 0 0;
  width: calc(100% - 60px);
  color: #005ca0;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-faq__link span:nth-of-type(2) {
    font-size: 16px;
    width: calc(100% - 110px);
  }
}

#recSection .rec-faq__body {
  display: none;
  padding: 20px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-faq__body {
    padding: 0 30px;
    font-size: 14px;
    line-height: 2.25;
  }
}

#recSection .rec-faq__body p {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-faq__body p {
    font-size: 14px;
    line-height: 2.25;
  }
}

#recSection .rec-faq__answer {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}

#recSection .rec-faq__answer span:nth-of-type(1) {
  font-size: 24px;
  padding-right: 20px;
  font-weight: 700;
  color: #005ca0;
  line-height: 1;
  padding-top: 5px;
}

@media screen and (min-width: 1024px) {
  #recSection .rec-faq__answer span:nth-of-type(1) {
    font-size: 24px;
  }
}

#recSection .rec-faq__answer p {
  font-size: 16px;
  line-height: 1.6;
}

#recSection #recSectionForm {
  background-color: #e9eef3;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

#recSection #recSectionForm .rec-form__block {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 15px;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .rec-form__block {
    padding: 75px 100px;
  }
}

#recSection #recSectionForm .wpcf7 {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm dl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#recSection #recSectionForm dt {
  color: #005ca0;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm dt {
    font-size: 16px;
  }
}

#recSection #recSectionForm dd {
  margin-bottom: 25px;
}

#recSection #recSectionForm .required {
  color: #d83c0c;
  font-size: 12px;
  display: inline-block;
  padding-left: 10px;
}

#recSection #recSectionForm input[type=text],
#recSection #recSectionForm input[type=tel],
#recSection #recSectionForm input[type=email],
#recSection #recSectionForm input[type=number],
#recSection #recSectionForm select {
  border: 1px solid #ccc;
  padding: 2px 4px;
  font-size: 16px;
  border-radius: 6px;
  width: 100%;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm input[type=text],
  #recSection #recSectionForm input[type=tel],
  #recSection #recSectionForm input[type=email],
  #recSection #recSectionForm input[type=number],
  #recSection #recSectionForm select {
    border: 2px solid #ccc;
    padding: 5px;
  }
}

#recSection #recSectionForm .rec-input-short {
  width: 100%;
  max-width: calc(50% - 15px);
  display: inline-block;
  margin-right: 10px;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .rec-input-short {
    max-width: 200px;
  }
}

#recSection #recSectionForm .rec-input-middle {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  margin-right: 10px;
}

#recSection #recSectionForm .rec-form-subTitle {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .rec-form-subTitle {
    font-size: 16px;
  }
}

#recSection #recSectionForm .rec-form-subField li {
  margin-bottom: 25px;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #005ca0;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
  animation: ripple 0.2s linear forwards;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  min-height: 16px;
  font-size: 14px;
  position: relative;
  padding: 0 15px 0 26px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    min-height: 30px;
  }
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding: 0 15px 0 40px;
  }
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before, #recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #e9eef3;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 30px;
    height: 30px;
  }
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  background: #005ca0;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
  }
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  display: none;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  color: #005ca0;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  animation: ripple 0.2s linear forwards;
  background-color: #005ca0;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  min-height: 16px;
  font-size: 14px;
  position: relative;
  padding: 0 15px 0 26px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    min-height: 30px;
  }
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    padding: 0 15px 0 40px;
  }
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before, #recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  border-radius: 4px;
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #e9eef3;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 30px;
    height: 30px;
  }
}

#recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  background-image: url(../img/checkbox.svg);
  background-size: 15px 9px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
  }
}

#recSection #recSectionForm .rec-input-privacy {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.7;
}

#recSection #recSectionForm .rec-input-privacy a {
  color: #005ca0;
  text-decoration: underline;
}

#recSection #recSectionForm input[type="submit"],
#recSection #recSectionForm input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

#recSection #recSectionForm input[type="submit"]::-webkit-search-decoration,
#recSection #recSectionForm input[type="button"]::-webkit-search-decoration {
  display: none;
}

#recSection #recSectionForm input[type="submit"]::focus,
#recSection #recSectionForm input[type="button"]::focus {
  outline-offset: -2px;
}

#recSection #recSectionForm input[type="submit"] {
  width: 100%;
  max-width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  border-radius: 45px;
  background-color: #ffcc01;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  #recSection #recSectionForm input[type="submit"] {
    max-width: 460px;
    height: 90px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection #recSectionForm input[type="submit"] {
    transition: all .2s;
  }
  #recSection #recSectionForm input[type="submit"]:hover {
    opacity: .8;
  }
}

#recSection .rec-modal-voice {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 10000;
  display: flex;
}

#recSection .rec-modal-voice.is-show {
  opacity: 1;
  visibility: visible;
}

#recSection .rec-modal-voice__cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#recSection .rec-modal-voice__body {
  z-index: 2;
  overflow-x: auto;
  background-color: #fff;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 6px;
}

#recSection .rec-modal-voice__close {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: fixed;
  z-index: 2;
  right: 30px;
  margin-top: 10px;
  cursor: pointer;
  transition: all .2s;
}

@media screen and (min-width: 768px) {
  #recSection .rec-modal-voice__close {
    width: 60px;
    height: 60px;
    right: 50px;
  }
}

@media screen and (min-width: 980px) {
  #recSection .rec-modal-voice__close {
    right: auto;
    margin-left: 830px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection .rec-modal-voice__close:hover {
    opacity: .8;
  }
}

#recSection .rec-modal-voice__close::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #005ca0;
  transform: rotate(45deg);
  top: 15px;
  left: 5px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #recSection .rec-modal-voice__close::after {
    width: 30px;
    top: 30px;
    left: 15px;
  }
}

#recSection .rec-modal-voice__close::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #005ca0;
  transform: rotate(-45deg);
  top: 15px;
  left: 5px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #recSection .rec-modal-voice__close::before {
    width: 30px;
    top: 30px;
    left: 15px;
  }
}

#recSection .rec-voice {
  padding-bottom: 60px;
}

#recSection .rec-voice-header {
  position: relative;
}

#recSection .rec-voice-header__title {
  display: inline-block;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-header__title {
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

#recSection .rec-voice-header__title h2 {
  font-size: 7vw;
  color: #005ca0;
  transform: translateY(-50%);
  text-align: left;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-header__title h2 {
    font-size: 60px;
  }
}

#recSection .rec-voice-header__title p {
  text-align: left;
}

#recSection .rec-voice-header__title p span {
  display: block;
}

#recSection .rec-voice-header__title p span:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-header__title p span:nth-of-type(1) {
    font-size: 24px;
  }
}

#recSection .rec-voice-header__title p span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-header__title p span:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

#recSection .rec-voice-body {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-body {
    padding: 60px 60px 30px 60px;
  }
}

#recSection .rec-voice-body h3 {
  font-weight: bold;
  color: #005ca0;
  position: relative;
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-body h3 {
    font-size: 18px;
    padding-left: 90px;
    margin-bottom: 20px;
  }
}

#recSection .rec-voice-body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #005ca0;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-body h3::before {
    width: 80px;
  }
}

#recSection .rec-voice-body p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-body p {
    font-size: 16px;
  }
}

#recSection .rec-voice-body .rec-img-right {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-body .rec-img-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 50px;
  }
}

#recSection .rec-voice-body .rec-img-left {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-body .rec-img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}

#recSection .rec-voice-body section {
  clear: both;
  margin-bottom: 50px;
}

#recSection .rec-voice-day {
  padding: 0 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-day {
    padding: 0 60px 60px 60px;
  }
}

#recSection .rec-voice-day__header {
  background-color: #005ca0;
  color: #fff;
  border: 3px solid #005ca0;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-day__header {
    padding: 30px;
  }
}

#recSection .rec-voice-day__header h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-day__header h3 {
    font-size: 30px;
  }
}

#recSection .rec-voice-day__header p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-day__header p {
    font-size: 16px;
  }
}

#recSection .rec-voice-day__body {
  background-color: #fff;
  border: 3px solid #005ca0;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-day__body {
    padding: 30px 50px;
  }
}

#recSection .rec-voice-close {
  display: flex;
  width: 100%;
  max-width: 280px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #005ca0;
  color: #fff;
  border-radius: 45px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-close {
    height: 90px;
    max-width: 380px;
    font-size: 24px;
  }
}

#recSection .rec-voice-close span {
  width: 100%;
  display: block;
  position: relative;
}

#recSection .rec-voice-close span i {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 19px;
  border: 1px solid #fff;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-close span i {
    width: 38px;
    height: 38px;
    right: 20px;
  }
}

#recSection .rec-voice-close span i:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 3px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-close span i:after {
    top: 18px;
    left: 8px;
    width: 20px;
  }
}

#recSection .rec-voice-close span i:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 3px;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  #recSection .rec-voice-close span i:before {
    top: 18px;
    left: 8px;
    width: 20px;
  }
}

#recSection .js-section01-logo-trigger {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 640px) {
  #recSection .js-section01-logo-trigger {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#recSection.is-part-time .rec-heading__lv2 {
  color: #0ea5c8;
}

#recSection.is-part-time .rec-heading__lv3 {
  color: #0ea5c8;
}

#recSection.is-part-time .rec-table-guideline th {
  color: #0ea5c8;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-mv-img {
    flex-direction: row-reverse;
  }
}

#recSection.is-part-time .rec-mv-title {
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-mv-title {
    top: 35%;
  }
}

#recSection.is-part-time .rec-mv-title span:nth-of-type(1) {
  background-color: transparent;
  margin-bottom: 0;
}

#recSection.is-part-time .rec-mv-title span:nth-of-type(1) img {
  height: auto;
  width: 20.4vw;
  max-width: 153px;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-mv-title span:nth-of-type(1) img {
    width: 11.6666667vw;
    max-width: 154px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection.is-part-time .rec-mv-title span:nth-of-type(1) img {
    width: 100%;
    max-width: 154px;
  }
}

#recSection.is-part-time .rec-mv-title span:nth-of-type(2) {
  display: block;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}

#recSection.is-part-time .rec-mv-title span:nth-of-type(2) img {
  width: 90.6666667%;
  height: auto;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-mv-title span:nth-of-type(2) img {
    width: 51.3636364vw;
    max-width: 678px;
  }
}

@media screen and (min-width: 1024px) {
  #recSection.is-part-time .rec-mv-title span:nth-of-type(2) img {
    width: 100%;
    max-width: 678px;
  }
}

#recSection.is-part-time .rec-mv-title span:nth-of-type(3) {
  color: #0095b7;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-mv-btn {
    left: auto;
    right: 0;
    bottom: 14%;
  }
}

#recSection.is-part-time .rec-mv-btn a {
  box-shadow: 8px 8px 0px 0px #0082be;
}

#recSection.is-part-time .rec-sprit01__header {
  background-color: #14b2d7;
}

#recSection.is-part-time .rec-sprit01__headerInner {
  background-color: #14b2d7;
}

#recSection.is-part-time .rec-logo-sp {
  background-color: #14b2d7;
}

#recSection.is-part-time .rec-sprit02__header {
  background-color: #14b2d7;
}

#recSection.is-part-time .rec-sprit02__headerInner {
  background-color: #14b2d7;
}

#recSection.is-part-time #recSectionNumber {
  position: relative;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time #recSectionNumber {
    display: flex;
  }
}

#recSection.is-part-time .rec-spritNumber__header {
  position: relative;
  background-color: #14b2d7;
  display: flex;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-spritNumber__header {
    width: 50%;
  }
}

#recSection.is-part-time .rec-spritNumber__headerItem {
  position: relative;
}

#recSection.is-part-time .rec-spritNumber__title {
  transition: all .5s;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-spritNumber__title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#recSection.is-part-time .rec-spritNumber__title span {
  display: block;
  text-align: center;
}

#recSection.is-part-time .rec-spritNumber__title span:nth-of-type(1) {
  font-size: 8vw;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-spritNumber__title span:nth-of-type(1) {
    font-size: 60px;
    margin-bottom: 20px;
  }
}

#recSection.is-part-time .rec-spritNumber__title span:nth-of-type(2) {
  font-size: 3vw;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-spritNumber__title span:nth-of-type(2) {
    font-size: 30px;
  }
}

#recSection.is-part-time .rec-spritNumber__titleText {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

#recSection.is-part-time .rec-spritNumber__headerInner {
  background-color: #14b2d7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-spritNumber__headerInner {
    height: auto;
  }
  #recSection.is-part-time .rec-spritNumber__headerInner.is-fixed {
    height: calc(100vh - 120px);
    position: fixed;
    width: 50%;
    top: 120px;
    z-index: 2;
  }
  #recSection.is-part-time .rec-spritNumber__headerInner.is-fixed .rec-sprit01__heading {
    opacity: 1;
  }
  #recSection.is-part-time .rec-spritNumber__headerInner.is-passed {
    height: calc(100vh - 120px);
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 1384px) {
  #recSection.is-part-time .rec-spritNumber__headerInner {
    height: calc(100vh - 70px);
  }
}

#recSection.is-part-time .rec-spritNumber__body {
  background-color: #14b2d7;
}

@media screen and (min-width: 640px) {
  #recSection.is-part-time .rec-spritNumber__body {
    width: 50%;
  }
}

#recSection.is-part-time .rec-spritNumber__bodyInner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#recSection.is-part-time .rec-spritNumber__fig {
  display: flex;
  flex-wrap: wrap;
}

#recSection.is-part-time .rec-spritNumber__figItem {
  width: 50%;
}

#recSection.is-part-time .rec-spritNumber__figItem img {
  width: 100%;
  height: auto;
}

#recSection.is-part-time #recSectionFAQ {
  background-color: #14b2d7;
}

@media screen and (min-width: 1024px) {
  #recSection.is-part-time #recSectionInterview {
    background-image: url(../img/part-time/bg-interview.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1024px) {
  #recSection.is-part-time #recSectionInterview .rec-interview__title::before {
    content: "";
    display: block;
    width: 660px;
    height: 105px;
    background-image: url(../img/part-time/text-interview.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 660px 105px;
    position: absolute;
    left: -60px;
    top: -15px;
    z-index: 1;
  }
}

#recSection.is-part-time .rec-interview__title {
  color: #0095b7;
}

#recSection.is-part-time .rec-faq__link::before {
  background-color: #0095b7;
}

#recSection.is-part-time .rec-faq__link::after {
  background-color: #0095b7;
}

#recSection.is-part-time .rec-faq__link span:nth-of-type(1) {
  color: #0095b7;
}

#recSection.is-part-time .rec-faq__link span:nth-of-type(2) {
  color: #0095b7;
}

#recSection.is-part-time .rec-faq__answer span:nth-of-type(1) {
  color: #0095b7;
}

#recSection.is-part-time #recSectionForm dt {
  color: #0095b7;
}

#recSection.is-part-time #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}

#recSection.is-part-time #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #0095b7;
}

#recSection.is-part-time #recSectionForm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
  background: #14b2d7;
}

#recSection.is-part-time #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  color: #0095b7;
}

#recSection.is-part-time #recSectionForm .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #14b2d7;
}

#recSection.is-part-time .rec-modal-voice__close::after {
  background-color: #0ea5c8;
}

#recSection.is-part-time .rec-modal-voice__close::before {
  background-color: #0ea5c8;
}

#recSection.is-part-time .rec-voice-header h2 {
  color: #14b2d7;
}

#recSection.is-part-time .rec-voice-body h3 {
  font-weight: bold;
  color: #14b2d7;
}

#recSection.is-part-time .rec-table-day th span {
  color: #14b2d7;
  text-decoration: none;
  font-size: 16px;
}

#recSection.is-part-time .rec-table-day__title {
  color: #14b2d7;
}

#recSection.is-part-time .rec-voice-day__header {
  background-color: #14b2d7;
  color: #fff;
  border: 3px solid #14b2d7;
}

#recSection.is-part-time .rec-voice-day__body {
  background-color: #fff;
  border: 3px solid #14b2d7;
}

#recSection.is-part-time .rec-voice-close {
  background-color: #14b2d7;
}

#recSection.is-part-time .rec-location {
  margin-bottom: .1em;
}

#recSection.is-part-time .rec-location-title {
  display: inline-block;
  background-image: url(../img/part-time/icon-plus.svg);
  background-size: 17px 17px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  min-height: 17px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  #recSection.is-part-time .rec-location-title:hover {
    color: #0ea5c8;
  }
}

#recSection.is-part-time .rec-location-item {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

#recSection.is-part-time .rec-location-item li {
  margin-bottom: .5em;
}

#recSection.is-part-time .rec-location.is-open .rec-location-title {
  background-image: url(../img/part-time/icon-minus.svg);
}


.noentry {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}
.view-guideline {
  margin: 10px 0 0;
}
.view-guideline a {
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #fff !important;
  background: #005ca0;
  padding: .5em 1em !important;
  border-radius: 50px;
}
.is-part-time .view-guideline a {
  background: #14b2d7;
}
.view-guideline a::before {
  content: '募集要項を見る';
  margin: 0 5px 0 0;
}
.view-guideline a::after {
  content: '▼';
  font-size: 11px;
}
.view-guideline a.is-open::before {
  content: '閉じる';
}
.view-guideline a.is-open::after {
  content: '▲';
}
/*# sourceMappingURL=style.css.map */
