@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/contact/contact_bg.png");
}

.p_contact .contact .desc {
 margin-top: -6px;
 color: #fff;
 padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
 .p_contact .contact .desc {
  margin-top: -8px;
 }
}
.p_contact .contact .desc p {
 text-align: center;
}
.p_kv .h400 {
 height: 200px;
}
@media screen and (min-width: 768px) {
 .p_kv .h400 {
  height: 400px;
 }
}
.p_contact .required-mark {
 color: red;
 font-weight: bold;
}

.p_contact .section_comment {
 color: #fff;
}

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

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

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

  padding-bottom: 38px;
 }
}

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

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

  padding-bottom: 38px;
 }
}

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

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

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

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

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

.p_contact .contact_info_phone {
 display: flex;
 flex-direction: row;
}

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

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

/* Contact Form レイアウト */

.p_contact .contact_form_wrap {
 margin: 0 0px;
}
@media screen and (min-width: 768px) {
 .p_contact .contact_form_wrap {
  margin: 0 110px;
 }
}
.p_contact .contact_form {
 padding-top: 40px;
}

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

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

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

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

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

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

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

.p_contact .contact_check {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.p_contact .contact_check {
 display: flex;
 flex-direction: column;
 align-items: center;
}

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

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

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

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

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

.p_contact .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;
}
