@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  height: auto;
  border: 0;
}

li {
  list-style: none;
  list-style-position: inside;
}

header a,
footer a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html img {
  width: 100%;
}

html body {
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  background: #fff;
}

@media screen and (max-width: 980px) {
  html .pcbr {
    display: none;
  }
}

html .spbr {
  display: none;
}

@media screen and (max-width: 980px) {
  html .spbr {
    display: inline;
  }
}

.nav {
  font-size: 1.2rem;
  color: #3e79be;
  font-weight: bold;
  background: none;
  width: 980px;
  height: 100px;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .nav {
    background: #3e79be;
    color: #fff;
    font-size: 2.666666666666667vw;
    width: auto;
    position: initial;
    padding: 2.666666666666667vw 0 2.1vw 4.6vw;
    height: auto;
  }
}

.nav__nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 980px) {
  .nav__nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.nav__nav-logo {
  font-size: 4rem;
}

@media screen and (max-width: 980px) {
  .nav__nav-logo {
    margin-top: -8px;
    font-size: 5.333333333333333vw;
  }
}

.header {
  font-size: 2.2rem;
  color: #24548b;
  font-weight: bold;
  background: url("../img/header__background--pc.png") center top no-repeat;
  height: 650px;
}

@media screen and (max-width: 980px) {
  .header {
    background: url("../img/header__background--sp.png") no-repeat;
    background-size: 100%;
    font-size: 4.266666666666667vw;
    height: 117.3333333333vw;
  }
}

.header__head-main {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 140px;
  padding-bottom: 270px;
}

@media screen and (max-width: 980px) {
  .header__head-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 270px;
    margin-top: 20px;
  }
}

.header__head-copy {
  margin-left: 210px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .header__head-copy {
    margin: 0px;
    line-height: 1.2;
  }
}

.header__head-copy--big {
  font-size: 3rem;
}

@media screen and (max-width: 980px) {
  .header__head-copy--big {
    font-size: 5.333333333333333vw;
  }
}

.header__head-copy--red {
  font-size: 3rem;
  color: #c70024;
}

@media screen and (max-width: 980px) {
  .header__head-copy--red {
    font-size: 5.333333333333333vw;
  }
}

.header__head-circle {
  font-size: 1.6rem;
  color: #333;
  background: url("../img/header__circle--person.png") center bottom no-repeat #f7df08;
  background-size: contain;
  text-align: center;
  border-radius: 100vw;
  width: 240px;
  height: 240px;
  margin-left: auto;
  padding-top: 26px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .header__head-circle {
    font-size: 3.333333333333333vw;
    width: 48.533333333333333vw;
    height: 48.533333333333333vw;
    padding-top: 5vw;
    margin: 6.666666666666667vw -39.666667vw 0 0;
  }
}

.header__head-circle::before {
  content: "";
  display: block;
  background: url(../img/header__circle--st.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 44px;
  height: 48px;
  top: -20px;
  right: -9px;
}

@media screen and (max-width: 980px) {
  .header__head-circle::before {
    top: -3vw;
    right: -3vw;
    width: 8.933333333333333vw;
    height: 9.733333333333333vw;
  }
}

.header__circle-h {
  color: #f7df08;
  background: #333;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 100vw;
  margin-bottom: 4px;
}

.cv-head {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  background: none;
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: -70px;
}

@media screen and (max-width: 980px) {
  .cv-head {
    width: 90.666666666666667vw;
    font-size: 3.2vw;
  }
}

.cv-head__cv-h {
  font-size: 3rem;
  color: #3e79be;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 980px) {
  .cv-head__cv-h {
    font-size: 4.8vw;
    background: #3e79be;
    color: #f7df08;
    margin-bottom: -10px;
    padding-top: 30px;
    border-radius: 12px 12px 0 0;
  }
}

.cv-head__cv-main {
  background: #3e79be;
  padding: 32px 35px 24px;
  border-radius: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 980px) {
  .cv-head__cv-main {
    border-radius: 1.866666666666667vw;
    padding: 6.133333333333333vw 4.8vw;
  }
}

.cv-head__cv-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  .cv-head__cv-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.cv-head__countBox {
  width: 428px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 980px) {
  .cv-head__countBox {
    width: 100%;
    border: none;
  }
}

.cv-head__countText {
  font-size: 1.8rem;
  margin-right: 16px;
}

@media screen and (max-width: 980px) {
  .cv-head__countText {
    font-size: 3.2vw;
    margin-right: 2vw;
  }
}

.cv-head__countNumber {
  font-size: 3rem;
  color: #3e79be;
}

@media screen and (max-width: 980px) {
  .cv-head__countNumber {
    font-size: 6.2vw;
  }
}

.cv-head__countNumber--box {
  background: #fff;
  border-radius: 8px;
  padding: 16px 8px;
  margin-right: 8px;
}

@media screen and (max-width: 980px) {
  .cv-head__countNumber--box {
    margin-right: 1.866666666666667vw;
  }
}

.cv-head__countPrice {
  font-size: 2.2rem;
  background: #24548b;
  border-radius: 8px;
  padding: 16px 8px;
}

@media screen and (max-width: 980px) {
  .cv-head__countPrice {
    font-size: 3.2vw;
    padding: 2.2vw;
  }
}

.cv-head__btn {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  width: 480px;
  height: 107px;
  background: -webkit-gradient(linear, left top, left bottom, from(#31ff1b), to(#42af1f));
  background: linear-gradient(#31ff1b 0%, #42af1f 100%);
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 26px;
  border-bottom: 8px solid #006525;
}

@media screen and (max-width: 980px) {
  .cv-head__btn {
    width: 81.066666666666667vw;
    margin: 3vw auto -2vw;
    border-radius: 3.466666666666667vw;
    border-bottom: 1.33333vw solid #006525;
    font-size: 3.733333333333333vw;
    height: 20vw;
  }
}

.cv-head__btn--big {
  font-size: 2.6rem;
}

@media screen and (max-width: 980px) {
  .cv-head__btn--big {
    font-size: 5.333333333333333vw;
  }
}

.cv-head__btn::before {
  content: "";
  display: block;
  border-radius: 100vw;
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../img/cv__1min.png) no-repeat #c70024;
  background-size: 100%;
  left: 36px;
}

@media screen and (max-width: 980px) {
  .cv-head__btn::before {
    width: 12vw;
    height: 12vw;
    top: -4vw;
    left: 4vw;
  }
}

.cv-head__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 54px;
  background: url(../img/cv__click.png) no-repeat;
  background-size: 100%;
  right: 40px;
}

@media screen and (max-width: 980px) {
  .cv-head__btn::after {
    background: url(../img/cv__tap.png) no-repeat;
    background-size: contain;
    width: 9vw;
    height: 100%;
    top: 5.5vw;
    right: 5.666667vw;
  }
}

.cv-head__cv-text {
  text-align: center;
}

.cv-head__cv-text--yellow {
  font-size: 2.6rem;
  color: #f7df08;
}

@media screen and (max-width: 980px) {
  .cv-head__cv-text--yellow {
    font-size: 3.733333333333333vw;
  }
}

.cv-head__telbtn {
  display: none;
}

@media screen and (max-width: 980px) {
  .cv-head__telbtn {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 4.266666666666667vw;
    margin: 2.933333333333333vw auto 5.066667vw;
    width: 77.333333333333333vw;
    border: 1px solid #fff;
    border-radius: 1.333333333333333vw;
    padding: 2.933333333333333vw 0 2.933333333333333vw 8.4vw;
    background: url(../img/cv__tel--green.png) no-repeat;
    background-size: 6.4vw;
    background-position: center left 12.666667vw;
    -webkit-box-shadow: 0px 1.06667vw 0px 0px #24548b;
            box-shadow: 0px 1.06667vw 0px 0px #24548b;
  }
}

.cv-head__cv-contact {
  font-size: 2rem;
  background: #4d3131;
  text-align: center;
  padding: 24px 0;
}

@media screen and (max-width: 980px) {
  .cv-head__cv-contact {
    font-size: 2.666666666666667vw;
    background: #3e79be;
    margin-top: -48px;
    border-radius: 0 0 12px 12px;
    padding: 8px 0 48px;
  }
}

@media screen and (max-width: 980px) {
  .cv-head__cv-contact--pconly {
    display: none;
  }
}

.cv-head__cv-contact--big {
  font-size: 2.8rem;
}

@media screen and (max-width: 980px) {
  .cv-head__cv-contact--spbox {
    background: #fff;
    color: #3e79be;
    width: 73.333333333333333vw;
    margin: 0 auto;
    padding: 1.333333333333333vw 0 1.333333333333333vw 1em;
    border-radius: 100vw;
    display: block;
  }
}

.read {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  background: #3e79be;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .read {
    font-size: 3.733333333333333vw;
    padding: 8.533333333333333vw 0;
  }
}

.read__read-h {
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .read__read-h {
    font-size: 5.333333333333333vw;
  }
}

.read__read-h--small {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .read__read-h--small {
    font-size: 3.733333333333333vw;
  }
}

.read__read-h--green {
  color: #fff;
}

.read__read-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .read__read-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 4vw;
  }
}

.read__read-item {
  width: 450px;
  height: 82px;
  color: #fff;
  border-radius: 10px;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}

@media screen and (max-width: 980px) {
  .read__read-item {
    width: 82.666666666666667vw;
    margin: 0 auto;
    height: 12vw;
    font-size: 7.4666666667vw;
    border-radius: 1.333333333333333vw;
  }
}

@media screen and (max-width: 980px) {
  .read__read-item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.read__read-text--red {
  font-size: 2.8rem;
  color: #f7df08;
}

@media screen and (max-width: 980px) {
  .read__read-text--red {
    font-size: 4.266666666666667vw;
  }
}

.what {
  background: #c3ddfc;
  font-weight: bold;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .what {
    font-size: 3.466666666666667vw;
    padding: 8.533333333333333vw 0 16vw;
  }
}

.what__what-h {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .what__what-h {
    font-size: 5.333333333333333vw;
  }
}

.what__what-h--small {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .what__what-h--small {
    font-size: 3.733333333333333vw;
  }
}

.what__what-subText {
  max-width: 880px;
  margin: 0 auto 16px;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  .what__what-subText {
    max-width: 86vw;
  }
}

.what__what-subText--yellow {
  color: #c70024;
}

.what__what-main {
  width: 920px;
  margin: 24px auto 0;
  background: #fff;
  color: #333;
  padding: 0 0 40px;
  border-radius: 6px;
}

@media screen and (max-width: 980px) {
  .what__what-main {
    width: 90.666666666666667vw;
    margin: 6vw auto 0;
    padding: 0 0 5.333333333333333vw;
  }
}

.what__main-h {
  text-align: center;
  background: #24548b;
  color: #fff;
  font-size: 2.4rem;
  padding: 28px;
  border-radius: 10px;
  border: 5px solid #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .what__main-h {
    font-size: 5.3333333333vw;
    padding: 7.4666666667vw;
  }
}

.what__flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 600px;
  margin: 0 auto 74px;
}

@media screen and (max-width: 980px) {
  .what__flow-box {
    margin-bottom: 7.2vw;
    width: 100%;
    padding: 0 3.7333333333vw;
  }
}

.what__flow-img {
  width: 600px;
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  .what__flow-img {
    width: 100%;
  }
}

.what__flow-h {
  text-align: left;
  background: #fff;
  color: #3b77c0;
  border: 2px solid #3b77c0;
  font-size: 1.8rem;
  padding: 18px 0 18px 72px;
  border-radius: 0 10px 0 10px;
  margin-bottom: 16px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .what__flow-h {
    text-align: center;
    padding: 3.466666666666667vw 0;
    font-size: 3.466666666666667vw;
    border-radius: 0 1.333333333333333vw 0 1.333333333333333vw;
    margin-bottom: 5.066666666666667vw;
  }
}

.what__flow-h span {
  position: absolute;
  padding: 6px 4px;
  background: #c70024;
  color: #fff;
  font-size: 1.4rem;
  top: -10px;
  left: -10px;
}

@media screen and (max-width: 980px) {
  .what__flow-h span {
    font-size: 3.7333333333vw;
  }
}

.whatLb {
  color: #fff;
  font-weight: bold;
  padding: 40px 0;
  background: #3e79be;
}

@media screen and (max-width: 980px) {
  .whatLb {
    font-size: 3.466666666666667vw;
    padding: 8.533333333333333vw 5.3333333333vw;
  }
}

.whatLb__whatLb-h {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-h {
    font-size: 5.333333333333333vw;
  }
}

.whatLb__whatLb-h--small {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-h--small {
    font-size: 3.733333333333333vw;
  }
}

.whatLb__whatLb-h--green {
  color: #3e79be;
}

.whatLb__whatLb-subText {
  max-width: 880px;
  margin: 0 auto 16px;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-subText {
    max-width: 86vw;
  }
}

.whatLb__whatLb-subText--yellow {
  color: #f7df08;
}

.whatLb__whatLb-subText--center {
  text-align: center;
  margin-bottom: 40px;
}

.whatLb__content {
  text-align: center;
  width: 920px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 980px) {
  .whatLb__content {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.whatLb__content h3 {
  font-size: 2.4rem;
  color: #fff;
  background: #aaaaaa;
  padding: 24px;
}

@media screen and (max-width: 980px) {
  .whatLb__content h3 {
    padding: 6.4vw 0;
  }
}

.whatLb__content-item {
  background: #edebec;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .whatLb__content-item {
    padding: 10.6666666667vw 0;
  }
}

.whatLb__content-item img {
  width: 600px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 980px) {
  .whatLb__content-item img {
    width: 85.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.whatLb__result {
  width: 600px;
  background: #fff;
  margin: 0 auto;
  color: #333;
}

@media screen and (max-width: 980px) {
  .whatLb__result {
    width: 85.0666666667vw;
  }
}

.whatLb__result h4 {
  font-size: 1.6rem;
  background: #31394d;
  color: #fff;
  padding: 16px;
}

@media screen and (max-width: 980px) {
  .whatLb__result h4 {
    padding: 4.2666666667vw 0;
  }
}

.whatLb__result p {
  font-size: 1.4rem;
  padding: 16px;
}

@media screen and (max-width: 980px) {
  .whatLb__result p {
    text-align: left;
  }
}

.whatLb__content.good {
  margin-bottom: 0;
}

.whatLb__content.good h3 {
  background: #24548b;
}

.whatLb__content.good .whatLb__content-item {
  background: #eaf4ff;
  color: #333;
}

.whatLb__content.good .whatLb__result {
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  .whatLb__content.good .whatLb__result {
    margin-bottom: 4.2666666667vw;
  }
}

.whatLb__content.good .whatLb__result h4 {
  background: #f7e031;
  color: #333;
}

.whatLb__after {
  width: 600px;
  margin: 0 auto 40px;
  padding: 37px 40px 20px;
  background: #fff;
  border: 2px solid #31394d;
  position: relative;
}

@media screen and (max-width: 980px) {
  .whatLb__after {
    width: 85.0666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 9.3333333333vw 0 6.6666666667vw;
  }
}

.whatLb__after h4 {
  width: 200px;
  font-size: 1.8rem;
  background: #31394d;
  color: #fff;
  display: block;
  padding: 8px 16px;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .whatLb__after h4 {
    width: 53.3333333333vw;
  }
}

.whatLb__after img {
  width: 100%;
  margin-bottom: 0;
}

.whatLb__whatLb-main {
  width: 920px;
  margin: 50px auto 40px;
  border: 2px solid #3e79be;
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-main {
    width: 90.666666666666667vw;
    padding: 7.2vw 6vw 8.8vw 7.733333333333333vw;
  }
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-img--pc {
    display: none;
  }
}

.whatLb__whatLb-img--sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-img--sp {
    display: block;
  }
}

.whatLb__whatLb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 4vw;
  }
}

.whatLb__whatLb-item {
  width: 294px;
  height: 100px;
  color: #3e79be;
  border-radius: 10px;
  border: 2px solid #3e79be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-item {
    width: 82.666666666666667vw;
    margin: 0 auto;
    height: 12vw;
    border-radius: 1.333333333333333vw;
  }
}

@media screen and (max-width: 980px) {
  .whatLb__whatLb-item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.merit {
  color: #333;
  background: #c3ddfc;
  font-weight: bold;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .merit {
    font-size: 3.466666666666667vw;
    padding: 8.533333333333333vw 0;
  }
}

.merit__merit-h {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .merit__merit-h {
    font-size: 5.333333333333333vw;
  }
}

.merit__merit-h--small {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .merit__merit-h--small {
    font-size: 3.733333333333333vw;
  }
}

.merit__merit-h--green {
  color: #3e79be;
}

.merit__merit-subText {
  max-width: 880px;
  margin: 0 auto 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .merit__merit-subText {
    max-width: 86vw;
  }
}

.merit__merit-main {
  width: 920px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .merit__merit-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 90.666666666666667vw;
    margin: 0 auto;
  }
}

.merit__merit-sub {
  background: #fff;
  width: 446px;
  border-radius: 6px;
  margin-bottom: 28px;
  padding: 40px 35px 35px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .merit__merit-sub {
    width: 100%;
    padding: 8vw 6.666666666666667vw 6vw;
    margin-bottom: 6.666666666666667vw;
  }
}

.merit__subBox-number {
  color: #3e79be;
  display: inline-block;
  border-top: 2px solid #3e79be;
  width: 2.4em;
  padding: 4px 0 0 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .merit__subBox-number {
    padding: 8px 0 0 1.6vw;
  }
}

.merit__subBox-h {
  font-size: 2rem;
  color: #3e79be;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 980px) {
  .merit__subBox-h {
    font-size: 4vw;
  }
}

.meritLb {
  color: #fff;
  background: #3e79be;
  font-weight: bold;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .meritLb {
    font-size: 3.466666666666667vw;
    padding: 8.533333333333333vw 0;
  }
}

.meritLb__meritLb-h {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .meritLb__meritLb-h {
    font-size: 5.333333333333333vw;
  }
}

.meritLb__meritLb-h--small {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .meritLb__meritLb-h--small {
    font-size: 3.733333333333333vw;
  }
}

.meritLb__meritLb-subText {
  max-width: 880px;
  margin: 0 auto 16px;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  .meritLb__meritLb-subText {
    max-width: 86vw;
  }
}

.meritLb__meritLb-subText--yellow {
  color: #f7df08;
}

.meritLb__meritLb-main {
  width: 920px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .meritLb__meritLb-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 81.333333333333333vw;
    margin: 0 auto;
  }
}

.meritLb__meritLb-subBox {
  width: 446px;
  background: #fff;
  color: #3e79be;
  margin-bottom: 28px;
  border-radius: 6px;
  font-size: 2rem;
  text-align: center;
  padding: 34px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .meritLb__meritLb-subBox {
    width: 100%;
    padding: 5.333333333333333vw;
    margin-bottom: 6.666666666666667vw;
    border-radius: 0.8vw;
  }
}

.meritLb__subBox-img {
  width: 100%;
  padding: 10px 0 30px;
}

.meritLb__subBox-img--small {
  width: 446px;
  position: relative;
  left: -34px;
  top: -34px;
  border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 980px) {
  .meritLb__subBox-img--small {
    width: 81.3333333333vw;
    top: -5.3333333333vw;
    left: -5.3333333333vw;
    border-radius: 0.8vw 0.8vw 0 0;
  }
}

@media screen and (max-width: 980px) {
  .meritLb__subBox-h {
    font-size: 4vw;
  }
}

.cv {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  background: #4d3131;
  padding: 40px 0;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .cv {
    font-size: 3.2vw;
  }
}

.cv__cv-h {
  font-size: 3rem;
  color: #f7df08;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 980px) {
  .cv__cv-h {
    font-size: 5.333333333333333vw;
  }
}

.cv__cv-main {
  width: 960px;
  margin: 0 auto;
  padding: 32px 35px 24px;
}

@media screen and (max-width: 980px) {
  .cv__cv-main {
    padding: 0;
    width: 100%;
  }
}

.cv__cv-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .cv__cv-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.cv__countBox {
  width: 428px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 980px) {
  .cv__countBox {
    width: 100%;
    border: none;
  }
}

.cv__countText {
  font-size: 1.8rem;
  margin-right: 16px;
}

@media screen and (max-width: 980px) {
  .cv__countText {
    font-size: 3.2vw;
    margin-right: 2vw;
  }
}

.cv__countNumber {
  font-size: 3rem;
  color: #333;
}

@media screen and (max-width: 980px) {
  .cv__countNumber {
    font-size: 6.2vw;
  }
}

.cv__countNumber--box {
  background: #fff;
  border-radius: 8px;
  padding: 16px 8px;
  margin-right: 8px;
}

@media screen and (max-width: 980px) {
  .cv__countNumber--box {
    margin-right: 1.866666666666667vw;
  }
}

.cv__countPrice {
  font-size: 2.2rem;
  background: #333;
  border-radius: 8px;
  padding: 16px 8px;
}

@media screen and (max-width: 980px) {
  .cv__countPrice {
    font-size: 3.2vw;
    padding: 2.2vw;
  }
}

.cv__btn {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  width: 480px;
  height: 107px;
  background: -webkit-gradient(linear, left top, left bottom, from(#31ff1b), to(#42af1f));
  background: linear-gradient(#31ff1b 0%, #42af1f 100%);
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 26px;
  border-bottom: 8px solid #006525;
}

@media screen and (max-width: 980px) {
  .cv__btn {
    width: 81.066666666666667vw;
    margin: 3vw auto -2vw;
    border-radius: 3.466666666666667vw;
    border-bottom: 1.33333vw solid #006525;
    font-size: 3.733333333333333vw;
    height: 20vw;
  }
}

.cv__btn--big {
  font-size: 2.6rem;
}

@media screen and (max-width: 980px) {
  .cv__btn--big {
    font-size: 5.333333333333333vw;
  }
}

.cv__btn::before {
  content: "";
  display: block;
  border-radius: 100vw;
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../img/cv__1min.png) no-repeat #c70024;
  background-size: 100%;
  left: 36px;
}

@media screen and (max-width: 980px) {
  .cv__btn::before {
    width: 12vw;
    height: 12vw;
    top: -4vw;
    left: 4vw;
  }
}

.cv__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 54px;
  background: url(../img/cv__click.png) no-repeat;
  background-size: 100%;
  right: 40px;
}

@media screen and (max-width: 980px) {
  .cv__btn::after {
    background: url(../img/cv__tap.png) no-repeat;
    background-size: contain;
    width: 9vw;
    height: 100%;
    top: 5.5vw;
    right: 5.666667vw;
  }
}

.cv__cv-text {
  text-align: center;
}

.cv__cv-text--yellow {
  font-size: 2.6rem;
  color: #f7df08;
}

@media screen and (max-width: 980px) {
  .cv__cv-text--yellow {
    font-size: 3.733333333333333vw;
  }
}

.cv__cv-text--left {
  text-align: left;
}

@media screen and (max-width: 980px) {
  .cv__cv-text--left {
    text-align: center;
  }
}

.cv__cv-text--small {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .cv__cv-text--small {
    font-size: 2.4vw;
  }
}

.cv__telbtn {
  display: none;
}

@media screen and (max-width: 980px) {
  .cv__telbtn {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 4.266666666666667vw;
    margin: 2.933333333333333vw auto -1.933333vw;
    width: 77.333333333333333vw;
    border: 1px solid #fff;
    border-radius: 1.333333333333333vw;
    padding: 2.933333333333333vw 0 2.933333333333333vw 8.4vw;
    background: url(../img/cv__tel--black.png) no-repeat;
    background-size: 6.4vw;
    background-position: center left 12.666667vw;
    -webkit-box-shadow: 0px 1.06667vw 0px 0px #333;
            box-shadow: 0px 1.06667vw 0px 0px #333;
  }
}

.cv__cv-contact {
  width: 960px;
  margin: 0 auto 40px;
  font-size: 2rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: 24px 0;
}

@media screen and (max-width: 980px) {
  .cv__cv-contact {
    border: none;
    font-size: 2.666666666666667vw;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  .cv__cv-contact--pconly {
    display: none;
  }
}

.cv__cv-contact--big {
  font-size: 2.8rem;
}

@media screen and (max-width: 980px) {
  .cv__cv-contact--spbox {
    background: #fff;
    color: #4d3131;
    width: 73.333333333333333vw;
    margin: 0 auto;
    padding: 1.333333333333333vw 0 1.333333333333333vw 1em;
    border-radius: 100vw;
    display: block;
  }
}

.cv__addBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 670px;
  margin: 34px auto 26px;
}

@media screen and (max-width: 980px) {
  .cv__addBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 100%;
    margin-bottom: 8px;
  }
}

.cv__addBox-ul {
  margin-right: 16px;
}

@media screen and (max-width: 980px) {
  .cv__addBox-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    margin: 0 auto 4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cv__addBox-li {
  width: 214px;
  text-align: center;
  background: #f7df08;
  color: #4d3131;
  border-radius: 10px;
  padding: 6px 0;
}

@media screen and (max-width: 980px) {
  .cv__addBox-li {
    width: 28.533333333333333vw;
    border-radius: 1.333333333333333vw;
    padding: 1.6vw 0;
  }
}

.cv__addBox-li:first-child {
  margin-bottom: 12px;
}

@media screen and (max-width: 980px) {
  .cv__addBox-li:first-child {
    margin-bottom: 0;
  }
}

.voice {
  color: #333;
  font-weight: bold;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .voice {
    font-size: 3.2vw;
    padding: 8.533333333333333vw 5.3333333333vw;
  }
}

.voice__voice-h {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .voice__voice-h {
    font-size: 5.333333333333333vw;
    margin-bottom: 0px;
  }
}

.voice__voice-h--small {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .voice__voice-h--small {
    font-size: 3.733333333333333vw;
  }
}

.voice__voice-h--green {
  color: #3e79be;
}

.voice__voice-main {
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .voice__voice-main {
    width: 100%;
  }
}

.voice__voice-subBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #4d3131;
}

.voice__voice-subBox:nth-child(3) {
  border: none;
}

@media screen and (max-width: 980px) {
  .voice__voice-subBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.voice__voice-meta {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 128px;
}

@media screen and (max-width: 980px) {
  .voice__voice-meta {
    margin-right: 2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    margin-bottom: 4.4vw;
  }
}

.voice__subBox-img {
  width: 128px;
  height: 128px;
  border: 2px solid #3e79be;
  border-radius: 100vw;
  margin-bottom: 8px;
}

@media screen and (max-width: 980px) {
  .voice__subBox-img {
    width: 34.1333333333vw;
    height: 34.1333333333vw;
    margin-right: 4.4vw;
  }
}

.voice__profile {
  font-size: 1rem;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .voice__profile {
    font-size: 3.2vw;
    text-align: left;
  }
}

.voice__profile-aim {
  font-size: 1.4rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .voice__profile-aim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
  }
}

.voice__profile-aim--box {
  font-size: 1.4rem;
  background: #4d3131;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  border-radius: 6px;
  width: 128px;
}

.voice__profile-aim--box:nth-of-type(2) {
  margin-top: 8px;
}

@media screen and (max-width: 980px) {
  .voice__profile-aim--box {
    width: 48%;
    font-size: 3.2vw;
  }
  .voice__profile-aim--box:nth-of-type(2) {
    margin-top: 0;
    margin-left: 2%;
  }
}

.voice__subBox-profile {
  background: #eaf4ff;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}

.voice__subBox-profile::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 24px solid #eaf4ff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: -27px;
}

@media screen and (max-width: 980px) {
  .voice__subBox-profile::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: -24px;
    left: 40px;
  }
}

.voice__profile-text {
  margin: 0 auto 16px;
  line-height: 2;
}

.voice__profile-text--h {
  font-size: 2rem;
  color: #3e79be;
  margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
  .voice__profile-text--h {
    font-size: 3.2vw;
  }
}

.footer {
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 80px 0 180px;
}

.footer__nav {
  width: 720px;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 80vw;
    font-size: 3.2vw;
  }
}

.footer__nav-item {
  width: 49%;
  margin-bottom: 16px;
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  padding: 20px;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .footer__nav-item {
    width: 100%;
  }
}

.footer__nav-item:nth-child(3) {
  width: 100%;
}

.footer__Lb {
  margin-bottom: 32px;
}

.footer__Lb-h {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .footer__Lb-h {
    font-size: 5.333333333333333vw;
  }
}

.footer__Lb-list {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .footer__Lb-list {
    max-width: 100%;
    width: 90%;
  }
}

.footer__Lb-item {
  margin-bottom: 16px;
}

.footer__Lb-item--box {
  background: #fff;
  color: #333;
  padding: 20px 80px;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  margin-right: 32px;
  width: 268px;
}

@media screen and (max-width: 980px) {
  .footer__Lb-item--box {
    padding: 3vw 0;
    width: 38vw;
  }
}

.footer__copy {
  text-align: center;
}

.header-policy {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background: #3e79be;
  padding: 15px 0 10px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .header-policy {
    font-size: 2.666666666666667vw;
    padding: 2.666666666666667vw 0 2.1vw 4.6vw;
    text-align: left;
  }
}

.header-policy__header-policy-logo {
  font-size: 4rem;
}

@media screen and (max-width: 980px) {
  .header-policy__header-policy-logo {
    margin-top: -8px;
    font-size: 5.333333333333333vw;
  }
}

.policy {
  padding: 80px 0;
  font-weight: bold;
}

.policy h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .policy h1 {
    font-size: 5.333333333333333vw;
    margin-bottom: 4vw;
  }
}

.policy h2 {
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .policy h2 {
    font-size: 4.8vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
}

.policy p {
  line-height: 2;
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .policy p {
    max-width: 86vw;
    font-size: 3.466666666666667vw;
  }
}

.header-form {
  height: 250px;
  background: url(../img/header-form__head--pc.png) no-repeat center;
}

@media screen and (max-width: 980px) {
  .header-form {
    background: url(../img/header-form__head--sp.png);
    background-size: 100%;
    height: 33.333333333333vw;
    padding: 0;
  }
}

.form-cv {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  background: #4d3131;
  padding: 40px 0;
  margin: 0 auto;
  width: 980px;
  border-radius: 8px;
}

@media screen and (max-width: 980px) {
  .form-cv {
    font-size: 3.2vw;
    border-radius: 0;
    width: 100%;
  }
}

.form-cv__cv-h {
  font-size: 3rem;
  color: #f7df08;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 980px) {
  .form-cv__cv-h {
    font-size: 5.333333333333333vw;
  }
}

.form-cv__cv-main {
  width: 960px;
  margin: 0 auto;
  padding: 32px 35px 24px;
}

@media screen and (max-width: 980px) {
  .form-cv__cv-main {
    padding: 0;
    width: 100%;
  }
}

.form-cv__cv-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  .form-cv__cv-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.form-cv__countBox {
  width: 428px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 980px) {
  .form-cv__countBox {
    width: 100%;
    border: none;
  }
}

.form-cv__countText {
  font-size: 1.8rem;
  margin-right: 16px;
}

@media screen and (max-width: 980px) {
  .form-cv__countText {
    font-size: 3.2vw;
    margin-right: 2vw;
  }
}

.form-cv__countNumber {
  font-size: 3rem;
  color: #333;
}

@media screen and (max-width: 980px) {
  .form-cv__countNumber {
    font-size: 6.2vw;
  }
}

.form-cv__countNumber--box {
  background: #fff;
  border-radius: 8px;
  padding: 16px 8px;
  margin-right: 8px;
}

@media screen and (max-width: 980px) {
  .form-cv__countNumber--box {
    margin-right: 1.866666666666667vw;
  }
}

.form-cv__countPrice {
  font-size: 2.2rem;
  background: #333;
  border-radius: 8px;
  padding: 16px 8px;
}

@media screen and (max-width: 980px) {
  .form-cv__countPrice {
    font-size: 3.2vw;
    padding: 2.2vw;
  }
}

.form-cv__btn {
  font-size: 2.6rem;
  color: #333;
  text-decoration: none;
  width: 480px;
  height: 107px;
  background: #f7df08;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  .form-cv__btn {
    width: 81.066666666666667vw;
    margin: 3vw auto -2vw;
    font-size: 5.333333333333333vw;
    height: 20vw;
  }
}

.form {
  width: 920px;
  margin: 0 auto;
  font-weight: bold;
  padding: 80px 0;
}

@media screen and (max-width: 980px) {
  .form {
    width: 89.333333333333333vw;
  }
}

.form__form-box {
  background: #3e79be;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 36px;
  padding: 36px 30px;
  border-radius: 6px;
}

.form__form-h {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .form__form-h {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}

.form__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 10px;
}

@media screen and (max-width: 980px) {
  .form__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.form__unit--small {
  font-size: 0.8em;
}

.form__label {
  font-size: 1.8rem;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  .form__label {
    width: 100%;
    text-align: center;
    font-size: 4vw;
    padding-bottom: 1vw;
  }
}

.form__input--text {
  font-weight: normal;
  border: 1px solid #ababab;
  border-radius: 6px;
  font-size: 2rem;
  padding: 0.4em 0.6em;
  background: #f0f0f0;
  width: 568px;
}

@media screen and (max-width: 980px) {
  .form__input--text {
    border-radius: 1.866666666666667vw;
    height: 12vw;
    font-size: 4.266666666666667vw;
    width: 100%;
  }
}

.form__radio {
  width: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

@media screen and (max-width: 980px) {
  .form__radio {
    width: 100%;
  }
}

.form__radio--btn {
  display: none;
}

.form__radio--btn + label {
  color: #333;
  width: 48%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e2e2e2));
  background: linear-gradient(to bottom, #fafafa 0%, #e2e2e2 100%);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  margin-right: 4%;
  -webkit-box-shadow: 0 4px 0 #888;
          box-shadow: 0 4px 0 #888;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .form__radio--btn + label {
    height: 18.666666666666667vw;
    font-size: 3.733333333333333vw;
    border-radius: 1.866666666666667vw;
    -webkit-box-shadow: 0 1.066666666666667vw 0 #888;
            box-shadow: 0 1.066666666666667vw 0 #888;
  }
}

.form__radio--btn + label:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 4%;
}

.form__radio--btn + label:nth-of-type(4) {
  margin-right: 0;
}

.form__radio--btn:checked + label {
  color: #666;
  width: 48%;
  background: #aaa;
  -webkit-box-shadow: 0 4px 0 #555;
          box-shadow: 0 4px 0 #555;
}

.form__more {
  width: 84%;
  margin: 0 auto;
  background: #f7df08;
  text-align: center;
  margin-bottom: 36px;
  padding: 36px 30px;
  border-radius: 6px;
}

.form__btn-submit {
  display: block;
  font-size: 22px;
  padding: 30px;
  width: 70%;
  -webkit-box-shadow: 0 4px 0 #045802;
          box-shadow: 0 4px 0 #045802;
  border-radius: 18px;
  margin: 0 auto;
  display: block;
  color: #fff;
  border: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#64d12e), to(#33af33));
  background: linear-gradient(to bottom, #64d12e 0%, #33af33 100%);
}

@media screen and (max-width: 980px) {
  .form__btn-submit {
    width: 100%;
    font-size: 4.266666666666667vw;
    padding: 6vw;
  }
}

#floatbox {
  width: 100%;
  position: fixed;
  bottom: 0px;
  display: block;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
}

#floatbox .cta {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */