/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.breadcrumb {
  background: #F8F8F8;
  padding-top: 0;
}
.breadcrumb_content {
  padding-top: 0;
}

.message_intro {
  background: #F8F8F8;
  padding: 40px 0 80px;
}
.message_intro .c_low_ttl01 .ttl .palt {
  font-feature-settings: "palt";
}
.message_intro_ttl {
  margin-bottom: 40px;
}
.message_intro_ttl .has_txt_small {
  position: relative;
}
.message_intro_ttl .txt_small {
  display: inline-block;
  position: absolute;
  content: "";
  top: -10px;
  right: -10px;
  font-size: 1rem;
  font-weight: 400;
  color: #107163;
  line-height: 1em;
  font-feature-settings: "palt";
}
.message_intro_ttl .txt_small.small_sp {
  display: inline;
  position: unset;
}
.message_intro_ttl .txt_small.small_pc {
  display: none;
}
.message_intro_desc .desc {
  color: #13202F;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
.message_intro_desc .desc:last-child {
  margin-bottom: 0;
}
.message_intro_content01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
  flex-direction: column-reverse;
}
.message_intro_content01_desc .desc {
  margin-bottom: 24px;
}
.message_intro_content01_img {
  width: 100%;
  margin-bottom: 30px;
}
.message_intro_content01_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.message_intro_content02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message_intro_content02_img {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 30px;
}
.message_intro_content02_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.message_intro_content02_desc {
  width: 100%;
  flex-shrink: 0;
}
.message_intro_content02_desc .desc {
  margin-bottom: 26px;
}
.message_intro_content02_desc .desc.last {
  margin-bottom: 24px;
}
.message_intro_content02_info {
  text-align: right;
}
.message_intro_content02_info .txt,
.message_intro_content02_info .name {
  display: block;
  color: #13202F;
  font-weight: bold;
}
.message_intro_content02_info .txt {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
.message_intro_content02_info .name {
  font-size: 1.25rem;
  letter-spacing: 0;
}
@media screen and (min-width: 376px) {
  .message_intro_ttl .txt_small {
    right: -7px;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
  .message_intro {
    padding: 107px 0 221px;
  }
  .message_intro .c_low_ttl01 .ttl {
    margin-left: -4px;
  }
  .message_intro_ttl {
    margin-bottom: 107px;
  }
  .message_intro_ttl .txt_small.small_sp {
    display: none;
  }
  .message_intro_ttl .txt_small.small_pc {
    display: block;
  }
  .message_intro_ttl .txt_small {
    right: 4px;
    top: 36px;
    font-size: 1.0625rem;
  }
  .message_intro_desc .desc {
    font-size: 1rem;
    line-height: 2em;
  }
  .message_intro_content01 {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 142px;
  }
  .message_intro_content01_desc {
    width: 46%;
  }
  .message_intro_content01_desc .desc {
    margin-bottom: 28px;
  }
  .message_intro_content01_desc .desc.wfull {
    width: 96vw;
  }
  .message_intro_content01_img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: calc(50% + 30px);
    flex-shrink: 0;
    top: 4px;
    width: 50vw;
    left: 50%;
    height: 350px;
  }
  .message_intro_content01_img img {
    -o-object-position: left;
    object-position: left;
  }
  .message_intro_content02 {
    flex-wrap: nowrap;
  }
  .message_intro_content02_img {
    width: 46.553%;
    top: 4px;
    height: 580px;
    margin-bottom: 0;
  }
  .message_intro_content02_desc .desc {
    margin-bottom: 32px;
  }
  .message_intro_content02_desc .desc.last {
    margin-bottom: 30px;
  }
  .message_intro_content02_info .txt {
    font-size: 1rem;
  }
  .message_intro_content02_info .name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .message_intro_content01 {
    margin-bottom: 220px;
  }
  .message_intro_content01_desc .desc {
    margin-bottom: 42px;
  }
  .message_intro_content01_desc .desc.wfull {
    width: 100%;
  }
  .message_intro_content01_img {
    height: 602px;
    width: 47.5vw;
    left: calc(50% + 40px);
  }
  .message_intro_content01_img img {
    -o-object-position: inherit;
    object-position: inherit;
  }
  .message_intro_content02_img {
    height: auto;
  }
  .message_intro_content02_img img {
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
  .message_intro_content02_desc .desc {
    margin-bottom: 52px;
  }
  .message_intro_content02_desc .desc.last {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .message_intro_content01 {
    margin-bottom: 322px;
  }
}
/*# sourceMappingURL=message.css.map */
