@charset "UTF-8";
/* ベース */
#visual {
  width: 100%;
  height: 30vh; /* 高さはお好みで調整（例：50%画面） */
  background-image: url("../../img/top/kv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

/* テキスト配置 */
#visual .visual-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#visual .visual-text {
  position: absolute;
  top: 2.3rem;
  left: 4rem;
  color: #696969;
  font-size: 2rem;
  font-weight: bold;
  /* text-shadow: 1px 1px 4px rgba(0,0,0,0.6); */
  background-color: #fff;
  padding: 0.5em 1em;
  line-height: 1.2;
  border-radius: 10px;
}

#visual .visual-text span {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  /* opacity: 0.8; */
  color: #037Fb9;
  padding: 0;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  #visual {
    height: 40vh;
  }

  #visual .visual-text {
    font-size: 1.4rem;
    bottom: 1rem;
    left: 1rem;
  }

  #visual .visual-text span {
    font-size: 0.9rem;
  }
}







#recruit_info{
}

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    width: 100%;
	padding: 2em 0 0 0;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

.recruit__part .heading02 {
    margin: 0 0 1em 0;
    font-size: 20px;
	    font-weight: bold;
    color: #2778bd;
}

.recruit__category {
    display: inline-block;
    margin: -0.4em 0.75em 0 0;
    padding: 0.3em 1em;
    background: #2778bd;
    font-weight: bold;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
}

.recruit__message {
    margin: 0 0 2em 0;
	    border-bottom: dotted 1px #ccc;
    padding: 0 0 2em 0;
}




































