@media screen and (max-width: 767px) {
.hamburger[data-v-1cb874ec] {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
}
}
@media screen and (max-width: 767px) {
.hamburger[data-v-1cb874ec]::after {
    content: "";
    position: absolute;
    width: 8vw;
    height: 0.8vw;
    background-color: var(--main);
    transition: 0.4s;
}
}
.hamburger-close[data-v-1cb874ec]::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
.hamburger div[data-v-1cb874ec] {
    position: absolute;
    width: 8vw;
    height: 0.8vw;
    background-color: var(--main);
    transition: 0.4s;
}
}
@media screen and (max-width: 767px) {
.hamburger div[data-v-1cb874ec]:first-of-type {
    top: 4.2666666667vw;
    transform: rotate(0);
}
}
@media screen and (max-width: 767px) {
.hamburger div[data-v-1cb874ec]:last-of-type {
    top: 8.5333333333vw;
    transform: rotate(0);
}
}
.hamburger-open[data-v-1cb874ec]::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
.hamburger-open div[data-v-1cb874ec]:first-of-type {
    top: 6.6666666667vw;
    transform: rotate(45deg);
}
}
@media screen and (max-width: 767px) {
.hamburger-open div[data-v-1cb874ec]:last-of-type {
    top: 6.6666666667vw;
    transform: rotate(-45deg);
}
}.header[data-v-0637c2de] {
  z-index: 100000;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(240, 236, 234, 0.5019607843);
}
@media screen and (min-width: 768px) {
.header[data-v-0637c2de] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 1260px;
    height: 100px;
    padding: 20px 5%;
    margin: 0 auto;
}
}
.header .business[data-v-0637c2de] {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.header .business[data-v-0637c2de] {
    margin-left: 40px;
    font-size: 15px;
    line-height: 1.3;
}
}
@media screen and (max-width: 767px) {
.header .true[data-v-0637c2de] {
    right: 0;
    overflow: auto;
}
}
.header .content[data-v-0637c2de] {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
.header .content[data-v-0637c2de] {
    justify-content: space-between;
    height: 21.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    background-color: var(--white);
}
}
@media screen and (min-width: 768px) {
.header_nav[data-v-0637c2de] {
    margin-left: auto;
}
}
@media screen and (max-width: 767px) {
.header_nav[data-v-0637c2de] {
    position: absolute;
    top: 21.3333333333vw;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    transition: 0.6s;
}
}
.header_nav .list[data-v-0637c2de] {
  display: flex;
}
@media screen and (min-width: 768px) {
.header_nav .list[data-v-0637c2de] {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    gap: 30px;
}
}
@media screen and (max-width: 767px) {
.header_nav .list[data-v-0637c2de] {
    flex-direction: column;
    width: 92vw;
    padding-bottom: 26.6666666667vw;
    margin: 0 auto;
}
}
.header_nav .list li[data-v-0637c2de] {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
.header_nav .list li[data-v-0637c2de] {
    width: 100%;
}
}
.header_nav .list li a[data-v-0637c2de] {
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
.header_nav .list li a[data-v-0637c2de] {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.header_nav .list li a[data-v-0637c2de] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5.3333333333vw;
    border-top: solid 0.2666666667vw var(--brawn);
}
}
@media screen and (min-width: 768px) {
.header_nav .list li a[data-v-0637c2de]:hover {
    color: var(--main);
}
}
@media screen and (max-width: 767px) {
.header_nav .list li a span svg[data-v-0637c2de] {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    fill: var(--main);
}
}
.tel[data-v-0637c2de] {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: var(--white);
  color: var(--main);
  border: solid 1px var(--main);
  border-radius: 0 12.5px 0 12.5px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.tel[data-v-0637c2de] {
    transition: 0.7s;
    padding: 5px 10px;
    font-size: 20px !important;
    pointer-events: none;
}
}
@media screen and (max-width: 767px) {
.tel[data-v-0637c2de] {
    padding: 0.6666666667vw 2.6666666667vw;
    font-size: 4vw;
}
}
@media screen and (min-width: 768px) {
.tel span[data-v-0637c2de] {
    font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.tel span[data-v-0637c2de] {
    font-size: 2.6666666667vw;
}
}
.tel[data-v-0637c2de]:hover {
  opacity: 1;
  color: var(--white) !important;
  background-color: var(--main);
}
.logo[data-v-0637c2de] {
  z-index: 1000;
}
@media screen and (max-width: 767px) {
.logo[data-v-0637c2de] {
    width: 32vw;
}
}
.logo a[data-v-0637c2de] {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
.logo a[data-v-0637c2de] {
    width: 100%;
}
}
.logo a img[data-v-0637c2de] {
  height: auto;
}
@media screen and (max-width: 767px) {
.logo a img[data-v-0637c2de] {
    width: 100%;
}
}
.logo span[data-v-0637c2de] {
  line-height: 1;
  font-family: lato, sans-serif;
}
@media screen and (min-width: 768px) {
.logo span[data-v-0637c2de] {
    padding-left: 16px;
    font-size: 21px;
    letter-spacing: 0.3em;
}
}
@media screen and (max-width: 767px) {
.logo span[data-v-0637c2de] {
    padding-left: 2.6666666667vw;
    font-size: vw(14);
}
}.footer[data-v-7227e94a] {
  display: flex;
  background-color: var(--brawn);
}
@media screen and (min-width: 768px) {
.footer[data-v-7227e94a] {
    padding-top: 125px;
}
}
@media screen and (max-width: 767px) {
.footer[data-v-7227e94a] {
    padding-top: 24vw;
}
}
.footer .content[data-v-7227e94a] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.footer[data-v-7227e94a] .logo {
  margin: 0 auto;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.footer[data-v-7227e94a] .logo {
    width: 200px;
    padding: 10px 20px;
    margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {
.footer[data-v-7227e94a] .logo {
    width: 64vw;
    padding: 1.3333333333vw 4vw;
    margin-bottom: 16vw;
}
}
.footer[data-v-7227e94a] .logo img {
  width: 100%;
  height: auto;
}
.footer a[data-v-7227e94a] {
  font-weight: 500;
  color: var(--white);
}
.footer .tel[data-v-7227e94a], .footer .address[data-v-7227e94a] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer .tel[data-v-7227e94a], .footer .address[data-v-7227e94a] {
    margin-bottom: 50px;
    font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.footer .tel[data-v-7227e94a], .footer .address[data-v-7227e94a] {
    margin-bottom: 8vw;
    font-size: 4.8vw;
}
}
.footer_nav[data-v-7227e94a] {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer_nav[data-v-7227e94a] {
    width: 1000px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--white--light);
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.footer_nav[data-v-7227e94a] {
    width: 92vw;
    padding-bottom: 12vw;
    font-size: 4vw;
    opacity: 0.7;
}
}
.footer_nav .list[data-v-7227e94a] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer_nav .list[data-v-7227e94a] {
    width: 96%;
    gap: 30px;
}
}
@media screen and (max-width: 767px) {
.footer_nav .list[data-v-7227e94a] {
    gap: 8vw;
}
}
@media screen and (max-width: 767px) {
.footer_nav .list li[data-v-7227e94a] {
    width: 100%;
}
}
.footer .copyright[data-v-7227e94a] {
  text-align: center;
}
@media screen and (min-width: 768px) {
.footer .copyright[data-v-7227e94a] {
    padding-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.footer .copyright[data-v-7227e94a] {
    width: 92vw;
    padding: 16vw 0;
    margin: 0 auto;
    border-top: solid 0.2666666667vw var(--white--light);
}
}
.footer .copyright small[data-v-7227e94a] {
  color: var(--white);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
.footer .copyright small[data-v-7227e94a] {
    font-size: 12px;
}
}
@media screen and (max-width: 767px) {
.footer .copyright small[data-v-7227e94a] {
    font-size: 3.2vw;
}
}:root {
  --white: #fff;
  --white--light: rgba(255, 255, 255, .4);
  --white--light--max: rgba(255, 255, 255, .3);
  --white--light--ex: rgba(255, 255, 255, .7);
  --black: #4e4e4e;
  --black--dashed: #4e4e4e65;
  --black--light: #9b9b9b;
  --black--exlight: #00000031;
  --black--exlight--second: rgba(0, 0, 0, .05);
  --gray: #888;
  --gray--light: #d2d2d2;
  --gray--exlight: #f4f4f4;
  --gray--exlight--second: #f0f2f2;
  --red: #f00;
  --blue: #0b73a7;
  --green: #87a13c;
  --brawn: #8e422f;
  --text: #343434;
  --primary: #e56452;
  --primary--light: #e6a197;
  --primary--exlight: #ffebe7;
  --pink: #937218;
  --pink--light: rgba(220, 154, 169, .3);
  --pink--dashed: #e9a3b374;
  --pink--light: rgba(243, 232, 222, .4);
  --yellow: rgb(255, 247, 194);
  --yellow--light: rgba(255, 247, 194, 0.2);
  --main: #eb6100;
  --main--light: #eb62006d;
  --bg: #f0ecea;
  --bg--light: #f3ede0;
  --grad--first: linear-gradient(90deg, rgba(220, 154, 169, .2), rgba(255, 247, 194, .2));
  --grad--second: linear-gradient(90deg, rgba(220, 154, 169, .6), rgba(255, 247, 194, .6));
}
html {
  position: relative;
  font-size: 62.5%;
  min-height: 100%;
  min-width: 320px;
  height: -webkit-fill-available;
}
body {
  text-align: justify;
  font-feature-settings: "palt";
  line-height: 1.6;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: var(--black);
  background-color: var(--bg);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
body {
    min-width: 1260px;
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
body {
    font-size: 4.2666666667vw;
}
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: var(--black);
  transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
}
a:hover {
  opacity: 0.7;
}
ul, ol {
  list-style: none;
}
iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
._pcHide {
    display: none;
}
}
@media screen and (max-width: 767px) {
._spHide {
    display: none;
}
}
._hide {
  display: none;
}
._show {
  display: block;
}
.fontFamily-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.fontFamily-inter {
  font-family: "Inter", sans-serif;
}
main {
  flex-grow: 1;
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body, tooltip, popover {
  font-family: "Zen Kaku Gothic New", sans-serif, "Inter";
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.invisible {
  opacity: 0;
}
.animated {
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.anime-delay-1 {
  animation-delay: 0.3s;
}
.anime-delay-2 {
  animation-delay: 0.6s;
}
.anime-delay-3 {
  animation-delay: 0.9s;
}
.anime-delay-4 {
  animation-delay: 1.2s;
}
.anime-delay-5 {
  animation-delay: 1.5s;
}
.anime-delay-6 {
  animation-delay: 1.8s;
}
.fadeIn {
  animation-name: fadeIn;
}
.fadeInUp {
  animation-name: fadeInUp;
}
.fadeInDown {
  animation-name: fadeInDown;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
.fadeInRight {
  animation-name: fadeInRight;
}
.fadeOut {
  animation-name: fadeOut;
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.fadeOutRight {
  animation-name: fadeOutRi;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeInUp {
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    transform: translateY(-100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInLeft {
from {
    opacity: 0;
    transform: translateX(-100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInRight {
from {
    opacity: 0;
    transform: translateX(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes fadeOutUp {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100px);
}
}
@keyframes fadeOutDown {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(100px);
}
}
@keyframes fadeOutLeft {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateX(-100px);
}
}
@keyframes fadeOutRight {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateX(100px);
}
}.hero[data-v-fae6e6e6] {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
.hero[data-v-fae6e6e6] {
    margin: 200px auto 0;
    width: 80%;
}
}
@media screen and (max-width: 767px) {
.hero[data-v-fae6e6e6] {
    margin-top: 40vw;
    overflow: hidden;
}
}
.hero_heading[data-v-fae6e6e6] {
  z-index: 100;
  display: flex;
  justify-content: center;
  order: 1;
}
@media screen and (min-width: 768px) {
.hero_heading[data-v-fae6e6e6] {
    font-size: 42px;
    padding: 30px;
    margin-top: 100px;
    border-radius: 0 25px 0 25px;
}
}
@media screen and (max-width: 767px) {
.hero_heading[data-v-fae6e6e6] {
    margin-top: 25.3333333333vw;
    padding: 5.3333333333vw 4vw;
    font-size: 6.4vw;
    border-radius: 0 3.3333333333vw 0 3.3333333333vw;
}
}
.hero_text[data-v-fae6e6e6] {
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
.hero_text[data-v-fae6e6e6] {
    font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.hero_text[data-v-fae6e6e6] {
    font-size: 4.8vw;
}
}
.hero div[data-v-fae6e6e6] {
  z-index: 1;
  overflow: hidden;
  position: relative;
  order: 2;
}
@media screen and (min-width: 768px) {
.hero div[data-v-fae6e6e6] {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    border-radius: 0 100px 0 100px;
}
}
@media screen and (max-width: 767px) {
.hero div[data-v-fae6e6e6] {
    width: 84vw;
    height: 66.6666666667vw;
    margin: 0 auto;
    border-radius: 0 8vw 0 8vw;
}
}
.hero div img[data-v-fae6e6e6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.heading[data-v-0f44c8d5] {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  overflow-wrap: break-word;
  line-height: 1.3;
  color: var(--main);
}
@media screen and (min-width: 768px) {
.heading[data-v-0f44c8d5] {
    margin-bottom: 75px;
    font-size: 64px;
}
}
@media screen and (max-width: 767px) {
.heading[data-v-0f44c8d5] {
    font-size: 7.4666666667vw;
    margin-bottom: 13.3333333333vw;
}
}
.heading span[data-v-0f44c8d5] {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--black);
}
@media screen and (min-width: 768px) {
.heading span[data-v-0f44c8d5] {
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.heading span[data-v-0f44c8d5] {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
}
}.layout[data-v-77d452fc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.layout[data-v-77d452fc] {
    gap: 100px 75px;
}
}
@media screen and (max-width: 767px) {
.layout[data-v-77d452fc] {
    gap: 16vw;
}
}.card[data-v-865bd996] {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.card[data-v-865bd996] {
    width: 350px;
    padding: 30px 20px;
    border-radius: 0 20px 0 20px;
    border: solid 1px var(--black--light);
}
}
@media screen and (max-width: 767px) {
.card[data-v-865bd996] {
    width: 92vw;
    padding: 5.3333333333vw 4vw;
    border-radius: 0 6.6666666667vw 0 6.6666666667vw;
    margin: 0 auto;
    border: solid 0.2666666667vw var(--black--light);
}
}
.card .image[data-v-865bd996] {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.card .image[data-v-865bd996] {
    width: 100%;
    height: 400px;
    border-radius: 0 20px 0 20px;
}
}
@media screen and (max-width: 767px) {
.card .image[data-v-865bd996] {
    height: 53.3333333333vw;
    border-radius: 0 6.6666666667vw 0 6.6666666667vw;
}
}
.card .image img[data-v-865bd996] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
.card .content[data-v-865bd996] {
    margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.card .content[data-v-865bd996] {
    margin-top: 5.3333333333vw;
}
}
.card .content .heading[data-v-865bd996] {
  display: inline-flex;
  justify-content: center;
  text-transform: capitalize;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
.card .content .heading[data-v-865bd996] {
    width: 100%;
    font-size: 21px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.card .content .heading[data-v-865bd996] {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    top: 46.6666666667vw;
    left: -1.3333333333vw;
}
}
.card .content p[data-v-865bd996] {
  font-weight: 500;
  color: var(--black);
}@media screen and (min-width: 768px) {
.router[data-v-4212b7e8] {
    cursor: pointer;
    transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
}
}
.router[data-v-4212b7e8]:hover {
  opacity: 0.7;
}p[data-v-85d50a0b] {
  font-weight: 700;
  color: var(--main);
  background-color: var(--gray--exlight);
}
@media screen and (min-width: 768px) {
p[data-v-85d50a0b] {
    padding: 15px;
    font-size: 21px;
}
}
@media screen and (max-width: 767px) {
p[data-v-85d50a0b] {
    padding: 2.6666666667vw;
    font-size: 4.8vw;
}
}.news[data-v-509801ea] {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.news[data-v-509801ea] {
    gap: 40px;
}
}
@media screen and (max-width: 767px) {
.news[data-v-509801ea] {
    gap: 10.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.news .sub[data-v-509801ea] {
    margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.news .sub[data-v-509801ea] {
    margin-top: 5.3333333333vw;
}
}
.news .inner[data-v-509801ea] {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
.news .inner[data-v-509801ea] {
    align-items: center;
    padding-bottom: 40px;
    gap: 70px;
    border-bottom: solid 1px var(--black--exlight);
}
}
@media screen and (max-width: 767px) {
.news .inner[data-v-509801ea] {
    flex-direction: column;
    padding-bottom: 8vw;
    gap: 2.6666666667vw;
    border-bottom: solid 0.2666666667vw var(--black--exlight);
}
}
.news .inner[data-v-509801ea]:last-of-type {
  border: 0;
}
@media screen and (max-width: 767px) {
.news .time[data-v-509801ea] {
    text-align: left;
}
}
.news .time time[data-v-509801ea] {
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 900;
  color: var(--black--light);
}
@media screen and (min-width: 768px) {
.news .time time[data-v-509801ea] {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.news .time time[data-v-509801ea] {
    font-size: 3.2vw;
}
}
.news .heading[data-v-509801ea] {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.news .heading[data-v-509801ea] {
    margin-bottom: 20px;
    font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.news .heading[data-v-509801ea] {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
}
}.heading[data-v-3a65191d] {
  text-align: center;
  color: var(--main);
}
@media screen and (min-width: 768px) {
.heading[data-v-3a65191d] {
    margin: 100px auto 35px;
    font-size: 42px;
}
}
@media screen and (max-width: 767px) {
.heading[data-v-3a65191d] {
    margin-top: 26.6666666667vw;
    font-size: 6.4vw;
}
}
.flow[data-v-3a65191d] {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.flow[data-v-3a65191d] {
    gap: 28px;
    margin-top: 140px;
}
}
@media screen and (max-width: 767px) {
.flow[data-v-3a65191d] {
    gap: 9.0666666667vw;
    margin-top: 28vw;
}
}
.flow_bottom[data-v-3a65191d] {
  position: relative;
  background-color: #fdeec5;
}
@media screen and (min-width: 768px) {
.flow_bottom[data-v-3a65191d] {
    margin-top: 63px;
    padding: 30px;
    border-radius: 0 24px 0 24px;
    border: solid 1px var(--main);
}
}
@media screen and (max-width: 767px) {
.flow_bottom[data-v-3a65191d] {
    padding: 8vw 4vw;
    margin-top: 10.6666666667vw;
    border: solid 0.2666666667vw var(--main);
    border-radius: 0 6.4vw 0 6.4vw;
}
}
.flow_bottom_heading[data-v-3a65191d] {
  text-align: center;
}
@media screen and (min-width: 768px) {
.flow_bottom_heading[data-v-3a65191d] {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.flow_bottom_heading[data-v-3a65191d] {
    width: 82.1333333333vw;
    margin-bottom: 4vw;
}
}
@media screen and (max-width: 767px) {
.flow_bottom_heading img[data-v-3a65191d] {
    height: auto;
}
}
.flow_bottom_text[data-v-3a65191d] {
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.flow_bottom_text[data-v-3a65191d] {
    padding: 24px;
}
}
@media screen and (max-width: 767px) {
.flow_bottom_text[data-v-3a65191d] {
    padding: 4vw 2.6666666667vw;
}
}
.flow_bottom_text p[data-v-3a65191d] {
  text-align: center;
}
@media screen and (max-width: 767px) {
.flow_bottom_text p[data-v-3a65191d] {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
.flow_bottom_text p img[data-v-3a65191d] {
    width: 100%;
    height: auto;
}
}
.flow_bottom_text a[data-v-3a65191d] {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
.flow_bottom_text a[data-v-3a65191d] {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
}
}
@media screen and (max-width: 767px) {
.flow_bottom_text a[data-v-3a65191d] {
    margin-top: 5.3333333333vw;
}
}
@media screen and (max-width: 767px) {
.flow_bottom_text a img[data-v-3a65191d] {
    width: 100%;
    height: auto;
}
}
.flow_item[data-v-3a65191d] {
  position: relative;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.flow_item[data-v-3a65191d] {
    padding: 30px;
    border-radius: 0 24px 0 24px;
    border: solid 1px var(--main);
}
}
@media screen and (max-width: 767px) {
.flow_item[data-v-3a65191d] {
    padding: 8vw 4vw;
    border: solid 0.2666666667vw var(--main);
    border-radius: 0 6.4vw 0 6.4vw;
}
}
@media screen and (max-width: 767px) {
.flow_item_content[data-v-3a65191d] {
    display: flex;
    margin-top: -13.8666666667vw;
}
}
.flow_item img[data-v-3a65191d] {
  height: auto;
}
.flow_item[data-v-3a65191d]:first-of-type::before {
  z-index: -1;
  position: absolute;
  content: "";
  background: url("/images/home/flow_mascot.svg") no-repeat center center;
}
@media screen and (min-width: 768px) {
.flow_item[data-v-3a65191d]:first-of-type::before {
    width: 117px;
    height: 148px;
    left: 46.4%;
    top: -92px;
}
}
@media screen and (max-width: 767px) {
.flow_item[data-v-3a65191d]:first-of-type::before {
    width: 20.8vw;
    height: 26.6666666667vw;
    top: -20vw;
    left: 36vw;
}
}
.flow_item[data-v-3a65191d]::after {
  position: absolute;
  content: "";
  background: url("/images/home/flow_arrow.svg") no-repeat center center;
}
@media screen and (min-width: 768px) {
.flow_item[data-v-3a65191d]::after {
    width: 32px;
    height: 46px;
    left: 49.7%;
    bottom: -30px;
}
}
.flow_item[data-v-3a65191d]:last-of-type::after {
  display: none;
}
.flow_item_links[data-v-3a65191d] {
  display: flex;
  background-color: #fdeec5;
}
@media screen and (min-width: 768px) {
.flow_item_links[data-v-3a65191d] {
    justify-content: center;
    align-items: center;
    width: 1010px;
    padding: 17px;
    margin-top: 16px;
    margin-left: auto;
    gap: 20px;
}
}
@media screen and (max-width: 767px) {
.flow_item_links[data-v-3a65191d] {
    flex-direction: column;
    padding: 4vw 2.6666666667vw;
    margin-top: 2.6666666667vw;
    gap: 4.8vw;
}
}
@media screen and (max-width: 767px) {
.flow_item_links li img[data-v-3a65191d] {
    width: 100%;
}
}.block[data-v-ec58899c] {
  margin: 0 auto;
}
.false[data-v-ec58899c] {
  padding: 0;
}
@media screen and (min-width: 768px) {
.all[data-v-ec58899c] {
    padding: 200px 0;
}
}
@media screen and (max-width: 767px) {
.all[data-v-ec58899c] {
    padding: 26.6666666667vw 0;
}
}
@media screen and (min-width: 768px) {
.top[data-v-ec58899c] {
    padding-top: 200px;
}
}
@media screen and (max-width: 767px) {
.top[data-v-ec58899c] {
    padding-top: 26.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.bottom[data-v-ec58899c] {
    padding-bottom: 200px;
}
}
@media screen and (max-width: 767px) {
.bottom[data-v-ec58899c] {
    padding-bottom: 26.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.small[data-v-ec58899c] {
    width: 1200px;
}
}
@media screen and (max-width: 767px) {
.small[data-v-ec58899c] {
    width: 92vw;
}
}
.large[data-v-ec58899c] {
  width: 100%;
}@media screen and (min-width: 768px) {
.guide[data-v-cd08e0c6] {
    margin-top: 150px;
    padding-bottom: 150px;
}
}
@media screen and (max-width: 767px) {
.guide[data-v-cd08e0c6] {
    padding-bottom: 40vw;
    margin-top: 26.6666666667vw;
}
}