@charset "UTF-8";

/* SP表示設定 */
@media screen and (max-width: 959px) {

/* コンテンツここから */


/* KV */

#kv {
  width: 90%;
  margin: 50px auto;
}

#kv h1 {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.2px;
}


/* 情報 */

#data .data_inner {
  width: 90%;
  margin: 0 auto 50px;
}

#data .data_inner h2 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 30px;
}

#data .data_inner ul {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}

#data .data_inner ul li:first-child {
  border-top: 1px solid #BEC5D0;
}

#data .data_inner ul li dl {
  padding: 15px 0;
  border-bottom: 1px solid #BEC5D0;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

#data .data_inner ul li dl dt {
  font-family: "Noto Sans JP";
  font-weight: 400;
  width: 160px;
}

#data .data_inner ul li dl dd a {
  text-decoration: underline;
}

.data_cap {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}


/* 代表メッセージ　冒頭 */

#message {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0;
}

#message .message_inner {
  width: 90%;
  margin: auto;
}

#message .message_inner h2 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 50px;
}

#message .message_inner h3 {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.44px;
  margin-bottom: 20px;
}

#message .message_inner .message_read {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}


#message .message_about {
  margin-top: 50px;
}

#message .message_about img {
  width: 100%;
  margin-bottom: 30px;
}

#message .message_about p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}


/* 代表メッセージ　アイテム */


#message .message_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

#message .message_item li {
  width: 40%;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}

#message .message_item dl dt h4 {
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 5px;
}
#message .message_item dl dt p {
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}


#message .message_item li:nth-child(1) dl dd {
  background-image: url(../img/corporate/company_message_content1.jpg);
}
#message .message_item li:nth-child(2) dl dd {
  background-image: url(../img/corporate/company_message_content2.jpg);
}
#message .message_item li:nth-child(3) dl dd {
  background-image: url(../img/corporate/company_message_content3.jpg);
}
#message .message_item li:nth-child(4) dl dd {
  background-image: url(../img/corporate/company_message_content4.jpg);
}
#message .message_item li:nth-child(5) dl dd {
  background-image: url(../img/corporate/company_message_content5.jpg);
}
#message .message_item li:nth-child(6) dl dd {
  background-image: url(../img/corporate/company_message_content6.jpg);
}
#message .message_item li:nth-child(7) dl dd {
  background-image: url(../img/corporate/company_message_content7.jpg);
}
#message .message_item li:nth-child(8) dl dd {
  background-image: url(../img/corporate/company_message_content8.jpg);
}

#message .message_item dl dd {
  height: 86px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#message .message_item dl dd p {
  display: inline-block;
  padding: 5px 6px;
  margin: 10px 0 0 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 600;
  border-radius: 30px;
  background: var(--black_22_grade, linear-gradient(257deg, #41455A 0%, #131626 98.57%));
}

#message .message_item li.item_wellness {
  box-shadow: 0px 0px 15px 0px #D5EEEC;
}
#message .message_item li.item_fashion {
  box-shadow: 0px 0px 15px 0px #FAF6D8;
}
#message .message_item li.item_lifestyle {
  box-shadow: 0px 0px 15px 0px #D5EED7;
}
#message .message_item li.item_entertainment {
  box-shadow: 0px 0px 15px 0px #EED5E7;
}


/* 代表メッセージ　辞書 */

#message .message_keyword {
  margin-top: 50px;
}

#message .message_keyword li {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 7px 7px 15px 0px rgba(25, 67, 115, 0.10);
}
#message .message_keyword li:first-child {
  margin-bottom: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(233, 244, 249, 0.90) 100%);
}
#message .message_keyword li:last-child {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(249, 247, 233, 0.90) 100%);
}

#message .message_keyword dl dt {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 20px;
}

#message .message_keyword dl dd p {
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-bottom: 10px;
}

#message .message_keyword dl dd p span {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.use_btn {
  margin-top: 20px;
  text-align: right;
}

.use_btn a {
  display: inline-block;
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0px 50px 0px 30px;
  border-radius: 30px;
  border: 1px solid #131626;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.40) 100%);
  position:relative;
}
.use_btn a::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 50px;
  background: url(/assets/img/include/icon_contact.svg) no-repeat;
  background-size: 30px 30px;
  background-position: center;
  position: absolute;
  right: 10px;
}


/* 林さん */

#message .message_profile {
  border-top: 1px solid #BEC5D0;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 50px;
}

#message .message_profile li img {
  width: 100%;
  margin-bottom: 30px;
}

#message .message_profile li h3 {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
#message .message_profile li h3 span {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-left: 10px;
  margin-bottom: 10px;
}
#message .message_profile li p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

  /* コンテンツここまで */

}