@charset "utf-8";
/* CSS Document */
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: url("../../img/common/sub-main-bg.png");
	background-position: top 60px right 5%;
	background-repeat: no-repeat;
	background-size:auto;
	padding-top: 60px;
	padding-left: 5%;
}
.sub-main-ttl{
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 115px;
	color: #8bc300;
	line-height: 1.1;
}
.sub-main-ttl-ja{
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #8bc300;
	margin-top: 0;
}
.sub-main p{
	width: 40%;
	margin-top: 20px;
	padding-bottom: 80px;
}
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 5%;
	background-color: #fefbf4; 
	padding-top: 20px;
}
.breadcrumbs-in{
	display: flex;
	font-size: 12px;
	color: #888;
	margin: 0 auto;
}
.breadcrumbs-in li span{
	padding-right: 5px;
}
.breadcrumbs-in li:after{
	content: " >";
}
.breadcrumbs-in li{
	margin-right: 14px;
}
li.bcl-last:after{
	content: none;
}
/* キャッチコピー▼ */
.common-copy{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;
	padding-bottom: 150px;

}
.common-copy-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background: #8bc300;
	text-align: center;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	border-radius: 10px;
}
.copy-title{
	font-size: 50px;
	/* padding-top: 40px; */
	margin: 0;
	font-weight: 700;

}
.copy01{
	font-size: 24px;
	padding-top: 40px;
}
.copy02{
	font-size: 34px;
	margin-top: 30px;
}
.copy-btn{
	height: 70px;
	color: #8bc300;
	background: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 70px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 70px;
	margin: 0 auto;
	margin-top: 40px;
}
.copy-btn{
	 display: inline-block;
	 transition: transform 0.3s ease; 
}
.copy-btn:hover{
	transform: scale(1.1);
}

.privacy-box {
	margin-top: 30px;
	/* padding: 15px 20px; */
	/* background: #f8f8f8;
	border: 1px solid #ccc; */
  }
  
  .privacy-caption {
	font-size: 16px;
	margin: 0 0 30px;
	color: #333;
	line-height: 1.6;
  }
  
  .privacy-iframe-wrapper {
	resize: vertical;
	overflow: auto;
	width: 100%;
	height: 160px;
	border: 1px solid #ddd;
  }
  
  .privacy-iframe {
	width: 100%;
	height: 100%;
	border: none;
  }
  

/* エントリーフォーム▼ */
.entry-section{

	width: 100%;
    height: auto;
    background: #fefbf4;
    padding-top: 130px;
	/* padding-left: 5%; */
}
.entry{
	/* margin-top: -50px; */
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-bottom: 200px;
}
.entry-in, .privacy-box{
	width: 520px;
	height: auto;
	margin: 0 auto;
}
.entry-group{
	margin-top: 40px;
}

.entry-ttl{
	font-size: 22px;
}
.entry-ttl::after{
	content: "必須"; 
    width: 63px; 
    height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
    background-color: #8bc300; 
	padding: 0px 15px;
    margin-left: 20px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.entry-ttl.optional::after {
    content: none;
}
.entry-cont{
	display: flex;
	margin-top: 20px;
}
.entry-right{
	margin-left: 25px;
}
.entry-text{
	margin-top: 20px;
}

.entry-file-cover{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.alert-area {
	width: 520px;
    height: auto;
    margin: 0 auto 25px;

	/* margin-bottom: 25px; */
    line-height: 1.5;
    padding: 10px;
    border-radius: 2px;
    background-color: #fef3f3;
    color: #c01818;
}
.alert-area .alert-title {
    text-align: center;
    font-weight: bold;
	margin: 0;
}
.error-message {
	color: red;
	font-size: 14px;
	margin-top: 5px;
}
input{
	border: 1px solid #3e3e3e;
	padding: 15px;
	border-radius: 10px;
	background: #fff;
}
input[type="radio"] {
	margin-right: 10px;
	cursor: pointer;
	vertical-align: middle;
}
input[type="text"] {
	 transition: border-color 0.3s ease;
	outline: none;
	box-shadow: none;
	background: #fff;
        }
input[type="text"]:focus{
	border: 2px solid #8bc300;
	outline: none;
	box-shadow: none;
}
label {
	display: inline-block;
}
select{
	width: 509px;
	height: 56px;
	margin-top: 20px;
	padding: 15px;
	border-radius: 10px;
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	background-image: url("../../img/recruit/entry/select-btn.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
	transition: border-color 0.3s ease;
	outline: none;
	box-shadow: none;
}
select:focus{
	border: 2px solid #8bc300;
	outline: none;
	box-shadow: none;
}
option{
	border: 1px solid #3e3e3e;
	padding: 15px;
	border-radius: 10px;
}
.form-textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
     border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical; 
    box-sizing: border-box;
	transition: border-color 0.3s ease;
	outline: none;
	box-shadow: none;
	background: #fff;
}
.form-textarea:focus{
	border: 2px solid #8bc300;
	outline: none;
	box-shadow: none;
}
#fileInput{
	display: none;
}
.entry-file {
	width: 100%;
	max-width: 240px;
	margin-bottom: 1em;
	position: relative;
}

.custom-file-label {
	/* display: block;
	width: 100%; */
	/* padding: 10px 12px; */
	/* font-size: 1em; */
	/* background-color: #fff; */
	border: 1px solid #999;
	border-radius: 6px;
	cursor: pointer;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center; */
}
.custom-file-label {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 10px 12px;
	color: #3e3e3e;
	background-color: #fff;
	border: 1px solid #3e3e3e;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	transition: background-color 0.3s;
}
.custom-file-label:hover {
	background-color: #8bc300;
	color: #fff;
}

.custom-file-label.selected {
	background-color: #8bc300; /* 薄いグリーン系。変更可 */
	border-color: #66bb6a;
  }

  .confirm-wrapper {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.confirm-item {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
}

.confirm-label {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
	color: #000;
}

.confirm-value {
	font-size: 15px;
	color: #333;
	padding-left: 15px;
}

.confirm-buttons {
	margin-top: 45px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.btn-back,
.btn-submit {
	width: 48%;
	padding: 15px;
	border: none;
	font-weight: bold;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	transition: transform 0.3s ease; 
}

.btn-back {

	width: 250px;
	height: 70px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #999;
	border-radius: 70px;
}

.btn-submit {
	width: 250px;
	height: 70px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #8bc300;
	border-radius: 70px;
}

.btn-back:hover, .btn-submit:hover{
	transform: scale(1.1);
}

#fileName {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}
.submit-btn-cover{
	width: 250px;
	margin: 0 auto;
}
.form-submit{
	margin-top: 80px;
	width: 250px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
    color: #fff;
	background: #8bc300;
	border-radius: 70px;
}
.form-submit{
	position: relative;
	display: inline-block;
	 transition: transform 0.3s ease; 
}
.form-submit:hover{
	transform: scale(1.1);
}
/* 1200px以下▼ */
@media screen and (max-width:1200px) { 
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main p{
	width: 40%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
	}
/* キャッチコピー▼ */
.common-copy{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 150px;

}
.common-copy-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #8bc300;
	text-align: center;
	color: #fff;
	padding: 80px 5%;
	border-radius: 10px;
}
.copy02{
	font-size: 34px;
	margin-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
}
/* 960px以下▼ */
@media screen and (max-width:960px) { 
/* メイン画像▼ */
.sub-main p{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
}
}
/* 599px以下▼ */
@media screen and (max-width:599px) { 
/* サブメイン▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: none;
	background-position: none;
	background-repeat: no-repeat;
	background-size:none;
	padding-top: 20px;
	padding-left: 2%;
	padding-right: 2%;
}
.sub-main p{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 40px;
}
.sub-main-ttl{
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 56px;
	color: #8bc300;
}
.sub-main-ttl-ja{
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #8bc300;
	margin-top: 0;
}
/* パンくずリスト▼ */
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fefbf4; 
	padding-top: 15px;
}
.breadcrumbs-in{
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs-in li{
	margin-top: 5px;
	margin-right: 14px;
}
/* 共通キャッチコピー▼ */
.common-copy{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 100px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 100px;
}
.common-copy-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #8bc300;
	text-align: center;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 60px;
	border-radius: 10px;
}
.copy-cover{
	background-image: url("../../img/common/leaf.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain; 
	padding-left: 4%;
	padding-right: 4%;
	}
	.copy-title{
		font-size: 30px;
	
	}
.copy01{
	font-size: 16px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.copy02{
	font-size: 16px;
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
}
.copy-btn{
	width: 250px;
	height: 60px;
	color: #8bc300;
	background: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	padding-left: 0;
	padding-right: 0;
	border-radius: 60px;
	margin: 0 auto;
	margin-top: 20px;
}
.privacy-box {
	padding-left: 2%;
	padding-right: 2%;
}

.privacy-iframe-wrapper {
	height: 180px;
}
/* フォーム▼ */
.entry-section{

	/* width: 100%;
    height: auto;
    background: #fefbf4; */
    padding-top: 100px;
	padding-left: 0;
}
.entry {
    /* margin-top: -50px; */
    width: 100%;
    height: auto;
    background: #fefbf4;
	padding-left: 2%;
	padding-right: 2%;
    padding-bottom: 100px;
}
.entry-in, .privacy-box {
   width: 100%;
    height: auto;
    margin: 0 auto;
}
.entry-ttl {
    font-size: 16px;
}
.entry-ttl::after{
	content: "必須"; 
    width: 60px; 
    height: 24px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
    background-color: #8bc300; 
	padding: 0px 15px;
    margin-left: 15px;
	display: inline-block;
	position: relative;
	top: -2px;
}
input[type="radio"] {
	cursor: pointer;
	background: white;
	transform: scale(0.7);
}
.entry-cont {
    display: flex;
	flex-direction: column;
	font-size: 14px;
    margin-top: 20px;
}
.entry-right {
	margin-top: 10px;
    margin-left: 0;
}
.entry-text input {
    width: 100%;
    border: 1px solid #3e3e3e;
    padding: 15px;
    border-radius: 10px;
}
.alert-area {
	width: 95%;
}
select {
    width: 100%;
    height: 56px;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../../img/recruit/entry/select-btn.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
}
.entry-file-cover {
    display: flex;
	flex-direction: column;
    justify-content: none;
    margin-top: 0;
}
.entry-file{
	margin-top: 20px;
	max-width: 100%;
}
.confirm-buttons {
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
}