@charset "utf-8";
#about header{
    background: var(--adpia-color-blue) url(../img/about/pc_about_ribbon-01.png) no-repeat bottom / 100%;
  }

@media screen and (min-width:768px){
    #about header{
        background: var(--adpia-color-blue) url(../img/about/pc_about_ribbon-01.png) no-repeat bottom / 100%;
      }
}

/*
OUR MISSION
#mission
------------*/
#about #mission{
    background: url(../img/about/pc_about_ribbon-02.png) no-repeat top / 100%;
}
#mission ul{
    padding-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#mission ul li{
    width: calc((100% - 200px) / 3);
    position: relative;
}
#mission ul li:not(:first-child){
    margin-left: 6rem;
}
#mission ul li::before{
    content: "";
    position: absolute;
    display: inline-block;
    height: 4rem;
    width: 4.4rem;
    top: 0;
    z-index: 9;
    left: 50%;
    transform: translate(-8rem, -1rem);
}
#mission ul li.mission-01::before {
   background: url(../img/about/mission01.png) no-repeat;
   background-size: contain;
   width: 3rem;
   left: 55%;
   top: 4%;
}
#mission ul li.mission-02::before{
    background: url(../img/about/mission02.png) no-repeat;
    background-size: contain;
    top: 7%;
}
#mission ul li.mission-03::before{
    background: url(../img/about/mission03.png) no-repeat;
    background-size: contain;
    top: 10%;
    left: 60%;
}
#mission ul li p:first-child{
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top:10px;
}
@media screen and (max-width:767px) {
/*　画面サイズが767px以下の場合読み込む　*/
#about #main section:first-of-type {
    margin-top: 0;
    padding-top: 130px;
}
#mission ul{
    display: block;
}
#mission ul li{
    width: 100%;
}
#mission ul li:not(:first-child) {
    margin-left: 0;
}
#mission ul li + li {
    margin-top:70px;
}
#mission ul li.mission-01::before{
    top: 0;
}
#mission ul li.mission-02::before{
    top: 6%;
}
#mission ul li.mission-03::before {
    top: 9%;
}
#mission ul li p:first-child{
    margin-top: 0;
}
}
@media screen and (min-width:768px){
/*　画面サイズが768px以上の場合読み込む　*/
    #about #mission{
        background: url(../img/about/pc_about_ribbon-02.png) no-repeat top / 100%;
    }
    #mission ul{
        padding-bottom: 50px;
    }
    #mission ul li{
        width: calc((100% - 200px) / 3);
        position: relative;
    }
    #mission ul li:not(:first-child){
      margin-left: 6rem;
  }
    #mission ul li::before{
      content: "";
      position: absolute;
      display: inline-block;
      height: 4rem;
      width: 4.4rem;
      top: 0;
      z-index: 9;
      left: 50%;
      transform: translate(-8rem, -1rem);
    }
    #mission ul li.mission-01::before{
        background: url(../img/about/mission01.png) no-repeat;
        background-size: contain;
        width: 3rem;
        left: 55%;
        top: 4%;
    }
    #mission ul li.mission-02::after{
        background: url(../img/about/mission02.png) no-repeat;
        background-size: contain;
        top: 7%;
    }
    #mission ul li.mission-03::after{
        background: url(../img/about/mission03.png) no-repeat;
        background-size: contain;
        top: 10%;
        left: 60%;
    }
    #mission ul li p:first-child{
        font-size: 1.5rem;
        margin-bottom: 15px;
        margin-top:10px;
    }
}
/*
MESSAGE
#message
------------*/
#message{
  background: url(../img/about/lineOnMessage.jpg) no-repeat top / 100%;
}
#message .message__wrap > div:first-child .message__img{
    width: 14.1rem;
    height: 14.1rem;
    position: relative;
}
#message .message__wrap > div:first-child img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 8%;
}
#message .message__wrap p{
    margin-left: 3rem;
}
@media screen and (max-width:767px) {
/*　画面サイズが767px以下の場合読み込む　*/
#message .message__wrap > div:first-child .message__img{
    margin: auto;
}
#message .message__wrap p{
    margin: 20px 0 0;
}
}
@media screen and (min-width:768px){
/*　画面サイズが768px以上の場合読み込む　*/
    #message .message__wrap{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }


}
/*
OUR CLIENTS
#clients
------------*/
#clients p#andMore {
      padding-right:2rem;
}

@media (min-width: 992px) {
  #clients .clients__list li {
    min-width: 20% ; /* 5 items per row */
  }
}
@media (min-width: 768px) {
  #clients .clients__list li {
    min-width: 20% ; /* 5 items per row */
  }
}


/*
COMPANY PROFILE
#profile
------------*/
#profile {
    background: url(../img/about/lineOnCompanyProfile.jpg) no-repeat top / 100%;
}
dl.profile__profilebox {
    color: var(--adpia-color-blue);
    font-size: 1rem;
    margin-top: 100px;
    text-align: center;
}
#about #profile dl.profile__profilebox dt {
    display: inline-block;
    border-bottom: 2px solid var(--adpia-color-blue);
}
#about #profile dl.profile__profilebox {
    color: var(--adpia-color-blue);
    font-size: 1rem;
    margin-top: 0px;
    text-align: center;
}

@media screen and (max-width:767px) {
/*　画面サイズが767px以下の場合読み込む　*/
}
@media screen and (min-width:768px){
 /*　画面サイズが768px以上の場合読み込む　*/
    #about #profile dl.profile__profilebox{
        color: var(--adpia-color-blue);
        /* font-size: 1.5rem; */
        margin-top: 0px;
    }
    #about #profile dl.profile__profilebox dt{
        display: inline-block;
        border-bottom: 2px solid var(--adpia-color-blue);
    }
    #about #profile dl.profile__profilebox dt{
        margin-top: 30px;
    }
    #about #profile dl.profile__profilebox dt:first-child{
        margin-top: 0;
    }
    #about #profile dl.profile__profilebox dd {
        margin: 10px 0 0 0;
    }
}
