﻿.f-sen,
section#recruitmentTop .center .wrap .text h1 span.support {
  font-family: 'Sen', sans-serif
}

body {
  color: #333
}

.center {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%
}

@media (max-width: 1024px) {
  .center {
    padding: 0 20px
  }
}

@media (max-width: 1024px) {
  section#recruitmentTop {
    padding: 30px 0
  }
}

section#recruitmentTop .center .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width: 1024px) {
  section#recruitmentTop .center .wrap {
    flex-direction: column
  }
}

section#recruitmentTop .center .wrap .text h1 span {
  text-align: left;
  display: block;
  font-weight: 700
}

@media (max-width: 1024px) {
  section#recruitmentTop .center .wrap .text h1 span {
    text-align: center
  }
}

section#recruitmentTop .center .wrap .text h1 span.support {
  font-size: 32.3px;
  transform: rotate(0.03deg)
}

section#recruitmentTop .center .wrap .text h1 span.main {
  font-size: 16.15px;
  transform: rotate(0.03deg)
}

section#recruitmentTop .center .wrap .image {
  width: 300px
}

@media (max-width: 1024px) {
  section#recruitmentTop .center .wrap .image {
    width: 240px
  }
}

section#recruitmentTop .center .wrap .image img {
  width: 100%;
  display: block
}

section#staffArea {
  background: #FCF9E0;
  padding: 60px 0
}

section#staffArea .center .intro {
  margin-bottom: 30px
}

section#staffArea .center .intro .title-wrap {
  color: #333;
  text-align: center
}

section#staffArea .center .intro .title-wrap h2.title {
  font-size: 28.5px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#staffArea .center .intro p {
  font-size: 19px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#staffArea .center .staff-part-wrap {
  margin-bottom: 80px
}

section#staffArea .center .staff-part-wrap .staff-part {
  margin-bottom: 40px
}

section#staffArea .center .staff-part-wrap .staff-part .head {
  background: #333;
  padding: 5px 0
}

section#staffArea .center .staff-part-wrap .staff-part .head h3 {
  font-size: 19px;
  transform: rotate(0.03deg);
  font-weight: 700;
  color: white;
  text-align: center
}

section#staffArea .center .staff-part-wrap .staff-part .body dl .part {
  margin-bottom: 20px
}

section#staffArea .center .staff-part-wrap .staff-part .body dl .part dt {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#staffArea .center .staff-part-wrap .staff-part .body dl .part dd {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400;
  margin: 0
}

section#staffArea .center .staff-part-wrap .staff-part .body dl .part dd ul li {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400;
  padding-left: 1em;
  position: relative
}

section#staffArea .center .staff-part-wrap .staff-part .body dl .part dd ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '●'
}

section#staffArea .center .btn a {
  background: #FCEE21;
  color: #333
}

section#staffArea .center .btn a::after {
  content: url("../../assets/img/arrow-b.png")
}