@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/


/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 961px){
	
	section + section {
		margin-top: 4vw;
	}
	
	section#job_description dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#job_description dl dt {
		width: 22.5%;
		border-bottom: 1px solid #e5e5e5;
		font-size: 1.06rem;
		font-size: clamp(1.06rem, 1.11vw, 1.6rem);
		letter-spacing: 0.1em;
		padding: 1.5em 0;
	}
	
	section#job_description dl dt div{
		background: #fdebd5;
		border-radius: 6px;
		padding: 1.25em;
	}
	
	section#job_description dl dd {
		width: 77.5%;
		border-bottom: 1px solid #e5e5e5;
		font-size: 1.06rem;
		font-size: clamp(1.06rem, 1.11vw, 1.6rem);
		line-height: 1.6;
		letter-spacing: 0.1em;
		padding: 1.5em 0 1.5em 5.6%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	section#job_description dl dd p.cap{
		font-size: 0.93rem;
		font-size: clamp(0.93rem, 0.97vw, 1.4rem);
		text-indent: -1.1em;
		padding-left: 1.1em;
	}
	
	section#job_description dl dd p.cap {
		margin-top: 0.25em;
	}
	
	section#job_description dl dt:first-of-type,
	section#job_description dl dd:first-of-type{
		padding-top: 0;
	}
	
	section#job_description dl dd div.box dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#job_description dl dd div.box dl dt {
		width: 5em;
		border-bottom: none;
		font-size: 1.06rem;
		font-size: clamp(1.06rem, 1.11vw, 1.6rem);
		letter-spacing: 0.1em;
		padding: 0;
	}
	
	section#job_description dl dd div.box dl dd {
		width: calc(100% - 7em);
		border-bottom: none;
		padding: 0;
		display: block;
	}
	
	section#flow ul li {
		font-size: 1.06rem;
		font-size: clamp(1.06rem, 1.11vw, 1.6rem);
		line-height: 1;
		background: #fdebd5;
		padding: 1.75em 1.25em 2em;;
		border-radius: 6px;
		position: relative;
	}
	
	section#flow ul li + li{
		margin-top: 2em;
	}
	
	section#flow ul li + li::before{
		content: "";
		width: 1.25vw;
		width: 1.25cqw;
		max-width: 18px;
		height: 1.25vw;
		height: 1.25cqw;
		max-height: 18px;
		background: url("../images/common/flow_arrow.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: -22px;
		left: calc(50% - 0.65vw);
	}
	
	section#flow ul li a{
		color: #f29020;
		text-decoration: underline;
	}
	
	section#flow ul li dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#flow ul li dl dt{
		width: 14em;
	}
	
	section#flow ul li dl dd{
		width: calc(100% - 14em);
	}
	
	section#job_description {
		
	}
}

@media screen and (min-width:961px) and (max-width: 1440px){
	section#flow ul li + li::before{
		content: "";
		top: calc(-1.75em + 0.5vw);
	}
	
}


	

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 960px){
	
	section + section {
		margin-top: 12vw;
	}
	
	section#job_description dl {
		display: block;
	}
	
	section#job_description dl dt {
		width: 100%;
		font-size: 1.3rem;
		font-size: clamp(1.3rem, 3.6vw, 3.465rem);
		letter-spacing: 0.1em;
		padding: 0 0 0.75em;
	}
	
	section#job_description dl dt div{
		background: #fdebd5;
		border-radius: 1.2vw;
		padding: 0.5em 0.75em;
	}
	
	section#job_description dl dd {
		width: 100%;
		font-size: 1.3rem;
		font-size: clamp(1.3rem, 3.6vw, 3.465rem);
		line-height: 1.6;
		letter-spacing: 0.025em;
		padding: 0 0.75em 1.75em;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	section#job_description dl dd p.cap{
		font-size: 1rem;
		font-size: clamp(1rem, 2.77vw, 2.66rem);
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section#job_description dl dd p.cap {
		margin-top: 0.25em;
	}
	
	section#job_description dl dd div.box dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#job_description dl dd div.box dl dt {
		width: 5em;
		border-bottom: none;
		font-size: 1.3rem;
		font-size: clamp(1.3rem, 3.6vw, 3.465rem);
		letter-spacing: 0.1em;
		padding: 0;
	}
	
	section#job_description dl dd div.box dl dd {
		width: calc(100% - 6em);
		border-bottom: none;
		padding: 0;
		display: block;
	}
	
	section#flow ul li {
		font-size: 1.3rem;
		font-size: clamp(1.3rem, 3.6vw, 3.465rem);
		line-height: 1;
		background: #fdebd5;
		padding: 1.75em 1.25em 2em;;
		border-radius: 1.2vw;
		position: relative;
	}
	
	section#flow ul li + li{
		margin-top: 2em;
	}
	
	section#flow ul li + li::before{
		content: "";
		width: 6vw;
		height: 6vw;
		background: url("../images/common/flow_arrow.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: calc(-0.75em + -3vw);
		left: calc(50% - 3vw);
	}
	
	section#flow ul li a{
		color: #f29020;
		text-decoration: underline;
	}
	
	section#flow ul li dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#flow ul li dl dt{
		width: 13em;
	}
	
	section#flow ul li dl dd{
		width: calc(100% - 13em);
	}
	
	
}