@charset "UTF-8";
@font-face {
  font-family: '07yasashisa';
  src: url(../fonts/07yasashisa/07yasashisa.eot);
  src: url(../fonts/07yasashisa/07yasashisa.eot?#iefix) format("embedded-opentype"), url(../fonts/07yasashisa/07yasashisa.woff) format("woff"), url(../fonts/07yasashisa/07yasashisa.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

#facility h2, #blog h2, #news h2, #recruit h2, #concept .title, #facility .title {
  font-family: '07yasashisa';
}

#facility .btns p a {
  font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'Noto Sans JP', sans-serif;
}

#consultation .btn a, #news .btn a, #recruit .btn a {
  width: 241px;
  height: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

#consultation .btn a:hover, #news .btn a:hover, #recruit .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #consultation .btn a, #news .btn a, #recruit .btn a {
    height: 45px;
    font-size: 14px;
  }
}

#facility h2, #blog h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 1.4333;
}

#facility h2:before, #blog h2:before {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
  content: "";
}

@media (max-width: 767px) {
  #facility h2, #blog h2 {
    font-size: 22px;
  }
}

#news h2, #recruit h2 {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.4333;
  color: #603813;
  background-repeat: no-repeat;
  border-bottom: solid 5px #e2e2e2;
}

@media (max-width: 767px) {
  #news h2, #recruit h2 {
    font-size: 20px;
    border-width: 3px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}

#mainimg #mainslider img {
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg .catch {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 150px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
}

#mainimg .catch .catchimage {
  margin: 0 auto;
  width: 54%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 160px;
  }
  #mainimg .catch {
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  margin-top: -190px;
  position: relative;
  z-index: 3;
}

#concept .continner {
  padding-top: 90px;
  overflow: hidden;
}

#concept .continner2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #f3ab81;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  margin-left: -60px;
  padding-left: 60px;
  margin-right: -60px;
  padding-right: 60px;
}

#concept .continner2:after {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  background-color: #fff;
}

#concept .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#concept .image {
  position: relative;
  margin-right: 40px;
  width: 42.8%;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#concept .image:after {
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

#concept .image .imginner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#concept .image img {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
}

#concept .txtbox {
  width: 45%;
  color: #fff;
}

#concept .title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 2.33333;
}

#concept .text {
  font-size: 16px;
  line-height: 2.125;
}

#concept .infectious {
  width: 100%;
  margin-top: -190px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  padding: 0 10px;
}

#concept .infectious .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 25px;
  border: solid 5px #bd272d;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#concept .infectious h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.714;
  font-weight: bold;
  color: #bd272d;
}

#concept .infectious .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.714;
  color: #534741;
}

#concept .infectious .btn a {
  width: 163px;
  height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  background-color: #bd272d;
}

#concept .infectious .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 999px) {
  #concept .title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  #concept {
    margin-top: -50px;
  }
  #concept .continner {
    padding-top: 0;
  }
  #concept .continner2 {
    padding-top: 220px;
    padding-bottom: 100px;
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
  }
  #concept .continner2:after {
    height: 70px;
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
  }
  #concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #concept .image {
    margin-right: 0;
    margin-bottom: 80px;
    width: 100%;
    max-width: 350px;
  }
  #concept .txtbox {
    width: 100%;
    max-width: 350px;
    color: #fff;
  }
  #concept .title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
  }
  #concept .text {
    font-size: 14px;
    line-height: 1.6;
  }
  #concept .infectious {
    margin-bottom: 30px;
  }
  #concept .infectious .inner {
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 3px;
  }
  #concept .infectious h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #concept .infectious .text {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

/* ----------------------------------------------
facility
------------------------------------------------- */
#facility {
  margin-bottom: 60px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#facility h2 {
  color: #603813;
}

#facility h2:before {
  width: 55px;
  height: 38px;
  background: url(../images/facility-h2-icon.png) no-repeat center/cover;
}

#facility .contents {
  padding-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#facility .block {
  position: relative;
  width: 25%;
  padding: 0 15px 10px 15px;
  border-right: solid 1px #999999;
}

#facility .block:nth-child(4n + 1) {
  border-left: solid 1px #999999;
}

#facility .block:nth-child(4n + 1):after {
  position: absolute;
  bottom: -15px;
  left: -50%;
  display: block;
  content: "";
  width: 2000px;
  background-color: #999;
  height: 1px;
}

#facility .block:nth-child(n + 5) {
  margin-top: 35px;
}

#facility .image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 50%;
  position: relative;
}

#facility .image img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#facility .category {
  margin: auto auto 15px;
  width: 110px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 "メイリオ", system-ui, sans-serif;
}

#facility .title {
  min-height: 75px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4444;
}

#facility .cate1 .category {
  background-color: #e35711;
}

#facility .cate1 .title {
  color: #f15a24;
}

#facility .cate2 .category {
  background-color: #22ac38;
}

#facility .cate2 .title {
  color: #22ac38;
}

#facility .cate3 .category {
  background-color: #0071b9;
}

#facility .cate3 .title {
  color: #2288ff;
}

#facility .text {
  border-top: dashed 1px #999999;
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.714;
  color: #333333;
}

#facility .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 0 15px;
}

#facility .btns p {
  width: 49%;
}

#facility .btns p:nth-child(1) a {
  border-color: #00a69a;
}

#facility .btns p:nth-child(1) a:before {
  background: url(../images/facility-btn1.png) no-repeat center/cover;
}

#facility .btns p:nth-child(2) {
  margin-left: 2%;
}

#facility .btns p:nth-child(2) a {
  border-color: #ee5a24;
}

#facility .btns p:nth-child(2) a:before {
  background: url(../images/facility-btn2.png) no-repeat center/cover;
}

#facility .btns p a {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  border: solid 2px;
  border-radius: 20px;
}

#facility .btns p a:hover {
  opacity: 0.6;
}

#facility .btns p a:before {
  margin-right: 5px;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
}

@media (max-width: 999px) {
  #facility .title {
    min-height: 70px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  #facility .btns {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  #facility .contents {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  #facility .block {
    width: 50%;
    padding: 0 10px 10px 10px;
  }
  #facility .block:nth-child(3n + 1) {
    border-left: none;
  }
  #facility .block:nth-child(3n + 1):after {
    display: none;
  }
  #facility .block:nth-child(n + 4) {
    margin-top: 0px;
  }
  #facility .block:nth-child(2n + 1) {
    border-left: solid 1px #999999;
  }
  #facility .block:nth-child(2n + 1):after {
    position: absolute;
    bottom: -15px;
    left: -50%;
    display: block;
    content: "";
    width: 2000px;
    background-color: #999;
    height: 1px;
  }
  #facility .block:nth-child(n + 3) {
    margin-top: 35px;
  }
  #facility .title {
    min-height: 60px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #facility .text {
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
  }
  #facility .btns p a {
    font-size: 12px;
  }
  #facility .btns p a:before {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 500px) {
  #facility .block {
    width: 100%;
    border-left: solid 1px #999999 !important;
  }
  #facility .block:nth-child(2n + 1) {
    border-left: none;
  }
  #facility .block:nth-child(2n + 1):after {
    display: none;
  }
  #facility .block:nth-child(n + 3) {
    margin-top: 0px;
  }
  #facility .block + .block:after {
    position: absolute;
    bottom: -15px;
    left: -50%;
    display: block;
    content: "";
    width: 2000px;
    background-color: #999;
    height: 1px;
  }
  #facility .block + .block {
    margin-top: 35px;
  }
}

/* ----------------------------------------------
consultation
------------------------------------------------- */
#consultation {
  overflow: hidden;
}

#consultation .top {
  overflow: hidden;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  margin-left: -60px;
  padding-left: 60px;
  margin-right: -60px;
  padding-right: 60px;
}

#consultation .top .inner {
  padding-top: 40px;
  padding-bottom: 100px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url(../images/consultation-bg.png);
  background-color: #f29700;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#consultation .bottom {
  position: relative;
  margin-top: -80px;
  padding-top: 60px;
  padding-bottom: 160px;
  background-color: #f29700;
  overflow: hidden;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  margin-left: -60px;
  padding-left: 60px;
  margin-right: -60px;
  padding-right: 60px;
}

#consultation .bottom:after {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  background-color: #fff;
}

#consultation .txtbox {
  text-align: center;
}

#consultation .btn a {
  margin: 0 auto;
  color: #f29700;
  background-color: #fff;
}

@media (max-width: 767px) {
  #consultation .top {
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
  }
  #consultation .top .inner {
    padding-top: 30px;
  }
  #consultation .bottom {
    margin-top: -80px;
    padding-top: 40px;
    padding-bottom: 110px;
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
  }
  #consultation .bottom:after {
    height: 70px;
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
    background-color: #fff;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#news h2 {
  padding-left: 80px;
  padding-bottom: 20px;
  background-image: url(../images/news-icon.png);
  background-position: top 0 left 10px;
}

#news .left {
  padding-top: 30px;
  width: 55%;
  padding-right: 30px;
  padding-left: 30px;
}

#news .right {
  width: 39%;
}

#news .image a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#news .image a:hover {
  opacity: 0.6;
}

#news .image img {
  width: 100%;
}

#news article {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e2e2e2;
  font-size: 16px;
}

#news article + article {
  margin-top: 20px;
}

#news article time {
  color: #ed5a24;
  font-family: "メイリオ", Meiryo, sans-serif;
}

#news article .text {
  margin-left: 20px;
}

#news .btn {
  margin-top: 40px;
}

#news .btn a {
  color: #fff;
  background-color: #eb4f66;
}

@media (max-width: 767px) {
  #news {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news h2 {
    padding-left: 60px;
    background-size: 40px auto;
  }
  #news .left {
    margin-bottom: 30px;
    width: 100%;
    padding: 0 10px;
  }
  #news .right {
    width: 100%;
    max-width: 250px;
  }
  #news .image img {
    width: auto;
  }
  #news article {
    font-size: 14px;
  }
  #news .btn {
    margin-top: 30px;
  }
  #news .btn a {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  #news article {
    display: block;
    padding-bottom: 15px;
  }
  #news article + article {
    margin-top: 15px;
  }
  #news article .text {
    margin-top: 10px;
    margin-left: 0px;
  }
}

/* ----------------------------------------------
blog
------------------------------------------------- */
#blog {
  overflow: hidden;
}

#blog .inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 180px;
  background-color: #88c23f;
  overflow: hidden;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  margin-left: -60px;
  padding-left: 60px;
  margin-right: -60px;
  padding-right: 60px;
}

#blog .inner:after {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  background-color: #fff;
}

#blog h2 {
  color: #fff;
}

#blog h2:before {
  margin-bottom: 15px;
  width: 52px;
  height: 53px;
  background: url(../images/blog-h2-icon.png) no-repeat center/cover;
}

#blog .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#blog .block {
  width: 23%;
}
#blog .block:nth-child(n + 5) {
  margin-top: 40px;
}
#blog .block:not(:nth-child(4n + 1)) {
  margin-left: 2.666666666%;
} 
#blog .block:first-child {
  margin-left: 0;
} 

#blog .block a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#blog .block a:hover {
  opacity: 0.6;
}

#blog .image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 75%;
  position: relative;
}

#blog .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#blog .cate {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #39b14a;
  background-color: #fff;
}

#blog .title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

#blog time {
  font-size: 14px;
}

@media (max-width: 999px) {
  #blog .cate {
    padding: 5px 5px;
    font-size: 10px;
  }
  #blog .title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #blog h2:before {
    margin-bottom: 10px;
    width: 41.6px;
    height: 42.4px;
  }
  #blog .inner {
    padding-top: 40px;
    padding-bottom: 110px;
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
  }
  #blog .inner:after {
    height: 70px;
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
    background-color: #fff;
  }
  #blog .contents {
    max-width: 500px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #blog .block {
    width: 48%;
  }
  #blog .block:nth-child(n + 5) {
    margin-top: 0px;
  }
  #blog .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  } 
  #blog .block:nth-child(even) {
    margin-left: 4%;
  }
  #blog .block:nth-child(n + 3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  margin-bottom: 140px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#recruit h2 {
  padding-top: 16px;
  padding-left: 75px;
  padding-bottom: 20px;
  background-image: url(../images/recruit-h2-icon.png);
  background-position: top 0 left 10px;
}

#recruit .left {
  padding-top: 60px;
  width: 55%;
  padding-right: 30px;
  padding-left: 30px;
}

#recruit .right {
  width: 43%;
}

#recruit .image {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
}

#recruit .image:after {
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #c1ada1;
}

#recruit .image .imginner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#recruit .image img {
  border-radius: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#recruit .text {
  font-weight: bold;
  color: #534741;
  line-height: 2.125;
  font-size: 16px;
}

#recruit .btn {
  margin-top: 40px;
}

#recruit .btn a {
  color: #fff;
  background-color: #c1ada1;
}

@media (max-width: 767px) {
  #recruit {
    margin-bottom: 80px;
  }
  #recruit h2 {
    padding-bottom: 15px;
    padding-left: 60px;
    background-size: 35px auto;
  }
  #recruit .left {
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  #recruit .image img {
    width: auto;
  }
  #recruit .text {
    font-size: 14px;
  }
  #recruit .btn {
    margin-top: 30px;
  }
  #recruit .btn a {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  #recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #recruit .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #recruit .right {
    margin-bottom: 30px;
    width: 100%;
    max-width: 250px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */