@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.message
------------------------------ */
.message {
  padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 20px 0 60px;
  }
}
.message .message_box {
  padding-bottom: 50px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #99A7B2;
}
.message .img_wrap {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .message .img_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .message .img_wrap .img {
    float: right;
    right: 0;
    width: 50%;
    margin-top: -306px;
    margin-left: 50px;
    margin-bottom: 50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .message .img_wrap .img {
    margin: 0 -6vw 40px;
  }
}
.message .txt_box .txt + .txt {
  margin-top: 1.8em;
}
.message .page_nav {
  margin-top: 100px;
}