@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #3C3C3C;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
ol, ul {
  list-style: none;
}

body {
  line-height: 1;
}
* {
  margin: 0;
  padding: 0;
}

/* =========================================================
PC SP切替
========================================================= */
.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* =========================================================
header
========================================================= */
@media only screen and (max-width: 640px) {
  .brandSiteHeader {
    margin-bottom: 0 !important;
  }

  .brandSiteHeader .logo {
    margin-top: 0 !important;
  }
}

/* =========================================================
footer
========================================================= */
.c-license {
  max-width: 1000px;
  margin: 0 auto 20px;
}
.brandSiteFooter .link .policy {
  display: none;
}
.pageTop > a {
    z-index: 100;
}
@media only screen and (max-width: 640px) {
  .c-license {
    width: 87.46666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
  .brandSiteFooter .link .copyright {
    padding: 13.33333333333333vw 0 12vw;
    font-size: 3.6vw;
  }
}

/* =========================================================
wrapper
========================================================= */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 0 50px;
}

.wrapper a img {
  transition: all ease 0.3s;
}

.wrapper a img:hover {
  opacity: 0.8;
}
.blue-bold {
  font-weight: bold;
  color: #003994;
}

/* =========================================================
rebound1
========================================================= */
.rebound1-mv-box {
  position: relative;
}
.rebound1-mv-box-lead {
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 1.9;
}
.rebound1-mv-box-lead .blue-bold {
  position: relative;
  border-bottom: 2px solid #7fb7ea;
}
/* .rebound1-mv-box-lead .blue-bold::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #7fb7ea;
  position: absolute;
  bottom: 6px;
  left: 0;
}*/
.rebound1-block01 {
  padding: 70px 0 50px;
  border-bottom: #3c3c3c solid 1px;
  text-align: center;
}
.rebound1-block01-ttl {
  text-align: justify;
  font-size: 34px;
  line-height: 1.4;
  border-right: #3c3c3c solid 1px;
  border-left: #3c3c3c solid 1px;
  display: inline-block;
  padding: 0 30px;
}
.rebound1-block01-box01 {
  margin-top: 70px;
  border: #3c3c3c solid 1px;
  border-radius: 10px;
  position: relative;
  padding: 40px 45px 15px;
}
.rebound1-block01-box01 dt {
  font-size: 30px;
  color: #003994;
  position: absolute;
  top: -14px;
  left: 43px;
  background: #fff;
  padding: 0 4px;
}
.rebound1-block01-box01 ul {
  display: flex;
  justify-content: space-between;
}
.rebound1-block01-box01 ul li {
  width: 432px;
  background: #e9f0fa;
  border-radius: 10px;
  padding: 26px 0;
  font-size: 26px;
  letter-spacing: -0.05em;
}
.rebound1-block01-box01 ul li span {
  margin-left: -0.5em;
}
.rebound1-block01-box01 ul li:last-child {
  background: #e3fdff;
}
.rebound1-block01-box01 p {
  text-align: right;
  font-size: 20px;
  margin-top: 10px;
}
.rebound1-block01-box02 {
  margin-top: 50px;
}
.rebound1-block01-box02 dt {
  width: 830px;
  margin: 0 auto;
  background: #e9f0fa;
  border-radius: 10px;
  padding: 15px 0;
  font-size: 26px;
}
.rebound1-block01-box02 dt.bg-green {
  background: #e3fdff;
}
.rebound1-block01-box02 dd {
  font-size: 23px;
  line-height: 1.8;
  margin-top: 20px;
  letter-spacing: -0.025em;
}
.rebound1-block01-box03 {
  margin-top: 50px;
  background: #fffff0;
  border-radius: 10px;
  padding: 40px 50px 30px 30px;
  text-align: left;
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.025em;
}
.rebound1-block01-box03 dd {
  padding-left: 0.95em;
}
.rebound1-block02 {
  padding-top: 75px;
  text-align: center;
}
.rebound1-block02-ttl {
  font-size: 34px;
}
.rebound1-block02-fig {
  margin: 45px 0 75px;
}
.rebound1-block02-bnr {
  background: url(../img/rebound/bg_bnr.png) no-repeat;
  height: 160px;
  padding-top: 42px;
  box-sizing: border-box;
}
.rebound2-block01-box02-bg {
  position: relative;
  z-index: 10;
}
.rebound2-block01-box02 {
  margin-top: 40px;
  border: #3c3c3c solid 1px;
  border-radius: 10px;
  position: relative;
  padding: 40px 45px 15px;
}
.rebound2-block01-box02::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #f9f7ff;
  border-radius: 10px;
}
.rebound2-block01-box02 dt {
  font-size: 30px;
  color: #003994;
  position: absolute;
  top: -14px;
  left: 43px;
  padding: 0 4px;
  background: linear-gradient(180deg, #fff 0%, #fff 65%, #f9f7ff 65%, #f9f7ff 100%);
}
.rebound2-block01-box02 .rebound2-block01-box02-txt {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.025em;
}
.rebound2-block01-box02 .rebound2-block01-box02-notes {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

/* =========================================================
rebound2
========================================================= */
.rebound2-mv-box-inner {
  padding-bottom: 45px;
  border-bottom: #3c3c3c solid 1px;
}
.rebound2-mv-box-lead {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  line-height: 1.6;
}
.rebound2-mv-box-lead span {
  font-size: 23px;
  color: #003994;
}
.rebound2-mv-box-notes {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}
.rebound2-mv-fig {
  margin: 35px 0 0 29px;
}
.rebound2-block01 {
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: #3c3c3c solid 1px;
}
.rebound2-ttl {
  padding-left: 20px;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
}
.rebound2-ttl::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 80%;
  background-color: #003994;
  position: absolute;
  top: 0;
  left: 0;
}
.rebound2-ttl .no {
  color: #003994;
}
.rebound2-ttl .blue-bold {
  font-size: 38px;
}
.rebound2-block01-box01 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.rebound2-block01-box01 dt {
  font-size: 24px;
  font-weight: bold;
  width: 110px;
  border: #3c3c3c solid 1px;
  border-radius: 50vw;
  padding: 12px 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rebound2-block01-box01 dd {
  width: 876px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.rebound2-block01-fig01 {
  margin: 58px 0 0 48px;
}
.rebound2-block01-fig02 {
  margin: 40px 0 0 15px;
}
.rebound2-block01-fig03 {
  margin: 60px 0 0 48px;
}
.rebound2-block02 {
  text-align: center;
  padding-top: 50px;
}
.rebound2-block02-txt {
  font-size: 14px;
  line-height: 1.4;
}
.rebound2-block02-notes {
  font-size: 15px;
  margin-top: 35px;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1040px) {
}
@media only screen and (max-width: 640px) {
  /* =========================================================
  wrapper
  ========================================================= */
  .wrapper {
    padding: 10.66666666666667vw 0 6.666666666666667vw;
  }

  /* =========================================================
  rebound1
  ========================================================= */
  .rebound1-mv-box {
    position: relative;
  }
  .rebound1-mv-box-lead {
    width: 100vw;
    top: 48vw;
    font-size: 4.533333333333333vw;
    letter-spacing: -0.05em;
    line-height: 1.7;
  }
  .rebound1-mv-box-lead .first-l-spacing {
    margin-left: -0.5em;
  }
  .rebound1-mv-box-lead .first-l {
    letter-spacing: -0.095em;
  }
  .rebound1-mv-box-lead .blue-bold::before{
    /* height: 0.2666666666666667vw;
    bottom: 0.5333333333333333vw;
    bottom: 0; */
  }
  .rebound1-block01 {
    width: 87.46666666666667vw;
    margin: 0 auto;
    padding: 12vw 0 6vw;
    /* border-bottom: #3c3c3c solid 0.1333333333333333vw; */
  }
  .rebound1-block01-ttl {
    text-align: center;
    font-size: 5.066666666666667vw;
    /* border-right: #3c3c3c solid 0.1333333333333333vw;
    border-left: #3c3c3c solid 0.1333333333333333vw; */
    padding: 0 2.4vw;
  }
  .rebound1-block01-box01 {
    margin-top: 12vw;
    /* border: #3c3c3c solid 0.1333333333333333vw; */
    border-radius: 1.333333333333333vw;
    padding: 7.333333333333333vw 3.333333333333333vw 2.666666666666667vw;
  }
  .rebound1-block01-box01 dt {
    font-size: 5.066666666666667vw;
    top: -2vw;
    left: 2vw;
    padding: 0 1.333333333333333vw;
  }
  .rebound1-block01-box01 ul {
    display: block;
  }
  .rebound1-block01-box01 ul li {
    width: 80.4vw;
    margin: 0 auto;
    border-radius: 1.333333333333333vw;
    padding: 3.466666666666667vw 0;
    font-size: 5.066666666666667vw;
  }
  .rebound1-block01-box01 ul li:last-child {
    margin-top: 3.333333333333333vw;
  }
  .rebound1-block01-box01 p {
    font-size: 3.733333333333333vw;
    margin-top: 2.666666666666667vw;
  }
  .rebound1-block01-box02 {
    margin-top: 8vw;
  }
  .rebound1-block01-box02 dt {
    width: 78.66666666666667vw;
    border-radius: 1.333333333333333vw;
    padding: 3.333333333333333vw 0;
    font-size: 4.666666666666667vw;
  }
  .rebound1-block01-box02 dd {
    font-size: 4.266666666666667vw;
    margin-top: 5.066666666666667vw;
  }
  .rebound1-block01-box03 {
    margin-top: 6.666666666666667vw;
    border-radius: 1.333333333333333vw;
    padding: 6.4vw 6.666666666666667vw 4vw 2.666666666666667vw;
    font-size: 3.733333333333333vw;
  }
  .rebound1-block02 {
    padding-top: 6vw;
  }
  .rebound1-block02-ttl {
    font-size: 5.066666666666667vw;
  }
  .rebound1-block02-fig {
    width: 87.33333333333333vw;
    margin: 7.333333333333333vw auto 6vw;
  }
  .rebound1-block02-bnr {
    background: url(../img/rebound/bg_bnr_sp.png) no-repeat;
    height: 26.93333333333333vw;
    padding-top: 5.333333333333333vw;
  }
  .rebound1-block02-bnr a {
    display: block;
    width: 88.13333333333333vw;
    margin: 0 auto;
  }

  /* =========================================================
  rebound2
  ========================================================= */
  .rebound2-mv-box-inner {
    width: 87.46666666666667vw;
    margin: 0 auto;
    padding-bottom: 6.666666666666667vw;
    /* border-bottom: #3c3c3c solid 0.1333333333333333vw; */
  }
  .rebound2-mv-box-lead {
    margin-top: 8vw;
    font-size: 4.666666666666667vw;
  }
  .rebound2-mv-box-lead span {
    font-size: 5.066666666666667vw;
  }
  .rebound2-mv-box-notes {
    margin-top: 1.333333333333333vw;
    font-size: 3.733333333333333vw;
  }
  .rebound2-mv-fig {
    width: 84.66666666666667vw;
    margin: 6.666666666666667vw 0 0 2.8vw;
  }
  .rebound2-block01 {
    width: 87.46666666666667vw;
    margin: 7.333333333333333vw auto 0;
    padding-bottom: 4.666666666666667vw;
    /* border-bottom: #3c3c3c solid 0.1333333333333333vw; */
  }
  .rebound2-ttl {
    padding-left: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
  }
  .rebound2-ttl::before {
    width: 0.9333333333333333vw;
    height: 96%;
    top: 2%;
  }
  .rebound2-ttl .blue-bold {
    font-size: 5.733333333333333vw;
  }
  .rebound2-block01-box01 {
    margin-top: 7.333333333333333vw;
  }
  .rebound2-block01-box01 dt {
    font-size: 4.533333333333333vw;
    width: 7.466666666666667vw;
    /* border: #3c3c3c solid 0.1333333333333333vw; */
    padding: 0;
  }
  .rebound2-block01-box01 dd {
    width: 77.33333333333333vw;
    font-size: 4.266666666666667vw;
  }
  .rebound2-block01-box02 {
    margin-top: 6.666666666666667vw;
    /* border: #3c3c3c solid 0.1333333333333333vw; */
    border-radius: 1.333333333333333vw;
    padding: 6vw 6vw 4.666666666666667vw;
  }
  .rebound2-block01-box02::after {
    top: 0.5333333333333333vw;
    left: 0.8vw;
    border-radius: 1.333333333333333vw
  }
  .rebound2-block01-box02 dt {
    font-size: 5.066666666666667vw;
    top: -2vw;
    left: 6.666666666666667vw;
    padding: 0 1.333333333333333vw;

    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f9f7ff 50%, #f9f7ff 100%);
  }
  .rebound2-block01-box02 .rebound2-block01-box02-txt {
    font-size: 4.266666666666667vw;
  }
  .rebound2-block01-box02 .rebound2-block01-box02-notes {
    font-size: 3.733333333333333vw;
    margin-top: 1.333333333333333vw;
    text-align: left;
    margin-left: 0.25em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .rebound2-block01-fig01 {
    width: 88vw;
    margin: 8vw 0 0 0;
  }
  .rebound2-block01-fig02 {
    width: 88vw;
    margin: 8vw 0 0 0;
  }
  .rebound2-block01-fig03 {
    width: 87.46666666666667vw;
    margin: 8vw 0 0 0;
  }
  .rebound2-block02 {
    padding-top: 4.666666666666667vw;
    width: 87.46666666666667vw;
    margin: 0 auto;
  }
  .rebound2-block02-txt {
    font-size: 3.733333333333333vw;
  }
  .rebound2-block02-notes {
    text-align: left;
    font-size: 3.733333333333333vw;
    margin-top: 4vw;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }
}
