/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
sup, sub {
  line-height: 1;
  font-size: 0.6em;
}

p sup, p sub {
  font-weight: 600;
}

.message_box {
  align-items: center;
  background: #fff;
  border: 1px solid #0068b2;
}
@media screen and (min-width: 769px) {
  .message_box {
    display: flex;
    flex-direction: column;
    border-radius: 0.6rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box {
    display: grid;
    border-radius: 1.2rem;
    padding: 6rem 4rem;
  }
}
.message_box h4 {
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .message_box h4 {
    margin-bottom: 3rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box h4 {
    line-height: 1.5em;
    font-size: 2.4rem;
  }
}
.message_box h4 small {
  font-size: 0.8em;
}
.message_box p {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .message_box p {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box p {
    font-size: 3.6rem;
  }
}
.message_box p strong {
  margin-right: 0.1em;
  font-weight: inherit;
}
@media screen and (min-width: 769px) {
  .message_box p strong {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 768px) {
  .message_box p strong {
    font-size: 2.114em;
  }
}
.message_box p small {
  display: inline-block;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .message_box p small {
    font-size: 0.556em;
  }
}
@media screen and (max-width: 768px) {
  .message_box p small {
    font-size: 0.489em;
  }
}
@media screen and (min-width: 769px) {
  .message_box figure {
    margin-top: auto;
  }
}
@media screen and (min-width: 769px) {
  .message_box figure.wid1 {
    width: 28.3rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box figure.wid1 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .message_box figure.wid2 {
    width: 19.6rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box figure.wid2 {
    width: 22.9rem;
  }
}
@media screen and (min-width: 769px) {
  .message_box figure.wid3 {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box figure.wid3 {
    width: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box.wid1 {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 27rem 29rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box.wid1 h4 {
    margin-bottom: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .message_box.wid2 {
    display: flex;
    flex-direction: column;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .message_box.wid2 h4 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box.wid2 figure {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box.wid2 p + figure {
    margin-top: 3rem;
  }
}

.image_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .image_list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .image_list {
    row-gap: 4rem;
  }
}

.image_box.line {
  background: #fff;
  border: 1px solid #cfcfcf;
}
.image_box.bg {
  background: #f7f7f7;
}

@media screen and (min-width: 769px) {
  .note_text {
    line-height: 1.7em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .note_text {
    line-height: 1.7em;
    font-size: 2.8rem;
  }
}

.note_list {
  color: #8a8a8a;
}
@media screen and (min-width: 769px) {
  .note_list {
    line-height: 1.7em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    line-height: 1.7em;
    font-size: 2.4rem;
  }
}
.note_list > li {
  display: flex;
  column-gap: 1em;
}
.note_list > li > i {
  flex-shrink: 0;
  font-style: normal;
}
.note_list > li > p {
  width: 100%;
}

.desciption_box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border: 1px solid #cfcfcf;
}
@media screen and (min-width: 769px) {
  .desciption_box {
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .desciption_box {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding: 5rem 4rem;
  }
}
.desciption_box dt h3 {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .desciption_box dd + dd {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .desciption_box dd + dd {
    margin-top: 1rem;
  }
}

.baloon_box {
  position: relative;
  background: #fff;
  border: 0.4rem solid #e0ecf1;
}
@media screen and (min-width: 769px) {
  .baloon_box {
    padding: 3.5rem 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .baloon_box {
    padding: 4rem 3rem 3rem;
  }
}
.baloon_box::before, .baloon_box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .baloon_box::before {
    border-right: 7.6rem solid #e0ecf1;
    border-top: 2.8rem solid transparent;
    border-bottom: 2.8rem solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .baloon_box::before {
    border-right: 8.8rem solid #e0ecf1;
    border-top: 3.3rem solid transparent;
    border-bottom: 3.3rem solid transparent;
  }
}
@media screen and (min-width: 769px) {
  .baloon_box::after {
    border-right: 6.4rem solid #fff;
    border-top: 2.4rem solid transparent;
    border-bottom: 2.4rem solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .baloon_box::after {
    border-right: 7.4rem solid #fff;
    border-top: 2.8rem solid transparent;
    border-bottom: 2.8rem solid transparent;
  }
}
.baloon_box dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .baloon_box dt figure {
    width: 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .baloon_box dt figure {
    width: 12.9rem;
  }
}
.baloon_box dt p {
  margin-top: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .baloon_box dt p {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .baloon_box dt p {
    line-height: 1.5em;
    font-size: 2.4rem;
  }
}
.baloon_box dd {
  position: relative;
  color: #0068b2;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .baloon_box dd {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .baloon_box dd {
    margin-top: 1.5rem;
  }
}
.baloon_box dd > p {
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .baloon_box dd > p {
    line-height: 2em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .baloon_box dd > p {
    line-height: 2em;
    font-size: 2.4rem;
  }
}
.baloon_box dd > p strong {
  display: inline-block;
  letter-spacing: -0.01em;
  font-size: 1.98em;
  font-weight: 500;
}
.baloon_box dd > p em {
  font-size: 1.08em;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .baloon_box .note_list {
    margin-top: 1rem !important;
    font-size: 1.8rem;
  }
}

#replanning_development {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #replanning_development {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_development {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  #replanning_development .image_box {
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 5.5rem 3.9rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_development .image_box {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 3.5rem 1.9rem;
  }
}

#replanning_promoting .card_list {
  display: grid;
  align-items: flex-end;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  #replanning_promoting .card_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .card_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#replanning_promoting .card_box {
  position: relative;
  background: #e0ecf1;
}
@media screen and (min-width: 769px) {
  #replanning_promoting .card_box {
    padding: 3.5rem 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .card_box {
    padding: 4rem 0 3rem;
  }
}
#replanning_promoting .card_box dt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #replanning_promoting .card_box dt figure {
    width: 12rem;
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .card_box dt figure {
    width: 14rem;
    height: 11.6rem;
  }
}
#replanning_promoting .card_box dt figure img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
#replanning_promoting .card_box dt p {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #replanning_promoting .card_box dt p {
    margin-top: 2rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .card_box dt p {
    margin-top: 2.5rem;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
}
#replanning_promoting .card_box dd {
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  #replanning_promoting .card_box dd {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .card_box dd {
    margin-top: 3rem;
  }
}
#replanning_promoting .card_box dd > p {
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #replanning_promoting .card_box dd > p {
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .card_box dd > p {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
#replanning_promoting .card_box dd > p strong {
  display: inline-block;
  letter-spacing: -0.01em;
  font-size: 1.75em;
  font-weight: 500;
  vertical-align: baseline;
}
#replanning_promoting .card_box dd > p em {
  font-size: 1.25em;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  #replanning_promoting .note_list {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .note_list {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  #replanning_promoting .desciption_box {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .desciption_box {
    margin-bottom: 4rem;
  }
}

#replanning_promoting h3 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #replanning_promoting h3 {
    margin-bottom: 1rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting h3 {
    margin-bottom: 1rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
#replanning_promoting h3 sup, #replanning_promoting h3 sub {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  #replanning_promoting .image_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .image_list {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  #replanning_promoting .image_box.wid1 {
    padding: 2.8rem 4.4rem 2.8rem 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .image_box.wid1 {
    padding: 3.5rem 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  #replanning_promoting .image_box.wid2 {
    padding: 2.8rem 0 2.8rem 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_promoting .image_box.wid2 {
    padding: 3.5rem 0 3.5rem 1rem;
  }
  #replanning_promoting .image_box.wid2 img {
    translate: 1.5rem 0;
  }
}

#replanning_achievements {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #replanning_achievements {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_achievements {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

#replanning_achievements .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #replanning_achievements .box {
    grid-template-columns: 58rem 1fr;
    column-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #replanning_achievements .box > dt {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  #replanning_achievements .box > dd {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_achievements .box > dd {
    margin-top: 4rem;
  }
}
#replanning_achievements .box > dd:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #replanning_achievements .box > dd:nth-of-type(1) {
    grid-column: 1/3;
  }
}
#replanning_achievements .box > dd:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}
#replanning_achievements .box > dd:nth-of-type(2) > div:only-child {
  grid-column: 1/3;
}
#replanning_achievements .box > dd:nth-of-type(2) > p {
  grid-column: 1/3;
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #8b8b8b;
}
@media screen and (min-width: 769px) {
  #replanning_achievements .box > dd:nth-of-type(2) > p {
    margin-top: 1rem;
    line-height: 1.7em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_achievements .box > dd:nth-of-type(2) > p {
    margin-top: 2rem;
    line-height: 1.7em;
    font-size: 2.4rem;
  }
}

#replanning_achievements .crm_btn3_set {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #replanning_achievements .crm_btn3_set {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #replanning_achievements .crm_btn3_set {
    margin-top: 4rem;
  }
}
#replanning_achievements .crm_btn3_set .btn_base_type {
  margin: 0;
}