@charset "UTF-8";

/* MainVisual
======================================================================*/

.MainVisual{
    padding: 160px 0;
    text-align: center;
}

.MainVisual h2{
    margin-left: -80px;
}

@media screen and (max-width: 480px) {
.MainVisual{
    padding: 80px 0;
}
.MainVisual h2{
    margin-left: -60px;
}
.MainVisual h2 img{ 
    max-width: 160px;
    height: auto;
}
}

/* concept
======================================================================*/
.concept{
    width: 100%;
    position: relative;
    max-width: 1400px;
    /*height: 540px;*/
    margin: 0 auto;
    padding-bottom: 600px;
    background-image: url(../../images/top/concept_ph@2x.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
.concept{
    padding: 0 40px 500px;
    background-image: url("../../images/top/concept_ph_sp@2x.png");
    /*background-size: cover;*/
}
}
@media screen and (max-width: 480px) {
.concept{
    padding: 0 30px 360px;
}
}

.concept h3{
    text-align: center;
    transition: all 0.3s linear;
    margin-bottom: 40px;
}

.concept p.message{
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 3.0;
    margin-bottom: 90px;
}
@media screen and (max-width: 768px){
.concept p.message{
    font-size: 1.4rem;
    margin-bottom: 60px;
}
}
@media screen and (max-width: 480px){
.concept p.message{
    font-size: 1.3rem;
}
}

/* feature
======================================================================*/
.feature{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-top: -40px;
    margin-bottom: 120px;
    z-index: 2;
}
@media screen and (max-width: 480px) {
.feature{
    margin-bottom: 60px;
}
}

.feature h4{
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
.feature h4 img{
    max-width: 120px;
    height: auto;
}
}

.feature_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feat {
    width: 48%;
    max-width: 470px;
}
@media screen and (max-width: 768px) {
.feat {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 80px;
}
.feat:last-child {
    margin-bottom: 0;
}
}
.feat h5{
    font-size: 2.4rem;
    padding: 40px 10px;
    text-align: center;
}
@media screen and (max-width: 480px) {
.feat h5{
    font-size: 2.0rem;
    padding: 30px 10px;
}
}

.feat .ph{
    position: relative;
}
.feat .ph p.caption{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 1.2rem;
    color: #fff;
}
.feat .ph p.caption2{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.2rem;
    color: #fff;
}
@media screen and (max-width: 480px) {
.feat .ph p.caption,
.feat .ph p.caption2{
    font-size: 1.1rem;
}
}
.feat .ph img{
    max-width: 100%;
    height: auto;
}
.feat ul{
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;
}
.feat li{
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}
.feat li:last-child{
    margin-bottom: 0px;
}
.feat li p{
    font-size: 2.4rem;
}
.feat li p span{
    font-size: 1.6rem;
    display: block;
}
@media screen and (max-width: 480px) {
.feat li{
    padding: 20px 10px;
    margin-bottom: 15px;
}
.feat li p{
    font-size: 2.0rem;
}
.feat li p span{
    font-size: 1.4rem;
    display: block;
}
}