  @charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px) {
  /*debug	
  body{
  	background: url(/jp/recruit/diversity/bin/page/top/img/_menu.png) no-repeat top center;
  	background-size: 1280px auto;
      background-position: top center;
  	#header{
  		@include opacity(0.6);
  		width: 1280px !important;
  	}
  	#menu{
  		width: 1280px !important;
  		top: 0 !important;
  		left: 50% !important;
  		@include transform(translateX(-50%));
  	}
  	#wrapper{
  		width: 1280px !important;
  		@include opacity(0.6);
  		float: none;
  		margin: 0 auto;
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 37, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top {
    position: relative;
  }
  /* line 39, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 45, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .bg .bg_photo {
    background-image: url(/jp/recruit/diversity/bin/page/top/img/top_photo.jpg);
    background-position: center bottom;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transform-origin: bottom center;
  }
  /* line 50, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .bg .bg_photo.open {
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 55, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .bg img {
    visibility: hidden;
  }
  /* line 59, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top h1 {
    float: left;
    width: 511px;
    margin: 87px 0 29px 594px;
    margin: 147px 0 540px 584px;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  /* line 67, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top h1.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 72, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .copy {
    float: left;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.42;
    color: white;
    margin: 0 0 19px 594px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  /* line 83, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .copy.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 88, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .sub {
    float: left;
    font-size: 21px;
    line-height: 2.15;
    color: white;
    margin: 0 0 471px 594px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  /* line 98, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .sub.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 103, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .rect {
    display: block;
    position: absolute;
    width: 1341px;
    height: 2190px;
    background: #3b4043;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -1480px;
    left: -236px;
    transform: translate(10%, -100%) rotate(-60deg);
  }
  /* line 113, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #top .rect.open {
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate(0%) rotate(-60deg);
  }
  /* line 120, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message {
    box-sizing: border-box;
    border-top: 5px solid #3b4043;
    border-bottom: 5px solid #3b4043;
    background: #3b4043;
  }
  /* line 127, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message.ov .bg img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /* line 132, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message .rect2 {
    position: absolute;
    top: 0;
    left: 50%;
    background: #3b4043;
    width: 100%;
    height: 100%;
    transform: translateX(390px);
  }
  /* line 141, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #3b4043;
    width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 149, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message .bg img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 153, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message h2 {
    float: left;
    width: 151px;
    margin: 149px 0 24px 900px;
    position: relative;
    z-index: 5;
  }
  /* line 160, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message .copy {
    width: 511px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: white;
    margin: 132px 0 132px 0;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 5;
  }
  /* line 171, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message .img {
    float: left;
    width: 676px;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 177, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #message .rect {
    display: block;
    position: absolute;
    width: 751px;
    height: 511px;
    background: #3b4043;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 50px;
    left: 635px;
  }
  /* line 189, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main .bg_bar {
    float: left;
    width: 100%;
    height: 298px;
    background: url(/jp/recruit/diversity/bin/page/top/img/bg1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  /* line 198, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews {
    box-sizing: border-box;
    border-top: 5px solid #e60012;
    border-bottom: 5px solid #3b4043;
  }
  /* line 202, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
  }
  /* line 208, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews h2 span {
    position: relative;
    display: block;
    text-align: center;
    height: 240px;
    width: 240px;
  }
  /* line 214, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews h2 span:before {
    content: "";
    display: block;
    background: #e60012;
    width: 170px;
    height: 170px;
    position: absolute;
    transform: rotate(45deg);
    top: 34px;
    left: 34px;
  }
  /* line 225, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews h2 span img {
    width: 160px;
    position: relative;
    z-index: 3;
    top: 113px;
    left: 0px;
  }
  /* line 234, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews ul {
    width: 100%;
    display: flex;
  }
  /* line 238, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews ul li .img {
    position: relative;
    overflow: hidden;
    line-height: 0;
  }
  /* line 243, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews ul li figure {
    position: relative;
  }
  /* line 246, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews ul li figure.ov .cir {
    transform: translate(-50%, -50%) scale(1.5);
  }
  /* line 251, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #interviews ul li figcaption {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 22px 0 0 0;
  }
  /* line 262, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info h2 {
    text-align: center;
    float: left;
    width: 100%;
    padding: 54px 0px;
  }
  /* line 267, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info h2 img {
    width: 354px;
  }
  /* line 271, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info ul {
    width: 100%;
    display: flex;
    justify-content: center;
    width: 1280px;
    margin: 0 0 99px -90px;
  }
  /* line 277, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info ul li {
    width: 420px;
  }
  /* line 279, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info ul li .img {
    position: relative;
    overflow: hidden;
  }
  /* line 283, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info ul li figure {
    position: relative;
  }
  /* line 286, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info ul li figure.ov .cir {
    transform: translate(-50%, -50%) scale(1.5);
  }
  /* line 291, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #info ul li figcaption {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 22px 0 0 0;
  }
  /* line 301, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float {
    position: fixed;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 500;
  }
  /* line 308, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .close {
    width: 2vw;
    height: 2vw;
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 0 auto 20px auto;
    top: 1.5vw;
    right: 2vw;
    z-index: 2000;
  }
  /* line 318, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .close span, body #wrapper #main #float .close:before, body #wrapper #main #float .close:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    content: "";
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.43, 0.12, 0.35, 0.98);
  }
  /* line 326, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .close span {
    width: 130%;
  }
  /* line 329, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .close:before {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 335, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .close:after {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 343, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    z-index: 1000;
    width: 76%;
    margin: 2vw 12%;
    height: 38vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
  }
  /* line 354, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .box #float_scroll {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 38vw;
    background: white;
  }
  /* line 361, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .box #float_scroll .content {
    width: 100%;
    float: left;
    position: relative;
  }
  /* line 369, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  /* line 378, ../../../../src/page/top/css/_pc.scss */
  body #wrapper #main #float .iScrollIndicator {
    background: white !important;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /*debug	
  body{
  	background: url(/jp/recruit/diversity/bin/page/top/img/_menu.png) no-repeat top center;
  	background-size: 1280px auto;
      background-position: top center;
  	#header{
  		@include opacity(0.6);
  		width: 1280px !important;
  	}
  	#menu{
  		width: 1280px !important;
  		top: 0 !important;
  		left: 50% !important;
  		@include transform(translateX(-50%));
  	}
  	#wrapper{
  		width: 1280px !important;
  		@include opacity(0.6);
  		float: none;
  		margin: 0 auto;
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 38, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #top h1 {
    width: 37.57353vw;
    margin: 6.39706vw 0 2.13235vw 43.67647vw;
    margin: 10.80882vw 0 39.70588vw 42.94118vw;
  }
  /* line 43, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #top .copy {
    font-size: 2.64706vw;
    margin: 0 0 0 43.67647vw;
  }
  /* line 46, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #top .copy img {
    width: 26.32353vw;
  }
  /* line 50, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #top .sub {
    font-size: 1.54412vw;
    margin: 0 0 34.63235vw 43.67647vw;
    top: -0.44118vw;
  }
  /* line 55, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #top .rect {
    width: 98.60294vw;
    height: 161.02941vw;
    top: -108.82353vw;
    left: -17.35294vw;
  }
  /* line 63, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #message {
    border-top: 5px solid #3b4043;
    border-bottom: 5px solid #3b4043;
  }
  /* line 66, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #message .rect2 {
    transform: translateX(28.67647vw);
  }
  /* line 69, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #message .bg {
    width: 94.11765vw;
  }
  /* line 72, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #message h2 {
    width: 11.10294vw;
    margin: 10.95588vw 0 1.76471vw 66.17647vw;
  }
  /* line 76, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #message .copy {
    width: 37.57353vw;
    font-size: 1.17647vw;
    line-height: 2.20588vw;
    margin: 9.70588vw 0 9.70588vw 0;
  }
  /* line 82, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #message .img {
    width: 49.70588vw;
  }
  /* line 85, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #message .rect {
    width: 55.22059vw;
    height: 37.57353vw;
    top: 3.67647vw;
    left: 46.69118vw;
  }
  /* line 93, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main .bg_bar {
    height: 21.91176vw;
  }
  /* line 97, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #interviews {
    border-top: 5px solid #e60012;
    border-bottom: 5px solid #3b4043;
  }
  /* line 101, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #interviews h2 span {
    height: 17.64706vw;
    width: 16.91176vw;
  }
  /* line 104, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #interviews h2 span:before {
    width: 12.5vw;
    height: 12.5vw;
    top: 2.5vw;
    left: 2.5vw;
  }
  /* line 110, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #interviews h2 span img {
    width: 11.76471vw;
    top: 8.30882vw;
  }
  /* line 118, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #interviews ul li figcaption {
    font-size: 0.95588vw;
    padding: 1.61765vw 0 0 0;
  }
  /* line 127, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #info h2 {
    padding: 3.97059vw 0px;
  }
  /* line 129, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #info h2 img {
    width: 26.02941vw;
  }
  /* line 133, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #info ul {
    width: 100%;
    width: 94.11765vw;
    margin: 0 0 7.27941vw -6.61765vw;
  }
  /* line 137, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #info ul li {
    width: 30.88235vw;
  }
  /* line 139, ../../../../src/page/top/css/_mid.scss */
  body #wrapper #main #info ul li figcaption {
    font-size: 1.17647vw;
    padding: 1.61765vw 0 0 0;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(/jp/recruit/diversity/bin/page/top/img/_guidesp.png) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#top{
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	#recruit{
  	}
  }
  */
  /* line 32, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top {
    position: relative;
    z-index: 30;
  }
  /* line 35, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 41, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .bg .bg_photo {
    background-image: url(/jp/recruit/diversity/bin/page/top/img/top_photo_sp.jpg);
    background-position: center bottom;
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    transform-origin: bottom center;
  }
  /* line 46, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .bg .bg_photo.open {
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 51, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .bg img {
    visibility: hidden;
  }
  /* line 55, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top h1 {
    float: left;
    width: 79.73333vw;
    margin: 25vw 0 98vw 0;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  /* line 62, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top h1.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 67, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .copy {
    float: left;
    font-size: 5.6vw;
    font-weight: 700;
    line-height: 1.42;
    color: white;
    letter-spacing: 0.2vw;
    position: relative;
    z-index: 2;
    opacity: 0;
    margin: 0 0 3vw 0;
  }
  /* line 78, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .copy img {
    width: 84%;
  }
  /* line 81, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .copy.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 86, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .sub {
    float: left;
    font-size: 4.53333vw;
    line-height: 1.85;
    color: white;
    margin: 0 0 98.3vw 0;
    letter-spacing: 0.35vw;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  /* line 96, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .sub.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 101, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .rect {
    display: block;
    position: absolute;
    width: 150.93333vw;
    height: 140.8vw;
    background: #3b4043;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -68vw;
    left: -38vw;
    transform: translate(30%, -35%) rotate(-60deg);
  }
  /* line 111, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #top .rect.open {
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate(0%) rotate(-60deg);
  }
  /* line 118, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message {
    box-sizing: border-box;
    border-top: 5px solid #3b4043;
    overflow: visible;
    background: #3b4043;
    padding: 10vw 0 0 0;
  }
  /* line 124, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message .rect2 {
    position: absolute;
    top: 0;
    left: 50%;
    background: #3b4043;
    width: 100%;
    height: 100%;
    transform: translateX(390px);
  }
  /* line 133, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message .bg {
    background: #3b4043;
    width: 100%;
    float: left;
    line-height: 0;
    position: relative;
    z-index: 20;
  }
  /* line 141, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message h2 {
    width: 100%;
    text-align: center;
    padding: 11vw 0 0 0;
    float: left;
    margin: 0 0 5.5vw 0;
    position: relative;
    z-index: 10;
  }
  /* line 149, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message h2 img {
    width: 32.26667vw;
  }
  /* line 153, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message .copy {
    float: left;
    font-size: 3.2vw;
    line-height: 1.6;
    color: white;
    margin: 0 0 3.5vw 0;
    letter-spacing: 0.2vw;
    position: relative;
    z-index: 5;
  }
  /* line 163, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message .sub {
    float: left;
    font-size: 2.93333vw;
    line-height: 2.15;
    color: white;
    margin: 0 0 0 0;
    letter-spacing: 0.1vw;
    text-align: right;
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
  }
  /* line 176, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message .img {
    float: left;
    width: 126%;
    margin: 0 0 0 -13%;
    padding: 0 0 10vw 0;
    background: white;
  }
  /* line 183, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #message .rect {
    display: block;
    position: absolute;
    width: 166.4vw;
    height: 176vw;
    background: #3b4043;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -72vw;
    left: -52vw;
  }
  /* line 195, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main .bg_bar {
    float: left;
    width: 100%;
    height: 103vw;
    margin: -18vw 0 0 0;
    position: relative;
  }
  /* line 201, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main .bg_bar .bg_photo {
    background-image: url(/jp/recruit/diversity/bin/page/top/img/bg1_sp.jpg);
  }
  /* line 206, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews {
    box-sizing: border-box;
    border-top: 5px solid #e60012;
    border-bottom: 5px solid #3b4043;
  }
  /* line 210, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews .area_top {
    position: relative;
    z-index: 10;
  }
  /* line 214, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews .rect {
    display: block;
    position: absolute;
    width: 751px;
    height: 511px;
    background: #3b4043;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    bottom: -154vw;
    left: 16vw;
  }
  /* line 224, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews h2 {
    position: absolute;
    top: 5vw;
    left: 10vw;
    z-index: 5;
  }
  /* line 229, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews h2 span {
    position: relative;
    display: block;
    text-align: center;
  }
  /* line 233, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews h2 span:before {
    content: "";
    display: block;
    background: #e60012;
    width: 125.06667vw;
    height: 124.53333vw;
    position: absolute;
    transform: rotate(-60deg);
    top: -126vw;
    left: -60vw;
  }
  /* line 244, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews h2 span img {
    width: 34vw;
    position: relative;
    z-index: 3;
  }
  /* line 251, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul {
    width: 100%;
    float: left;
  }
  /* line 254, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li {
    width: 100%;
    float: left;
    position: relative;
  }
  /* line 258, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li figure {
    height: 65vw;
    position: relative;
    overflow: hidden;
  }
  /* line 263, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li .img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 269, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li .img img {
    height: 100%;
    width: auto;
  }
  /* line 274, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
  }
  /* line 280, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li .name {
    font-size: 3.2vw;
    color: #6f7579;
    font-weight: 700;
    line-height: 1.8;
    position: absolute;
    z-index: 10;
  }
  /* line 288, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li .sub {
    font-size: 3.73333vw;
    color: #6f7579;
    line-height: 2;
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
    font-weight: 700;
    text-align: center;
    padding: 2vw 0 2.5vw 0;
    line-height: 1.6;
  }
  /* line 302, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li.item1 .name {
    top: 37vw;
    left: 10vw;
  }
  /* line 308, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li.item2 .name {
    top: 19vw;
    left: 55vw;
  }
  /* line 314, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li.item3 .name {
    top: 19vw;
    left: 9vw;
  }
  /* line 320, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #interviews ul li.item4 .name {
    top: 4vw;
    left: 67vw;
  }
  /* line 332, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info h2 {
    text-align: center;
    float: left;
    width: 100%;
    padding: 13vw 0px 6.5vw 0;
  }
  /* line 337, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info h2 img {
    width: 66.13333vw;
  }
  /* line 341, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info ul {
    width: 100%;
    float: left;
    margin: 0 0 9.5vw 0;
  }
  /* line 345, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info ul li {
    width: 100%;
    float: left;
  }
  /* line 348, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info ul li figure {
    width: 100%;
    float: left;
  }
  /* line 351, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info ul li figure .img {
    height: 30.5vw;
    position: relative;
    overflow: hidden;
  }
  /* line 355, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info ul li figure .img img {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  /* line 364, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #info ul li figcaption {
    text-align: center;
    font-size: 3.46667vw;
    font-weight: 700;
    padding: 3vw 0 4vw 0;
    color: #3b4043;
  }
  /* line 375, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float {
    position: fixed;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 500;
  }
  /* line 382, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .close {
    width: 2vw;
    height: 2vw;
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 0 auto 3% auto;
    top: 1.5vw;
    right: 2vw;
    z-index: 2000;
  }
  /* line 392, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .close span, body #wrapper #main #float .close:before, body #wrapper #main #float .close:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    content: "";
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.43, 0.12, 0.35, 0.98);
  }
  /* line 400, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .close span {
    width: 130%;
  }
  /* line 403, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .close:before {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 409, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .close:after {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 417, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    z-index: 1000;
    width: 76%;
    margin: 2vw 12%;
    height: 38vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
  }
  /* line 428, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .box #float_scroll {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 38vw;
    background: white;
  }
  /* line 435, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .box #float_scroll .content {
    width: 100%;
    float: left;
    position: relative;
  }
  /* line 443, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  /* line 452, ../../../../src/page/top/css/_sp.scss */
  body #wrapper #main #float .iScrollIndicator {
    background: white !important;
  }
}
