/*
Theme Name: MJE INC.
Author: hironori hashimoto
Author URI: https://mjeinc.co.jp/saiyo/
Description: MJE INC. 採用サイト専用のオリジナルテンプレート
*/
/****************************************
共通パーツ
*****************************************/
html {
  font-size: 55%;
}
@media screen and (min-width: 560px) {
  html {
    font-size: 58.5%;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #282828;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "繝｡繧､繝ｪ繧ｪ", sans-serif;
}
.fade_group div, .fade_group2 div {
  content: '';
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
/*   animation: fade-group 1.2s cubic-bezier(.4, 0, .2, 1) forwards; */
}
_::-webkit-full-page-media, _:future, :root .fade_group div, .fade_group2 div {
	-webkit-animation: fade-group 1s linear 0s 1 normal;
}
.fade_group div {
  z-index: 9999;
  transition: .4s;
}
.fade_group2 div {
  z-index: 9998;
  transition: .2s;
}
.fade_group div:nth-of-type(1) {
  background: #d80c24;
}
.fade_group div:nth-of-type(2) {
  background: rgba(175, 151, 94, .5);
  transition-delay: .2s;
}
.fade_group2 div:nth-of-type(1) {
  background: #fff;
  transition-delay: .2s;
}
.fade_group2 div:nth-of-type(2) {
  background: rgba(175, 151, 94, .8);
  transition-delay: .3s;
}
body.fo .fade_group div {
  right: 0vw;
}
body.fo .fade_group2 div {
 right: 100vw;
}
/* @keyframes fade-group {
  0% {
    left: 0vw;
    width: 0vw;
  }
  50% {
    left: 100vw;
    width: 100vw;
  }
  100% {
    left: 100vw;
    width: 0vw;
  }
} */
@-webkit-keyframes fade-group {
  0% {
    left: 0vw;
    width: 0vw;
  }

  100% {
    left: 100vw;
    width: 0vw;
  }
}
.jp {
  font-family: YakuHanJP, 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "繝｡繧､繝ｪ繧ｪ", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.serif {
  font-family: 'Roboto', sans-serif;
}
.red-text {
  color: #d80c24;
}
.white-text {
  color: #fff;
}
.gray-text {
  color: #7e7e7e;
}
.common-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ps-br{
    display: none; /* PCの改行を隠して */
  }

  .sp-br{
    display: block; /* SPを改行する */
  }
/* 画面幅が1024px以上の時は */
@media screen and (min-width: 560px) {
  .ps-br{
    display: block; /* PCを改行して */
  }

  .sp-br{
    display: none; /* SPの改行を隠す */
  }
}
@media screen and (min-width: 560px) {
  .common-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bold {
  font-weight: bold;
}
.common-title {
  font-size: 1.8rem;
}
.common-headline {
  font-size: 3.2rem;
}
@media screen and (min-width: 560px) {
  .common-title {
    font-size: 2.4rem;
  }
  .common-headline {
    font-size: 4.0rem;
  }
}
.top-common__ttl {
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: -6%;
  letter-spacing: 0.75rem;
}
.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.motion-txt::after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #d80c24;
  transform: translate3d(-101%, 0, 0);
}
.js-scroll.show .motion-txt::after {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.js-scroll.done .motion-txt::after {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}
.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}
.js-scroll.done .motion-txt .motion-inner {
  opacity: 1;
}
@media screen and (min-width: 560px) {
  .top-common__ttl {
    top: -11%;
    font-size: 8.1775vw;
  }
}
@media screen and (min-width: 960px) {
  .top-common__ttl {
    font-size: 5.1775vw;
    left: 0;
  }
}
@media screen and (min-width: 1480px) {
  .top-common__ttl {
    left: -10%;
  }
}
.normal-line {
  line-height: 1;
}
.text-center {
  text-align: center;
}
.wrap {
  max-width: 1440px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper {
  max-width: 1072px;
  padding: 0 16px;
  margin: 0 auto;
}
.common-btn {
  display: block;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.25rem;
  text-align: right;
  max-width: 272px;
  width: 100%;
  position: relative;
  margin-left: auto;
  padding-right: 32px;
}
@media screen and (min-width: 560px) {
  .common-btn {
    max-width: 304px;
    padding-right: 0px;
  }
}
.common-btn span {
  position: relative;
  display: block;
  padding-right: 20px;
  padding-top: 25px;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .common-btn span {
    padding-right: 40px;
    transition: .3s;
  }
}
.common-btn span::before {
  content: '';
  max-width: 80px;
  width: 100%;
  background-color: #282828;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 24px;
}
@media screen and (min-width: 560px) {
  .common-btn span::before {
    max-width: 104px;
    width: 100%;
    left: 0px;
  }
}
.common-btn span::after {
  content: '';
  max-width: 170px;
  width: 100%;
  background-color: #282828;
  height: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (min-width: 560px) {
  .common-btn span::after {
    max-width: 200px;
    width: 100%;
  }
}
.top-description:first-child {
  margin-bottom: 20vw;
}
.top-description:nth-child(2) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 960px) {
  .top-description:nth-child(2) {
    margin-bottom: 5rem;
  }
}
.left-gradient {
  background-repeat: no-repeat;
}
.left-gradient::after {
  background: url("./images/left-bg.jpg");
}
.right-gradient {
  background-repeat: no-repeat;
  background-position: right;
}
.right-gradient::after {
  background: url("./images/right-bg.jpg");
}
.left-gradient, .right-gradient {
  padding-bottom: 60px;
  position: relative;
}
.left-gradient::after, .right-gradient::after {
  opacity: 0.3;
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: opacity 1.5s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.5s cubic-bezier(.23, 1, .32, 1);
  transition: opacity 1.5s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.5s cubic-bezier(.23, 1, .32, 1);
  transition: transform 1.5s cubic-bezier(.23, 1, .32, 1), opacity 1.5s cubic-bezier(.23, 1, .32, 1);
  transition: transform 1.5s cubic-bezier(.23, 1, .32, 1), opacity 1.5s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.5s cubic-bezier(.23, 1, .32, 1);
}
@media screen and (min-width: 560px) {
  .left-gradient::after, .right-gradient::after {
    width: 50%;
  }
}
.right-gradient::after {
  left: auto;
  right: 0;
  background-position: 100% 100%;
}
.left-gradient:hover.left-gradient::after {
  opacity: 1;
  background-position: 0 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background: url("./images/left-bg-hover.jpg");
  background-size: cover;
}
.right-gradient:hover.right-gradient::after {
  opacity: 1;
  background-position: 0 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background: url("./images/right-bg-hover.jpg");
  background-size: cover;
}
@media screen and (min-width: 560px) {
  .left-gradient, .right-gradient {
    background-size: 50%;
    padding-bottom: 0;
  }
  .left-gradient {
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    background-size: 50%;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1.4s, transform 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.effect-fade {
  opacity: 0;
  transform: translate(0, -50%);
  transition: transform 1s cubic-bezier(0.6, 0.04, 0.35, 1) 1s, -webkit-transform 1s cubic-bezier(0.6, 0.04, 0.35, 1) 1s;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0, 0);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1.25s;
}
/****************************************
新メインビジュアル2023～
*****************************************/
.top-hero,
.c-lower-eyecatch__image{
	position: relative;
    overflow: hidden;
}
.top-hero__mv01,
.top-hero__mv02,
.top-hero__mv03,
.top-hero__mv04,
.top-hero__mv05,
.top-hero__mv06,
.top-hero__mv07{
  position: relative;
	height:100vh;
	background-size: cover;
    background-position: center;
/*   padding: 24.5rem 0; */
  background-repeat: no-repeat;
}
.top-hero__mv01 {
  background-image: url("images/mv_01_sp.webp");
}

.top-hero__mv02 {
  background-image: url("images/mv_02_sp.webp");
}

.top-hero__mv03 {
  background-image: url("images/mv_03_sp.webp");
}

.top-hero__mv04 {
  background-image: url("images/mv_04_sp.webp");
}

@media screen and (min-width: 560px) {
  .top-hero__mv01 {
    background-image: url("images/mv_01_pc.webp");
  }

  .top-hero__mv02 {
    background-image: url("images/mv_02_pc.webp");
  }

  .top-hero__mv03 {
    background-image: url("images/mv_03_pc.webp");
  }

  .top-hero__mv04 {
    background-image: url("images/mv_04_pc.webp");
  }

  .top-hero__mv01,
  .top-hero__mv02,
  .top-hero__mv03,
  .top-hero__mv04,
  .top-hero__mv05,
	.top-hero__mv06,
	.top-hero__mv07{
/*     padding: 25.6rem 0; */
    background-position: 30% 50%;
  }
}

@media screen and (min-width: 960px) {

  .top-hero__mv01,
  .top-hero__mv02,
  .top-hero__mv03,
  .top-hero__mv04,
  .top-hero__mv05,
	.top-hero__mv06,
	.top-hero__mv07 {
/*     padding: 31.6rem 0; */
    background-size: auto;
    background-position: 0% 29%;
  }
}
.top-hero__mv .swiper-slide-active .slide-img,
.top-hero__mv .swiper-slide-duplicate-active .slide-img,
.top-hero__mv .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 20s linear 0s 1 normal both;
  animation: zoomUp 20s linear 0s 1 normal both;
}

.top-hero__mv .swiper-slide {
  margin-right: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*slick*/

.-set .progress-bar {
  -webkit-animation: process-reverse 50ms linear forwards;
  animation: process-reverse 50ms linear forwards;
}

.progress-bar {
  position: absolute;
  left: 0px;
  right: 0;
  background-color: #d80c24;
  height: 2px;
  z-index: 10;
  top: 0;
  width: 0%;
}

/* progress bar */
.-progress .progress-bar {
  -webkit-animation: process 3.5s ease-in-out forwards;
  animation: process 3.5s ease-in-out forwards;
}

@-webkit-keyframes process {
  0% {
    width: 0%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes process {
  0% {
    width: 0%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes process-reverse {
  0% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 0%;
    opacity: 0;
  }
}

@keyframes process-reverse {
  0% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 0%;
    opacity: 0;
  }
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}


/****************************************
旧：メインビジュアル
*****************************************/
.bg-video {
  position: relative;
}
.pc-video {
  display: none;
}
@media screen and (min-width: 560px) {
  .sp-video {
    display: none;
  }
  .pc-video {
    display: block;
  }
}
.scroll-effect {
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: #d80c24;
  height: 60px;
  margin: 0 auto;
  transition: .3s;
  z-index: 98;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .bg-video-wrap {
    height: 100vh;
  }
}
.bg-video-wrap video {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .bg-video-wrap video {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 960px) {
  .bg-video-wrap video {
    height: 100vh;
    /*left: 50%;
    transform: translateX(-50%);*/
  }
}
.overlay {
  width: 100%;
  height: 99.5%;
  position: absolute;
  top: 0;
  left: 0;
  /*   background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%); */
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 3px 3px;
}
@media screen and (min-width: 960px) {
  .overlay {
    height: 100%;
  }
}
.main-catch__block {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 3;
}
.main-catch__block h1 {
  animation: main-catch 2s cubic-bezier(.4, 0, .2, 1) forwards;
  animation-delay: 1s;
  opacity: 0;
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 3;
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
  max-width: 90%;
}
@media screen and (min-width: 960px) {
  .main-catch__block h1 {
    max-width: 100%;
  }
}
@keyframes main-catch {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}
.main-catch__block p {
  z-index: 3;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 30px;
  font-size: 1.6rem;
}
.main-visual__news .common-inner h2 {
  background-color: #282828;
  padding: 10px 0;
  letter-spacing: 0.35rem;
  margin-right: 50px;
}
@media screen and (min-width: 560px) {
  .main-visual__news .common-inner h2 {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .main-visual__news .common-inner h2 {
    width: auto;
  }
}
.main-visual__news-block {
  background-color: #fff;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .main-visual__news-block {
    margin-top: 0;
  }
}
.main-visual__news-block::before {
  content: '';
  position: absolute;
  height: 90px;
  background-color: #FFF;
  top: -110px;
  width: 15%;
  right: 0;
}
@media screen and (min-width: 560px) {
  .main-visual__news-block::before {
    width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .main-visual__news-block::before {
    height: 30px;
    top: -35px;
    width: 100%;
    right: auto;
  }
}
.main-visual__news-block .common-inner {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}
.top-news__slider {
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 10.9615%;
  flex: 0 0 10.9615%;
  max-width: 10.9615%;*/
  color: #d80c24;
  position: relative;
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; */
  display: none;
}
.top-news__slider {
  -webkit-box-flex: 0;
  width: 100px;
}
/*@media screen and (min-width: 960px) {
	.top-news__slider {
		-webkit-box-flex: 0;
	 /* -ms-flex: 0 0 7.9615%;
	  flex: 0 0 7.9615%;
	  max-width: 7.9615%;	*/
/*  width: 100px;
	}
}*/
.top-news__slider::after {
  content: '';
  height: 43px;
  background: #e9e9e9;
  width: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.top-news__slider p {
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .top-news__slider p {
    padding: 0 14px;
  }
}
.top-news__slider p:hover {
  opacity: 0.6;
}
.top-news__block {
  display: block;
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;*/
  width: calc(100% - 130px);
  padding-left: 30px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-news__block {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 48.2%;
	flex: 0 0 48.2%;
	max-width: 48.2%;*/
  }
}
@media screen and (max-width: 959px) {
  .news-title {
    display: block;
  }
  .top-news__block {
    padding-left: 20px;
    padding-top: 10px;
  }
  .main-visual__news-block {
    width: 100%;
  }
  .top-news__slider {
    position: absolute;
    right: 0px;
  }
  .main-visual__news .common-inner h2 {
    margin-top: -10px;
	  position:relative;
	  z-index:10;
  }
}
.main-visual__news {
  position: relative;
  margin-bottom: 10rem;
}

.news-title a:hover{
	text-decoration:underline;
	color:#d80c24;
}
@media screen and (min-width: 960px) {
  .main-visual__news {
    margin-bottom: 20rem;
  }
}
@media screen and (min-width: 960px) {
  .main-visual__news .common-inner h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.8%;
    flex: 0 0 28.8%;
    max-width: 28.8%;
  }
  .main-visual__news-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71.2%;
    flex: 0 0 71.2%;
    max-width: 71.2%;
  }
}
#news-box {
  max-width: 100%;
}
.main-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/****************************************
下層ページ共通
*****************************************/
.common-main__hero {
  padding: 12rem 0;
  position: relative;
  margin-bottom: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .common-main__hero {
    padding: 12rem 0;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 960px) {
  .common-main__hero {
    padding: 17rem 0;
    margin-bottom: 14rem;
  }
}
.common-main__hero h2 {
  font-size: 12vw;
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 560px) {
  .common-main__hero h2 {
    font-size: 6vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 960px) {
  .common-main__hero h2 {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.common-main__hero .jp {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding-top: 24px;
}
@media screen and (min-width: 560px) {
  .common-main__hero .jp {
    padding-top: 0px;
  }
}
.common-intro {
  margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .common-intro {
    margin-bottom: 9rem;
  }
}
.common-intro h3 {
  text-align: center;
  font-size: 5.75vw;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .common-intro h3 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .common-intro h3 {
    font-size: 5rem;
  }
}
.gray-bg {
  background-color: #e9e9e9;
}
.bg-ttl {
  position: absolute;
  right: 0;
  top: 10%;
  color: #f0f0f0;
  font-size: 36.2vw;
  writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 120px;
}
@media screen and (min-width: 560px) {
  .bg-ttl {
    font-size: 25.2vw;
  }
}
@media screen and (min-width: 960px) {
  .bg-ttl {
    font-size: 16.2vw;
  }
}
/****************************************
トップ
*****************************************/
.top-intro {
  position: relative;
}
.top-intro p {
  margin-bottom: 25px;
  line-height: 250%;
}
.top-intro .bg {
  bottom: 60px;
  height: auto;
  top: 60px;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
/*.top-intro__inner {
 color:#fff;
 margin:0 auto;
 opacity:0;
 position:relative;
 -webkit-transform:translate(0, 150px);
 transform:translate(0, 150px);
 -webkit-transition:opacity 800ms,-webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
 transition:opacity 800ms,-webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
 transition:opacity 800ms,transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
 transition:opacity 800ms,transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
 z-index:2
}
.top-intro__inner.is-animate {
 opacity:1;
 -webkit-transform:translate(0, 0);
 transform:translate(0, 0)
}*/
.top-intro__inner {
  position: relative;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.top-intro__inner-video {
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 16%;
}
.top-intro__inner video {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: -1;
  /*   top: 35%; */
  object-fit: cover;
  height: 450px;
  top: 10px;
  width: 100%;
}
.top-intro__video-animation {
  opacity: 0;
  animation-name: fade;
  animation-duration: .7s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
}
.js-scroll.done .top-intro__video-animation {
  opacity: 0.3;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-intro__inner video::after {
  background-color: rgba(255, 255, 255, 0.4);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.top-intro-body {
  margin-bottom: 40rem;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .top-intro-body {
    margin-bottom: 50rem;
  }
}
.top-intro__inner.is-animate + .bg {
  opacity: 1;
}
@-webkit-keyframes bye {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes bye {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
.bg {
  height: 100%;
  left: 0;
  max-height: 100vh;
  mix-blend-mode: overlay;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.bg div {
  height: 1px;
  left: 800px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 400px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 340px;
}
.bg div::before {
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(#d80c24));
  background: -webkit-linear-gradient(left, #d80c24, rgba(255, 255, 255, 0.5));
  background: linear-gradient(to right, #d80c24, rgba(255, 255, 255, 0.5));
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.bg div.is-animate {
  -webkit-animation: fadeIn 600ms both;
  animation: fadeIn 600ms both;
  opacity: 1;
}
.bg div.is-animate::before {
  -webkit-animation: comet 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: comet 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes comet {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes comet {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.top .bg, .detail .bg, .message .bg {
  z-index: 3;
}
.is-ie .top .bg div::before, .is-edge .top .bg div::before, .is-ie .detail .bg div::before, .is-edge .detail .bg div::before, .is-ie .message .bg div::before, .is-edge .message .bg div::before {
  opacity: .2;
}
@media screen and (max-width: 767px) {
  .bg div {
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5);
  }
}
.about-youtube__block {
  padding: 0 16px;
}
@media screen and (min-width: 560px) {
  .about-youtube__block {
    padding: 0px;
  }
}
.top-description .common-btn:hover.common-btn span {
  padding-right: 20px;
}
.box-main-photo {
  position: relative;
  overflow: hidden;
	margin-bottom:4rem;
}
@media screen and (min-width: 560px) {
	.box-main-photo {
		margin-bottom:0rem;
	}	
}
.about-movie__image {
  display: none;
}
@media screen and (min-width: 960px) {
  .about-movie__image {
    transition: all 0.5s ease-out;
    display: block;
    position: relative;
    height: 320px;
  }
  .about-movie__image::after {
    content: '';
    background-image: url("./images/a7.jpg");
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100%;
    transition: all .3s ease-out;
  }
  .about-movie__image:hover::after {
    transform: scale(1.1);
  }
  .about-sp__youtube {
    display: none;
  }
}
.about-movie__body-block {
  position: absolute;
  right: 0;
  z-index: 10;
  border-bottom: 320px solid #282828;
  border-left: 330px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  top: 0;
  max-width: 364px;
  width: 100%;
  color: #fff;
}
.about-movie__body p {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  margin-bottom: 6px;
}
.about-movie__body h4 {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
.about-movie__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(75%) translateX(-70%);
  transform: translateY(75%) translateX(-70%);
  margin: auto;
  width: 100%;
}
.youtube-logo {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(70%) translateX(50%);
  transform: translateY(70%) translateX(50%);
}
@media screen and (min-width: 960px) {
  .about-content__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.5769230%;
    flex: 0 0 30.5769230%;
    max-width: 30.5769230%;
  }
}
.about-content__image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.about-content__image img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.about-content__image:hover.about-content__image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 959px) {
  .about-content__image img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
  .about-content__block:first-child img {
    object-position: 100% 30%;
  }
  .about-content__block:nth-child(2) img {
    object-position: 100% 100%;
  }
  .about-content__block:nth-child(3) img {
    object-position: 100% 50%;
  }
}
@media screen and (max-width: 559px) {
  .about-content__image img {
    height: 108px;
  }
  .about-content__block:first-child img {
    object-position: 100% 20%;
  }
  .about-content__block:nth-child(3) img {
    object-position: 100% 10%;
  }
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: rgba(206, 11, 36, .75);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.about-content__image:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  padding: 0 10px 5px;
  color: red;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
}
.about-content__image:hover .rcm-contents {
  color: white;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media screen and (min-width: 960px) {
  .top-description__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-description__block {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 960px) {
  .top-description__block {
    margin-bottom: 6rem;
    padding-bottom: 0rem;
    max-width: 656px;
  }
}
.top-description__block p {
  margin-bottom: 6rem;
  line-height: 32px;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .top-description__block p {
    margin-bottom: 11rem;
    padding: 0px;
  }
}
.common-btn div {
  position: relative;
}
.common-btn div::after {
  content: '';
  position: absolute;
  left: 101px;
  background-color: #282828;
  width: 3px;
  top: 0;
  height: 37px;
}
.recruit-content__video {
  position: relative;
  height: 400px;
  background-image:url("/wp-content/themes/mje/images/footer-bg.webp")
}
.recruit-content__video::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.recruit-content__catch {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  z-index: 2;
  text-align: center;
}
.recruit-btn__inner {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  max-width: 1072px;
  padding: 0 16px;
  margin: 0 auto;
}
.recruit-btn__inner li {
  margin-bottom: 24px;
}
@media screen and (min-width: 560px) {
  .recruit-btn__inner li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.15384%;
    flex: 0 0 46.15384%;
    max-width: 46.15384%;
    margin-bottom: 0px;
  }
}
.recruit-btn__inner li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 0px 8px;
  line-height: 30px;
  letter-spacing: 0.5rem;
	position:relative
}
.recruit-btn__inner .coming-soon__bnr:first-child a::before{
	content: '';
	opacity: 0.7;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
}
@media screen and (min-width: 560px) {
  .recruit-btn__inner li a {
    padding: 33px 0px 25px;
  }
}
.recruit-btn__inner li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.recruit-btn__inner li a span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
.top-description__image-block {
  z-index: 2;
  max-width: 800px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .top-description__image-block {
    left: -48px;
    top: 170px;
  }
}
.reverse .top-description__block {
  left: 0;
}
@media screen and (min-width: 960px) {
  .reverse .top-description__image-block {
    top: -60px;
    left: 48px;
  }
}
.top-description__block h3 {
  margin-bottom: 20px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  /* animation: main-catch 2s cubic-bezier(.4, 0, .2, 1) forwards;
	animation-delay:1s;
opacity: 0;	 */
}
.tegaki-copy {
  opacity: 0;
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .4s, filter 1s cubic-bezier(.215, .61, .355, 1) .4s, transform 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-filter 1s cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) .4s;
}
.js-scroll.done .tegaki-copy {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
@media screen and (min-width: 560px) {
  .top-description__block h3 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-top: 8px;
    max-width: 80%;
  }
}
.top-description__content {
  width: 100%;
  display: block;
}
@media screen and (min-width: 560px) {
  .top-description__content {
    margin: 1rem auto 7.5rem;
    max-width: 523px;
  }
}
.about {
  position: relative;
  margin-bottom: 3rem;
}
.about .person-gradient {
  background-size: 100%;
  position: relative;
  padding-bottom: 10rem;
}
.about .person-gradient::after {
  width: 100%;
  background-position: 32% 100%;
}
@media screen and (min-width: 560px) {
  .about .person-gradient::after {
    background-position: 100% 0%;
  }
}
@media screen and (min-width: 560px) {
  .about .person-gradient {
    padding-bottom: 23rem;
  }
}
.about .person-gradient::before {
  content: '';
  background-color: #fff;
  width: 95%;
  position: absolute;
  height: 85%;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .about .person-gradient::before {
    width: 90%;
    height: 80%;
  }
}
@media screen and (min-width: 960px) {
  .about .person-gradient::before {
    width: 86%;
    height: 60%;
  }
}
.about .about-bg .wrapper {
  z-index: 2;
  position: relative;
}
.top-about__ttl, .common-recruit__ttl {
  font-size: 5rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.75rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  .top-about__ttl, .common-recruit__ttl {
    font-size: 8.1775vw;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .top-about__ttl, .common-recruit__ttl {
    font-size: 5.1775vw;
    margin-bottom: 3rem;
  }
}
/* @media screen and (min-width: 1280px) {
.top-about__ttl, .common-recruit__ttl {
	left: -10%;
	}
} */
.common-recruit__ttl {
  margin-bottom: 0;
  top: 32px;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .common-recruit__ttl {
    top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .common-recruit__ttl {
    top: 68px;
  }
}
.about h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .about h3 {
    margin-bottom: 15px;
  }
}
.about-content__block {
  margin-bottom: 5rem;
  padding: 0 16px;
}
.sp-ttl {
  font-size: 1.2rem;
  line-height: 1;
  color: #d80c24;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .about-content__block {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .sp-ttl {
    display: none;
  }
}
/****************************************
トップメッセージ
*****************************************/
.message-mv {
  background-image: url("./images/b1.jpg");
  background-repeat: no-repeat;
  background-position: 75% 50%;
}
@media screen and (min-width: 560px) {
  .message-mv {
    background-position: 70% 10%;
  }
}
@media screen and (min-width: 960px) {
  .message-mv {
    background-position: center center;
  }
}
.message-content {
  margin-bottom: 12rem;
}
.message-content__block {
  margin-bottom: 11rem;
}
.message-content__block p {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  position: relative;
  line-height: 240%;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.message-content__block p::before {
  content: '';
  height: 1px;
  background-color: #d80c24;
  width: 250px;
  display: block;
  position: absolute;
  top: -32px;
}
.message-content__block h4 {
  color: #d80c24;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 560px) {
  .message-content__block h4 {
    font-size: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .message-content__block h4 {
    font-size: 4rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.message-content__name {
  text-align: right;
  font-size: 1.6rem;
}
/****************************************
会社概要
*****************************************/
.company-mv {
  background-image: url("./images/c1.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .company-mv {
    background-size: auto;
    background-position: 0 0;
  }
}
.company-intro {
  margin-bottom: 10rem;
}
.company-intro h3 {
  font-size: 4vw;
  margin-bottom: 1.5rem;
}
.company-intro p {
  font-size: 2rem;
  font-weight: bold;
}
.company-bg {
  background-image: url("./images/c2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10rem 0;
  margin-bottom: 12rem;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16rem;
}
.company-table tr {
  border-bottom: 1px solid #bebebe;
  padding: 2.5rem 1.5rem;
  display: block;
}
.company-table tbody {
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .company-table tr {
    border-bottom: 1px solid #bebebe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
  }
}
.company-table tr:first-child {
  border-top: 1px solid #bebebe;
}
.company-table th, .company-table td {
  display: block;
}
@media screen and (min-width: 560px) {
  .company-table th, .company-table td {
    display: table-cell;
    padding: 2.5rem 5rem;
  }
  .company-table th {
    width: 15%;
  }
  .company-table td {
    width: 80%;
  }
}
.company-table td p:not(:last-child) {
  margin-bottom: 24px;
}
.company-table th {
  color: #d80c24;
  text-align: left;
}
/****************************************
沿革
*****************************************/
.history-mv {
  background-image: url("./images/d1.jpg");
}
.history-intro {
  margin-bottom: 4rem;
}
.history-intro h3 {
  font-size: 6rem;
  font-style: italic;
}
@media screen and (min-width: 560px) {
  .history-intro h3 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 960px) {
  .history-intro h3 {
    font-size: 10rem;
  }
}
.history-intro p {
  line-height: 32px;
}
.history-list {
  max-width: 1080px;
  margin: 0 auto 12rem;
  position: relative;
}
.history-list::after {
  animation: history-height-before 5s cubic-bezier(.4, 0, .2, 1) forwards;
  animation-delay: 1s;
  content: '';
  position: absolute;
  left: 0%;
  margin-left: 0px;
  top: 15px;
  width: 1px;
  height: 0%;
  background: #bebebe;
}
@keyframes history-height-before {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@media screen and (min-width: 560px) {
  .history-list::after {
    left: 50%;
  }
}
.history-list li {
  margin-bottom: 10rem;
}
@media screen and (min-width: 560px) {
  .history-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0rem;
  }
  .history-list__block {
    max-width: 432px;
  }
  .history-list li:nth-child(odd) .history-list__block {
    margin-left: auto;
    padding-left: 40px;
  }
  .history-list li:nth-child(odd) .history-date {
    max-width: 432px;
    margin-left: auto;
    padding-left: 40px;
  }
  .history-list li:nth-child(even) {
    margin-top: 100px;
  }
  .history-list li:nth-child(even) .history-list__block {
    margin-right: 40px;
  }
}
.history-list li:last-child .history-date {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1rem;
}
@media screen and (min-width: 560px) {
  .history-list li:last-child .history-date {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 960px) {
  .history-list li:last-child .history-date {
    font-size: 6.5rem;
  }
}
.history-list li::before, .history-list li::after {
  content: '';
  position: absolute;
}
/*.history-list li::before {
  left: 50%;
  top: 10px;
  width: 10px;
	height: 10px;
	margin-left: -5px;
  background: #bebebe;
  border-radius: 50%;
}*/
/*.history-list li::after {
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 100%;
  background: #bebebe;
}*/
.history-date {
  font-size: 5.5rem;
  color: #bebebe;
  font-weight: 700;
  line-height: 1;
  margin-left: 30px;
}
@media screen and (min-width: 560px) {
  .history-date {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 960px) {
  .history-date {
    font-size: 7.5rem;
  }
}
.history-list__block p:first-child, .history-list__block p:nth-child(2), .history-list__block p:nth-child(3) {
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 560px) {
  .history-date {
    margin-left: 0;
  }
  .history-list__block p:first-child, .history-list__block p:nth-child(2), .history-list__block p:nth-child(3) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.history-date__block {
  border-bottom: 1px solid #bebebe;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 560px) {
  .history-list li:nth-child(odd) .history-date__block::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: #bebebe;
    border-radius: 50%;
  }
  .history-list li:nth-child(even) .history-date__block::before {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: #bebebe;
    border-radius: 50%;
  }
}
@media screen and (max-width: 559px) {
  .history-date__block::before {
    content: '';
    position: absolute;
    left: -5px;
    width: 10px;
    height: 10px;
    background: #bebebe;
    border-radius: 50%;
    bottom: -5px;
  }
}
.history-list .red-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.history-image {
  margin: 30px auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .history-image {
    padding-left: 0;
    padding-right: 0px;
  }
}
.history-list__body{
	margin-top:1.5rem;
}
/****************************************
社員紹介
*****************************************/
.person-mv {
  background-image: url("./images/e1.jpg");
  background-position: 77% 52%;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .person-mv {
    background-position: 79% 52%;
    background-size: auto;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .person-mv {
    color: #282828;
    background-position: center center;
  }
}
.person-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .person-content__inner {
    margin-bottom: 16rem;
  }
}
.person-content__inner li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.8846%;
  flex: 0 0 47.8846%;
  max-width: 47.8846%;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .person-content__inner li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.8846%;
    flex: 0 0 27.8846%;
    max-width: 27.8846%;
    margin-bottom: 0px;
  }
  .person-content__inner::after {
    content: "";
    display: block;
    width: 27.8846%;
  }
}
.person-content__inner li a {
  display: block;
}
.person-content__image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.person-content__image .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(216, 12, 36, 0.75);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.person-content__image .mask .common-btn {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 130px;
  font-size: 8px;
  letter-spacing: 0.25rem;
}
.person-content__image .mask .common-btn span {
  position: relative;
  display: block;
  padding-left: 20px;
  height: 26px;
  padding-right: 10px;
  line-height: 40px;
  padding-top: 0;
  transition: .3s;
}
.person-content__image .mask .common-btn span::before {
  content: '';
  width: 58px;
  background-color: #fff;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: -58px;
}
.person-content__image .mask .common-btn span::after {
  content: '';
  width: 130px;
  background-color: #fff;
  height: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.person-content__image .mask .common-btn div::after {
  left: 0px;
  background-color: #fff;
  height: 26px;
}
.person-message {
  font-size: 130%;
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media screen and (min-width: 560px) {
  .person-message {
    font-size: 100%;
  }
}
@media screen and (min-width: 960px) {
  .person-message {
    font-size: 130%;
  }
}
.person-content__inner li a:hover .person-content__image .mask {
  opacity: 1;
}
.job-icon {
  position: absolute;
  background: #d80c24;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 3px 20px;
  font-size: 1.3rem;
}
.person-content__inner h4 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .person-content__inner li:first-child {
    margin-top: 80px;
  }
  .person-content__inner li:nth-child(2) {
    margin-top: 40px;
  }
  .person-content__inner li:nth-child(4) {
    margin-top: 80px;
  }
  .person-content__inner li:nth-child(5) {
    margin-top: 40px;
  }
  .person-content__inner li:nth-child(7) {
    margin-top: 80px;
  }
  .person-content__inner li:nth-child(8) {
    margin-top: 40px;
  }
  .person-content__inner li:nth-child(10) {
    margin-top: 80px;
  }
  .person-content__inner li:nth-child(11) {
    margin-top: 40px;
  }
  .person-content__inner li:nth-child(13) {
    margin-top: 80px;
  }
}
.person-gradient {
  position: relative;
  background-size: 100%;
  padding-bottom: 10rem;
}
@media screen and (min-width: 560px) {
  .person-gradient {
    padding-bottom: 23rem;
  }
}
.person-gradient::after {
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: auto;
  background-repeat: no-repeat;
  background: url("./images/left-bg.jpg");
  background-size: cover;
}
/*クロスインタビュー追加分 2020/01/15*/
.cross-talk{
	margin-bottom: 10rem;
}
@media screen and (min-width: 560px) {
.cross-talk__top-image{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.00%;
  flex: 0 0 38.00%;
  max-width: 38.00%;
	overflow: hidden;
	position: relative;
}
	
.cross-talk__top-image img{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}
}
@media screen and (min-width: 960px) {
.cross-talk__top-image{
	height: 285px;	
}
}
.cross-talk__top-block{
	background: -webkit-linear-gradient(139.3deg, rgba(209, 12, 36, 1) 0%, rgba(212, 40, 61, 1) 2.27%, rgba(217, 85, 101, 1) 6.39%, rgba(221, 125, 137, 1) 10.81%, rgba(225, 158, 166, 1) 15.47%, rgba(228, 186, 191, 1) 20.41%, rgba(230, 207, 210, 1) 25.76%, rgba(232, 222, 223, 1) 31.71%, rgba(233, 230, 231, 1) 38.73%, rgba(233, 233, 233, 1) 49.55%);
background: -webkit-gradient(linear, 84.86% 171.14%, 15.14% -71.14%, color-stop(0, rgba(209, 12, 36, 1)), color-stop(0.0227, rgba(212, 40, 61, 1)), color-stop(0.0639, rgba(217, 85, 101, 1)), color-stop(0.1081, rgba(221, 125, 137, 1)), color-stop(0.1547, rgba(225, 158, 166, 1)), color-stop(0.2041, rgba(228, 186, 191, 1)), color-stop(0.2576, rgba(230, 207, 210, 1)), color-stop(0.3171, rgba(232, 222, 223, 1)), color-stop(0.3873, rgba(233, 230, 231, 1)), color-stop(0.4955, rgba(233, 233, 233, 1)));
background: linear-gradient(-49.3deg,
rgba(209, 12, 36, 1) 0%, rgba(212, 40, 61, 1) 2.27%, rgba(217, 85, 101, 1) 6.39%, rgba(221, 125, 137, 1) 10.81%, rgba(225, 158, 166, 1) 15.47%, rgba(228, 186, 191, 1) 20.41%, rgba(230, 207, 210, 1) 25.76%, rgba(232, 222, 223, 1) 31.71%, rgba(233, 230, 231, 1) 38.73%, rgba(233, 233, 233, 1) 49.55%);
padding: 5%;
}
@media screen and (min-width: 560px) {
.cross-talk__top-block{
  -webkit-box-flex: 0;
-ms-flex: 0 0 62%;
flex: 0 0 62%;
max-width: 62%;
padding: 3%;
box-sizing: border-box;
}
}
@media screen and (min-width: 960px) {
.cross-talk__top-block{
	padding: 4.25% 32px;
	height: 100%;
}
}
.cross-talk__top-content{
	background-color:#fff;
	padding: 3%;
}
@media screen and (min-width: 960px) and (max-width:1280px){
.cross-talk__top-content{
	padding:6%;	
}
}
@media screen and (min-width: 1281px) and (max-width:1440px){
.cross-talk__top-content{
	padding:5% 3%;
}
}
@media screen and (min-width: 1441px) and (max-width:1700px){
.cross-talk__top-content{
	padding:4% 3%;
}
}
.cross-talk__number,.cross-talk__position{
	letter-spacing: 0.35rem;
	font-size: 1.6rem;
}
.cross-talk__position{
	color:#939393;
	margin-bottom: 1rem;
}
.cross-talk__top-content h3{
	font-size:4.826vw;
	line-height: 1.4;
}
@media screen and (min-width: 560px) {
.cross-talk__top-content h3{
	font-size:2.8vw;	
}
}
@media screen and (min-width: 960px) {
.cross-talk__top-content h3{
	font-size:1.7vw;	
}
}
@media screen and (min-width: 1921px) {
.cross-talk__top-content h3{
	font-size:3.2rem;	
}	
}
.cross-talk__link{
	margin-top:4rem;
}
@media screen and (min-width: 960px) {
.cross-talk__link{
	height:285px;	
}
}
@media screen and (min-width: 560px) {
.cross-talk__link:hover .cross-talk__top-image img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
}
/****************************************
社員紹介-詳細
*****************************************/
.person-mv__02 {
  background-position: 70% 50%;
      margin-bottom: 2rem;
	background-size:cover;
	    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
@media screen and (min-width: 560px) {
.person-mv__02 {
	padding:10rem 0;
	margin-bottom: 14rem;
}
}
@media screen and (min-width: 960px) {
  .person-mv__02 {
    margin-bottom: 20rem;
    padding: 20rem 0;
    background-position: center center;
  }
}
.person-mv__02 h2 {
  font-size: 12vw;
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 560px) {
  .person-mv__02 h2 {
    font-size: 4vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 960px) {
  .person-mv__02 h2 {
	  font-size:2.5vw;
  }
}
@media screen and (min-width: 961px) and (max-width:1280px){
  .person-mv__02 h2 {
	  font-size:3.5vw;
  }
}
.person-content__pc {
  display: none;
}
@media screen and (min-width: 560px) {
  .person-content__pc {
    display: block;
  }
  .person-content__sp {
    display: none;
  }
}
@media screen and (min-width: 560px) {
.sp-main_image{
	display: none;
}
}
.person-content__sp h2 {
  padding: 0 16px;
  margin-bottom: 24px;
  font-size: 2.4rem;
}
.person-name__content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .person-name__content {
    max-width: 90%;
  }
}
.person-name__item {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 400px;
  /*width: 100%;*/
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .person-name__item {
    position: absolute;
    bottom: -140px;
    padding: 15px 4rem;
  }
}
@media screen and (min-width: 960px) {
.person-name__item {
	bottom: -200px;	
}
}
.person-name__item::after {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -30px;
  bottom: -30px;
  background: -webkit-linear-gradient(139.3deg, rgba(209, 12, 36, 1) 0%, rgba(212, 40, 61, 1) 2.27%, rgba(217, 85, 101, 1) 6.39%, rgba(221, 125, 137, 1) 10.81%, rgba(225, 158, 166, 1) 15.47%, rgba(228, 186, 191, 1) 20.41%, rgba(230, 207, 210, 1) 25.76%, rgba(232, 222, 223, 1) 31.71%, rgba(233, 230, 231, 1) 38.73%, rgba(233, 233, 233, 1) 49.55%);
  background: -webkit-gradient(linear, 84.86% 171.14%, 15.14% -71.14%, color-stop(0, rgba(209, 12, 36, 1)), color-stop(0.0227, rgba(212, 40, 61, 1)), color-stop(0.0639, rgba(217, 85, 101, 1)), color-stop(0.1081, rgba(221, 125, 137, 1)), color-stop(0.1547, rgba(225, 158, 166, 1)), color-stop(0.2041, rgba(228, 186, 191, 1)), color-stop(0.2576, rgba(230, 207, 210, 1)), color-stop(0.3171, rgba(232, 222, 223, 1)), color-stop(0.3873, rgba(233, 230, 231, 1)), color-stop(0.4955, rgba(233, 233, 233, 1)));
  background: linear-gradient(-49.3deg, rgba(209, 12, 36, 1) 0%, rgba(212, 40, 61, 1) 2.27%, rgba(217, 85, 101, 1) 6.39%, rgba(221, 125, 137, 1) 10.81%, rgba(225, 158, 166, 1) 15.47%, rgba(228, 186, 191, 1) 20.41%, rgba(230, 207, 210, 1) 25.76%, rgba(232, 222, 223, 1) 31.71%, rgba(233, 230, 231, 1) 38.73%, rgba(233, 233, 233, 1) 49.55%);
}
@media screen and (max-width: 559px) {
  .person-name__block {
    background: #fff;
    padding: 20px;
    z-index: 2;
    position: relative;
  }
  .person-name__item::after {
    right: 0px;
    bottom: 0px;
    z-index: 0;
  }
}
.person-name__item p:first-child {
  font-size: 2.5rem;
  font-weight: bold;
}
.person-name__item p:first-child span {
  font-size: 1.4rem;
  display: inline;
  margin-left: 24px;
}
/*.person-mv__02 h2 {
  font-size: 5rem;
  line-height: 63px;
}*/
@media screen and (min-width: 960px) {
  .person-inteview__01 {
    background-repeat: no-repeat;
    background-position: left center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 559px) {
  .person-inteview__01, .person-inteview__03 {
    background-image: none !important;
  }
  .person-inteview__05-image {
    display: none;
  }
}
.person-inteview__block {
}
@media screen and (min-width: 560px) {
  .person-inteview__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.284%;
    flex: 0 0 50.284%;
    max-width: 50.284%;
  }
}
.person-inteview__transparent {
  opacity: 1;
}
.person-inteview__headline {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 960px) {
  .person-inteview__headline {
    font-size: 4rem;
    line-height: 52px;
  }
}
.person-inteview__image{
	margin-bottom:4rem;
}
@media screen and (min-width: 560px) {
.person-inteview__image{
	margin-bottom:0rem;
	 -webkit-box-flex: 0;
    -ms-flex: 0 0 42.00600%;
    flex: 0 0 42.00600%;
    max-width: 42.00600%;
}
}
.person-inteview__question {
  color: #939393;
  font-weight: bold;
  margin-bottom: 3.5rem;
  display: inline-block;
  position: relative;
  padding-left: 55px;
}
.person-inteview__question::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #939393;
  left: 0;
}
.person-inteview__body {
  line-height: 240%;
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.6rem;
}
.person-inteview__02 {
  max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .person-inteview__02 {
    margin: 10rem auto;
  }
}
.person-content__sp {
  margin-bottom: 2.4rem;
}
.person-inteview__04 {
  padding: 4rem 0 3rem;
  margin: 0 auto 0rem;
}
@media screen and (min-width: 960px) {
.person-inteview__04 {
	padding:10rem 0;
}
}
.person-inteview__05-image {
  background-repeat: no-repeat;
  padding: 44rem 0;
  background-size: cover;
	background-position: center center;
}
@media screen and (min-width: 560px) {
.person-inteview__05-image {
	padding: 19rem 0;
	}
}
@media screen and (min-width: 960px) {
.person-inteview__05-image {
	padding: 44rem 0;
	}
}
@media screen and (min-width: 960px) {
  .person-inteview__03 {
    background-repeat: no-repeat;
    background-position: right center;
    top: 0;
    margin-bottom: 20rem;
  }
}
.person-inteview__03 .person-inteview__block {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4rem 0;
  max-width: 900px;
  margin-right: auto;
  position: relative;
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .person-inteview__03 .person-inteview__block {
    top: 100px;
    padding: 2.5rem 4rem;
  }
}
.person-inteview__05 {}
.person-inteview__05-block {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0rem 0 10rem;
  position: relative;
  top: 0px;
}
@media screen and (min-width: 560px) {
  .person-inteview__05-block {
    top: -64px;
    padding: 2.5rem 4rem;
  }
}
.page-nation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 764px;
  padding: 0 16px;
  margin: 0 auto;
  margin-bottom: 16rem;
}
.page-nation__content a:hover {
  opacity: 0.6;
}
.page-nation__icon {
  font-size: 2rem;
}
.page-nation__content .page-btn {
  margin-top: 10px;
}

/****************************************
クロストーク-詳細
*****************************************/
.cross-inteview__mv{
	display: none;
}
@media screen and (min-width: 560px) {
.cross-inteview__mv{
	display: block;
	margin-bottom: 16rem;
	z-index: -1;
	position: relative;
}
}
@media screen and (min-width: 560px) {
.cross-inteview__mv-sp{
	display: none;
}
}
.crosstalk-title__content .person-name__item {
  position: relative;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 560px) {
 .crosstalk-title__content .person-name__item {
    position: absolute;
    padding: 2rem;
	max-width:100%;
	 bottom: 60px;
	     margin-left: 2rem;
  }
}
@media screen and (min-width: 960px) {
 .crosstalk-title__content .person-name__item {
    bottom: 100px;
    padding: 3rem 5rem;
	     margin-left: 0;
  }
}
.crosstalk-title__description{
	font-size:1.4rem!important;
	color:#939393;
	margin-bottom: 1rem;
}
.person-name__item .crosstalk-title__description span{
	margin-left: 0!important;
}
.cross-talk__title .person-content__sp h2{
	    margin-bottom: 0;
	padding:0;
	font-size:4.85vw;
}
.crosstalk-intro{
	margin-bottom: 10rem;
}
.crosstalk-intro__body{
	font-size: 2rem;
	margin-bottom: 7rem;
}

@media screen and (min-width: 560px) {
.crosstalk-intro__inner{
	max-width: 756px;
	margin:0 auto 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.crosstalk-intro__inner-02{
		max-width:960px;
	}
.crosstalk-intro__2clm{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 35.31%;
    flex: 0 0 35.31%;
    max-width: 35.31%;
}
	.crosstalk-intro__3clm{
		-webkit-box-flex: 0;
    -ms-flex: 0 0 27.31%;
    flex: 0 0 27.31%;
    max-width: 27.31%;
	}	
}
.crosstalk-intro__image{
	margin-bottom: 2rem;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 47.3653%;
    flex: 0 0 47.3653%;
    max-width: 47.3653%;
}
.crosstalk-intro__icon{
	margin:3rem 0;
	text-align: center;
}
@media screen and (min-width: 560px) {
.crosstalk-intro__icon{
	position: relative;
	top:60px;
	margin:0;
}
}
.crosstalk-intro__sp-block{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 47.3653%;
    flex: 0 0 47.3653%;
    max-width: 47.3653%;
}
@media screen and (min-width: 560px) {
.crosstalk-intro__image,.crosstalk-intro__sp-block{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;	
}	
}
.crosstalk-intro__name{
	font-size: 2rem;
	font-weight: bold;
}
.crosstalk-intro__description{
	margin-top: 1.5rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
.crosstalk-intro__sp-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
.crosstalk-intro__sp-inner{
	display: block;	
}
}
.crosstalk-session__ttl{
	background-image:url("https://mjeinc.co.jp/saiyo/wp-content/uploads/2020/01/section-image.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 20% 0;
	margin-bottom: 10rem;
}
.crosstalk-session__es{
	background-position: 27% 100%;
	background-image:url("https://mjeinc.co.jp/saiyo/wp-content/uploads/2020/02/section-image_es.jpg");
}
@media screen and (min-width: 560px) {
.crosstalk-session__ttl{
	padding: 8% 0;	
}
}
@media screen and (min-width: 960px) {
.crosstalk-session__ttl{
	padding: 4% 0;	
}
}
.crosstalk-session__ttl::after{
	filter: blur(20px);
	content: '';
    position: absolute;
	z-index: -1;
	background: inherit;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
}
.crosstalk-session__ttl h3{
	position: relative;
	font-size: 5.9vw;
	line-height: 1.4;
}
@media screen and (min-width: 560px) {
.crosstalk-session__ttl h3{
	font-size: 3.083vw;	
}
}
@media screen and (min-width: 960px) {
.crosstalk-session__ttl h3{
	font-size: 2.083vw;	
}
}
.crosstalk-session__ttl h3::after{
	content:'';
	width:250px;
	height:1px;
	background:#d80c24;
	position: absolute;
	bottom: -24px;
	left:0;
}
.cross-talk__title .person-content__pc {
  display: none;
}
@media screen and (min-width: 560px) {
.cross-talk__title .person-content__pc {
    display: block;
  }
.cross-talk__title .person-content__sp {
    display: none;
  }
}
.person-inteview__inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.person-inteview__icon{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
	text-align: center;
}
@media screen and (min-width: 560px) {
.person-inteview__02 .person-inteview__icon{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 12.28%;
    flex: 0 0 12.28%;
    max-width: 12.28%;
}
	
}
@media screen and (min-width: 560px) {
.person-inteview__icon img{
	max-width:64px;
}
}
@media screen and (min-width: 960px) {
.person-inteview__icon img{
	max-width:100px;
}
}
.crosstalk-session .person-inteview__body{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 78.28%;
    flex: 0 0 78.28%;
    max-width: 78.28%;
	margin-bottom: 0;
}
/*@media screen and (min-width: 560px) {
.person-inteview__02 .person-inteview__body{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 84.28%;
    flex: 0 0 84.28%;
    max-width: 84.28%;
}
	
}*/
.animation-bg{
	animation: crosstalk-content 1s cubic-bezier(.4, 0, .2, 1) ;
	position: relative;
	overflow: hidden;
}
.animation-bg::before{
	animation: crosstalk-content 1s cubic-bezier(.4, 0, .2, 1) forwards;
     animation-delay: 0s;
    animation-delay: 1s;
    top: 15%;
    background-color: #f4f4f4;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	z-index: -1;
	height: 600px;
}
@keyframes crosstalk-content {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
.crosstalk-inteview__02{
	max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 960px) {
.crosstalk-inteview__02{
	margin: 0 auto 16rem;
}
}
.person-inteview__icon p{
	font-size:1.6rem;
	margin-top:0.5rem;
}
.back-btn{
	display: block;
	max-width: 420px;
	width:100%;
	font-size:1.4rem;
	text-align: center;
	font-weight: bold;
	height:80px;
	line-height: 80px;
	border-radius : 40px;
	margin:10rem auto 20rem;
	position: relative;
	z-index:0;
	transition:0.5s;
}
.back-btn::before{
	border-radius : 40px;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	transition:0.5s;
	background : linear-gradient(90deg, rgba(205, 12, 36, 1) 0%, rgba(209, 40, 61, 1) 2.27%, rgba(214, 85, 101, 1) 6.39%, rgba(219, 125, 137, 1) 10.81%, rgba(224, 158, 166, 1) 15.47%, rgba(227, 186, 191, 1) 20.41%, rgba(230, 207, 210, 1) 25.76%, rgba(232, 222, 223, 1) 31.71%, rgba(233, 230, 231, 1) 38.73%, rgba(233, 233, 233, 1) 49.55%);
}
.back-btn::after{
	border-radius : 40px;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	background : linear-gradient(90deg, rgba(233, 233, 233, 1) 0%, rgba(228, 195, 199, 1) 6.35%, rgba(220, 130, 142, 1) 18.01%, rgba(214, 79, 96, 1) 28.64%, rgba(209, 43, 63, 1) 37.84%, rgba(206, 20, 43, 1) 45.27%, rgba(205, 12, 36, 1) 50%);
}
.back-btn:hover{
	color: #fff;
}
.back-btn:hover::before{
	opacity:0;
}
.crosstalk-title__content h2{
	font-size:4.826vw;
	line-height: 1.4;
}
@media screen and (min-width: 560px) {
.crosstalk-title__content h2{
	font-size:2.8vw;
}
}
@media screen and (min-width: 960px) {
.crosstalk-title__content h2{
	font-size:1.5vw;
}
}
/****************************************
事業紹介
*****************************************/
.business-mv {
  background-image: url("./images/g1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.business-intro__body {
  font-size: 1.7rem;
}
@media screen and (min-width: 560px) {
  .business-intro__body {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .business-intro__body {
    font-size: 2rem;
  }
}
.business-mission__content {
  position: relative;
  margin-bottom: 15rem;
}
.business-mission__content::before {
  animation: sample-second-before 1.35s cubic-bezier(.4, 0, .2, 1) forwards;
  animation-delay: 1.2s;
  bottom: 73px;
  background-color: #e9e9e9;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
  transform: translateX(0%);
}
@media screen and (min-width: 960px) {
  .business-mission__content::before {
    bottom: 143px;
  }
}
.animation {
  overflow: hidden;
  position: relative;
}
.common-animation {
  animation: sample-second-img 2s cubic-bezier(.4, 0, .2, 1);
}
.common-animation::before {
  animation: sample-second-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes common-animation {
  0% {
    opacity: 0;
  }
}
@keyframes common-animation {
  100% {
    transform: translateX(100%);
  }
}
@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}
@keyframes sample-second-before {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
.img-animation {
  animation: img-opacity 1.5s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 1.5s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.is-animate .business-mission__content::before {
  width: calc(50% + 341px);
}
.business-mission__ttl {
  position: relative;
  top: -10px;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.business-mission__headline {
  margin-bottom: 4rem;
  font-size: 6rem;
  line-height: 1.05;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .business-mission__headline {
    margin-bottom: 6rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.3653%;
    flex: 0 0 53.3653%;
    max-width: 53.3653%;
    font-size: 9.417vw;
  }
}
@media screen and (min-width: 960px) {
  .business-mission__headline {
    font-size: 5.417vw;
  }
}
.business-mission__block h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.business-mission__block p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 32px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .business-mission__block p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) {
  .business-mission__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.269230769%;
    flex: 0 0 38.269230769%;
    max-width: 38.269230769%;
  }
}
.business-misson__prace {
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  .business-misson__prace {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.076923076%;
    flex: 0 0 48.076923076%;
    max-width: 48.076923076%;
    margin-bottom: 0rem;
  }
}
.business-misson__prace a {
  display: block;
}
.business-misson__prace h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
.business-misson__prace h5 {
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.business-mission__image {
  position: relative;
}
.business-mission__image img {
  transition: .3s;
}
.business-misson__prace a:hover .business-mission__image img {
  opacity: 0.6;
}
.business-mission__image p {
  background-color: #fff;
  padding: 10px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  writing-mode: vertical-rl;
}
.business-section__image {
  margin-bottom: 6rem;
  padding: 28% 0;
  background-repeat: no-repeat;
  background-position: 70% 10%;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .business-section__image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 12% 0;
    background-position: center center;
  }
}
.ict-bg__image {
  background-image: url("./images/g4.jpg");
}
.ss-bg__image {
  background-image: url("./images/g8.jpg");
}
.business-common__content {
  margin-bottom: 8rem;
}
@media screen and (min-width: 560px) {
  .business-common__content {
    margin-bottom: 16rem;
  }
}
.business-common__description {
  margin-bottom: 10rem;
}
.business-common__description h3 {
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.business-common__description h4 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: bold;
}
.business-common__description p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 32px;
}
.business-ict__block {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .business-ict__block {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.76923%;
    flex: 0 0 30.76923%;
    max-width: 30.76923%;
  }
}
.business-ict__block h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
}
.business-ict__block p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 2rem;
}
.business-ss__block {
  text-align: center;
}
.business-ss__block h4 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: left;
}
.business-ss__block h5 {
  border: 1px solid #7e7e7e;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px;
}
.business-ss__block i {
  margin: 20px 0;
  font-size: 3rem;
}
.business-ss__body-block {
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*受賞歴 20191125追加*/
.award-example {
  border: 8px solid #e9e9e9;
  margin-top: 12rem;
}
.award-example__inner {
  max-width: 900px;
  padding: 40px 30px;
  margin: 0 auto;
}
.award-example__inner h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.award-example__inner p {
  border-top: 1px solid #bebebe;
  padding: 2px 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
  .award-example__inner p {
    padding: 23px 40px;
  }
}
.award-example__inner p:last-child {
  border-bottom: 1px solid #bebebe;
}
/****************************************
募集要項
*****************************************/
.guideline-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  margin-bottom: 10rem;
}
@media screen and (min-width: 960px) {
  .guideline-content {
    margin-bottom: 16rem;
  }
}
.guideline-content table {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .guideline-content table {
    max-width: 932px;
    padding: 0 16px;
  }
}
.guideline-content table tr {
  padding: 1.5rem 0;
  border-bottom: 1px solid #a695a6;
}
.guideline-content table tr:first-child {
  border-top: none;
}
.guideline-content table tr:last-child {
  border-bottom: none;
}
.guideline-content table th {
  padding: 2rem 0 1rem;
}
.guideline-content table td {
  padding: 0rem 0 2.5rem;
}
@media screen and (min-width: 560px) {
  .guideline-content table th {
    width: 25%;
    padding: 2.5rem 0;
  }
  .guideline-content table td {
    width: 70%;
    padding: 2.5rem 0;
  }
}
.flow-content {
  padding-bottom: 16rem;
}
.flow-content__block {
  margin-bottom: 4.2rem;
}
.flow-content__block:last-child .flow-content__ttl h4 {
  background-color: #d80c24;
  color: #fff;
}
.flow-content__ttl {
  position: relative;
}
.flow-content__ttl h4 {
  background-color: #fff;
  padding: 25px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.flow-content__ttl p {
  position: absolute;
  left: 0px;
  top: -20px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .flow-content__ttl p {
    left: -20px;
  }
}
.flow-content h3 {
  margin-bottom: 5rem;
}
.gray-bg .common-main__hero {
  margin-bottom: 0;
}
/****************************************
よくある質問
*****************************************/
.faq-content:first-child {
  margin-bottom: 12rem;
}
.faq-content:nth-child(2) {
  padding-bottom: 16rem;
}
.faq-content h3 {
  margin-bottom: 4rem;
}
.faq-content__block {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
}
.acd-check {
  display: none;
}
.acd-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1px;
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .acd-label {
    padding: 2rem 4rem;
  }
}
.acd-label:after {
  content: '\f067';
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 5%;
  top: 30%;
  transition: .3s;
  color: #d80c24;
}
@media screen and (min-width: 560px) {
  .acd-label:after {
    right: 0;
    top: 0px;
    padding: 20px;
  }
}
.acd-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  height: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
  background: #fff;
}
.acd-content a {
  color: #2f94ee;
}
.acd-check:checked + .acd-label:after {
  content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  padding: 2rem 2rem;
  visibility: visible;
  height: auto;
}
@media screen and (min-width: 560px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 2rem 4rem;
  }
}
/* .acd-check:checked + .acd-label + .acd-content::after {
  content: '';
  height: 1px;
  background: #a695a6;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 1008px;
} */
.faq-icon {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
}
/****************************************
RECRUITフッター
*****************************************/
.entry-btn {
  background-color: #d80c24;
  color: #fff;
  display: block;
  padding: 7.12rem 0;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, rgba(216, 12, 36, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  position: relative;
}
.entry-btn:hover {
  color: rgba(255, 255, 255, 1);
  background-position: -100% 100%;
  background-color: #d80c24;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .entry-btn {
    background-color: #e2e2e2;
    color: #282828;
  }
}
/****************************************
entryページ20200820
*****************************************/
.entry-bg{
	padding-bottom: 12rem;
}
.entry-content{
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 20px 0;
}
.entry-wrap{
	max-width:944px;
	margin:0 auto;
	padding:4rem 12px;
}
.entry-wrap h3{
	text-align:center;
	margin-bottom:2rem;
	font-size:1.8rem;
	padding:0 10px;
}
.entry-wrap p{
	text-align:center;
	font-size:1.6rem;
}
.entry-wrap .common-inner{
	margin:2rem auto 5.4rem;
}
.entry-bnr__block{
	margin-bottom:4rem;
}
@media screen and (min-width:560px) {
.entry-bnr__block{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 48.076923076%;
    flex: 0 0 48.076923076%;
    max-width: 48.076923076%;
	margin-bottom:0;
}
}
.entry-bnr__block a{
	display:block;
	padding:16px;
	border:1px solid #a695a6;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.entry-bnr__block a img{
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.entry-bnr__block a:hover img{
	opacity:0.6;
	-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.coming-soon__bnr a{
	position:relative;
	pointer-events: none;
}
.coming-soon__bnr a::before{
	content:'';
	opacity:0.7;
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-color: #313131;
	left: 0;
	top: 0;
}
.coming-soon__bnr a::after{
	content:'Coming Soon!';
	letter-spacing: 0.3rem;
	font-family: 'Roboto', sans-serif;
	font-size:2.4rem;
	color:#fff;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position:absolute;
}
/****************************************
ヘッダー
*****************************************/
header {
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 95%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
  transition: .2s ease-in-out;
}
@media screen and (min-width: 960px) {
  header {
    padding: 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.menu {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 70px;
  position: absolute;
  right: calc(-2.5% - 1px);
  top: 0px;
  width: 70px;
  z-index: 99;
}
.menu__line {
  background: #d80c24;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}
.menu__line--top {
  top: 25px;
  width: 25px;
  right: 15px;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
  -webkit-animation-name: danceHeight1;
  -webkit-animation-delay: 0ms;
  -webkit-animation-duration: 800ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.menu__line--center {
  top: 35px;
  width: 30px;
  right: 15px;
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  -webkit-animation-name: danceHeight2;
  -webkit-animation-delay: 300ms;
  -webkit-animation-duration: 800ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  opacity: 1;
}
.menu__line--bottom {
  top: 45px;
  width: 35px;
  right: 15px;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
  -webkit-animation-name: danceHeight3;
  -webkit-animation-delay: 600ms;
  -webkit-animation-duration: 800ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.menu__line--top.active {
  top: 26px;
  transform: rotate(45deg);
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
  width: 35px;
}
.menu__line--center.active {
  transform: scaleX(0);
  opacity: 0;
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes danceHeight1 {
  from {
    width: 15px;
  }
  to {
    width: 35px;
  }
}
@-webkit-keyframes danceHeight2 {
  from {
    width: 15px;
  }
  to {
    width: 35px;
  }
}
@-webkit-keyframes danceHeight3 {
  from {
    width: 15px;
  }
  to {
    width: 35px;
  }
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media screen and (min-width: 960px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  header nav {
    width: 50%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  header nav {
    width: 60%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  header nav {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  header h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.82352%;
    flex: 0 0 19.82352%;
    max-width: 19.82352%;
  }
  header h1 a img {
    transition: .3s;
  }
  header h1 a img:hover {
    opacity: 0.5;
  }
  /*header nav {
   -webkit-box-flex: 0;
    -ms-flex: 0 0 49.41176%;
    flex: 0 0 49.41176%;
    max-width: 49.41176%;
	width : 70%;
  }*/
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gnav__link {
    color: #fff;
    display: block;
    position: relative;
    transition: .3s;
    padding: 14% 5px;
  }
  .gnav__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #d80c24;
    transition: .3s;
  }
  .gnav__link:hover {
    background-position: -100% 0;
    color: #fff;
  }
  .gnav__link:hover::after {
    width: 100%;
  }
  .conversion-btn a:hover {
    background-position: -100% 0;
    color: #fff;
  }
  .conversion-btn {
    max-width: 200px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .conversion-btn a {
    color: #fff;
    display: block;
    background-color: #d80c24;
    border: 1px solid #d80c24;
  }
  .conversion-btn a:hover {
    background-color: #fff;
    color: #d80c24;
  }
}
.drop_list--inner li a {
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px;
  padding: 27px 15px;
  background-color: #fff;
  color: #282828;
  position: relative;
}
.thumb01 {
  background-image: url("./images/thumb01.jpg");
}
.thumb02 {
  background-image: url("./images/thumb02.jpg");
}
.thumb03 {
  background-image: url("./images/thumb03.jpg");
}
.thumb04 {
  background-image: url("./images/thumb04.jpg");
}
.thumb05 {
  background-image: url("./images/thumb05.jpg");
}
.thumb06 {
  background-image: url("./images/thumb06.jpg");
}
.drop_list--inner li a p {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .drop_list {
    background: #c9c9c9;
    z-index: 100;
    opacity: 0;
    /*     display: none; */
    visibility: hidden;
    padding: 0 15px;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: fixed;
  }
  /*.drop_list {
    display: block;
    z-index: 100;
    transition: all .5s ease;
    -webkit-overflow-scrolling: touch;
    top: 10%;
    /*animation: show .5s linear 0s;*/
  /*position: fixed;
    width: 100%;
    right: 0;*/
  /*}*/
  .fresh-open .drop_list, .career-open .drop_list {
    -webkit-transform: translate3d(0, 320px, 0);
    transform: translate3d(0, 320px, 0);
  }
  .drop_list--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
  }
  .drop_list li {
    text-align: center;
    padding: 40px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.52941176%;
    flex: 0 0 23.52941176%;
    max-width: 23.52941176%;
  }
  .drop_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .drop_list li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:
      rgba(0, 0, 0, .5);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .drop_list li .in {
    position: relative;
    z-index: 100;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color:
      #fff;
  }
  .drop_list--inner li a {
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 80px;
    padding: 27px 15px;
    background-color: #fff;
    color: #282828;
    position: relative;
  }
  .drop_list--inner li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1vw;
    width: 6px;
    width: 0.4285714286vw;
    height: 6px;
    height: 0.4285714286vw;
    border-bottom: 1px solid #282828;
    border-right: 1px solid #282828;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .drop_list--inner li a:hover {
    color: #d80c24;
  }
  .drop_list--inner li a:hover::before {
    right: 0.6vw;
    border-bottom: 1px solid #d80c24;
    border-right: 1px solid #d80c24;
  }
  .drop_list--inner li a p {
    max-width: 100%;
    margin: 0;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.drop_down:hover body {
  background: rgba(255, 255, 255, 0.5);
}
.header-menu-open {
  position: relative;
  -webkit-transition: .3s;
  transition: all .3s;
  line-height: 1;
}
.header-menu-open::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.is-show .header-menu-open::before {
  border-bottom: 1px solid #282828;
  border-right: 1px solid #282828;
}
.is-show .menu__line {
  background: #d80c24;
}
.is-fixed {
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .clone-nav {
	position: -webkit-sticky;
    position: sticky;
    padding: 0px;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background-color: #fff;
    color: #282828;
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .clone-nav {
    position: sticky;
    padding: 0px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background-color: #fff;
    color: #282828;
    max-width: 100%;
    height: 70px;
  }
  .clone-nav .header-inner h1 {
    padding-left: 20px !important;
    padding-top: 20px;
  }
  .scroll-logo {
    width: 250px;
  }
  .clone-nav .menu {
    right: 0px !important;
  }
  h1.active {
    display: none;
  }
}
.clone-nav .gnav__link {
  color: #282828;
  padding: 24px 0px;
}
.clone-nav .header-inner h1 {
  padding-left: 40px;
}
.scroll-logo {
  display: none;
}
.clone-nav .default-logo {
  display: none;
}
.clone-nav .scroll-logo {
  display: block;
}
.clone-nav .drop_down:hover .drop_list {
  top: 100%;
}
.is-show {
  transform: translateY(0);
}
.clone-nav .gnav {
  padding-right: 30px;
}
@media screen and (min-width: 960px) {
  .overlay-fresh, .overlay-career {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1001;
  }
  .fresh-open .overlay-fresh, .career-open .overlay-career {
    visibility: visible;
    background: #d80c24;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sp-logo {
  display: none;
}
@media screen and (max-width: 559px) {
  .header-inner h1 {
    max-width: 75%;
  }
  .scroll-active header {
    background: #fff;
    max-width: 100%;
    position: fixed;
  }
  .scroll-active .default-logo {
    display: none;
  }
  .scroll-active .scroll-logo {
    display: block;
    max-width: 75%;
    padding-left: 15px;
  }
  .scroll-active .menu__line {
    background: #282828;
  }
  .menu__line--top.active, .menu__line--center.active, .menu__line--bottom.active {
    background: #fff;
  }
  .sp-logo {
    display: block;
    position: absolute;
    left: 20px;
    max-width: 60%;
    top: 20px;
  }
  /* tuan */
  /*.clone-nav {
    display: none;
  }*/
  .gnav {
    background: #d80c24;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
  }
  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .gnav__menu {
    width: 100%;
    padding: 0 30px;
    margin-top: 50px;
  }
  /* tuan */
  /*.gnav__menu__item {
    opacity: 0;
  }*/
  /*.gnav__menu__item a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-top: 1px solid #fff;
    padding: 20px;
    display: block;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }*/
}
@media screen and (max-width: 959px) {
  .gnav__menu__item a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-top: 1px solid #fff;
    padding: 2rem 1.5rem;
    display: block;
  }
}
.drop_menu {
  cursor: pointer;
}
.drop_menu_03, .drop_menu_04 {
  font-size: 1.4rem;
  font-weight: bold;
  border-top: 1px solid #fff;
  padding: 2rem 1.5rem;
  color: #fff;
}
.sm-hidden-logo img {
  padding-left: 20px;
}
.drop_menu_icon_open::after {
  content: '―';
  position: absolute;
  color: #fff;
  width: 20px;
  height: 20px;
  right: 30px;
}
.drop_menu_icon_close::after {
  content: '+';
  position: absolute;
  color: #fff;
  width: 20px;
  height: 20px;
  right: 30px;
}
.menu-line-btn {
  margin-top: 34px;
  margin-left: 50px;
  margin-right: 50px;
  background: transparent;
  border: 1px solid #fff;
  max-width: 100%;
  padding: 17px 15px;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
}
.menu-line-btn:hover {
  color: #d70728 !important;
  background-color: #fff;
}
.menu-line-btn:hover::after {
  color: #d70728 !important;
}
.menu-line-btn::after {
  transition: .3s;
  content: '\f2d2';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  font-size: 1.5rem;
}
.menu-entry-btn {
  margin-top: 34px;
  margin-left: 25px;
  margin-right: 25px;
  background: #fff;
  border: 1px solid #fff;
  max-width: 100%;
  padding: 30px;
  padding: 20px;
  color: #d70728 !important;
  font-size: 3.2rem;
  letter-spacing: 0.5rem;
}
.menu-entry-btn:hover {
  color: #fff !important;
  background-color: transparent;
}
/****************************************
フッター
*****************************************/
footer {
  padding: 60px 0 0px;
  background-color: #3d3d3d;
  color: #fff;
}
@media screen and (min-width: 560px) {
  footer {
    padding: 90px 0 0px;
  }
}
footer .wrapper {
  padding: 0 50px;
}
@media screen and (min-width: 560px) {
  footer .wrapper {
    padding: 0 16px;
  }
}
.footer-line__block p:first-child {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  .footer-line__block p:first-child {
    text-align: left;
    margin-bottom: 0rem;
  }
}
.footer-line__block {
  margin-bottom: 2rem;
}
@media screen and (min-width: 560px) {
  .footer-line__block {
    margin-bottom: 0rem;
  }
}
.footer-line__link {
  background-color: #fff;
  display: block;
  color: #282828;
  height: 63px;
  line-height: 63px;
  letter-spacing: 0.25rem;
  position: relative;
  transition: .3s;
}
.footer-line__link span {
  transition: .3s;
}
.footer-line__link:hover {
  background-color: #d80c24;
  color: #fff;
}
.footer-line__link::after {
  transition: .3s;
  content: '\f2d2';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  top: -15px;
  color: #d80c24;
}
.footer-line__link:hover span, .footer-line__link:hover.footer-line__link::after {
  color: #fff;
}
.footer-line {
  border-bottom: 1px solid #686868;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.right-nav {
  display: none;
}
@media screen and (min-width: 560px) {
  .right-nav {
    padding: 0 20px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .footer-line__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.25%;
    flex: 0 0 26.25%;
    max-width: 26.25%;
  }
  .footer-line__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71.4423%;
    flex: 0 0 71.4423%;
    max-width: 71.4423%;
  }
  .right-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 7rem;
    padding: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.50%;
    flex: 0 0 75.50%;
    max-width: 75.50%;
  }
}
@media screen and (min-width: 960px) {
  .right-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 7rem;
    padding: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.50%;
    flex: 0 0 58.50%;
    max-width: 58.50%;
  }
}
.right-nav > li {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 560px) {
  .right-nav > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.0%;
    flex: 0 0 20.0%;
    max-width: 20.0%;
    margin-bottom: 0rem;
  }
}
.right-nav li a {
  display: block;
}
.right-nav li a:hover {
  opacity: 0.6;
}
.footer-child__link, .footer-parent__link {
  position: relative;
}
.footer-child__link::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  right: 0px;
}
@media screen and (min-width: 560px) {
  .footer-child__link::after {
    right: 10px;
  }
}
.footer-parent__link::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 560px) {
  .footer-parent__link::after {
    padding-left: 10px;
    position: relative;
  }
}
.footer-child__link:hover {}
.footer-logo {
  text-align: center;
  margin-bottom: 6rem;
}
.footer-logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 560px) {
  .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.0%;
    flex: 0 0 14.0%;
    max-width: 14.0%;
    text-align: left;
  }
}
.footer-page__top {
  background-color: #282828;
  max-width: 195px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block;
  height: 49px;
  line-height: 49px;
  font-size: 1.2rem;
  letter-spacing: 1.8px;
}
.footer-child__list {
  margin-top: 12px;
}
@media screen and (min-width: 560px) {
  .footer-child__list {
    margin-top: 20px;
  }
}
.footer-child__list li {
  text-align: left;
}
.footer-child__list li {
  margin-top: 14px;
  font-size: 1.1rem;
}
.footer-page__top::after {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  background-color: #d80c24;
  height: 28px;
  margin: 0 auto;
  transition: .3s;
}
.footer-page__top:hover.footer-page__top::after {
  top: -26px;
}
.footer-outside__link {
  background-color: #282828;
  padding: 28px 30px;
  font-size: 1.2rem;
}
.footer-outside__link-left {
  max-width: 390px;
  width: 100%;
}
.footer-outside__link-right {
  max-width: 390px;
  widt: 100%;
  color: #a9a9a9;
}
.footer-outside__link-left i {
  color: #d80c24;
}
@media screen and (min-width: 560px) {
  .footer-outside__link-left li:first-child {
    margin-right: 40px;
  }
  .footer-outside__link a:hover {
    opacity: 0.6;
  }
}
.footer-outside__link-left li a {
  display: block;
  padding: 6px 0;
}
@media screen and (min-width: 560px) {
  .footer-outside__link-left li a {
    padding: 0;
  }
}
@media screen and (max-width: 559px) {
  copyright {
    display: block;
    padding-top: 35px;
    text-align: center;
  }
}
.entry-1clm__btn a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 12px 0px 8px;
  line-height: 30px;
  letter-spacing: 0.5rem;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.entry-1clm__btn a span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
  .entry-1clm__btn a {
    padding: 33px 0px 25px;
  }
  .entry-1clm__btn a:hover {
    background-color: #d80c24;
    border: 1px solid #d80c24;
  }
}
/****************************************
オープニング
*****************************************/
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d60b24;
  z-index: 9999;
  animation: byeShutter 2.6s forwards;
}
.shutter::before, .shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background-color: #fff;
  width: 0;
  height: 1px;
  animation: shutterOpen1 2.6s forwards;
}
.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  background-color: #5E5E5E;
  animation: shutterOpen2 2.6s forwards;
}
.content {
  animation: contentScale 2.6s forwards;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
@keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
}
@keyframes mask_fadeIn {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.is-fadeIn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d80c24;
  transform: scaleX(0);
  animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  animation-delay: .4s;
}
/* tuan */
/* menu */
.drop-show {
  visibility: visible;
  opacity: 1;
  /*     animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in; */
  transition: .3s;
  animation-name: sp-nav-in;
  animation-duration: .3s;
}
@keyframes sp-nav-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.full-width {
  width: 100% !important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #d70728;
  overflow-x: hidden;
  transition: .3s;
}
.sidenav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s;
}
.sidenav a:hover {
  color: #eee;
}
.sidenav.full-width .clone-nav{
	background-color: #d70728;
}
.sidenav .drop_list {
  opacity: 0;
  display: none;
  transition: .3s;
}
.bg-white{
	background-color:transparent;
}
.sm-hidden-logo {
  height: 70px;
}
.sm-hidden-logo img {
  padding-top: 20px;
}
#close-sm-nav {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  padding-top: 5px;
  height: 65px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .gnav__menu__item {
    opacity: 1 !important;
  }
  .drop_list--inner {
    margin-bottom: 28px;
  }
}
/*@media screen and (max-height: 959px) {
  .sidenav a {font-size: 18px;}
}*/
@media screen and (max-width: 959px) {
  .gnav {
    display: none !important;
  }
}