 @charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

NAME:::::::::uniq.css

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#gNav li:nth-of-type(6) a{
	color:#009de0;
}
#gNav li:nth-of-type(5) a{
	color:#009de0;
}
.focus {
    background-color: #f5e5e8;
	border: 1px solid #f84a6a;
}
#contents .nowrap{
	margin-right:15px;
}
#contents table input[type=radio] {
	margin-bottom:13px;
}
#contents .button{
	text-align:center;
}
#contents button.submit{
	background:#f84a6a;
	border:4px solid #f84a6a;
	padding:18px 0;
	margin:0;
	width:300px;
	border-radius:5px;
	display:inline-block;
	box-shadow:6px 6px 0 rgba(217,50,81,1);
	color: #ffffff;
	display:inline-block;
	text-align: center;
	text-decoration: none;
	font-size:18px;
	font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight:900;
	margin-left:15px;
}
#contents button.submit:hover{
	box-shadow: none;
    transform: translate3d(2px, 2px, 0);
  	margin: 2px 0 2px 15px;
	opacity:1;
}
#contents button.reset{
	background:#fff;
	border:4px solid #f84a6a;
	color:#f84a6a;
	padding:18px 0;
	width:300px;
	border-radius:5px;
	box-shadow: 6px 6px 0 rgba(217,50,81,1);
	display:inline-block;
	font-size:18px;
	font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight:900;
	text-align: center;
	text-decoration: none;
	margin:0;
}
#contents button.reset:hover{
	box-shadow: none;
    transform: translate3d(2px, 2px, 0);
  	margin: 2px 0 2px;
	opacity:1;
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::STEP */

#contents .progress_bar {
	text-align:center;
}
#contents .progress_bar li {
    display: inline-block;
    text-align: center;
    width: 230px;
    margin: 0;
    font-size: 14px;
	color:#009de0;
	font-size:20px;
	font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-weight:900;
	position:relative;
}
#contents .progress_bar li::after {
    width: 200px;
    height: 4px;
    bottom: -15px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #eee;
}
#contents .progress_bar li.active::after {
    width: 200px;
    height: 4px;
    bottom: -15px;
    content: "";
    display: block;
    background-color: #009de0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


div#personal-info {
	margin:20px auto;
	padding:10px;
	width:100%;
	height:230px;
	overflow:scroll;
	border: 1px solid #DDD;
}

div#personal-info h3{
	text-align:center;
	display:block;
	font-size:18px;
	margin:5px 0 15px;
	font-weight:bold;
}

div#personal-info h4{
	text-align:left;
	display:block;
	font-size:18px;
	margin-bottom:15px;
	font-weight:bold;
}

div#personal-info h5{
	text-align:right;
	display:block;
	font-size:18px;
	margin-bottom:15px;
	font-weight:bold;
}


div#personal-info p{
	margin-bottom:15px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::タブ */

#contents nav ul:after{
	content:"";
	clear:both;
	display:block;
}
#contents nav {
	margin-bottom:40px;
}
#contents nav ul li {
	border:8px solid #f2d4d9;
	color:#f84a6a;
	float:left;
	width:50%;
	padding:15px 0;
	text-align:center;
	font-size:20px;
	font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-weight:700;
}
#contents nav ul li.current{
	background:#f84a6a;
	border:8px solid #f84a6a;
	color:#fff;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::ボタン */

#contents dl.col2Btn{
	text-align:center;
}
#contents dl.col2Btn dt,
#contents dl.col2Btn dd{
	display:inline-block;
}
#contents dl.col2Btn dt{
	margin-right:15px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::募集要項の「前払い可」の文字色 */

.redtxt{
	color:#f84a6a;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::thanks */
#thanks #contents section{
	text-align:center;
}
#thanks #contents .thanksTtl{
	font-size:35px;
	color:#aaa;
	font-weight:bold;
	margin-bottom:35px;
	line-height:1.1;
}
#thanks #contents .thanksContact {
	margin-top:50px;
	padding-top:40px;
	border-top:1px dotted #999;
}
#thanks #contents .thanksTxt{
	font-size:18px;
	color:#999;
}
#thanks #contents .thanksContact .md{
	font-size:20px;
	color:#222;
	margin-bottom:5px;
	font-weight:bold;
}

.contact_tel {
	display:none;
}


@media screen and (max-width: 750px) {

	.contact_tel {
		display:block;
		margin: 0 auto 25px;
	}

	.contact_tel img {
		width: 100%;
	}

	#contents{
		margin-bottom:40px;
	}
	#contents nav {
		margin-bottom:20px;
	}
	#contents nav ul li.current{
		border:4px solid #f84a6a;
	}
	#contents nav ul li {
		font-size:14px;
		border:4px solid #f2d4d9;
	}
	#contents .tp60{
		margin-top:30px !important;
	}
	#contents table td,
	#contents table th{
		display:block;
		width:100%;
	}
	#contents table td {
		padding:14px 0;
	}
	#contents table td input[type=text]{
		width:100%;
	}
	#contents .progress_bar {
		display:none;
	}


	#contents button.submit{
		font-size:15px;
		width:100%;
		margin-left:0;
	}
	#contents button.reset{
		font-size:15px;
		width:100%;
		margin-bottom:10px;
		padding: 12px 0;
	}
	#contents button.submit:hover{
		margin: 2px 0 2px 0;
		padding: 12px 0;
	}


	#thanks #contents br{
		display:none;
	}
	#thanks #contents section{
		text-align:left;
	}
	#thanks #contents .thanksTtl{
		margin-bottom:15px;
	}
	#thanks #contents .thanksTxt{
		font-size:14px;
	}

}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	20250619 フォームページ改修	

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.full-size-img-container {
	display: flex;
	justify-content: center;
}

.sp-only {
	@media (min-width: 751px) {
		display: none;
	}
}

.form__five-merits {
	background: linear-gradient(90deg, #E6F0FA, #E6F0FA 40%, #FFDB00 40%, #FFDB00);
	padding-bottom: 20px;
	@media (min-width: 751px) {
		background: linear-gradient(90deg, #E6F0FA, #E6F0FA 25%, #FFDB00 25%, #FFDB00);
		padding: 60px 0 30px;
	}
}

.form__five-merits--head {
	background: #00A7EB;
	padding: 12px;
	margin-bottom: 30px;
	@media (min-width: 751px) {
		max-width: 1194px;
		margin: auto;
		padding: 2px;
	}
}

.form__five-merits--head h2 {
	color: white;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 1px;
	@media (min-width: 751px) {
		text-align: right;
		font-size: 24px;
		translate: 0 -4px;
		margin-right: 72px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 1.2;
	}
	@media (min-width: 1151px) {
		font-size: 32px;
	}
}

.form__five-merits--head h2 .form__five-merits--head__thin {
	@media (min-width: 751px) {
		display: inline-block;
    	translate: 0 -11px;
	}
}

.form__five-merits--head h2 .form__five-merits--head__large {
	font-weight: 700;
	font-size: 32px;
	padding-left: 12px;
	filter: drop-shadow(2.5px 2px 1px rgb(0 0 0 / 20%));
	@media (min-width: 751px) {
		padding-left: 0;
		font-size: 42px;
	}
	@media (min-width: 1151px) {
		font-size: 55px;
		filter: drop-shadow(3.5px 3px 1px rgb(0 0 0 / 20%));
	}
}

.form__five-merits--head h2 .form__five-merits--head__five {
	font-size: 40px;
	@media (min-width: 751px) {
		font-size: 55px;
	}
	@media (min-width: 1151px) {
		font-size: 77px;
	}
}

.form__five-merits--content {
	position: relative;
	margin: 25px 10px;
    padding: 40px 20px 35px;
    background: white;
    border: solid 2px #FFDB00;
	@media (min-width: 751px) {
		max-width: 1194px;
		margin: 40px auto;
		padding: 40px 80px 35px;
	}
}

.form__five-merits--content h3 {
	font-weight: 700;
    font-size: 20px;
    color: black;
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 0 auto 15px;
	@media (min-width: 751px) {
		margin: 0 0 19px;
		font-size: 24px;
	}
}

.form__five-merits--content h3::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #DA1515;
    bottom: -5px;
    left: 50%;
    translate: -50% 0;
	border-radius: 10px;
}

.form__five-merits--content p {
	font-weight: 400;
    font-size: 14px;
    color: black;
	@media (min-width: 751px) {
		margin-right: 50px;
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: 1px;
	}
}

.form__five-merits--content1__woman {
	position: absolute;
	top: 0;
	right: 0;
	translate: 12px -100%;
	width: 125px;
	height: auto;
	@media (min-width: 751px) {
		width: 240px;
		left: -9px;
		right: auto;
		translate: 0 -100%;
	}
}

.form__five-merits--content__flex--img {
	margin-top: 13px;
	@media (min-width: 751px) {
		width: 393px;
    	height: auto;
	}
}

.form__five-merits--content__flex {
	@media (min-width: 751px) {
		display: flex;
	}
}

.form__five-merits--content__point-vector {
	position: absolute;
	top: -14px;
    left: -6px;
	width: 90px;
	@media (min-width: 751px) {
		top: 35px;
    	left: -40px;
		width: 100px;
	}
}

.form__campaign {
	border: solid 12px red;
	padding: 24px 12px;
	background: repeating-linear-gradient(45deg, #FFF507, #FFF507 15px, #FFF960 15px, #FFF960 30px);
	@media (min-width: 751px) {
		border-width: 30px 0;
		background: repeating-linear-gradient(90deg,#FFF507, #FFF507 25px, #FFF960 25px, #FFF960 55px);
	}
}

.form__campaign--container__banner {
	@media (min-width: 751px) {
		margin: auto;
    	display: block;
	}
}

.form__campaign--container__p1 {
	text-align: center;
	color: black;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	width: fit-content;
	margin: 15px auto 0;
	@media (min-width: 751px) {
		font-size: 38px;
	}
}

.form__campaign--container__p1::before {
	content: '';
    width: 1.5px;
    height: 60px;
    background: #000000;
    position: absolute;
    top: -2px;
    left: -10px;
    transform: rotate(-20deg);
}

.form__campaign--container__p1::after {
	content: '';
    width: 1.5px;
    height: 60px;
    background: #000000;
    position: absolute;
    top: -2px;
    right: -10px;
    transform: rotate(20deg);
}

@media (min-width: 751px) {
	.form__campaign--container__p1::before {
		height: 130px;
		left: -20px;
	}

	.form__campaign--container__p1::after {
		height: 130px;
		right: -20px;
	}
}

.form__campaign--container__p2 {
	text-align: center;
    color: #F62205;
    border-bottom: dashed 2px black;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 5px;
    width: fit-content;
    margin: auto;
	@media (min-width: 751px) {
		font-size: 50px;
		padding-bottom: 16px;
		border-bottom: dashed 4px black;
	}
}

.form__campaign--container__p3 {
	text-align: center;
	color: #F62205;
	font-size: 27px;
	font-weight: 900;
	@media (min-width: 751px) {
		font-size: 53px;
		filter: drop-shadow(2px 4px 6px white);
	}
}

.form__campaign--container__white-circle {
	background-image: url(../img/two-white-circles.png);
    background-size: cover;
    padding: 1px 8px 7px;
    font-size: 30px;
    letter-spacing: 4px;
	@media (min-width: 751px) {
		font-size: 56px;
		padding: 5px 20px 17px;
		letter-spacing: 10px;
	}
}

.form__campaign--container__black {
	color: #1E1E1E;
	font-size: 18px;
	@media (min-width: 751px) {
		font-size: 30px;
	}
}


.form__q-and-a {
	background: #FFF7C4;
}

.form__q-and-a--head {
	background: #00A7EB;
	position: relative;
	padding: 24px 0;
	margin-bottom: 5px;
	@media (min-width: 751px) {
		padding: 70px 0 50px;
	}
}

.form__q-and-a--head::after {
	content: '';
	width: 20px;
	height: 20px;
	background: #00A7EB;
	clip-path: polygon(0 0, 50% 90%, 100% 0);
	position: absolute;
	left: 50%;
	bottom: 0;
	translate: -50% 96%;
}

.form__q-and-a--head__h2 {
	text-align: center;
    color: white;
    filter: drop-shadow(2px 2px 2px rgba(0 0 0 / 0.3));
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
	@media (min-width: 751px) {
		font-size: 60px;
	}
}

.form__q-and-a--head__qa-img {
	position: absolute;
    bottom: 0;
    left: 18px;
    translate: 0 24%;
	width: 136px;
	@media (min-width: 751px) {
		width: 310px;
		left: 50%;
    	translate: min(-530px, -100%) 24%;
	}
}

.form__q-and-a--main {
	padding: 10px 20px 20px;
}

.form__q-and-a--main__content {
	background: white;
	padding: 15px;
	margin: 15px auto;
	max-width: 1010px;
	@media (min-width: 751px) {
		padding: 30px;
		margin: 45px auto;
	}
}

.form__q-and-a--main__content--h3 {
	display: flex;
    align-items: center;
    gap: 12px;
    color: black;
    font-weight: 500;
    font-size: 15px;
	@media (min-width: 751px) {
		font-size: 33px;
		gap: 20px;
	}
}

.form__q-and-a--main__content--line {
	display: block;
	width: 100%;
	height: 1px;
	background: #000000;
	margin: 10px 0 8px;
	@media (min-width: 751px) {
		margin: 20px 0 18px;
	}
}

.form__q-and-a--main__content--q-img {
	width: 50px;
	height: auto;
	@media (min-width: 751px) {
		width: 101px;
	}
}

.form__q-and-a--main__content--a-img {
	width: 50px;
	height: auto;
	max-width: unset!important;
	@media (min-width: 751px) {
		width: 101px;
	}
}

.form__q-and-a--main__content--answer {
	display: flex;
	align-items: center;
    gap: 12px;
	@media (min-width: 751px) {
		gap: 20px;
	}
}

.form__q-and-a--main__content--answer.answer1 {
	align-items: start;
	@media (min-width: 751px) {
		align-items: center;
	}
}
.form__q-and-a--main__content--answer.answer5 {
	align-items: start;
}

.form__q-and-a--main__content--answer--p {
	color: #1E1E1E;
	font-weight: 400;
	font-size: 12px;
	@media (min-width: 751px) {
		font-size: 25px;
	}
}


.form__information {
	background: #E6F0FA;	
}

.form__information--head {
	padding: 25px 0 20px;
	background: white;
	position: relative;
	@media (min-width: 751px) {
		padding: 55px 0 45px;
	}
}

.form__information--head::after {
	content: '';
	width: 25px;
	height: 20px;
	background: white;
	clip-path: polygon(0 0, 50% 90%, 100% 0);
	position: absolute;
	left: 50%;
	bottom: 0;
	translate: -50% 96%;
}

@media (min-width: 751px) {
	.form__information--head::after {
		width: 70px;
		height: 55px;
	}
}

.form__information--head__h2 {
	text-align: center;
	position: relative;
	width: fit-content;
    margin: auto;
	color: black;
	font-weight: 700;
	font-size: 14px;
	@media (min-width: 751px) {
		font-size: 34px;
	}
}

.form__information--head__h2::before {
	content: '';
    width: 1px;
    height: 40px;
    background: #000000;
    position: absolute;
    top: 0px;
    left: -20px;
    transform: rotate(-30deg);
}

.form__information--head__h2::after {
	content: '';
    width: 1px;
    height: 40px;
    background: #000000;
    position: absolute;
    top: 0px;
    right: -20px;
    transform: rotate(30deg);
}

@media (min-width: 751px) {
	.form__information--head__h2::before {
		width: 2px;
		height: 105px;
		left: -45px;
	}

	.form__information--head__h2::after {
		width: 2px;
		height: 105px;
		right: -45px;
	}
}

.form__information--head__carousel {
	display: block;
	margin: 20px auto 15px;
	@media (min-width: 751px) {
		margin: 30px auto 35px;
	}
}

.form__information--head__p1 {
	text-align: center;
	width: fit-content;
    margin: auto;
	font-weight: 700;
	font-size: 14px;
	color: #E20505;
	@media (min-width: 751px) {
		font-size: 34px;
	}
}

.form__information--head__p2 {
	text-align: center;
	width: fit-content;
    margin: 5px auto 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.9;
	color: #0767AC;
	text-decoration: underline;
	text-decoration-color: #FFE605;
	text-decoration-thickness: 2.5px;
	text-underline-offset: 3px;
	@media (min-width: 751px) {
		font-size: 34px;
		line-height: 1.7;
		text-decoration-thickness: 4px;
	}
}

.form__information--main {
	padding: 30px 20px;
	@media (min-width: 751px) {
		padding: 100px 30px;
	}
}

.form__information--main > div {
	display: grid;
	grid-template-columns: 60px auto;
	border-top: solid 1.5px #A1A8AF;
	padding: 12px 5px;
	@media (min-width: 751px) {
		max-width: 1072px;
		grid-template-columns: 150px auto;
    	margin: auto;
		padding: 24px 10px;
		border-top: solid 2.5px #A1A8AF;
	}
}

.form__information--main > div:last-child {
	border-bottom: solid 1.5px #A1A8AF;
	@media (min-width: 751px) {
		border-bottom: solid 2.5px #A1A8AF;
	}
}

.form__information--main h3 {
	font-size: 14px;
	font-weight: 500;
	color: #FF0D0D;
	@media (min-width: 751px) {
		font-size: 24px;
	}
}

.form__information--main p {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
	@media (min-width: 751px) {
		font-size: 23px;
	}
}


.section-form {
	padding-top: 30px;
	@media (min-width: 751px) {
		padding-top: 60px;
	}
}