@charset 'UTF-8';

.recruit-page .section-title {
  margin-bottom: 20px;
}


/* 従業員の想い */
.thoughts-page .page-title-nav{
  margin-left: 0;
  float: right;
  width: 780px;
}
@media screen and (max-width: 1024px){
  .thoughts-page .page-title-nav{
    float: none;
    width: 100%;
  }
}

.thoughts-page .page-title-nav li{
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
  .thoughts-page .page-title-nav li{
    width: 100%;
  }
}

.thoughts-page .page-title-nav li:nth-child(3){
  margin-right: 0;
}

.thoughts-page .topMv-title span{
  font-size: 24px;
}

.recruit-page .textAndImage_text .section-title {
  font-size: 20px;
  line-height: 2em;
}

.recruit-page .textAndImage_text span {
  margin-bottom: 0px;
}


@media screen and (max-width: 1024px){
  .topMv .container-max {
    margin-bottom: -28%;
  }

	.thoughts-page #sec1.topMv.uq_2 {
    height: auto;
  }

	.thoughts-page #sec1.topMv.uq_2 .topMv-message {
			position: relative;
			top: -24vw;
	}
}

/*
@media screen and (max-width: 1024px){
  .thoughts-page #sec1.topMv.uq_2 {
    height: 1320px;
  }
}

@media screen and (max-width: 768px){
  .thoughts-page #sec1.topMv.uq_2 {
    height: 1110px;
  }
}

@media screen and (max-width: 414px){
  .thoughts-page #sec1.topMv.uq_2 {
    height: 750px;
  }
}

@media screen and (max-width: 375px){
  .thoughts-page #sec1.topMv.uq_2 {
    height: 720px;
  }
}
*/