@charset "UTF-8";
/* --

 top.css

 ------------------------------------

-- */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700i);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * pc..............ブレイクポイント設定（パソコンのみ）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

 ------------------------------------

 * scroll..............スクロールアイコンのスタイル
 * module-title........タイトル共通のスタイル


-- */
/* --

 keyframes - アニメーションキーフレーム集

 ------------------------------------

 * loading.............ローディングアイコンのアニメーション
 * toggle-.............ハンバーガーアイコンに関するアニメーション

-- */
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
/*-----------------------------------
$plaster
-----------------------------------*/
@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}

.sub-top-view {
  background-image: url(../images/recruit/recruit-top-view.jpg);
}
@media screen and (max-width: 639px) {
  .sub-top-view {
    background-image: url(../images/recruit/recruit-top-view.jpg);
  }
}

@media screen and (max-width: 639px) {
  .ttl-wrap {
    text-align: center;
  }
}

.ttl-style {
  display: inline-block;
  font-size: 4rem;
  border-bottom: 2px solid #00a5e3;
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .ttl-style {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 639px) {
  .ttl-style {
    font-size: 2.4rem;
  }
}

.recruit-message {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .recruit-message {
    padding: 0 5%;
  }
}
@media screen and (max-width: 639px) {
  .recruit-message {
    margin-top: 4.4rem;
  }
}
.recruit-message .recruit-message_img {
  position: relative;
}
.recruit-message .recruit-message_img img {
  width: 100%;
}
.recruit-message .recruit-message_img p {
  position: absolute;
  padding: 1.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  bottom: 5.3%;
  right: 2.8%;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width: 639px) {
  .recruit-message .recruit-message_img p {
    font-size: 1.3rem;
    padding-top: 0.5rem;
  }
}
.recruit-message .recruit-message_img p span {
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  padding-top: 0.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 639px) {
  .recruit-message .recruit-message_img p span {
    display: inline-block;
    font-size: 1.9rem;
    padding-top: 0;
    margin-top: 0;
    margin-left: 1rem;
  }
}
.recruit-message > p {
  font-size: 1.8rem;
  line-height: 1.89;
  padding-top: 1.8rem;
  letter-spacing: 0.02em;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 1023px) {
  .recruit-message > p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .recruit-message > p {
    font-size: 1.5rem;
  }
}

.recruit-yoko {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 5.2rem;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 1023px) {
  .recruit-yoko {
    padding: 0 5%;
  }
}
@media screen and (max-width: 639px) {
  .recruit-yoko {
    margin-top: 5.2rem;
  }
}
.recruit-yoko > p {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .recruit-yoko > p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .recruit-yoko > p {
    font-size: 1.5rem;
  }
}
.recruit-yoko dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  border-top: 2px solid #00a5e3;
}
@media screen and (max-width: 1023px) {
  .recruit-yoko dl {
    border-bottom: 2px solid #00a5e3;
  }
}
.recruit-yoko dl dt {
  color: #fff;
  border-bottom: solid 2px #fff;
  background-color: #00a5e3;
  font-size: 2.1rem;
  line-height: 56px;
  width: 22.8%;
  padding-left: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .recruit-yoko dl dt {
    width: 100%;
    text-align: center;
    padding-left: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .recruit-yoko dl dt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.recruit-yoko dl dt:last-of-type {
  border-bottom: 2px solid #00a5e3;
}
.recruit-yoko dl dd {
  font-size: 2rem;
  line-height: 56px;
  width: 77.2%;
  padding-left: 2rem;
  border: 2px solid #00a5e3;
  border-left: 0;
  border-top: 0;
}
@media screen and (max-width: 1023px) {
  .recruit-yoko dl dd {
    width: 100%;
    border-left: 2px solid #00a5e3;
    border-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .recruit-yoko dl dd {
    font-size: 1.5rem;
    padding: 0.5rem 3%;
    line-height: 1.8;
  }
}
.recruit-yoko dl dd ul {
  padding-bottom: 1.5rem;
}
.recruit-yoko dl dd ul li {
  line-height: 1.5;
}

.recruit-question {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 7rem;
  margin-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .recruit-question {
    padding: 0 5%;
  }
}
@media screen and (max-width: 639px) {
  .recruit-question {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
}
.recruit-question .recruit-human {
  position: absolute;
  max-width: 442px;
  right: 6%;
  top: -3rem;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .recruit-question .recruit-human {
    max-width: 260px;
  }
}
@media screen and (max-width: 639px) {
  .recruit-question .recruit-human {
    position: relative;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.recruit-question .recruit-human img {
  width: 100%;
}
.recruit-question .recruit-q {
  margin-top: 3.2rem;
  letter-spacing: 0.02em;
  color: #00a5e3;
  font-size: 2.2rem;
  line-height: 1.54;
  position: relative;
  padding-left: 5.5rem;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 1023px) {
  .recruit-question .recruit-q {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .recruit-question .recruit-q {
    padding-left: 4.5rem;
  }
}
.recruit-question .recruit-q:nth-of-type(2) {
  margin-top: 0;
}
.recruit-question .recruit-q::before {
  display: inline-block;
  content: "Q";
  color: #fff;
  font-size: 2.8rem;
  width: 4.2rem;
  padding-left: 0.1rem;
  line-height: 4rem;
  padding-bottom: 0.3rem;
  position: absolute;
  border-radius: 50%;
  background-color: #00a5e3;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .recruit-question .recruit-q::before {
    font-size: 1.8rem;
    width: 3.3rem;
    padding-left: 0.1rem;
    line-height: 3.2rem;
    padding-bottom: 0.2rem;
  }
}
.recruit-question .recruit-a {
  padding-top: 2rem;
  padding-bottom: 2.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 5.5rem;
  border-bottom: dotted 2px #00a5e3;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 639px) {
  .recruit-question .recruit-a {
    font-size: 1.5rem;
    padding-left: 4.5rem;
  }
}
.recruit-question .recruit-a::before {
  display: inline-block;
  content: "A";
  color: #fff;
  font-size: 2.8rem;
  width: 4.2rem;
  padding-left: 0.1rem;
  line-height: 4rem;
  padding-bottom: 0.3rem;
  position: absolute;
  border-radius: 50%;
  background-color: #b50080;
  text-align: center;
  left: 0;
  top: 2rem;
}
@media screen and (max-width: 639px) {
  .recruit-question .recruit-a::before {
    font-size: 1.8rem;
    width: 3.3rem;
    padding-left: 0.1rem;
    line-height: 3.2rem;
    padding-bottom: 0.2rem;
  }
}

.lead .lead-big {
  font-size: 4rem;
  color: #00a5e3;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 80px;
  position: relative;
  font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width: 1023px) {
  .lead .lead-big {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 639px) {
  .lead .lead-big {
    font-size: 28px;
    letter-spacing: 0em;
    margin-top: 30px;
  }
}
.lead .lead-big img {
  position: absolute;
  width: 41.7%;
  top: -30%;
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
      -ms-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .lead .lead-big img {
    top: 20%;
  }
}
@media screen and (max-width: 639px) {
  .lead .lead-big img {
    top: 32%;
  }
}

.recruit__message {
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .recruit__message {
    font-size: 1.5rem;
  }
}
.recruit__message p {
  line-height: 1.89;
  margin-top: 4.5rem;
}
.recruit__message p:last-of-type {
  margin-top: 2rem;
}
.recruit__message p span {
  color: red;
}
.recruit__message ul {
  line-height: 1;
  background-color: #ebf8fd;
  padding: 2.2rem 2.5%;
  margin-top: 2rem;
  color: red;
}
.recruit__message ul li {
  margin-top: 1.5rem;
}
.recruit__message ul li:first-of-type {
  margin-top: 0;
}