@charset "UTF-8";
#sidebar {
  position: relative;
  top: 0;
}
/* layout
========================================================================== */
#home {
  margin-top: -110px;
}
#home > div.row {
  margin: 0;
  padding-bottom: 30px;
  background: #fff;
  position: relative;
  z-index: 500;
}
/* Phones */
@media (max-width: 767px) {
  #home {
    margin-top: 0;
    padding: 0;
  }
  #home > div.row {
    padding-bottom: 0;
  }
}
/* navigation
========================================================================== */
#navigation {
  position: relative;
  z-index: 500;
}
/* Phones */
@media (max-width: 767px) {
  #navigation {
    display: none;
  }
}
/* navigation_xs
========================================================================== */
#navigation_xs {
  display: none;
}
/* Phones */
@media (max-width: 767px) {
  #navigation_xs {
    padding: 15px 0;
    background: rgba(51, 51, 51, 0.9);
    /* #333 90% */
    display: block;
  }
}
/* global navi xs
-------------------------------------------------------------------------- */
/* Phones */
@media (max-width: 767px) {
  #navigation_xs ul#gnav_xs {
    background: #333;
    border-top: 1px dotted #666;
    border-left: 1px dotted #666;
    font-size: 93%;
    /* 12px */
    text-align: left;
  }
  #navigation_xs ul#gnav_xs li {
    padding: 0;
    border-bottom: 1px dotted #666;
    border-right: 1px dotted #666;
    letter-spacing: 0;
  }
  #navigation_xs ul#gnav_xs li a {
    padding: 12px 15px;
    color: #fff;
    position: relative;
    display: block;
  }
  #navigation_xs ul#gnav_xs li a, #navigation_xs ul#gnav_xs li a:hover, #navigation_xs ul#gnav_xs li a:focus {
    color: #fff;
  }
  #navigation_xs ul#gnav_xs li a:hover, #navigation_xs ul#gnav_xs li a:focus {
    background: #404040;
  }
  #navigation_xs ul#gnav_xs li a:before {
    width: 1em;
    height: 1em;
    margin-top: -0.75em;
    content: "";
    font-family: FontAwesome;
    font-size: 100%;
    position: absolute;
    top: 50%;
    right: 0.75em;
  }
}
/* global navi xs  .g_nav_xs書き直し
-------------------------------------------------------------------------- */
/* Phones */
@media (max-width: 767px) {
  #navigation_xs ul.g_nav_xs {
    background: #333;
    border-top: 1px dotted #666;
    border-left: 1px dotted #666;
    font-size: 93%;
    /* 12px */
    text-align: left;
  }
  #navigation_xs ul.g_nav_xs li {
    padding: 0;
    border-bottom: 1px dotted #666;
    border-right: 1px dotted #666;
    letter-spacing: 0;
  }
  #navigation_xs ul.g_nav_xs li a {
    padding: 12px 15px;
    color: #fff;
    position: relative;
    display: block;
  }
  #navigation_xs ul.g_nav_xs li a, #navigation_xs ul.g_nav_xs li a:hover, #navigation_xs ul.g_nav_xs li a:focus {
    color: #fff;
  }
  #navigation_xs ul.g_nav_xs li a:hover, #navigation_xs ul.g_nav_xs li a:focus {
    background: #404040;
  }
  #navigation_xs ul.g_nav_xs li a:before {
    width: 1em;
    height: 1em;
    margin-top: -0.75em;
    content: "";
    font-family: FontAwesome;
    font-size: 100%;
    position: absolute;
    top: 50%;
    right: 0.75em;
  }
}
/* search xs
-------------------------------------------------------------------------- */
/* Phones */
@media (max-width: 767px) {
  #navigation_xs div#search_xs {
    margin-top: 1.5em;
  }
  #navigation_xs div#search_xs form {
    margin: 0 1px;
    position: relative;
  }
  #navigation_xs div#search_xs input.searchbox {
    width: 100%;
    height: 32px;
    margin-right: -5px;
    padding: 0 0.5em;
    background: #fff;
    border: none;
    border-radius: 0;
  }
  #navigation_xs div#search_xs button {
    height: 32px;
    margin: 0;
    padding: 0 12px;
    background: #999;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #navigation_xs div#search_xs button span {
    font-size: 108%;
    /* 14px */
    display: inline-block;
    text-align: center;
  }
}
/*  header navi
-------------------------------------------------------------------------- */
/* Phones */
@media (max-width: 767px) {
  #navigation_xs ul#hnav_xs {
    margin-top: 1.5em;
    padding: 0;
    font-size: 77%;
    /* 10px */
    text-align: center;
    list-style: none;
  }
  #navigation_xs ul#hnav_xs li {
    margin-left: 0.75em;
    padding: 0.5em 1em;
    border-right: 1px dotted #ccc;
    margin-left: 0;
    display: inline-block;
  }
  #navigation_xs ul#hnav_xs li:first-child {
    border-left: 1px dotted #ccc;
  }
  #navigation_xs ul#hnav_xs li a {
    padding: 0;
    color: #fff;
  }
}
/* language_xs
-------------------------------------------------------------------------- */
/* Phones */
@media (max-width: 767px) {
  #navigation_xs ul#language_xs {
    margin-top: 2em;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-size: 93%;
    /* 12px */
    text-align: center;
  }
  #navigation_xs ul#language_xs li a {
    color: #fff;
    padding: 7px;
    background: #666;
    display: block;
  }
  #navigation_xs ul#language_xs li a:before {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    content: "";
    font-family: FontAwesome;
    font-size: 100%;
  }
}
/* channel_xs
-------------------------------------------------------------------------- */
#channel_xs {
  margin: 0 0 1em;
  position: relative;
}
#channel_xs h1 {
  padding: 0.5em;
  background: #e74c2e;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 108%;
  /* 14px */
}
#channel_xs h1 i {
  margin-right: 0.15em;
}
#channel_xs p {
  margin: 0;
  padding: 0.5em;
  background: #fff;
  text-align: center;
}
#channel_xs div.thumbnail {
  margin: 0;
  padding: 0;
  backgrond: #fff;
  border: none;
  position: relative;
}
#channel_xs div.thumbnail img {
  width: 100%;
}
#channel_xs div.thumbnail img:hover {
  opacity: 0.8;
}
#channel_xs div.thumbnail a:before {
  font-size: 450%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 0.8;
  content: "";
  color: #fff;
  font-family: FontAwesome;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
}
#channel_xs div.btn-movielist {
  padding-left: 0.5em;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0.25em;
  right: 0.5em;
}
#channel_xs div.btn-movielist a {
  padding-right: 1.15em;
  color: #fff;
}
#channel_xs div.btn-movielist a:after {
  content: "";
  color: #fff;
  font-family: FontAwesome;
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
}
/* banner (allover)
-------------------------------------------------------------------------- */
/* Phones */
@media (max-width: 767px) {
  #navigation_xs div.btn-allover {
    max-width: 320px;
    margin: 15px auto 0;
  }
  #navigation_xs div.btn-allover img {
    width: 100%;
  }
}
/* banner (dept)
-------------------------------------------------------------------------- */
/* Phones */
@media (max-width: 767px) {
  #navigation_xs div.bnr-dept {
    max-width: 320px;
    margin: 15px auto 0;
  }
  #navigation_xs div.bnr-dept img {
    width: 100%;
  }
}
/* visual
========================================================================== */
#visual {
  height: 500px;
  background: url(../media/images/home/bg.jpg) !important;
  position: relative;
  top: -53px;
}
#visual ul.slider {
  padding: 0;
}
#visual ul.slider li {
  background: no-repeat center center;
}
#visual ul.slider li.slider_oc {
  background-image: url(../media/images/top/visual_oc.jpg);
}
#visual ul.slider li.slider_00 {
  background-image: url(../media/images/top/visual_is_interview.jpg);
}
#visual ul.slider li.slider_01 {
  background-image: url(../media/images/top/visual_metal.jpg);
}
#visual ul.slider li.slider_02 {
  background-image: url(../media/images/top/visual_matesci.jpg);
}
#visual ul.slider li.slider_03 {
  background-image: url(../media/images/top/visual_mateprocess.jpg);
}
#visual ul.slider li.slider_04 {
  background-image: url(../media/images/top/visual_kankyo.jpg);
}
#visual ul.slider li.slider_05 {
  background-image: url(../media/images/top/slider_rs_seminner.png);
}
/*add_20221025_100周年バナー追加_start*/
#visual ul.slider li.slider_06 {
  background-image: url(../media/images/top/slider_mate100th.jpg);
}
/*add_end*/
#visual ul.slider li a {
  height: 500px;
  color: #fff;
  display: block;
  position: relative;
}
#visual div.visual-text {
  text-shadow: 0 0 5px #000;
  position: absolute;
  left: 45px;
  bottom: 90px;
}
#visual h1 {
  margin: 0;
  margin-bottom: 0.25em;
  font-family: "Roboto", sans-serif;
  font-size: 246%;
  /* 32px */
  font-weight: 300;
}
#visual h1 strong {
  font-weight: 700;
}
#visual h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 139%;
  /* 18px */
}
#visual h3 {
  margin: 0;
  font-size: 108%;
  /* 14px */
}
#visual h3:before {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  content: "";
  font-family: FontAwesome;
}
#visual h3.oc:before {
  color: #E7782E;
}
#visual h3.metal:before {
  color: #00a0e9;
}
#visual h3.matesci:before {
  color: #ec6d81;
}
#visual h3.mateprocess:before {
  color: #796baf;
}
#visual h3.kankyo:before {
  color: #8fc41f;
}
/* Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #visual h1 {
    font-size: 215%;
    /* 28px */
  }
  #visual h2 {
    font-size: 124%;
    /* 16px */
  }
  #visual h3 {
    font-size: 108%;
    /* 14px */
  }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #visual {
    height: 360px;
  }
  #visual div.visual-text {
    left: 45px;
    bottom: 75px;
  }
  #visual h1 {
    font-size: 215%;
    /* 28px */
  }
  #visual h2 {
    font-size: 124%;
    /* 16px */
  }
  #visual h3 {
    font-size: 108%;
    /* 14px */
  }
  #visual ul.slider li {
    background-size: auto 360px;
  }
  #visual ul.slider li a {
    height: 360px;
  }
}
/* Phones */
@media (max-width: 767px) {
  #visual {
    height: 180px;
    top: 0;
  }
  #visual div.visual-text {
    left: 15px;
    bottom: 15px;
  }
  #visual h1 {
    font-size: 124%;
    /* 16px */
  }
  #visual h2 {
    display: none;
  }
  #visual h3 {
    font-size: 93%;
    /* 12px */
  }
  #visual ul.slider li {
    background-size: auto 200px;
  }
  #visual ul.slider li a {
    max-width: 433px;
    height: 180px;
  }
}
/* add_20221101_start
テキストを配置する場合のスタイルを下記追記
========================================================================== */
.ftcolBlk {
  color: #000;
}
.textCt {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.contCt {
  margin: 0 auto;
}
.mgt1em {
  margin-top: 1em;
}
.mgt2em {
  margin-top: 2em;
}
.ftBold {
  font-weight: bold;
}
/*文字用背景*/
.boxOpacity {
  /*            background-color: rgba(255,255,255,0.55);*/
  display: inline-block;
  width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ぼかし    */
.original-text-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ffffff;
  font-size: 50px;
  text-shadow: 3px 3px 12px black;
  /*		  font-weight: bold;*/
}
/*通常表示
========================================================================== */
/*PC*/
/*		@media (min-width: 992px) and (max-width: 1199px) {*/
@media (min-width: 767px) {
  .visual-text_new {
    padding: 7.5em 0 0 2em;
  }
  .ft00 {
    font-size: 3em;
    margin: -0.5em 0 !important;
  }
  .recurrent_ttl {
    font-size: 13em;
    margin: -0.3em 0 !important;
  }
  .ft01 {
    font-size: 1.25em;
    margin: -1em 0 !important;
  }
  .ft02 {
    font-size: 3em;
  }
  .visual-text_new_100th {
    padding: 7em 0;
  }
  .mate100 {
    font-size: 3.1em;
    margin: -0.5em 0 !important;
  }
  .mate100mB1em {
    font-size: 2.8em;
    margin: -0.5em 0 1em 0;
  }
  .mate100Subttl {
    font-size: 2em;
    width: 62%;
    line-height: 1.2;
  }
  .mate100Ttl {
    font-size: 4.9em;
    text-align: left;
    font-family: serif;
    font-weight: 600;
    line-height: 1.2;
  }
}
/*   tablet向け     */
@media (min-width: 767px) and (max-width: 1024px) {
  .visual-text_new {
    font-size: 0.7em;
  }
  .boxOpacity {
    margin-top: 2.5em;
  }
  .visual-text_new_100th {
    padding: 3.5em;
  }
  .mate100 {
    font-size: 1.8em;
  }
  .mate100Ttl {
    font-size: 2.7em;
    text-align: left;
    font-family: serif;
    font-weight: 600;
    line-height: 1.2;
  }
  .mate100Subttl {
    font-size: 1.5em;
    width: 100%;
  }
  br.media {
    display: none;
  }
}
/*	1024px超えるとヘッダエリアサイズが変わる為対応	*/
@media (max-width: 1180px) {
  .mate100Subttl {
    font-size: 1.5em;
    width: 98%;
    line-height: 1.2;
  }
}
/*SmartPhone*/
@media (max-width: 767px) {
  /*add_221025_百周年バナー用_start*/
  .visual-text_new {
    padding: 1.5em 0 0 2em;
  }
  .boxOpacity {
    width: 100%;
    margin-top: 2em;
  }
  .ft00 {
    font-size: 1.25em;
    margin: -0.5em 0 !important;
  }
  .recurrent_ttl {
    font-size: 4em;
    margin: -0.25em 0 !important;
  }
  .ft01 {
    font-size: 0.85em;
    margin: -0.2em 0 !important;
  }
  .ft02 {
    font-size: 1.5em;
  }
  .visual-text_new_100th {
    padding: 1em 0;
  }
  .mate100 {
    font-size: 0.95em;
    margin: -0.5em 0 !important;
    font-weight: 600;
  }
  .mate100mB1em {
    font-size: 1.45em;
    margin: -0.5em 0 1em 0 !important;
  }
  .mate100Subttl {
    font-size: 0.8em;
    font-weight: 600;
    width: 94.5%;
    line-height: 1.2;
  }
  .mate100Ttl {
    font-size: 1.5em;
    text-align: left;
    font-family: serif;
    font-weight: 600;
    line-height: 1.2;
  }
  .mgt1em {
    margin-top: 0.85em;
  }
}
/*通常表示おわり
========================================================================== */
/*横向き
========================================================================== */
/*tablet横向き*/
/*	iPadMiniサイズ向け	*/
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .boxOpacity {
    margin-top: 6em;
  }
  .mate100Ttl {
    font-size: 3.4em;
  }
  .mate100 {
    font-size: 2.25em;
  }
  .mate100mB1em {
    font-size: 1.8em;
  }
  .mate100Subttl {
    font-size: 1.6em;
    width: 60%;
  }
}
/*	それ以外*/
@media only screen and (min-device-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {
  .boxOpacity {
    margin-top: 3em;
  }
  .mate100Ttl {
    font-size: 3.6em;
  }
  .mate100 {
    font-size: 2.25em;
  }
  .mate100mB1em {
    font-size: 1.8em;
  }
  .mate100Subttl {
    font-size: 1.6em;
    width: 60%;
    line-height: 1.2;
  }
}
/*smartPhone横向き1*/
/*	iPhoneSEクラスのブレイクポイント		*/
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .boxOpacity {
    margin-top: 0;
    width: 100%;
    margin-top: 2em;
  }
  .mate100 {
    font-size: 1.1em;
    font-weight: 600;
  }
  .mate100Subttl {
    font-size: 0.85em;
    font-weight: 600;
    width: 96%;
    line-height: 1.2;
  }
  .mate100Ttl {
    font-size: 1.75em;
    text-align: left;
    font-family: serif;
    font-weight: 600;
    line-height: 1.2;
  }
  .mgt1em {
    margin-top: 0.75em;
  }
}
/*	それ以外	*/
@media only screen and (min-device-width: 668px) and (max-device-width: 928px) and (orientation: landscape) {
  .boxOpacity {
    margin-top: 0;
    width: 100%;
    margin-top: 2em;
  }
  .mate100 {
    font-size: 1.55em;
    font-weight: 600;
  }
  .mate100Subttl {
    font-size: 1.3em;
    font-weight: 600;
    width: 87.5%;
    line-height: 1.2;
  }
  .mate100Ttl {
    font-size: 2.7em;
    text-align: left;
    font-family: serif;
    font-weight: 600;
    line-height: 1.2;
  }
  .mgt1em {
    margin-top: 0.75em;
  }
}
/*smartPhone横向き2*/
/*		@media only screen and (min-device-width: 668px) and (max-device-width: 896px) and (orientation: landscape){
.visual-text_new_100th{
padding:4.5em  0 0 0;
}
.boxOpacity{
padding: 1em 0 0 1em;
}
}*/
/* add_20221027_end visualイレギュラー対応
========================================================================== */
/* pager
-------------------------------------------------------------------------- */
#visual .bx-wrapper {
  position: relative;
}
#visual .bx-wrapper .bx-pager {
  display: none;
  /*margin-left: -540px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	text-align: center;
	z-index: 10000;*/
}
#visual .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
#visual .bx-pager a {
  width: 60px;
  height: 2px;
  margin: 0 2px;
  background: #fff;
  text-indent: -9999px;
  display: block;
}
#visual .bx-pager a:hover, #visual .bx-pager a.active {
  background: #e7782e;
}
/* Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #visual .bx-wrapper .bx-pager {
    margin-left: -440px;
  }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #visual .bx-wrapper .bx-pager {
    display: none;
  }
}
/* Phones */
@media (max-width: 767px) {
  #visual .bx-wrapper .bx-pager {
    display: none;
  }
}
/* main
========================================================================== */
/* open campus
========================================================================== */
#main div.bnr_oc {
  margin-top: 1em;
  width: 100%;
  background: url("../media/images/top/bg_oc.png");
  background-size: cover;
  text-align: center;
}
#main div.bnr_oc a {
  padding: 0.75em 0.5em 0.5em;
  display: block;
  /* color: #fff; */
  color: #333;
  font-weight: bold;
  font-size: 200%;
}
#main div.bnr_oc a:hover {
  opacity: 0.6;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #main div.bnr_oc a {
    font-size: 125%;
  }
}
/* Phones */
@media (max-width: 767px) {
  #main div.bnr_oc a {
    font-size: 115%;
  }
}
/* covid19
========================================================================== */
#main div.bnr_covid19 {
  margin-top: 1em;
  width: 100%;
  border: 10px solid #E7782E;
  /* background: #E7782E; */
  text-align: center;
}
#main div.bnr_covid19 a {
  padding: 0.75em 0;
  display: block;
  /* color: #fff; */
  color: #E7782E;
  position: relative;
}
#main div.bnr_covid19 a:after {
  width: 1em;
  margin-top: -0.5em;
  content: "";
  font-family: FontAwesome;
  font-size: 200%;
  line-height: 1;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
}
#main div.bnr_covid19 a span.for {
  font-size: 125%;
  font-weight: bold;
}
#main div.bnr_covid19 a span.about {
  font-size: 175%;
  font-weight: bold;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #main div.bnr_covid19 a:after {
    right: 0.5em;
  }
  #main div.bnr_covid19 a span {
    margin-right: 0;
  }
  #main div.bnr_covid19 a span.for {
    font-size: 100%;
    font-weight: bold;
  }
  #main div.bnr_covid19 a span.about {
    font-size: 130%;
    font-weight: bold;
  }
}
/* Phones */
@media (max-width: 767px) {
  #main div.bnr_covid19 a:after {
    right: 0.25em;
  }
  #main div.bnr_covid19 a span {
    margin-right: 0;
  }
  #main div.bnr_covid19 a span.for {
    font-size: 100%;
    font-weight: bold;
  }
  #main div.bnr_covid19 a span.about {
    font-size: 110%;
    font-weight: bold;
  }
}
/* sns_pr
========================================================================== */
#main div.sns_pr {
  width: 100%;
  padding: 1em 0.5em 0.5em 0.5em;
  margin: 0 0 -25px 0;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  background: #f3f3f3;
}
#main div.sns_pr a.youtube {
  margin-left: 0.25em;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 20%;
  text-align: center;
  line-height: 22px;
  background: #f00;
  color: #fff;
}
#main div.sns_pr a.twitter {
  margin-left: 0.25em;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 20%;
  text-align: center;
  line-height: 22px;
  background: #00acee;
  color: #fff;
}
/* h1
========================================================================== */
#main h1 {
  margin-bottom: 8px;
}
/* news
========================================================================== */
#main ul.newsList {
  padding-left: 0;
  font-size: 93%;
  /* 12px */
  list-style: none;
}
#main ul.newsList li {
  margin-top: 10px;
}
#main ul.newsList li a {
  min-height: 130px;
  padding: 0 0 10px;
  border-bottom: 1px solid #edefec;
  color: #333;
  display: block;
}
#main ul.newsList li a:hover {
  color: #e7782e;
}
#main ul.newsList li a.no-link {
  cursor: text;
}
#main ul.newsList li a.no-link:hover {
  color: inherit;
}
#main ul.newsList li span.label {
  width: 60px;
  padding: 0.5em;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
}
#main ul.newsList li span.news-image {
  display: block;
  float: left;
}
#main ul.newsList li span.news-image img {
  width: 120px;
}
#main ul.newsList li span.news-date {
  padding-left: 130px;
  color: #999;
  font-family: "Roboto", sans-serif;
  display: block;
}
#main ul.newsList li span.news-text {
  margin-top: -1.5em;
  padding-left: 130px;
  display: block;
}
/* Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #main ul.newsList li span.label {
    width: 80px;
  }
  #main ul.newsList li span.news-image {
    margin-top: 2em;
  }
  #main ul.newsList li span.news-image img {
    width: 80px;
  }
  #main ul.newsList li span.news-text {
    padding-left: 90px;
  }
}
/* news nav
-------------------------------------------------------------------------- */
#main ul.newsnav {
  padding-left: 0;
  font-size: 93%;
  /* 12px */
  list-style: none;
  position: absolute;
  /* top: 30px; */
  margin-top: -30px;
  right: 30px;
}
#main ul.newsnav li {
  margin-left: 1em;
  display: inline-block;
}
#main ul.newsnav li a {
  color: #333;
}
#main ul.newsnav li a:before {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  content: "";
  font-family: FontAwesome;
}
#main ul.newsnav li.newsnav-news a:before {
  color: #333;
}
#main ul.newsnav li.newsnav-research a:before {
  color: #b31b27;
}
#main ul.newsnav li.newsnav-award a:before {
  color: #256f6f;
}
#main ul.newsnav li.newsnav-update a:before {
  color: #1d3273;
}
#main ul.newsnav li a:hover {
  color: #999;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #main ul.newsnav {
    text-align: right;
    position: inherit;
  }
}
/* Phones */
@media (max-width: 767px) {
  #main ul.newsnav {
    margin-top: 0;
    font-size: 85%;
    /* 11px */
    text-align: center;
    position: inherit;
  }
}
/* sidebar
========================================================================== */
#sidebar {
  margin: 0;
  margin-top: -220px;
  padding: 0 30px 0 0;
}
#sidebarInner {
  padding: 15px 0;
  background: #edefec;
}
/* Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #sidebar {
    margin-top: -185px;
  }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #sidebar {
    margin: 0;
  }
}
/* Phones */
@media (max-width: 767px) {
  #sidebar {
    margin: 0;
    padding: 0;
  }
}
/* channel
-------------------------------------------------------------------------- */
#channel {
  margin: 0 15px 2em;
  position: relative;
}
#channel h1 {
  padding: 0.5em;
  background: #e74c2e;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 108%;
  /* 14px */
}
#channel h1 i {
  margin-right: 0.15em;
}
#channel p {
  margin: 0;
  padding: 0.5em;
  background: #fff;
  text-align: center;
}
#channel div.thumbnail {
  margin: 0;
  padding: 0;
  backgrond: #fff;
  border: none;
  position: relative;
}
#channel div.thumbnail img {
  width: 100%;
}
#channel div.thumbnail img:hover {
  opacity: 0.8;
}
#channel div.thumbnail a:before {
  font-size: 450%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 0.8;
  content: "";
  color: #fff;
  font-family: FontAwesome;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
}
#channel div.btn-movielist {
  padding-left: 0.5em;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0.25em;
  right: 0.5em;
}
#channel div.btn-movielist a {
  padding-right: 1.15em;
  color: #fff;
}
#channel div.btn-movielist a:after {
  content: "";
  color: #fff;
  font-family: FontAwesome;
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #channel {
    margin: 0 15px 1em;
  }
  #channel h1 {
    text-align: center;
  }
  #channel div.btn-movielist {
    padding-left: 0;
    border-left: none;
    position: inherit;
    top: 0;
    right: 0;
  }
  #channel div.btn-movielist a {
    padding: 0.5em;
    background: #e7782e;
    display: block;
  }
  #channel div.btn-movielist a:after {
    display: none;
  }
}
/* Phones */
@media (max-width: 767px) {
  #channel {
    display: none;
  }
}
/* is_interview_btn
-------------------------------------------------------------------------- */
#is_interview_btn {
  margin: 2em 15px 1em;
}
#is_interview_btn div {
  text-align: center;
  background: #e7782e;
}
#is_interview_btn div a {
  color: #fff;
  display: block;
}
#is_interview_btn div a p {
  padding: 0.5em 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 150%;
  line-height: 1.25;
  display: inline-block;
}
#is_interview_btn div a img {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #is_interview_btn {
    margin: 1em 15px;
  }
  #is_interview_btn div a {
    font-size: 100%;
  }
}
/* Phones */
@media (max-width: 767px) {
  #is_interview_btn {
    margin: 1em 15px;
  }
  #is_interview_btn div a {
    font-size: 100%;
  }
}
/* pickup
-------------------------------------------------------------------------- */
#pickup {
  margin: 0 15px 2em;
}
#pickup div img {
  width: 100%;
}
#pickup div.btn-allover {
  margin-bottom: 1em;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #pickup {
    margin: 0 15px 1em;
  }
}
/* Phones */
@media (max-width: 767px) {
  #pickup {
    display: none;
  }
}
/* jobs
-------------------------------------------------------------------------- */
#jobs {
  margin: 0 15px 2em;
}
#jobs h1 {
  padding: 0.75em;
  background: #333;
  border: none;
  color: #fff;
  text-align: center;
}
#jobs h1 a {
  color: #fff;
}
#jobs h1 a:after {
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  content: "";
  font-family: FontAwesome;
}
#jobs h1 a:hover {
  text-decoration: underline;
}
#jobs ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  background: #fff;
}
#jobs ul li {
  padding: 1em;
  border-bottom: 1px solid #edefec;
  line-height: 1.4;
}
#jobs ul li a {
  color: #333;
}
#jobs ul li a:hover {
  color: #e7782e;
}
p.btn-jobs {
  margin: 0;
  text-align: right;
}
p.btn-jobs a:after {
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  content: "";
  font-family: FontAwesome;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #jobs {
    margin: 0 15px 1em;
  }
}
/* topics
-------------------------------------------------------------------------- */
#topics {
  margin: 0 15px;
}
#topics h1 {
  padding: 0.5em;
  border: none;
  color: #e7782e;
  font-family: "Roboto", sans-serif;
  font-size: 139%;
  /* 18px */
  text-align: center;
}
#topics h1 i {
  margin-right: 0.15em;
}
#topics ul {
  padding-left: 0;
  list-style: none;
}
#topics ul li {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}
#topics ul li a {
  color: #333;
}
#topics ul li a:hover {
  color: #e7782e;
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #topics h1 {
    padding: 0;
  }
}
/* banner
========================================================================== */
#banner {
  padding: 30px 0 20px;
  background: #edefec;
}
#banner ul {
  margin: 0 15px;
  padding-left: 0;
  list-style: none;
}
#banner ul li {
  margin-bottom: 1em;
}
#banner ul li img {
  width: 100%;
}
#banner ul li img:hover {
  opacity: 0.8;
}
/* Phones */
@media (max-width: 767px) {
  #banner ul {
    margin: 0;
  }
  #banner ul li {
    max-width: 320px;
    margin: 0 auto 1em;
  }
}
/*add 20220519*/
/*サイドバナーのマージン調整で暫定追記*/
.pickup_img {
  margin: 5px 0 0 0;
}
/* 20241225 PC版 右側動画飛び出し修正
========================================================================== */
#sidebar {
  margin-top: 0;
}
/* 20241225 ツイッターアイコン変更
========================================================================== */
#main div.sns_pr a.twitter {
  background: #000000;
}
.sns_pr .fa-twitter {
  position: relative;
  height: 8px;
}
.sns_pr .fa-twitter:before {
  content: "";
  width: 13px;
  height: 14px;
  background-image: url("../media/images/top/mate_diagram/icon_x_white.svg");
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sns_pr .fa {
  top: 1.5px;
  position: relative;
}
/* 20241225 DEI推進バナー追加
========================================================================== */
img.banner_oc {
  max-height: 292.5px;
  object-fit: cover;
}
#banner {
  padding: 36px 0 20px;
}
#banner ul li {
  margin-bottom: 16px;
}
#banner ul li img {
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  img.banner_oc {
    min-height: 242px;
  }
}
@media screen and (max-width: 991px) {
  img.banner_oc {
    min-height: 245px;
  }
}
@media screen and (max-width: 768px) {
  #banner {
    padding: 34px 0 48px;
  }
  img.banner_oc {
    min-height: 100%;
    max-height: 100%;
  }
}
/* 20250227 バナー群 テキストに変更
========================================================================== */
#banner ul.bnr_text {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  font-feature-settings: "palt";
}
#banner ul.bnr_text li {
  width: calc(25% - 18px);
  margin-right: 24px;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 0.5em;
}
#banner ul.bnr_text li:nth-child(4n) {
  margin-right: 0;
}
#banner ul.bnr_text.external_link a:after {
  color: #a65d2d;
}
#banner ul.bnr_text.external_link a:hover:after {
  color: #e7782e;
}
#banner ul.bnr_text.external_link a:focus {
  color: #2a6496;
}
@media (max-width: 991px) {
  #main .newsList.top_news li:nth-child(n+7):nth-child(-n+12) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #banner ul.bnr_text {
    width: 100%;
  }
  #banner ul.bnr_text li {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  #banner ul.bnr_text li:nth-child(2n) {
    margin-right: 0;
  }
}
/* ========================================================================== */
/****  20260220 追記 *****/
#main ul.newsList.top_news li a {
  height: 130px !important;
}
#main ul.newsList.top_news li span.news-image {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#main ul.newsList.top_news li span.news-image img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: auto;
}
#main ul.newsList.top_news li span.news-text {
  overflow: hidden;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#main ul.newsList li span.label {
  width: 65px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main ul.newsList.top_news li span.news-image {
    margin-top: 0;
  }
}
.nav_news_list {
  padding: 0;
  list-style: none;
}
#main .newsnav_pointer li {
  cursor: pointer;
}
#main .newsnav_pointer li:hover a {
  color: #999;
}
#main .newsnav_pointer a {
  pointer-events: none;
  cursor: pointer;
}
.nav_news_list li .top_news {
  display: none;
}
.nav_news_list li.active .top_news {
  display: block;
}
#main div.btn-pamphlet {
  margin-top: 2em;
}
#banner ul.bnr_text.external_link .no_icon a:after {
  display: none;
}
/*****トップ ニュース表示カテゴリー******/
#main .nav_news_list.cate_two {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  flex-wrap: wrap;
}
#main .nav_news_list.cate_two > li {
  width: calc(50% - 12px);
}
#main .nav_news_list.cate_two ul.newsList li {
  width: 100%;
}
#main ul.newsnav li.newsnav-jobs a:before {
  color: #805900;
}
#jobs h1 {
  display: block;
}
#jobs > h1 {
  background: #805900;
}
#jobs .awards_right {
  margin-top: 16px;
}
#jobs .awards_right h1 {
  background: #256f6f;
}
#jobs .btn-jobs {
  margin-top: 4px;
}
@media (max-width: 991px) {
  #main .nav_news_list.cate_two {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #main {
    margin-bottom: 40px;
  }
  #main ul.newsnav {
    margin-bottom: -8px;
  }
  #main .nav_news_list.cate_two {
    margin-bottom: 0;
  }
  #main .nav_news_list.cate_two > li {
    width: 100%;
  }
  #main .nav_news_list.cate_two > li h1 {
    margin-top: 24px;
  }
  .newsList.top_news li:nth-child(5), .newsList.top_news li:nth-child(6) {
    display: none;
  }
}
/*# sourceMappingURL=./home.css.map */