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

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.01em;
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
img.pdf_icon {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none;
}

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
  -webkit-appearance: none;
}

input {
  padding: 0 6px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=button],
input[type=submit] {
  background-color: transparent;
  border: none;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0 5px 0 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
select,
textarea {
  font-size: 100%;
}

input[type=text]:focus,
textarea:focus {
  transition: 0.2s;
}

input[type=text]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
  overflow: auto;
  resize: vertical;
}

label {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

figure {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  color: #465050;
  font-size: 1.6vw;
  font-family: ryo-gothic-plusn, Ryo Gothic PlusN, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  font-style: normal;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-weight: 500;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.75vw;
    font-weight: 600;
  }
}

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

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 2;
}

input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

table, th, td {
  border: none;
}

a {
  color: #333333;
}
a:hover {
  color: #333333;
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-hover {
  transition: opacity 0.2s;
}
.u-hover:hover {
  opacity: 0.7;
}

.heading_lv2 {
  margin-bottom: 2.5vw;
  font-weight: 600;
  text-align: center;
  color: #288CD2;
}
@media only screen and (max-width: 768px) {
  .heading_lv2 {
    margin-bottom: 3.90625vw;
  }
}
.heading_lv2 .en {
  font-family: Aktiv Grotesk, sans-serif;
  font-weight: 800;
  font-size: 2vw;
  letter-spacing: 6px;
}
@media only screen and (max-width: 768px) {
  .heading_lv2 .en {
    font-size: 3.125vw;
    letter-spacing: 3px;
  }
}
.heading_lv2 .jp {
  font-size: 4vw;
  font-weight: 800;
  letter-spacing: 6px;
}
@media only screen and (max-width: 768px) {
  .heading_lv2 .jp {
    font-size: 6.25vw;
    letter-spacing: 3px;
  }
}

.heading_lv3 {
  font-size: 2vw;
  margin-bottom: 4vw;
  color: #288CD2;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .heading_lv3 {
    font-size: 6.25vw;
    line-height: 1.8;
  }
}

.content_section__inner {
  width: 72%;
  margin: 0 auto;
  padding: 8vw 0;
}
@media only screen and (max-width: 768px) {
  .content_section__inner {
    width: 90%;
    padding: 10.9375vw 0;
  }
}
.content_section.bg {
  background-color: #288CD2;
}
.content_section.bg .heading_lv2 .en, .content_section.bg .heading_lv2 .jp {
  color: #fff;
}

.intro .mvCarousel img {
  width: 100%;
}
.intro .mvCarousel .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .intro .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}
.intro__list {
  width: 80%;
  margin: 0 auto;
  padding-top: 1.5vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .intro__list {
    width: 95%;
  }
}
.intro__list .notes {
  text-align: right;
  color: #288CD2;
  font-size: 0.8vw;
  margin-bottom: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .intro__list .notes {
    font-size: 2.1875vw;
    font-weight: 600;
  }
}
.intro__list img {
  width: 100%;
}
.intro__bg {
  background-color: #288CD2;
  background-image: url(../img/kv_line_01.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: auto 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .intro__bg {
    padding-top: 3.125vw;
  }
}
.intro__label {
  width: 22vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .intro__label {
    width: 48.4375vw;
    left: -5%;
    top: -1em;
  }
}
.intro .content_section__inner {
  padding: 3vw 0;
}
.intro__consul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .intro__consul {
    flex-direction: column;
  }
}
.intro__consul__title {
  width: 38%;
  margin-right: 4vw;
}
@media only screen and (max-width: 768px) {
  .intro__consul__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
.intro__consul__content {
  flex: 1;
}
.intro__notes {
  font-size: 0.8vw;
  margin-top: -2vw;
}
@media only screen and (max-width: 768px) {
  .intro__notes {
    font-size: 2.1875vw;
    margin-top: 0;
  }
}
.intro__btn {
  width: 50vw;
  margin: 5vw auto 0;
}
@media only screen and (max-width: 768px) {
  .intro__btn {
    width: 89.0625vw;
  }
}

.achievement__lead {
  font-size: 1.6vw;
  color: #465050;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .achievement__lead {
    font-size: 3.75vw;
  }
}
.achievement__list {
  display: flex;
  justify-content: space-between;
  width: 50vw;
  margin: 3vw auto 0;
}
@media only screen and (max-width: 768px) {
  .achievement__list {
    flex-direction: column;
    width: 100%;
  }
}
.achievement__list__item {
  width: 22vw;
}
@media only screen and (max-width: 768px) {
  .achievement__list__item {
    width: 100%;
    margin-top: 9.375vw;
  }
}
@media only screen and (max-width: 768px) {
  .achievement__list__item img {
    display: block;
    width: 68%;
    margin: 0 auto 0;
  }
}
.achievement__notes {
  margin-top: 3vw;
  font-size: 0.8vw;
}
@media only screen and (max-width: 768px) {
  .achievement__notes {
    font-size: 2.1875vw;
  }
}

.feature__about {
  text-align: center;
  color: #fff;
}
.feature__about .lead {
  letter-spacing: 2px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .feature__about .lead {
    letter-spacing: 1px;
  }
}
.feature__about .lead b {
  color: #FFE600;
  font-size: 1.8vw;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .feature__about .lead b {
    font-size: 4.375vw;
    letter-spacing: 2px;
  }
}
.feature__about .lead sup {
  font-size: 1vw;
  position: relative;
  top: -1.2vw;
  left: -1vw;
}
@media only screen and (max-width: 768px) {
  .feature__about .lead sup {
    font-size: 2.03125vw;
    top: -2.65625vw;
    left: -1.5625vw;
  }
}
.feature__about .notes {
  margin-top: 4.5vw;
  font-size: 0.8vw;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .feature__about .notes {
    font-size: 2.1875vw;
  }
}
.feature__image {
  margin-top: 6.5vw;
}
.feature__lineup .title {
  width: 47.5vw;
  margin: 3.5vw auto 0;
}
@media only screen and (max-width: 768px) {
  .feature__lineup .title {
    width: 76.25vw;
    margin: 5.46875vw auto;
  }
}
.feature__gallery .swiper {
  overflow: visible;
}
.feature__gallery__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  color: #465050;
  padding: 1.5vw 1.8vw;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item {
    padding: 3.125vw 3.90625vw;
  }
}
.feature__gallery__item .image {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .image {
    margin-bottom: 2.34375vw;
  }
}
.feature__gallery__item .image img {
  width: 100%;
}
.feature__gallery__item .name .en {
  font-size: 1.9vw;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .name .en {
    font-size: 5.3125vw;
  }
}
.feature__gallery__item .name .jp {
  font-size: 1.2vw;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .name .jp {
    font-size: 3.90625vw;
  }
}
.feature__gallery__item .info {
  display: flex;
  font-size: 0.75vw;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .info {
    font-size: 3.125vw;
  }
}
.feature__gallery__item .info__item {
  display: flex;
  align-items: center;
  width: 49%;
  letter-spacing: 2px;
}
.feature__gallery__item .info__item .title {
  font-size: 0.75vw;
  border: #465050 1px solid;
  width: 6.5em;
  text-align: center;
  margin-right: 0.5vw;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .info__item .title {
    width: 45%;
    margin-right: 1.5625vw;
    font-size: 2.03125vw;
  }
}
.feature__gallery__item .info__item .content {
  flex: 1;
}
.feature__gallery__item .detail {
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .detail {
    margin-top: 3.125vw;
  }
}
.feature__gallery__item .detail .label {
  width: 7vw;
  margin-right: 1vw;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .detail .label {
    width: 40%;
    margin-right: 3.125vw;
  }
}
.feature__gallery__item .detail .label__item {
  background-color: #288CD2;
  color: #fff;
  font-size: 0.7vw;
  text-align: center;
  padding: 0.3vw 0;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .detail .label__item {
    font-size: 1.875vw;
  }
}
.feature__gallery__item .detail .label__item:not(:last-of-type) {
  margin-bottom: 0.3vw;
}
.feature__gallery__item .detail .price {
  flex: 1;
}
.feature__gallery__item .detail .price .monthly {
  color: #288CD2;
  font-weight: 800;
  font-size: 1.3vw;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .detail .price .monthly {
    font-size: 3.28125vw;
  }
}
.feature__gallery__item .detail .price .monthly b {
  font-size: 2.1vw;
  font-weight: 900;
  letter-spacing: 0px;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .detail .price .monthly b {
    font-size: 5.625vw;
    letter-spacing: 1px;
  }
}
.feature__gallery__item .detail .price .total {
  margin-top: 0.3vw;
  font-size: 0.75vw;
  letter-spacing: 2px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .feature__gallery__item .detail .price .total {
    margin-top: 1.5625vw;
    font-size: 1.875vw;
    letter-spacing: 0;
  }
}
.feature__extra .catch {
  width: 53vw;
  margin: 4vw auto 0;
}
@media only screen and (max-width: 768px) {
  .feature__extra .catch {
    width: 100%;
    margin: 9.375vw auto 4.6875vw;
  }
}
.feature__extra .image {
  width: 120%;
  margin-left: -10%;
}
@media only screen and (max-width: 768px) {
  .feature__extra .image {
    margin: 0 auto 4.6875vw;
  }
}
.feature__extra .notes {
  font-size: 0.8vw;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .feature__extra .notes {
    font-size: 2.1875vw;
  }
}
.feature__btn {
  width: 50vw;
  margin: 8vw auto 0;
}
@media only screen and (max-width: 768px) {
  .feature__btn {
    width: 100%;
  }
}

.carlife {
  text-align: center;
}
.carlife .heading_lv3 span {
  display: block;
  width: 21vw;
  margin: 0 auto 2vw;
}
@media only screen and (max-width: 768px) {
  .carlife .heading_lv3 span {
    width: 55.625vw;
  }
}
.carlife__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .carlife__list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .carlife__list__item {
    margin-top: 9.375vw;
  }
}
@media only screen and (max-width: 768px) {
  .carlife__list__item:first-of-type {
    margin-top: 4.6875vw;
  }
}
.carlife__list__item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .carlife__list__item .icon {
    width: 28.125vw;
    margin: 0 auto;
  }
}
.carlife__list__item .title {
  margin-top: 2vw;
  font-size: 1.4vw;
  font-weight: 700;
  color: #465050;
}
@media only screen and (max-width: 768px) {
  .carlife__list__item .title {
    font-size: 4.375vw;
    line-height: 1.8;
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .carlife__list__item .title sup {
    font-size: 2.8125vw;
    position: relative;
    top: -10px;
    left: -5px;
  }
}
.carlife__list__item .title span {
  font-size: 1vw;
}
@media only screen and (max-width: 768px) {
  .carlife__list__item .title span {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .carlife__list__item .notes {
    font-size: 2.1875vw;
    margin-top: 3.125vw;
  }
}
.carlife__notes {
  margin-top: 4vw;
  font-size: 0.8vw;
  text-align: left;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 768px) {
  .carlife__notes {
    font-size: 2.1875vw;
  }
}

.flow__list {
  padding: 4vw;
  background-color: #fff;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .flow__list {
    padding: 6.25vw 0;
    border-radius: 7px;
  }
}
.flow__list__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  border-bottom: 1px solid #288CD2;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  .flow__list__row {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.flow__list__row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.flow__list__item {
  text-align: center;
}
.flow__list__item--arrow {
  margin-top: auto;
  margin-bottom: auto;
  width: 3.5vw;
  margin: auto 0vw auto 0vw;
}
@media only screen and (max-width: 768px) {
  .flow__list__item--arrow {
    margin: 4.6875vw auto;
    width: 10.9375vw;
  }
}
.flow__list__item--01 {
  width: 24%;
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .flow__list__item--01 {
    width: 84%;
    margin: 0 auto;
  }
}
.flow__list__item--02 {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .flow__list__item--02 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flow__list__item--02 .icon {
    width: 29.21875vw;
    margin: 0 auto;
  }
}
.flow__list__item--03 {
  width: 38%;
}
@media only screen and (max-width: 768px) {
  .flow__list__item--03 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flow__list__item--03 .icon {
    width: 18.75vw;
    margin: 0 auto;
  }
}
.flow__list__item--04 {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .flow__list__item--04 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flow__list__item--04 .icon {
    width: 21.875vw;
    margin: 0 auto;
  }
}
.flow__list__item--05 {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .flow__list__item--05 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flow__list__item--05 .icon {
    width: 35.9375vw;
    margin: 0 auto;
  }
}
.flow__list__item .title {
  font-size: 1.4vw;
  font-weight: 600;
  color: #465050;
  line-height: 1.6;
  margin-bottom: 1.5vw;
}
@media only screen and (max-width: 768px) {
  .flow__list__item .title {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
}
.flow__list__item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__list__item .notes {
  font-size: 0.8vw;
  margin-top: 1vw;
  color: #465050;
}
@media only screen and (max-width: 768px) {
  .flow__list__item .notes {
    margin-top: 2.34375vw;
    font-size: 2.1875vw;
    letter-spacing: 0;
  }
}

.voice__list__item {
  display: flex;
  justify-content: space-between;
  background-color: #D7F7FF;
  border-radius: 15px;
  overflow: hidden;
  padding: 2.5vw 3vw;
}
@media only screen and (max-width: 768px) {
  .voice__list__item {
    padding: 6.25vw;
    border-radius: 7px;
    position: relative;
  }
}
.voice__list__item:not(:last-of-type) {
  margin-bottom: 4vw;
}
@media only screen and (max-width: 768px) {
  .voice__list__item:not(:last-of-type) {
    margin-bottom: 6.25vw;
  }
}
.voice__list__item .icon {
  margin-right: 2vw;
  width: 10vw;
}
@media only screen and (max-width: 768px) {
  .voice__list__item .icon {
    position: absolute;
    right: 3.125vw;
    top: 4.6875vw;
    width: 21.875vw;
  }
}
.voice__list__item .content {
  flex: 1;
  text-align: left;
}
.voice__list__item .content .title {
  font-size: 2vw;
  color: #288CD2;
  font-weight: 800;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .voice__list__item .content .title {
    font-size: 4.53125vw;
    letter-spacing: 1px;
    line-height: 1.7;
  }
}
.voice__list__item .content .detail {
  background-color: #288CD2;
  color: #fff;
  font-size: 1vw;
  display: inline-block;
  border-radius: 5px;
  padding: 0.2vw 1vw;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 768px) {
  .voice__list__item .content .detail {
    font-size: 2.8125vw;
    border-radius: 2px;
    padding: 0vw 1.5625vw;
    margin-top: 3.125vw;
    margin-bottom: 4.6875vw;
  }
}
.voice__list__item .content .comment {
  font-size: 1vw;
  color: #465050;
}
@media only screen and (max-width: 768px) {
  .voice__list__item .content .comment {
    font-size: 2.8125vw;
  }
}

.faq__list__item {
  border: #288CD2 2px solid;
  border-radius: 15px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .faq__list__item {
    border-radius: 7px;
  }
}
.faq__list__item:not(:last-of-type) {
  margin-bottom: 4vw;
}
@media only screen and (max-width: 768px) {
  .faq__list__item:not(:last-of-type) {
    margin-bottom: 6.25vw;
  }
}
.faq__list__item .q {
  display: flex;
  align-items: center;
  background-color: #288CD2;
  color: #fff;
  padding: 1.5vw 3.5vw;
}
@media only screen and (max-width: 768px) {
  .faq__list__item .q {
    padding: 3.90625vw 3.90625vw;
  }
}
.faq__list__item .q::before {
  content: "Q";
  font-size: 5.8vw;
  font-weight: 800;
  line-height: 1.2;
  color: #FFE600;
  margin-right: 3vw;
}
@media only screen and (max-width: 768px) {
  .faq__list__item .q::before {
    font-size: 9.0625vw;
    margin-right: 3.90625vw;
  }
}
.faq__list__item .q span {
  font-size: 2.1vw;
  font-weight: 800;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .faq__list__item .q span {
    font-size: 3.75vw;
  }
}
.faq__list__item .a {
  display: flex;
  align-items: center;
  padding: 2vw 3vw 2vw 3.5vw;
}
@media only screen and (max-width: 768px) {
  .faq__list__item .a {
    padding: 3.90625vw 4.6875vw;
    align-items: flex-start;
  }
}
.faq__list__item .a::before {
  content: "A";
  font-size: 5.8vw;
  font-weight: 800;
  line-height: 1.2;
  color: #288CD2;
  margin-right: 3vw;
}
@media only screen and (max-width: 768px) {
  .faq__list__item .a::before {
    font-size: 9.0625vw;
    margin-right: 3.90625vw;
    margin-top: -1.5625vw;
  }
}
.faq__list__item .a span {
  font-size: 1vw;
  font-weight: 600;
  color: #465050;
}
@media only screen and (max-width: 768px) {
  .faq__list__item .a span {
    font-size: 3.125vw;
  }
}
.faq .btn {
  width: 50vw;
  margin: 8vw auto 0;
}
@media only screen and (max-width: 768px) {
  .faq .btn {
    width: 100%;
    margin: 12.5vw auto 0;
  }
}

.ContactArea {
  background: rgba(255, 250, 216, 0.95);
  z-index: 2;
  width: 100%;
  padding: 1.5vw 0;
}
@media only screen and (max-width: 768px) {
  .ContactArea {
    padding: 3.125vw 0;
  }
}
.ContactArea .Button__item {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .ContactArea .Button__item {
    width: 90%;
  }
}

.footer {
  background-color: #494949;
  color: #fff;
  text-align: center;
  padding: 3vw 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 14.0625vw 0 9.375vw;
    flex-direction: column;
  }
}
.footer__pagetop {
  width: 2.5vw;
  position: absolute;
  right: 1vw;
  top: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 768px) {
  .footer__pagetop {
    width: 11.71875vw;
    right: 4%;
  }
}
.footer__pagetop:hover {
  opacity: 0.7;
}
.footer__links {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer__links {
    flex-direction: column;
  }
}
.footer__links__item {
  margin: 0 0.5vw;
}
@media only screen and (max-width: 768px) {
  .footer__links__item {
    margin: 1.5625vw 0;
  }
}
.footer__links__item a {
  color: #fff;
  font-size: 0.8vw;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .footer__links__item a {
    font-size: 3.75vw;
  }
}
.footer__links__item a:hover {
  text-decoration: none;
}
.footer__copyright {
  font-size: 0.7vw;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 9.375vw;
    font-size: 3.125vw;
  }
}

/*# sourceMappingURL=style.css.map */
