.sp {
   display: none;
}

.pc {
   display: block;
}

@media (max-width: 766px) {
   .sp {
      display: block;
   }

   .pc {
      display: none;
   }
}

/* -- -- */
#key {
   text-align: center;
   background: #52b7e0;
   padding: 143px 0 94px;
   color: #fff;
}

#key h2 {
   font-size: 45px;
   font-weight: bold;
   margin-bottom: 20px;
}

#key .txt {
   line-height: 25px;
}

@media (max-width: 766px) {
   #key {
      padding: 31% 0 5%;
   }

   #key h2 {
      font-size: 40px;
   }
}

/* -- -- */
.breadcrumb {
   font-weight: normal;
   font-size: 14px;
   line-height: 24px;
   letter-spacing: 0.05em;
   padding-top: 40px;
}

p.breadcrumb {
   color: #000;
}

@media (max-width: 766px) {
   .breadcrumb {
      font-weight: bold;
      font-size: 12px;
      padding-top: 30px;
   }
}

/* -- -- */
#container .wrap {
   width: 1100px;
}

@media (max-width: 766px) {
   #container .wrap {
      width: auto;
      margin: 0 4%;
   }
}

/* -- -- */
#recruit-content .wrap {
   display: flex;
   flex-wrap: wrap;
}

#recruit-content .post-list {
   display: flex;
   flex-wrap: wrap;
   width: 830px;
   border-bottom: 1px solid #d4d4d4;
   padding-top: 40px;
   padding-bottom: 80px;
}

#recruit-content .post-list .item {
   width: 400px;
   background-color: #fff;
   border-radius: 20px;
   box-sizing: border-box;
   box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.16);
   padding: 30px;
   margin-bottom: 30px;
}

#recruit-content .post-list .item+.item {
   margin-left: 30px;
}

#recruit-content .post-list .item:nth-child(2n + 1) {
   margin-left: 0;
}

#recruit-content .post-list .item .tag {
   padding-bottom: 10px;
}

#recruit-content .post-list .item .tag a {
   display: inline-block;
   background-color: #39aedb;
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   line-height: 30px;
   letter-spacing: 0.01em;
   border-radius: 15px;
   margin-right: 8px;
   margin-bottom: 5px;
   padding: 0 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #recruit-content .post-list .item .tag a {
      line-height: 25px;
      padding-top: 5px;
   }
}
#recruit-content .post-list .item .tag a:hover {
   text-decoration: none;
   opacity: 0.7;
}

#recruit-content .post-list .item .photo {
   width: 100%;
   position: relative;
}

#recruit-content .post-list .item .photo a {
   display: block;
   width: 100%;
   padding-top: 74%;
   position: relative;
}

#recruit-content .post-list .item .photo span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
}

#recruit-content .post-list .item .photo a:hover span {
   opacity: 0.7;
}

#recruit-content .post-list .item .ttl {
   font-size: 18px;
   line-height: 30px;
   letter-spacing: 0.01em;
   padding-top: 20px;
}

#recruit-content .post-list .item .ttl a {
   display: -webkit-box;
   max-height: 60px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
}

#recruit-content .post-list .item .salary {
   display: inline-block;
   background-color: #e3e3e3;
   font-size: 18px;
   border-radius: 15px;
   margin-top: 10px;
   padding: 0 20px;
}

#recruit-content .post-list .paginate_links {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 100%;
   padding-top: 60px;
}

#recruit-content .post-list .paginate_links>* {
   display: block;
   width: 42px;
   font-weight: bold;
   font-size: 20px;
   line-height: 24px;
   letter-spacing: 0;
   text-align: center;
   padding: 9px 0;
   margin: 0 5px;
}

#recruit-content .post-list .paginate_links a:hover,
#recruit-content .post-list .paginate_links .current {
   background-color: #368cad;
   color: #fff;
   text-decoration: none;
}

#recruit-content .post-list .paginate_links .next {
   width: 23px;
   height: 36px;
   background: url("../img/index/sl_next.png") no-repeat center/cover;
   overflow: hidden;
   padding: 0;
   margin: 0 0 0 65px;
}

#recruit-content .post-list .paginate_links .next:hover {
   opacity: 0.7;
   background-color: transparent;
}

#recruit-content .post-list .paginate_links .prev {
   width: 23px;
   height: 36px;
   background: url("../img/index/sl_prev.png") no-repeat center/cover;
   overflow: hidden;
   padding: 0;
   margin: 0 65px 0 0;
}

#recruit-content .post-list .paginate_links .prev:hover {
   opacity: 0.7;
   background-color: transparent;
}

#recruit-content .colR {
   width: 230px;
   margin-left: 40px;
}

#recruit-content .colR .box {
   padding-bottom: 40px;
}

#recruit-content .colR .box:last-child {
   padding-bottom: 0;
}

#recruit-content .colR .box h3 {
   font-weight: bold;
   font-size: 18px;
   line-height: 22px;
   letter-spacing: 0.01em;
   border-bottom: 2px solid #634f1f;
   padding-bottom: 6px;
   margin-bottom: 10px;
}

#recruit-content .colR .box dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   padding: 10px 0;
   border-bottom: 1px solid #d1d1d1;
}

#recruit-content .colR .box dl>* {
   display: table-cell;
   vertical-align: top;
   text-align: left;
}

#recruit-content .colR .box dl dt {
   width: 65px;
}

#recruit-content .colR .box dl dt a {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
}

#recruit-content .colR .box dl dt a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
}

#recruit-content .colR .box dl dt a:hover span {
   opacity: 0.7;
}

#recruit-content .colR .box dl dd {
   font-size: 14px;
   line-height: 20px;
   padding-left: 10px;
}

#recruit-content .colR .box dl dd a {
   max-height: 60px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 3;
}

@media (max-width: 766px) {
   #recruit-content .wrap {
      display: block;
   }

   #recruit-content .post-list {
      width: 100%;
      padding: 30px 0 70px;
      border-bottom: 0;
   }

   #recruit-content .post-list .item {
      width: 100%;
      padding: 10px 15px 20px;
      margin-bottom: 15px;
   }

   #recruit-content .post-list .item+.item {
      margin-left: 0;
   }

   #recruit-content .post-list .item .tag {
      padding-bottom: 5px;
   }

   #recruit-content .post-list .item .tag a {
      font-size: 12px;
      line-height: 20px;
      padding: 0 10px;
      margin-right: 0;
   }

   #recruit-content .post-list .item .photo a {
      padding-top: 49%;
   }

   #recruit-content .post-list .item .ttl {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0.01em;
      padding-top: 15px;
   }

   #recruit-content .post-list .item .ttl a {
      max-height: 40px;
   }

   #recruit-content .post-list .item .salary {
      font-size: 13px;
      line-height: 20px;
      margin-top: 10px;
      padding: 0 10px;
   }

   #recruit-content .post-list .paginate_links {
      padding-top: 40px;
   }

   #recruit-content .post-list .paginate_links>* {
      font-size: 14px;
      width: 30px;
      padding: 3px 0;
      margin: 0 1px;
   }

   #recruit-content .post-list .paginate_links .prev {
      width: 16px;
      height: 25px;
      margin-right: 20px;
   }

   #recruit-content .post-list .paginate_links .next {
      width: 16px;
      height: 25px;
      margin-left: 20px;
   }

   #recruit-content .colR {
      width: 100%;
      margin-left: 0;
   }

   #recruit-content .colR .box h3 {
      font-size: 17px;
      line-height: 20px;
   }

   #recruit-content .colR .box dl dd {
      font-size: 13px;
   }
}

/* -- -- */
#recommended-articles {
   padding-top: 55px;
   padding-bottom: 95px;
}

#recommended-articles h2 {
   font-weight: bold;
   font-size: 24px;
   line-height: 28px;
   letter-spacing: 0;
   border-left: 6px solid #0f8fba;
   padding: 3px 0 3px 25px;
}

#recommended-articles .post-list {
   display: flex;
   flex-wrap: wrap;
   padding-top: 25px;
}

#recommended-articles .post-list .item {
   width: 250px;
}

#recommended-articles .post-list .item+.item {
   margin-left: 40px;
}

#recommended-articles .post-list .item .photo {
   width: 100%;
   position: relative;
}

#recommended-articles .post-list .item .photo a {
   display: block;
   width: 100%;
   padding-top: 74%;
   position: relative;
}

#recommended-articles .post-list .item .photo span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
}

#recommended-articles .post-list .item .photo a:hover span {
   opacity: 0.7;
}

#recommended-articles .post-list .item .ttl {
   font-size: 18px;
   line-height: 30px;
   letter-spacing: 0.01em;
   padding-top: 10px;
}

#recommended-articles .post-list .item .ttl a {
   display: -webkit-box;
   max-height: 60px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
}

#recommended-articles .post-list .item .tag {
   padding-top: 10px;
}

#recommended-articles .post-list .item .tag a {
   display: inline-block;
   background-color: #39aedb;
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   line-height: 30px;
   letter-spacing: 0.01em;
   border-radius: 15px;
   margin-right: 8px;
   padding: 0 20px;
}

#recommended-articles .post-list .item .tag a:hover {
   text-decoration: none;
   opacity: 0.7;
}

@media (max-width: 766px) {
   #recommended-articles {
      padding: 50px 0;
   }

   #recommended-articles .post-list {
      justify-content: center;
      padding-top: 15px;
   }

   #recommended-articles .post-list .item {
      width: 42%;
   }

   #recommended-articles .post-list .item+.item {
      margin-left: 8%;
   }

   #recommended-articles .post-list .item:last-child {
      display: none;
   }

   #recommended-articles .post-list .item .ttl {
      font-size: 13px;
      line-height: 20px;
   }

   #recommended-articles .post-list .item .ttl a {
      max-height: 60px;
      -webkit-line-clamp: 3;
   }

   #recommended-articles .post-list .item .tag {
      padding-top: 0;
   }

   #recommended-articles .post-list .item .tag a {
      font-size: 11px;
      line-height: 20px;
      padding: 0 10px;
      margin-right: 0;
   }
}

/* -- -- */
#recruit-content .post-detail {
   width: 830px;
   border-bottom: 1px solid #d4d4d4;
   padding-top: 40px;
   padding-bottom: 90px;
}

#recruit-content .post-detail .post-ttl {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-size: 30px;
   line-height: 30px;
   letter-spacing: 0.01em;
}

#recruit-content .post-detail .post-info {
   display: flex;
   align-items: center;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   padding-top: 25px;
}

#recruit-content .post-detail .post-info dt a {
   display: inline-block;
   background-color: #39aedb;
   color: #fff;
   font-weight: bold;
   font-size: 16px;
   line-height: 30px;
   letter-spacing: 0.01em;
   border-radius: 15px;
   margin-right: 8px;
   padding: 0 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #recruit-content .post-detail .post-info dt a {
      line-height: 25px;
      padding-top: 5px;
   }
}
#recruit-content .post-detail .post-info dd {
   display: inline-block;
   background-color: #e3e3e3;
   font-weight: 500;
   font-size: 18px;
   border-radius: 15px;
   padding: 0 20px;
}

#recruit-content .post-detail .post-photo {
   padding-top: 60px;
}

#recruit-content .post-detail .post-photo img {
   width: 100%;
   height: auto;
}

#recruit-content .post-detail .post-body {
   padding-top: 50px;
}

#recruit-content .post-detail .post-body h3 {
   font-weight: bold;
   font-size: 24px;
   line-height: 36px;
   letter-spacing: 0.05em;
   padding-bottom: 40px;
}

#recruit-content .post-detail .post-body p {
   word-break: break-all;
   padding-bottom: 20px;
}

#recruit-content .post-detail .post-body img {
   margin: 0 auto;
   display: block;
   width: auto;
   max-width: 100%;
   height: auto;
}

#recruit-content .post-detail .post-btn {
   padding-top: 80px;
}

@media (max-width: 766px) {
   #recruit-content .post-detail {
      width: 100%;
      border-bottom: 0;
      padding: 30px 0 100px;
   }

   #recruit-content .post-detail .post-ttl {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0.01em;
   }

   #recruit-content .post-detail .post-info {
      display: block;
      padding-top: 5px;
   }

   #recruit-content .post-detail .post-info dt a {
      font-size: 12px;
      line-height: 20px;
      margin-right: 0;
      padding: 0 10px;
   }

   #recruit-content .post-detail .post-info dd {
      font-size: 13px;
      line-height: 25px;
      margin-top: 10px;
      padding: 0 10px;
   }

   #recruit-content .post-detail .post-photo {
      padding-top: 20px;
   }

   #recruit-content .post-detail .post-body {
      font-size: 13px;
      line-height: 25px;
      letter-spacing: 0.05em;
      padding-top: 20px;
   }

   #recruit-content .post-detail .post-body h3 {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0.05em;
      padding-bottom: 25px;
   }

   #recruit-content .post-detail .post-body p {
      padding-bottom: 15px;
   }

   #recruit-content .post-detail .post-btn {
      padding-top: 60px;
   }
}

/* -- -- */
#footer .nav {
   display: none;
}

.f-inner {
   margin-top: 0;
}

@media (max-width: 766px) {
   #footer .nav {
      display: block;
   }

   .f-inner {
      margin-top: 0;
   }
}

/* -- -- */