@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  #bread ol {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-right: 1em;
    margin-right: -30px;
  }
}
#bread ol li {
  position: relative;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  #bread ol li {
    word-wrap: break-word;
  }
}
#bread ol li::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/asset/img/common/arw-topicpath.svg) no-repeat 0 50%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-42%);
          transform: translateY(-42%);
  right: -22px;
}
#bread ol li:last-of-type::after {
  display: none;
}
#bread ol li a {
  color: #e30c0c;
  text-decoration: underline;
}
#bread ol li:first-child a {
  width: 0.9em;
  height: 0.9em;
  background: url(/asset/img/common/icn-home.svg) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: block;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    padding-top: 10px;
  }
}

.main_width {
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 20px;
  }
}

header.common {
  overflow-x: hidden;
}

#news footer {
  border-top: 4px solid #E30C0C;
}
#news #main_area {
  padding-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  #news #main_area {
    padding-bottom: 5em;
  }
}
#news.index .news_list #narrow_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  #news.index .news_list #narrow_down {
    padding-right: 0;
  }
}
#news.index .news_list #narrow_down label + label {
  margin-left: 10px;
}
#news.index .news_list .select_wrap {
  border: 1px #E30C0C solid;
  display: table;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #news.index .news_list .select_wrap {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #news.index .news_list .select_wrap {
    display: block;
  }
}
#news.index .news_list .select_wrap:after {
  content: "▼";
  color: #E30C0C;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
#news.index .news_list .select_wrap select {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 106.3%;
  font-weight: 500;
  min-width: 204px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.3em 3em 1.3em 1.5em;
}
@media only screen and (max-width: 640px) {
  #news.index .news_list .select_wrap select {
    font-size: 87.5%;
  }
}
#news.index .news_list .list_wrap .list_set:first-child .set_wrap {
  border-top: 1px #E30C0C solid;
}
#news.index .news_list .list_wrap .list_set .set_wrap {
  border-bottom: 1px #E30C0C solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 106.3%;
  font-weight: 500;
  padding: 1.1em 120px;
}
@media only screen and (max-width: 1024px) {
  #news.index .news_list .list_wrap .list_set .set_wrap {
    padding: 1.1em 30px;
  }
}
@media only screen and (max-width: 640px) {
  #news.index .news_list .list_wrap .list_set .set_wrap {
    font-size: 87.5%;
    display: block;
    margin: 0 -20px;
    padding: 1.1em 30px 1.1em 20px;
  }
}
#news.index .news_list .list_wrap .list_set .set_wrap time {
  display: block;
  color: #E30C0C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  #news.index .news_list .list_wrap .list_set .set_wrap time {
    width: 100%;
    margin: 0;
  }
}
#news.index .news_list .list_wrap .list_set a {
  position: relative;
}
#news.index .news_list .list_wrap .list_set a:after {
  font-family: "Material Icons";
  content: "\e5c8";
  color: #E30C0C;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-100px, -50%);
          transform: translate(-100px, -50%);
}
@media only screen and (max-width: 1024px) {
  #news.index .news_list .list_wrap .list_set a:after {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}
#news.index .news_list + .pagenation {
  margin-top: 3em;
}
#news.index .news_list + .pagenation ol li,
#news.index .news_list + .pagenation ul li {
  font-size: 100%;
  font-weight: 500;
}
#news.index .news_list + .pagenation ol li span,
#news.index .news_list + .pagenation ul li span {
  text-decoration: underline;
  text-underline-offset: 0.8em;
}
#news.detail #news_title {
  padding-top: 38px;
  margin-bottom: 3.1em;
}
@media only screen and (max-width: 640px) {
  #news.detail #news_title {
    padding-top: 2em;
  }
}
#news.detail #news_title p.page_title {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  #news.detail #news_title p.page_title {
    font-size: 100%;
  }
}
#news.detail #news_title time {
  color: #E30C0C;
  display: block;
  font-size: 17px;
  margin-top: 2.2em;
}
@media only screen and (max-width: 640px) {
  #news.detail #news_title time {
    font-size: 87.5%;
    margin-top: 1em;
  }
}
#news.detail #news_title h1 {
  border-bottom: 1px #E30C0C solid;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 640px) {
  #news.detail #news_title h1 {
    font-size: 125%;
  }
}

@media only screen and (max-width: 900px) {
  #interview.index #main_area {
    background: url(../../assets/images/interview/bg2_repeat_y_sp.jpg) repeat-y center 0;
    background-size: contain;
    position: relative;
    z-index: 1;
  }
}
#interview.index #interview_title {
  padding-top: 2.8em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_title {
    padding-top: 2.5em;
    margin-bottom: 2em;
  }
}
#interview.index #interview_title p.parent {
  font-size: 200%;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_title p.parent {
    font-size: 125%;
  }
}
#interview.index #interview_title h1 {
  font-size: 312.5%;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_title h1 {
    font-size: 200%;
  }
}
#interview.index #interview_title h1 + p {
  font-weight: normal;
  margin-top: 2.5em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_title h1 + p {
    font-size: 87.5%;
    margin-top: 2em;
  }
}
#interview.index #interview_list {
  background: url(../../assets/images/interview/interview_bg_pc.jpg) repeat-y center 0;
  background-size: cover;
  padding-bottom: 90px;
}
@media only screen and (max-width: 900px) {
  #interview.index #interview_list {
    background: none;
  }
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list {
    padding-bottom: 5em;
  }
}
#interview.index #interview_list .list_wrap + .list_wrap {
  margin-top: 10px;
}
@media only screen and (min-width: 901px) {
  #interview.index #interview_list .list_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
        grid-template-areas: "g1 g2" "g1 g3" "g4 g6" "g5 g6" "g5 g7" "g8 g10" "g9 g10" "g11 g12" "g11 g13";
    margin: 0 0 -10px -10px;
  }
  #interview.index #interview_list .list_wrap .g1 {
    grid-area: g1;
  }
  #interview.index #interview_list .list_wrap .g2 {
    grid-area: g2;
  }
  #interview.index #interview_list .list_wrap .g3 {
    grid-area: g3;
  }
  #interview.index #interview_list .list_wrap .g4 {
    grid-area: g4;
  }
  #interview.index #interview_list .list_wrap .g5 {
    grid-area: g5;
  }
  #interview.index #interview_list .list_wrap .g6 {
    grid-area: g6;
  }
  #interview.index #interview_list .list_wrap .g7 {
    grid-area: g7;
  }
  #interview.index #interview_list .list_wrap .g8 {
    grid-area: g8;
  }
  #interview.index #interview_list .list_wrap .g9 {
    grid-area: g9;
  }
  #interview.index #interview_list .list_wrap .g10 {
    grid-area: g10;
  }
  #interview.index #interview_list .list_wrap .g11 {
    grid-area: g11;
  }
  #interview.index #interview_list .list_wrap .g12 {
    grid-area: g12;
  }
  #interview.index #interview_list .list_wrap .g13 {
    grid-area: g13;
  }
  #interview.index #interview_list .list_wrap .list_set {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 901px){
  #interview.index #interview_list .list_wrap .g1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #interview.index #interview_list .list_wrap .g2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #interview.index #interview_list .list_wrap .g3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #interview.index #interview_list .list_wrap .g4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #interview.index #interview_list .list_wrap .g5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #interview.index #interview_list .list_wrap .g6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  #interview.index #interview_list .list_wrap .g7 {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  #interview.index #interview_list .list_wrap .g8 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  #interview.index #interview_list .list_wrap .g9 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  #interview.index #interview_list .list_wrap .g10 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  #interview.index #interview_list .list_wrap .g11 {
    -ms-grid-row: 15;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #interview.index #interview_list .list_wrap .g12 {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  #interview.index #interview_list .list_wrap .g13 {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
  }
}
#interview.index #interview_list .list_wrap .list_set {
  background-color: #fff;
  border: 1px #d5d5d5 solid;
  border-radius: 2em;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #interview.index #interview_list .list_wrap .list_set + .list_set {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set {
    border-radius: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  #interview.index #interview_list .list_wrap .list_set a:hover .img_wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .img_wrap {
  border-bottom: 1px #d5d5d5 solid;
  position: relative;
  padding-top: 63.1343%;
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 1.3em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.large .set_wrap .info {
    padding: 1.2em 1em;
  }
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .icon {
    margin-right: 1.3em;
  }
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .txt p.title {
  font-size: 125%;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .txt p.title {
    font-size: 100%;
  }
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .txt ul {
  border-top: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.8em;
  margin-top: 0.8em;
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .txt ul li {
  font-size: 81.3%;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .txt ul li {
    font-size: 62.5%;
  }
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .txt ul li.name {
  border-left: 2px solid #c2c2c2;
  font-weight: 700;
  padding-left: 0.8em;
  margin-left: 0.8em;
}
#interview.index #interview_list .list_wrap .list_set.large .set_wrap .info .txt ul li.name span {
  font-size: 84.6%;
  font-weight: 400;
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .img_wrap {
  border-right: 1px #d5d5d5 solid;
  width: 43.495145631%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .img_wrap {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .img_wrap {
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 641px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 400px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 1.5em 1.5em 1em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .info {
    padding: 1.5em 1em 1em;
  }
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .icon {
  margin-bottom: 0.5em;
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .icon img {
  display: block;
  margin: 0 auto;
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt p.title {
  font-size: 93.8%;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt p.title {
    font-size: 75%;
  }
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt ul {
  border-top: 1px solid #d5d5d5;
  padding-top: 0.8em;
  margin-top: 0.8em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt ul {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt ul li {
  font-size: 81.3%;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt ul li {
    font-size: 62.5%;
  }
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt ul li.name {
  font-weight: 700;
}
#interview.index #interview_list .list_wrap .list_set.small .set_wrap .info .txt ul li.name span {
  font-size: 84.6%;
  font-weight: 400;
}
#interview.index #interview_list .list_wrap .list_set .set_wrap {
  height: 100%;
  display: block;
}
#interview.index #interview_list .list_wrap .list_set .set_wrap .img_wrap {
  overflow: hidden;
  position: relative;
}
#interview.index #interview_list .list_wrap .list_set .set_wrap .img_wrap img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#interview.index #interview_list .list_wrap .list_set .set_wrap .img_wrap p.tag {
  background-color: #52cdbe;
  border-radius: 2em 0 2em 0;
  color: #fff;
  display: table;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1.5em 1.22em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set .set_wrap .img_wrap p.tag {
    font-size: 62.5%;
  }
}
#interview.index #interview_list .list_wrap .list_set .set_wrap .info .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2em;
}
#interview.index #interview_list .list_wrap .list_set .set_wrap .info .icon img {
  width: 3.375em;
}
@media only screen and (max-width: 640px) {
  #interview.index #interview_list .list_wrap .list_set .set_wrap .info .icon img {
    width: 8vw;
  }
}
#interview.index #interview_list .list_wrap .list_set.factory .set_wrap .img_wrap p.tag {
  background-color: #d7a900;
}
#interview.index #btm_img {
  background: none;
  padding-top: 90;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  #interview.index #btm_img {
    padding-top: 5em;
  }
}
#interview.detail .factory #interview_info {
  background: url(../../assets/images/interview/bgYellow_repeat.png) repeat left top;
}
#interview.detail .factory #interview_info .info_wrap:after {
  background: url(../../assets/images/interview/deco_factory_pc.png) no-repeat right bottom;
  background-size: contain;
}
#interview.detail .factory #interview_info .info_wrap p.tag {
  background-color: #d9bf6f;
}
#interview.detail .female #interview_info .info_wrap:after {
  background: url(../../assets/images/interview/deco_female_pc.png) no-repeat right bottom;
  background-size: contain;
}
#interview.detail #main_area {
  background: url(../../assets/images/interview/bg2_repeat_y_pc.jpg) repeat-y center 100%;
  background-size: 100% auto;
  padding-top: 5.3em;
}
@media only screen and (max-width: 900px) {
  #interview.detail #main_area {
    background: url(../../assets/images/interview/bg2_repeat_y_sp.jpg) repeat-y center 40%;
    background-size: contain;
    position: relative;
    z-index: 1;
    padding-top: 16em;
    margin-top: -8em;
  }
}
@media only screen and (max-width: 640px) {
  #interview.detail #main_area {
    padding-top: 35vw;
    margin-top: -15vw;
  }
}
#interview.detail #interview_bread {
  padding-top: 3em;
  margin-bottom: 10em;
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_bread {
    margin-bottom: 8em;
  }
}
@media only screen and (max-width: 640px) {
  #interview.detail #interview_bread {
    margin-bottom: 6em;
  }
}
#interview.detail #interview_bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#interview.detail #interview_bread ol li {
  font-size: 175%;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.1em;
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_bread ol li {
    font-size: 150%;
  }
}
@media only screen and (max-width: 640px) {
  #interview.detail #interview_bread ol li {
    font-size: 125%;
  }
}
#interview.detail #interview_bread ol li + li {
  border-left: 2px solid #d6d6d6;
  padding-left: 0.8em;
  margin-left: 0.8em;
}
#interview.detail #interview_info {
  background: rgba(0, 0, 0, 0) url(../../assets/images/interview/bgGreen_repeat.png) repeat left top;
  border-radius: 8vw 0 8vw 0;
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_info {
    border-radius: 15vw 15vw 15vw 0;
    position: relative;
    z-index: 2;
  }
}
#interview.detail #interview_info .main_width {
  position: relative;
}
#interview.detail #interview_info .info_wrap {
  position: relative;
  z-index: 2;
  padding: 5.3em 0 3.3em;
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_info .info_wrap {
    padding: 0 0 1.5em;
    margin-top: -17vw;
  }
}
@media only screen and (max-width: 640px) {
  #interview.detail #interview_info .info_wrap {
    margin-top: -20vw;
  }
}
#interview.detail #interview_info .info_wrap:after {
  background: url(../../assets/images/interview/deco_male_pc.png) no-repeat right bottom;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62.5%;
  height: 100%;
  -webkit-transform: translate(18%, 4%);
          transform: translate(18%, 4%);
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_info .info_wrap:after {
    background: url(../../assets/images/interview/deco_male_sp.png) no-repeat right bottom;
    background-size: contain;
    -webkit-transform: translate(30px, 22%);
            transform: translate(30px, 22%);
    width: 62.5%;
  }
}
@media only screen and (max-width: 500px) {
  #interview.detail #interview_info .info_wrap:after {
    -webkit-transform: translate(30px, 12vw);
            transform: translate(30px, 12vw);
  }
}
@media only screen and (max-width: 400px) {
  #interview.detail #interview_info .info_wrap:after {
    -webkit-transform: translate(30px, 10vw);
            transform: translate(30px, 10vw);
  }
}
#interview.detail #interview_info .info_wrap h1 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 0.3em;
  display: inline;
  font-size: 237.5%;
  font-weight: 700;
  padding: 0.3em 0.5em;
  line-height: 2.3;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_info .info_wrap h1 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  #interview.detail #interview_info .info_wrap h1 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 350px) {
  #interview.detail #interview_info .info_wrap h1 {
    font-size: 4.5vw;
  }
}
#interview.detail #interview_info .info_wrap p {
  color: #fff;
}
#interview.detail #interview_info .info_wrap p.tag {
  background-color: #52cdbe;
  border-radius: 2em 0 2em 0;
  color: #fff;
  display: table;
  font-weight: 700;
  text-align: center;
  padding: 1.5em 1.22em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  #interview.detail #interview_info .info_wrap p.tag {
    font-size: 62.5%;
  }
}
#interview.detail #interview_info .info_wrap p.type {
  font-size: 137.5%;
  font-weight: 700;
  margin-top: 0.5em;
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_info .info_wrap p.type {
    font-size: 3.5vw;
  }
}
#interview.detail #interview_info .info_wrap p.name {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_info .info_wrap p.name {
    font-size: 3vw;
  }
}
#interview.detail #interview_info .info_wrap p.name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 87.5%;
}
@media only screen and (min-width: 901px) {
  #interview.detail #interview_info .img {
    border-radius: 0 8vw 0 8vw;
    width: 74.326923076%;
    top: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    z-index: 1;
  }
}
@media only screen and (max-width: 900px) {
  #interview.detail #interview_info .img {
    padding-left: 70px;
    margin: 0 -30px;
  }
  #interview.detail #interview_info .img img {
    border-radius: 0 14vw 0 14vw;
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 640px) {
  #interview.detail #interview_info .img {
    padding-left: 40px;
    margin: 0 -20px;
  }
}

#interview_mod {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #interview_mod {
    font-size: 4.1vw;
  }
}
#interview_mod * {
  font-weight: normal;
}
#interview_mod .main_width {
  max-width: 862px;
}
#interview_mod h2 {
  border-bottom: 1px #bdbdbd solid;
  font-size: 150%;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  #interview_mod h2 {
    font-size: 100%;
    padding-left: 1em;
  }
}
#interview_mod h2:before {
  background-color: #1bac9b;
  border-radius: 50px;
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 0.5em);
  position: absolute;
  top: 0;
  left: 0;
}
.factory #interview_mod h2:before {
  background-color: #d7a900;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont p {
    font-size: 87.5%;
  }
}
#interview_mod .mod_cont .img_txt {
  margin: 0 -14px;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .img_txt.sp_reverse .img {
    margin-top: 1em;
  }
}
#interview_mod .mod_cont .img_txt .img,
#interview_mod .mod_cont .img_txt .txt {
  padding: 0 14px;
}
#interview_mod .mod_cont .img_txt .img {
  width: 58.700696055%;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .img_txt .img {
    width: 100%;
  }
}
#interview_mod .mod_cont .img_txt .img img {
  border-radius: 1.5vw;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .img_txt .img img {
    border-radius: 5vw;
  }
}
#interview_mod .mod_cont .img_txt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
}
#interview_mod .mod_cont .wide_img {
  border-radius: 0 8vw 0 8vw;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 4vw;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .wide_img {
    padding-bottom: 7vw;
  }
}
#interview_mod .mod_cont .wide_img:after {
  background: url(../../assets/images/interview/bgGreen_repeat.png) repeat left top;
  border-radius: 10vw 0 10vw 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70%;
  width: calc(50% + 30px);
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .wide_img:after {
    height: 73%;
  }
}
.factory #interview_mod .mod_cont .wide_img:after {
  background: url(../../assets/images/interview/bgYellow_repeat.png) repeat left top;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .wide_img .main_width {
    padding: 0 20px 0 0;
  }
}
#interview_mod .mod_cont .wide_img .main_width .img_wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 641px) {
  #interview_mod .mod_cont .wide_img .main_width .img_wrap {
    border-radius: 0 8vw 0 0;
    overflow: hidden;
    width: 150%;
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
    margin-left: -50%;
    padding-top: 45.3793%;
  }
}
#interview_mod .mod_cont .wide_img img {
  border-radius: 0 8vw 0 8vw;
}
@media only screen and (min-width: 641px) {
  #interview_mod .mod_cont .wide_img img {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .wide_img img {
    border-radius: 0 8vw 0 8vw;
    width: 100%;
  }
}
#interview_mod .mod_cont .gallery .gallery_set img {
  border-radius: 1.5vw;
}
#interview_mod .mod_cont .message {
  background-color: #fff;
  border: 1px #d5d5d5 solid;
  border-radius: 1.5vw;
  padding: 46px 88px 66px;
}
@media only screen and (max-width: 900px) {
  #interview_mod .mod_cont .message {
    border-radius: 5vw;
    padding: 8vw 30px 10vw;
  }
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .message {
    padding: 8vw 30px 8vw;
  }
}
#interview_mod .mod_cont .message p {
  font-weight: 400;
  font-size: 100%;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .message p {
    font-size: 87.5%;
  }
}
#interview_mod .mod_cont .message p.label {
  background-color: #1bac9b;
  border-radius: 0.5em;
  color: #fff;
  display: table;
  font-size: 87.5%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0.68em 1.95em;
  margin: 0 auto 2em;
}
@media only screen and (max-width: 900px) {
  #interview_mod .mod_cont .message p.label {
    border-radius: 10vw;
  }
}
.factory #interview_mod .mod_cont .message p.label {
  background-color: #d6a725;
}
#interview_mod .mod_cont .message h2 {
  font-size: 150%;
  padding: 0 0 0.5em;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .message h2 {
    font-size: 100%;
  }
}
#interview_mod .mod_cont .message h2:before {
  display: none;
}
#interview_mod .mod_cont .message .movie {
  padding: 0 60px;
  margin-top: 2em;
}
@media only screen and (max-width: 900px) {
  #interview_mod .mod_cont .message .movie {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .message .movie {
    padding: 0;
  }
}
#interview_mod .mod_cont .message .movie .movie_wrap {
  display: block;
  position: relative;
}
#interview_mod .mod_cont .message .movie .movie_wrap:after {
  background: rgba(0, 0, 0, 0.5) url(../../assets/images/common/icon_play.png) no-repeat 50% 50%;
  background-size: 13% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#interview_mod .mod_cont .schedule {
  margin-top: 5em;
}
#interview_mod .mod_cont .schedule .title {
  margin-bottom: 2em;
}
#interview_mod .mod_cont .schedule .title p.en {
  font-family: "Sen", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 350%;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 900px) {
  #interview_mod .mod_cont .schedule .title p.en {
    font-size: 300%;
  }
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .schedule .title p.en {
    font-size: 300%;
  }
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .schedule .title p.en {
    font-size: 200%;
  }
}
#interview_mod .mod_cont .schedule .title p.en span {
  display: block;
  font-family: "Sen", sans-serif;
  font-size: 42.8%;
  font-weight: 700;
}
#interview_mod .mod_cont .schedule .title h2 {
  border: none;
  font-size: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .schedule .title h2 {
    font-size: 87.5%;
  }
}
#interview_mod .mod_cont .schedule .title h2:before {
  display: none;
}
#interview_mod .mod_cont .schedule .schedule_wrap {
  background: url(../../assets/images/interview/bgGreen_repeat.png) repeat left top;
  position: relative;
}
#interview_mod .mod_cont .schedule .schedule_wrap:before {
  background: url(../../assets/images/interview/deco_sche_male_pc.png) no-repeat right top;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 42.03125%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media only screen and (min-width: 901px) {
  #interview_mod .mod_cont .schedule .schedule_wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #interview_mod .mod_cont .schedule .schedule_wrap:before {
    background: url(../../assets/images/interview/deco_sche_male_sp.png) no-repeat right top;
    background-size: contain;
    width: 100%;
    height: 35vw;
    margin-left: auto;
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .schedule .schedule_wrap:before {
    height: 55vw;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.factory #interview_mod .mod_cont .schedule .schedule_wrap {
  background: url(../../assets/images/interview/bgYellow_repeat.png) repeat left top;
}
.factory #interview_mod .mod_cont .schedule .schedule_wrap:before {
  background: url(../../assets/images/interview/deco_sche_factory_pc.png) no-repeat right top;
  background-size: 100% auto;
}
@media only screen and (max-width: 900px) {
  .factory #interview_mod .mod_cont .schedule .schedule_wrap:before {
    background: url(../../assets/images/interview/deco_sche_factory_sp.png) no-repeat right top;
    background-size: contain;
  }
}
.female #interview_mod .mod_cont .schedule .schedule_wrap:before {
  background: url(../../assets/images/interview/deco_sche_female_pc.png) no-repeat right top;
  background-size: 100% auto;
}
@media only screen and (max-width: 900px) {
  .female #interview_mod .mod_cont .schedule .schedule_wrap:before {
    background: url(../../assets/images/interview/deco_sche_female_sp.png) no-repeat right top;
    background-size: contain;
  }
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list {
  padding: 6.5em 0 6em;
}
@media only screen and (max-width: 900px) {
  #interview_mod .mod_cont .schedule .schedule_wrap .schedule_list {
    padding: 0 0 3em;
  }
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl {
  color: #fff;
}
@media only screen and (min-width: 901px) {
  #interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl {
    width: calc(50% + 76px);
  }
}
@media only screen and (max-width: 900px) {
  #interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl {
    margin: 0 auto;
  }
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set + .dl_set {
  margin-top: 1.5em;
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set:last-of-type dt:after {
  display: none;
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set dt {
  font-family: "Krona One", serif;
  -ms-flex-negative: 137.5%;
      flex-shrink: 137.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 150px;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set dt {
    font-size: 87.5%;
    width: 8em;
  }
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set dt:before {
  border: 4px #fff solid;
  border-radius: 3em;
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 0.2em;
  right: 1.5em;
  z-index: 2;
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set dt:after {
  background-color: #52cdbe;
  content: "";
  width: 4px;
  height: calc(100% + 1.5em);
  position: absolute;
  top: 0.2em;
  right: 1.8em;
  z-index: 1;
}
.factory #interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set dt:after {
  background-color: #d9bf6f;
}
#interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set dd {
  font-weight: 700;
  margin-top: -0.2em;
}
@media only screen and (max-width: 640px) {
  #interview_mod .mod_cont .schedule .schedule_wrap .schedule_list dl .dl_set dd {
    font-size: 81.3%;
  }
}

#btm_img {
  background-color: #fff;
  padding-top: 5em;
  margin-top: -3em;
}
@media only screen and (max-width: 900px) {
  #btm_img {
    margin-top: -4em;
  }
  #btm_img .mod_cont {
    margin-bottom: 0;
  }
}
#btm_img .img_wrap img {
  margin: 0 auto;
}

#faq .page-header.third .pagetitle .label {
  font-size: 187.5%;
}
@media only screen and (max-width: 640px) {
  #faq .page-header.third .pagetitle .label {
    font-size: 162.5%;
  }
}
#faq .page-header.third .pagetitle .title {
  font-size: 337.5%;
}
@media only screen and (max-width: 640px) {
  #faq .page-header.third .pagetitle .title {
    font-size: 200%;
  }
}

.modal_open {
  overflow: hidden;
  height: 100%;
}

.modal_open {
  overflow: hidden;
  height: 100%;
}

#movie_modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 900px) {
  #movie_modal {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #movie_modal {
    padding: 0 20px;
  }
}
#movie_modal .modal_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 862px;
  width: 100%;
  height: 50%;
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 900px) {
  #movie_modal .modal_wrap {
    max-width: 100%;
  }
}
#movie_modal .modal_wrap .modal_content {
  overflow: hidden;
}
#movie_modal .modal_wrap .modal_content .modal_area {
  padding: 0 0 100px;
}
#movie_modal .modal_wrap .modal_content .modal_area .modal_close {
  cursor: pointer;
}
#movie_modal .modal_wrap .modal_content .modal_area .modal_close.top {
  padding-bottom: 18px;
}
#movie_modal .modal_wrap .modal_content .modal_area .modal_close.top img {
  display: block;
  width: auto;
  height: auto;
  margin-left: auto;
}
#movie_modal .modal_wrap .modal_content .modal_area .modal_close.btm {
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  #movie_modal .modal_wrap .modal_content .modal_area .modal_close.btm {
    padding-top: 2em;
    font-size: 87.5%;
  }
}
#movie_modal .modal_wrap .modal_content .modal_area .modal_close.btm p {
  border: 1px #fff solid;
  border-radius: 50px;
  color: #fff;
  display: table;
  font-weight: 400;
  padding: 0.5em 2.6em;
  margin: 0 auto;
}
#movie_modal .modal_wrap .modal_content .modal_area .modal_close img {
  margin-left: auto;
}
#movie_modal .modal_wrap .modal_content .modal_area .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#movie_modal .modal_wrap .modal_content .modal_area .youtube iframe {
  width: 100%;
  height: 100%;
}

/*                ページネーション
======================================================= */
.pagenation {
  position: relative;
  z-index: 2;
  margin-top: 6em;
}
@media only screen and (max-width: 640px) {
  .pagenation {
    margin-top: 3em;
  }
}
.pagenation ol,
.pagenation ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}
@media only screen and (max-width: 640px) {
  .pagenation ol,
  .pagenation ul {
    margin: 0 -2px;
  }
}
.pagenation ol li,
.pagenation ul li {
  font-family: "jost", sans-serif;
  font-size: 100%;
  font-weight: 300;
  padding: 0 5px;
}
@media only screen and (max-width: 640px) {
  .pagenation ol li,
  .pagenation ul li {
    padding: 0 2px;
  }
}
.pagenation ol li a,
.pagenation ol li span,
.pagenation ul li a,
.pagenation ul li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5em;
  height: 3.5em;
}
@media only screen and (max-width: 640px) {
  .pagenation ol li a,
  .pagenation ol li span,
  .pagenation ul li a,
  .pagenation ul li span {
    width: 3em;
    height: 3em;
  }
}
.pagenation ol li span,
.pagenation ul li span {
  background-color: #fff;
  color: #E30C0C;
}
@media only screen and (min-width: 1025px) {
  .pagenation ol li a,
  .pagenation ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pagenation ol li a:hover,
  .pagenation ul li a:hover {
    background-color: #fff;
    color: #000;
  }
  #news .pagenation ol li a:hover,
  #news .pagenation ul li a:hover {
    background-color: #E30C0C;
    color: #fff;
  }
}
.pagenation ol li.prev a:before, .pagenation ol li.next a:before,
.pagenation ul li.prev a:before,
.pagenation ul li.next a:before {
  font-family: "Material Icons";
}
.pagenation ol li.prev a:before,
.pagenation ul li.prev a:before {
  content: "\e5cb";
}
.pagenation ol li.next a:before,
.pagenation ul li.next a:before {
  content: "\e5cc";
  font-family: "Material Icons";
}