<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p,
dl {
  text-align: left;
}
.fs12 {
	font-size: 12px;
}
.container{
	max-width: 800px;
}
.subImage01 {
  background: url(../img/pic_index01.jpg) no-repeat center center, #64a0ff;
}
@media only screen and (max-width:640px) {
	.subImage01 {
		background: url(../img/pic_index01_sp.jpg) no-repeat center center, #64a0ff;
	}
}
.subImage01 .titParent01{
	max-width: 820px;
	margin: 0 auto;
}
.titParent{
  margin: 0 auto;
}
.titSub01 {
  padding: 70px 100px 0 0;
}
.carrerList:not(:last-child) {
  margin-bottom: 50px;
}
.carrerList p:nth-child(3) {
  margin-top: 10px;
}
#container .titParent{
  max-width: 800px;
  background-size: auto 100%;
	margin-top: 30px;
	height: 275px;
}
#container .titParent01 {
  background: url("../img/pic_index02.jpg") no-repeat center center;
}
#container .titParent02 {
  background: url("../img/pic_index03.jpg") no-repeat center center;
}
#container .titParent03 {
  background: url("../img/pic_index04.jpg") no-repeat center center;
}

@media only screen and (min-width: 641px) {
  .entryOnly01 {
    width: 768px;
    margin: 30px auto 50px;
  }
  .entryOnly01 li {
    width: 376px;
    float: left;
  }
  .entryOnly01 li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .titParent01{
    width: 100%;
    margin: 0 auto;
  }
  .titSub01 {
    padding: 70px 100px 0 0;
  }
}

@media only screen and (max-width: 820px) {
  .voiceContent01 dd {
    width: 87%;
  }
}

@media only screen and (max-width: 800px) and (min-width: 641px) {
  .entryOnly01 {
    width: 94%;
    margin: 30px auto 50px;
  }
  .entryOnly01 li {
    width: 49%;
  }
}

@media only screen and (max-width:660px) {
  .stepContentWrap02 .titParent01 {
    width: 100%;
    background: url("../img/pic_index02.jpg") no-repeat center center;
    background-size: cover;
  }
  .stepContentWrap02 .titSub01 {
      padding: 24px 20px 20px 0;
  }
  .titSub01 {
    padding: 70px 30px 0 0;
  }
}

@media only screen and (max-width:640px) {
  .stepLink01 li {
    text-align: center;
  }
	#container .titParent01 {
		background: url("../img/pic_index02_sp.jpg") no-repeat center center;
	}
	#container .titParent02 {
		background: url("../img/pic_index03_sp.jpg") no-repeat center center;
	}
}

@media only screen and (max-width:640px) {
  .imageArea01, .subImage01 {
    height: 410px;
  }
}

@media only screen and (max-width:580px) {
  .titSub01 {
    width: 300px;
  }
}

@media only screen and (max-width:500px) {
  .imageArea01, .subImage01 {
    height: 320px;
		background-size: auto 100%;
  }
  .titSub01 {
    width: 250px;
    padding: 50px 30px 0 0;
  }
}

@media only screen and (max-width:414px) {
  .imageArea01, .subImage01 {
    height: 268px;
  }
  .titSub01 {
    width: 205px;
    padding: 47px 13px 0 0;
  }
}

@media only screen and (max-width:400px) {
  .imageArea01, .subImage01 {
    height: 256px;
  }
  .titSub01 {
    width: 195px;
    padding: 45px 10px 0 0;
  }
  .stepContentWrap02 .titSub01 {
    padding: 24px 10px 20px 0;
  }
  .voiceContent01 dd {
    width: 73%;
  }
}



@media only screen and (max-width:340px) {
  .imageArea01, .subImage01 {
    height: 220px;
  }
  .titSub01 {
    width: 170px;
    padding: 39px 10px 0 0;
  }
}
#container .carrerList h2{
	font-size: 32px;
	color: #000;
	padding-left: 30px;
	display: inline-block;
	margin-top: 10px;
}
#container .carrerList h2.icoPc{
	background: url(../../voice/img/ico_career01.png)no-repeat left top;
	padding-left: 80px;
}
#container .carrerList h2.icoTalk{
	background: url(../../voice/img/ico_career02.png)no-repeat left center;
	padding: 10px 0 10px 90px;
	background-size: contain;
	margin-bottom: 20px;
}
#container .carrerList h2.icoLight{
	background: url(../../voice/img/ico_career03.png)no-repeat left center;
	padding: 10px 0 10px 80px;
	background-size: contain;
	margin-bottom: 20px;
}
#container .stepContentWrap01{
	border-bottom: 5px solid #000;
	position: relative;
}
#container .stepContentWrap01:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #000 transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -25px;
	left: calc(50% - 25px);
	z-index: 10;
}
#container .stepContentWrap01.borderWhite01{
	border-bottom: none;
}
#container .stepContentWrap01.borderWhite01:after{
	border-color: #fff transparent transparent transparent;
}
#container .stepContentWrap01:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #fff transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -18px;
	left: calc(50% - 18px);
	z-index: 100;
}
#container .stepContentWrap01.last{
	border-bottom: none;
}
#container .stepContentWrap01.last:after{
	content: none;
}
#container .stepContentWrap01.last:before{
	content: none;
}
#container .stepContentWrap02{
	position: relative;
}

#container .stepContentWrap02:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #e6f5ff transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -25px;
	left: calc(50% - 25px);
}
#container .stepContentWrap02.last:after{
	content: none;
}
#container .yellowBtn01{
	margin: 30px auto;
	max-width: 555px;
	width: 90%;
}
#container .yellowBtn01 a{
	display: block;
	background: #f4eb63;
	color: #155df5;
	position: relative;	
	font-size: 23px;
	font-weight: bold;
	padding: 20px 10px;
}
#container .yellowBtn01:hover{
	opacity: 0.7;
}
#container .yellowBtn01 a:after{
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 36px;
	color: #155df5;
	font-family: 'FontAwesome';
	content: "\f105";
}
@media only screen and (max-width: 1200px) and (min-width: 641px){
	.stepLink01 li a, .siteLink01.stepLink01 li:last-child a{
		font-size: 19px;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 641px){
	.stepLink01 li a, .siteLink01.stepLink01 li:last-child a{
		font-size: 19px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){
	.stepLink01 li a, .siteLink01.stepLink01 li:last-child a{
		font-size: 19px;
	}
}
@media only screen and (max-width: 640px){
	#container .yellowBtn01 a{
		font-size: 17px;
	}
	.container{
		width: 94%;
	}
	#container .carrerList h2{
		font-size: 16px;
	}
	#container .carrerList h2.icoPc{
		background-size: contain;
		margin-bottom: 20px;
		padding: 2px 0 2px 60px;
	}
	#container .carrerList h2.icoTalk{
		padding: 5px 0 5px 50px;
	}
	#container .titParent{
		height: 305px;
		background-size: auto 100%;
	}
	#container .titParent.noArrow01{
		height: 270px;
	}
	#container .carrerList h2.icoLight{
		padding: 5px 0 5px 40px;
	}
	#container .stepContentWrap01 {
    padding-bottom: 0;
    border-bottom: none;
	}
	#container .stepContentWrap01.noImage01{
		padding-bottom: 40px;
	}
	#container .stepContentWrap02,
	#container .stepContentWrap01__arrow{
		padding: 20px 0 40px;
	}
	
	#container .stepContentWrap02.year3{
		padding: 40px 0;
	}
	#container .stepContentWrap01:before,#container .stepContentWrap01:after{
		content: none;
	}
	#container .stepContentWrap01__arrow:after{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 25px 25px 0 25px;
		border-color: #fff transparent transparent transparent;
		content: "";
		position: absolute;
		bottom: -25px;
		left: calc(50% - 25px);
	}
	#container .stepContentWrap01.noImage01:before,#container .stepContentWrap01.noImage01:after{
		content: "";
	}
	#container .stepContentWrap02.last {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 580px){
	#container .titParent{
		height: 280px;
	}
	#container .titParent.noArrow01{
		height: 250px;
	}
}
@media only screen and (max-width: 480px){
	#container .titParent{
		height: 240px;
	}
	#container .titParent.noArrow01{
		height: 180px;
	}
}
@media only screen and (max-width: 440px){
	#container .titParent{
		height: 210px;
	}
	#container .titParent.noArrow01{
		height: 160px;
	}
}
@media only screen and (max-width: 400px){
	#container .yellowBtn01 a{
		font-size: 14px;
	}
	#container .titParent{
		height: 200px;
	}
}
@media only screen and (max-width: 350px){
	#container .titParent{
		height: 160px;
	}
	#container .titParent.noArrow01{
		height: 140px;
	}
	
}
.carrerList p.suppleTxt01{
	font-size: 12px;
	margin-top: 10px;
}</pre></body></html>