@charset "UTF-8";
body {
  line-height:1;
  background: #ffffff;
  font-family: 'Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  color: #393939;
  animation: fadeIn 0.8s ease-in-out;
}
@keyframes fadeIn {
  0%{
      opacity: 0;
  }  
  100%{
      opacity: 1;
  }
}
/* -----------------------------
    HEADER
-------------------------------*/
#header {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  -webkit-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
}
#header h1 {
  float: left;
}
#header h1 a {
  display: block;
  width: 210px;
  height: 40px;
  background: url('/common/img/lcu_logo.png') no-repeat;
  margin: 28px 0 0 0;
  background-size: 210px auto;
}
@media (max-width: 1600px) {
  #header h1 a {
    margin-left: 28px;
  }
}
#header h1 a span {
  display: none;
}
#header .headerWrap {
  max-width: 1600px;
  margin: 0 auto;
}

#header.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

#header.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* 
  *グローバルナビ_メインメニュー
  */

#mainNav {
  float: right;
}
#mainNav li {
  float: left;
  position: relative;
}
#mainNav li a,
#mainNav li label {
  display: block;
  padding: 40px 2.1vw;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#mainNav li a:hover,
#mainNav li button:hover {
 opacity: 0.8;
}
#mainNav li a i {
  display: none;
}
#mainNav li input {  /* チェックボックス非表示 */
  display: none;
}
#mainNav li a img,
#mainNav li a svg {
  margin-right: 8px;
}
#mainNav li a svg .mailIcon {
  margin-right: 8px;
  width: 18px;
  height: auto;
  fill: #393939;
}
#mainNav li.isIcon a {
  display: flex;
  align-items: center;
}
@media (min-width: 1640px) {
  #mainNav > li:last-child a {
    padding-right: 0;
  }
}
/* 
 *グローバルナビ_サブメニュー
 */

 #mainNav li ul.subNav {
  animation: menuFadeOut .3s ease-in forwards;
}
@keyframes menuFadeOut {
  0%{
    opacity: 1;
    transform: translateY(0);
  }
  90%{
    opacity: 0;
    transform: translateY(-20px);
  }
  100%{
    opacity: 0;
    transform: translateY(-200px);
    display: none;
  }
}
#mainNav li ul.subNav {
  position: absolute;
  top: 96px;
  left: 0;
  opacity: 0;
}
#mainNav li.dropMenu .menuTrg {
  padding: 40px 2.1vw;
  pointer-events: none;
}
#mainNav .onShow ul.subNav {
  display: block;
  animation: menuFadeIn .3s ease-out forwards;
}
@keyframes menuFadeIn {
  0%{
    opacity: 0;
    transform: translateY(-200px);
  }
  10%{
    opacity: 0;
    transform: translateY(-20px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
#mainNav ul.subNav li a {
 padding-top: 20px;
 padding-bottom: 20px;
 background: #fff;
}
#mainNav ul.subNav li a:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  #header {
    height: 70px;
  }
  #header h1 a {
    width: 20vw;
    min-width: 180px;
    height: 30px;
    margin: 20px;
    background-size: auto 30px;
  }
  #mainNav li a,
  #mainNav li.dropMenu .menuTrg {
    font-size: 1.4vw;
    padding: 29px 1.8vw;
  }
  #mainNav li a img {
    margin-right: 8px;
  }
  #mainNav li a svg {
    width: 1.5vw;
    height: auto;
  }
  #mainNav li ul.subNav {
    top: 69px;
  }
}
/* 
 ー－－－－ここまでー－－－－－
*/

#header .menuBtn {
  display: none;
}

/* 
 *カレント表示
 */
 @media (min-width: 768px) {
  .navInner {
    position: relative;
  }
  .navInner #currentBar {
    position: absolute;
    top: 0;
    height: 0;
    background-color: #E71F19;
    -webkit-transition: left .5s ease, width .5s ease, height .3s ease;
    transition: left .5s ease, width .5s ease, height .3s ease;
  }
  #mainNav li a:hover {
    color: #E71F19;
  }
  #mainNav li a:hover svg .mailIcon {
    fill: #E71F19;
  }
}

/* -----------------------------
    CONTENTS
-------------------------------*/
.enTit {
  font-family: 'Josefin Sans', sans-serif;
}
h2.enTit {
  font-size: 43px;
  font-weight: normal;
}
h2.enTit span {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  font-weight: normal;
}
h2.catch.enTit span {
  margin-top: 0;
}
h3 {
  font-size: 44px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
h3 .enTit {
  display: block;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #999999;
  margin-top: 20px;
}
h3.newsTit {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.40625;
  margin-bottom: 64px;
}
.btnWrap a,
.btnWrap input {
  display: block;
  width: 220px;
  margin: 80px auto;
  background-color: #393939;
  border-radius: 5px;
  padding: 22px 0;
  text-align: center;
  transition: 0.3s;
  color: #fff;
  font-weight: 600;
}
.btnWrap a:hover {
  opacity: 0.8;
}

.spBreak {
  display: none;
}
#wrapper {
  padding-top: 96px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #wrapper {
    padding-top: 70px;
  }
}
#contents {
  text-align: center;
  min-height: calc(100vh - 500px);
}
.lcBlock {
  text-align: center;
  font-size: 0;
}
.lcBlock span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 6.7px;
}
.lcBlock span:nth-child(1) { background: #F4B818; }
.lcBlock span:nth-child(2) { background: #D84C22; }
.lcBlock span:nth-child(3) { background: #B83531; }
.lcBlock span:nth-child(4) { background: #396AAA; }
.lcBlock span:nth-child(5) { background: #00687C; }
.lcBlock span:nth-child(6) { background: #009C41; }
.lcBlock span:nth-child(7) { background: #00594D; }

.sa {
	opacity: 0;
	transform: translate3d(0,2.0rem,0) rotate(0.001deg);
	transition: 0.8s;
	transition-property: opacity,transform,filter;
  filter: blur(min(.4081632653vw + 3.4693877551px,10px));
}
.btnWrap.sa,
.btnWrap .sa {
  filter: blur(0);
}
.sa.show {
  opacity: 1;
  filter: blur(0);
  -webkit-transform: translate3d(0,0,0) rotate(.001deg);
  transform: translate3d(0,0,0) rotate(.001deg);
}
.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.newsList {
  margin: 0 auto;
  width: calc(100% - 48px);
  max-width: 1280px;
  clear: both;
  text-align: left;
}
.newsList li {
  border-bottom: 1px solid #ccc;
}
.newsList li a,
.newsList li.noLink {
  padding: 28px 0;
  display: flex;
  transition: 0.3s;
}
.newsList li a:hover {
  opacity: 0.8;
}
.newsList li:first-child {
  border-top: 1px solid #ccc;
}
.newsList li span.date {
  font-size: 14px;
  width: 148px;
  text-align: right;
  line-height: 1.6;
}
.newsList li span.txt {
  line-height: 1.375;
  width: calc(100% - 260px);
  margin-left: 80px;
  font-weight: 600;
}
.newsCatIcon {
  display: table;
  background: #393939;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.peopleDit {
  display: flex;
  justify-content: space-evenly;
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 940px;
  flex-wrap: wrap;
}
.peopleDit li {
  width: calc(33.333% - 20px);
  margin-bottom: 40px;
  max-width: 280px;
  min-width: 250px;
}
.peopleDit li:first-child,
.peopleDit li:nth-child(3n+1) {
  margin-left: 0;
}
.peopleDit li a {
  background: #fff;
  display: block;
  border-radius: 5px;
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(57,57,57,0.15));
  transform: translateZ(0);
  overflow: hidden;
}
.peopleDit li a img {
  width: 100%;
  height: 214px;
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
  object-fit: cover;
}
.peopleDit li a:hover img {
  transform: scale(1.05) rotate(0.00001deg);
}
.peopleDit figure {
  position: relative;
  overflow: hidden;
}
.peopleDit figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #393939;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  padding: 6px 14px;
  border-radius: 20px;
}
.peopleDit .peopleInfo {
  text-align: left;
  padding: 16px;
}
.peopleDit .peopleInfo .division {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 12px;
}
.peopleDit .peopleInfo .peoplerName {
  font-size: 20px;
}
.peopleDit li:nth-child(2) { transition-delay: 0.1s;}
.peopleDit li:nth-child(3) { transition-delay: 0.2s;}
.peopleDit li:nth-child(4) { transition-delay: 0.2s;}
.peopleDit li:nth-child(5) { transition-delay: 0.3s;}
.peopleDit li:nth-child(6) { transition-delay: 0.4s;}
.peopleDit li:nth-child(8) { transition-delay: 0.1s;}
.peopleDit li:nth-child(9) { transition-delay: 0.2s;}
.peopleDit li:nth-child(11) { transition-delay: 0.1s;}
.peopleDit li:nth-child(12) { transition-delay: 0.2s;}

.colorRed {
  color: #E71F19;
}

a.underLine {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(90deg, #393939, #393939);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  padding: 2px 0;
}
a.underLine::after {
  background-image: linear-gradient(90deg, #fff, #fff);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
a.underLine:hover::after {
  opacity: 1;
}

/* recruit Banner     -------------*/
.bnrWrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: 170px;
  filter: drop-shadow(0 0 10px rgba(57,57,57,0.15));
  z-index: 999;
  -webkit-transition: 0.6s cubic-bezier(.39,.575,.565,1);
  transition: 0.6s cubic-bezier(.39,.575,.565,1);
  transform: translateY(200px);
}
.bnrWrap img {
  width: 100%;
  height: auto;
}
.is-loaded-first .bnrWrap,
.is-loaded .bnrWrap,
.recruit .bnrWrap {
  animation-name: fadeUpAnime;/*アニメーションの定義名*/
  animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
}
.is-loaded-first .bnrWrap {
  animation-delay: 1s;
}
@keyframes fadeUpAnime{
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  10% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bnrWrap.onScroll {
  animation-name: fadeDownAnime;
  opacity: 1;
  animation-delay: 0s;
}
@keyframes fadeDownAnime{
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 0;
    transform: translateY(400px);
  }
}

/* -----------------------------
    FOOTER
-------------------------------*/
#footer {
  background: #393939;
  color: #ffffff;
  padding: 40px 0 0 0;
  font-size: 12px;
  margin-top: 160px;
}
.topPage #footer {
  margin-top: 0;
}
#footer .footerWrap {
  text-align: left;
  max-width: 1280px;
  width: calc(100% - 48px);
  margin: 0 auto;
}
#footer .companyInfo {
  padding-bottom: 40px;
}
#footer .footerLogo {
  display: block;
  height: 40px;
  width: auto;
  margin-bottom: 20px;
}
#footer .companyInfo span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7857;
}
#footer .policyWrap {
  border-top: 1px solid rgba(153,153,153,0.8);
  padding: 24px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
#footer .policyWrap ul li {
  display: inline-block;
}
#footer .policyWrap li + li {
  margin-left: 40px;
}
#footer .policyWrap a.underLine {
  background-image: linear-gradient(90deg, #fff, #fff);
}
#footer .policyWrap a.underLine:after {
  background-image: linear-gradient(90deg, #393939, #393939);
}
#footer .copyright {
  font-family: 'Josefin Sans', sans-serif;
}

.pc2col {
  display: flex;
  justify-content: space-between;
}