@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use toppage
=================================================================== */
  .top_area {
    margin-top: 0;
  }
  .bold {
    font-weight: bold;
  }
  .bread_nav {
    padding-top: 153px;
    background-color: #f4f4f4;
  }
  .bread_nav__wrapper {
    width: 1100px;
    margin: 0 auto;
  }
  .bread_nav__wrapper ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bread_nav__wrapper ul a {
    color: #218e43;
  }
  .bread_nav__wrapper ul li {
    margin: 15px 25px;
    position: relative;
  }
  .bread_nav__wrapper ul li:first-of-type {
    margin-left: 0;
  }
  .bread_nav__wrapper ul li:last-of-type::after {
    display: none;
  }
  .bread_nav__wrapper ul li::after {
    content: "＞";
    position: absolute;
    right: -34px;
    top: 0;
  }
  .recruit_contents {
    margin-top: 50px;
  }
  .recruit_contents .inner h4 {
    color: #1d8d3c;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .recruit_contents .inner .box_ttl {
    margin: 0 0 20px;
  }
  .recruit_contents .inner .box_ttl.mt60 {
    margin: 60px 0 20px;
  }
  .recruit_contents .inner .mod_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit_contents .inner .mod_box .left {
    width: 60%;
    line-height: 3rem;
  }
  .recruit_contents .inner .mod_box .left.width_max {
    width: 100%;
  }
  .recruit_contents .inner .mod_box .right {
    width: 38%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit_contents .career_content p {
    font-size: 1.6rem;
  }
  .recruit_contents .parttimejob_content figure {
    padding: 0 50px;
  }
  .recruit_contents .parttimejob_content p {
    font-size: 1.6rem;
  }
  .recruit_contents .parttimejob_content p.green_txt {
    color: #1d8d3c;
    margin: 15px 0 0;
  }
  .recruit_contents .parttimejob_content p.black_txt {
    color: #000;
    margin: 20px 0 10px;
  }
  .recruit_contents .parttimejob_content p.circle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recruit_contents .parttimejob_content .more_btn {
    margin: 28px 0;
  }
  .recruit_contents .parttimejob_content .mod_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit_contents .parttimejob_content .mod_box .left {
    width: 72%;
    line-height: 3rem;
  }
  .recruit_contents .parttimejob_content .mod_box .right {
    width: 25%;
    display: block;
  }
  .recruit_contents .parttimejob_content .mod_box .right img {
    width: 100%;
  }
  .recruit_contents .parttimejob_content .mod_box.mt40 {
    margin-top: 40px;
  }
  .recruit_contents table {
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 28px 0 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .recruit_contents table tr {
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    font-weight: normal;
  }
  .recruit_contents table th {
    background: #daf6ff;
    color: #2178bb;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: top;
    padding: 20px 30px;
    width: 260px;
    font-weight: normal;
  }
  .recruit_contents table td {
    padding: 20px 30px;
  }
	.recruit_contents table td a {
		color: #2178bb;
		text-decoration: underline;
	}
  .recruit_contents table.limb {
    margin-top: 0;
  }
  .circle span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .top_area {
    background: url(../images/main.jpg) center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .top_area p {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.2rem;
    color: #fff;
    text-shadow: 0px 0px 24px #000000;
  }
  .top_btn_area {
    margin-bottom: 50px;
  }
  .top_btn_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .more_btn {
    width: 320px;
    margin: 0 20px;
  }
  .more_btn a {
    padding: 16px 0;
    color: #fff;
    font-size: 1.8rem;
    background: #1d8d3c;
    -moz-border-radius: 3px;
         border-radius: 3px;
    display: block;
    text-align: center;
    position: relative;
  }
  .more_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  .bold {
    font-weight: bold;
  }
  .bread_nav {
    background-color: #f4f4f4;
  }
  .bread_nav__wrapper {
    padding: 6px 15px 8px;
  }
  .bread_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bread_nav ul li {
    margin-right: 30px;
    font-size: 1.4rem;
    position: relative;
  }
  .bread_nav ul li a {
    color: #218e43;
  }
  .bread_nav ul li:last-of-type::after {
    display: none;
  }
  .bread_nav ul li::after {
    content: "＞";
    position: absolute;
    right: -24px;
    top: 0;
  }
  .top_area {
    background: url("../images/main_sp.jpg") 45% center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 44%;
    margin-top: 0;
  }
  .top_area p {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0px 0px 24px #000000;
  }
  .recruit_contents {
    margin-top: 50px;
  }
  .recruit_contents .inner h4 {
    color: #1d8d3c;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .recruit_contents .inner .box_ttl {
    margin: 0 0 20px;
  }
  .recruit_contents .inner .box_ttl.mt60 {
    margin: 60px 0 20px;
  }
  .recruit_contents .inner .mod_box {
    display: block;
  }
  .recruit_contents .inner .mod_box .left {
    width: 100%;
    line-height: 3rem;
  }
  .recruit_contents .inner .mod_box .left.width_max {
    width: 100%;
  }
  .recruit_contents .inner .mod_box .right {
    width: 100%;
    display: block;
  }
  .recruit_contents .inner .mod_box .right img {
    width: 100%;
    margin: 10px 0;
  }
  .recruit_contents .career_content p {
    font-size: 1.6rem;
  }
  .recruit_contents .parttimejob_content figure {
    padding: 0 50px;
  }
  .recruit_contents .parttimejob_content p {
    font-size: 1.6rem;
  }
  .recruit_contents .parttimejob_content p.green_txt {
    color: #1d8d3c;
    margin: 15px 0 0;
  }
  .recruit_contents .parttimejob_content p.black_txt {
    color: #000;
    margin: 20px 0 10px;
  }
  .recruit_contents .parttimejob_content p.circle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recruit_contents .parttimejob_content .more_btn {
    margin: 28px 0;
  }
  .recruit_contents .parttimejob_content .mod_box {
    display: block;
  }
  .recruit_contents .parttimejob_content .mod_box .left {
    width: 100%;
    line-height: 3rem;
  }
  .recruit_contents .parttimejob_content .mod_box .right {
    width: 100%;
    display: block;
  }
  .recruit_contents .parttimejob_content .mod_box .right img {
    width: 100%;
  }
  .recruit_contents .parttimejob_content .mod_box.mt40 {
    margin-top: 40px;
  }
  .recruit_contents table {
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 28px 0 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .recruit_contents table tr {
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    font-weight: normal;
  }
  .recruit_contents table th {
    background: #daf6ff;
    color: #2178bb;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: top;
    padding: 20px 30px;
    width: 260px;
    font-weight: normal;
    width: 100%;
    display: block;
  }
  .recruit_contents table td {
    padding: 20px 30px;
    display: block;
    width: 100%;
  }
	.recruit_contents table td a {
		color: #2178bb;
		text-decoration: underline;
	}
  .recruit_contents table.limb {
    margin-top: 0;
  }
  .circle span {
    font-weight: normal;
  }
  footer {
    border-top: 1px solid #dfdfdf;
  }
  .top_btn_area {
    margin-bottom: 50px;
  }
  .top_btn_area ul {
    display: block;
  }
  .more_btn {
    width: 100%;
    margin: 0 0 10px;
  }
  .more_btn a {
    padding: 16px 0;
    color: #fff;
    font-size: 1.8rem;
    background: #1d8d3c;
    -moz-border-radius: 3px;
         border-radius: 3px;
    display: block;
    text-align: center;
    position: relative;
  }
  .more_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
}
