@font-face {
    font-family: 'OpenSans-Light';
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'iCielGotham-Medium';
    src: url("./fonts/iCielGotham-Medium/iCielGotham-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/iCielGotham-Medium/iCielGotham-Medium.woff") format("woff"), url("./fonts/iCielGotham-Medium/iCielGotham-Medium.ttf") format("truetype"), url("./fonts/iCielGotham-Medium/iCielGotham-Medium.svg#iCielGotham-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'iCielGotham-Thin';
    src: url("./fonts/iCielGotham-Thin/iCielGotham-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/iCielGotham-Thin/iCielGotham-Thin.woff") format("woff"), url("./fonts/iCielGotham-Thin/iCielGotham-Thin.ttf") format("truetype"), url("./fonts/iCielGotham-Thin/iCielGotham-Thin.svg#iCielGotham-Thin") format("svg");
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
a:link, a:hover {
    text-decoration: none;
}
ul, li {
    list-style: none;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
@keyframes shake {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
}@-webkit-keyframes shake {
    0% {
    -webkit-transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(-10deg);
}
50% {
    -webkit-transform: rotate(0deg);
}
75% {
    -webkit-transform: rotate(10deg);
}
100% {
    -webkit-transform: rotate(0deg);
}
}::-webkit-input-placeholder {
    color: #000 !important;
}
::-moz-placeholder {
    color: #000 !important;
}
:-ms-input-placeholder {
    color: #000 !important;
}
:-moz-placeholder {
    color: #000 !important;
}
html {
    width: 100%;
    overflow-x: hidden;
}
body {
    line-height: normal;
    color: #000;
    width: 100%;
    overflow-x: hidden;
}
.fix_800 {
    max-width: 800px !important;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.container {
    position: relative;
}
.txt-center {
    text-align: center !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    clear: both;
}
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.no-pd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.border-none {
    border: none !important;
}
.img-full {
    display: block;
    width: 100%;
    position: relative;
}
.img-full img {
    width: 100%;
    display: block;
}
.section-group {
    position: relative;
    display: block;
    width: 100%}
.section-group .section-title {
    display: block;
    text-align: center;
    font-family: 'OpenSans-Semibold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 37px;
    padding-bottom: 25px;
    position: relative;
}
.section-group .section-title:before {
    content: '';
    position: absolute;
    width: 139px;
    height: 17px;
    background: url("../images/tvc/arrow_down.png") no-repeat;
    background-size: 139px 17px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,  0);
    transform: translate(-50%,  0);
}
header {
    position: fixed;
    z-index: 9990;
    width: 100%;
    padding: 35px 0;
    top: 0;
    left: 0;
    background: #fff;
}
header .menu-icon {
    display: none;
}
header .menu {
    margin-left: 140px;
}
header .menu li {
    display: inline-block;
    margin-right: 15px;
}
header .menu li a {
    color: #000;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
header .menu li.active a {
    border-color: #ed1c24;
}
header .menu li:last-child {
    margin-right: 0;
}
header .logo {
    position: absolute;
    display: block;
    right: 210px;
    top: 50%;
    -webkit-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
}
header .logo-vnw {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
}
.main-content {
    display: block;
    background: #fff;
    position: relative;
}
footer {
    background: #fff;
    padding: 25px 0;
    position: relative;
    border-top: 3px solid #000;
}
footer .group-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
footer .group-item .social {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
footer .group-item .social:last-child {
    margin-right: 0;
}
footer .group-item .social img {
    vertical-align: middle;
}
@media screen and (min-width: 1200px) {
    a {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}
a.no-hover {
    opacity: 1 !important;
}
a:hover {
    opacity: 0.8;
}
header .menu li a:hover {
    border-color: #ed1c24;
}
}@media screen and (max-width: 1199px) {
    header {
    height: 60px;
    padding: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
header .container {
    position: static;
}
header .logo {
    left: 15px;
}
header .logo img {
    height: 40px;
    width: auto;
}
header .logo-vnw {
    left: 50%;
    right: auto;
    display: inline-block;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
header .logo-vnw img {
    height: 40px;
    width: auto;
}
header .menu-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    width: 22px;
    display: block;
}
header .menu-icon span {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .menu-icon span:nth-child(2) {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
header .menu-icon.active span:nth-child(1) {
    -webkit-transform: translate(0,  7px) rotate(45deg);
    transform: translate(0,  7px) rotate(45deg);
}
header .menu-icon.active span:nth-child(2) {
    opacity: 0;
}
header .menu-icon.active span:nth-child(3) {
    -webkit-transform: translate(0,  -7px) rotate(-45deg);
    transform: translate(0,  -7px) rotate(-45deg);
}
header .menu {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
    padding-bottom: 30px;
    margin: 0;
    visibility: hidden;
    border-top: 1px solid #dedede;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s ,  opacity 0.3s ease-in-out;
    transition: visibility 0s 0.3s ,  opacity 0.3s ease-in-out;
}
header .menu.active {
    -webkit-transition: visibility 0s 0s ,  opacity 0.3s ease-in-out;
    transition: visibility 0s 0s ,  opacity 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}
header .menu li {
    display: block;
}
header .menu li a {
    display: block;
    padding: 15px 20px;
    width: 100%}
header .menu li.active a {
    border-color: transparent;
    color: #ed1c24;
}
}@media screen and (max-width: 767px) {
    .section-group .section-title {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
}
.section-group .section-title:before {
    width: 82px;
    height: 10px;
    background-size: 82px 10px;
}
footer .group-1 {
    margin-bottom: 20px;
}
footer .group-2 {
    margin-bottom: 20px;
}
}#banner {
    width: 100%;
    overflow: hidden;
}
#banner .bt-join {
    width: 19%;
    display: block;
    position: absolute;
    bottom: 26%;
    left: 25%;
}
#banner .banner-bg img {
    width: 100%;
    max-width: none;
    display: block;
}
#registration {
    background: url("../images/tvc/bg_sakura.jpg") center top no-repeat;
    background-size: cover;
    padding: 115px 20px;
    padding-bottom: 80px;
    text-align: center;
}
#registration .img-contain-imac {
    min-height: 755px;
    max-width: 875px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
    padding-top: 36px;
    padding-bottom: 250px;
    background: #fff;
    display: inline-block;
    position: relative;
}
#registration .img-contain-imac .imac-bg {
    position: absolute;
    padding: 0 40px;
    padding-top: 36px;
    padding-bottom: 250px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#registration .img-contain-imac .imac-bg .imac-bg-img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/tvc/imac_bg.jpg") no-repeat;
    background-size: cover;
}
#registration .img-contain-imac .img-contain-imac-bg {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 235px;
}
#registration .img-contain-imac .img-contain-imac-bg .imac-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: url("../images/tvc/imac-top.png") no-repeat;
    background-size: contain;
}
#registration .img-contain-imac .img-contain-imac-bg .imac-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url("../images/tvc/imac-bottom.png") no-repeat;
    background-size: contain;
}
#registration .img-contain-imac .img-contain-imac-bg .imac-center {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/tvc/imac-center.png") repeat-y;
    background-size: contain;
}
#registration .section-title {
    margin-bottom: 70px;
}
#myForm {
    display: inline-block;
    position: relative;
    z-index: 150;
    margin-top: 75px;
    width: 100%;
    max-width: 530px;
}
#myForm .group-input {
    height: 354px;
    overflow-y: auto;
}
#myForm .form-group {
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
}
#myForm .form-group .form-control {
    font-family: 'OpenSans-Light';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid transparent;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}
#myForm .form-group.has-error .form-control {
    border-bottom: 2px solid red;
}
#myForm .form-select {
    position: relative;
    display: block;
}
#myForm .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'OpenSans-Light';
    z-index: 120;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%}
#myForm .form-select:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 110;
    top: 18px;
    right: 12px;
    width: 14px;
    height: 11px;
    background: url("../images/tvc/select_icon.png") no-repeat;
    background-size: 14px 11px;
}
#myForm #btn-register2 {
    background: none;
    border: none;
    box-shadow: none;
}
.fix-wrap {
    position: relative;
    display: block;
}
#benefit {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
    top: 100%;
    padding: 60px 0;
    padding-bottom: 150px;
    background: url("../images/tvc/bg2.jpg") center top no-repeat;
    background-size: cover;
}
#benefit .section-title-wrapper {
    position: relative;
    display: block;
}
#benefit .section-title-wrapper .metro-img {
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-transform: translate(-100%,  0);
    transform: translate(-100%,  0);
    bottom: 10px;
    margin-left: 50px;
}
#benefit .section-title {
    display: inline-block;
    margin-left: 60px;
}
#benefit .section-title:before {
    display: none;
}
#benefit .section-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/tvc/metro_bg.png") bottom right repeat-x;
    width: 2000px;
    height: 10px;
}
#benefit .map-jp {
    position: absolute;
    height: 80%;
    width: auto;
    left: 44%;
    top: 100px;
    display: block;
    z-index: 0;
}
#benefit .list-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    position: relative;
    padding-top: 40px;
}
#benefit .list-item .item {
    width: 50%;
    margin-bottom: 25px;
}
#benefit .list-item .item img {
    width: 131px;
    float: left;
    margin-right: 20px;
}
#benefit .list-item .item:nth-child(5), #benefit .list-item .item:nth-child(6) {
    width: 540px;
}
#benefit .list-item .info {
    display: block;
    overflow: hidden;
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    padding-top: 10px;
}
#benefit .list-item .info span {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
}
#career {
    padding: 120px 0;
    padding-bottom: 30px;
    background: #fff;
}
#career .section-title {
    margin-bottom: 40px;
}
#career .group-items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
#career .group-items .item {
    width: 264px;
    display: block;
    margin-bottom: 30px;
    margin-right: 65px;
}
#career .group-items .item:last-child {
    margin-right: 0;
}
#career .group-items .item p {
    font-family: 'OpenSans-Regular';
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}
#about-us {
    background: #fff;
    padding: 60px 0;
    padding-bottom: 100px;
}
#about-us:before {
    content: '';
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../images/tvc/about_us_bg.jpg") center bottom no-repeat;
    background-size: 1600px 789px;
}
#about-us .text-desc {
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 35px;
    display: block;
}
#about-us .slider {
    position: relative;
    padding-bottom: 22px;
    background: url("../images/tvc/slide_bg.png") center bottom no-repeat;
    background-size: contain;
}
#about-us .slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%}
#about-us .slider .owl-prev {
    width: 15px;
    height: 21px;
    background: url("../images/tvc/slide-left.png") no-repeat;
    background-size: 15px 21px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: -25px;
    -webkit-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    border: none;
    outline: none;
}
#about-us .slider .owl-next {
    width: 15px;
    height: 21px;
    background: url("../images/tvc/slide-right.png") no-repeat;
    background-size: 15px 21px;
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 100;
    -webkit-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    border: none;
    outline: none;
}
@media screen and (min-width: 992px) {
    #benefit .map-jp {
    left: 50%;
    top: 85px;
}
}@media screen and (min-width: 1200px) {
    #career .container, #about-us .container {
    max-width: 970px;
}
#benefit .map-jp {
    left: 44%;
    top: 100px;
}
}@media screen and (min-width: 768px) and (max-width: 1199px) {
    .section-group .section-title {
    font-size: 24px;
}
.main-content {
    padding-top: 60px;
}
#benefit {
    padding-bottom: 100px;
}
#benefit .section-title-wrapper .metro-img {
    margin-left: 80px;
}
#benefit .map-jp {
    left: 50%;
    height: 65%;
    top: 190px;
}
#benefit .list-item-container.fixed .list-item-wrap {
    position: fixed;
    top: 60px;
}
#benefit .list-item .item img {
    width: 100px;
}
#benefit .list-item .item .info {
    font-size: 16px;
}
#career {
    padding-bottom: 0;
}
}@media screen and (max-width: 991px) {
    #career .group-items .item {
    width: 200px;
    margin-right: 30px;
}
#career .group-items .item:nth-child(2n) {
    margin-right: 30px !important;
}
}@media screen and (max-width: 767px) {
#banner .bt-join {
    left: 11%;
    width: 30%;
    bottom: 13%;
}
#benefit {
    padding: 50px 0;
}
#benefit .section-title-wrapper .section-title {
    margin-left: 0;
    width: 100%}
#benefit .section-title-wrapper .metro-img {
    height: 30px;
    margin-left: 80px;
}
#benefit .map-jp {
    display: none;
}
#benefit .list-item {
    padding-top: 15px;
}
#benefit .list-item .item {
    width: 100%;
    margin-bottom: 15px;
}
#benefit .list-item .item img {
    width: 60px;
    margin-right: 15px;
}
#benefit .list-item .item p {
    font-size: 12px;
}
#benefit .list-item .item p span {
    font-size: 11px;
}
#registration {
    padding: 50px 0;
}
#registration .section-title {
    margin-bottom: 30px;
}
#registration .img-contain-imac {
    height: auto;
    padding: 50px 0;
    min-height: 0;
    padding-bottom: 50px;
}
#registration .img-contain-imac .img-contain-imac-bg {
    display: none;
}
#registration .img-contain-imac .imac-bg {
    padding: 0;
}
#registration #myForm {
    margin-top: 0;
}
#registration #myForm input, #registration #myForm select {
    font-size: 13px;
}
#career {
    padding: 50px 0;
    padding-bottom: 0;
}
#career .group-items .item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}
#career .group-items .item img {
    margin: 0 auto;
    display: block;
}
#career .group-items .item p {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 20px;
}
#about-us {
    padding: 50px 0;
    padding-top: 20px;
}
#about-us .slider .owl-prev {
    left: 5px;
}
#about-us .slider .owl-next {
    right: 5px;
}
}.fixmodal {
    margin-top: 12%}
@media screen and (max-width: 480px) {
    h4.modal-title.text-center {
    font-size: 18px;
}
.fixmodal {
    margin-top: 20%}
}@media screen and (max-width: 320px) {
    #benefit .section-title-wrapper .metro-img {
    margin-left: 50px;
}
}
