/*--下層ヘッダー--*/
.l-page-head {
	width: 100%;
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #FFF;
    padding: 11% 0;
    padding-left: 6%;
    margin-bottom: 100px;
}

.l-page-head-bg {
	position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.l-page-head-bg img {
	width: 100%;
	height: 100%;
}

.l-page-head h1 {
	font-size: clamp(1.563rem, 1.320rem + 1.033vw, 2.25rem);
    font-weight: bold;
    margin: 9px 0;
}

.l-page-head p {
	font-size: 16px;
    width: 60%;
}

/*--コラム--*/
.column-tags {
	width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.column-tags {
	display:flex;
    border-bottom: 1px solid #B8B8B8;
    padding-bottom: 20px;
    gap: 24px;
}

.tag-list-title {
	font-size: 18px;
    color: #2E5E03;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    padding: 0 36px;
    border-right: 1px solid #B8B8B8;
}

.column-tag-list {
	display: flex;
    gap: 24px;
}

.column-tag-list li a {
	color: #FFF;
    background-color: #67D407;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 15px;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.column-posts {
	width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.column-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
}

.column-card {
	border: 2px solid #2E5E03;
    overflow: hidden;
}

.column-card__thumb {
	height: 15rem;
}

.column-card__thumb img {
	max-width: unset;
    width: auto;
    height: 100%;
}

.column-card__body {
	padding: 3%;
}

.column-card__title {
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.column-card__excerpt {
	font-size: 14px;
    line-height: 1.5;
}

.column-card-bottom {
	display: flex;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
}

.column-card__tag {
	color: #FFF;
    background-color: #67D407;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 15px;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.column-card__date {
	color: #2E5E03;
    font-size: 12px;
    letter-spacing: 1px;
}

/*-- Column-Single --*/
.column-single {
	width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

.column-single-title {
	font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px;
}

.column-single-title-flex {
	display: flex;
    gap: 40px;
    margin: 30px 0;
    align-items: center;
}

.column-date {
	font-size: 16px;
    letter-spacing: 2px;
    color: #3A3A3A;
}

.column-single-tags {
	color: #FFF;
    background-color: #67D407;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 15px;
    display: block;
    width: fit-content;
    white-space: nowrap;
}

.column-thumbnail {
	width: 100%;
    margin-bottom: 50px;
}

.column-thumbnail img {
	width: 100%;
}

.column-content {
	font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 100px;
}

/*-- Recruitment --*/
.guideline-sec {
	width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.rec-section-head {
	text-align: center;
    margin: 0 auto;
}

.rec-section-head p {
	font-family: var(--accent-font-family);
    font-size: 56px;
    letter-spacing: 3px;
	font-weight: bold;
    font-style: italic;
    color: #67D407;
    line-height: 1;
}

.rec-section-head h2 {
	font-size: 16px;
    letter-spacing: 3px;
    margin: 12px auto;
    font-weight: bold;
}

.recruit-category-head {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 80px;
}

.recruit-category-block h3 {
	background-color: #67D407;
    color: #FFF;
    border-radius: 6px;
    font-size: 32px;
    width: fit-content;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 12px 37px;
}

.recruit-category-head span {
	width: 80%;
    height: 1px;
    background: #2E5E03;
}

.recruit-card-grid {
  display: flex;
  gap: 2%;
  justify-content: start;
}

.recruit-card {
  position: relative;
  height: 360px;
  width: 32%;
}

.recruit-card__thumb {
	width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 260px;
}

.recruit-card__thumb img {
    width: auto;
    display: block;
    height: 100%;
    object-fit: cover;
}

.recruit-card__bottom {
	width: 90%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    padding: 24px 21px;
    background: #FFF;
}

.recruit-card__title {
	color: #4A9E00;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 18px;
}

.recruit-card__excerpt p {
	font-size: 16px;
    letter-spacing: 2px;
}

.flow-sec {
	background-color: rgba(190, 251, 137, .3);
    padding: 80px 0;
}

.flow-list {
	display: flex;
    width: 80%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    justify-content: space-between;
    gap: 6%;
}

.flow-list li {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.flow-number {
	color: #FFF;
    background-color: #67D407;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 36px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 3px;
}

.flow-list li div {
	background-color: #FFF;
    width: 200px;
    height: 200px;
    border-radius: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-list li div img {
	width: 51%;
}

.flow-list-title {
	color: #162C01;
    font-weight: bold;
    font-size: 20px;
    margin: 25px auto;
}

.flow-qa {
	background-color: #FAFAFA;
    padding: 80px 0;
}

.qa-accordion {
	width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 32px;
}

.qa-item {
	background-color: #FFF;
    border: 2px solid #67D407;
    border-radius: 4px;
    text-align: left;
    padding: 18px 24px;
    margin-bottom: 24px;
}

.qa-head {
	color: #4A9E00;
    font-size: 24px;
    font-family: 'Inter';
    font-weight: bold;
    margin-right: 20px;
}

.qa-question,
.qa-answer p {
	font-size: 16px;
    letter-spacing: 2px;
    color: #3A3A3A;
    font-weight: normal;
    font-style: normal;
    line-height: 2;
    width: 100%;
    font-family: 'Zen Kaku Gothic';
}

.qa-question,
.qa-answer {
	display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.qa-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
}

.qa-answer.open {
  max-height: 1000px; 
  opacity: 1;
  pointer-events: auto;
  border-top: 1px solid #8B8B8B;
  margin-top: 19px;
  padding-top: 20px;
}

.qa-question {
	position: relative;
    padding-right: 2rem;
}

.qa-question::before,
.qa-question::after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 24px;
  height: 3px;
  background: #4A9E00;
  transition: transform 0.3s ease;
}

.qa-question::before {
  transform: translateY(-50%);
}

.qa-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.qa-question.active::after {
  transform: translateY(-50%) rotate(0deg);
}

/*-- Recruitment-Single --*/
.recruitment-inner {
	width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(204, 252, 161, .3);
    padding: 40px 0;
    border-radius: 10px;
    margin-bottom: 80px;
}

.recruit-table {
	background: #FFF;
    margin: 0 auto;
    width: 90%;
    padding: 20px 50px;
    border-radius: 20px;
}

.recruit-row {
	display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #CBCBCB;
}

.recruit-row dt {
	color: #67D407;
    width: 20%;
    font-size: 18px;
}

.recruit-row:last-of-type {
	border-bottom: none;
}

.recruit-cta {
	display: block;
	margin: 0 auto;
    background: linear-gradient(135deg, #67D407, #07D370);
    color: #FFF;
    padding: 11px 60px;
    border-radius: 56px;
    width: fit-content;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 80px;
}

/*-- FORM --*/
.form-sec {
	width: 60%;
    max-width: 900px;
    margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  margin-top: 3px;
}

.form-grn {
	color: #07D370;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.grn-s {
	color: #000;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.wpcf7 input[type="submit"] {
  display: block;
  margin: 0 auto;
  background: linear-gradient(135deg, #67D407, #07D370);
  color: #FFF;
  padding: 11px 60px;
  border-radius: 56px;
  width: fit-content;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 80px;
  margin-bottom: 100px;
}

.wpcf7 input[type="submit"]:hover {
  opacity: .7; 
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column; 
  gap: 10px;
}

.wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.dashed {
	width: 95%;
    height: 1px;
    border-top: 1px dashed #000;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.required {
	color: red;
}



.tag-list-title {
  width: 113px;
  text-align: center;
  padding: 0;
}

.tag-list {
  width: calc(100% - 137px);
}

.column-tag-list {
  flex-wrap: wrap;
  gap: 14px 24px;
}

.recruit-category-title {
  width: 214px;
}

.recruit-category-head span {
  width: calc(100% - 240px);
}

@media all and (max-width: 1000px) {
  .column-tag-list {
    flex-wrap: wrap;
    gap: 14px;
  }
  .column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit-card-grid {
    flex-wrap: wrap;
    gap: 30px 2%;
  }
  .recruit-card {
    width: 49%;
  }
  
  .tag-list-title {
    width: 90px;
  }
  .tag-list {
    width: calc(100% - 114px);
  }

}
@media all and (max-width: 600px) {
  .column-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .recruit-card {
    width: 100%;
  }
}

.wpcf7-list-item:has(input:checked) label {
  position: relative;
}

.wpcf7-list-item:has(input:checked) label:before {
  content: '';
  position: absolute;
  top: calc(50% - .55em);
  width: 0.5em;
  height: 0.9em;
  border: none;
  border-right: 0.2em solid #000;
  border-bottom: 0.2em solid #000;
  transform: rotate(45deg) translate(50%, -30%);
  left: -.1em;
  z-index: 1
}

.form-content:has(input[value=その他資格]:checked) #other-qualification-field {
  display: block !important;
  margin-top: 10px;
}

.form-tab {
  display: flex;
  text-align: center;
  margin-bottom: 60px;
  gap: 1em;
}
.form-tab li {
  width: 50%;
}

.form-tab li label {
  display: block;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  border: solid 1px #07D370;
}

.form-tab li label:has(input:checked) {
  display: block;
  background: #07D370;
  color: #fff;
  cursor: default;
}

.form-sec .wpcf7 {
  display: none;
}

.form-sec:has(input[value=tab_new]:checked) #wpcf7-f206-o1 {
  display: block;
}

.form-sec:has(input[value=tab_mid]:checked) #wpcf7-f353-o2 {
  display: block;
}