/*=============================================*/
/*@Page TOP */
/*=============================================*/
@media screen and (max-width: 768px) {
  #scroll_animation_wrap.ver_top .animation_box .txt_animate02 {
    top: 5%;
    height: 90%;
  }
  #scroll_animation_wrap.ver_top .animation_box .txt_animate02 img {
    max-height: 100%;
    height: 100%;
  }
}

/*=============================================*/
/*@Page business TOP */
/*=============================================*/
.b_service_list li .ttl_txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  min-height: 304px;
  padding: 1em 0.5em 1em;
}

@media screen and (max-width: 768px) {
  .b_service_list li .ttl_txt {
    min-height: auto;
  }
}

/*=============================================*/
/*@Page company TOP */
/*=============================================*/
.company_greeting_block .message_box .txt {
  width: 100%;
  float: none;
}

.executive_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.executive_list dt {
  width: 9em;
  padding: 0.5em 0.3em;
  border-bottom: solid 1px #59b6c7;
}

.executive_list dd {
  width: calc(47% - 9em);
  margin-right: 6%;
  padding: 0.5em 0.3em;
  border-bottom: solid 1px #59b6c7;
}

.executive_list dd:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .executive_list {
    max-width: 350px;
    margin: auto;
  }
  .executive_list dt:first-of-type {
    border-top: solid 1px #59b6c7;
  }
  .executive_list dd {
    width: calc(100% - 9em);
    margin-right: 0;
  }
  .executive_list dd:first-of-type {
    border-top: solid 1px #59b6c7;
  }
}

/*# sourceMappingURL=plus_250918.css.map */