/* リセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

/* input[type='checkbox'],
input[type='radio'] {
  display: none;
} */

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

img {
  line-height: 0;
}

h2 {
  text-align: center;
}



/* 220727 */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

article {
  background-color: #f5f4f2;
  
}

.wrapper {
  max-width: 900px;
  /* width: 100%; */
  margin: auto;
  padding: 140px 0 100px;
}

.inner {
  margin: 0 10px;
}

.wrapper h1 {
  text-align: center;
  font-size: 2em;
  /* margin-bottom: 120px; */
}

.contents_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 40px;
}

.shadow {
  box-shadow: 8px 20px 10px 0 rgb(51, 51, 51, 15%);
}

@media screen and (max-width:767px) {
  img {
    width: 100%;
  }

  .wrapper {
    padding: 70px 0 50px;
  }

  .wrapper h1 {
    font-size: 1.5em;
  }

  .contents_box {
    padding: 30px 20px;
  }

  .pc_br {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .sp_br {
    display: none;
  }
}

/* 注意事項 */
#notes_ja {
  margin-top: 120px;
}

.flex {
  display: flex;
}

.notes_title {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}

.notes_title h2 {
  font-size: 1.5em;
  color: #d75050;
}

.btn_area p {
  font-size: 0.875em;
}

.btn_area .flex_btn {
  max-width: 90px;
  width: 9vw;
  box-sizing: border-box;
  background-color: #f5f4f2;
  color: #666;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
  padding: 4% 10px;
}

.btn_area .flex_btn:last-child {
  margin-right: 0;
}

.btn_area .flex_btn:hover {
  background-color: #8c8260;
  color: #fff;
}

.notes_text {
  margin-top: 20px;
  font-size: 0.875em;
  line-height: 1.5;
  display: none;
}

.btn_area .flex_btn.is-active {
  background-color: #8c8260;
  color: #fff;
}

.flex_item h2 {
  display: none;
}

.flex_item h2.is-show {
  display: block;
}

.notes_text.is-show {
  display: block;
}

.notes_text li {

  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}

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

.notes_text li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  margin: 0 8px 2px 0;
}

.notes_text p {
  margin: 20px 0;
}

@media screen and (max-width:767px) {
  #notes_ja {
    margin-top: 60px;
  } 

  .flex.btn_area {
    flex-direction: column;
  }

  .btn_area .flex_btn {
    max-width: 150px;
    width: 30vw;
    margin-bottom: 10px;
  }

  .notes_title h2 {
    font-size: 1.25em;
  }

}

/* 応募フォーム */
#form, #confirmation, #completion {
  margin-top: 130px;
}

#form .contents_box,
#confirmation .contents_box,
#completion .contents_box {
  padding: 0;
  height: 100%;
  overflow: hidden;
  margin: auto;
}

#form h2,
#confirmation h2,
#completion .contents_box h2 {
  background-color: #8c8260;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  padding: 25px 10px;

}

.form_wrapper {
  max-width: 730px;
  /* width: 100%; */
  margin: auto;
  padding: 80px 10px 100px;
}

.form_item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.form_item:last-child {
  margin-bottom: 0;
}

.column {
  margin-right: 20px;
}

#form .form_label,
#confirmation .form_label {
  font-weight: bold;
}

#form .mandatory {
  max-width: 44px;
  background-color: #d75050;
  color: #fff;
  font-size: 0.75em;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2px 10px;
  margin-top: 8px;
}

.input_box {
  width: 66.6%;
	min-width: 66.6%;
  justify-content: space-between;
}

input,
textarea {
  width: 100%;
  background-color: #e4e4e4;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding: 10px;
}

textarea {
  height: 8vw;
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #45c9b0;
}

.input_field {
  display: block;
  width: 100%;
  font-size: 0.875em;
  color: #989898;
}

.label_text {
  display: block;
  margin-top: 8px;
}

.field2 {
  max-width: 232px;
}

input[type='radio'] {
  width: 20%;
  opacity: 0;
  appearance: none;
  position: absolute;
}

.radio_text {
  display: block;
  position: relative;
  padding-left: 30px;
}

.radio_text::before {
  content: "";
  display: inline-block;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}

.radio_text::after {
  content: "";
  display: inline-block;
  background-color: #45c9b0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 5.2px;
  opacity: 0;
  transition: all 0.3s;
}

.input_label input:checked+span::before {
  background-color: #fff;
  border: 1px solid #45c9b0;
}

.input_label input:checked+span::after {
  opacity: 1;
}

select {
  color: #666;
  width: 100%;
  background-color: #e4e4e4;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding: 10px;
}

select:focus {
  background-color: #fff;
  border: 1px solid #45c9b0;
}

.field3 {
  max-width: 145px;
}

@media screen and (max-width:767px) {
  #form, #confirmation, #completion {
    margin-top: 75px;
  }

  .form_wrapper {
    padding: 20px 10px 50px;
  }

  .form_item {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .input_box {
    width: 100%;
  }

  .field2 {
    max-width: 222px;
    margin-right: 10px;
  }
  
  .field2:last-child {
    margin-right: 0;
  }

  .field3 {
    margin-right: 10px;
  }

  .field3:last-child {
    margin-right: 0;
  }

  .flex_item {
    margin-top: 15px;
  }

  .before_info {
    margin-bottom: 25px;
  }

  #form h2, #confirmation h2, #completion .contents_box h2 {
    font-size: 1.25em;
    padding: 15px 10px;
  }

  textarea {
    height: 25vw;
  }
}

/* アップロード */
input[type="file"] {
  display: none;
}

.file {
  /* display: block; */
  width: 100%;
  height: 8vw;
  min-height: 110px;
  background-color: #e4e4e4;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
}

.file .flex {
  flex-direction: column;
  justify-content: center;
}

.file img {
  width: 30px;
  height: auto;
  display: block;
  margin: 5px auto 0;
  pointer-events: none; 
}

.file p {
  text-align: center;
  margin-top: 10px;
  pointer-events: none; 
}

.up_list {
  color: #8c8260;
}

.up_list li {
  margin-bottom: 8px;
}

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

.up_list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #8c8260;
  margin: 0 7px 3px 0;
}

.privacy {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.privacy::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/exclamation.png);
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;

}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox']+.checkbox {
  position: relative;
  padding-left: 25px;
  color: #666;
}

input[type='checkbox'] + .checkbox::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #e4e4e4;
  position: absolute;
  top: -1px;
  left: 0;
}

input[type='checkbox']:checked +.checkbox::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #45c9b0;
  position: absolute;
  top: 0;
  left: 0;
}

input[type='checkbox']:checked +.checkbox::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  transform: rotate(-45deg);
}


input[type='submit'] {
  display: block;
  margin: auto;
  max-width: 170px;
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  padding: 15px 10px;
  font-weight: bold;
}

input[type='submit']:hover {
  background-color: #8c8260;
  color: #fff;
  border: 1px solid #8c8260;
}

input[type='submit']:focus {
  border: 1px solid #8c8260;
}

.return input[type='submit'] {
  background: #fff;
  border: 1px solid #8c8260;
  border-radius: 5px;
  color: #8c8260;
}

.return input[type='submit']:hover {
  background-color: #8c8260;
  color: #fff;
}

.btn_box {
  margin-top: 50px;
}

.explanation {
  color: #989898;
  font-size: 0.875em;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.25;
}

/* 確認画面 */
#confirmation table {
  width: 100%;
}

#confirmation tr {
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
}

#confirmation th {
  padding: 15px 40px 15px 0;
  width: 25%;
  vertical-align: top;
}

#confirmation td {
  padding: 15px 0 15px 40px;
  line-height: 1.75;
}

.return {
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {
  #confirmation th {
    padding: 10px 20px 10px 0;
    width: 40%;
  }

  #confirmation td {
    padding: 10px 0 10px 20px;
  }
}

/* 応募前に必ずご確認ください */
#about {
  margin-top: 120px;
}

#about .btn_area .flex_item {
  padding: 6% 10px;
}

#about h2 {
  display: block;
}

#about h3, #privacypolicy h3 {
  font-size: 18px;
  border-left: 3px solid #8c8260;
  padding-left: 15px;
  margin-bottom: 15px;
}

#about .notes {
  margin-top: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}

#about .notes_text li {
  margin-bottom: 10px;
}

#about .notes_text li:last-child {
  margin-bottom: 0;
}

#about .last_item {
  border-bottom: none;
}

@media screen and (max-width:767px) {
  #about {
    margin-top: 60px;
  }
}

/* 完了画面 */
.completion_content {
  text-align: center;
}

.icon_img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 15px;
}

.icon_img img {
  width: 100%;
}

#completion h3 {
  font-size: 1.25em;
  margin-bottom: 40px;
}

#completion p {
  color: #666;
}

@media screen and (max-width:767px) {
  #completion p {
    text-align: left;
  }
}

/* エラー */
.error_text {
  margin-top: 8px;
  color: #d75050;
}

.error {
  background-color: #fff5f8;
  border: 1px solid #eda9a9;
}

/* セレクト */
.arrow_box {
  color: #666;
  position: relative;
}

.arrow_box::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
  position: absolute;
  top: 40%;
  right: 10px; 
}

/* ph01　削除 */
.del_btn {
  display: inline-block;
  color: #8c8260;
  border:1px solid #8c8260;
  border-radius: 5px;
  padding: 5px 15px;
}

.del_btn:hover {
  background-color: #8c8260;
  color: #fff;
}

.postDataAreaWrap {
  margin-top: 8px;
}

.delFile {
  margin-top: 8px;
}

/* info */
.before_info {
  display: flex;
  align-items: center;
  max-width: 250px;
  background-color: #d75050;
  color: #fff;
  border: 1px solid #d75050;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 15px;
  font-weight: bold;
}

.before_info::before {
  content: "";
  display: inline-block;
  background: url(/common/images/info.png);
  width: 30px;
  height: 30px;
  margin-right: 7px;
} 

.before_info:hover {
  background-color: #fff;
  color: #d75050;
}

.before_info p {
  display: inline;
}

#privacypolicy {
  margin-top: 120px;
}

#privacypolicy h3 {
  margin-top: 15px;
}

@media screen and (max-width:767px) {
  #privacypolicy {
    margin-top: 60px;
  }
}

#copyright {
  font-family: "zen-old-mincho",serif;
  font-size: 0.875em;
  text-align: center;
  background-color: #8c8260;
  color: #fff;
  padding: 10px 0;
}

#about .red {
  color: #d75050;
}

#about .indent_wrap .notes{
  margin-left: 20px;
}


/* 
	240722
	gender_form, tel_form
 */
.input_box.gender_form {
	flex-wrap: wrap;
}

.input_box.gender_form .error_text,
.input_box.tel_form .error_text {
	font-size: 14px;
}

/* .input_box.gender_form .input_field:nth-child(3),
.input_box.gender_form .input_field:nth-child(4) */
.input_box.gender_form .input_field {
	margin-top: 1em;
}

.input_box.gender_form .input_field:nth-child(1),
.input_box.gender_form .input_field:nth-child(2) {
	margin-top: 0;
}

.input_box.gender_form .flex ,
.input_box.tel_form .flex {
	justify-content: space-between;
}
.input_box.gender_form .flex {
	flex-wrap: wrap;
}


@media screen and (max-width: 767px) {
	.input_box.gender_form .input_field:nth-child(2) {
		margin-top: 1em;
	}
	/* .input_box.tel_form {
display: block;
	} */



	/* .input_box.tel_form .field3 + .field3 {
margin-top: 10px;
	} */
}


/* 240724 ロゴサイズ調整*/
#logo {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

#logo img {
	width: 100%;
}
