@charset "utf-8";

/*----------------------------------------------------
 共通設定
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	font-family: "Zen Maru Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 19px;
	letter-spacing: 0.8px;
}

/* IE6, 7 */
body, 
input, 
textarea {
	/font: normal 80%/160% '"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif';
	/letter-spacing: 0.8px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p {
	line-height: 2;	
}

input, textarea {
	margin: 3px;
	padding: 4px 6px;
}

select {
	margin: 3px;
}



/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/

#header{
	width: 100%;
	height: 110px;
	background: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 100;
}

#header h1 img{
	width: 280px;
	height: auto;
}

#header_inner{
	max-width: 1120px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#nav{
	display: flex;
}

#nav li{
	margin-left: 3.3vw;
}

#nav li a{
	color: #333;
	text-decoration: none;
	
}

/*KV*/

.kv{
	background: url(../images/kv_bg.png) center 2vw no-repeat;
	background-size: 100%;
	padding-top: 18%;
    padding-bottom: 12%;
}

.kvText{
	margin-left: 30%;
    width: 46%;
}

.kvText img{
	width: 100%;
}


/*----------------------------------------------------
 フッター
----------------------------------------------------*/
#footer{
	background: url(../images/bg_footer.png);
	font-size: 16px;
	padding-top: 80px;	
}

#footer .footerInner{
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	position: relative;	
	padding-bottom: 70px;	
}


#footer .footerInner .footerLogoArea{
	width: 277px;
	margin-right: 30px;	
}

#footer .footerInner .footerLogoArea img{
	width: 100%;
}

#footer .footerMenuArea{
	width: calc(100% - 350px);
}

#footer .footerInner .yukidaruma{
	position: absolute;
	width: 335px;
	left: 0;
	bottom: 0;	
}

#footer .footerMenu01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

#footer .footerMenu01 .footerMenuBlock{
	width: 150px;	
}

#footer .footerMenu01 .footerMenuBlock:last-child{
	width: 200px;
}

#footer .footerMenu01 .footerMenuBlock h3{
	background: #59432E;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	border-radius: 20px;
	text-align: center;	
	width: 150px;
	padding: 5px 0;
	margin-bottom: 18px;
}

#footer .footerMenu01 .footerMenuBlock li{
	margin-bottom: 18px;	
}

#footer .footerMenu01 .footerMenuBlock a{
	color: #333;
	text-decoration: none;
	display: inline-block;
	position: relative;
	width: 100%;
	font-weight: 500;	
}

#footer .footerMenu01 .footerMenuBlock a:after{
	content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 0;
  top: 8px;
  transform: rotate(45deg);
}

#footer .footerMenu02 ul{
	display: flex;
}

#footer .footerMenu02 ul li{
	margin-right: 2.5vw;
}

#footer .footerMenu02 ul li a{
	color: #333;
	font-weight: 500;	
	text-decoration: none;
}

#footer .copyright{
	background: #59432E;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	padding: 10px 0;
}

/*----------------------------------------------------
 レイアウト
----------------------------------------------------*/
.commonWidth{
	max-width: 1120px;
	margin: 0 auto;
}

@media (max-width: 1120px) {
  .commonWidth{
	width: 95%;
	margin: 0 auto;
	}
}

.wrapper01{
	background: #CCE2F2;
}

.wrapper02{
	background: url(../images/bg_01.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.wrapper03{
	background: url(../images/bg_02.png);
	-webkit-background-size: cover;
	background-size: cover;
}

.wrapper04{
	background: url(../images/bg_03.png);
}

.wrapper05{
	background: #CCE2F2;
}

/*----------------------------------------------------
 共通パーツ
----------------------------------------------------*/
.sectionTitle{
	text-align: center;	
	padding: 128px 0 50px;
}

.sectionRecruit .sectionTitle img{
	width: 192px;
}
.sectionInformation .sectionTitle img{
	width: 264px;
}
.sectionEntry .sectionTitle img{
	width: 184px;
}
.sectionEnvironment .sectionTitle img{
	width: 365px;
}
.sectionSupport .sectionTitle img{
	width: 245px;
}
.sectionInexperienced .sectionTitle img{
	width: 329px;
}
.sectionFacility .sectionTitle img{
	width: 191px;
}


.subtitle{
	text-align: center;
	font-weight: normal;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 50px;	
}

.subtitle:after{
	content: "";
	width: 20px;
	height: 5px;
	border-radius: 5px;
	background: #0887DC;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.formArea{
	max-width: 380px;
	margin: 0 auto;
	text-align: center;	
}

.formArea a{
	display: block;
	width: 100%;
	height: 86px;
	line-height: 86px;
	font-size: 	25px;
	color: #fff;
	text-decoration: none;
	background: #0887DC;
	border-radius: 10px;
	text-align: center;	
	margin-top: 14px;	
}
/*----------------------------------------------------
 コンテンツ
----------------------------------------------------*/
/*Recruit*/

.sectionRecruit{
	padding-bottom: 160px;	
}


.sectionRecruit .catchcopy{
	text-align: center;	
	font-weight: bold;
	margin-bottom: 50px;		
}

.sectionRecruit .text01{
	text-indent: -1.5em;
	padding-left: 1.5em;
/*	width: 70%;*/
	margin: 0 auto;
	margin-bottom: 32px;
}

.sectionRecruit .text01 + .text01{
	margin-bottom: 64px;
}

.sectionRecruit .helpList{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;		
}

.sectionRecruit .helpList li{
	width: calc(96% / 3);
}

.sectionRecruit .helpList li img{
	width: 100%;
	margin-bottom: 20px;	
}

.sectionRecruit .helpList .text02{
	font-size: 13px;
	padding-left: 22px;
	border-left: 6px solid #0887DC;	
}

.sectionRecruit .text03{
	background: #fff;
	border: 1px solid #0887DC;
	padding: 7.2% 8.6%;
}


/*Information*/

.sectionInformation{
	padding-bottom: 160px;	
}

.sectionInformation .sectionTitle img{
	width: 264px;
}

.sectionInformation .blockWrapper{
	display: flex;
	justify-content: space-between;

}

.sectionInformation .infoBlock{
	width: calc(98% / 2);
	padding: 5% 8% 0;
	border-radius: 30px;
	box-sizing: border-box;
}

.sectionInformation .infoBlock.fukushi{
	background: #CCE1F6;
}

.sectionInformation .infoBlock.kodomo{
	background: #DEF3F8;
}

.sectionInformation .facilityType{
	font-size: 25.6px;
	text-align: center;
	margin-bottom: 50px;
}

.sectionInformation .jobType{
	color: #fff;
	border-radius: 28px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 26px;
}

.sectionInformation .fukushi .jobType{
	background: #85B4E3;
}

.sectionInformation .kodomo .jobType{
	background: #68D0EB;
}

.sectionInformation .jobStatus{
	margin-bottom: 50px;
}

.sectionInformation .jobStatus li{
	margin-bottom: 20px;
}

.sectionInformation .jobStatus a{
	color: #333;
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;
}

.sectionInformation .jobStatus a:after{
	content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 0;
  top: 8px;
  transform: rotate(45deg);
}

.sectionInformation .jobName{
	display: block;
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding: 10px 1.5vw;
	margin-bottom: 30px;
	position: relative;	
}

.sectionInformation .jobName:after{
		content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 18px;
  top: 18px;
  transform: rotate(45deg);
}


/*Entry*/
.sectionEntry{
	position: relative;
	padding-bottom: 400px;	
}

.sectionEntry .flowList{
	width: 420px;
	margin: 0 auto 120px;
	text-align: center;
}

.sectionEntry .flowList li{
	margin-bottom: 55px;
}

.sectionEntry .flowList li:nth-child(2){
	text-align: left;
}

.sectionEntry .flowList h4{
	width: 120px;
	height: 120px;
	border-radius: 80px;
	border: 3px solid #0887DC;
	background: #EBF6FE;
	text-align: center;
	color: #0887DC;
	margin: 0 auto 20px;
}

.sectionEntry .flowList h4 span{
	display: block;
	padding-top: 30px;
}

.sectionEntry .entryAddressBlock{
	background: #fff;
	border: 1px solid #0887DC;
	padding: 120px 0;
	position: absolute;
	bottom: -400px;
	width: 100%;
}

.sectionEntry .entryAddressBlock .textBox{
	max-width: 527px;
	margin: 0 auto;
}

.sectionEntry .entryAddressBlock .textBox p{
	margin-bottom: 20px;
}

.sectionEntry .entryAddressBlock .textBox .noteList{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	margin-bottom: 80px;	
}

.sectionEntry .entryAddressBlock .textBox .noteList li{
	position: relative;	
	padding-left: 20px;	
	margin-bottom: 10px;	
}

.sectionEntry .entryAddressBlock .textBox .noteList li::before{
	content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #0887DC;
  border-right: solid 2px #0887DC;
  position: absolute;
  left: 0;
  top: 7px;
   transform: rotate(45deg);
}


/*Environment & Support*/
.sectionEnvironment{
	padding-top: 400px;
}

.features .subtitle{
	margin-top: 80px;	
}

.features .iconList{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;	
}

.features .iconList li{
	background: #F7F7F7;
	border-radius: 30px;
	text-align: center;	
	padding-top: 23px;
	width: calc(93.75% / 4);
	height: auto;
	aspect-ratio: 1/1;
	box-sizing: border-box;
	font-weight: bold;	
}

.features .iconList li img{
	width: 50%;
	margin-bottom: 8px;	
}

.features .iconList li span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2;
	display: inline-block;
	margin-top: -5px;
	font-weight: normal;			
}

/*Inexperienced*/
.sectionInexperienced .imgList{
	display: flex;
	justify-content: space-between;	
	margin: 70px 0 30px;
}

.sectionInexperienced .imgList li{
	width: calc(96% / 3);
}

.sectionInexperienced .imgList img{
	width: 100%;
}

.sectionInexperienced .noteText{
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;	
}

/*Facility*/
.sectionFacility{
	padding-bottom: 220px;
}

.sectionFacility .facilityList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sectionFacility .facilityList li{
	width: calc(96% / 3);
	margin-bottom: 30px;
	text-align: center;
	font-size: 17px;	
}
.sectionFacility .facilityList li a{
	color: #333;
	text-decoration: none;	
}

.sectionFacility .facilityList li img{
	width: 100%;
	margin-bottom: 14px;	
}

/*Cv*/

.sectionCv{
	padding-bottom: 120px;	
}

.sectionCv .cvBalloon{
	background: #68D0EB;
	color: #fff;
	border-radius: 30px;
	text-align: center;	
	padding: 30px 0;
	font-size: 25.6px;
	position: relative;
	top: -75px;
}

.sectionCv .cvBalloon:after{
	content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -20px;
	  border: 20px solid transparent;
	  border-top: 20px solid #68D0EB;
}

.sectionCv .smileList{
	display: flex;
	justify-content: center;
	margin-bottom: 90px;	
}

.sectionCv .smileList li{
	width: 8vw;
	margin: 0 15px;
}

.sectionCv .smileList li img{
	width: 100%;
}

.sectionCv .cvBlock{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;		
}

.sectionCv .cvBlock .telBox{
	padding: 50px 0;
	width: 49.5%;
	border-right: 4px solid #CCE2F2;
}

.sectionCv .cvBlock .telBox p{
	max-width: 448px;
	height: 96px;
	line-height: 96px;	
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;	
}

.sectionCv .cvBlock .telBox p span{
	font-size: 0.8em;
	margin-right: 15px;	
}

.sectionCv .cvBlock .telBox p:first-child{
	background: #68D0EB;
	color: #fff;
	margin-bottom: 18px;	
}

.sectionCv .cvBlock .telBox p:last-child{
	border: 1px solid #68D0EB;
	color: #68D0EB;
}

.sectionCv .cvBlock .formBox{
	width: 49.5%;
}


@media screen and (max-width: 767px) { 
	body {
		font-size: 16px;
	}

	#header{
		height: 50px;
	}

	#header h1 img{
		width: 150px;
	}


	#panel-btn{
	  display: inline-block;
	  position: absolute;
	  z-index: 9999;
	  top:5px;
	  right:20px;
	  width: 40px;
	  height: 40px;
	}
	#panel-btn-icon{
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 30%;
	  width: 28px;
	  height: 2px;
	  margin: -1px 0 0 -7px;
	  background: #5574bc;
	  transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 28px;
	  height: 2px;
	  background: #5574bc;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -8px;
	}
	#panel-btn-icon:after{
	  margin-top: 6px;
	}
	#panel-btn .close{
	  background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	}
	#panel-btn .close:before{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  background: #5574bc;
	}
	#panel-btn .close:after{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	  background: #5574bc;
	}

	#nav {
	width:100%;
		height: 100%;
		position: fixed;
		top: 0;
		right:0;
		bottom:0;
		z-index: 9;
		overflow-y: scroll;
		background: rgba(255,255,255,0.9) !important;
		display:none;
	}

	#nav li:first-child {
	margin-top: 80px;
	border-top:1px solid #5574bc;
	}
	#nav li img {
	width: 60%;
	}
	#nav li:last-child {
	margin-bottom: 40px;
	} 
	#nav li {
	width: 80%;
	border-bottom: 1px solid #004395;
	margin: 0 auto;
	  font-size:16px;
	  color: #004395;
	  line-height: 1.6;
	}

	#nav li span {
	display: block;
	font-size: 12px;
	  color: #004395;
	}
	#nav li a {
		display:block;
		color:#004395;
		text-decoration: none;
		position:relative;
		padding: 10px 0;
	}
	#nav li a:after {
/*	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	  content: "\f105";
		position: absolute;
		top: 0;
		bottom:0;
		right:0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;*/
	}

	.sectionTitle{
		padding: 70px 0 50px;
	}
	.sectionRecruit .sectionTitle img{
		width: calc(192px * 0.8);
	}
	.sectionInformation .sectionTitle img{
		width: calc(264px * 0.8);
	}
	.sectionEntry .sectionTitle img{
		width: calc(184px * 0.8);
	}
	.sectionEnvironment .sectionTitle img{
		width: calc(365px * 0.8);
	}
	.sectionSupport .sectionTitle img{
		width: calc(245px * 0.8);
	}
	.sectionInexperienced .sectionTitle img{
		width: calc(329px * 0.8);
	}
	.sectionFacility .sectionTitle img{
		width: calc(191px * 0.8);
	}


	.kv{
		background: url(../images/kv_bg.png) center 2vw no-repeat;
		background-size: 176%;
		padding-top: 32%;
	}

	.kvText{
		margin-left: 11%;
		width: 82%;
	}
	.sectionRecruit{
		padding-bottom: 80px;
	}
	.sectionInformation{
		padding-bottom: 80px;
	}
	.sectionRecruit .helpList{
		display: block;
	}

	.sectionRecruit .helpList li{
		width: 100%;
		margin-bottom: 20px;
	}

	.sectionInformation .blockWrapper{
		display: block;
	}

	.sectionInformation .infoBlock{
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.sectionEntry{
		padding-bottom: 400px;
	}

	.sectionEntry .flowList{
		width: 100%;
	}

	.sectionEnvironment{
		padding-top: 200px;
	}

	.sectionEntry .entryAddressBlock{
		padding: 40px 10px;
		box-sizing: border-box;
		bottom: -200px;
	}
	.sectionEntry .entryAddressBlock .textBox .noteList{
		font-size: 11px;
	}
	.features .subtitle{
		margin-top: 40px;
	}

	.features .iconList{
		flex-wrap: wrap;
	}

	.features .iconList li{
		width: calc(97% / 2);
		margin-bottom: 10px;
	}

	.features .iconList li span{
		font-size: 11px;
	}

	.sectionInexperienced .imgList{
		margin-top: 30px;
	}
	.sectionFacility{
		padding-bottom: 100px;
	}

	.sectionFacility .facilityList li{
		width: calc(98% / 2);
		font-size: 12px;
	}
	.sectionCv .cvBalloon{
		font-size: 12px;
		margin-bottom: -30px;
	}
	.sectionCv .smileList{
		flex-wrap: wrap;
	}
	.sectionCv .smileList li{
		width: 27vw;
    	margin: 0 5px 5px;
	}
	.sectionCv .cvBlock{
		display: block;
		padding: 20px 10px;
	}

	.sectionCv .cvBlock .telBox{
		width: 100%;
		border: 0;
		padding: 20px 0
	}
	.sectionCv .cvBlock .formBox{
		width: 100%;
		border-top: 4px solid #CCE2F2;
		padding-top: 20px;
	}

	#footer{
		font-size: 14px;
		padding-top: 30px;
	}
	#footer .footerInner{
		display: block;
		width: 95%;
		padding-bottom: 0;
	}
	#footer .footerInner .yukidaruma{
		position: relative;
	}
	#footer .footerInner .footerLogoArea{
		width: 270px;
		margin: 0 auto 20px;
	}
	#footer .footerMenuArea{
		width: 100%;
	}
	#footer .footerMenu01{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	#footer .footerMenu01 .footerMenuBlock{
		width: 48%;
	}
	#footer .footerMenu01 .footerMenuBlock:last-child{
		width: 48%;
	}
	#footer .footerMenu02{}
	#footer .footerMenu02 ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer .footerMenu02 ul li{
		margin: 0 2.5vw 10px;
	}

}

