@charset "UTF-8";
.l-contents:before {
  display: none;
}

#message .c-details__header .c-ttl__03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 16px 0 160px 40px;
}

#message .c-details__header .c-ttl__03 em {
  display: block;
  margin: 0 20px 0 0;
  font-size: 312.5%;
  font-weight: 500;
}

#message .c-details__header .c-ttl__03 span {
  display: block;
  font-size: 140%;
}

#message .c-details__header .c-ttl__03:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: -40px;
  z-index: 2;
  width: 896px;
  height: 98px;
  background: top left no-repeat;
  background-image: url(../img/text_top_name.png);
  background-size:896px 98px;
}

#message .sec-01 {
  width: 850px;
  margin: 0 auto 80px;
}

#message .sec-ttl__01 {
  font-size: 230%;
  font-weight: 400;
  margin: 0 0 80px 0;
}

#message .sec-ttl__01 span {
  display: block;
  text-indent: 2px;
  font-size: 46%;
  letter-spacing: 0;
  position: relative;
  color: #629df8;
  margin: 0 0 16px 16px;
}

#message .sec-ttl__01 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 8px;
  height: 2px;
  background-color: #629df8;
}

#message .sec-ttl__02 {
  font-size: 150%;
  line-height: 1.6;
  margin: 0 0 40px 0;
}

#message .sec-01 p, #message .sec-02 p, #message .sec-03 .item>div p {
  color: #858e95;
  line-height: 2;
  margin: 0 0 30px 0;
}

#message .sec-01 p span {
  font-weight: 400;
  color: #61676c;
}

#message .sec-02 {
  max-width: 1800px;
  min-width: 1180px;
  width: 100%;
  margin: 0 auto 130px;
  padding: 0 0 160px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
}

#message .sec-02:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1180px;
  height: 1px;
  margin: 0 0 0 -590px;
  background-color: #858e95;
}

#message .sec-02 figure {
  width: 36.42%;
}

#message .sec-02 figure img, #message .sec-03 figure img {
  width: 100%;
}

#message .sec-02 h3 {
  margin-top: 80px;
}

#message .sec-02 p span {
  font-weight: 400;
  color: #61676c;
}

#message .sec-02 div {
  width: 44.28%;
  margin-right: 80px;
  position: relative
}

#message .sec-02 div>img {
  width: 112px;
  position: absolute;
  right: 0;
}

#message .sec-03 {
  width: 1020px;
  margin: 0 auto 100px;
}

#message .sec-03 .item {
  background: #fafafa;
  padding: 80px;
  margin: 80px 0 0 0;
}

#message .sec-03 .item h4 {
  margin: 0 0 36px 0;
  overflow: hidden;
  font-size: 200%;
  line-height: 1.4;
}

#message .sec-03 .item h4 em {
  background: -webkit-gradient(linear, left top, right top, from(#7fb1ff), to(#1664d6));
  background: linear-gradient(to right, #7fb1ff 0%, #1664d6 100%);
  color: #ffffff;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  float: left;
  margin: 0 30px 0 0;
  font-size: 60%;
  font-weight: bold;
}

#message .sec-03 .item h4 span {
  color: #858e95;
  font-size: 70%;
  line-height: 1.6;
  display: block;
  margin: 10px 0 0 120px;
}

#message .sec-03 .item>div {
  background: #ffffff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#message .sec-03 .item>div figure {
  width: calc(50% - 20px);
}

#message .sec-03 .item>div .is-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#message .sec-03 .item>div .is-flex_item {
  width: calc(50% - 1rem );
}

#message .sec-03 .item>div h5 {
  font-size: 130%;
  line-height: 1.4;
  margin: 10px 0;
}

#message .btn-01 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#message .btn-01 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  font-size: 125%;
  font-weight: 400;
  position: relative;
}

#message .btn-01 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#7ff7cb), color-stop(50%, #629df8), to(#875bd8));
  background: linear-gradient(to right, #7ff7cb 0%, #629df8 50%, #875bd8 100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
}

#message .btn-01 a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#7ff7cb), color-stop(50%, #629df8), to(#875bd8));
  background: linear-gradient(to right, #7ff7cb 0%, #629df8 50%, #875bd8 100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
}


#message .btn-01 a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 5px;
  margin: -2px 0 0 0;
  background: top left no-repeat;
  background-image: url(../../common/img/icn_vec_bk.svg);
  background-size: 17px 5px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
  transition: transform 0.2s cubic-bezier(0.6, 0, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0.6, 0, 0.3, 1);
}

#message .btn-01 a:hover span:before {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

@media screen and (max-width: 768px) {
  #message .c-details__header .c-ttl__03 {
    margin: 10px 0 0 40px;
  }
  #message .c-details__header .c-ttl__03 em {
    display: block;
    margin: 0 10px 0 0;
    font-size: 200%;
    font-weight: 500;
  }
  #message .c-details__header .c-ttl__03 span {
    display: block;
    font-size: 100%;
  }
  #message .c-details__header .c-ttl__03:before {
    top: -28px;
    left: -10px;
    width: 300px;
    height: 49px;
    background-size: 300px 49px;
  }
  #message .sec-01 {
    width: 87.5%;
  }
  #message .sec-01 p, #message .sec-02 p, #message .sec-03 .item>div p {
    margin: 0 0 20px 0;
  }
  #message .sec-ttl__01 {
    font-size: 125%;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  #message .sec-ttl__01 span {
    font-size: 60%;
    margin-bottom: 10px;
  }
  #message .sec-ttl__02 {
    font-size: 100%;
    line-height: 1.6;
    margin: 0 0 20px 0;
  }
  #message .sec-02 {
    min-width: 87.5%;
    width: 87.5%;
    margin: 0 auto 100px;
    display: block;
  }
  #message .sec-02 figure {
    width: 100%;
  }
  #message .sec-02 .is-figure_sp {
    margin-bottom: 60px;
  }
  #message .sec-02 div {
    width: 100%;
    margin: 0;
  }
  #message .sec-02 h3 {
    margin-top: 60px;
  }
  #message .sec-02::after {
    left: 50%;
    width: 100%;
    margin: 0 0 0 -50%;
  }
  #message .sec-03 {
    width: 87.5%;
  }
  #message .sec-03 .item {
    padding: 40px 7%;
    margin: 40px -7% 0;
  }
  #message .sec-03 .item h4 {
    font-size: 125%;
    line-height: 1.4;
  }
  #message .sec-03 .item h4 em {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 80%;
    margin: 0 20px 60px 0;
  }
  #message .sec-03 .item h4 span {
    margin: 10px 0 0 80px;
    font-size: 87.5%;
  }
  #message .sec-03 .item>div {
    padding: 20px;
    display: block;
  }
  #message .sec-03 .item>div .is-flex_item {
    width: 100%;
  }
  #message .sec-03 .item>div .is-flex {
    display: block;
  }
  #message .sec-03 .item>div figure {
    width: 100%;
  }
  #message .sec-03 .item>div figure:first-child .btn-01 {
    margin-bottom: 50px;
  }
  #message .btn-01 a {
    padding: 30px 50px;
    font-size: 100%;
  }
  #message .btn-01 a:hover span:before {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  #message .sec-03 .item>div h5 {
    font-size: 120%;
    line-height: 1.4;
    margin: 10px 0;
  }
  #message .sec-03 .item h4 br, #message .sec-03 .item>div h5 br {
    display: none;
  }
}
