@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: #333333;
  font-size: 1.25vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-weight: 500;
  overflow-x: hidden;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 2.1333333333vw;
  }
}

img {
  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: 750px) {
  .sp-only {
    display: block;
  }
}

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

.heading_lv2 {
  font-size: 4.21875vw;
  margin-bottom: 3.125vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .heading_lv2 {
    font-size: 9.3333333333vw;
    line-height: 1.3;
    margin-bottom: 6.6666666667vw;
  }
}

.heading_lv3 {
  font-size: 2.734375vw;
  margin-bottom: 3.125vw;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  .heading_lv3 {
    font-size: 6.6666666667vw;
    line-height: 1.6;
    margin-bottom: 6.6666666667vw;
  }
}

.content_section__inner {
  width: 78%;
  margin: 0 auto;
  padding: 5.46875vw 0;
}
@media only screen and (max-width: 750px) {
  .content_section__inner {
    width: 92%;
    padding: 13.3333333333vw 0;
  }
}

.popular .swiper .swiper-slide .content .btns .btn.detail {
  background: rgb(13, 99, 215);
  background: -moz-linear-gradient(90deg, rgb(13, 99, 215) 0%, rgb(83, 198, 248) 100%);
  background: -webkit-linear-gradient(90deg, rgb(13, 99, 215) 0%, rgb(83, 198, 248) 100%);
  background: linear-gradient(90deg, rgb(13, 99, 215) 0%, rgb(83, 198, 248) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d63d7",endColorstr="#53c6f8",GradientType=1);
}

.ContactArea .Button .btn.line, .modal .btn, .flow__list__item__content .contact__list__item .btn.line, .popular .swiper .swiper-slide .content .btns .btn.line, .reason__list__item .btn, .cta__list__item.line .btn {
  background: rgb(4, 164, 2);
  background: -moz-linear-gradient(90deg, rgb(4, 164, 2) 0%, rgb(80, 208, 47) 100%);
  background: -webkit-linear-gradient(90deg, rgb(4, 164, 2) 0%, rgb(80, 208, 47) 100%);
  background: linear-gradient(90deg, rgb(4, 164, 2) 0%, rgb(80, 208, 47) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04a402",endColorstr="#50d02f",GradientType=1);
}

.ContactArea .Button .btn.tel, .flow__list__item__content .contact__list__item .btn.tel, .cta__list__item.tel .btn {
  background: rgb(255, 68, 1);
  background: -moz-linear-gradient(90deg, rgb(255, 68, 1) 0%, rgb(255, 169, 63) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 68, 1) 0%, rgb(255, 169, 63) 100%);
  background: linear-gradient(90deg, rgb(255, 68, 1) 0%, rgb(255, 169, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4401",endColorstr="#ffa93f",GradientType=1);
}

.kv {
  margin-bottom: 6.25vw;
}
@media only screen and (max-width: 750px) {
  .kv {
    margin-bottom: 8vw;
  }
}

.special {
  margin-bottom: 6.25vw;
}
@media only screen and (max-width: 750px) {
  .special {
    margin-bottom: 8vw;
  }
}

.deal {
  background-image: url(../img/bg_deal_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.deal__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.734375vw;
}
@media only screen and (max-width: 750px) {
  .deal__list {
    flex-direction: column;
    margin-bottom: 5.3333333333vw;
  }
}
.deal__list__item {
  width: 32%;
}
@media only screen and (max-width: 750px) {
  .deal__list__item {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .deal__list__item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.deal__text {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .deal__text {
    width: 100%;
  }
}

.cta {
  background-color: #e9eff5;
  text-align: center;
}
.cta__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .cta__list {
    flex-direction: column;
  }
}
.cta__list__item {
  width: 48%;
  font-size: 1.5625vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .cta__list__item {
    font-size: 4.2666666667vw;
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  .cta__list__item:last-of-type {
    margin-bottom: 0;
  }
}
.cta__list__item .lead {
  margin-bottom: 1.171875vw;
  position: relative;
  display: inline-block;
}
.cta__list__item .lead::before, .cta__list__item .lead::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.cta__list__item .lead::before {
  left: -1em;
  transform: translateY(-50%) skewX(45deg);
}
.cta__list__item .lead::after {
  right: -1em;
  transform: translateY(-50%) skewX(-45deg);
}
.cta__list__item .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 2.03125vw;
  line-height: 1.2;
  font-weight: 600;
  padding: 1.5625vw 2.34375vw;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .cta__list__item .btn {
    font-size: 5.3333333333vw;
    padding: 3.3333333333vw 4.6666666667vw;
    line-height: 1.4;
  }
}
.cta__list__item .btn .text {
  text-align: center;
  margin-right: 3.125vw;
}
@media only screen and (max-width: 750px) {
  .cta__list__item .btn .text {
    margin-right: 2.6666666667vw;
  }
}
.cta__list__item .btn .arrow {
  width: 1.25vw;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .cta__list__item .btn .arrow {
    width: 3.2vw;
  }
}
.cta__list__item .btn:hover {
  opacity: 0.7;
}
.cta__list__item.line .btn .icon {
  width: 4.375vw;
  margin-right: 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .cta__list__item.line .btn .icon {
    width: 10.6666666667vw;
    margin-right: 1.171875vw;
    margin-left: 1.5625vw;
  }
}
.cta__list__item.tel .btn .icon {
  width: 3.59375vw;
  margin-right: 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .cta__list__item.tel .btn .icon {
    width: 8.6666666667vw;
    margin-right: 1.3333333333vw;
    margin-left: 4vw;
  }
}
.cta__list__item.tel .tel_business {
  font-size: 1.40625vw;
  letter-spacing: 4px;
  margin-top: 1.171875vw;
}
@media only screen and (max-width: 750px) {
  .cta__list__item.tel .tel_business {
    font-size: 4.2666666667vw;
  }
}
.cta__list__item.tel .tel_business a {
  color: #ff4401;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  margin-right: 0.390625vw;
}
.cta__list__item.tel .tel_business a:hover {
  text-decoration: underline;
}
.cta__list__item.tel .tel_business span {
  font-size: 1.25vw;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .cta__list__item.tel .tel_business span {
    font-size: 3.2vw;
  }
}
.cta .weekend {
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 1.5625vw;
  font-weight: 600;
  font-size: 2.03125vw;
}
@media only screen and (max-width: 750px) {
  .cta .weekend {
    width: 70%;
    margin-top: 4vw;
    font-size: 5.3333333333vw;
  }
}

.reason {
  background-image: url(../img/bg_reason_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.reason__list {
  margin-top: 5.46875vw;
}
@media only screen and (max-width: 750px) {
  .reason__list {
    margin-top: 9.3333333333vw;
  }
}
.reason__list__item {
  border: #fff 2px solid;
  border-radius: 10px;
  padding: 5.46875vw 7.8125vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .reason__list__item {
    padding: 11.3333333333vw 6.6666666667vw 9.3333333333vw;
  }
}
.reason__list__item .lead {
  font-size: 1.71875vw;
  font-weight: 600;
  margin-bottom: 1.953125vw;
}
@media only screen and (max-width: 750px) {
  .reason__list__item .lead {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    margin-bottom: 4vw;
  }
}
.reason__list__item .lead b {
  font-size: 2.34375vw;
}
@media only screen and (max-width: 750px) {
  .reason__list__item .lead b {
    font-size: 5.6vw;
    line-height: 1.6;
    display: block;
    margin-bottom: 2vw;
  }
}
.reason__list__item .lead b span {
  color: #ffff00;
}
.reason__list__item:not(:last-of-type) {
  margin-bottom: 4.6875vw;
}
@media only screen and (max-width: 750px) {
  .reason__list__item:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
}
.reason__list__item .label {
  width: 22.65625vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .reason__list__item .label {
    width: 53.3333333333vw;
  }
}
.reason__list__item .image {
  margin-bottom: 2.34375vw;
  display: block;
}
.reason__list__item .btn {
  min-width: 75%;
  max-width: 80%;
  margin: 2.34375vw auto 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 1.71875vw;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 600;
  padding: 1.5625vw 2.34375vw;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .reason__list__item .btn {
    margin: 6vw auto 0;
    min-width: 100%;
    max-width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding: 2.6666666667vw 6.6666666667vw;
  }
}
.reason__list__item .btn:hover {
  opacity: 0.7;
}
.reason__list__item .btn .icon {
  width: 3.59375vw;
  margin-right: 1.171875vw;
}
@media only screen and (max-width: 750px) {
  .reason__list__item .btn .icon {
    width: 8.6666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  .reason__list__item .btn .text {
    white-space: nowrap;
  }
}
.reason__list__item .btn .arrow {
  display: flex;
  align-items: center;
  margin-left: 1.171875vw;
}
@media only screen and (max-width: 750px) {
  .reason__list__item .btn .arrow {
    width: 2.6666666667vw;
  }
}

.price {
  text-align: center;
}
.price .car {
  width: 20%;
  margin: 0 auto 2.34375vw;
}
@media only screen and (max-width: 750px) {
  .price .car {
    width: 50%;
    margin-bottom: 6.6666666667vw;
  }
}
.price .image {
  padding: 0 7.8125vw;
  display: block;
}
@media only screen and (max-width: 750px) {
  .price .image {
    padding: 0;
  }
}

.popular {
  background: rgb(0, 41, 134);
  background: -moz-linear-gradient(0deg, rgb(0, 41, 134) 0%, rgb(23, 123, 197) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 41, 134) 0%, rgb(23, 123, 197) 100%);
  background: linear-gradient(0deg, rgb(0, 41, 134) 0%, rgb(23, 123, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002986",endColorstr="#177bc5",GradientType=1);
  text-align: center;
  color: #fff;
}
.popular .heading_lv2 {
  width: 34.375vw;
  margin: 0 auto 2.734375vw;
}
@media only screen and (max-width: 750px) {
  .popular .heading_lv2 {
    width: 80%;
    margin-bottom: 5.3333333333vw;
  }
}
.popular .swiper {
  overflow: visible;
}
@media only screen and (max-width: 750px) {
  .popular .swiper {
    padding: 0 16%;
  }
}
.popular .swiper .swiper-slide {
  background-color: #fff;
  height: calc(100% + 16px);
  transition: opacity 0.2s;
}
.popular .swiper .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
  opacity: 0.3;
}
.popular .swiper .swiper-slide .content {
  padding: 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .popular .swiper .swiper-slide .content {
    padding: 4vw;
  }
}
.popular .swiper .swiper-slide .content .btns .btn {
  margin-top: 1.171875vw;
  display: block;
  border-radius: 100px;
  font-size: 1.71875vw;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 1.171875vw 0;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .popular .swiper .swiper-slide .content .btns .btn {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0vw;
  }
}
.popular .swiper .swiper-slide .content .btns .btn:hover {
  opacity: 0.7;
}
.popular .swiper .swiper-slide .content .btns .btn .icon,
.popular .swiper .swiper-slide .content .btns .btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popular .swiper .swiper-slide .content .btns .btn .icon {
  width: 2.5vw;
  left: 1.5625vw;
  margin-right: 0.390625vw;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .popular .swiper .swiper-slide .content .btns .btn .icon {
    width: 6.6666666667vw;
    left: 2.6666666667vw;
  }
}
.popular .swiper .swiper-slide .content .btns .btn .arrow {
  right: 1.953125vw;
}
@media only screen and (max-width: 750px) {
  .popular .swiper .swiper-slide .content .btns .btn .arrow {
    width: 2.6666666667vw;
    right: 3.3333333333vw;
  }
}
.popular .swiper .swiper-slide .content .btns .btn .text {
  display: block;
  text-align: center;
}
.popular .swiper .swiper-slide .content .btns .btn .arrow {
  display: flex;
  align-items: center;
}
.popular .swiper .swiper-button-prev,
.popular .swiper .swiper-button-next {
  width: 4.6875vw;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .popular .swiper .swiper-button-prev,
  .popular .swiper .swiper-button-next {
    width: 12vw;
  }
}
.popular .swiper .swiper-button-prev::after,
.popular .swiper .swiper-button-next::after {
  display: none;
}
.popular .swiper .swiper-button-prev:hover,
.popular .swiper .swiper-button-next:hover {
  opacity: 0.7;
}
.popular .swiper .swiper-button-prev {
  left: -6.25vw;
}
@media only screen and (max-width: 750px) {
  .popular .swiper .swiper-button-prev {
    left: -1.3333333333vw;
  }
}
.popular .swiper .swiper-button-next {
  right: -6.25vw;
}
@media only screen and (max-width: 750px) {
  .popular .swiper .swiper-button-next {
    right: -1.3333333333vw;
  }
}
.popular .lead {
  width: 60.15625vw;
  margin: 3.125vw auto 0;
}
@media only screen and (max-width: 750px) {
  .popular .lead {
    margin-top: 8vw;
    width: 100%;
  }
}

.flow {
  text-align: center;
  background-color: #e9eff5;
}
.flow__list__item {
  position: relative;
  border: #000 3px solid;
  border-radius: 10px;
  counter-increment: counter_flow;
  max-width: 70.3125vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .flow__list__item {
    min-width: 100%;
  }
}
.flow__list__item:not(:last-of-type) {
  margin-bottom: 5.46875vw;
}
@media only screen and (max-width: 750px) {
  .flow__list__item:not(:last-of-type) {
    margin-bottom: 9.3333333333vw;
  }
}
.flow__list__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 80px 0 80px;
  border-color: #b9c0c8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -3.90625vw;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .flow__list__item:not(:last-of-type)::after {
    border-width: 18px 40px 0 40px;
    bottom: -8vw;
  }
}
.flow__list__item__title {
  background-color: #fff;
  font-size: 2.96875vw;
  font-weight: 600;
  padding: 1.171875vw 1.5625vw;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__title {
    font-size: 6.1333333333vw;
    padding: 3.3333333333vw 2.6666666667vw;
  }
}
.flow__list__item__title:before {
  content: counter(counter_flow);
  color: #288cd2;
  font-size: 4.921875vw;
  position: absolute;
  left: 3.90625vw;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .flow__list__item__title:before {
    font-size: 12vw;
    left: 6.6666666667vw;
  }
}
.flow__list__item__content {
  background-color: #e4f0fd;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.flow__list__item__content.contact {
  background-image: url(../img/bg_flow_01.png);
  background-position: 7% bottom;
  background-size: auto 92%;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content.contact {
    background-position: center 15%;
    background-size: 92% auto;
    padding-top: 52vw;
  }
}
.flow__list__item__content .contact__list {
  width: 50%;
  padding: 3.125vw 3.515625vw;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .contact__list {
    width: 100%;
  }
}
.flow__list__item__content .contact__list__item:not(:last-of-type) {
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .contact__list__item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.flow__list__item__content .contact__list__item .btn {
  font-size: 2.1875vw;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  padding: 1.171875vw 2.34375vw;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .contact__list__item .btn {
    padding: 3.3333333333vw 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.flow__list__item__content .contact__list__item .btn:hover {
  opacity: 0.7;
}
.flow__list__item__content .contact__list__item .btn .arrow {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .contact__list__item .btn .arrow {
    width: 3.2vw;
  }
}
.flow__list__item__content .contact__list__item .btn.line .icon {
  width: 4.375vw;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .contact__list__item .btn.line .icon {
    width: 10.6666666667vw;
  }
}
.flow__list__item__content .contact__list__item .btn.tel .icon {
  width: 2.8125vw;
  margin-left: 1.09375vw;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .contact__list__item .btn.tel .icon {
    width: 7.3333333333vw;
    margin-left: 3.3333333333vw;
  }
}
.flow__list__item__content .support__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .support__content {
    flex-direction: column;
    padding: 4vw;
  }
}
.flow__list__item__content .support__text {
  font-size: 1.640625vw;
  font-weight: 600;
  text-align: left;
  padding: 0 2.34375vw;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .support__text {
    text-align: center;
    padding: 0;
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .support__text p {
    line-height: 1.6;
  }
}
.flow__list__item__content .support__image {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .flow__list__item__content .support__image {
    width: 100%;
  }
}

.voice {
  text-align: center;
}
.voice__list {
  max-width: 70.3125vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .voice__list {
    max-width: 100%;
  }
}
.voice__list__item:not(:last-of-type) {
  margin-bottom: 3.90625vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.voice__list__item:first-of-type .content__body {
  display: block;
}
.voice__list__item .content__head {
  background-color: #09184c;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.390625vw 0.78125vw;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__head {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2vw;
    justify-content: space-between;
  }
}
.voice__list__item .content__head:hover {
  opacity: 0.8;
}
.voice__list__item .content__head .avatar {
  width: 7.8125vw;
  border: 3px solid #09184c;
  border-radius: 50%;
  transform: scale(1.3);
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__head .avatar {
    transform: unset;
    width: 18vw;
    margin-right: 1.3333333333vw;
  }
}
.voice__list__item .content__head .title {
  font-size: 2.03125vw;
  text-align: left;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__head .title {
    font-size: 4vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.voice__list__item .content__head .title b {
  color: #ffff00;
}
.voice__list__item .content__head .arrow {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/icon_arrow_b_01.png);
  background-position: center 60%;
  background-size: 1.25vw auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__head .arrow {
    width: 6.4vw;
    height: 6.4vw;
    background-size: 2.5333333333vw auto;
  }
}
.voice__list__item .content__head.is-active .arrow {
  background-image: url(../img/icon_arrow_t_01.png);
  background-position: center 50%;
}
.voice__list__item .content__body {
  display: none;
  padding: 3.515625vw 4.6875vw;
  background-color: #e1f0ff;
  border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body {
    padding: 6.6666666667vw 6.6666666667vw;
  }
}
.voice__list__item .content__body .image {
  width: 24.21875vw;
  margin: 0 auto 2.734375vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .image {
    width: 60%;
    margin-bottom: 5.3333333333vw;
  }
}
.voice__list__item .content__body .chat .avatar {
  width: 5.46875vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat .avatar {
    width: 10.6666666667vw;
  }
}
.voice__list__item .content__body .chat .text span {
  border-radius: 15px;
  font-weight: 600;
  padding: 1.40625vw 1.5625vw;
  display: inline-block;
  text-align: left;
  line-height: 1.6;
  position: relative;
  max-width: 42.1875vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat .text span {
    max-width: unset;
    padding: 2.4vw 2.6666666667vw;
    border-radius: 7px;
  }
}
.voice__list__item .content__body .chat .text span::before {
  content: "";
  display: block;
  background-position: center;
  background-size: 1.71875vw 1.25vw;
  position: absolute;
  width: 1.71875vw;
  height: 1.25vw;
  top: 1.328125vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat .text span::before {
    width: 3.7333333333vw;
    height: 2.9333333333vw;
    top: 2.6666666667vw;
    background-size: 3.7333333333vw 2.9333333333vw;
  }
}
.voice__list__item .content__body .chat .text span b {
  color: #ff6432;
}
.voice__list__item .content__body .chat dt {
  display: flex;
  margin-bottom: 2.34375vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dt {
    margin-bottom: 4.6666666667vw;
  }
}
.voice__list__item .content__body .chat dt .avatar {
  margin-right: 3.28125vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dt .avatar {
    margin-right: 6vw;
  }
}
.voice__list__item .content__body .chat dt .text span {
  background-color: #09184c;
  color: #fff;
  font-size: 1.40625vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dt .text span {
    font-size: 3.2vw;
  }
}
.voice__list__item .content__body .chat dt .text span::before {
  background-image: url(../img/icon_f_01.png);
  left: -1.25vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dt .text span::before {
    left: -2.9333333333vw;
  }
}
.voice__list__item .content__body .chat dd {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2.734375vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dd {
    margin-bottom: 5.3333333333vw;
  }
}
.voice__list__item .content__body .chat dd .avatar {
  margin-left: 3.28125vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dd .avatar {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dd .text {
    flex: 1;
  }
}
.voice__list__item .content__body .chat dd .text span {
  background-color: #fff;
  font-size: 1.25vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dd .text span {
    font-size: 3.2vw;
  }
}
.voice__list__item .content__body .chat dd .text span::before {
  background-image: url(../img/icon_f_02.png);
  right: -1.25vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .chat dd .text span::before {
    right: -2.9333333333vw;
  }
}
.voice__list__item .content__body .notes {
  text-align: left;
  font-weight: 600;
  font-size: 1.015625vw;
}
@media only screen and (max-width: 750px) {
  .voice__list__item .content__body .notes {
    font-size: 2.6666666667vw;
  }
}

.footer {
  background-color: #2b2b2b;
  color: #fff;
  text-align: center;
  padding: 3.90625vw 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .footer {
    padding: 9.3333333333vw 0;
  }
}
.footer__pagetop {
  width: 3.90625vw;
  position: absolute;
  right: 4.6875vw;
  top: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .footer__pagetop {
    width: 10vw;
    right: 4%;
  }
}
.footer__pagetop:hover {
  opacity: 0.7;
}
.footer__links {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .footer__links {
    flex-direction: column;
  }
}
.footer__links__item {
  margin: 0 0.390625vw;
}
@media only screen and (max-width: 750px) {
  .footer__links__item {
    margin: 1.3333333333vw 0;
  }
}
.footer__links__item a {
  line-height: 1.4;
  color: #fff;
  font-size: 1.09375vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .footer__links__item a {
    font-size: 3.2vw;
  }
}
.footer__links__item a:hover {
  text-decoration: none;
}
.footer__copyright {
  font-size: 0.9375vw;
  font-weight: 600;
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .footer__copyright {
    margin-top: 8vw;
    font-size: 2.6666666667vw;
  }
}

.modal {
  text-align: left;
}
.modal .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .modal .detail {
    flex-direction: column;
  }
}
.modal .detail .image {
  width: 55%;
}
@media only screen and (max-width: 750px) {
  .modal .detail .image {
    width: 100%;
  }
}
.modal .detail .content {
  width: 40%;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .modal .detail .content {
    width: 100%;
    margin-top: 4vw;
  }
}
.modal .detail .content .name {
  font-size: 2.1875vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .modal .detail .content .name {
    font-size: 5.3333333333vw;
  }
}
.modal .detail .content .data ul {
  margin-top: 1.5625vw;
}
.modal .detail .content .data ul li {
  font-size: 1.484375vw;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .modal .detail .content .data ul li {
    font-size: 3.7333333333vw;
  }
}
.modal .detail .content .data ul li b {
  font-size: 1.953125vw;
}
@media only screen and (max-width: 750px) {
  .modal .detail .content .data ul li b {
    font-size: 4.8vw;
  }
}
.modal .btn {
  width: 66%;
  margin: 2.34375vw auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 1.640625vw;
  line-height: 1.3;
  font-weight: 600;
  padding: 1.171875vw 2.34375vw;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modal .btn {
    width: 100%;
    margin-top: 6.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
    padding: 4vw 6.6666666667vw;
  }
}
.modal .btn .icon {
  width: 3.046875vw;
  margin-right: 2.34375vw;
}
@media only screen and (max-width: 750px) {
  .modal .btn .icon {
    width: 7.4666666667vw;
  }
}
.modal .btn .arrow {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .modal .btn .arrow {
    width: 2.6666666667vw;
  }
}
.modal .notes {
  margin-top: 1.953125vw;
}
@media only screen and (max-width: 750px) {
  .modal .notes {
    margin-top: 6.6666666667vw;
  }
}
.modal .notes p {
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .modal .notes p {
    font-size: 2.9333333333vw;
  }
}

.ContactArea {
  background-color: #eaf0f6;
  z-index: 2;
  width: 100%;
  text-align: center;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.05);
  padding: 1.171875vw 0;
  font-size: 1.015625vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .ContactArea {
    padding: 2.6666666667vw 0;
  }
}
.ContactArea .Button {
  display: flex;
  justify-content: center;
  margin-bottom: 0.546875vw;
}
.ContactArea .Button__recommend {
  position: fixed;
  right: 0;
  bottom: 12.5vw;
  transition: opacity 0.2s;
  width: 10.15625vw;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button__recommend {
    width: 17.3333333333vw;
    bottom: 29.3333333333vw;
  }
}
.ContactArea .Button__recommend:hover {
  opacity: 0.7;
}
.ContactArea .Button__item {
  margin: 0 0.78125vw;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button__item {
    margin: 0 1.3333333333vw;
  }
}
.ContactArea .Button .btn {
  font-size: 1.09375vw;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  padding: 0.78125vw 1.5625vw;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button .btn {
    padding: 1.7333333333vw 4.6666666667vw 1.7333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.ContactArea .Button .btn:hover {
  opacity: 0.7;
}
.ContactArea .Button .btn .icon {
  display: flex;
  align-items: center;
  margin-right: 1.953125vw;
}
.ContactArea .Button .btn .text {
  margin-top: -0.390625vw;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button .btn .text {
    margin-top: -3.3333333333vw;
  }
}
.ContactArea .Button .btn .text b {
  display: inline-block;
  color: #ffff00;
  line-height: 1;
  font-size: 1.171875vw;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button .btn .text b {
    font-size: 2vw;
  }
}
.ContactArea .Button .btn .text b::before, .ContactArea .Button .btn .text b::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background-color: #ffff00;
  position: absolute;
  top: 50%;
}
.ContactArea .Button .btn .text b::before {
  left: -1em;
  transform: translateY(-50%) skewX(45deg);
}
.ContactArea .Button .btn .text b::after {
  right: -1em;
  transform: translateY(-50%) skewX(-45deg);
}
.ContactArea .Button .btn .text span {
  display: block;
  line-height: 1;
  font-size: 2.03125vw;
  margin-top: 0.234375vw;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button .btn .text span {
    font-size: 3.2vw;
    line-height: 1.3;
    margin-top: -1.3333333333vw;
  }
}
.ContactArea .Button .btn .arrow {
  display: flex;
  align-items: center;
  width: 1.25vw;
  margin-left: 2.734375vw;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button .btn .arrow {
    width: 2vw;
    margin-left: 2.6666666667vw;
  }
}
.ContactArea .Button .btn.line .icon {
  width: 4.0625vw;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button .btn.line .icon {
    width: 6vw;
  }
}
.ContactArea .Button .btn.tel .icon {
  width: 2.96875vw;
  margin-left: 2.34375vw;
}
@media only screen and (max-width: 750px) {
  .ContactArea .Button .btn.tel .icon {
    width: 4.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.ContactArea .ContactArea_text {
  font-size: 1.5625vw;
  line-height: 1;
  margin-top: 1.171875vw;
}
@media only screen and (max-width: 750px) {
  .ContactArea .ContactArea_text {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}

.Movie {
  margin: 60px auto;
  padding: 180px 50px 50px;
  width: 900px;
  height: 680px;
  background: #fff url(../img/frame_movie001.png) no-repeat 0 0/contain;
}
@media (max-width: 750px) {
  .Movie {
    margin: 60px 20px 20px;
    padding: 80px 20px 20px;
    width: calc(100% - 40px);
    height: 100%;
    background: #fff url(../img/frame_movie001-sp.png) no-repeat 0 0/contain;
  }
}
.Movie_inner {
  width: 100%;
  height: 100%;
}

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