@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-fedca120] {
  z-index: 100000;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.header[data-v-fedca120] {
    display: flex;
    align-items: center;
    min-width: 1400px;
    height: 100px;
    padding: 20px 50px;
}
}
@media screen and (max-width: 767px) {
.header .true[data-v-fedca120] {
    right: 0;
    overflow: auto;
}
}
.header .content[data-v-fedca120] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
.header .content[data-v-fedca120] {
    height: 21.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    background-color: var(--white);
}
}
@media screen and (max-width: 767px) {
.header_nav[data-v-fedca120] {
    position: absolute;
    top: 21.3333333333vw;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    transition: 0.6s;
}
}
.header_nav .list[data-v-fedca120] {
  display: flex;
}
@media screen and (min-width: 768px) {
.header_nav .list[data-v-fedca120] {
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    gap: 18px;
}
}
@media screen and (max-width: 767px) {
.header_nav .list[data-v-fedca120] {
    flex-direction: column;
    width: 92vw;
    padding-bottom: 26.6666666667vw;
    margin: 0 auto;
}
}
.header_nav .list li[data-v-fedca120] {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
.header_nav .list li[data-v-fedca120] {
    width: 100%;
}
}
.header_nav .list li a[data-v-fedca120] {
  color: var(--black--light);
}
@media screen and (min-width: 768px) {
.header_nav .list li a[data-v-fedca120] {
    font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.header_nav .list li a[data-v-fedca120] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5.3333333333vw;
    border-top: solid 0.2666666667vw var(--black);
}
}
@media screen and (min-width: 768px) {
.header_nav .list li a[data-v-fedca120]:hover {
    color: var(--main);
}
}
@media screen and (max-width: 767px) {
.header_nav .list li a span svg[data-v-fedca120] {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    fill: var(--main);
}
}
.logo[data-v-fedca120] {
  z-index: 1000;
}
@media screen and (min-width: 768px) {
.logo[data-v-fedca120] {
    width: 250px;
}
}
@media screen and (max-width: 767px) {
.logo[data-v-fedca120] {
    width: 58.6666666667vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
}
}
.logo a[data-v-fedca120] {
  display: flex;
  align-items: center;
}
.logo a img[data-v-fedca120] {
  width: 100%;
  height: auto;
}
.logo span[data-v-fedca120] {
  line-height: 1;
  font-family: lato, sans-serif;
}
@media screen and (min-width: 768px) {
.logo span[data-v-fedca120] {
    padding-left: 16px;
    font-size: 21px;
    letter-spacing: 0.3em;
}
}
@media screen and (max-width: 767px) {
.logo span[data-v-fedca120] {
    padding-left: 2.6666666667vw;
    font-size: vw(14);
}
}.footer[data-v-ff478a10] {
  display: flex;
  background-color: var(--bg--blue);
}
@media screen and (min-width: 768px) {
.footer[data-v-ff478a10] {
    padding-top: 100px;
}
}
@media screen and (max-width: 767px) {
.footer[data-v-ff478a10] {
    padding-top: 24vw;
}
}
.footer .content[data-v-ff478a10] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.footer[data-v-ff478a10] .logo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer[data-v-ff478a10] .logo {
    width: 275px;
    margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {
.footer[data-v-ff478a10] .logo {
    width: 66.6666666667vw;
    margin-bottom: 16vw;
}
}
.footer[data-v-ff478a10] .logo img {
  width: 100%;
  height: auto;
}
.footer a[data-v-ff478a10] {
  font-weight: 500;
  color: var(--white);
}
.footer_nav[data-v-ff478a10] {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer_nav[data-v-ff478a10] {
    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-ff478a10] {
    width: 92vw;
    padding-bottom: 12vw;
    font-size: 4vw;
    opacity: 0.7;
}
}
.footer_nav .list[data-v-ff478a10] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer_nav .list[data-v-ff478a10] {
    width: 96%;
    gap: 30px;
}
}
@media screen and (max-width: 767px) {
.footer_nav .list[data-v-ff478a10] {
    gap: 8vw;
}
}
@media screen and (max-width: 767px) {
.footer_nav .list li[data-v-ff478a10] {
    width: 100%;
}
}
.footer .copyright[data-v-ff478a10] {
  text-align: center;
}
@media screen and (min-width: 768px) {
.footer .copyright[data-v-ff478a10] {
    padding-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.footer .copyright[data-v-ff478a10] {
    width: 92vw;
    padding: 16vw 0;
    margin: 0 auto;
    border-top: solid 0.2666666667vw var(--white--light);
}
}
.footer .copyright small[data-v-ff478a10] {
  color: var(--white);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
.footer .copyright small[data-v-ff478a10] {
    font-size: 12px;
}
}
@media screen and (max-width: 767px) {
.footer .copyright small[data-v-ff478a10] {
    font-size: 3.2vw;
}
}:root {
  --white: #fff;
  --white--light: rgba(255, 255, 255, .4);
  --white--light--ex: rgba(255, 255, 255, .7);
  --black: #000;
  --black--light: #333;
  --black--exlight: rgba(0, 0, 0, .4);
  --gray: #888;
  --gray--light: #d2d2d2;
  --gray--exlight: #f4f4f4;
  --gray--exlight--second: #f0f2f2;
  --red: #e56452;
  --blue: #0b5ca3;
  --text: #343434;
  --primary: #e56452;
  --primary--light: #e6a197;
  --primary--exlight: #ffebe7;
  --main: #dc8623;
  --main--black: #651e0044;
  --main--light: #66525231;
  --main--exlight: #65000008;
  --bg: #f8f1e9;
  --bg--blue: #995724;
  --bg--black: #a38071;
}
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--light);
  background-color: var(--bg);
}
@media screen and (min-width: 768px) {
body {
    min-width: 1400px;
    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;
}
}
.text {
  color: var(--text);
}
._hide {
  display: none;
}
._show {
  display: block;
}
.fontFamily-walter {
  font-family: "Walter Turncoat", cursive;
}
.fontFamily-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}
.fontFamily-noto {
  font-family: "Noto Sans JP", sans-serif;
}
.fontFamily-lato {
  font-family: "Inter", "sans-serif";
}
main {
  flex-grow: 1;
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body, tooltip, popover {
  font-family: "Zen Maru Gothic", "Noto Sans JP", Meiryo, cursive, sans-serif;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/font/ZenMaruGothic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/font/ZenMaruGothic-Bold.ttf") format("truetype");
}
.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-068d32b4] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (min-width: 768px) {
.hero[data-v-068d32b4] {
    margin-top: 200px;
}
}
@media screen and (max-width: 767px) {
.hero[data-v-068d32b4] {
    margin-top: 42.6666666667vw;
}
}
.hero h2[data-v-068d32b4] {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
  color: var(--black);
  animation: fadeIn 1.5s ease 0.5s both;
}
@media screen and (min-width: 768px) {
.hero h2[data-v-068d32b4] {
    align-items: baseline;
    margin: 200px auto 0;
    font-size: 44px;
}
}
@media screen and (max-width: 767px) {
.hero h2[data-v-068d32b4] {
    width: 92vw;
    margin: 26.6666666667vw auto 0;
    gap: 4vw;
    font-size: 6.9333333333vw;
}
}
.hero h2[data-v-068d32b4] span {
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.hero h2[data-v-068d32b4] span {
    padding: 10px 30px;
}
}
@media screen and (max-width: 767px) {
.hero h2[data-v-068d32b4] span {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.6666666667vw 4vw;
}
}
.hero div[data-v-068d32b4] {
  z-index: 1;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
.hero div[data-v-068d32b4] {
    width: 1140px;
    height: 680px;
}
}
@media screen and (max-width: 767px) {
.hero div[data-v-068d32b4] {
    width: 88vw;
    height: 60vw;
}
}
.hero div img[data-v-068d32b4] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) {
.hero div img[data-v-068d32b4] {
    border-radius: 40px;
}
}
@media screen and (max-width: 767px) {
.hero div img[data-v-068d32b4] {
    border-radius: 10.6666666667vw;
}
}
@media screen and (min-width: 768px) {
p[data-v-068d32b4] {
    margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
p[data-v-068d32b4] {
    margin-top: 4vw;
}
}.heading[data-v-01e108e2] {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  overflow-wrap: break-word;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
.heading[data-v-01e108e2] {
    margin-bottom: 75px;
    gap: 10px;
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.heading[data-v-01e108e2] {
    margin-bottom: 13.3333333333vw;
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
}
}
.heading span[data-v-01e108e2] {
  display: block;
  color: var(--blue);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
.heading span[data-v-01e108e2] {
    font-size: 40px;
}
}
@media screen and (max-width: 767px) {
.heading span[data-v-01e108e2] {
    margin-top: 5.3333333333vw;
    font-size: 6.9333333333vw;
}
}.layout[data-v-8dcaf25c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.layout[data-v-8dcaf25c] {
    width: 1140px;
    justify-content: space-between;
    gap: 100px 50px;
}
}
@media screen and (max-width: 767px) {
.layout[data-v-8dcaf25c] {
    justify-content: center;
    gap: 16vw;
}
}.card[data-v-e8f595b2] {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
.card[data-v-e8f595b2] {
    width: 320px;
    gap: 10px;
}
}
@media screen and (max-width: 767px) {
.card[data-v-e8f595b2] {
    width: 92vw;
    gap: 2.6666666667vw;
    margin: 0 auto;
}
}
.card .icon[data-v-e8f595b2] {
  display: flex;
  justify-content: flex-end;
  right: 0;
  fill: var(--main);
}
.card .image[data-v-e8f595b2] {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.card .image[data-v-e8f595b2] {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}
}
@media screen and (max-width: 767px) {
.card .image[data-v-e8f595b2] {
    height: 66.6666666667vw;
    border-radius: 5.3333333333vw;
}
}
.card .image img[data-v-e8f595b2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
.card .content[data-v-e8f595b2] {
    padding: 0 10px 10px 10px;
    border-bottom: solid 1px var(--main--black);
}
}
@media screen and (max-width: 767px) {
.card .content[data-v-e8f595b2] {
    padding: 0 2.6666666667vw 2.6666666667vw 2.6666666667vw;
    border-bottom: solid 0.2666666667vw var(--main--black);
}
}
.card .content .heading[data-v-e8f595b2] {
  color: var(--main);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
.card .content .heading[data-v-e8f595b2] {
    font-size: 21px;
}
}
@media screen and (max-width: 767px) {
.card .content .heading[data-v-e8f595b2] {
    font-size: 4.8vw;
    top: 46.6666666667vw;
    left: -1.3333333333vw;
}
}
.card .content p[data-v-e8f595b2] {
  font-weight: 500;
  color: var(--black);
}@media screen and (min-width: 768px) {
.router[data-v-61aefb32] {
    cursor: pointer;
    transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
}
}
.router[data-v-61aefb32]:hover {
  opacity: 0.7;
}p[data-v-1eccb841] {
  font-weight: 500;
  color: var(--main);
  background-color: var(--gray--exlight);
}
@media screen and (min-width: 768px) {
p[data-v-1eccb841] {
    padding: 15px;
    font-size: 21px;
}
}
@media screen and (max-width: 767px) {
p[data-v-1eccb841] {
    padding: 2.6666666667vw;
    font-size: 4.8vw;
}
}.news[data-v-15303746] {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.news[data-v-15303746] {
    padding: 100px 80px;
    gap: 30px;
    border-radius: 20px;
}
}
@media screen and (max-width: 767px) {
.news[data-v-15303746] {
    padding: 13.3333333333vw 6.6666666667vw;
    gap: 5.3333333333vw;
    border-radius: 5.3333333333vw;
}
}
.news .inner[data-v-15303746] {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.news .inner[data-v-15303746] {
    gap: 10px;
}
}
@media screen and (max-width: 767px) {
.news .inner[data-v-15303746] {
    gap: 2.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.news .inner[data-v-15303746]:not(:first-of-type) {
    padding-top: 75px;
    border-top: solid 1px var(--black--exlight);
}
}
@media screen and (max-width: 767px) {
.news .inner[data-v-15303746]:not(:first-of-type) {
    padding-top: 10.6666666667vw;
    border-top: solid 0.2666666667vw var(--black--exlight);
}
}
.news .time time[data-v-15303746] {
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 900;
}
.news .time time span[data-v-15303746] {
  color: var(--black--exlight);
}
@media screen and (min-width: 768px) {
.news .time time span[data-v-15303746] {
    font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.news .time time span[data-v-15303746] {
    font-size: 4vw;
}
}
@media screen and (min-width: 768px) {
.news .hover[data-v-15303746] {
    transition: 0.7s;
}
}
@media screen and (min-width: 768px) {
.news .hover[data-v-15303746]:hover {
    cursor: pointer;
    opacity: 0.5;
}
}
.news .heading[data-v-15303746] {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: var(--main);
}
@media screen and (min-width: 768px) {
.news .heading[data-v-15303746] {
    margin-bottom: 20px;
    font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.news .heading[data-v-15303746] {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
}
}.block[data-v-d48a733d] {
  margin: 0 auto;
}
.false[data-v-d48a733d] {
  padding: 0;
}
@media screen and (min-width: 768px) {
.all[data-v-d48a733d] {
    padding: 200px 0;
}
}
@media screen and (max-width: 767px) {
.all[data-v-d48a733d] {
    padding: 40vw 0;
}
}
@media screen and (min-width: 768px) {
.top[data-v-d48a733d] {
    padding-top: 200px;
}
}
@media screen and (max-width: 767px) {
.top[data-v-d48a733d] {
    padding-top: 40vw;
}
}
@media screen and (min-width: 768px) {
.bottom[data-v-d48a733d] {
    padding-bottom: 200px;
}
}
@media screen and (max-width: 767px) {
.bottom[data-v-d48a733d] {
    padding-bottom: 40vw;
}
}
@media screen and (min-width: 768px) {
.small[data-v-d48a733d] {
    width: 1140px;
}
}
@media screen and (max-width: 767px) {
.small[data-v-d48a733d] {
    width: 92vw;
}
}
.large[data-v-d48a733d] {
  width: 100%;
}.btn[data-v-72aec73b] {
  display: block;
  position: relative;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background-color: var(--main);
  border: 0;
  color: var(--white);
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
.btn[data-v-72aec73b] {
    width: 240px;
    padding: 18px 0 19px;
    margin: 0 auto;
    font-size: 16px;
    transition: 0.7s;
    cursor: pointer;
}
}
@media screen and (max-width: 767px) {
.btn[data-v-72aec73b] {
    width: 64vw;
    margin: 0 auto 8vw;
    padding: 4.8vw 0;
    font-size: 3.7333333333vw;
}
}
.btn[data-v-72aec73b]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
.btn[data-v-72aec73b]::after {
    width: 24px;
    height: 24px;
}
}
@media screen and (max-width: 767px) {
.btn[data-v-72aec73b]::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 6.4vw;
}
}
.btn[data-v-72aec73b]:hover {
  opacity: 0.7;
}
.btn-back[data-v-72aec73b]::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
.btn-back[data-v-72aec73b]::after {
    left: 10px;
}
}
@media screen and (max-width: 767px) {
.btn-back[data-v-72aec73b]::after {
    left: 4vw;
}
}
@media screen and (min-width: 768px) {
.btn-next[data-v-72aec73b]::after {
    right: 10px;
}
}
@media screen and (max-width: 767px) {
.btn-next[data-v-72aec73b]::after {
    right: 4vw;
}
}@media screen and (min-width: 768px) {
.guide[data-v-ab21f982] {
    margin-top: 150px;
    padding-bottom: 150px;
}
}
@media screen and (max-width: 767px) {
.guide[data-v-ab21f982] {
    padding-bottom: 40vw;
    margin-top: 26.6666666667vw;
}
}
.recruit_text[data-v-ab21f982] {
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
.recruit_text[data-v-ab21f982] {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.recruit_text[data-v-ab21f982] {
    margin-bottom: 13.3333333333vw;
}
}