@charset "UTF-8";
/* Scss Document */
.top_article {
  padding-top: 180px;
  padding-bottom: 100px; }

@media print, screen and (max-width: 812px) {
  .top_article {
    padding-top: 0px;
    padding-bottom: 30px; } }
.top_article a {
  color: #353535;
  text-decoration: none; }

.top_article a:hover {
  text-decoration: underline; }

/*メインビジュアルスライダー*/
.main_slider {
  position: relative;
  height: calc(100vh - 180px); }

@media print, screen and (max-width: 812px) {
  .main_slider {
    height: 260px; } }
.main_slider h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99; }

.main_slider ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 180px);
  /* overflow: hidden; */ }

@media print, screen and (max-width: 812px) {
  .main_slider ul {
    height: 260; } }
.main_slider ul li {
  width: 100%;
  height: calc(100vh - 180px);
  overflow: hidden;
  background-size: cover; }

@media print, screen and (max-width: 812px) {
  .main_slider ul li {
    height: 260px; } }
.main_slider ul .slider_01 {
  background-image: url(../../img/top/main_slide01.jpg);
  background-position: center center; }

.main_slider ul .slider_02 {
  background-image: url(../../img/top/main_slide02.jpg);
  background-position: center center; }

.main_slider ul .slider_03 {
  background-image: url(../../img/top/main_slide03.jpg);
  background-position: center top; }

.main_slider ul .slider_04 {
  background-image: url(../../img/top/main_slide04.jpg);
  background-position: center center; }

.main_slider ul .slider_05 {
  background-image: url(../../img/top/main_slide05.jpg);
  background-position: center top; }

.main_slider .makenext {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }

/*main_slider*/
.sub_slider {
  position: relative;
  font-size: 0;
  margin-bottom: 50px;
  transition: 2s;
  background-color: #000; }

@media print, screen and (max-width: 812px) {
  .sub_slider {
    margin-bottom: 30px; } }
.sub_slider .sub_btn {
  display: inline-block;
  width: 25%;
  height: 400px;
  position: relative;
  z-index: 98;
  background-size: cover;
  background-position: 0 20%;
  transition: .2s; }

@media print, screen and (max-width: 812px) {
  .sub_slider .sub_btn {
    width: 50%;
    height: 100px; } }
.sub_slider .sub_btn a {
  display: block;
  width: 100%;
  height: 100%; }

.sub_slider .sub_btn a > h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: .2s; }

@media print, screen and (max-width: 812px) {
  .sub_slider .sub_btn a > h2 {
    bottom: 10px; } }
.sub_slider .sub_btn a .mask {
  opacity: 0;
  color: #fff;
  position: absolute;
  bottom: 130px;
  left: 20px;
  transition: .2s ease-in; }

@media print, screen and (max-width: 812px) {
  .sub_slider .sub_btn a .mask {
    display: none; } }
.sub_slider .sub_btn a .mask h2 {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px; }

.sub_slider .sub_btn a .mask p {
  font-size: 1.2rem; }

.sub_slider .sub_btn:hover {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .2s; }

.sub_slider .sub_btn:hover a > h2 {
  opacity: 0; }

.sub_slider .sub_btn:hover .mask {
  opacity: 1;
  transform: translateY(-20px); }

.sub_slider .sub_btn_csr {
  background-image: url(../../img/top/ph_csr_s.jpg); }

.sub_slider .sub_btn_business {
  background-image: url(../../img/top/ph_business_s.jpg); }

.sub_slider .sub_btn_recruit {
  background-image: url(../../img/top/ph_recruit_s.jpg); }

.sub_slider .sub_btn_athletic {
  background-image: url(../../img/top/ph_athletic_s.jpg); }

.sub_slider .sub_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-size: cover;
  z-index: 97;
  opacity: 0;
  transition: .4s ease-in; }

@media print, screen and (max-width: 812px) {
  .sub_slider .sub_bg {
    display: none; } }
.sub_slider .sub_bg_csr {
  background-image: url(../../img/top/ph_csr_l.jpg); }

.sub_slider .sub_bg_business {
  background-image: url(../../img/top/ph_business_l.jpg); }

.sub_slider .sub_bg_recruit {
  background-image: url(../../img/top/ph_recruit_l.jpg); }

.sub_slider .sub_bg_athletic {
  background-image: url(../../img/top/ph_athletic_l.jpg); }

.sub_slider .deactive {
  background-image: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

.sub_slider .active {
  opacity: 1; }

/*sub_slider*/
.information {
  margin-bottom: 50px; }

@media print, screen and (max-width: 812px) {
  .information {
    margin-bottom: 30px; } }
.information .information_list_switch_menu {
  border-bottom: 3px solid #ccc;
  margin-bottom: 50px;
  padding: 0 calc(50% - 500px);
  display: flex; }

@media print, screen and (max-width: 812px) {
  .information .information_list_switch_menu {
    margin-bottom: 20px;
    padding: 0; } }
.information .information_list_switch_menu li {
  width: calc(100% / 4);
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  padding-top: 64px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .5;
  transition: .3s; }

@media print, screen and (max-width: 812px) {
  .information .information_list_switch_menu li {
    font-size: 1rem;
    padding-top: 26px;
    padding-bottom: 5px; } }
.information .information_list_switch_menu li:hover {
  opacity: 1;
  text-decoration: underline; }

.information .information_list_switch_menu .information_list_switch_new_btn {
  background-image: url(../../img/top/icon_news_new.png);
  background-position: center 8px; }

@media print, screen and (max-width: 812px) {
  .information .information_list_switch_menu .information_list_switch_new_btn {
    background-size: 22px 17px;
    background-position: center 4px; } }
.information .information_list_switch_menu .information_list_switch_important_btn {
  background-image: url(../../img/top/icon_news_important.png);
  background-position: center 5px; }

@media print, screen and (max-width: 812px) {
  .information .information_list_switch_menu .information_list_switch_important_btn {
    background-size: 3px 18px;
    background-position: center 2px; } }
.information .information_list_switch_menu .information_list_switch_pr_btn {
  background-image: url(../../img/top/icon_news_pr.png);
  background-position: center 2px; }

@media print, screen and (max-width: 812px) {
  .information .information_list_switch_menu .information_list_switch_pr_btn {
    background-size: 16px 20px;
    background-position: center 1px; } }
.information .information_list_switch_menu .information_list_switch_ir_btn {
  background-image: url(../../img/top/icon_news_ir.png);
  background-position: center top; }

@media print, screen and (max-width: 812px) {
  .information .information_list_switch_menu .information_list_switch_ir_btn {
    background-size: 20px 21px; } }
.information .information_list_switch_menu .selected_menu {
  opacity: 1;
  border-bottom: 3px solid #000;
  margin-bottom: -3px;
  position: relative; }

.information .information_list_switch_menu .selected_menu::after {
  content: "";
  background-image: url(../../img/top/cursor_under.png);
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); }

.information .information_list {
  margin-bottom: 50px;
  padding: 0 calc(50% - 500px); }

@media print, screen and (max-width: 812px) {
  .information .information_list {
    margin-bottom: 20px;
    padding: 0 20px; } }
.information .information_list li {
  display: flex;
  width: 1000px;
  margin-bottom: 20px; }

@media print, screen and (max-width: 812px) {
  .information .information_list li {
    display: block;
    width: auto;
    margin-bottom: 20px; } }
.information .hide {
  display: none; }

.information .btn_go_list {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 20px 130px;
  transition: .5s; }

@media print, screen and (max-width: 812px) {
  .information .btn_go_list {
    padding: 10px;
    display: block; } }
.information .btn_go_list:hover {
  background-color: #666; }

/*information_list*/
.sub_contents ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.sub_contents ul li {
  width: calc(100% / 3);
  text-align: center;
  margin-bottom: 50px; }

@media print, screen and (max-width: 812px) {
  .sub_contents ul li {
    width: 100%;
    margin-bottom: 20px; } }
.sub_contents ul li a {
  display: block; }

.sub_contents ul li a .zoom_wrap {
  width: 100%;
  height: calc(100vw / 3　* 0.375);
  margin-bottom: 20px;
  overflow: hidden; }

@media print, screen and (max-width: 812px) {
  .sub_contents ul li a .zoom_wrap {
    margin-bottom: 5px; } }
.sub_contents ul li a .zoom_wrap img {
  width: 100%;
  transition: .4s; }

.sub_contents ul li a:hover .zoom_wrap img {
  transform: scale(1.1); }

.sub_contents ul li a h3 {
  color: #727171;
  font-size: 1.8rem;
  margin-bottom: 10px; }

@media print, screen and (max-width: 812px) {
  .sub_contents ul li a h3 {
    margin-bottom: 5px; } }
.sub_contents ul li a p {
  font-size: 1.2rem;
  color: #727171; }

/*sub_contents*/
.link_slider {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

@media print, screen and (max-width: 812px) {
  .link_slider {
    width: calc(100vw - 80px); } }
.link_slider .bx-wrapper {
  border-left: 1px solid #aeaead; }

.link_slider ul {
  width: 1000px;
  display: flex; }

@media print, screen and (max-width: 812px) {
  .link_slider ul {
    width: 100%; } }
.link_slider ul li {
  border-right: 1px solid #aeaead;
  position: relative;
  height: 150px; }

@media print, screen and (max-width: 812px) {
  .link_slider ul li {
    height: 100px; } }
.link_slider ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media print, screen and (max-width: 812px) {
  .link_slider ul li a img {
    max-width: 120px !important; } }
.link_slider .slide_prev {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%); }

@media print, screen and (max-width: 812px) {
  .link_slider .slide_prev {
    left: -20px; } }
.link_slider .slide_prev a {
  display: block;
  width: 21px;
  height: 46px;
  background-image: url(../../img/top/link_cursor_left.png);
  text-indent: -9999px; }

@media print, screen and (max-width: 812px) {
  .link_slider .slide_prev a {
    width: 10px;
    height: 23px;
    background-size: 10px 23px; } }
.link_slider .slide_next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%); }

@media print, screen and (max-width: 812px) {
  .link_slider .slide_next {
    right: -20px; } }
.link_slider .slide_next a {
  display: block;
  width: 21px;
  height: 46px;
  background-image: url(../../img/top/link_cursor_right.png);
  text-indent: -9999px; }

@media print, screen and (max-width: 812px) {
  .link_slider .slide_next a {
    width: 10px;
    height: 23px;
    background-size: 10px 23px; } }
/*link_slider*/
