@charset "utf-8";

/* ======================================
Home
====================================== */
.home .contents p {
    line-height: 2;
}

/* home-headline
---------------------------------------*/
.home-headline {
    font-size: 3.2rem;
}
@media screen and (min-width : 768px) {
    .home-headline {
        font-size: 5.6rem
    }
}

.home-hero {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home-hero::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .2;
    z-index: 1;
}
.home-catchcopy {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    z-index: 2;
}
.home-catchcopy__main {
    margin: 0;
    color: #fff;
    transition: .4s ease-out;
    font-size: 3rem;
    line-height: 1.8;
    padding: 1rem;
}
@media screen and (min-width : 768px) {
    .home-hero {
        height: calc(100vh - 60px);
    }
    .home-catchcopy__main {
        color: #fff;
        font-size: 5.3rem;
        padding: 0;
    }
}

/* slider */
#home-slider .slide .slide-blk {
    -webkit-transition: 10s;
    transition: 10s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#home-slider .slide.moving .slide-blk {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* #home-slider .slider img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-out;
}
#home-slider .slider .slick-active img {
  transform: scale(1.0);
}
 */

/* Opening
-----------------------------------------*/
.Opening {
position:relative;
background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}

/* home-overview
---------------------------------------*/
.home-overview {
    margin: 5rem 0;
    font-weight: 400;
    text-align: center;
    line-height: 2.2;
    /* color: #50555A; */
}
@media screen and (min-width : 768px) {
    .home-overview {
        margin: 7rem 0;
        font-size: 3.1rem;
    }
}

/* home-series
---------------------------------------*/
.home-series {
    margin: 6rem 0 0;
}
.home-series__list__item {
    text-align: center;
    margin: 4rem 0 0;
}
.home-series__list__item a {
    color: #50555A;
}
.home-series__list__item .txt {
    margin: 1rem 0 0;
    font-size: 2.0rem;
}
.home-series__list__item .ttl {
    font-size: 2.4rem;
    line-height: 1.8!important;
}
.home-series .products-features-list {
    margin: 2rem 0 0;
}

@media screen and (min-width : 768px) {
    .home-series {
        margin: 12rem 0 0;
        font-size: 2.4rem;
    }
    .home-series__list {
        justify-content: space-between;
    }
    .home-series__list__item {
        width: calc(94% / 4);
        margin: 6rem 0 0;
    }
    .home-series__list__item .txt {
        margin: 1.5rem 0 0;
        min-height: 70px;
    }
    .home-series__list__item .ttl {
        font-size: 2.4rem;
    }
}

/* home-projects
---------------------------------------*/
.home-projects__img {
    margin: 2rem 0;
}
@media screen and (min-width : 768px) {
    .home-projects {
        margin: 19rem 0 0;
    }
    .home-projects__img {
        margin: 8rem auto 0;
    }
}

/* home-agencies
---------------------------------------*/
.home-agencies {
    margin: 9rem 0 0;
}
.home-agencies__map {
    display: none;
    width: 100%;
    height: 270px;
    margin: 3rem auto 0;
}
.home-agencies__map .mapcanvas {
    width: 100%;
    height: 100%;
}
@media screen and (min-width : 768px) {
    .home-agencies {
        margin: 21rem 0 0;
    }
    .home-agencies__map {
        display: block;
        width: 100%;
        height: 500px;
        margin: 8rem 0;
        background: url(/korea/assets/images/home/home_map.png) no-repeat center;
        background-size: cover;
    }
}

/* 地図の吹き出し */
.agency_name {
    display: inline-block;
}
.city_id {
    display: inline-block;
    padding: 0 0 0 1.5rem
}
.gm-style .gm-style-iw-d {
    text-align: left;
}


/* home-dl
---------------------------------------*/
.home-dl {
    margin: 6rem 0 0;
    padding: 5rem 0;
    background: #EDEEEE;
}
.home-dl__headline {
    font-weight: 400;
    font-size: 2.4rem;
}
.home-dl__list__item {
    text-align: center;
}
.home-dl__list__item .ttl {
    font-size: 2.4rem;
    font-weight: 400;
    margin: .5rem 0 0;
    text-align: center;
}
@media screen and (min-width : 768px) {
    .home-dl {
        margin: 15rem 0 0;
        padding: 14rem 0;
    }
    .home-dl__headline {
        font-size: 3.0rem;
    }
    .home-dl__list__item .ttl {
        font-size: 3.0rem;
    }
    .home-dl__list__item .txt {
        margin-top: 1rem;
    }
}