@charset "utf-8";

@font-face {
  font-family: Quattrocento;
  font-weight: normal;
  src: url('/common/fonts/Quattrocento-Regular.ttf') format("truetype");
}
@font-face {
  font-family: Quattrocento;
  font-weight: bold;
  src: url('/common/fonts/Quattrocento-Bold.ttf') format("truetype");
}


.cntSec .innerWrap {
  width: 1100px;
  padding: 0 10px;
}


/* ==================================================
header
================================================== */
#header__cateNav {
  margin-bottom: 6px;
}
.header__logo {
  width: 500px;
}
.header__logoRecruit {
  width: 204px;
}
.mainNavWrap {
  position: relative;
  float: right;
  padding: 8px;
  background: #f2f2f2;
}
.mainNavWrap:after {
  content: "";
  display: block;
  clear: both;
}
.mainNavWrap .shut {
  position: absolute;
  right: 161px;
  top: 8px;
  display: block;
  width: 306px;
  height: 53px;
  font-size: 14px;
  color: #fff;
}
.mainNavWrap .shut span {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  background: rgba(0, 0, 0, .5);
}
.mainNavWrap p {
  float: left;
  padding: 16px 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #285184;
  text-align: center;
}
#mainNav {
  float: right;
  display: table;
  border-collapse: collapse;
  width: 400px;
  height: 54px;
  table-layout: fixed;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#mainNav .mainBtn {
  display: table-cell;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #285184;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #285184;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
/* hover */
#mainNav .mainBtn:hover {
  color: #fff;
  /*border: 1px solid #285184;*/
  background: #285184;
}

/* Fixed */
/*#header__mainNav.fixed #mainNavWrap * {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}*/
#header__mainNav.fixed .mainNavWrap {
  margin-top: 5px;
}
#header__mainNav.fixed .mainNavWrap p {
  padding-top: 9px;
}
#header__mainNav.fixed #mainNav {
  height: 40px;
}
#header__mainNav.fixed .header__logo {
  width: 400px;
  padding-top: 14px;
}
#header__mainNav.fixed .header__codes {
  display: inline-block;
  width: 240px;
}


/* ==================================================
MV slider
================================================== */
#slide {
  position: relative;
  width: 100%;
}
#slideMain {
  width: 100%;
  height: 640px;
  margin: 0;
}
#slideMain li {
  height: 640px;
}
#slideMain img {
  width: 100%;
}
.slideMain__bg {
  width: 100%;
  height: 640px;
  background-size: cover;
}
.slideMain__text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1200px;
  margin-left: -600px;
  text-align: center;
  color: #fff;
}
.slideMain__title {
  margin-bottom: 30px;
  font-size: 36px;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transition: all .5s ease-in-out .4s;
  -moz-transition: all .5s ease-in-out .4s;
  transition: all .5s ease-in-out .4s;
}
.slideMain__body {
  font-size: 18px;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transition: all .5s ease-in-out .7s;
  -moz-transition: all .5s ease-in-out .7s;
  transition: all .5s ease-in-out .7s;
}
#slideMain li.active .slideMain__title,
#slideMain li.active .slideMain__body {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*---------------------------------*/
#slideThumWrap {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
}
#slideThumWrap .bx-wrapper {
  width: 1200px;
  max-width: none !important;
  margin: auto;
}
#slideThumSP {
  display: none;
}
#slideThum li {
  display: table;
  width: 300px;
  height: 150px;
  font-family: Quattrocento;
  font-size: 42px;
  color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
  opacity: .3;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
#slideThum li.active {
  width: 600px !important;
  font-size: 90px;
  text-align: center;
  opacity: 1;
}
#slideThum li:not(.bx-clone):nth-child(2) {
  width: 600px !important;
  font-size: 90px;
  text-align: center;
  opacity: 1;
}
#slideThum li span {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
#slideThum li span img {
  width: 100%;
}

.bx-wrapper {
  max-width: initial !important;
}


/* ==================================================
topics
================================================== */
#topics .innerWrap {
  padding-bottom: 40px;
}
#topics .heading {
  position: relative;
  display: table;
  width: 100%;
  height: 70px;
  margin-top: 20px;
/*  margin-top: -35px;*/
  margin-left: calc(-100% + 325px);
  padding-right: 35px;
  font-family: Quattrocento;
  font-size: 28px;
  color: #fff;
  text-align: right;
  background: #285184;
}
#topics .heading > span {
  display: table-cell;
  vertical-align: middle;
}
#topics .heading > span:after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #285184 transparent transparent transparent;
}

.newsList li {
  padding-left: 370px;
  background: none !important;
}
.newsList li a,
.newsList li > span {
  padding-left: 0;
}
.newsList li a span.date,
.newsList li > span span.date {
  width: 180px;
}


/* ==================================================
about
================================================== */
#about {
  background: #f0f0f0 url(/recruit/common/images/about_bg.png) no-repeat center top;
}
#about .innerWrap {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url(/recruit/common/images/about_bg_line.png) repeat-y center top;
}
#about .heading {
  font-family: Quattrocento;
  font-size: 32px;
  color: #1d3550;
  line-height: 1.2;
}
#about .heading > span {
}
#about .heading > span .big {
  font-size: 68px;
}


#about .linkPanel {
  flex-flow:row wrap;
  justify-content: space-around;
  margin-top: -45px;
}
#about .linkPanel > li {
  flex-basis: 328px;
  max-width: 328px;
  height: 438px;
}
#about .linkPanel > li:nth-child(1) {
  margin-top: 160px;
}
#about .linkPanel > li:nth-child(2) {
  margin-top: 80px;
}
#about .linkPanel > li:nth-child(n+4) {
  margin-top: 32px;
}
#about .linkPanel > li:nth-child(5) {
  margin-top: -48px;
}
#about .linkPanel > li:nth-child(6) {
  margin-top: -128px;
}
#about .linkPanel__txt {
  position: relative;
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#about .linkPanel__txt .label {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  padding: 5px 8px 0 20px;
  font-family: Quattrocento;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #285184;
}
#about .linkPanel__txt .label:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #285184 transparent transparent transparent;
}
#about .linkPanel__txt .text--main {
  color: #1d3550;
  background: none;
}
#about .linkPanel__floatIcon {
  top: 46%;
}
#about .linkPanel__floatTxt {
  top: 60%;
}
#about .linkPanel li:hover .linkPanel__txt .text--main {
  color: #fff;
}


/* ==================================================
info
================================================== */
#info {
  background: #f7f7f7;
}
#info .innerWrap {
  padding-top: 60px;
  padding-bottom: 80px;
}
#info .heading {
  margin-bottom: 50px;
  font-size: 32px;
}

#info .linkPanel {
  flex-flow:row wrap;
  justify-content: space-around;
}
#info .linkPanel > li {
  flex-basis: 328px;
  max-width: 328px;
  height: 280px;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dfe6e7;
  background: #f7f7f7;
}


#info .linkPanel__txt {
  padding-top: 15px;
}
#info .linkPanel__txt .text--main {
  font-weight: 500;
  color: #1d3550;
  background: none;
}
#info .linkPanel__txt .text--sub {
  margin-top: 0;
  font-family: Quattrocento;
  color: #9f9f9f;
}
#info .linkPanel > li:hover {
  background: #4676ce;
}
#info .linkPanel > li:hover .linkPanel__txt .text--main {
  color: #fff;
}
#info .linkPanel > li:hover .linkPanel__txt .text--sub {
  color: #fff;
}
/* ==================================================
topics-megahon
================================================== */
#topics-megahon {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#topics-megahon p {
    display: inline-block;
    padding-left: 35px;
    background: url(/common/images/icon_megaphone.svg) no-repeat left center;
    background-size: 26px 20px;
}

