@charset "utf-8";
/* ------------------------------------------------------------
html5
------------------------------------------------------------ */
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}
/* ------------------------------------------------------------
base
------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*ページTOPへボタン*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop__btn {
  background-color: #ddd;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  font-size: 12px;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.pagetop__btn:hover {
  background-color: #9BC4A4;
  cursor: pointer;
}
/* -------------------------------------------------------------------- 
body
-------------------------------------------------------------------- */
body {
  color: #333333;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;
  font-size: 16px;
}
a {
  display: inline-block;
  text-decoration: none;
}
/* ------------------------------------------------------------
pc
------------------------------------------------------------ */
.pc {
  display: block
}
.tb {
  display: none
}
.sp {
  display: none
}
.pctb {
  display: block
}
.tbsp {
  display: none
}
.container {
  width: 960px;
  margin: 0 auto;
}
header {
  position: absolute;
}
.logo-vtr {
  width: 200px;
  margin-top: 20px;
}
.ttl-bg-pc {
  width: 100%;
  height: 768px;
  min-height: 600px;
  background: url(../images/ttl-bg-pc.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  min-width: 680px;
  width: 50%;
  max-width: 820px;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url(../images/pic-hd-side.png) no-repeat;
  background-size: contain;
  margin-right: 30px;
}
h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url(../images/pic-hd-side.png) no-repeat;
  background-size: contain;
  margin-left: 30px;
  transform: scale(-1, 1);
}
.disc {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 120px 0 0;
}
.disc-small {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 60px auto 0;
  max-width: 680px;
}
.disc-small a {
  color: #7EA4C3;
  font-weight: 700;
  text-decoration: underline;
}
.survey {
  margin: 120px 0 0;
}
.survey p {
  font-size: 20px;
  font-weight: bold;
  color: #7EA4C3;
  line-height: 2;
  text-align: center;
  padding: 40px;
  border: 2px solid #7EA4C3;
  background-color: #FCFAF1;
  border-radius: 10px;
}
.activity {
  margin: 120px 0 0;
}
.activity ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -20px;
}
.activity li {
  position: relative;
  width: calc(100% / 2);
  padding: 20px;
}
.activity li a {
  transition: all 0.3s ease;
}
.activity li a:hover {
  opacity: 0.8;
}
.activity li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.target {
  background-color: #FCFAF1;
  border: 1px solid #9BC4A4;
  padding: 60px;
  margin: 60px 0 0;
}
.target dl + dl {
  margin-top: 20px;
}
.target dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #9BC4A4;
  border-bottom: 1px solid #9BC4A4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.target dl dd {
  text-align: justify;
}
.request {
  margin: 120px 0 0;
}
.request ul {
  width: 720px;
  padding: 60px;
  background-color: #fff;
  border: 1px solid #CDD6DD;
  border-radius: 5px;
  margin: 0 auto;
}
.request li {
  padding-left: 1em;
  text-indent: -1em;
}
.request li + li {
  margin-top: 20px;
}
.request li a {
  color: #9BC4A4;
  text-indent: 0;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.request li a:hover {
  color: #7EA4C3;
}
.coupon {
  margin: 120px 0 0;
}
.coupon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -20px;
  padding-bottom: 80px;
}
.coupon li {
  width: calc(100% / 2);
  padding: 20px;
}
.coupon li a {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  background-color: #7EA4C3;
  text-decoration: none;
  box-shadow: 2px 2px 6px rgb(9 35 64 / 14%);
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  transition: padding .5s cubic-bezier(.19, 1, .22, 1), color .5s ease, background .5s ease, opacity .5s ease;
  border-radius: 60px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.coupon li a::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(../images/arrow_circle_right.png) no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.coupon li a:hover {
  background-color: #9BC4A4;
}
.coupon li a:hover::after {
  right: 1.25em;
}
.coupon dl {
  text-align: center;
}
.coupon dl + dl {
  margin-top: 40px;
}
.coupon dl dt {
  font-size: 26px;
  font-weight: bold;
  color: #7EA4C3;
  width: 210px;
  margin: 0 auto;
  border-bottom: 2px solid #7EA4C3;
  padding-bottom: 10px;
}
.coupon dl dd {
  font-size: 26px;
  font-weight: bold;
  padding-top: 10px;
}
.coupon dl dd span {
  font-size: 12px;
  display: block;
}
.faq {
  margin: 120px 0 0;
}
.faq dl {
  position: relative;
  margin: 20px 0 0;
  border: 1px solid #9BC4A4;
}
.faq dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-size: 18px;
  font-weight: bold;
  background: #9BC4A4;
  color: #FFFFFF;
}
.faq dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q';
}
.faq dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: #FCFAF1;
}
.faq dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A';
  font-weight: bold;
  color: #9BC4A4;
  transform: translate(0, 2px);
}
footer {
  background-color: #7EA4C3;
  margin: 120px 0 0;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 6vw;
}
.footer-wrap p {
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
}
.footer-wrap ul {
  display: flex;
}
.footer-wrap ul li {
  width: 30px;
  margin-left: 30px;
}
/* ------------------------------------------------------------
tb
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc {
    display: none
  }
  .tb {
    display: block
  }
  .sp {
    display: none
  }
  .pctb {
    display: block
  }
  .tbsp {
    display: block
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .ttl-bg-pc {
    width: 100%;
    height: 50vh;
    min-height: 50vh;
    background: url(../images/ttl-bg-pc.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1 {
    min-width: 460px;
    width: 70%;
    max-width: 540px;
  }
  h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  h2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/pic-hd-side.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  h2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/pic-hd-side.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
    transform: scale(-1, 1);
  }
  .disc {
    font-size: 18px;
    margin: 60px 0 0;
  }
  .disc-small {
    font-size: 15px;
    margin: 30px 0 0;
  }
  .survey {
    margin: 60px 0 0;
  }
  .survey p {
    font-size: 20px;
    font-weight: bold;
    color: #7EA4C3;
    line-height: 2;
    text-align: center;
    padding: 40px;
    border: 2px solid #7EA4C3;
    background-color: #FCFAF1;
    border-radius: 10px;
  }
  .activity {
    margin: 60px 0 0;
  }
  .activity ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10px;
  }
  .activity li {
    position: relative;
    width: calc(100% / 2);
    padding: 10px;
  }
  .request {
    margin: 60px 0 0;
  }
  .coupon {
    margin: 60px 0 0;
  }
  .coupon ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10px;
    padding-bottom: 60px;
  }
  .coupon li {
    width: calc(100% / 2);
    padding: 10px;
  }
  .faq {
    margin: 60px 0 0;
  }
  footer {
    background-color: #7EA4C3;
    margin: 60px 0 0;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 100;
  }
}
/* ------------------------------------------------------------
sp
------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  .pc {
    display: none
  }
  .tb {
    display: none
  }
  .sp {
    display: block
  }
  .pctb {
    display: none
  }
  .tbsp {
    display: block
  }
  .logo-vtr {
    width: 120px;
    margin-top: 10px;
  }
  .ttl-bg-pc {
    width: 100%;
    height: 56vh;
    min-height: 56vh;
    background: url(../images/ttl-bg-sp.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1 {
    min-width: 320px;
    width: 100%;
  }
  h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
  }
  h2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/pic-hd-side.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  h2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/pic-hd-side.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
    transform: scale(-1, 1);
  }
  .disc {
    font-size: 14px;
    margin: 40px 0 0;
    text-align: justify;
    line-height: 1.7;
    padding: 0 4vw;
  }
  .disc-small {
    font-size: 13px;
    margin: 30px 0 0;
    text-align: justify;
    line-height: 1.7;
    padding: 0 4vw;
  }
  .survey {
    margin: 40px 0 0;
  }
  .survey p {
    font-size: 15px;
    font-weight: bold;
    color: #7EA4C3;
    line-height: 1.5;
    text-align: justify;
    padding: 20px;
    border: 2px solid #7EA4C3;
    background-color: #FCFAF1;
    border-radius: 10px;
  }
  .activity {
    margin: 40px 0 0;
  }
  .activity ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px;
  }
  .activity li {
    position: relative;
    width: calc(100% / 2);
    padding: 5px;
  }
  .activity li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }
  .target {
    background-color: #FCFAF1;
    border: 1px solid #9BC4A4;
    padding: 15px;
    margin: 20px 0 0;
  }
  .target dl + dl {
    margin-top: 10px;
  }
  .target dl dt {
    font-size: 15px;
    font-weight: bold;
    color: #9BC4A4;
    border-bottom: 1px solid #9BC4A4;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .target dl dd {
    font-size: 13px;
  }
  .request {
    margin: 40px 0 0;
  }
  .request ul {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #CDD6DD;
    border-radius: 5px;
    margin: 0 auto;
  }
  .request li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .request li + li {
    margin-top: 10px;
  }
  .coupon {
    margin: 40px 0 0;
  }
  .coupon ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px;
    padding-bottom: 40px;
  }
  .coupon li {
    width: 100%;
    padding: 5px;
  }
  .coupon li a {
    padding: 12px 0;
    font-size: 16px;
  }
  .coupon dl + dl {
    margin-top: 20px;
  }
  .coupon dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #7EA4C3;
    width: 130px;
    margin: 0 auto;
    border-bottom: 2px solid #7EA4C3;
    padding-bottom: 5px;
  }
  .coupon dl dd {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
  }
  .faq dl dt {
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    font-weight: bold;
    background: #9BC4A4;
    color: #FFFFFF;
  }
  .faq dl dt::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 14px;
    display: block;
    content: 'Q';
  }
  .faq dl dd {
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 40px;
    background: #FCFAF1;
    font-size: 14px;
  }
  .faq dl dd::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 14px;
    display: block;
    content: 'A';
    font-weight: bold;
    color: #9BC4A4;
  }
  footer {
    background-color: #7EA4C3;
    margin: 40px 0 0;
  }
  .footer-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 4vw;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer-wrap ul li {
    width: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}