@charset "UTF-8";

/* home_title
**************************************** */
.home_title { background-color: #000000; position: relative; z-index: 3; }
.home_title .eng { color: #098ae5; font-family: 'Rajdhani', sans-serif; display: block; font-size: 775%; font-weight: 600; font-style: italic; line-height: 0.8467; text-align: right; position: absolute; bottom: -45px; right: calc(0px + 0.15em); }
.home_title .title { display: flex; align-items: center; position: relative; height: 739px; }
.home_title .block { color: #ffffff; }
.home_title .block .heading { font-size: 250%; font-weight: 400; line-height: 1.2; }
.home_title .block p { line-height: 2; margin-top: 30px; }

.home_title .bg { display: block; overflow: hidden; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -2; }
.home_title .bg video { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate3d(-50%, -50%, 0); }
.home_title .bg::after { background-color: rgba(0,0,0,1); content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; transition: background-color 1.5s ease-out; }
.home_title .bg.is-show::after { background-color: rgba(0,0,0,0.7); }
@media only screen and (max-width:640px){
.home_title { background-image: url(/fa/events-seminars/factories/nagoya/img/bg_title_sp.jpg); }
.home_title .eng { font-size: 417.8571%; line-height: 0.8367; bottom: -1.255em; right: 15px; }
.home_title .title { display: block; padding: 55px 0 120px 0; height: auto; }
.home_title .block .heading { font-size: 142.8571%; }
.home_title .block p { line-height: 1.7272; margin-top: 10px; }
}

/* home_outline
**************************************** */
.home_outline { position: relative; padding: 120px 0 145px 0; }
.home_outline::before { background-color: #f7f7f7; content: ""; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 490px; z-index: -1; }
.home_outline .title { display: flex; }
.home_outline .title .cHeading_A { width: 310px; }
.home_outline .title p { flex: 1; line-height: 2; }
.home_outline .more { text-align: right; margin-top: 30px; }
.home_outline .navi { margin-top: 60px; }
.home_outline .navi ul { display: flex; justify-content: center; }
.home_outline .navi ul li { position: relative; margin: 0 -49px; width: 500px; }
.home_outline .navi ul li:nth-of-type(2) { margin: 56px -49px 0 -49px; z-index: +1; }
.home_outline .navi ul li a { color: #098ae5; display: block; overflow: hidden; }
.home_outline .navi ul li a:hover { text-decoration: none; }
.home_outline .navi ul li a p { font-size: 0; line-height: 0; }
.home_outline .navi ul li a p img { width: 100%; }
.home_outline .navi ul li a dl { margin-top: -44px; }
.home_outline .navi ul li a dl dt { color: #ffffff; font-family: 'Rajdhani', sans-serif; font-size: 375%; font-weight: 600; font-style: italic; line-height: 1; margin-left: -0.16em; }
.home_outline .navi ul li a dl dd span { margin-right: 115px; }
@media only screen and (min-width:641px){
.home_outline .navi ul li a { transition: opacity .25s ease-out; }
.home_outline .navi ul li a:hover { opacity: 0.7; }
}
@media only screen and (max-width:640px){
.home_outline { padding: 120px 0 50px 0; }
.home_outline::before { height: calc(70.3125vw + 50px + 63px + 35px + 86.5625vw); }
.home_outline .title { display: block; }
.home_outline .title .cHeading_A { width: auto; }
.home_outline .title p { flex: initial; line-height: 1.7272; margin-top: 20px; }
.home_outline .more { margin-top: 25px; }
.home_outline .navi ul { display: block; }
.home_outline .navi ul li { margin: 0 auto; width: 81.25vw; }
.home_outline .navi ul li:nth-of-type(2) { margin: 35px auto 0 auto; }
.home_outline .navi ul li.slick-active { z-index: +1; }
.home_outline .navi ul li.slick-center { margin-bottom: -15px; }
.home_outline .navi ul li.slick-center + li { margin-bottom: -30px; }
.home_outline .navi ul li a { margin: 0; }
.home_outline .navi ul li.slick-center a { margin-top: 15px; z-index: +1; }
.home_outline .navi ul li.slick-center + li a { margin-top: 30px; }
.home_outline .navi ul li a dl { margin-top: -29px; }
.home_outline .navi ul li a dl dt { font-size: 300%; margin-left: -0.16em; }
.home_outline .navi ul li a dl dd span { margin-right: 16.4062vw; }
.home_outline .slick-arrow { box-sizing: border-box; border-radius: 50%; background: linear-gradient(90deg, rgba(30,151,254,1) 0%, rgba(57,203,255,1) 100%); border: none; cursor: pointer; outline: none; font-size: 0; line-height: 0; padding: 0; appearance: none; width: 32px; height: 32px; position: absolute; top: calc(42vw - 16px); left: 10%; z-index: +1; }
.home_outline .slick-arrow.slick-next { left: auto; right: 10%; }
.home_outline .slick-arrow::before { border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; content: ""; position: absolute; top: calc(50% - 4px); left: calc(50% - 4px); width: 6px; height: 6px; transform: rotate(45deg); }
.home_outline .slick-arrow::after { background-color: #ffffff; content: ""; position: absolute; top: calc(50% - 1px); left: calc(50% - 3px); width: 9px; height: 2px; }
.home_outline .slick-arrow.slick-next::before { left: auto; right: calc(50% - 4px); transform: rotate(-135deg); }
.home_outline .slick-arrow.slick-next::after { left :auto; right: calc(50% - 3px); }
.home_outline .slick-dots { display: flex !important; justify-content: center; margin-top: 15px; }
.home_outline .slick-dots li { margin: 0 5px; }
.home_outline .slick-dots li button { box-sizing: border-box; border-radius: 50%; border: 1px solid #098ae5; background-color: #ffffff; cursor: pointer; font-size: 0; line-height: 0; outline: none; padding: 0; appearance: none; width: 11px; height: 11px; }
.home_outline .slick-dots li.slick-active button { background-color: #098ae5; }
}

/* home_factorytour
**************************************** */
.home_factorytour { background: url(/fa/events-seminars/factories/nagoya/img/bg_factorytour.jpg) center center no-repeat; background-size: cover; position: relative; }
.home_factorytour .container { color: #ffffff; display: flex; align-items: center; height: 500px; }
.home_factorytour .container > div { width: 100%; }
.home_factorytour .title .cHeading_A span { color: #ffffff; font-size: 625%; }
.home_factorytour .title p { line-height: 2; margin-top: 30px; }
.home_factorytour .more { margin-top: 35px; }
.home_factorytour .more .cBtn_A { font-size: 137.5%; line-height: 70px; width: 40%; }
@media only screen and (max-width:640px){
.home_factorytour { background: url(/fa/events-seminars/factories/nagoya/img/bg_factorytour_sp.jpg) center center no-repeat; background-size: cover; }
.home_factorytour .container { height: 250px; }
.home_factorytour .title .cHeading_A span { font-size: 292.8571%; }
.home_factorytour .title .cHeading_A small { font-size: 100%; font-weight: 400; }
.home_factorytour .title p { line-height: 1.7272; margin-top: 20px; }
.home_factorytour .more { margin-top: 15px; }
.home_factorytour .more .cBtn_A { font-size: 100%; line-height: 38px; }
}





