@charset "utf-8";
/* CSS Document */



/* ===========================================
経営理念
=========================================== */

#philosophy{
  /*height:620px;*/
  width:1000px;
  margin:0 auto;
  padding-top:56px;
  padding-bottom:122px;
  position:relative;
}

#philosophy h1{
  text-align:center;
  height:60px;
  font-size:16px;
  line-height:1em;
  margin-bottom:41px;
}

.h_sep{
  text-align:center;
}

.philosophy_wrap{
  /*margin:42px auto 0;*/
  margin:44px auto 0;
  width:736px;
}

#philosophy h2{
  text-align:center;
  font-size:16px;
  line-height:1em;
  margin-bottom:76px;
}

#philosophy h2 img{
  max-width:100%;
  height:auto;
}

.philosophy_sp{
  display:none;
}

.philosophy_text{
  font-size:16px;
  line-height:32px;
  font-weight:100;
  text-align:justify;
}

.ball_cloud{
  position:absolute;
  top:97px;
  right:56px;
}


/* ===========================================
会社概要
=========================================== */
#company_outline{
  /*height:620px;*/
  width:1000px;
  margin:0 auto;
  padding-top:102px;
  padding-bottom:121px;
  position:relative;
}

#company_outline h1{
  text-align:center;
  height:60px;
  font-size:16px;
  line-height:1em;
  margin-bottom:41px;
}

.company_outline_wrap{
  margin:55px auto 0;
  width:736px;
}

.company_outline_text{
  font-size:16px;
  line-height:32px;
  font-weight:100;
  text-align:justify;
}

.item{
  /*height:55px;*/
  border-top:solid 1px #fff;
  line-height:1.8125em;
  font-weight:100;
  padding-top:12px;
  padding-bottom:13px;
}

.item:last-child{
  /*height:56px;*/
  border-bottom:solid 1px #fff;
}

.item_h{
  /*width:326px;*/
  width:44.29347826087%;
  padding:0 9px;
  float:left;
}

.item_d{
  /*width:410px;*/
  width:55.70652173913%;
  padding:0 9px;
  float:right;
}


@media screen and (max-width: 768px) {

    #philosophy{
        width:90%;
        margin:0 auto;        
        
        padding-bottom:112px;
    }


    .philosophy_wrap{
        width:auto;
    }

    .philosophy_pc{
        display:none;
    }

    .philosophy_sp{
        display:block;
    }

    #company_outline{
        width:90%;
        margin:0 auto;
        padding-top:88px;
        padding-bottom:107px;
        padding-bottom:97px;
    }

    .company_outline_wrap{
      margin:55px auto 0;
      width:auto;
    }
    
    .ball_cloud{
        display:none;
    }
    
    .philosophy_text,
    .item{
        font-weight:200;
    }

}


@media screen and (max-width: 600px) {

}


@media screen and (max-width: 414px) {

}


@media screen and (max-width: 375px) {

}


@media screen and (max-width: 320px) {

    #philosophy h1{
      height:58px;
      margin-bottom:40px;
    }

    #philosophy h1 img{
      max-height:100%;
      width:auto;
    }

    #company_outline h1{
      height:58px;
      margin-bottom:40px;
    }

    #company_outline h1 img{
      max-height:100%;
      width:auto;
    }

}