@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,400i);
@import url(//fonts.googleapis.com/css?family=Oswald:300);
@import url(//fonts.googleapis.com/css?family=Lora);
.clearfix, #section02, aside {
  *zoom: 1; }
  .clearfix:after, #section02:after, aside:after {
    content: "";
    display: table;
    clear: both; }

/* ------------------------------
button
------------------------------ */
/* ------------------------------
personalty
------------------------------ */
#personalty {
  width: 100%; }

/* ------------------------------
section01
------------------------------ */
#section01 {
  box-sizing: border-box;
  width: 1000px;
  height: 528px;
  background: url(/recruit/image/personalty/sec01_bg01.jpg) no-repeat;
  padding: 35px 0 0;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    #section01 {
      width: 100%;
      height: auto;
      background-position: top right;
      background-size: cover;
      padding: 30px 0 0; } }
  #section01 h2 {
    width: 129px;
    height: 128px;
    background: url(/recruit/image/personalty/sec01_h2_bg.png) no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 128px;
    text-align: center;
    margin: 0 0 35px 188px; }
    @media only screen and (max-width: 480px) {
      #section01 h2 {
        width: 40%;
        height: auto;
        background-image: none;
        border: 3px double #99dddd;
        color: #99dddd;
        font-size: 20px;
        line-height: 100%;
        font-weight: bold;
        padding: 8px 0;
        margin: 0 0 25px 20px; } }
  #section01 p {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 520px;
    color: #000;
    font-size: 24px;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      #section01 p {
        box-sizing: border-box;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        font-size: 14px;
        text-align: left;
        padding: 10px; } }
    #section01 p.tx01 {
      line-height: 180%;
      margin: 0 0 30px; }
      @media only screen and (max-width: 480px) {
        #section01 p.tx01 {
          line-height: 135%;
          margin: 0; } }
    #section01 p.tx02 {
      padding: 5px 10px 10px; }
      #section01 p.tx02 span:nth-of-type(1) {
        display: block;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        font-size: 12px;
        margin: 0 0 10px; }
        @media only screen and (max-width: 480px) {
          #section01 p.tx02 span:nth-of-type(1) {
            margin: 0 0 5px; } }
      #section01 p.tx02 span {
        font-size: 18px; }
        @media only screen and (max-width: 480px) {
          #section01 p.tx02 span {
            font-size: 14px; } }

/* ------------------------------
section02
------------------------------ */
#section02 h2 {
  text-align: center;
  color: #3399CC;
  font-size: 30px;
  font-weight: normal;
  padding: 80px 0 40px; }
  @media only screen and (max-width: 480px) {
    #section02 h2 {
      padding: 30px 0;
      font-size: 20px; } }
#section02 ul {
  width: 100%;
  background: #f6f6f6;
  padding: 35px 0;
  letter-spacing: -10px;
  text-align: center;
  margin: 0 0 30px; }
  @media only screen and (max-width: 480px) {
    #section02 ul {
      padding: 20px 0; } }
  #section02 ul li {
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 50px;
    margin: 0 0 0 50px; }
    @media only screen and (max-width: 480px) {
      #section02 ul li {
        display: block;
        width: 90%;
        margin: 20px auto 0;
        line-height: 40px; } }
    #section02 ul li:first-child {
      margin: 0; }
      @media only screen and (max-width: 480px) {
        #section02 ul li:first-child {
          margin: 0 auto; } }
    #section02 ul li span {
      display: block;
      background: #3399cc;
      border-bottom: 1px solid #ccc;
      color: #fff;
      font-size: 28px;
      line-height: 100%;
      padding: 10px 20px;
      text-align: left; }
      @media only screen and (max-width: 480px) {
        #section02 ul li span {
          font-size: 24px;
          padding: 8px 20px; } }
      #section02 ul li span em {
        font-family: 'Oswald', sans-serif;
        font-style: normal; }
#section02 h3 {
  color: #66cccc;
  font-size: 22px;
  font-weight: normal;
  line-height: 135%;
  margin: 0 0 30px; }
  @media only screen and (max-width: 480px) {
    #section02 h3 {
      margin: 0 0 20px; } }
  @media only screen and (max-width: 480px) {
    #section02 h3 br {
      display: none; } }
#section02 dl dt {
  font-size: 16px;
  color: #FF9933;
  margin: 0 0 10px; }
#section02 dl dd {
  line-height: 175%; }
#section02 .block01 {
  width: 550px;
  float: right; }
  @media only screen and (max-width: 480px) {
    #section02 .block01 {
      box-sizing: border-box;
      width: 100%;
      padding: 0 10px 30px;
      float: none; } }
#section02 .pic01 {
  display: block;
  margin: 0 0 45px;
  float: left; }
  @media only screen and (max-width: 480px) {
    #section02 .pic01 {
      width: 94%;
      margin: 0 auto 30px;
      float: none; } }
#section02 .block02 {
  clear: both;
  width: 625px;
  float: left; }
  @media only screen and (max-width: 480px) {
    #section02 .block02 {
      box-sizing: border-box;
      width: 100%;
      padding: 0 10px;
      float: none; } }
  #section02 .block02 dl {
    margin: 0 0 45px; }
    @media only screen and (max-width: 480px) {
      #section02 .block02 dl {
        margin: 0 0 30px; } }
  #section02 .block02 p {
    line-height: 175%;
    margin: 0 0 45px; }
    @media only screen and (max-width: 480px) {
      #section02 .block02 p {
        margin: 0 0 30px; } }
#section02 .pic02 {
  display: block;
  float: right; }
  @media only screen and (max-width: 480px) {
    #section02 .pic02 {
      display: none; } }

/* ------------------------------
aside
------------------------------ */
aside {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto 80px;
  background: #f6f6f6;
  padding: 20px; }
  @media only screen and (max-width: 480px) {
    aside {
      width: 94%;
      margin: 0 auto 30px; } }
  aside dl {
    width: 800px;
    float: left; }
    @media only screen and (max-width: 480px) {
      aside dl {
        width: 100%;
        float: none;
        margin: 0 0 20px; } }
    aside dl dt {
      border-left: 6px solid #990000;
      border-bottom: 1px solid #990000;
      padding: 3px 8px 5px;
      font-family: 'Lato', sans-serif;
      font-size: 22px;
      font-style: italic;
      margin: 0 0 10px; }
    aside dl dd {
      line-height: 135%; }
      aside dl dd span {
        display: block;
        padding: 7px 0 10px;
        font-size: 18px; }
        @media only screen and (max-width: 480px) {
          aside dl dd span {
            font-size: 16px; } }
        aside dl dd span span {
          display: inline;
          font-size: 14px;
          font-family: 'Lora', serif; }
          @media only screen and (max-width: 480px) {
            aside dl dd span span {
              font-size: 12px; } }
  aside .book {
    width: 125px;
    float: right; }
    @media only screen and (max-width: 480px) {
      aside .book {
        margin: 0 auto;
        float: none; } }
    aside .book a {
      box-sizing: border-box;
      display: block;
      width: 125px;
      height: 32px;
      background: url(/recruit/image/personalty/aside_btn.png) no-repeat;
      padding: 0 0 0 30px;
      color: #fff;
      font-size: 12px;
      line-height: 32px;
      margin: 5px 0 0;
      text-decoration: none; }
      aside .book a:hover {
        background-image: url(/recruit/image/personalty/aside_btn_on.png); }
