/*-------------------FONT-------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700');

.ceo_disp{
  margin: 0px 0 111px;
}
.ceo-img{
  margin-top: -68px;
}
.ceo_text{
  /* padding: 95px 0 0; */
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #000;
}
.ceo_text dt{
  font-size: 32px;
}
.ceo_text dd{
  text-align:right
}
.ceo_text dd span{
  /* display: block; */
  margin: 5px 0 0;
  font-size: 26px;
  /* font-weight: bold; */
}
.ceo_img_bd {
}
.ceo_img_bd .container{
  position: relative;
  padding: 0 0 30px;
  
}
.ceo_img{
  position:absolute;
  right: -130px;
  bottom: 0;
}
.message_txt{
  margin: 50px auto 0;
  max-width: 900px;
}
.message_txt dt{
  border-bottom: 2px solid #000;
  padding: 5px 5px 10px;
  font-size: 28px;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: bold;
}
.message_txt dd{
  padding: 15px 5px;
  line-height: 1.8;
  margin: 0 0 10px;
}
.message_txt dd span{
  font-size:1.3em;
  font-weight:bold;
}
.row.mt-5.comp_plof {
  display: flex;
  justify-content: space-between;
}
.comp_plof{
  justify-content:space-between;
}
ul.comp_list {
  width: 48%;
}
.comp_list li{
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px;
  border-bottom: 2px solid #ecebcf;
  align-items: center;
}
.comp_list li:last-child{
  border-bottom: none;
}
.comp_list li span:first-child{
  width: 135px;
  /* font-weight: bold; */
  text-align: center;
}
.comp_list li span:last-child{
  width: calc(100% - 135px);
}

.store_img_list{
  background-color: #ffeeee;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
.store_img_list div{
  width: 24%;
  max-width: 299px;
  margin: 0 0.5%;
}

.title_pc{ display: block;}
.title_sp{ display: none;}
@media screen and (max-width: 1430px) {
  .ceo_img_bd .container {
      position: relative;
      display:flex;
      max-width:100%;
      max-width: 1307px;
      padding: 0;
      align-items: flex-end;
  }  
  .company_mark{
    width: 537px;
  }
  .ceo_img{
    position:relative;
    right: 0;
    top:0;
    width: calc(100% - 537px + 20px);
    margin: 0 0 0 -20px;
  }

}

@media screen and (max-width: 1330px) {
   .company_mark{
    width: 45%;
    margin: 0 0 15px;
  }
  .ceo_img{
    position:relative;
    right: 0;
    top:0;
    width: calc(55% + 20px);
    margin: 0 0 0 -20px;
  }
}

@media screen and (max-width: 1199px) {
  .ceo_text{
    /* padding: 60px 0 0; */
  }

  .ceo_text dt{
    font-size: 26px;
  }  


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

  .ceo_disp{
    margin: 0px 0 60px;
  }
  .ceo-img{
    margin-top: -32px;
  }  
  .ceo_text{
    /* padding: 20px 0 0; */
  }
    .ceo_text dt{
    font-size: 22px;
  }  

  .ceo_text dd{
    /* display: flex; */
  }
  .ceo_text dd span {
    display:inline-block;
      margin: 0px 0 0 15px;
      font-size: 23px;
  }
  .message_txt dt {
      padding: 5px 5px 5px;
      font-size: 18px;
  }
  .comp_plof{
    flex-wrap: wrap;
  }
  ul.comp_list {
  width: 90%;
  margin:auto;
  }

  .comp_list li {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 5px;
   }
  .comp_list:first-child li:last-child{
      border-bottom: 2px solid #ecebcf;
    }
}
@media screen and (max-width: 767px) {
  .ceo_disp .row{
    display:flex;
  }

  .ceo_text dt{
    text-align:center;
  }
  .ceo_text dd{
   /* margin:20px 0 0; */
   padding: 10px 0px 10px;
   justify-content: center;
  }
   .ceo-img{
    margin:-32px auto 10px;
  } 

  .message_txt{
    margin: 20px auto;
  }
  .comp_list li:last-child{
    border-bottom: none;
  }
  .comp_list li span:first-child{
    width: 100%;
    text-align:left;
    font-weight:bold

  }
  .comp_list li span:first-child br{
    display:none;
  }
  .comp_list li span:last-child{
    width: 100%;
  }
  .ceo_img_bd .container {
    flex-wrap: wrap;
  }
  .company_mark {
    width: 90%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .ceo_img {
    width: 98%;
    text-align: right;
    margin: 0 0 0 auto;
  }
  .comp_list li { text-align:left; padding:10px 5px;}




.title_pc{ display: none;}
.title_sp{ display: block;}
}
