.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4vw 0; }
  @media screen and (max-width: 1280px) {
    .container {
      max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 90%;
      padding: 6vw 0 3vw; } }
  @media screen and (max-width: 768px) {
    .container {
      width: 90%;
      padding: 12vw 0 8vw; } }

.section__title {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 1vw; }
  @media screen and (max-width: 1024px) {
    .section__title {
      font-size: 29px; } }
  @media screen and (max-width: 768px) {
    .section__title {
      font-size: 24px;
      margin-bottom: 4vw; } }

.section__sub-title {
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 2vw; }
  @media screen and (max-width: 1024px) {
    .section__sub-title {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .section__sub-title {
      font-size: 18px;
      margin-bottom: 4vw; } }

.section__lead {
  font-size: 0.85vw;
  line-height: 1.5;
  margin: 1vw 0 2vw 0; }
  @media screen and (max-width: 1600px) {
    .section__lead {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .section__lead {
      font-size: 15px; }
      .section__lead br {
        display: none; } }
  @media screen and (max-width: 414px) {
    .section__lead {
      margin: 4vw 0; } }

/****************************************************
sales-desc
****************************************************/
/* .sales-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .sales-desc {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.sales-desc__detail {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
  -ms-flex-pack: justify-content;
  justify-content: justify-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  -ms-flex-line-pack: justify;
  align-content: space-between; }
  @media screen and (max-width: 1024px) {
    .sales-desc__detail {
      height: 360px; } }
  @media screen and (max-width: 768px) {
    .sales-desc__detail {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      height: auto;
      margin-top: 4vw; } }

.sales-desc__img {
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  height: 440px; }
  @media screen and (max-width: 1024px) {
    .sales-desc__img {
      height: 360px; } }
  @media screen and (max-width: 768px) {
    .sales-desc__img {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: auto; } }
  .sales-desc__img img {
    font-size: 0;
    width: auto;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .sales-desc__img img {
        height: auto;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.sales-desc__text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 0.85vw;
  line-height: 2.3; }
  @media screen and (max-width: 1600px) {
    .sales-desc__text {
      font-size: 1.2vw; } }
  @media screen and (max-width: 1024px) {
    .sales-desc__text {
      font-size: 1.5vw;
      margin-bottom: 4vw; } }
  @media screen and (max-width: 768px) {
    .sales-desc__text {
      font-size: 15px; } }

.article-banner {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  .article-banner a {
    display: block; }
  .article-banner:hover {
    opacity: .7; } */

/*IE11*/
/* *::-ms-backdrop, .sales-desc__detail {
  max-width: 55%; }

*::-ms-backdrop, .sales-desc__img {
  max-width: 38%; } */


/****************************************************
sales-desc（テスト）
****************************************************/
.sales-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
  @media screen and (max-width: 768px) {
    .sales-desc {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    } }

.sales-desc__detail {
  /* height: 440px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
  -ms-flex-pack: justify-content;
  justify-content: justify-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
  @media screen and (max-width: 1024px) {
    .sales-desc__detail {
      /* height: 360px;  */
    }
    }
  @media screen and (max-width: 768px) {
    .sales-desc__detail {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      height: auto;
      margin-top: 4vw;
    }
    }

.sales-desc__img {
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  /* height: 440px; */
}
  @media screen and (max-width: 1024px) {
    .sales-desc__img {
      height: 360px;
    } }
  @media screen and (max-width: 768px) {
    .sales-desc__img {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: auto;
    } }
.sales-desc__img img {
  /* font-size: 0;
  width: auto;
  height: 100%; */
}
  @media screen and (max-width: 768px) {
    .sales-desc__img img {
      height: auto;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    } }

.sales-desc__text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 0.85vw;
  line-height: 2.3;
}
  @media screen and (max-width: 1600px) {
    .sales-desc__text {
      font-size: 1.2vw; }
    }
  @media screen and (max-width: 1024px) {
    .sales-desc__text {
      font-size: 1.5vw;
      margin-bottom: 4vw; }
    }
  @media screen and (max-width: 768px) {
    .sales-desc__text {
      font-size: 15px; }
    }

.article-banner {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  .article-banner a {
    display: block; }
  .article-banner:hover {
    opacity: .7; }

/*IE11*/
*::-ms-backdrop, .sales-desc__detail {
  max-width: 55%; }

*::-ms-backdrop, .sales-desc__img {
  max-width: 38%; }

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex_wrap_inner_w60 {
  width: 57%;
  margin-right: 3%;
}
.flex_wrap_inner_w40 {
  width: 40%;
}


/****************************************************
program（旧 横並び）
****************************************************/
/* .program {
  background: url(../img/program_bg_1.jpg) center/cover no-repeat; }

.program__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.program-sec {
  background-color: #fff;
  padding: 1.5vw;
  -ms-flex-preferred-size: 32%;
  flex-basis: calc(97%/4);
  min-height: 480px;
  margin-bottom: 1.5vw 2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1600px) {
    .program-sec {
      height: 350px; 
    } }
  @media screen and (max-width: 768px) {
    .program-sec {
      padding: 6vw;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: auto;
      min-height: auto;
    } }
  @media screen and (max-width: 414px) {
    .program-sec {
      margin-bottom: 6vw;
    } }

.program-sec-mod {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.program-sec__img {
  margin-bottom: 1vw; }
  @media screen and (max-width: 768px) {
    .program-sec__img {
      margin-bottom: 4vw; } }

.program-sec__text {
  font-size: 0.8vw;
  line-height: 1.7; }
  @media screen and (max-width: 1600px) {
    .program-sec__text {
      font-size: 13px; } }

.program-sec__title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2; }
  @media screen and (max-width: 1024px) {
    .program-sec__title {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .program-sec__title {
      font-size: 18px; } }

.program-sec__sub-title {
  font-weight: bold;
  font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .program-sec__sub-title {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .program-sec__sub-title {
      font-size: 16px; } }
  @media screen and (max-width: 414px) {
    .program-sec__sub-title {
      font-size: 12px; } } */

/*IE11*/
/* *::-ms-backdrop, .program-sec {
  max-width: 32%; } */


/****************************************************
program
****************************************************/
.program {
  background: url(../img/program_bg_1.jpg) center/cover no-repeat; }

.program-sec {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 2vw;
  padding: 1vw 2vw; }
  @media screen and (max-width: 768px) {
    .program-sec {
      padding: 6vw; } }
  @media screen and (max-width: 414px) {
    .program-sec {
      margin-bottom: 6vw; } }

.program-sec__title {
  font-weight: bold;
  font-size: 1.5vw;
  margin: 3px 0 15px 0;
  line-height: 1.2; }
  @media screen and (max-width: 1024px) {
    .program-sec__title {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .program-sec__title {
      font-size: 18px; } }

.program-sec__sub-title {
  font-weight: bold;
  font-size: 16px; }
  @media screen and (max-width: 1024px) {
    .program-sec__sub-title {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .program-sec__sub-title {
      font-size: 16px; } }
  @media screen and (max-width: 414px) {
    .program-sec__sub-title {
      font-size: 12px; } }

.program-sec__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.program-sec__img {
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%; }
  @media screen and (max-width: 768px) {
    .program-sec__img {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 2vw; } }

*::-ms-backdrop, .program-sec__img {
  max-width: 26%; }

.program-sec__text {
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
  font-size: 0.8vw;
  line-height: 1.7; }
  @media screen and (max-width: 1600px) {
    .program-sec__text {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .program-sec__text {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

*::-ms-backdrop, .program-sec__text {
  max-width: 72%; }



/****************************************************
2021.03 add program modal
****************************************************/
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.col4 {
  width: calc(93.8%/4);
  margin-right: 2%;
}
.col4:nth-child(4n) {
  margin-right: 0;
}
.title_1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.title_border {
  display: block;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 15px;
}
.text_border {
  display: block;
  font-size: 17px;
  line-height: 1.6;
  padding: 15px;
  border: 1px solid #000;
  border-top: none;
  min-height: 410px;
}
.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .col4 {
    width: calc(97%/4);
    margin-right: 1%;
  }
  .col4:nth-child(4n) {
    margin-right: 0;
  }
  .title_1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .title_border {
    display: block;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 10px 5px;
  }
  .text_border {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 8px;
    border: 1px solid #000;
    border-top: none;
    min-height: 460px;
  }
}
@media screen and (max-width: 640px) {
  .col4 {
    width: calc(97%/4);
    margin-right: 1%;
  }
  .col4:nth-child(4n) {
    margin-right: 0;
  }
  .title_1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .title_border {
    display: block;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 10px 5px;
    min-height: 73px;
  }
  .text_border {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 5px;
    border: 1px solid #000;
    border-top: none;
    min-height: 530px;
  }
}

/****************************************************
career
****************************************************/
.career {
  background-color: #f2f2f2; }

.career__img {
  max-width: 800px;
  margin: 0 auto; }

  /****************************************************
2021.03 add career
****************************************************/
.flex_wrap_small {
  display: flex;
  flex-wrap: wrap;
  width: 74%;
}
.flex_wrap_inner_w50 {
  width: 47%;
  margin-right: 3%;
}
.flex_wrap_inner_w50:nth-child(2n) {
  margin-right: 0;
}
.text_lead {
  font-size: 17px;
  line-height: 1.5;
}
.text_1 {
  font-size: 24px;
}
.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flex_wrap_small {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
  .flex_wrap_inner_w50 {
    width: 47%;
    margin-right: 3%;
  }
  .flex_wrap_inner_w50:nth-child(2n) {
    margin-right: 0;
  }
  .text_lead {
    font-size: 17px;
    line-height: 1.5;
  }
  .text_1 {
    font-size: 20px;
  }
  }
  @media screen and (max-width: 640px) {
    .flex_wrap_small {
      display: flex;
      flex-wrap: wrap;
      width: auto;
    }
    .flex_wrap_inner_w50 {
      width: 100%;
      margin-right: 0;
    }
    }

/****************************************************
about
****************************************************/
.about {
  background-color: #fff; }

.about__content {
  margin: 3vw 0 0; }

.about-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.5; }

.about-column__item {
  height: 10vw;
  line-height: 10vw;
  border: 1px #000 solid;
  background-color: #fff;
  -ms-flex-preferred-size: calc(100% / 6 - .5rem);
  flex-basis: calc(100% / 6 - .5rem);
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .about-column__item {
      -ms-flex-preferred-size: calc(100% / 3 - 1rem);
      flex-basis: calc(100% / 3 - 1rem);
      margin-bottom: 1rem;
      height: 20vw;
      line-height: 20vw; } }
  @media screen and (max-width: 768px) {
    .about-column__item {
      height: 30vw;
      line-height: 30vw; } }
  @media screen and (max-width: 414px) {
    .about-column__item {
      -ms-flex-preferred-size: calc(100% / 2 - .5rem);
      flex-basis: calc(100% / 2 - .5rem);
      margin-bottom: 1rem; } }
  .about-column__item p {
    font-size: 0.85vw;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }
    @media screen and (max-width: 1600px) {
      .about-column__item p {
        font-size: 17px; } }
    @media screen and (max-width: 768px) {
      .about-column__item p {
        font-size: 15px; } }
    @media screen and (max-width: 320px) {
      .about-column__item p {
        font-size: 12px; } }

.notes {
  font-size: 80%; }

.vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vision__img {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%; }
  .vision__img:hover {
    opacity: .7; }
  @media screen and (max-width: 768px) {
    .vision__img {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 2vw; } }

.vision__list {
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 2.3; }
  @media screen and (max-width: 768px) {
    .vision__list {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-left: 2vw; } }
  .vision__list li {
    font-size: 0.85vw; }
    @media screen and (max-width: 1600px) {
      .vision__list li {
        font-size: 1vw; } }
    @media screen and (max-width: 768px) {
      .vision__list li {
        font-size: 16px; } }

/****************************************************
business
****************************************************/
.business {
  background-color: #f2f2f2; }

.business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 390px; }
  @media screen and (max-width: 768px) {
    .business__content {
      height: 100%; } }

.business__img {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  background: url(../img/business_img_pc_1.png) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .business__img {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      background: url(../img/business_img_sp_1.png) top/100% no-repeat;
      height: 35vw; } }

*::-ms-backdrop, .business__img {
  max-width: 35%; }

.business-title {
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 5%;
  bottom: 5%; }
  @media screen and (max-width: 1024px) {
    .business-title {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .business-title {
      font-size: 18px;
      bottom: 12%; } }

.business__text {
  background-color: #fff;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px; }
  @media screen and (max-width: 768px) {
    .business__text {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      background-color: transparent;
      height: auto; } }
  @media screen and (max-width: 414px) {
    .business__text {
      padding: 1rem 0; } }
  .business__text p {
    line-height: 1.7;
    font-size: 0.85vw; }
    @media screen and (max-width: 1600px) {
      .business__text p {
        font-size: 17px; } }
    @media screen and (max-width: 768px) {
      .business__text p {
        font-size: 16px; } }
  .business__text ul {
    margin: .5rem 0; }
    .business__text ul li {
      line-height: 1.7;
      font-size: 0.85vw; }
      @media screen and (max-width: 1600px) {
        .business__text ul li {
          font-size: 15px; } }
      @media screen and (max-width: 768px) {
        .business__text ul li {
          font-size: 16px; } }

*::-ms-backdrop, .business__text {
  max-width: 65%; }

/****************************************************
job
****************************************************/

.job-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start; */
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between
}

/* .job-column__item {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-right: 1.5%; }
  @media screen and (max-width: 768px) {
    .job-column__item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 4vw; } } */

.job-column__img {
  width: 35%;
}
.job-column__detail {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .job-column__img {
    width: 100%;
  }
  .job-column__detail {
    width: 100%;
  }
}

.job-name {
  color: #333;
  line-height: 1.5;
  padding-left: 10px;
  font-size: 1.4vw;
  font-weight: bold;
  margin-top: 2vw; }
  @media screen and (max-width: 1024px) {
    .job-name {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .job-name {
      font-size: 18px; } }

.job-img {
  margin: 1vw 0; }
  @media screen and (max-width: 768px) {
    .job-img {
      margin: 2vw 0; } }

.job-copy {
  color: #333;
  margin: 30px 0 0 0;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2; }
  @media screen and (max-width: 1024px) {
    .job-copy {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .job-copy {
      font-size: 18px; } }

.job-text {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  margin: 0.6vw 0 1vw 0; }
  @media screen and (max-width: 1600px) {
    .job-text {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .job-text {
      font-size: 15px; } }
  .job-text ul {
    margin: 1rem 0;
    line-height: 1.7; }


/****************************************************
interview
****************************************************/
.interview {
  background: url(../img/interview_bg_1.jpg) center/cover no-repeat;
  color: #fff; }

.interview__sub-title {
/*  border-left: solid 4px #cc0033;*/
  line-height: 1.5;
  padding-left: 10px;
  margin: 30px 10px;
  font-size: 1.5vw; }
  @media screen and (max-width: 1024px) {
    .interview__sub-title {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .interview__sub-title {
      font-size: 18px; } }

.interview__copy {
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.5;
  letter-spacing: .05rem; }
  @media screen and (max-width: 1024px) {
    .interview__copy {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .interview__copy {
      font-size: 18px; } }

.interview__text {
  margin: 20px 10px;
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.85vw; }
  @media screen and (max-width: 1600px) {
    .interview__text {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .interview__text {
      font-size: 15px; } }

.article, .movie {
  width: 20vw;
  margin: 15px 0; }
  @media screen and (max-width: 768px) {
    .article, .movie {
      width: 100%;
      margin: 10px auto; } }

.article__button {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: .5rem;
  font-size: 16px; }

.article__button:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: .7em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;}

.movie__button {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  cursor: pointer;
  background: transparent;
  border: 1px solid #000;
  padding: .5rem;
  font-size: 16px; }

.movie__button:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: .7em;
  border-right: 1px solid #000;
  border-top: 1px solid #000; }

.special-interview {
  background-color: #000;
  padding: 1vw 0; }
  @media screen and (max-width: 768px) {
    .special-interview {
      padding: 4vw 0; } }

.special-interview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 55%;
  margin: 0 auto; }
  @media screen and (max-width: 1600px) {
    .special-interview__inner {
      max-width: 70%; } }
  @media screen and (max-width: 1280px) {
    .special-interview__inner {
      max-width: 80%; } }
  @media screen and (max-width: 768px) {
    .special-interview__inner {
      max-width: 90%; } }

.special-interview__text {
  line-height: 1.7;
  font-size: 0.85vw;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%; }
  @media screen and (max-width: 1600px) {
    .special-interview__text {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .special-interview__text {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 15px;
      margin-bottom: 2vw; } }

.special-interview-area {
  max-width: 20vw;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }
  @media screen and (max-width: 1024px) {
    .special-interview-area {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .special-interview-area {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%; } }

.special-interview-area__button {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  font-size: 16px;
  padding: .5rem 0; }
  .special-interview-area__button:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: .7em;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; }
  @media screen and (max-width: 768px) {
    .special-interview-area__button {
      color: #000;
      background: #fff;
      border: 1px solid #000; }
      .special-interview-area__button:after {
        border-right: 1px solid #000;
        border-top: 1px solid #000; } }

.youtube-modal {
  width: 54vw; }
  @media screen and (max-width: 768px) {
    .youtube-modal {
      width: 80%; } }
  .youtube-modal iframe {
    width: 100%;
    height: 30vw;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .youtube-modal iframe {
        height: 45vw; } }

/****************************************************
recruit
****************************************************/
.recruit-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.recruit-column__item {
  -ms-flex-preferred-size: calc(100% / 2 - 2rem);
  flex-basis: calc(100% / 2 - 2rem);
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .recruit-column__item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .recruit-column__item dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 0.85vw; }
    @media screen and (max-width: 1600px) {
      .recruit-column__item dt {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      .recruit-column__item dt {
        font-size: 16px; } }
  .recruit-column__item dd {
    line-height: 1.7;
    font-size: 0.85vw; }
    @media screen and (max-width: 1600px) {
      .recruit-column__item dd {
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .recruit-column__item dd {
        font-size: 16px; } }

.linkarea {
  margin: 20px 0;
}
.linkarea a{
  border: 1px solid #000;
  padding: 10px 40px;
  cursor: pointer;
}
.linkarea_2 {
  margin: 20px 0;
}
.linkarea_2 a{
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 12px 20px;
  cursor: pointer;
}
.linkarea_2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 51%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: .7em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
/****************************************************
pagetop
****************************************************/
.pagetop {
  margin-top: 100px;
  text-align: center;
  position: relative; }

.pagetop__button {
  color: #464646;
  font-size: 0.85vw;
  display: block; }
  @media screen and (max-width: 1600px) {
    .pagetop__button {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .pagetop__button {
      font-size: 15px; } }
  .pagetop__button:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -70%;
    bottom: 0;
    left: 40px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: 2px solid #464646;
    border-top: 2px solid #464646; }

/****************************************************
modal
****************************************************/
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7); }

.modal__area {
  display: none;
  z-index: 2;
  top: 45%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal__close {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -10%;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .modal__close {
      top: -35%;
      right: 0; } }
  .modal__close:after, .modal__close:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 84%;
    height: 2%;
    background: #fff; }
  .modal__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modal__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.open {
  display: block; }

/****************************************************
modal
****************************************************/

/****************************************************
interview_sp
****************************************************/

  @media screen and (max-width: 768px) {
	.program {
	  background: url(../img/program_bg_1.jpg) center/cover no-repeat;
	}
	.interview {
	  background: url(../img/interview_bg_1.jpg) right/cover no-repeat;
	  color: #fff;
	}
  }


.section__lead .kome {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.about-column__item .font-big {
    font-size: 24px;
}
  @media screen and (max-width: 768px) {
	.section__lead .kome {
	  font-size: 12px !important;
	}
	.about-column__item .font-big {
	  font-size: 20px;
	}
  }


@media screen and (max-width:768px) {
.hero_wrap {
	margin-bottom: 30px;
}
.title_content {
	font-size: 24px;
	margin-bottom: 25px;
}
.txt_lead {
	font-size: 16px;
}
.iframe_content_wrap {
	width: 85%;
	height: 75vh;
	margin: 0 auto 35px;
}
.iframe_content {
	margin: -2px 0 0 -2px;
	height: 75vh;
}
.btn_box {
	width: auto;
}
.btn_box a:hover {
	opacity: 1;
}
/* ƒŒƒCƒAƒEƒg */
.block_section {
	width: auto;
}
.section_1 {
	margin-bottom: 30px;
}
.section_2 {
	margin-bottom: 35px;
}
.section_3 {
	margin-bottom: 55px;
}
.pagetop {
	right: 15px;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
#hero_wrap {
    position: relative;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.itemBox {
    display: inherit !important;
}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:10px!important;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}
.modal-video-movie-wrap{width:100% !important;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
}


.layout-01 > li > a .caption {
    font-size: 1.6rem !important;
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}
@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}
.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}
.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}
.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}
.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}
.modal-video-movie-wrap{max-width:100%;width:1050px;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}
.modal-video-close-btn:before{transform:rotate(45deg)}
.modal-video-close-btn:after{transform:rotate(-45deg)}
.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

.itemBox{
        display:inline-block;
	position:relative;
}
.itemBoxThumb{
        display:inline-block;
	max-width: 100%;
	max-height: 100%;
}
.itemBoxCaption{
	background-color: rgba(255,255,255,0.4);
	color:#000;
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:0;
}
.itemBoxCaption:hover{
	opacity:2;
}
.layout-01._col3 li {
    text-align: center;
}

.layout-01 > li > div > a:hover, .layout-01 > li > div > a:active, .layout-01 > li > div > a:focus {
    opacity: .4;
}

.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width: 1020px;
    pointer-events: auto;
    max-height: 80%;
    margin: auto;
    padding:40px 30px;
    border:2px solid #aaa;
    background:#fff;
    overflow: scroll;
  }

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.closeModal {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 40px;
    padding: 3px 0 0 2px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    background: rgba(30,30,30,.6);
}
.closeModal:hover {
    cursor: pointer;
    color: #000;
    background: #fff;
    border:1px solid #333;
}

.contentBox-table-m {
  border-collapse: collapse;
  width: 100%;
  background-color: #d9d9d9;
  margin-bottom: 20px;
}

.contentBox-table-m .lead_cell {
  background-color: #000;
  color: #fff;
}

.contentBox-table-m td {
  border: 1px solid #000;
  text-align: left;
  padding: 5px;
  font-size: 17.5px;
}

.contentBox-table-m .lead_cell td span {
  font-weight: bold;
}

  @media screen and (max-width: 768px) {
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:90%;
    max-height: 85%;
    margin: 0 auto 30px;
    padding:15px 10px 20px;
    border:2px solid #aaa;
    background:#fff;
    overflow: scroll;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.closeModal {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    background: rgba(30,30,30,.6);
}

.contentBox-table-m td {
  font-size: 14px;
}
}

/****************************************************
2019.2.15追加分
****************************************************/
#interview .section__title {
  color: #333;
}
.button-list {
  margin: 0 auto;
}

a.underline {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.bg_gray {
  background: #f2f2f2;
}
/* .bnr_3col {
  align-items: center;
}
.bnr_3col .job-column__item:nth-last-child(1) {
  align-self: flex-end;
}
.bnr_3col .job-column__item {
  width: 31.561%;
  flex-basis: auto;
}
@media screen and (max-width: 768px) {
  .bnr_3col .job-column__item {
    width: auto;
    flex-basis: 100%;
  }
}
.bnr_3col .job-copy,.bnr_3col .job-text {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bnr_3col .job-column__item {
    margin: 0;
  }
} */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}





/****************************************************
2021.03 pcsp
****************************************************/
/* .sp {
      display: none;
    }
    .pc {
      display: block;
    }
    @media screen and (max-width: 768px) {
      .sp {
        display: block;
      }
      .pc {
        display: none;
      }
    } */