@charset "UTF-8";
/* ****************************************************
master.css for hub
***************************************************** */
/* ----------------------------------------------------------------
    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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------------------------------------
    General
----------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px), print {
  html {
    min-width: 980px;
  }
}

body {
  padding: 0;
  font-size: 1rem;
  color: #000;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  body {
    min-width: 980px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  body {
    font-family: sans-serif;
  }
  body > img {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  color: #3399ff;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  a:hover {
    text-decoration: underline;
  }
}

img {
  vertical-align: top;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

em,
strong {
  font-weight: bold;
}

em {
  color: #df0018;
  font-style: normal;
}

sup {
  font-size: 1rem;
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media screen and (min-width: 768px), print {
  .forSP {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .forPC {
    display: none;
  }
}
/* toggle-btn for SP
----------------------------------------------- */
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .toggle-btn {
    position: relative;
  }
  .toggle-btn:before {
    position: absolute;
    top: 50%;
    right: 3.73333vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 4.53333vw;
    height: 4.53333vw;
    background: url(/landing/hub/images/index-icon-03-sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    font-size: 0;
  }
  .toggle-btn.open:before {
    background-image: url(/landing/hub/images/index-icon-04-sp.png);
  }
}
/* cv-box
----------------------------------------------- */
@media screen and (min-width: 768px), print {
  .cv-box .cv-lead {
    text-align: center;
  }
  .cv-box .cv-lead + .cv-lead {
    margin-top: 20px;
    margin-bottom: -10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .cv-box ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 880px;
    margin: 25px auto 0;
  }
  .cv-box ul > li {
    width: 430px;
  }
  .cv-box p:not(.cv-lead) {
    margin-top: 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .cv-box .cv-lead + .cv-lead {
    padding: 2% 8.66667% 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .cv-box ul {
    width: 79.46667%;
    margin: 0 auto;
  }
  .cv-box ul li {
    margin-top: 4.19463%;
  }
  .cv-box p:not(.cv-lead) {
    width: 79.46667%;
    margin: 4.19463% auto 0;
  }
}

/* ----------------------------------------------------------------
    header
----------------------------------------------------------------- */
/* slider
----------------------------------------------- */
#slider-box {
  position: relative;
}
@media screen and (min-width: 768px), print {
  #slider-box {
    width: 100%;
    height: 540px;
    overflow: hidden;
  }
  #slider-box #slider {
    margin: 0 auto;
    background-color: #f9f7ed;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #slider-box {
    width: 100%;
    height: 119.86667vw;
  }
}

/* slides */
@media screen and (min-width: 768px), print {
  #slider .slick-slide {
    opacity: 0.1;
    transition: 0.5s;
  }

  #slider .slick-current {
    opacity: 1;
  }
}
/* slider nav */
.slick-prev,
.slick-next {
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  font-size: 0;
}
@media screen and (min-width: 768px), print {
  .slick-prev,
  .slick-next {
    width: 29px;
    height: 53px;
    opacity: .5;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 5.86667vw;
    height: 10.13333vw;
  }
}

@media screen and (min-width: 768px), print {
  .slick-prev {
    left: 50%;
    margin-left: -511px;
    background: url(/landing/hub/images/index-icon-08-pc.png) no-repeat 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-prev {
    margin-left: -487px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .slick-prev {
    left: 2.66667vw;
    background: url(/landing/hub/images/index-icon-08-sp.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 768px), print {
  .slick-next {
    right: 50%;
    margin-right: -511px;
    background: url(/landing/hub/images/index-icon-07-pc.png) no-repeat 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-next {
    margin-right: -487px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .slick-next {
    right: 2.66667vw;
    background: url(/landing/hub/images/index-icon-07-sp.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
}

/* slider pager */
.slick-dots > li {
  width: 2.5rem;
  height: 2.5rem;
}
.slick-dots > li button:before {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  line-height: 1;
  background-color: #fff;
  border-radius: 100%;
  border: 3px solid #bbb;
  opacity: .8;
}
.slick-dots > li.slick-active button:before {
  background-color: #e60019;
}
@media screen and (min-width: 768px), print {
  .slick-dots {
    bottom: 32px;
  }
  .slick-dots li + li {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .slick-dots {
    bottom: 6vw;
  }
  .slick-dots li + li {
    margin-left: .75rem;
  }
}

/* logo */
#slider-box h1 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #slider-box h1 {
    top: 10px;
    left: 50%;
    width: 184px;
    margin-left: -480px;
  }
  #slider-box h1 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #slider-box h1 {
    top: 2.4vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 37.46667vw;
  }
}

/* main-lead
----------------------------------------------- */
#main-cv {
  background: url(/landing/hub/images/index-bg-01.png);
}
@media screen and (min-width: 768px), print {
  #main-cv .inner {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #main-cv .inner {
    padding: 0 0 7.33333%;
  }
}

/* ----------------------------------------------------------------
    contents
----------------------------------------------------------------- */
/* anchor-navigation
----------------------------------------------- */
@media screen and (min-width: 768px), print {
  #ahr {
    width: 100%;
    background: url(/landing/hub/images/index-bg-02-pc.png);
  }
  #ahr > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 962px;
    height: 111px;
    margin: 0 auto;
    padding-right: 2px;
    background: url(/landing/hub/images/index-bg-03-pc.png) no-repeat 100% 0;
  }
  #ahr > ul > li {
    width: 192px;
    padding-left: 2px;
    background: url(/landing/hub/images/index-bg-03-pc.png) no-repeat 0 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #ahr {
    display: none;
  }
}

/* about
----------------------------------------------- */
@media screen and (min-width: 768px), print {
  #about {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 95px;
  }
  #about h2 {
    margin: 0 0 30px;
    text-align: center;
  }
  #about ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #about {
    padding: 8% 0 6.66667%;
  }
  #about h2 {
    margin-bottom: 8%;
  }
}

/* info
----------------------------------------------- */
#info {
  background-color: #fef4f1;
}
@media screen and (min-width: 768px), print {
  #info {
    padding: 70px 0 60px;
    background: #fef4f1 url(/landing/hub/images/index-bg-09-pc.png) no-repeat 50% 0;
  }
  #info .inner {
    width: 960px;
    margin: 0 auto;
  }
  #info .inner h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #info {
    padding: 12% 0 7.33333%;
  }
}

/* lead */
#info .lead {
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  #info .lead {
    margin: 25px 0 35px;
    font-size: 2.3rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #info .lead {
    padding: 8% 4% 5.33333%;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/* activity */
#info #activity {
  background-color: #fff;
}
#info #activity .box {
  position: relative;
  background: url(/landing/hub/images/index-bg-04.png);
}
#info #activity .box:before {
  position: absolute;
  width: 100%;
  background: url(/landing/hub/images/index-bg-05.png) no-repeat 0 0;
  content: "";
  font-size: 0;
}
@media screen and (min-width: 768px), print {
  #info #activity {
    overflow: hidden;
    border-radius: 45px;
    margin-bottom: 40px;
  }
  #info #activity h3 {
    padding: 38px 0 30px;
    text-align: center;
  }
  #info #activity .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 870px;
    margin: 0 auto;
    padding: 0 0 15px;
  }
  #info #activity .wrap section {
    width: 251px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #info #activity .wrap section h4 {
    padding: 0 0 18px;
  }
  #info #activity .wrap section h4 + p {
    padding: 0 0 15px;
    width: 249px;
    text-align: center;
  }
  #info #activity .wrap section h4 + p img {
    width: 100%;
    height: auto;
  }
  #info #activity .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 35px 44px 40px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #info #activity .box:before {
    top: -5px;
    left: 0;
    height: 5px;
  }
  #info #activity .box > p {
    width: 107px;
  }
  #info #activity .box > p img {
    width: 100%;
    height: auto;
  }
  #info #activity .box .text {
    width: 720px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #info #activity {
    overflow: hidden;
    width: 92%;
    margin: 0 auto 2.66667%;
    padding: 6.08696% 0 0;
    border-radius: 1rem;
  }
  #info #activity h3, #info #activity .wrap {
    width: 94.2029%;
    margin: 0 auto;
  }
  #info #activity .wrap {
    padding-bottom: 10.86957%;
  }
  #info #activity .wrap section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6.15385% 0 0;
  }
  #info #activity .wrap section h4 {
    width: 100%;
    padding: 0 0 5.38462%;
  }
  #info #activity .wrap section h4 + p {
    width: 50.76923%;
    padding: 0 0 0 1.53846%;
  }
  #info #activity .wrap section h4 + p + p {
    width: 43.07692%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #info #activity .box {
    overflow: hidden;
    padding: 7.24638% 5.7971% 4.34783%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #info #activity .box:before {
    top: 0;
    left: 0;
    height: .5rem;
    background-size: auto 100%;
  }
  #info #activity .box > p:first-child {
    float: left;
    width: 35.90164%;
    padding: 0 5.07246% 5.07246% 0;
  }
}

/* funding */
#info #funding {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #info #funding {
    overflow: hidden;
    border-radius: 45px;
    margin-top: 45px;
    margin-bottom: 40px;
  }
  #info #funding h3 {
    padding: 38px 0 20px;
    text-align: center;
  }
  #info #funding h3 + .lead {
    margin: 0;
  }
  #info #funding h3 + .lead + p {
    text-align: center;
  }
  #info #funding .text {
    width: 880px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #info #funding .note {
    width: 880px;
    margin: 0 auto;
    padding: 0 10px 35px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #info #funding {
    overflow: hidden;
    width: 92%;
    margin: 0 auto 2.66667%;
    padding: 6.08696% 0 0;
    border-radius: 1rem;
  }
  #info #funding h3 {
    width: 94.2029%;
    margin: 0 auto;
  }
  #info #funding h3 + .lead {
    padding: 6.52174% 5.07246% 1.44928%;
    font-size: 1.6rem;
  }
  #info #funding .text {
    padding: 2.89855% 5.07246% 6.52174%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #info #funding .note {
    margin: 5.7971% 5.07246% 5.07246%;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* funding graph*/
@media screen and (min-width: 768px), print {
  #info #funding .fig-col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 860px;
    margin: 20px auto 15px;
  }
  #info #funding .fig-col section {
    width: 410px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #info #funding .fig-col {
    width: 88.4058%;
    margin: 0 auto;
  }
  #info #funding .fig-col section + section {
    margin-top: 5.7971%;
  }
}

/* report */
#info #funding .report {
  position: relative;
  background: url(/landing/hub/images/index-bg-04.png);
}
#info #funding .report:before {
  position: absolute;
  width: 100%;
  background: url(/landing/hub/images/index-bg-05.png) no-repeat 0 0;
  content: "";
  font-size: 0;
}
@media screen and (min-width: 768px), print {
  #info #funding .report {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 40px 30px 44px;
  }
  #info #funding .report:before {
    top: -5px;
    left: 0;
    height: 5px;
  }
  #info #funding .report > p {
    width: 293px;
  }
  #info #funding .report > p img {
    width: 100%;
    height: auto;
  }
  #info #funding .report .text {
    width: 560px;
    padding: 0;
    font-size: 1.35rem;
  }
  #info #funding .report .text > p:first-child {
    font-size: 2rem;
    font-weight: bold;
  }
  #info #funding .report .text .link-btn {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #info #funding .report {
    overflow: hidden;
    padding: 7.24638% 5.07246% 4.34783%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #info #funding .report:before {
    top: 0;
    left: 0;
    height: .5rem;
    background-size: auto 100%;
  }
  #info #funding .report > p {
    position: absolute;
    left: 50%;
    bottom: 20vw;
    width: 58.93333vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #info #funding .report .text {
    padding: 0;
  }
  #info #funding .report .text > p:first-child {
    margin: 0 0 3.22581%;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
  }
  #info #funding .report .text .link-btn {
    width: 106.45161%;
    margin-left: -2.66667vw;
    padding-top: 41.33333vw;
  }
}

/* voice
----------------------------------------------- */
#voice {
  background-color: #f3eedf;
}
@media screen and (min-width: 768px), print {
  #voice {
    padding: 70px 0 80px;
  }
  #voice .inner {
    width: 960px;
    margin: 0 auto;
  }
  #voice .inner h2 {
    text-align: center;
  }
  #voice .inner .cv-box {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #voice {
    padding: 10.26667% 0 0;
  }
  #voice .cv-box {
    margin-top: 8%;
    padding-top: 5.33333%;
    padding-bottom: 6%;
    background-color: #fef4f1;
  }
}

/* voice-box */
.voice-box {
  position: relative;
  background: url(/landing/hub/images/index-bg-06.png);
}
@media screen and (min-width: 768px), print {
  .voice-box {
    margin-top: 36px;
    padding: 70px 75px 50px 0;
    border-radius: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .voice-box:before {
    position: absolute;
    top: -15px;
    left: 40px;
    content: url(/landing/hub/images/index-icon-02-pc.png);
  }
  .voice-box h3 {
    width: 268px;
    text-align: right;
  }
  .voice-box .voice-text {
    width: 575px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .voice-box {
    width: 92%;
    margin: 6.66667% auto 0;
    border-radius: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .voice-box:before {
    position: absolute;
    top: -3.2vw;
    left: 6vw;
    width: 9.06667vw;
    height: 15.73333vw;
    background: url(/landing/hub/images/index-icon-02-sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    font-size: 0;
  }
  .voice-box .voice-text {
    padding: 6.52174%;
    background: url(/landing/hub/images/index-bg-07-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* tax
----------------------------------------------- */
@media screen and (min-width: 768px), print {
  #tax {
    padding: 75px 0 85px;
  }
  #tax .inner {
    width: 960px;
    margin: 0 auto;
  }
  #tax h2 {
    text-align: center;
  }
  #tax .wrap {
    width: 960px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 55px 0 35px;
  }
  #tax .wrap .text {
    width: 510px;
    font-size: 1.55rem;
    line-height: 1.6;
  }
  #tax .wrap .text p + p {
    margin-top: 25px;
  }
  #tax .wrap > p {
    width: 421px;
  }
  #tax .wrap > p img {
    width: 100%;
    height: auto;
  }
  #tax .wrap + p {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #tax {
    padding: 9.33333% 0 10%;
  }
  #tax .wrap .text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #tax .wrap .text p + p {
    width: 92%;
    margin: 0 auto;
  }
  #tax .wrap > p {
    margin: 4% 3.73333% 6% 2.8%;
  }
  #tax .wrap + p {
    width: 56.13333%;
    margin: 0 auto;
  }
}

/* pay
----------------------------------------------- */
#pay {
  background-color: #fef4f1;
}
@media screen and (min-width: 768px), print {
  #pay {
    padding: 80px 0 65px;
  }
  #pay .inner {
    width: 960px;
    margin: 0 auto;
  }
  #pay h2 {
    text-align: center;
  }
  #pay .lead {
    font-weight: bold;
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.6;
    margin: 30px 0 25px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pay {
    padding: 10.66667% 0 8.66667%;
  }
  #pay .lead {
    width: 92%;
    margin: 6% auto 4.66667%;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/* pay-col */
#pay .pay-col {
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #pay .pay-col {
    padding: 40px 0 0;
    border-radius: 45px;
    background-color: #fff;
  }
  #pay .pay-col > p {
    text-align: center;
  }
  #pay .pay-col > p:first-child {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pay .pay-col {
    width: 92%;
    margin: 0 auto;
    padding: 4.34783% 0 0;
    border-radius: 1rem;
    background-color: #fff;
  }
  #pay .pay-col > p:first-child {
    width: 91.30435%;
    margin: 0 auto;
  }
  #pay .pay-col > p:first-child + p {
    width: 56.13333%;
    margin: 5.7971% auto 6.52174%;
  }
}

#pay .pay-col .cv-box {
  position: relative;
  background: url(/landing/hub/images/index-bg-04.png);
}
#pay .pay-col .cv-box:before {
  position: absolute;
  width: 100%;
  background: url(/landing/hub/images/index-bg-05.png) no-repeat 0 0;
  content: "";
  font-size: 0;
}
@media screen and (min-width: 768px), print {
  #pay .pay-col .cv-box {
    margin-top: 40px;
    padding-top: 36px;
    padding-bottom: 30px;
  }
  #pay .pay-col .cv-box:before {
    top: -5px;
    left: 0;
    height: 5px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pay .pay-col .cv-box {
    padding-top: 5.7971%;
    padding-bottom: 5.7971%;
    width: 108.69565%;
    margin-left: -4vw;
  }
  #pay .pay-col .cv-box:before {
    top: 0;
    left: 0;
    height: .5rem;
    background-size: auto 100%;
  }
}

#pay #case {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #pay #case {
    margin: 45px auto 60px;
    padding: 40px 0;
    border-radius: 45px;
  }
  #pay #case h3 {
    padding-left: 37px;
  }
  #pay #case .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 890px;
    margin: 30px auto 0;
    padding: 25px;
    border: 1px solid #ebe3c9;
    border-radius: 4px;
    background: url(/landing/hub/images/index-bg-08-pc.png);
  }
  #pay #case .box > p {
    width: 301px;
  }
  #pay #case .box > p img {
    width: 100%;
    height: auto;
  }
  #pay #case .box .text {
    width: 500px;
  }
  #pay #case .box .text > p:first-child {
    display: table-cell;
    width: 500px;
    height: 80px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: middle;
  }
  #pay #case .box .text > p:first-child a {
    display: table-cell;
    width: 500px;
    height: 72px;
    padding-left: 85px;
    background: url(/landing/hub/images/index-icon-05-pc-off.png) no-repeat 0 50%;
    color: #000;
    vertical-align: middle;
  }
  #pay #case .box .text > p:first-child a:hover {
    text-decoration: none;
    background-image: url(/landing/hub/images/index-icon-05-pc-on.png);
  }
  #pay #case .box .text > p:first-child a span {
    display: block;
    color: #e70b22;
    font-size: 1.8rem;
  }
  #pay #case .box .text .note {
    margin-top: 15px;
    padding: 10px;
    background-color: #f3dad3;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #pay #case .box .text .note > p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #pay #case .box .text .note a {
    text-decoration: underline;
    color: #000;
  }
  #pay #case .box .text .note a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pay #case {
    overflow: hidden;
    width: 92%;
    margin: 6.66667% auto;
    padding: 5.7971% 0 4.34783%;
    border-radius: 1rem;
  }
  #pay #case h3 {
    margin-bottom: 5.07246%;
  }
  #pay #case .box {
    width: 92.75362%;
    margin: 2.89855% auto 0;
    padding: 2.34375%;
    border: 1px solid #ebe3c9;
    background: url(/landing/hub/images/index-bg-08-sp.png);
    background-size: 100% auto;
  }
  #pay #case .box .text {
    padding: 6.55738% 0 0;
  }
  #pay #case .box .text > p:first-child {
    display: table-cell;
    width: 81.33333vw;
    height: 10.66667vw;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: middle;
  }
  #pay #case .box .text > p:first-child a {
    display: block;
    padding-left: 11.33333vw;
    background: url(/landing/hub/images/index-icon-05-pc-off.png) no-repeat 0 50%;
    background-size: 9.6vw auto;
    color: #000;
  }
  #pay #case .box .text > p:first-child a:hover {
    text-decoration: none;
    background-image: url(/landing/hub/images/index-icon-05-pc-on.png);
  }
  #pay #case .box .text > p:first-child a span {
    display: block;
    color: #e70b22;
    font-size: 1.4rem;
  }
  #pay #case .box .text .note {
    margin-top: 15px;
    padding: 10px;
    background-color: #f3dad3;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #pay #case .box .text .note a {
    text-decoration: underline;
    color: #000;
  }
}

/* ----------------------------------------------------------------
    footer
----------------------------------------------------------------- */
footer {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  footer {
    background-color: #4c4849;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer {
    background-color: #393939;
    padding: 0 0 3.90625%;
  }
}
footer a {
  color: #fff;
}
footer .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  footer .inner {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

/* copyright
----------------------------------------------- */
@media screen and (min-width: 768px), print {
  footer #copyright {
    width: 250px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #copyright {
    -webkit-order: 2;
    order: 2;
    width: 100%;
    padding-top: 5.33333%;
    text-align: center;
  }
}

/* utility
----------------------------------------------- */
@media screen and (min-width: 768px), print {
  footer .utility {
    font-size: 1.2rem;
  }
  footer .utility > li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }
  footer .utility > li:not(:first-child) {
    padding-right: 0;
    padding-left: 15px;
    border-left: 1px solid #fff;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer .utility {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-order: 1;
    order: 1;
    background-color: #4b4b4b;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  footer .utility > li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% / 2);
  }
  footer .utility > li a {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 5.33333vw 2vw;
  }
  footer .utility > li a > span {
    position: relative;
    padding-left: 7.06667vw;
    text-align: center;
    margin: 0 auto;
  }
  footer .utility > li a > span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.53333vw;
    height: 100%;
    background: url(/landing/hub/images/index-icon-01.png) no-repeat 0 50%;
    background-size: contain;
    content: "";
    font-size: 0;
  }
  footer .utility > li + li {
    border-left: 1px solid #747474;
  }
}

/* link-top
----------------------------------------------- */
@media screen and (min-width: 768px), print {
  footer #link-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #link-top {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.06667vw;
    border: 1px solid #c5c5c1;
    border-width: 1px 0;
    background: url(/landing/hub/images/index-btn-01-sp-off.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  footer #link-top img {
    display: none;
  }
  footer #link-top.static {
    position: static;
  }
}
