@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
	margin-left: 0;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
.page-contents{
	margin: 100px auto;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
	.voice-item{
		margin-bottom: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}

/* interview
------------------------------------------------------ */
.interview-num{
	text-align: center;
	font-size: 2rem;
}
.interview-num:after{
	content: '';
	background: #000;
	width: 35px;
	height: 2px;
	display: block;
	margin: 20px auto 0;
}
.interview-num span{
	color: #00B987;
	font-size: 2rem;
}
.interview-info-wrap{
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
}
.interview-info-wrap p{
	font-size: 1.8rem;
}
.interview-licensed {
  text-align: center;
  margin-bottom: 20px;
}
.interview-img01 {
  width: 80%;
  margin: 0 auto 60px;
}
.interview-wrap-bg {
  background: #E6F1EB;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
	padding: 80px 0;
}
.interview-wrap {
  width: 90%;
  max-width: 1048px;
  margin: 0 auto;
}
.interview-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.interview-ttl{
	color: #00B987;
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: 600;
}
.message-wrap{
	display: flex;
}
.message-txt-wrap {
    width: 70%;
}
.message-wrap {
  display: flex;
  align-items: center;
	margin: 60px auto 100px;
	justify-content: space-between;
	max-width: 800px;
}
.message-img{
	width: 20%;
}
.message-txt-wrap {
  background: #E6F1EB;
  padding: 30px 0;
	position: relative;
	border-radius: 10px;
}

.message-deco{
	position: absolute;
	width: 40%;
	top: -20px;
}
.message-txt-wrap p{
	width: 80%;
	margin: 0 auto;
}
.message-deco {
  position: absolute;
  width: 30%;
  top: -24px;
  left: 52px;
}


.other-interview-img{
	position: relative;
	margin-bottom: 40px;
}
.other-interview-img:after{
	content: '';
	background: #E6F1EB;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: -30px;
	right: -30px;
	z-index: -1;
}
.other-info-wrap {
    display: flex;
}
.other-num{
	font-size: 1.8rem;
}
.other-num:after{
	content: '';
	background: #000;
	width: 35px;
	height: 2px;
	display: block;
	margin: 10px 0;
}
.other-num span{
	font-size: 1.8rem;
	color: #00B987;
}
.occupation{
	color: #00B987;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.interview-item{
		flex-direction: column;
	}
	.interview-item:nth-child(1),.interview-item:nth-child(3){
		flex-direction: column-reverse;
	}
	.interview-item-img{
		margin-bottom: 20px;
	}
	.message-wrap{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.message-img {
    width: 40%;
}
	.message-txt-wrap{
		margin-bottom: 30px;
	}
.message-txt-wrap:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E6F1EB;
	}
	.message-txt-wrap{
		width: 90%;
	}
	.message-deco{
		width: 40%;
		top: -10px;
		left: 22px;
	}
	.other-interview-item {
    width: 90%;
    margin: 0 auto 40px;
}
	.other-interview-img:after{
		bottom: -16px;
		right: -16px;
	}
	.interview-wrap-bg{
		padding-bottom: 10px;
	}
	.interview-info-wrap p {
    font-size: 1.4rem;
}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
.interview-txt-wrap {
  width: 40%;
}
.interview-item-img{
	width: 55%;
}
	.message-txt-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #E6F1EB;
}
	.other-interview-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 750px;
	margin: 0 auto 100px;
}
.other-interview-item{
	width: 45%;
	margin-bottom: 30px;
}
}
/* requirements
------------------------------------------------------ */
.requirements-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.entry-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.requirements-wrap h3 span,.entry-wrap h3 span{
	display: block;
	margin-top: 20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.requirements-wrap{
		flex-direction: column;
	}
	.entry-wrap{
		flex-direction: column-reverse;
	}
	.requirements-txt,.entry-txt{
		width: 100%;
		margin-top: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.requirements-img,.entry-img{
		width: 48%;
	}
	.requirements-txt,.entry-txt{
		width: 40%;
	}
}