@media screen and (min-width: 751px) {
  /* line 5, recruit.scss */
  section.hero {
    background-color: #e4f3fc;
    padding: 80px 0 100px 0;
  }
  /* line 8, recruit.scss */
  section.hero h1 {
    text-align: center;
    color: #0052a4;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  /* line 15, recruit.scss */
  section.hero span.h1 {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-family: "AmericanTypewriter";
    color: rgba(0, 82, 164, 0.55);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }

  /* line 28, recruit.scss */
  section.intro {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 0 0;
    letter-spacing: 0.16em;
  }
  /* line 31, recruit.scss */
  section.intro p {
    text-align: left;
    font-size: 16px;
    line-height: 38px;
  }

  /* line 38, recruit.scss */
  section.recruit {
    width: 960px;
    margin: 0 auto;
    padding: 80px 0 100px 0;
  }
  /* line 41, recruit.scss */
  section.recruit dl {
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.18em;
    background: url("/common/img/common/dotline-row-1280.png") center bottom no-repeat;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  section.recruit dl:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 47, recruit.scss */
  section.recruit dl dt {
    color: #1e426b;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 150px;
    padding-left: 0;
    padding-right: 0;
    clear: both;
    padding: 31.5px 0 28.5px 5px;
    background: url("/common/img/common/dotline-row-1280.png") center top no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 56, recruit.scss */
  section.recruit dl dd {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 810px;
    padding-left: 0;
    padding-right: 0;
    background: url("/common/img/common/dotline-row-1280.png") center top no-repeat;
    padding: 31.5px 5px 28.5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 63, recruit.scss */
  section.recruit div.btn {
    margin-top: 60px;
  }
  /* line 66, recruit.scss */
  section.recruit p {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  /* line 72, recruit.scss */
  section.recruit div.tel {
    margin-top: 40px;
    text-align: center;
  }
  /* line 75, recruit.scss */
  section.recruit div.tel a {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-width: 2px;
    border-color: #fc7171;
    color: #fc7171;
    border-style: dotted;
    position: relative;
    font-family: "AvenirNext", "Avenir";
    font-size: 36.5px;
    font-weight: 600;
    padding: 0 110px 0 160px;
  }
  /* line 86, recruit.scss */
  section.recruit div.tel a::before {
    content: url("/common/img/common/icon-tel-nega.png");
    position: absolute;
    left: 110px;
    top: 50%;
    margin: -16px 0 0 0;
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 750px) {
  /* line 101, recruit.scss */
  section.hero {
    background-color: #e4f3fc;
    padding: 80px 0 100px 0;
  }
  /* line 104, recruit.scss */
  section.hero h1 {
    text-align: center;
    color: #0052a4;
    font-size: 66px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin: 0 5%;
  }
  /* line 113, recruit.scss */
  section.hero span.h1 {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-family: "AmericanTypewriter";
    color: rgba(0, 82, 164, 0.55);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }

  /* line 126, recruit.scss */
  section.intro {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
    letter-spacing: 0.16em;
  }
  /* line 129, recruit.scss */
  section.intro p {
    text-align: left;
    font-size: 24px;
    line-height: 57px;
  }
  /* line 133, recruit.scss */
  section.intro p br {
    display: none;
  }

  /* line 139, recruit.scss */
  section.recruit {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 100px 0;
  }
  /* line 142, recruit.scss */
  section.recruit dl {
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 27px;
    line-height: 1.8em;
    letter-spacing: 0.18em;
    background: url("/common/img/common/dotline-row-1280.png") center bottom no-repeat;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  section.recruit dl:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 148, recruit.scss */
  section.recruit dl dt {
    color: #1e426b;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    clear: both;
    padding: 31.5px 0 28.5px 5px;
    background: url("/common/img/common/dotline-row-1280.png") center top no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 157, recruit.scss */
  section.recruit dl dd {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 70%;
    padding-left: 0;
    padding-right: 0;
    background: url("/common/img/common/dotline-row-1280.png") center top no-repeat;
    padding: 31.5px 5px 28.5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 164, recruit.scss */
  section.recruit div.btn {
    margin-top: 60px;
  }
  /* line 167, recruit.scss */
  section.recruit p {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  /* line 173, recruit.scss */
  section.recruit div.tel {
    margin-top: 40px;
    text-align: center;
  }
  /* line 176, recruit.scss */
  section.recruit div.tel a {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
    line-height: 120px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-width: 2px;
    border-color: #fc7171;
    color: #fc7171;
    border-style: dotted;
    position: relative;
    font-family: "AvenirNext", "Avenir";
    font-size: 54.75px;
    font-weight: 600;
    padding: 0 110px 0 160px;
  }
  /* line 187, recruit.scss */
  section.recruit div.tel a::before {
    content: url("/common/img/common/icon-tel-nega.png");
    position: absolute;
    left: 110px;
    top: 50%;
    margin: -16px 0 0 0;
    height: 32px;
    line-height: 32px;
  }
}
