@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
#pc------------------------------------------- {
}
#helo {
	padding-top: 15.37vw;   /* 210px */
}


#recruit h2 {
	color: #0D57A7;
	font-size: 1.757vw;     /* 24px */
	margin-bottom: 2.929vw; /* 40px */
}
#recruit .flex {
	width: 74.93vw;         /* 1024px */
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: left;
}
#recruit .flex div:nth-of-type(1) {
	width: 36.61vw;         /* 500px */
}
#recruit .flex div:nth-of-type(1) h3 {
	font-size: 2.343vw;     /* 32px */
	line-height: 1.6em;
	margin-top: 2.197vw;   /* 30px */
}
#recruit .flex div:nth-of-type(1) dt {
	font-size: 1.757vw;     /* 24px */
	margin-bottom: 1.465vw; /* 20px */
	margin-top: 2.197vw;   /* 30px */
}
#recruit .flex div:nth-of-type(1) dd {
	width: 7.32vw;          /* 100px */
	height: 2.635vw;        /* 36px */
	line-height: 2.635vw;   /* 36px */
	color: #fff;
	background-color: #000;
	font-size: 1.098vw;     /* 15px */
	text-align: center;
}
#recruit .flex div:nth-of-type(2) {
	width: 33.30vw;         /* 455px */
}
#recruit .flex div:nth-of-type(2) .icon {
	font-size: 1.098vw;     /* 15px */
	color: #0D57A7;
	font-family: "Josefin Sans", sans-serif;
	font-weight: normal;
	display: inline-block;
	text-align: center;
}
#recruit .flex div:nth-of-type(2) .icon span {
	display: block;
	font-size: 5.857vw;     /* 80px */
	margin-top: 2.562vw;   /* 35px */
}
#recruit .flex div:nth-of-type(2) .text {
	font-size: 1.098vw;     /* 15px */
	line-height: 2em;
	margin-top: 2.929vw;   /* 40px */
}
#recruit .inner {
	background-color: #CFDEEC;
	padding-top: 5.857vw;   /* 80px */
	padding-bottom: 5.857vw; /* 80px */
	margin-top: 5.857vw;   /* 80px */
	margin-bottom: 5.857vw; /* 80px */
}
#recruit .inner .flex {
	flex-direction: row;
}


#movie {
	background-color: #005DA5;
	margin-top: 7.322vw;    /* 100px */
	padding-top: 7.322vw;   /* 100px */
	padding-bottom: 7.322vw; /* 100px */
	margin-bottom: -7.689vw; /* -90px */
}
#movie h2 {
	color: #fff;
	font-size: 1.757vw;     /* 24px */
	margin-bottom: 3.661vw; /* 50px */
}
#movie iframe {
	width: 52.71vw;         /* 720px */
	height: 29.65vw;        /* 405px */
}

}




/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#helo {
	padding-top: 30vw;
}
#recruit h2 {
	color: #0D57A7;
	font-size: 6vw;
	margin-bottom: 8vw;
}
#recruit .flex {
	margin-left: 5vw;
	margin-right: 5vw;
	text-align: left;
}
#recruit .flex div:nth-of-type(1) {

}
#recruit .flex h3 {
	font-size: 6vw;
	line-height: 1.5em;
	margin-top: 5vw;
}
#recruit .flex div:nth-of-type(1) dl {
	margin-left: 56vw;
	position: relative;
	top: 4.5vw;
}
#recruit .flex div:nth-of-type(1) dt {
	font-size: 5vw;
	margin-bottom: 2vw;
	margin-top: 5vw;
}
#recruit .flex div:nth-of-type(1) dd {
	width: 26vw;
	height: 8vw;
	line-height: 8vw;
	color: #fff;
	background-color: #000;
	text-align: center;
}
#recruit .flex div:nth-of-type(2) {
}
#recruit .flex div:nth-of-type(2) .icon {
	color: #0D57A7;
	font-family: "Josefin Sans", sans-serif;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	margin-top: 7vw;
	margin-top: -15vw;
}
#recruit .flex div:nth-of-type(2) .icon span {
	display: block;
	font-size: 20vw;
	margin-top: 8vw;
}
#recruit .flex div:nth-of-type(2) .text {
	line-height: 2em;
	margin-top: 5vw;
}
#recruit .inner {
	background-color: #CFDEEC;
	padding-top: 15vw;
	padding-bottom: 15vw;
	margin-top: 15vw;
	margin-bottom: 15vw;
}
#recruit .inner .flex {
	flex-direction: row;
}




#movie {
	background-color: #005DA5;
	margin-top: 15vw;
	padding-top: 15vw;
	padding-bottom: 15vw;
	margin-bottom: -20vw;
}
#movie h2 {
	color: #fff;
	font-size: 6vw;
	margin-bottom: 5vw;
}
#movie iframe {
	width: 90%;
	margin-left: auto;
	margin-right: auto;;
	height: 60vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}