@charset "UTF-8";
.p_kv {
 text-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
 background-color: rgba(0, 0, 0, 0.7);
 color: #fff;
 background-image: url("../../../images/page/recruit/recruit_bg2.png");
}

.p_recruit .recruit .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_recruit .recruit .desc {
  margin-top: -8px;
 }
}
.p_recruit .recruit .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}

.p_recruit .section_comment {
 color: #fff;
}

.p_recruit .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}

.p_recruit .section_comment02 {
 color: #fff;
 padding-top: 100px;
}
@media screen and (min-width: 768px) {
 .p_recruit .section_comment02 {
  color: #fff;
  padding-top: 200px;
 }
}

.p_recruit .section_title02 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .section_title02 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_recruit .section_comment03 {
 color: #000;
 padding-top: 50px;
}
@media screen and (min-width: 768px) {
 .p_recruit .section_comment03 {
  color: #000;
  padding-top: 100px;
 }
}

.p_recruit .section_title03 {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .section_title03 {
  font-size: 25px;
  font-weight: bold;

  padding-bottom: 38px;
 }
}

.p_recruit .section_main_title {
 font-size: 18px;
 line-height: 1.6;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .section_main_title {
  font-size: 25px;
  padding-bottom: 30px;
 }
}
.p_recruit .section_sub_title {
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .p_recruit .section_sub_title {
  font-size: 28px;
 }
}

.p_recruit .recruit_contents {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 padding-top: 50px;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  gap: 30px;
 }
}

.p_recruit .recruit_comment {
 display: flex;
 flex-direction: column;
 line-height: 1.6;
 width: 100%;
 gap: 25px;
 font-size: 15px;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_comment {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  width: 50%;
  gap: 25px;
  font-size: 15px;
 }
}

.p_recruit .recruit_img {
 display: flex;
 flex-direction: column;
 align-items: center;
 width: 100%;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 30px;
 }
}
.p_recruit .section_desc {
 line-height: 1.6;
}

.p_recruit .recruit_info {
 background-color: #00712f;
 border-radius: 10px;
 padding: 30px 45px;
 display: flex;
 font-size: 20px;
 flex-direction: column;
 align-items: center;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_info {
  background-color: #00712f;
  border-radius: 10px;
  padding: 30px 60px;
  display: flex;
  font-size: 24px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
 }
}

.p_recruit .recruit_info_list {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 30px;
}

.p_recruit .recruit_info_list .recruit_info_item {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 30px;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_info_list .recruit_info_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
 }
}

/* recruit Form レイアウト */

.p_recruit .recruit_form_wrap {
 margin: 0 0px;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form_wrap {
  margin: 0 110px;
 }
}
.p_recruit .recruit_form {
 padding-top: 40px;
}

.p_recruit .recruit_form dl {
 display: flex;
 margin-bottom: 30px;
 color: #fff;
 flex-direction: column;
 align-items: flex-start;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form dl {
  display: flex;
  margin-bottom: 20px;
  color: #fff;
  flex-direction: row;
  align-items: center;
 }
}

.p_recruit .recruit_form dt {
 width: 100%; /* ラベル幅 */
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 15px;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form dt {
  width: 25%; /* ラベル幅 */
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
 }
}

.p_recruit .recruit_form dd {
 width: 100%; /* 入力欄幅 */
 margin: 0;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form dd {
  width: 80%; /* 入力欄幅 */
  margin: 0;
 }
}

.p_recruit .recruit_form .dd01 {
 width: 100%; /* 入力欄幅 */
 margin: 0;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form .dd01 {
  width: 35%; /* 入力欄幅 */
  margin: 0;
 }
}

.p_recruit .recruit_form .dd02 {
 width: 100%; /* 入力欄幅 */
 margin: 0;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form .dd02 {
  width: 50%; /* 入力欄幅 */
  margin: 0;
 }
}

.p_recruit .recruit_form .dd03 {
 display: flex;
 flex-direction: column;
 gap: 15px;
 width: 100%;
 margin: 0;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form .dd03 {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 30%; /* 入力欄幅 */
  margin: 0;
 }
}
.p_recruit .recruit_form .dd04 {
 width: 100%;
 margin: 0;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form .dd04 {
  width: 15.5%;
  margin: 0;
 }
}
.p_recruit .recruit_form .note {
 display: flex;
 width: 100%;
 flex-direction: row;
 align-items: center;
}
.p_recruit .recruit_form .text a {
 text-decoration: underline;
}

.p_recruit .recruit_form .text {
 width: 100%; /* 入力欄幅 */
 line-height: 1.6;
 margin: 0;
}
@media screen and (min-width: 768px) {
 .p_recruit .recruit_form .text {
  width: 80%; /* 入力欄幅 */
  line-height: 1.6;
  margin: 0;
 }
}

.p_recruit .recruit_check {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.p_recruit .recruit_check {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.p_recruit .recruit_form input,
.p_recruit .recruit_form textarea {
 width: 100%;
 padding: 10px;
 border: 1px solid #555;
 border-radius: 5px;
 background-color: #fff;
 color: #000;
}

.p_recruit .recruit_form input,
.p_recruit .recruit_form textarea {
 width: 100%;
 padding: 10px;
 border: 1px solid #555;
 border-radius: 5px;
 background-color: #fff;
 color: #000;
}

.p_recruit .recruit_form textarea {
 height: 120px; /* テキストエリアの高さ */
}

.p_recruit .recruit_form .form_notice {
 color: #ccc;
 font-size: 14px;
 margin-bottom: 15px;
 line-height: 1.6;
}
.p_recruit .recruit_form .form_notice a {
 text-decoration: underline;
}

.p_recruit .btn_list {
 text-align: center;
 margin-top: 20px;
}

.p_recruit .btn_list input[type="submit"] {
 text-align: center;
 background-color: #0f5400;
 color: #fff;
 border: none;
 padding: 20px 20px;
 font-size: 16px;
 border-radius: 5px;
 cursor: pointer;
 transition: background-color 0.3s ease;
}

.btn_list input[type="submit"]:hover {
 background-color: #094000;
}
