@charset "utf-8";
.heading_01 {
  margin: 3em 0 1.5em;
  padding-bottom: 0.7em;
  border-bottom: 2px solid #993399;
  color: #993399;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .heading_01 {
    font-size: 18px;
  }
}
.sub{
    font-size: 16px;
    line-height: 16px
}
.message {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.message img {
  width: 100%;
}
.message p + p {
  margin-top: 1.5em;
}
.message_head {
  margin-top: 30px;
  min-height: 400px;
  padding-top: 70px;
  background: url(/images/message/message_right_bg.png) no-repeat top right;
}
.message_head h2 {
  display:block;
  margin-bottom: 0.5em;
  color: #993399;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.6;
}
.message_head .ceo_name {
  margin-top: 1.2em;
  font-size: 20px;
}
.message_head .position {
  margin-top: 0.5em;
  font-size: 15px;
}
.message_body {
  margin-top: 40px;
}
.book .book_img_list {
  display: flex;
  justify-content: space-between;
}
.book .book_img_list li {
  width: 18%;
}
.book .book_txt_list {
  margin: 1.2em 0 0.5em;
}
.book .book_txt_list li {
  padding-left: 2em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.999%22%20height%3D%2217.343%22%20viewBox%3D%220%200%2017.999%2017.343%22%3E%3Cpath%20d%3D%22M14.812%2C2.636a1.616%2C1.616%2C0%2C0%2C0%2C.036-.922%2C2.3%2C2.3%2C0%2C0%2C0-4.452%2C0%2C1.616%2C1.616%2C0%2C0%2C0%2C.036.922l1.877%2C5.631a.33.33%2C0%2C0%2C0%2C.626%2C0Z%22%20transform%3D%22translate(-3.623%200)%22%20fill%3D%22%23993396%22%2F%3E%3Cpath%20d%3D%22M3.3%2C7.809a1.616%2C1.616%2C0%2C0%2C0-.866-.319%2C2.3%2C2.3%2C0%2C0%2C0-1.376%2C4.234%2C1.616%2C1.616%2C0%2C0%2C0%2C.888.251l5.936-.045a.33.33%2C0%2C0%2C0%2C.194-.6Z%22%20transform%3D%22translate(-0.001%20-2.621)%22%20fill%3D%22%23993396%22%2F%3E%3Cpath%20d%3D%22M4.663%2C18.854a1.617%2C1.617%2C0%2C0%2C0-.571.725%2C2.3%2C2.3%2C0%2C0%2C0%2C3.6%2C2.617%2C1.617%2C1.617%2C0%2C0%2C0%2C.513-.767L10%2C15.77a.33.33%2C0%2C0%2C0-.507-.368Z%22%20transform%3D%22translate(-1.379%20-5.371)%22%20fill%3D%22%23993396%22%2F%3E%3Cpath%20d%3D%22M16.215%2C21.429a1.616%2C1.616%2C0%2C0%2C0%2C.513.767%2C2.3%2C2.3%2C0%2C0%2C0%2C3.6-2.617%2C1.617%2C1.617%2C0%2C0%2C0-.571-.725L14.931%2C15.4a.33.33%2C0%2C0%2C0-.507.368Z%22%20transform%3D%22translate(-5.045%20-5.371)%22%20fill%3D%22%23993396%22%2F%3E%3Cpath%20d%3D%22M21.332%2C11.975a1.616%2C1.616%2C0%2C0%2C0%2C.888-.251A2.3%2C2.3%2C0%2C0%2C0%2C20.844%2C7.49a1.616%2C1.616%2C0%2C0%2C0-.866.319L15.2%2C11.334a.33.33%2C0%2C0%2C0%2C.194.6Z%22%20transform%3D%22translate(-5.276%20-2.621)%22%20fill%3D%22%23993396%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left top 5px;
}
.book .book_link {
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  padding-left: 15px;
}
.book .book_link::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #e65587;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
}
.book .book_btn {
  display: block;
  position: relative;
  max-width: 450px;
  margin: 60px auto;
  padding: 1em 48px 1em 1em;
  background: #e65587;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.book .book_btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.book .book_btn::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.book .book_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cfp {
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (min-width: 701px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .message_head h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
  .message {
    margin-bottom: 0;
  }
  .message_head {
    width: 100vw;
    
    margin: 0 calc(50% - 50vw);
    padding: 0 4%;
    background-position: top 0 right 0;
  }
  .message_head h2 {
    font-size: 21px;
  }
  .message_head .ceo_name {
    font-size: 16px;
  }
  .message_head .position {
    font-size: 13px;
  }
  .message_body {
    margin-top: 0px;
  }
  .book .book_txt_list li {
    background-size: 16px auto;
    background-position: left top 2px;
  }
  .book .book_txt_list li + li {
    margin-top: 0.3em;
  }
  .book .book_btn {
    margin: 40px auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 570px) {
  .message_head {
    min-height: 600px;
    background-position: top 180px right 50px;
  }
  .message_head .position {
    letter-spacing: -0.03em;
  }
  .message_body {
    margin-top: -80px;
  }
}
