@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  reset
* --------------------------------------------------------------------------------------------------*/
/*====================================
RESET
======================================*/
html{overflow-y: scroll;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
blockquote, q {
    quotes:none;
}
h1, h2, h3, h4, h5, h6, p {margin:0; font-weight:normal; display:block; font-size: 100%;}
ul,li {list-style:none; padding:0;margin:0;}
dl,dt,dd {padding:0; margin:0;}
table,tr,td {border:0;padding: 0 ; margin:0;}
table {
    border-collapse:collapse;
    border-spacing:0;
}
a {
  text-decoration:none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:focus {
  outline:none;
  cursor: pointer;
}
a:hover {cursor: pointer;}

input, textarea, select {
    vertical-align:middle;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

img {vertical-align:bottom; border:0; padding:0; margin:0;line-height:0; }
div {margin:0;padding:0;}

caption, th{
    font-weight: normal;
}


input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
	font-family:inherit;font-size:inherit;font-weight:inherit;
}
select::-ms-expand {
    display: none;
}
*,*:after,*:before{
	box-sizing: border-box;
}



/* ----------------------------------------------------------------------------------------------------
*  基本
* --------------------------------------------------------------------------------------------------*/
html,body{
	height:100%;
	width:100%;
}
html{
	font-size:62.5%;
    overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	text-align: left;
}


body a {
	text-decoration:none;
	color:inherit;
}
body{
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-size: 3.4vw;
	line-height: 1.4;
	font-family: 游ゴシック体,YuGothic,Arial,メイリオ,Meiryo,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,sans-serif;
	font-weight: 500;
	color: #2d2d2d;
	background: #fffbf1;
	word-wrap: break-word;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
img{
	width:100%;
	height:auto;
}

@media screen and (min-width: 769px) {
	body{
		font-size: 1.6rem;
	}
	.sp{
		display: none!important;
	}

}
@media screen and (max-width: 768px) {
	.pc{
		display: none!important;
	}
}



a, a img, button, .checkbox label{
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (min-width: 769px) {

	a:hover, .checkbox label:hover, button:hover{
		opacity: 0.6;
	}
}

table{width: 100%;}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
	padding: 2% 0;
	border-bottom: 2px solid #fe88a4;
	background-color: #fff;
}
.head_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_inner .logo{
	width: 34%;
}
.ninka_num{
	border: 1px solid #333;
	border-radius: 3vw;
	padding: 0.3em 1em;
	line-height: 1;
	font-size: 80%;
}


@media screen and (min-width: 769px) {
	header {
		padding: 10px 0;
	}
	.head_inner .logo{
		width: 240px;
	}
	.ninka_num{
		border-radius: 14px;
	}
}
@media screen and (max-width: 768px) {
}




/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer {
    width: 100%;
    position: relative;
	margin-top: auto;
	padding: 1em 0 0.3em;
	border-top: 2px solid #fe88a4;
	background-color: #fff;
}
.pmark{
	display: flex;
	align-items: center;
}
.pmark img{
	width: 16%;
}
.pmark p{
	font-size: 70%;
	margin-left: 2em;
}
.pmark .lead{
	font-weight: bold;
}
.fnav{
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	display: flex;
	font-size: 80%;
	justify-content: center;
}

.fnav li+li{
	margin-left: 0.7em;
	padding-left: 0.7em;
	border-left: 1px solid #dfdfdf;
}
.copyright{
	text-align: center;
	font-size: 70%;
}
.flicense{
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	display: flex;
	font-size: 65%;
	border-top: 1px dotted #ccc;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.pmark{
		justify-content: center;
	}
	.pmark img{
		width: 50px;
	}
	.fnav li+li{
		margin-left: 1.5em;
		padding-left: 1.5em;
	}
}
@media screen and (max-width: 768px) {

}

/* ----------------------------------------------------------------------------------------------------
*  汎用
* --------------------------------------------------------------------------------------------------*/
.wrap{
	width: 94%;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width: 769px) {
	.wrap{
		width: 100%;
		max-width: 1060px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 768px) {
}
/* ------------------------------
    notice
------------------------------ */
.notice{
	background: #fffbf1;
	padding: 0.4em 0;
	display: flex;
	justify-content: center;
	font-size: 75%;
}
/* ------------------------------
    step
------------------------------ */
.step{
	background: #fe88a4;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step_lead{
	color: #fff;
	padding: 0 0 0 0.5em;
	line-height: 1;
	font-size: 120%;
	font-weight: bold;
}
.step_num{
	width: 40%;
	display: flex;
	justify-content: space-between;
	line-height: 1;
}
.step_num li{
	border-radius: 4px;
	width: 22%;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #fe88a4;
	font-size: 120%;
	font-weight: bold;
	opacity: 0.5;
}
.step_num li.current{
	opacity: 1;
}

.step_time{
	background:#f5597d;
	color: #fff;
	padding: 0.6em 0.4em;
	width: 28%;
	text-align: center;
}
.time_sub{
	font-size: 80%;
}
.time_num{
	font-size: 150%;
	font-weight: bold;
}
.time_sec{
	font-size: 90%;
}
.step_end{
	font-size: 1.6rem;
}
.step_end2{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #fe88a4;
	margin: 0 0 30px;
}
.step_end3{
	text-align: center;
	color: #fff;
	background-color: #fe88a4;
	margin: 30px 0 0;
	padding: 10px 0;
	border-radius: 6px 6px 0 0;
	font-size: 1.6rem;
}
.step_end_tell{
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #fe88a4;
	margin: 0 0 10px;
}
.step_end4{
	margin: 0 0 30px;
	padding: 10px;
	border-radius: 0 0 6px 6px;
	border: 2px solid #fe88a4;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.step{
		justify-content:center;
	}
	.step_lead{
		padding: 0d;
	}
	.step_num{
		width: auto;
	}
	.step_num li{
		border-radius: 4px;
		width: 2em;
		height: 2em;
		margin-left: 0.5em;
	}

	.step_time{
		padding: 0.6em 1em;
		width: auto;
		line-height: 1;
		margin-left: 1.5em;
	}
	.time_sub{
		display: block;
	}
	.time_num{
		font-size: 180%;
	}
}

/* ------------------------------
    form
------------------------------ */
.formarea{
	padding: 10% 0 5%;
}
.formbox{

}
.formbox + .formbox{
	margin-top: 2em;
}
.formbox_v{

}
.formbox_h{
	display: flex;
}
.formbox dt{
	display: flex;
	align-items: center;
}
.formbox_v dt{
	margin-bottom: 0.8em;
}
.formbox_h dt{
	width: 40%;
}
.formbox dt span{
	background-color: #fff;
	border-radius: 4px;
	padding: 0.1em 0.4em;
	margin-right: 0.4em;
	font-size: 85%;
	border: 1px solid #fe88a4;
}
.formbox dt span.required{
	color: #fff;
	background-color: #ED2E63;
	border-color: #ED2E63;
}
.formbox dt p{
	font-weight: bold;
}
.formbox dd{
	display: flex;

}
.formbox_h dd{
	width: 60%;
}
@media screen and (min-width: 769px) {
	.formarea{
		padding: 50px 0;
	}
	.formbox{
	
	}
	.formbox + .formbox{
		margin-top: 50px;
	}

	.formbox_h dt{
		width: 14em;
	}
	.formbox_h dd{
		width: calc(100% - 12em);
	}
}
@media screen and (max-width: 768px) {

}
/* ------------------------------
    form btn
------------------------------ */
.btnbox{
	display: flex;
	justify-content: center;
	margin-top: 10%;
}

.btn1{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #3cc629;
	color: #fff;
	line-height: 1;
	padding: 1em 2em 1em 1.3em;
	font-size: 130%;
	font-weight: bold;
	position: relative;
}
.btn1:before{
	content: "";
    position: absolute;
    right: 0.7em;
    top: 48%;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(-50%) rotate(135deg);
  	pointer-events: none;
}

.btn_back{
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: center;
	border-radius: 16px;
	background: #dedede;
	padding: 1em 1.3em;
	margin-right: 2%;
}
@media screen and (min-width: 769px) {
	.btnbox{
		margin-top: 50px;
	}
	
	.btn1{
		line-height: 1.1;
		padding: 1.2em 2.5em 1.2em 2em;
	}

	
	.btn_back{
		padding: 1.2em 2em;
	}
}
@media screen and (max-width: 768px) {

}


/* ------------------------------
    form input
------------------------------ */
.formbox input#name , input#tel , input#mail , input#birth ,select.prefecture {
	width: 100%;
	padding: 0.5em 0.5em;
	border: 1px solid #C8C9CA;
	background: #fff;
}

.formbox input::placeholder {
	color: #C8C9CA;
}
/* IE */
.formbox input:-ms-input-placeholder {
	color: #C8C9CA;
}
/* Edge */
.formbox input::-ms-input-placeholder{
	color: #C8C9CA;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {

}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #fe88a4;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fe88a4;
  content: '';
}
/* ------------------------------
    form select
------------------------------ */
.selectbox{
	position: relative;
	width: 100%;
	border: 1px solid #C8C9CA;
	z-index: 1;
	background:#fff;
	height: 2.45em;
}
.selectbox:before{
	content: "";
    position: absolute;
    right: 0.7em;
    top: 1em;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    transform: translateY(-50%) rotate(-135deg);
  	pointer-events: none;
	z-index: -1;
}
select{
	width: 100%;
	height: 100%;
	background:none;
	padding: 0 0.5em;
}
.selectbox_half{
	width: 48%;
}
.selectbox_half + .selectbox_half{
	margin-left: 4%;
}
@media screen and (min-width: 769px) {
	.selectbox_half{
		width: 49%;
	}
	.selectbox_half + .selectbox_half{
		margin-left: 2%;
	}
}
/* ------------------------------
    form checkbox
------------------------------ */
.checkbox{
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.checkbox li{
	width: 48%;
}
.checkbox li:nth-of-type(n+3){
	margin-top: 0.5em;
}

.checkbox label{
	position: relative;
	cursor: pointer;  
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 3vw;
	padding: 0.5em;
}
.checkbox input{
	visibility: hidden;
	display: none;
}
.checkbox label:has(.check:checked){
	border: 2px solid #fe88a4; 
	background: #ffeaef;
}
.checkbox li span{
	width: 100%;
	display: inline-block;
	margin-top: 0.5em;
	line-height: 1.2;
}
.checkbox li img{
	width: 75%;
}
@media screen and (min-width: 769px) {
	.checkbox li{
		width: 49%;
	}
	.checkbox li:nth-of-type(n+3){
		margin-top: 1em;
	}
	.checkbox label{
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 15px;
		padding: 0.5em 0 0.5em 1em;
	}
	.checkbox li span{
		width: 80%;
		margin-top: 0;
	}
	.checkbox li img{
		width: 23%;
	}
}
@media screen and (max-width: 768px) {

}
/* ------------------------------
    policy
------------------------------ */
.policy h1{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #fe88a4;
	color: #fff;
	padding: 10px 0;
}
.policy h2{
	margin: 40px 0 20px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #fe88a4;
	font-weight: bold;
	font-size: 1.8rem;
}
.policy h3{
	font-weight: bold;
	margin: 0 0 10px 0;
}
.policy p{
	margin: 0 0 30px;
}
.policy ul ol , .policy ul ul{
	margin: 0 0 30px;
}
.policy ul ol.number li{
	list-style-type: decimal;
	margin: 0 0 10px 5%;
}
.policy ul ul.alpha li{
	list-style-type: upper-alpha;
	margin: 0 0 10px 5%;
}

/* ------------------------------
    top_message
------------------------------ */
.top_message{
	margin: -30px 0 50px;
}

/* ------------------------------
    joblist
------------------------------ */
@media screen and (min-width: 769px) {
	#joblist{
		background-color: #fff;
		margin: 80px 0 40px 0;
		padding: 50px;
		border-radius: 15px;
	}
	#joblist h2{
		text-align: center;
		font-size: 4rem;
		font-weight: bold;
		color: #fe88a4;
		margin: 0 0 50px;
	}
	#joblist ul{
		display: flex;
		flex-wrap:wrap;
	}
	#joblist ul li{
		flex-grow: 1;
		flex-basis: 31%;
		background-color: #FBFFF8;
		margin: 0 3.5% 30px 0;
		border-radius: 8px;
		box-shadow: 0px 0px 17px -3px #c9c9c9;
		border-radius: 10px;
		box-sizing: border-box;
	}
	#joblist ul li:nth-child(3n){
		margin: 0 0 30px 0;
	}
	#joblist ul li a{
		display: block;
		padding: 20px 20px 30px;
	}
	#joblist ul li a p:nth-child(2){
		margin: 10px 0 ;
		color: #fe88a4;
	} 
	#joblist ul li a:hover{
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	#joblist{
		background-color: #fff;
		margin: 80px 0 40px 0;
		border-radius: 2%;
	}
	#joblist h2{
		text-align: center;
		font-size: 2.4rem;
		font-weight: bold;
		color: #fe88a4;
		padding: 30px 0;
	}
	#joblist ul{
		border-top: 1px solid #ddd;
	}
	#joblist ul li a{
		display: block;
		padding: 20px 10% 20px 3%;
		border-bottom: 1px solid #ddd;
		font-size: 1.4rem;
	}
	#joblist ul li:last-child a{
		border-bottom: none;
	}
	#joblist ul li a p:nth-child(2){
		margin: 10px 0 ;
		color: #fe88a4;
	} 
	.arrow {
		position: absolute;
		right: 4%;
		display: inline-block;
		padding: 10px;
	}
	.arrow::before {
		content: '';
		width: 10px;
		height: 10px;
		border-top: solid 2px #fe88a4;
		border-right: solid 2px #fe88a4;
		position: absolute;
		left: 10px;
		top: 8px;
	}
	.arrow.arrow-right::before {
		transform: rotate(45deg);
	}
}


.error-message {
	color: #d9534f;
	/* 赤色 */
	font-size: 18px;
	margin-top: 5px;
	display: none;
	/* デフォルトでは非表示 */
}

.mt-l {
	margin-top: 50px;
}