@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
html, body, a, p, ul, li, h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
  margin: 0;
  padding: 0;
}

.container * {
  box-sizing: border-box;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-weight: 700;
  letter-spacing: -0.02em;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

li {
  list-style-type: none;
}

html {}

body {
  position: relative;
}

.nav-tab-fix{
    display: none !important;
}

#breadcrumb{
   display: none !important;
}

body.menu-on {
  overflow: hidden;
}

a {
  text-decoration: none;
}
#header_21{
    display: none !important;
}
.container {
  min-width: 1200px;
}

.container header {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  align-items: center;
  padding: 220px 50px 20px;
  transition-duration: 0.5s;
  background: rgba(255, 255, 255, 1);
  padding-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.container header.active {
  position: fixed;
  top: 0px;
  background: rgba(255, 255, 255, .9);
  padding-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.container header.m_fixed {
  position: fixed;
  top: 0;
}

.container header h1 {
  color: #666;
  font-style: italic;
  font-size: 30px;
}

.container header nav .nav-inner {
  display: flex;
  align-items: center;
}

.container header nav .nav-inner>li {
  position: relative;
}

.container header nav .nav-inner>li:not(:last-child) {
  margin-right: 40px;
}

.container header nav .nav-inner>li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: -23px;
  width: 6px;
  height: 6px;
  background: #50c183;
  border-radius: 10px;
}

.container header.active nav .nav-inner>li:not(:last-child):after {
  background: #999;
}

.container header nav .nav-inner>li>a {
  color: #666;
  font-size: 18px;
}

.container header nav .nav-inner li ul {
  background: #fff;
  position: absolute;
  top: 100%;
  padding: 15px 25px 10px;
  width: 16em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.container header nav .nav-inner li:hover ul {
  visibility: inherit;
  opacity: 1;
  transition-duration: 0.4s;
}

.container header nav .nav-inner ul li {
  text-align: center;
  margin-bottom: 15px;
}

.container header nav .nav-inner ul li a {
  color: #666;
}

.close-btn {
  display: block;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  background: url(../img/close-btn.png);
  background-size: 100% 100%;
}

nav .close-btn {
  display: none;
}

.contents {
  background: #eee;
  padding: 75px 0 100px;
}

h3 {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  color: #000;
  margin-bottom: 100px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

h3 span {
  display: inline-block;
  font-weight: 900;
  position: relative;
}

h3 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1.5em;
  height: 100%;
  border-bottom: dotted 7px;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 50px;
    text-align: left;
    margin-left: 5%;
    position: relative;
  }
  h3 span:after {
    width: 2em;
    border-bottom: dotted 6px;
    left: 0;
    transform: translate(0%, 0%);
  }
}

.contents-inner {
  width: 1080px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  border-radius: 10px;
  padding: 75px 50px;
}

.contents-inner p {
  font-size: 18px;
  text-align: justify;
}

.living .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}

.living .flex.right {
  flex-direction: row-reverse;
}
.living .flex:last-child{
    margin-bottom: 0;
}
.living .flex p {
  width: calc(50% - 50px);
}

.living .flex figure {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.living strong {
  font-size: 28px;
  text-align: center;
  display: block;
  margin-bottom: 75px;
}

.example {
  width: 300px;
  margin: 25px auto 0;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
  background: #50c082;
  color: #fff;
}

.example h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.example span {
  opacity: 0.5;
}

.contents-inner p.mission-intro {
  text-align: center;
  margin-bottom: 50px;
}

.mission ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.mission ul {
  margin-bottom: 50px;
}

.mission ul li {
  text-align: center;
  font-size: 16px;
  border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 25px 35px;
}

.mission ul li h4 {
  text-align: center;
  font-size: 24px;
  color: #50c082;
  margin-bottom: 10px;
}

.mission li figure {
  border-radius: 10px;
  overflow: hidden;
    margin-bottom: 15px;
}

.mission .flex .mission-txt {
  width: calc(60% - 50px);
  font-size: 18px;
}
.message figure{
    width: 70%;
    margin: 0 auto 0;
    border-radius: 10px;
    overflow: hidden;
}

.message .profile{
    width: 350px;
    margin: -68.5px auto 50px;
    text-align:center;
     border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    line-height: 1.4;
    padding: 15px 25px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.message .profile strong{
    display: block;
    margin-bottom: 10px;
    font-size: 21px;
    color: #50c082;
}

.message .profile small{
    font-size: 12px;
    line-height: 1.5;
    display: block;
    background: #eee;
    padding: 15px;
    border-radius: 10px;
}
.message-box:first-child{
    margin-bottom: 75px;
    padding-bottom: 75px;
    border-bottom: solid 2px #eee;
}
.message h4{
    text-align:center;
    font-size: 28px;
    margin-bottom: 50px;
}

.message li{
      border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 35px 50px 50px;
    margin-bottom: 50px;
    text-align: justify;
}

.message li h5{
    text-align:center;
    font-size: 24px;
    margin-bottom: 25px;
    color: #50c082;
    line-height: 1;
}

.message li small{
    display: block;
    margin-top: 0.75em;
    font-size: 11px;
}
.cost figure {
  width: 80%;
  margin: 0 auto;
}

.cost-example {
  border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  padding: 35px 50px 50px;
  border-radius: 10px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.cost h4 {
  text-align: center;
  color: #50c082;
  font-size: 24px;
  margin-bottom: 25px;
}
.cost h4 span{
    font-size: 14px;
    display: block;
    color: #212121;
}
.cost ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.cost li {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #eee;
  height: 150px;
  border-radius: 10px;
}

.workshop ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.workshop li {
  border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  padding: 25px;
  font-size: 16px;
  text-align: justify;
  border-radius: 10px;
}

.workshop li h4 {
  text-align: center;
  color: #50c082;
  font-size: 21px;
  margin-bottom: 15px;
}

.workshop .illust {
  width: 70%;
  margin: 0 auto 0px;
}

.workshop h5 {
  text-align: center;
  font-size: 28px;
}

.network figure {
  border-radius: 10px;
  overflow: hidden;
}

.network-top-img {
  width: 70%;
  margin: 0 auto 25px;
}

.contents-inner p.network-intro{
    text-align:center;
}
.network ul {
  margin-top: 50px;
}

.network li {
  border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  padding: 35px 50px 50px;
  margin-bottom: 50px;
  font-size: 18px;
  border-radius: 10px;
}

.network li:last-child {
  margin-bottom: 0;
}

.network li .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.network li:nth-child(2) .flex figure {
  width: 45%;
  margin: 0 12.5px;
}

.network li:nth-child(2) p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.network li:nth-child(2) p span {
  margin: 0 0.5em;
}

.network li:nth-child(3) p {
  font-size: 16px;
}

.network li:nth-child(3) figure {
  width: 60%;
  margin: 50px auto 0;
}

.support p span:before {
  content: "〇";
  color: #50c082;
  padding-right: 0.2em;
}

.network li h4 {
  font-size: 24px;
  text-align: center;
  color: #50c082;
  margin-bottom: 25px;
}
.network-link{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    color: #50c082;
}

.network-link a{
    display: block;
    width: 250px;
    margin: 15px auto 0 ;
}
.situation li {
  display: flex;
  align-items: center;
  border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  padding: 35px 50px 50px 25px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.situation li figure {
  width: 30%;
  flex-shrink: 0;
}

.situation li figure figcaption {
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
}

.situation li h4 {
  color: #50c082;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.situation li:last-child {
  display: block;
  padding: 35px 50px 50px 50px;
  margin-bottom: 0;
}

.situation li:last-child h4 {
  text-align: center;
}

#header_21 #nav .nav2{
    display: none;
}
@media screen and (max-width: 768px) {
    #header_21 #nav .nav2{
        display: flex;
    }
  .contents {
    background: #eee;
    padding: 50px 0 75px;
  }
  .contents-inner {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 50px 5%;
  }
  .contents-inner p {
    font-size: 14px;
    text-align: justify;
  }
  .living .flex {
    display: block;
    margin-bottom: 35px;
  }
  .living .flex p {
    width: 100%;
  }
  .living .flex figure {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .living strong {
    font-size: 17px;
    text-align: center;
    display: block;
    margin-bottom: 35px;
  }
  .example {
    width: 220px;
    margin: 25px auto 0;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    background: #50c082;
    color: #fff;
    font-size: 12px;
  }
  .contents-inner p.mission-intro {
    text-align: justify;
    margin-bottom: 35px;
  }
  .mission ul {
    display: block;
  }
  .mission ul {
    margin-bottom: 35px;
  }
  .mission ul li {
    text-align: center;
    font-size: 11.3px;
    border: solid 1px #e9e9e9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 4% 25px;
    margin-bottom: 25px;
  }
  .mission ul li h4 {
    text-align: center;
    font-size: 18px;
    color: #50c082;
    margin-bottom: 5px;
  }
  .mission li figure {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .mission .flex .mission-txt {
    width: calc(60% - 50px);
    font-size: 18px;
  }
    .message figure{
    width: 100%;
    margin: 0 auto 0;
    border-radius: 10px;
    overflow: hidden;
}

.message .profile{
    max-width: 250px;
    width: 90%;
    margin: -25px auto 25px;
    text-align:center;
     border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.message .profile strong{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #50c082;
}

.message .profile small{
    font-size: 10px;
    line-height: 1.5;
    display: block;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
}
.message-box:first-child{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 2px #eee;
}
.message h4{
    text-align:center;
    font-size: 18px;
    margin-bottom: 25px;
}

.message li{
    padding: 25px 5% 35px;
    margin-bottom: 25px;
    font-size: 14px;
}

.message li h5{
    text-align:center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #50c082;
    line-height: 1.4;
}

.message li small{
    font-size: 10px;
}
  .cost figure {
    width: 100%;
    margin: 0 auto;
  }
  .cost-example {
    border: solid 1px #e9e9e9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    padding: 15px 5% 35px;
    border-radius: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .cost h4 {
    text-align: center;
    color: #50c082;
    font-size: 18px;
    margin-bottom: 15px;
  }
    .cost h4 span{
        font-size: 10px;
        line-height: 1.4;
    }
  .cost ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .cost li {
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #eee;
    height: 100px;
    border-radius: 10px;
  }
  .workshop ul {
    display: block;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .workshop li {
    border: solid 1px #e9e9e9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    padding: 15px 5% 25px;
    font-size: 12px;
    text-align: justify;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .workshop li h4 {
    text-align: center;
    color: #50c082;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .workshop .illust {
    width: 100%;
    margin: 0 auto 0px;
  }
  .workshop h5 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 15px;
  }
  .network figure {
    border-radius: 10px;
    overflow: hidden;
  }
  .network-top-img {
    width: 100%;
    margin: 0 auto 25px;
  }
    .contents-inner p.network-intro{
        text-align: justify;
    }
  .network ul {
    margin-top: 25px;
  }
  .network li {
    border: solid 1px #e9e9e9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    padding: 25px 5% 35px;
    margin-bottom: 25px;
    border-radius: 10px;
  }
  .network li:last-child {
    margin-bottom: 0;
  }
  .network li .flex {
    display: block;
    margin-top: 35px;
  }
  .network li:nth-child(2) .flex figure {
    width: 100%;
    margin: 25px auto 0;
  }
  .network li:nth-child(2) p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .network li:nth-child(2) p span {
    margin: 0 0.5em;
  }
  .network li:nth-child(3) p {
    font-size: 12px;
  }
  .network li:nth-child(3) figure {
    width: 100%;
    margin: 25px auto 0;
  }
  .support p span:before {
    content: "〇";
    color: #50c082;
    padding-right: 0.2em;
  }
  .network li h4 {
    font-size: 18px;
    text-align: center;
    color: #50c082;
    margin-bottom: 15px;
    line-height: 1.4;
  }
    .network-link{
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    color: #50c082;
}

.network-link a{
    display: block;
    width: 180px;
    margin: 10px auto 0 ;
}
  .situation li {
    display: block;
    padding: 25px 5% 35px;
    margin-bottom: 25px;
    border-radius: 10px;
  }
  .situation li:last-child {
    padding: 25px 5% 35px;
    margin-bottom: 0;
  }
  .situation li figure {
    width: 80%;
    flex-shrink: 0;
    margin: 0 auto 25px;
  }
  .situation li figure figcaption {
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 10px;
  }
  .situation li h4 {
    color: #50c082;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
  }
  .situation h5 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.recruit-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.recruit-cat li p {
  text-align: center;
  color: #666;
  margin-bottom: 5px;
}

.recruit-cat .select-wrap {
  width: 200px;
  border-radius: 150px;
  overflow: hidden;
  background: #fff;
  margin: 0 12.5px;
  position: relative;
}

.recruit-cat .select-wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
  pointer-events: none;
  z-index: 10;
}

.recruit-cat li select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  padding-left: 1.2em;
  padding-right: 30px;
  color: #666;
  font-size: 16px;
}

.recruit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 50px;
}

.recruit-list a {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  transition-duration: 0.2s;
}

.recruit-list a:hover {
  transform: translateY(-10px);
}

.recruit-list a:hover {
  color: #333;
}

.recruit-list a figure {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff;
}

.recruit-list a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
}

.recruit-list a h4 {
  font-size: 15px;
  line-height: 1.4;
  padding: 0 25px 25px;
}

.recruit-list a ul {
  padding: 15px 25px 0;
  color: #666;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}

.recruit-list a ul li {
  line-height: 1.4;
  font-size: 13px;
  color: #50c082;
}

.recruit-list a ul li:first-child {
  border-right: solid 2px rgba(80, 192, 130, 0.3);
  margin-right: 0.7em;
  padding-right: 0.7em;
}

.recruit-detail {
  background: #fff;
  width: 1080px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 75px;
}

.recruit-detail figure {
  width: 100%;
  aspect-ratio: 5 / 2;
  overflow: hidden;
  margin-bottom: 50px;
}

.recruit-detail figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recruit-detail-head {
  padding: 0 50px;
}

.recruit-detail-head ul {
  color: #666;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}

.recruit-detail-head ul li {
  line-height: 1.4;
  font-size: 16px;
  color: #50c082;
}

.recruit-detail-head ul li:first-child {
  border-right: solid 2px rgba(80, 192, 130, 0.3);
  margin-right: 0.7em;
  padding-right: 0.7em;
}

.recruit-detail-head h4 {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 50px;
}

.recruit-info {
  padding: 0 50px;
}

.recruit-info li {
  padding: 35px;
  border: solid 1px #e9e9e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.recruit-info li:last-child {
  margin-bottom: 0;
}

.recruit-info li:last-child span {
  display: block;
}

.recruit-info li:last-child span.tel, .recruit-info li:last-child span.fax {
  display: inline-block;
  margin-right: 1em;
}

.recruit-info li h5 {
  font-size: 21px;
  margin-bottom: 10px;
  flex-shrink: 0;
  width: 9em;
  color: #50c082;
  line-height: 1.4;
}

.recruit-info li p {
  font-size: 17px;
}

.recruit-info li p a {
  color: #50c082;
}

a.contact-btn {
  width: 400px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #50c082;
  border-radius: 100px;
  font-size: 21px;
  margin: 50px auto 0;
  color: #fff;
}

.page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #fff;
  font-size: 16px;
  margin: 0px 2.5px 0;
}

a.page-numbers:hover {
  background: #50c082;
  color: #fff;
}

.page-numbers.current {
  background: #50c082;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recruit-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .recruit-cat li p {
    text-align: center;
    color: #666;
    margin-bottom: 5px;
  }
  .recruit-cat .select-wrap {
    width: 140px;
    border-radius: 150px;
    overflow: hidden;
    background: #fff;
    margin: 0 5px;
    position: relative;
  }
  .recruit-cat .select-wrap::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ccc;
    pointer-events: none;
    z-index: 10;
  }
  .recruit-cat li select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    height: 40px;
    padding-left: 1.2em;
    padding-right: 30px;
    color: #666;
    font-size: 11px;
  }
  .recruit-list {
    display: block;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto 50px;
  }
  .recruit-list a {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    transition-duration: 0.2s;
    margin-bottom: 25px;
  }
  .recruit-detail {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .recruit-detail figure {
    width: 100%;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    margin-bottom: 35px;
  }
  .recruit-detail figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .recruit-detail-head {
    padding: 0 5%;
  }
  .recruit-detail-head ul {
    color: #666;
    display: flex;
    line-height: 1;
    margin-bottom: 10px;
  }
  .recruit-detail-head ul li {
    line-height: 1.4;
    font-size: 12px;
    color: #50c082;
  }
  .recruit-detail-head h4 {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 35px;
  }
  .recruit-info {
    padding: 0 5%;
  }
  .recruit-info li {
    padding: 25px 5% 35px;
    border: solid 1px #e9e9e9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    display: block;
    margin-bottom: 25px;
  }
  .recruit-info li h5 {
    font-size: 16px;
    margin-bottom: 15px;
    flex-shrink: 0;
    width: 100%;
    color: #50c082;
    line-height: 1;
    text-align: center;
  }
  .recruit-info li p {
    font-size: 14px;
  }
  .recruit-info li p span {
    display: inline-block;
  }
  .recruit-info li p a {
    color: #50c082;
  }
  a.contact-btn {
    width: 400px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #50c082;
    border-radius: 100px;
    font-size: 21px;
    margin: 50px auto 0;
    color: #fff;
  }
  .page-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 23px;
    background: #fff;
    font-size: 14px;
    margin: 0px 2.5px 0;
  }
}

footer {
  background: #fff;
  padding: 100px 0;
}

footer figure {
  width: 350px;
  margin: 0 auto 25px;
}

footer .sns {
  display: flex;
  justify-content: center;
}

footer .sns a {
  width: 40px;
  margin: 0 10px;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .close-btn {
    width: 30px;
    height: 30px;
    right: 5%;
    top: 20px;
  }
  nav .close-btn {
    display: block;
    z-index: 99999;
  }
  #breadcrumb {
    display: none;
  }
  .container {
    min-width: 0;
  }
  .scrollify {
    min-height: 0;
  }
  .container header {
    -webkit-position: sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    height: 50px;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    align-items: center;
    padding: 0px 2.5% 0;
  }
  .container header.active {
    padding-top: 0;
    height: 50px;
  }
  .container header.menu-on {
    z-index: 999999;
  }
  .container header h1 {
    font-style: italic;
    font-size: 18px;
  }
  .container header nav {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 2;
    height: 100%;
    width: 100%;
    display: none;
  }
  .container header.menu-on nav {
    display: block;
    z-index: 9999;
  }
  .container header.active h1 {
    font-size: 18px;
  }
  .container header .nav-btn {
    width: 30px;
    height: 15px;
    position: relative;
  }
  .container header .nav-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .container header .nav-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .container header.active .nav-btn:before, .container header.active .nav-btn:after {
    background: #999;
  }
  .container header nav .nav-inner {
    display: block;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    overflow-y: scroll;
    height: 100vh;
  }
  .container header nav .nav-inner>li {
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 5%;
  }
  .container header nav .nav-inner>li:not(:last-child) {
    margin-right: 0;
  }
  .container header nav .nav-inner>li>a {
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7);
  }
  .container header.active nav .nav-inner>li>a {
    color: #fff !important;
  }
  .container header nav .nav-inner li ul {
    background: none;
    position: static;
    top: 0%;
    padding: 0;
    width: 100%;
    left: 0%;
    transform: translateX(0%);
    border-radius: 15px;
    visibility: inherit;
    opacity: 1;
    transition-duration: 0.4s;
    margin-top: 10px;
    padding-left: 25px;
  }
  .container header nav .nav-inner ul li {
    text-align: left;
    margin-bottom: 15px;
  }
  .container header nav .nav-inner>li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 24px);
    right: auto;
    left: 5%;
    width: 25px;
    height: 2px;
    background: #fff !important;
    border-radius: 10px;
    opacity: 0.5;
  }
  .container header nav .nav-inner ul li a {
    color: #fff;
    font-size: 14px;
  }
  footer {
    background: #fff;
    padding: 50px 0;
  }
  footer figure {
    width: 200px;
    margin: 0 auto 20px;
  }
  footer .sns a {
    width: 30px;
    margin: 0 7px;
  }
}