.main-inner {
  min-width: 1020px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .main-inner {
    min-width: 100%;
  }
}

section.mv .mv-content {
  width: 1280px;
  min-width: 1020px;
  height: 384px;
  background-image: url(../image/mv-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  margin: auto;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  section.mv .mv-content {
    width: 100%;
    min-width: 100%;
    height: 120vw;
    background-image: url(../image/mv-bg--sp.jpg);
    -webkit-background-size: cover;
            background-size: cover;
  }
}
section.mv .mv-content .mv-content__group {
  position: absolute;
  left: 140px;
  top: 100px;
}
@media screen and (max-width: 640px) {
  section.mv .mv-content .mv-content__group {
    top: 10.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.mv .mv-content .mv-content__group .heading-image {
  width: 100%;
  height: auto;
}
section.mv .mv-content .mv-content__group .contact-link {
  display: block;
  width: 240px;
  height: 50px;
  background-color: #dc0823;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  font-weight: bold;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
section.mv .mv-content .mv-content__group .contact-link::after {
  content: '';
  display: block;
  background-image: url(../image/blank-icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  section.mv .mv-content .mv-content__group .contact-link::after {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    right: 4vw;
  }
}
@media screen and (min-width: 641px) {
  section.mv .mv-content .mv-content__group .contact-link:hover {
    opacity: 0.7;
  }
}
section.mv .mv-content .mv-content__group .contact-link span {
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  section.mv .mv-content .mv-content__group .contact-link {
    width: 72.5333333333vw;
    height: 12.8vw;
    line-height: 12.8vw;
    margin: 6.6666666667vw auto 0;
    font-size: 30px;
    font-size: 4vw;
  }
  section.mv .mv-content .mv-content__group .contact-link span {
    padding-left: 4vw;
  }
}

section.intro .intro-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 90px 0 120px;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content {
    width: 85.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  section.intro .intro-content {
    padding: 14.6666666667vw 0 16vw;
  }
}
section.intro .intro-content .intro-title {
  width: 527px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-title {
    width: -webkit-calc(100% + 6.2666666667vw);
    width: calc(100% + 6.2666666667vw);
    margin-left: -3.13333333335vw;
  }
}
section.intro .intro-content .intro-content__area.area-001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 .thumb {
    text-align: center;
  }
}
section.intro .intro-content .intro-content__area.area-001 .thumb img {
  width: 269px;
  height: auto;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 .thumb img {
    width: 71.4666666667vw;
  }
}
section.intro .intro-content .intro-content__area.area-001 .thumb .thumb-note {
  display: block;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 .thumb .thumb-note {
    margin-top: 2.6666666667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
section.intro .intro-content .intro-content__area.area-001 .textArea {
  width: 665px;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 .textArea {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 .textArea p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.intro .intro-content .intro-content__area.area-001 .textArea p:last-child {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 .textArea p:last-child {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-001 .textArea p {
    margin-top: 8vw;
  }
}
section.intro .intro-content .intro-content__area.area-002 {
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-002 {
    margin-top: 21.3333333333vw;
    padding-top: 9.3333333333vw;
  }
}
section.intro .intro-content .intro-content__area.area-002 .head {
  font-size: 24px;
  color: #003e80;
  text-align: center;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-002 .head {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
section.intro .intro-content .intro-content__area.area-002 .list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 27px;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-002 .list-group {
    margin-top: 2.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item {
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item {
    width: 100%;
    margin-top: 8vw;
  }
}
section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .thumb {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .thumb {
    width: auto;
    height: 214px;
  }
}
section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .textArea {
  background-color: #f6f7f9;
  padding: 25px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .textArea {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .textArea .head {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .textArea .head {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .textArea .desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  section.intro .intro-content .intro-content__area.area-002 .list-group .list-group__item .textArea .desc {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}

section.lineup {
  background-color: #f6f7f9;
  padding: 120px 0;
}
@media screen and (max-width: 640px) {
  section.lineup {
    padding: 13.3333333333vw 0 16vw;
  }
}
section.lineup .lineup-title {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-title {
    width: 100%;
  }
}
section.lineup .lineup-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content {
    width: 85.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
section.lineup .lineup-content .lineup-desc {
  color: #003e80;
  margin-top: 24px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-desc {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.lineup .lineup-content .lineup-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-category {
    margin-top: 6.6666666667vw;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.lineup .lineup-content .lineup-category .category-block {
  width: 50%;
  height: 520px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-category .category-block {
    width: 100%;
    height: auto;
    padding-top: 8.6666666667vw;
  }
  section.lineup .lineup-content .lineup-category .category-block:not(:first-child) {
    border-top: 1px solid #e2e2e2;
  }
}
section.lineup .lineup-content .lineup-category .category-block .category-textArea {
  padding: 30px 45px 0;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-category .category-block .category-textArea {
    padding: 6.6666666667vw 3.3333333333vw 8vw;
  }
}
section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-name .nameEN {
  width: auto;
  height: 31px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-name .nameEN {
    height: auto;
  }
  section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-name .nameEN img {
    height: 5.7333333333vw;
  }
}
section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-name .nameJA {
  display: block;
  font-size: 20px;
  color: #003e80;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-name .nameJA {
    font-size: 30px;
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-desc {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-desc {
    font-size: 28px;
    font-size: 3.7333333333vw;
    margin-top: 3.3333333333vw;
  }
}
section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-note {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-category .category-block .category-textArea .category-note {
    font-size: 22px;
    font-size: 2.9333333333vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 641px) {
  section.lineup .lineup-content .lineup-category .category-block.cityBike {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
  section.lineup .lineup-content .lineup-category .category-block.motorAssistedBicycle {
    border-bottom: 1px solid #e2e2e2;
  }
  section.lineup .lineup-content .lineup-category .category-block.motorAssistedBicycle .category-textArea {
    padding-top: 25px;
  }
  section.lineup .lineup-content .lineup-category .category-block.sportsBike {
    height: 535px;
    border-right: 1px solid #e2e2e2;
    padding-top: 30px;
  }
  section.lineup .lineup-content .lineup-category .category-block.sportsBike .category-textArea {
    padding-top: 45px;
  }
  section.lineup .lineup-content .lineup-category .category-block.kidsBike {
    height: 535px;
    padding-top: 30px;
  }
  section.lineup .lineup-content .lineup-category .category-block.kidsBike .category-textArea {
    padding-top: 37px;
  }
  section.lineup .lineup-content .lineup-category .category-block.kidsBike .category-textArea .category-name .nameJA {
    margin-top: 13px;
  }
  section.lineup .lineup-content .lineup-category .category-block.kidsBike .category-image {
    text-align: center;
  }
}
section.lineup .lineup-content .lineup-list {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-list {
    margin-top: 6.6666666667vw;
  }
}
section.lineup .lineup-content .lineup-list .lineup-list__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-list .lineup-list__block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 2.6666666667vw solid #fff;
    padding: 8vw 4vw;
  }
}
section.lineup .lineup-content .lineup-list .lineup-list__block .lead {
  font-size: 14px;
}
section.lineup .lineup-content .lineup-list .lineup-list__block .lead .note {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-list .lineup-list__block .lead .note {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-list .lineup-list__block .lead {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.lineup .lineup-content .lineup-list .lineup-list__block .link {
  background-color: #dc0823;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 240px;
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
section.lineup .lineup-content .lineup-list .lineup-list__block .link::after {
  content: '';
  display: block;
  background-image: url(../image/blank-icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-list .lineup-list__block .link::after {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    right: 4vw;
  }
}
@media screen and (min-width: 641px) {
  section.lineup .lineup-content .lineup-list .lineup-list__block .link:hover {
    opacity: 0.7;
  }
}
section.lineup .lineup-content .lineup-list .lineup-list__block .link span {
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-list .lineup-list__block .link {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
  section.lineup .lineup-content .lineup-list .lineup-list__block .link span {
    padding-left: 4vw;
  }
}
section.lineup .lineup-content .lineup-list__case {
  text-align: center;
  margin-top: 30px;
}
section.lineup .lineup-content .lineup-list__case a {
  color: #003e80;
  position: relative;
}
section.lineup .lineup-content .lineup-list__case a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #003e80 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  section.lineup .lineup-content .lineup-list__case a {
    font-size: 30px;
    font-size: 4vw;
  }
  section.lineup .lineup-content .lineup-list__case a:after {
    border-width: 1.2vw 0.8vw 0 0.8vw;
    right: -3.7333333333vw;
  }
}

section.point {
  padding: 120px 0;
}
@media screen and (max-width: 640px) {
  section.point {
    padding: 16vw 0 14.6666666667vw;
  }
}
section.point .point-title {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.point .point-title {
    width: 100%;
  }
}
section.point .point-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  section.point .point-content {
    width: 85.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
section.point .point-content .point-desc {
  color: #003e80;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-desc {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}
section.point .point-content .point-content__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 641px) {
  section.point .point-content .point-content__step.step-group001 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  section.point .point-content .point-content__step.step-group002 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.point .point-content .point-content__step.step-group002 .step-block {
    margin: 0 20px;
  }
}
section.point .point-content .point-content__step .step-block {
  width: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block {
    width: 100%;
  }
}
section.point .point-content .point-content__step .step-block .illust {
  width: 100%;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block .illust {
    height: auto;
    text-align: center;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 641px) {
  section.point .point-content .point-content__step .step-block .illust img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.point .point-content .point-content__step .step-block .textArea {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e2e2e2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block .textArea {
    padding-top: 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
section.point .point-content .point-content__step .step-block .textArea .head {
  color: #003e80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}
section.point .point-content .point-content__step .step-block .textArea .head .num {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block .textArea .head .num {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
section.point .point-content .point-content__step .step-block .textArea .head .text {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block .textArea .head .text {
    font-size: 34px;
    font-size: 4.5333333333vw;
    padding-top: 2vw;
    padding-left: 5.3333333333vw;
  }
}
section.point .point-content .point-content__step .step-block .textArea .desc {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block .textArea .desc {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
section.point .point-content .point-content__step .step-block .textArea .note {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block .textArea .note {
    font-size: 24px;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
section.point .point-content .point-content__step .step-block.step001 .illust img {
  width: 275px;
  height: auto;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block.step001 .illust img {
    width: 65.8666666667vw;
  }
}
@media screen and (min-width: 641px) {
  section.point .point-content .point-content__step .step-block.step001 .textArea .desc {
    margin-top: 50px;
  }
}
section.point .point-content .point-content__step .step-block.step002 .illust img {
  width: 264px;
  height: auto;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block.step002 .illust img {
    width: 63.2vw;
  }
}
section.point .point-content .point-content__step .step-block.step003 .illust img {
  width: 259px;
  height: auto;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block.step003 .illust img {
    width: 62vw;
  }
}
@media screen and (min-width: 641px) {
  section.point .point-content .point-content__step .step-block.step003 .textArea .desc {
    margin-top: 50px;
  }
}
section.point .point-content .point-content__step .step-block.step004 .illust img {
  width: 261px;
  height: auto;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block.step004 .illust img {
    width: 62.2666666667vw;
  }
}
section.point .point-content .point-content__step .step-block.step005 .illust img {
  width: 237px;
  height: auto;
}
@media screen and (max-width: 640px) {
  section.point .point-content .point-content__step .step-block.step005 .illust img {
    width: 56.6666666667vw;
  }
}

section.case {
  background-color: #f6f7f9;
  padding: 110px 0;
}
@media screen and (max-width: 640px) {
  section.case {
    padding: 14.6666666667vw 0;
  }
}
section.case .case-title {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.case .case-title {
    width: 100%;
  }
}
section.case .case-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  section.case .case-content {
    width: 85.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
section.case .case-content .case-desc {
  color: #003e80;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-desc {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}
section.case .case-content .case-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 37px;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner {
    margin-top: 4vw;
    gap: 2.6666666667vw;
  }
}
section.case .case-content .case-content__inner .caseStudy {
  width: 320px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  section.case .case-content .case-content__inner .caseStudy:hover .thumb img {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy {
    width: 100%;
  }
}
section.case .case-content .case-content__inner .caseStudy .thumb img {
  -webkit-transition: -webkit-transform .4s linear;
  transition: -webkit-transform .4s linear;
  -o-transition: transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear;
}
section.case .case-content .case-content__inner .caseStudy .textArea {
  background-color: #fff;
  padding: 20px 0 30px 15px;
  position: relative;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .textArea {
    padding: 4vw 0 4vw 4vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .textArea .head {
  display: block;
  color: #003e80;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .textArea .head {
    font-size: 30px;
    font-size: 4vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .textArea .category {
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .textArea .category {
    font-size: 24px;
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .textArea .modal-btn {
  background-image: url(../image/modal-btn-icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 11px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .textArea .modal-btn {
    width: 3.4666666667vw;
    height: 2.9333333333vw;
    bottom: 5.3333333333vw;
    right: 4vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4000;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content {
    top: 24vw;
    padding-bottom: 24vw;
    width: 100%;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner {
  width: 1000px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner {
    width: 100%;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  padding: 50px 0 90px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 85.3333333333vw;
    padding: 8vw 0 14.6666666667vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 530px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group .case-modalImage.--lg {
  width: 530px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group .case-modalImage.--lg {
    width: 100%;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group .case-modalImage.--sm {
  width: 250px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group .case-modalImage.--sm {
    margin-top: 6.6666666667vw;
    width: 40vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group .case-modalImage .desc {
  font-size: 12px;
  color: #777777;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .image-group .case-modalImage .desc {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group {
  width: 340px;
  padding-top: 30px;
  border-top: 3px solid #003e80;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group {
    width: 100%;
    padding-top: 6vw;
    border-top: 0.4vw solid #003e80;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .heading {
  font-size: 20px;
  color: #003e80;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .heading {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .detail {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .detail {
    margin-top: 4vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .detail span {
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
  display: block;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .detail span {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .bar {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #c7000b;
  margin: 45px 0;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .bar {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    margin: 5.3333333333vw 0;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .wrap .text-group .text {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .case-modal_close {
  background-image: url(../image/modal-close-btn.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -43px;
  right: 0;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-content__inner .caseStudy .case-modal .case-modal_content .case-modal_content_inner .case-modal_close {
    width: 7.2vw;
    height: 7.2vw;
    top: -10.6666666667vw;
    right: 6.6666666667vw;
  }
}
section.case .case-content .case-note {
  font-size: 14px;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  section.case .case-content .case-note {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
}

section.flow {
  padding: 110px 0 70px;
}
@media screen and (max-width: 640px) {
  section.flow {
    padding: 14.6666666667vw 0 16vw;
  }
}
section.flow .flow-title {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.flow .flow-title {
    width: 100%;
  }
}
section.flow .flow-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content {
    width: 85.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
section.flow .flow-content .flow-desc {
  color: #003e80;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-desc {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}
section.flow .flow-content .flow-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-content__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3333333333vw;
  }
}
section.flow .flow-content .flow-content__inner .step-block {
  width: 166px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-content__inner .step-block {
    width: 100%;
    width: -webkit-calc(100% + 2.6666666667vw);
    width: calc(100% + 2.6666666667vw);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  section.flow .flow-content .flow-content__inner .step-block .step-icon {
    width: 28.8vw;
  }
}
section.flow .flow-content .flow-content__inner .step-block:not(:last-child)::after {
  content: '';
  background-image: url(../image/flow-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 25px;
  height: 34px;
  position: absolute;
  top: 66px;
  right: -33px;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-content__inner .step-block:not(:last-child)::after {
    background-image: url(../image/flow-arrow--sp.png);
    width: 6.8vw;
    height: 5.0666666667vw;
    top: 32vw;
    right: auto;
    left: 11.3333333333vw;
  }
}
section.flow .flow-content .flow-content__inner .step-block .text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-content__inner .step-block .text {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4vw;
    margin-top: 0;
  }
  section.flow .flow-content .flow-content__inner .step-block .text.--mod {
    margin-top: -9.3333333333vw;
  }
}
section.flow .flow-content .flow-content__inner .step-block .text .note {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-content__inner .step-block .text .note {
    font-size: 24px;
    font-size: 3.2vw;
    position: absolute;
    left: 4vw;
    bottom: -5.3333333333vw;
    margin: 0;
  }
}
section.flow .flow-content .flow-contactLink {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #dc0823;
  margin: 50px auto 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
section.flow .flow-content .flow-contactLink::after {
  content: '';
  display: block;
  background-image: url(../image/blank-icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-contactLink::after {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    right: 4vw;
  }
}
@media screen and (min-width: 641px) {
  section.flow .flow-content .flow-contactLink:hover {
    opacity: 0.7;
  }
}
section.flow .flow-content .flow-contactLink span {
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  section.flow .flow-content .flow-contactLink {
    width: 72vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
    font-size: 4vw;
  }
  section.flow .flow-content .flow-contactLink span {
    padding-left: 4vw;
  }
}

section.faq {
  background-color: #f6f7f9;
  padding: 110px 0;
}
@media screen and (max-width: 640px) {
  section.faq {
    padding: 14.6666666667vw 0 9.3333333333vw;
  }
}
section.faq .faq-title {
  width: 136px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.faq .faq-title {
    width: 27.0666666667vw;
  }
}
section.faq .faq-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content {
    width: 85.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  section.faq .faq-content {
    width: 100%;
  }
}
section.faq .faq-content .faq-group {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group {
    margin-top: 6.6666666667vw;
  }
}
section.faq .faq-content .faq-group .faq-item {
  padding: 40px 0;
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item {
    padding: 6.6666666667vw 0;
  }
}
section.faq .faq-content .faq-group .faq-item:last-child {
  border-bottom: 1px solid #e2e2e2;
}
section.faq .faq-content .faq-group .faq-item .faq-item__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item .faq-item__block {
    width: 85.3333333333vw;
    margin: auto;
  }
  section.faq .faq-content .faq-group .faq-item .faq-item__block.question {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.faq .faq-content .faq-group .faq-item .faq-item__block.answer {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item .faq-item__block.answer {
    margin-top: 5.3333333333vw;
  }
  section.faq .faq-content .faq-group .faq-item .faq-item__block.answer .text {
    margin-top: -2vw;
  }
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .box {
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item .faq-item__block .box {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    font-size: 37px;
    font-size: 4.9333333333vw;
  }
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .box.question {
  border: 1px solid #013f80;
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .box.answer {
  background-color: #013f80;
  color: #fff;
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .text {
  padding-left: 15px;
  width: 930px;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item .faq-item__block .text {
    width: 73.3333333333vw;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
  section.faq .faq-content .faq-group .faq-item .faq-item__block .text.answer {
    line-height: 2;
  }
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .text p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item .faq-item__block .text p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .text a {
  font-size: 14px;
  position: relative;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item .faq-item__block .text a {
    font-size: 30px;
    font-size: 4vw;
    margin-top: 4vw;
  }
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .text a::after {
  content: '';
  display: block;
  background-image: url(../image/blank-icon--bl.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item .faq-item__block .text a::after {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
    right: -4.8vw;
  }
}
section.faq .faq-content .faq-group .faq-item .faq-item__block .text.question p {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.faq .faq-content .faq-group .faq-item.-faq005 .answer, section.faq .faq-content .faq-group .faq-item.-faq006 .answer {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.faq .faq-content .faq-group .faq-item.-faq005 .answer .text, section.faq .faq-content .faq-group .faq-item.-faq006 .answer .text {
    margin-top: 0;
  }
}

section.contact {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  section.contact {
    padding: 14.6666666667vw 0 20vw;
    text-align: left;
  }
}
section.contact .contact-title {
  width: 148px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  section.contact .contact-title {
    width: 28.9333333333vw;
  }
}
section.contact .contact-content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  section.contact .contact-content {
    width: 85.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
section.contact .contact-content .contact-link {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #dc0823;
  margin: 45px auto 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: left;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
section.contact .contact-content .contact-link::after {
  content: '';
  display: block;
  background-image: url(../image/blank-icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  section.contact .contact-content .contact-link::after {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    right: 4vw;
  }
}
@media screen and (min-width: 641px) {
  section.contact .contact-content .contact-link:hover {
    opacity: 0.7;
  }
}
section.contact .contact-content .contact-link span {
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  section.contact .contact-content .contact-link {
    width: 72vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 8vw;
    font-size: 4vw;
  }
  section.contact .contact-content .contact-link span {
    padding-left: 4vw;
  }
}
section.contact .contact-content .contact-note {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  section.contact .contact-content .contact-note {
    font-size: 26px;
    font-size: 3.4666666667vw;
    margin-top: 8vw;
  }
}
section.contact .contact-content .brand-link {
  font-size: 14px;
  position: relative;
  margin: 20px auto 0;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  section.contact .contact-content .brand-link {
    font-size: 30px;
    font-size: 4vw;
    margin: 8vw auto 0 0;
  }
}
section.contact .contact-content .brand-link::after {
  content: '';
  display: block;
  background-image: url(../image/blank-icon--bl.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  section.contact .contact-content .brand-link::after {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
    top: auto;
    bottom: 2.6666666667vw;
    right: 17.3333333333vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
