@charset "UTF-8";


.mv {
    background-image: url(./../../images/concept/headervisual-kari.png);

    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;
}

.mv-top {
    position: absolute;
    top: 400px;
    right: 70px;
    z-index: 10;
}
.title {
    width: 555px;
    position: absolute;
    top: 37%;
    left: 20%;
}

#concept1 h1,#concept3 h1,#concept4 h1 {
    font-size: 40px;
    line-height: 2;
}

#concept1,#concept2,#concept3,#concept4{
  padding: 192px 0 192px;
}

.logo-concept {
    width: 50%;
    padding: 58px 0;
}

#concept1 p ,#concept2 p {
    font-size: 24px;
    line-height: 2;
}

#concept2{
  background-image: url(./../../images/concept/BG-concept.png);
    width: 100%;
    background-size: cover;
    
}

.concept2-box{
    display: flex;
    align-items: center;
    padding: 85px 0 40px;
    border-bottom: solid 1px;
}


.check{
    padding: 0px 20px 20px 0px;
}


#concept3{
  
  position: relative;

}

#concept3 h1{

    position: absolute;
    top: 310px;
    left: 39%;
}
.concept3-box{
    display: flex;
    align-items: center;
    padding: 85px 0 40px; 
  }


.concept3-box h2{
 font-size: 32px;

}
#concept3 p {
    font-size: 16px;
    line-height: 2;
    width: 70%;
    display: block;
    margin: 0 0 0 20%;
}

.no{
    padding: 30px 45px 0px 0;
}

#concept4 {
    position: relative;
    background-color: #F8FAFA;
    text-align: center;
}


#concept4 h1{
    position: absolute;
    top: 310px;
    left: 36%;
}

#concept4 h2{
    font-size: 32px;
    font-weight: 100;
}

#concept4 h3{
    font-size: 24px;
    font-weight: 100;
    line-height: 2;
}


.concept4-box img{
    width: 16%;
}


#concept4 p {
    font-size: 16px;
    line-height: 2;
    padding: 30px;
}

.concept4-box {
    margin: 80px 0;
}

/*SP*/
@media screen and (max-width: 769px) {


.mv {
    height: 60vh;
}


.mv-top {
    position: inherit;
    width: 80%;
    padding-bottom: 24px;
}

.title {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-concept {
    width: 70%;
    margin: auto 15%;
    padding: 24px 0;
}

#concept1 h1, #concept3 h1, #concept4 h1 {
    font-size: 170%;
    line-height: 1.5;
    text-align: center;
}

#concept1 {
    padding: 62px 0px;
}

#concept2, #concept3, #concept4 {
    padding: 30px 0px 60px;
}

#concept1 p,#concept2 p {
    font-size: 100%;
    text-align: center;
    width: 80%;
    margin: 0px auto 0px;
}

#concept2 p {
    padding-top: 20px;
    padding-bottom: 30px;
}

#concept2{
  background-image: url(./../../images/concept/BG-concept-sp.png);
    width: 100%;
    background-size: cover;
    
}

.concept2-box {
    display: inherit;
    font-size: 110%;
    padding: 40px 0 10px;
}

.check {
    max-width: 35px;
    margin-left: 24%;
}

#concept2 .sentence {
    font-size: 110%;
    width: 90%;
    padding-bottom: 10px;
    padding-top: 0px;
}

#concept3 img{
  max-width: 78%;
  position: relative;
  left: 10%;

}

#concept3 h1, #concept4 h1{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 1.6rem;
    }

.concept3-box{
    display: unset;
}

.concept3-box h2 {
    font-size: 170%;
    text-align: center;
    margin: 24px auto;
}

#concept3 .no {
     max-width: 16%;
     margin-left: 15%;
     
}

#concept3 p {
    margin: auto;
    margin-bottom: 24px;
    width: 90%;
    font-size: 100%;
}

#concept4 img{
  max-width: 78%;
  position: relative;

}

#/*concept4 h1{
    position: absolute;
    top: 60px;
    left: 18%;
}*/

#concept4 h2 {
    font-size: 180%;
}

#concept4 p {
    font-size: 95%;
    padding: 20px 0px 10px;
    text-align: left;
    width: 90%;
}

.concept4-box {
    margin: 40px 0;
}

#concept4 .illust {
    width: 100%;
    max-width: 95%;
    margin: 20px auto;
}

#concept4 h3 {
    font-size: 110%;
    line-height: 2.3;
}

.concept4-box img {
    width: 30%;
}
#concept4 {
    padding-bottom: 100px;
}

}
