/* 
 
 追加CSS スタイル

 ※Sass環境以外のCSS

*/

.page-person .page-info ul li {
  position: relative;
}
.page-person .page-info ul li ul {
  display: none;
}
.page-person .page-info ul li #menuOn {
  display: none;
}
.page-person .page-info ul li label {
  display: block;
  border: 2px solid #eb361d;
  padding: 15px 30px;
  font-size: 108%;
  text-align: center;
  background-color: #ffffff;
  color: #eb361d;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.page-person .page-info ul li.active label {
  color: #fff;
  background-color: #eb361d;
}
.page-person .page-info ul li #menuOn:checked + ul {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
}
.page-person .page-info ul li ul li {
  display: block;
  margin: 0;
}
.page-person .page-info ul li ul li a {
  display: block;
  width: 100%;
  border-top: none;
  background-color: #eeeeee;
  text-align: left;
  color: #eb361d;
  position: relative;
  padding: 10px 30px;
}
.page-person .page-info ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5px 0 1.5px 4px;
  border-color: transparent transparent transparent #eb361d;
}
.page-person .page-info ul li ul li a:hover {
  background-color: #eb361d;
}
.page-person .page-info ul li ul li a:hover:before {
  border-color: transparent transparent transparent #fff;
}
.page-person.page-person-2020 .rows-interview {
  clear: both;
}
.page-person.page-person-2020 h3 {
  letter-spacing: 0;
}
.page-person.page-person-2020 h4 {
  font-size: 150%;
  margin-bottom: 30px;
}
.page-person.page-person-2020 .past {
  text-align: center;
}
.page-person.page-person-2020 .past .title {
  font-size: 345%;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
  color: #eb361d;
}
.page-person.page-person-2020 .section-04 .rows-interview {
  margin-bottom: 0;
}
.page-person.page-person-2020 .clearbox .float-left {
  width: 5.98%;
}
.page-person.page-person-2020 .clearbox .float-right {
  width: 94.02%;
}
.page-person.page-person-top .past {
  text-align: center;
}
.page-person.page-person-top .past .title {
  font-size: 345%;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
  color: #eb361d;
}
.page-person .rightButton {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-person .page-main {
  margin-top: 40px;
}
.page-person .page-main .title {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.page-person .page-main .text {
  position: absolute;
  bottom: 30px;
  right: 25px;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 5px 40px;
  font-size: 120%;
}

.page-person .symposium {
  text-align: center;
  margin-top: 160px;
}
.page-person .symposium .title {
  font-size: 345%;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
  color: #eb361d;
}
.page-person .symposium .symposium-button {
  display: inline-block;
  margin: 0 15px;
}

.page-person .section-03.section-common {
  margin-bottom: 125px;
}
.page-person .section-04.section-common {
  margin-bottom: 100px;
}

@media only screen and (min-width: 960px) {
  .page-company-history .block-history .row.row-vh {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 679px) {
  .page-person .page-info ul li #menuOn:checked + ul {
    position: relative;
  }
  .page-person .page-info ul li ul li {
    width: 100%;
  }
  .page-person.page-person-2020 .rows-interview {
    clear: both;
  }
  .page-person.page-person-2020 h3 {
    letter-spacing: 0;
  }
  .page-person.page-person-2020 h4 {
    font-size: 150%;
    margin-bottom: 30px;
  }
  .page-person.page-person-2020 .past {
    text-align: center;
  }
  .page-person.page-person-2020 .past .title {
    font-size: 230.8%;
    margin-bottom: 30px;
  }
  .page-person.page-person-2020 .past .past-button {
    margin: 0 20px;
  }
  .page-person.page-person-2020 .section-04 .rows-interview {
    margin-bottom: 0;
  }
  .page-person.page-person-2020 .clearbox {
    margin-top: 30px;
  }
  .page-person.page-person-top .past .title {
    font-size: 230.8%;
    margin-bottom: 30px;
  }
  .page-person.page-person-top .past .past-button {
    margin: 0 20px;
  }
  .page-person .rightButton {
    display: none;
  }
  .page-person .page-main {
    margin-top: 20px;
  }
  .page-person .page-main .title {
    top: -30px;
  }
  .page-person .page-main .text {
    display: none;
  }

  .page-person .symposium {
    text-align: center;
    margin: 50px 20px 0;
  }
  .page-person .symposium .title {
    font-size: 230.8%;
    margin-bottom: 30px;
  }
  .page-person .symposium .symposium-button {
    display: block;
    margin: 0 0 15px;
  }

  .page-person .section-03.section-common {
    margin-bottom: 70px;
  }
  .page-person .section-04.section-common {
    margin-bottom: 30px;
  }
}

/*------------------------------------------

2021/04/02
修正・追加css

------------------------------------------*/
/* 共通部品 */
.header-common .container-common {
  max-width: 100% !important;
  padding: 0 14px 0 10px;
}
.header-common .container-common .header-all {
  width: 16%;
  max-width: 256px;
}

.header-nav .gnav li {
  width: 12.5%;
}
.header-nav .gnav li:nth-child(7) a {
  padding: 18px 0 20px;
}
.header-nav .gnav li:nth-child(1):before {
  background-color: #0162b1;
}
.header-nav .gnav li:nth-child(1) a {
  color: #fff;
}
.header-nav .gnav li:nth-child(1):hover:before {
  background-color: #eb361d;
}
#internship .header-nav .gnav li:nth-child(7):before {
  background-color: #eb361d;
}
#internship .header-nav .gnav li:nth-child(7) a {
  color: #fff;
}
#internship .header-nav .gnav li.active:before {
  background-color: #fff;
}
#internship .header-nav .gnav li.active a {
  color: #000;
}
@media only screen and (max-width: 959px) {
  .header-nav .gnav li {
    width: 100%;
  }
  .header-nav .gnav li:nth-child(7) a {
    padding: 20px 20%;
  }
}
.wrapper-links .links .col {
  margin-bottom: 30px;
}
.wrapper-links .links .col h2 {
  font-size: 105%;
}

/* 動画で見る東研サーモテック */
/*共通*/
#movie .sp {
  display: none;
}
#movie .section_title {
  position: absolute;
  max-width: 680px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 55px 60px;
  color: #fff;
}
#movie .section_title .main {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
#movie .section_title .main:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background-color: #e44832;
  bottom: 0;
  left: 0;
}
#movie .movie_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
#movie .movie_box .textArea {
  text-align: center;
}
#movie .movie_box .textArea p {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
#movie .movie_box .textArea .time {
  color: #eb361d;
}
#movie .movie_box .movie_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 70%;
  background-color: #eb361d;
  margin: 0 auto 35px;
}
#movie .movie_box .movie_title:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #eb351d transparent transparent transparent;
}
#movie .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 959px) {
  #movie .pc {
    display: none;
  }
  #movie .sp {
    display: block;
  }
  #movie .section_title {
    width: 66.12%;
    padding: 20px 20px;
  }
  #movie .section_title .main {
    font-size: 19px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  #movie .section_title .main:before {
    width: 25px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
  }
  #movie .movie_block {
    display: block;
  }
  #movie .movie_box .textArea p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #movie .movie_box .movie_title {
    font-size: 14px;
    width: 60%;
    margin: 0 auto 15px;
  }
  #movie .movie_box .movie_title:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #eb351d transparent transparent transparent;
  }
}

/*個別*/
#movie-main.page-main.photo-full {
  margin-bottom: 75px !important;
}
#movie .page-main.photo-full h2 {
  padding: 30px 75px;
}
#movie .top_text {
  text-align: center;
  margin-bottom: 70px;
}

#movie #top-message {
  background: url("../images/recruit_main/movie/section01_bg.jpg") no-repeat center 67px;
  background-size: 100%;
  margin-bottom: 100px;
}
#movie #top-message .top-message_inn {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 325px;
}
#movie #top-message .section_title {
  top: 0;
  right: 0;
}
#movie #top-message .movie_box {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 959px) {
  #movie .page-main.photo-full h2 {
    padding: 10px;
  }
  #movie .top_text {
    text-align: center;
  }

  #movie #top-message {
    background: url("../images/recruit_main/movie/section01_bg_sp.jpg") no-repeat center 80px;
    background-size: 100%;
    margin-bottom: 50px;
  }
  #movie #top-message .top-message_inn {
    padding: 0 5%;
    padding-top: 220px;
  }
  #movie #top-message .section_title {
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #movie #top-message .movie_box {
    width: 100%;
    margin: 0 auto;
  }
}

#movie #one-day {
  background: url("../images/recruit_main/movie/section02_bg.jpg") no-repeat center 75px;
  background-size: 100%;
  margin-bottom: 100px;
}
#movie #one-day .one-day_inn {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 325px;
}
#movie #one-day .section_title {
  top: 0;
  left: 65px;
}
#movie #one-day .movie_box {
  max-width: 475px;
  width: 100%;
  margin: 0 25px;
}
@media only screen and (max-width: 959px) {
  #movie #one-day {
    background: url("../images/recruit_main/movie/section02_bg_sp.jpg") no-repeat center 80px;
    background-size: 100%;
    margin-bottom: 50px;
  }
  #movie #one-day .one-day_inn {
    padding: 0 5%;
    padding-top: 220px;
  }
  #movie #one-day .section_title {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #movie #one-day .movie_box {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

#movie #reason {
  background: url("../images/recruit_main/movie/section03_bg.jpg") no-repeat center 75px;
  background-size: 100%;
  margin-bottom: 100px;
}
#movie #reason .reason_inn {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 325px;
}
#movie #reason .section_title {
  top: 0;
  right: 0;
}
#movie #reason .movie_box {
  max-width: 475px;
  width: 100%;
  margin: 0 25px 45px;
}
@media only screen and (max-width: 959px) {
  #movie #reason {
    background-size: 150%;
    margin-bottom: 50px;
  }
  #movie #reason .reason_inn {
    padding: 0 5%;
    padding-top: 220px;
  }
  #movie #reason .section_title {
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #movie #reason .movie_box {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

#movie #factory {
  background: url("../images/recruit_main/movie/section04_bg.jpg") no-repeat center 84px;
  background-size: 100%;
  margin-bottom: 100px;
}
#movie #factory .factory_inn {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 320px;
}
#movie #factory .section_title {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#movie #factory .section_title .main:before {
  left: 50%;
  transform: translateX(-50%);
}
#movie #factory .movie_box {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  #movie #factory {
    background: url("../images/recruit_main/movie/section04_bg_sp.jpg") no-repeat center 80px;
    margin-bottom: 50px;
  }
  #movie #factory .factory_inn {
    padding: 0 5%;
    padding-top: 220px;
  }
  #movie #factory .section_title {
    top: 0;
  }
  #movie #factory .movie_box {
    width: 100%;
    margin: 0 auto;
  }
}

#movie #company-briefing {
  background: url("../images/recruit_main/movie/section05_bg.jpg") no-repeat center 84px;
  background-size: 100%;
  margin-bottom: 100px;
}
#movie #company-briefing .company-briefing_inn {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 258px;
}
#movie #company-briefing .section_title {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#movie #company-briefing .section_title .main:before {
  left: 50%;
  transform: translateX(-50%);
}
#movie #company-briefing .movie_box {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  #movie #company-briefing {
    background-size: 150%;
    margin-bottom: 50px;
  }
  #movie #company-briefing .company-briefing_inn {
    padding: 0 5%;
    padding-top: 220px;
  }
  #movie #company-briefing .section_title {
    top: 0;
  }
}

#company-briefing .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#company-briefing .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#company-briefing .inner {
  max-width: 1000px;
  margin: 0 auto 100px;
}
#company-briefing .c_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
#company-briefing .c_title span {
  border-bottom: 5px solid #eb361d;
  display: inline-block;
  padding-bottom: 10px;
}
#company-briefing .c_text {
  text-align: center;
  margin-bottom: 50px;
}
#company-briefing .movieBlock {
  width: 100%;
  max-width: 690px;
  text-align: center;
  margin: 0 auto;
}
#company-briefing .movieBlock .textArea p {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
#company-briefing .movieBlock .textArea .time {
  color: #eb361d;
}
#company-briefing .c_subtitle {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 65px;
  background-color: #eb361d;
  margin: 0 auto 65px;
}
#company-briefing .c_subtitle:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #eb351d transparent transparent transparent;
}
#company-briefing .movieList {
  text-align: center;
  margin-top: 75px;
}
#company-briefing .movieList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#company-briefing .movieList ul li {
  width: 23.5%;
  margin-bottom: 25px;
}
#company-briefing .movieList ul li a {
  display: block;
  border: 2px solid #ea290f;
  padding: 40px 0 25px;
}
#company-briefing .movieList ul li a:hover,
#company-briefing .movieList ul li a:active {
  text-decoration: none;
}
#company-briefing .movieList ul li a .text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
#company-briefing .movieList ul li a .text span {
  color: #eb361d;
}
#company-briefing .movieList ul li a .time {
  color: #eb361d;
}
#movie #questionnaire .c_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
#movie #questionnaire .c_title span {
  border-bottom: 5px solid #eb361d;
  display: inline-block;
  padding-bottom: 10px;
}
#movie #questionnaire .c_text {
  text-align: center;
  margin-bottom: 50px;
}
#movie #questionnaire .button {
  text-align: center;
}
#movie #questionnaire .button a {
  display: block;
  max-width: 480px;
  width: 100%;
  border: 3px solid #eb361d;
  color: #eb361d;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
}

#movie #questionnaire .button a:before {
  position: absolute;
  content: "";
  left: 29%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #eb361d;
}
#movie #questionnaire .button a:hover {
  color: #fff;
  background-color: #eb361d;
  text-decoration: none;
  opacity: 1;
}
#information-session {
  padding-top: 30px;
}
@media only screen and (max-width: 959px) {
  #company-briefing .inner {
    width: 90%;
    margin: 0 5% 50px;
  }
  #company-briefing .c_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #company-briefing .c_title span {
    border-bottom: 3px solid #eb361d;
    padding-bottom: 5px;
  }
  #company-briefing .c_text {
    margin-bottom: 25px;
  }
  #company-briefing .movieBlock .textArea p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #company-briefing .c_subtitle {
    font-size: 14px;
    padding: 5px 0;
    background-color: #eb361d;
    width: 64%;
    margin: 0 auto 20px;
  }
  #company-briefing .c_subtitle:after {
    bottom: -5px;
    border-width: 5px 3px 0 3px;
  }
  #company-briefing .movieList {
    margin-top: 35px;
  }
  #company-briefing .movieList ul {
    display: block;
  }
  #company-briefing .movieList ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #company-briefing .movieList ul li a .text {
    font-size: 14px;
  }
  #movie #questionnaire .c_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #movie #questionnaire .c_title span {
    border-bottom: 3px solid #eb361d;
    padding-bottom: 5px;
  }
  #movie #questionnaire .c_text {
    margin-bottom: 25px;
  }
  #movie #questionnaire .button a:before {
    left: 20%;
  }
  #information-session {
    padding-top: 10px;
  }
}

.home .feature-main li {
  width: 50%;
}

.home .feature-main li a {
  padding-bottom: 50%;
}

.page-person {
  display: none;
}

.home .feature-main li:nth-child(2) a:hover {
  background: url(../images/recruit_main/home/nav_photo_03.jpg) 0 0 no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 960px) {
  .header-nav .gnav li a .title{
    font-weight: bold;
  }
  .header-common .container-common .header-nav {
    width: 62.5%;
  }
  .header-nav .gnav li {
    vertical-align: top;
  }
  .header-nav .gnav li a {
    padding: 0;
    height: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-nav .gnav li a .alphabet {
    width: 100%;
  }
}


.bnr-entry-wrap{
  margin-top: 35px;
}

.bnr-entry-wrap p{
  text-align: center;
  margin-bottom: 25px;
}

.bnr-entry{
  display: flex;
  justify-content: center;
}

.bnr-entry li{
  margin: 0 8px;
}

@media only screen and (max-width: 679px){
  .bnr-entry-wrap{
    margin-top: 20px;
  }
  .bnr-entry-wrap p{
    margin-bottom: 20px;
  }
  .bnr-entry{
    display: block;
  }
  .bnr-entry li{
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 959px) {
.header-common .header-main .header-all {
    width: 100%;
}
}