@charset "UTF-8";
/* IMPORT CSS */
@import "ress.min.css";
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-family: "源ノ角ゴシック", "Noto Sans Japanese", sans-serif;
  line-height: 1.67;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  color: #fe5d16;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media print, screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.col {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

.heading {
  font-weight: 900;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  /*.row .col.span-1 {
      flex: 0 0 4.66666666667%;
      max-width: 4.66666666667%;
  }
  .row .col.span-2 {
      flex: 0 0 13.3333333333%;
      max-width: 13.3333333333%;
  }
  .row .col.span-3 {
      flex: 0 0 22%;
      max-width: 22%;
  }
  .row .col.span-4 {
      flex: 0 0 30.6666666667%;
      max-width: 30.6666666667%;
  }
  .row .col.span-5 {
      flex: 0 0 39.3333333333%;
      max-width: 39.3333333333%;
  }
  .row .col.span-6 {
      flex: 0 0 48%;
      max-width: 48%;
  }
  .row .col.span-7 {
      flex: 0 0 56.6666666667%;
      max-width: 56.6666666667%;
  }
  .row .col.span-8 {
      flex: 0 0 65.3333333333%;
      max-width: 65.3333333333%;
  }
  .row .col.span-9 {
      flex: 0 0 74.0%;
      max-width: 74.0%;
  }
  .row .col.span-10 {
      flex: 0 0 82.6666666667%;
      max-width: 82.6666666667%;
  }
  .row .col.span-11 {
      flex: 0 0 91.3333333333%;
      max-width: 91.3333333333%;
  }
  .row .col.span-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }*/
  /* オフセット
  .row .col.offset-1 {
      margin-left: 8.66666666667%;
  }
  .row .col.offset-2 {
      margin-left: 17.3333333333%;
  }
  .row .col.offset-3 {
      margin-left: 26%;
  }
  .row .col.offset-4 {
      margin-left: 34.6666666667%;
  }
  .row .col.offset-5 {
      margin-left: 43.333333333%;
  }
  .row .col.offset-6 {
      margin-left: 52%;
  }
  .row .col.offset-7 {
      margin-left: 60.6666666667%;
  }
  .row .col.offset-8 {
      margin-left: 69.3333333333%;
  }
  .row .col.offset-9 {
      margin-left: 78.0%;
  }
  .row .col.offset-10 {
      margin-left: 86.6666666667%;
  }
  .row .col.offset-11 {
      margin-left: 95.3333333333%;
  } */
}
@media print, screen and (min-width: 1280px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}
/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*ヘッダー
-------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  header {
    height: 60px;
  }
}
header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .row .header-id {
  width: 100%;
  padding: 6px 0;
}
@media print, screen and (min-width: 768px) {
  header .row .header-id {
    width: 320px;
    padding: 8px 0;
  }
}
header .row .header-id a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .row .header-id a img.header-id__logo {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  header .row .header-id a img.header-id__logo {
    height: 4rem;
  }
}
header .row .header-id a img.header-id__logo-tse {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  header .row .header-id a img.header-id__logo-tse {
    height: 4rem;
  }
}
header .row .header-id a span {
  font-weight: 900;
  color: #1b3575;
  display: inline-block;
  margin-left: 1rem;
}
header .row .header-tel {
  line-height: 0.8;
  text-align: right;
}
header .row .header-tel .header-tel-txt {
  color: #1b3575;
  line-height: 1;
  font-size: 90%;
  padding-right: 1rem;
}
header .row .header-tel .header-tel-txt:before {
  content: "";
  display: inline-block;
  background: url(/files/img/common/icon_tel.svg) no-repeat 0% 0%;
  background-size: 100%;
  height: 14px;
  width: 14px;
}
header .row .header-tel .header-tel-txt span:first-child {
  font-weight: 900;
  font-size: 120%;
}
header .row .header-tel .header-tel-num {
  font-size: 3rem;
  font-weight: 900;
  color: #1b3575;
  display: block;
  border-left: 1px solid #1b3575;
  padding-left: 1rem;
}
header .row .header-tel .header-tel-caption {
  font-size: 1.2rem;
  display: block;
  font-weight: 100;
  color: #101010;
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  header .row .header-tel {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  header .row .header-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 90px;
  }
}
header .row .header-tel:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/files/img/common/header-fig-mascot.svg) no-repeat 0% 0%;
  background-size: 100%;
  height: 60px;
  width: 80px;
  right: 0;
  top: 10%;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 1rem 0 0 0;
}
nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
nav li a {
  text-decoration: none;
  text-align: center;
  width: 100%;
}
nav a {
  padding: 0.5rem;
}
nav a:hover {
  background-color: #f7f7f7;
}

@media print, screen and (min-width: 768px) {
  #open,
#close {
    display: none !important;
  }

  #navi {
    display: block !important;
  }
}
@media print, screen and (max-width: 767px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .header #open {
    position: absolute;
    top: 20px;
    right: 12px;
  }

  #close {
    position: absolute;
    top: 20px;
    right: 12px;
  }

  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header li {
    padding-top: 0;
  }

  /* スマホ時はMENUボタンを表示 */
  #open,
#close {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
  }

  /* スマホ時はメニューを非表示 */
  #navi {
    display: none;
  }
}
.mv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .mv-wrap {
    background: url(../img/merit-bg.png) no-repeat 50% 0%;
    background-size: 100% auto;
    padding-top: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv-wrap {
    /*height: calc(100vh - 60px);*/
    background: url(../img/merit-bg.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.mv-wrap .mv-inner {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
}
@media print, screen and (max-width: 767px) {
  .mv-wrap .mv-inner {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .mv-wrap .mv-inner {
    max-width: 620px;
    height: 100%;
    padding: 4rem 2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .mv-wrap .mv-inner {
    max-width: 780px;
    padding: 6rem 2rem;
  }
}
.mv-wrap .mv-inner h1 {
  overflow: hidden;
}
.mv-wrap .mv-inner .cv-button {
  margin-top: 2rem;
}

.mv-wrap-furuta {
  background-color: #004680;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.mv-wrap-furuta img {
  text-align: center;
  vertical-align: bottom;
}
@media print, screen and (max-width: 767px) {
  .mv-wrap-furuta img {
    margin: 0 10px;
  }
}
.mv-wrap-furuta h1 {
  overflow: hidden;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .mv-wrap-furuta .cv-button {
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: block;
    top: -2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv-wrap-furuta .cv-button {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 280px;
  }
}
@media print, screen and (min-width: 980px) {
  .mv-wrap-furuta .cv-button {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 480px;
  }
}
.mv-wrap-furuta .mv-container {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv-wrap-furuta .mv-container {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .mv-wrap-furuta .mv-title-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .mv-wrap-furuta .mv-title-pc {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .mv-wrap-furuta .mv-title-sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .mv-wrap-furuta .mv-title-sp {
    display: none;
  }
}

a.cv-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  background-color: #F3E600;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-weight: 900;
  color: #002a4d;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
@media print, screen and (min-width: 768px) {
  a.cv-button {
    width: 80%;
    line-height: 1.2;
    padding: 1.4rem 2rem;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 980px) {
  a.cv-button {
    padding: 3rem 4rem;
    font-size: 3rem;
  }
}
a.cv-button:hover {
  background-color: #A7BCD6;
}
a.cv-button:before {
  content: "無料";
  position: relative;
  display: inline-block;
  width: 4rem;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
}
a.cv-button span {
  display: block;
}

@media print, screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

/* intro-wrap
------------------------------- */
.intro-wrap {
  /*height: 100vh;*/
  padding: 6rem 0;
  background-color: #DEE3E5;
}
@media print, screen and (min-width: 1280px) {
  .intro-wrap {
    padding: 12rem 0;
  }
}
.intro-wrap .heading-intro {
  text-align: center;
  color: #002a4d;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .intro-wrap .heading-intro {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .intro-wrap .heading-intro {
    font-size: 4.8rem;
  }
}

.trouble-list-wrap {
  position: relative;
  /*height: 90vh;*/
  margin: 0 auto;
}
@media print, screen and (min-width: 980px) {
  .trouble-list-wrap {
    max-width: 980px;
  }
}
.trouble-list-wrap .trouble-list {
  position: relative;
  margin: 2rem auto 0;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .trouble-list-wrap .trouble-list {
    margin: 4rem auto 0;
    padding: 4rem 6rem 10rem;
    width: 80%;
  }
}
@media print, screen and (min-width: 980px) {
  .trouble-list-wrap .trouble-list {
    margin: 4rem auto 0;
    padding: 4rem 6rem 10rem;
    max-width: 780px;
  }
}
.trouble-list-wrap .trouble-list li {
  position: relative;
  margin-top: 1rem;
  font-weight: 900;
  padding-left: 3.2rem;
}
@media print, screen and (min-width: 980px) {
  .trouble-list-wrap .trouble-list li {
    font-size: 2.4rem;
  }
}
.trouble-list-wrap .trouble-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/icon-checkbox.png) no-repeat 50% 50%;
  background-size: 100%;
  height: 2rem;
  width: 2rem;
  left: 0;
  top: 10%;
}
@media print, screen and (min-width: 980px) {
  .trouble-list-wrap .trouble-list li:before {
    top: 20%;
  }
}
.trouble-list-wrap .trouble-list:after {
  content: "";
  display: block;
  background: url(../img/fig-men-sad.png) no-repeat 50% 0;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  width: 120px;
  height: 200px;
  bottom: -180px;
  left: calc(50% - 60px);
}
@media print, screen and (min-width: 768px) {
  .trouble-list-wrap .trouble-list:after {
    width: 100px;
    height: 160px;
    bottom: -100px;
    left: calc(50% - 50px);
  }
}
@media print, screen and (min-width: 980px) {
  .trouble-list-wrap .trouble-list:after {
    width: 160px;
    height: 200px;
    bottom: -120px;
    left: calc(50% - 80px);
  }
}

/* merit-wrap
------------------------------- */
.merit-wrap {
  position: relative;
  background-color: #004680;
  padding: 6rem 0;
}
@media print, screen and (min-width: 768px) {
  .merit-wrap {
    padding: 12rem 0;
  }
}

.merit-inner {
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  padding: 1.6rem 2rem 0;
}
@media print, screen and (min-width: 768px) {
  .merit-inner {
    padding: 4rem 8rem 0;
    max-width: 780px;
    overflow: hidden;
  }
}
.merit-inner .heading-merit {
  text-align: center;
  margin: 0 auto;
  color: #002a4d;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .merit-inner .heading-merit {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .merit-inner .heading-merit {
    font-size: 4.8rem;
  }
}
.merit-inner p {
  margin: 2rem auto 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .merit-inner p {
    width: 60%;
    font-size: 2rem;
    margin: 4rem auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .merit-inner .fig-merit {
    margin: -20rem -16rem 0;
  }
}

/* reason-wrap
------------------------------- */
.reason-wrap {
  padding: 4rem 0;
  background-color: #EFEFEF;
}
@media print, screen and (min-width: 768px) {
  .reason-wrap {
    padding: 10rem 0;
  }
}
.reason-wrap .heading-reason {
  text-align: center;
  color: #002a4d;
  /*margin: 4rem auto 0;
  font-size: 2.4rem;
  @include min-sp {
      font-size: 3.6rem;
  }
  @include min-pc {
      font-size: 4.8rem;
  }

  span {
      display: block;
      font-size: 1.6rem;
  }*/
}
.reason-wrap .heading-reason-sub {
  margin: 2rem auto 0;
  text-align: center;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .reason-wrap .heading-reason-sub {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .reason-wrap .heading-reason-sub {
    font-size: 4.8rem;
  }
}
.reason-wrap .heading-reason-sub em {
  font-style: normal;
  color: #004680;
}
@media print, screen and (min-width: 1280px) {
  .reason-wrap .heading-reason-sub em {
    font-size: 6rem;
  }
}
.reason-wrap sup {
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  color: #555;
}
.reason-wrap .note {
  color: #555;
  font-weight: 100;
  font-size: 1rem;
}
.reason-wrap .reason-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.reason-wrap .reason-group-wrap .reason-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #98A6B5;
  background-color: #fff;
  padding: 1.6rem 2rem;
  border-radius: 10px;
  margin: 30px auto 0;
}
@media print, screen and (min-width: 768px) {
  .reason-wrap .reason-group-wrap .reason-group {
    width: calc(100%);
    margin: 30px auto 0;
    padding: 2rem 3rem;
  }
}
@media print, screen and (min-width: 980px) {
  .reason-wrap .reason-group-wrap .reason-group {
    width: calc(100% / 2 - 60px);
    margin: 30px 30px 0;
    padding: 2rem 3rem;
  }
}
.reason-wrap .reason-group-wrap .reason-group .reason_icon {
  width: 20%;
}
@media print, screen and (min-width: 768px) {
  .reason-wrap .reason-group-wrap .reason-group .reason_icon {
    width: 80px;
    height: 80px;
  }
}
.reason-wrap .reason-group-wrap .reason-group dl {
  width: calc(100% - 20% - 2rem);
  margin-left: 2rem;
}
@media print, screen and (min-width: 768px) {
  .reason-wrap .reason-group-wrap .reason-group dl {
    width: calc(100% - 80px - 2rem);
  }
}
.reason-wrap .reason-group-wrap .reason-group dl dt {
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .reason-wrap .reason-group-wrap .reason-group dl dt {
    font-size: 2.4rem;
  }
}
.reason-wrap .reason-group-wrap .reason-group dl dd {
  /*margin-top: 1rem;*/
}
.reason-wrap .reason-group-wrap .reason-group dl dd i {
  border: 1px solid #1b3575;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  font-style: normal;
  font-size: 1.4rem;
  color: #1b3575;
}
@media print, screen and (max-width: 767px) {
  .reason-wrap .reason-group-wrap .reason-group dl dd i {
    padding: 0.2rem;
    font-size: 1.2rem;
  }
}
.reason-wrap .reason-group-wrap .reason-thumb {
  margin-top: 1rem;
}
.reason-wrap .reason-group-wrap p {
  margin-top: 1rem;
}

/* voice-wrap
------------------------------- */
.voice-wrap {
  border-top: 1px solid #98A6B5;
  background-color: #EFEFEF;
  padding: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  .voice-wrap {
    padding: 10rem 0;
  }
}
.voice-wrap .heading-voice {
  color: #1b3575;
  text-align: center;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .voice-wrap .heading-voice {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .voice-wrap .heading-voice {
    font-size: 4.8rem;
  }
}

.voice-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .voice-inner-wrap {
    margin-top: 4rem;
  }
}
.voice-inner-wrap .voice-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 767px) {
  .voice-inner-wrap .voice-group {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .voice-inner-wrap .voice-group {
    margin: 0 15px;
    width: calc(100% / 2 - 30px);
  }
}
@media print, screen and (min-width: 768px) {
  .voice-inner-wrap .voice-group:nth-child(even) {
    margin-top: 40px;
  }
}
.voice-inner-wrap .voice-thumb {
  position: absolute;
  z-index: 2;
  width: 60px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.voice-inner-wrap .voice-text {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0 1rem;
  background-color: #fff;
  padding: 1.6rem;
  padding-left: 6rem;
  border: 1px solid #98A6B5;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.voice-inner-wrap .voice-text dt {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  /*&::before {
      content: " ";
      font-size: 5rem;
      position: absolute;
      top: -4rem;
      opacity: .2;
  }*/
}
.voice-inner-wrap .voice-text dd {
  font-size: 12px;
  color: #555;
}

.voice-cv-button-wrap {
  text-align: center;
  margin: 4rem auto 0;
}
.voice-cv-button-wrap a.voice-cv-button {
  display: inline-block;
  width: 80%;
  border-radius: 100px;
  padding: 1rem;
  color: #1b3575;
  border: 2px solid #1b3575;
  background-color: #fff;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .voice-cv-button-wrap a.voice-cv-button {
    width: 30rem;
  }
}
.voice-cv-button-wrap a.voice-cv-button:hover {
  background-color: #1b3575;
  color: #fff;
}

/* flow-wrap 
------------------------------- */
.flow-wrap {
  padding: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  .flow-wrap {
    padding: 10rem 0;
  }
}
.flow-wrap .heading-flow {
  color: #1b3575;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .flow-wrap .heading-flow {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .flow-wrap .heading-flow {
    font-size: 3.6rem;
  }
}

.flow-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem auto 0;
}
.flow-group-wrap .flow-group {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 767px) {
  .flow-group-wrap .flow-group {
    margin: 2rem auto 0;
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .flow-group-wrap .flow-group {
    width: calc(100% / 4 - 8rem);
    margin: 0 4rem;
  }
}
.flow-group-wrap .flow-group:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3rem;
  width: 3rem;
  background: url(../img/icon-arw-down.png) no-repeat 50% 50%;
  right: calc(50% + 1rem);
  background-size: 100%;
}
@media print, screen and (max-width: 767px) {
  .flow-group-wrap .flow-group:not(:last-child):after {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .flow-group-wrap .flow-group:not(:last-child):after {
    background: url(../img/icon-arw-left.png) no-repeat 50% 50%;
    right: -5.5rem;
    top: 30%;
    background-size: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .flow-group-wrap .flow-group .flow-thumb {
    width: 30%;
  }
}
@media print, screen and (max-width: 767px) {
  .flow-group-wrap .flow-group p {
    width: 60%;
    margin-left: 10%;
  }
}

.center {
  text-align: center;
}

footer {
  padding: 5rem 0;
  background-color: #004680;
  color: #fff;
}
footer p {
  margin: 0 auto;
  text-align: center;
}
footer .cv-button {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  footer .cv-button {
    max-width: 560px;
  }
}

.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #1b3575;
  font-family: "Arial";
  font-size: 1rem;
}
.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline;
}