.hamburger[data-v-db5a48a5] {
  border: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
.hamburger[data-v-db5a48a5] {
    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-db5a48a5]::after {
    content: "";
    position: absolute;
    width: 8vw;
    height: 0.8vw;
    border-radius: 20px;
    background-color: var(--blue);
    transition: 0.4s;
}
}
.hamburger-close[data-v-db5a48a5]::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
.hamburger div[data-v-db5a48a5] {
    position: absolute;
    width: 8vw;
    height: 0.8vw;
    background-color: var(--blue);
    border-radius: 20px;
    transition: 0.4s;
}
}
@media screen and (max-width: 767px) {
.hamburger div[data-v-db5a48a5]:first-of-type {
    top: 4.2666666667vw;
    transform: rotate(0);
}
}
@media screen and (max-width: 767px) {
.hamburger div[data-v-db5a48a5]:last-of-type {
    top: 8.5333333333vw;
    transform: rotate(0);
}
}
.hamburger-open[data-v-db5a48a5]::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
.hamburger-open div[data-v-db5a48a5]:first-of-type {
    top: 6.6666666667vw;
    transform: rotate(45deg);
}
}
@media screen and (max-width: 767px) {
.hamburger-open div[data-v-db5a48a5]:last-of-type {
    top: 6.6666666667vw;
    transform: rotate(-45deg);
}
}.header[data-v-1b3fe339] {
  z-index: 100000;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
.header[data-v-1b3fe339] {
    display: flex;
    align-items: center;
    min-width: 1260px;
    height: 100px;
}
}
@media screen and (max-width: 767px) {
.header[data-v-1b3fe339] {
    left: 0 !important;
}
}
@media screen and (max-width: 767px) {
.header .open[data-v-1b3fe339] {
    right: 0;
    overflow: auto;
}
}
.header .content[data-v-1b3fe339] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
.header .content[data-v-1b3fe339] {
    height: 100%;
}
}
@media screen and (max-width: 767px) {
.header .content[data-v-1b3fe339] {
    height: 21.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
}
}
@media screen and (min-width: 768px) {
.header_nav[data-v-1b3fe339] {
    height: 100%;
}
}
@media screen and (max-width: 767px) {
.header_nav[data-v-1b3fe339] {
    position: absolute;
    top: 21.3333333333vw;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    transition: 0.6s;
}
}
.header_nav .list[data-v-1b3fe339] {
  display: flex;
}
@media screen and (min-width: 768px) {
.header_nav .list[data-v-1b3fe339] {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-left: auto;
    gap: 60px;
}
}
@media screen and (max-width: 767px) {
.header_nav .list[data-v-1b3fe339] {
    flex-direction: column;
    width: 92vw;
    padding-bottom: 26.6666666667vw;
    margin: 0 auto;
}
}
.header_nav .list li[data-v-1b3fe339] {
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
.header_nav .list li[data-v-1b3fe339] {
    width: 100%;
}
}
.header_nav .list li a[data-v-1b3fe339] {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
.header_nav .list li a[data-v-1b3fe339] {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.header_nav .list li a[data-v-1b3fe339] {
    justify-content: space-between;
    width: 100%;
    padding: 5.3333333333vw;
    border-top: solid 0.2666666667vw var(--main);
}
}
@media screen and (min-width: 768px) {
.header_nav .list li a[data-v-1b3fe339]:hover {
    color: var(--primary);
}
}
.header_nav .list li a span svg[data-v-1b3fe339] {
  fill: var(--main);
}
.header_nav .list li:last-of-type a[data-v-1b3fe339] {
  display: flex;
  height: 100%;
  background-color: var(--blue);
  color: var(--white);
}
@media screen and (min-width: 768px) {
.header_nav .list li:last-of-type a[data-v-1b3fe339] {
    justify-content: center;
    flex-direction: column-reverse;
    width: 129px;
    gap: 10px;
    font-size: 14px;
}
}
@media screen and (min-width: 768px) {
.header_nav .list li:last-of-type a span[data-v-1b3fe339] {
    width: 25px;
}
}
@media screen and (min-width: 768px) {
.logo[data-v-1b3fe339] {
    width: 260px;
    margin-left: 60px;
}
}
@media screen and (max-width: 767px) {
.logo[data-v-1b3fe339] {
    width: 40vw;
}
}
.logo img[data-v-1b3fe339] {
  width: 100%;
  height: auto;
}.footer[data-v-ca410c69] {
  display: flex;
  flex-direction: column;
  background-color: var(--blue--k);
}
@media screen and (min-width: 768px) {
.footer[data-v-ca410c69] {
    margin-top: 120px;
}
}
@media screen and (max-width: 767px) {
.footer[data-v-ca410c69] {
    margin-top: 26.6666666667vw;
}
}
.footer_top[data-v-ca410c69] {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
.footer_top[data-v-ca410c69] {
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
}
}
@media screen and (max-width: 767px) {
.footer_top[data-v-ca410c69] {
    width: 16vw;
    height: 16vw;
    bottom: 0;
    right: 0;
    border-radius: 2.6666666667vw 0 0 0;
}
}
@media screen and (min-width: 768px) {
.footer_top[data-v-ca410c69]:hover {
    opacity: 0.7;
}
}
.footer_top.absolute[data-v-ca410c69] {
  position: absolute;
}
.footer_info[data-v-ca410c69] {
  display: flex;
  color: var(--white);
}
@media screen and (min-width: 768px) {
.footer_info[data-v-ca410c69] {
    align-items: end;
    margin-top: 20px;
    gap: 75px;
}
}
@media screen and (max-width: 767px) {
.footer_info[data-v-ca410c69] {
    flex-direction: column;
    text-align: center;
    margin-top: 13.3333333333vw;
}
}
.footer_inner[data-v-ca410c69] {
  display: flex;
  flex-direction: column;
}
.footer .content[data-v-ca410c69] {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer .content[data-v-ca410c69] {
    justify-content: space-between;
    width: 1000px;
    padding: 40px 0 20px;
}
}
@media screen and (max-width: 767px) {
.footer .content[data-v-ca410c69] {
    flex-direction: column;
    width: 100%;
    padding: 8vw 4vw 5.3333333333vw;
}
}
@media screen and (min-width: 768px) {
.footer[data-v-ca410c69] .logo {
    width: 120px;
    margin-top: 17px;
}
}
@media screen and (max-width: 767px) {
.footer[data-v-ca410c69] .logo {
    width: 40vw;
    margin: 10.6666666667vw auto 16vw;
}
}
.footer[data-v-ca410c69] .logo img {
  width: 100%;
  height: auto;
}
.footer a[data-v-ca410c69] {
  font-weight: 500;
  color: var(--white);
}
.footer_contact[data-v-ca410c69] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  line-height: 1.1;
  border-radius: 100px;
  background-color: var(--blue--light);
}
@media screen and (min-width: 768px) {
.footer_contact[data-v-ca410c69] {
    width: 260px;
    height: 50px;
    margin-left: auto;
    gap: 7px;
}
}
@media screen and (max-width: 767px) {
.footer_contact[data-v-ca410c69] {
    width: 100%;
    height: 16vw;
    gap: 2.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.footer_contact span[data-v-ca410c69] {
    width: 16px;
}
}
@media screen and (max-width: 767px) {
.footer_contact span[data-v-ca410c69] {
    width: 4.2666666667vw;
}
}
@media screen and (max-width: 767px) {
.footer_contact span img[data-v-ca410c69] {
    width: 100%;
    height: auto;
}
}
@media screen and (min-width: 768px) {
.footer_nav[data-v-ca410c69] {
    padding-bottom: 40px;
    margin-left: auto;
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.footer_nav[data-v-ca410c69] {
    padding-bottom: 12vw;
    font-size: 4vw;
}
}
.footer_nav .list[data-v-ca410c69] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer_nav .list[data-v-ca410c69] {
    gap: 60px;
}
}
.footer_nav .list li[data-v-ca410c69] {
  position: relative;
}
@media screen and (max-width: 767px) {
.footer_nav .list li[data-v-ca410c69] {
    width: 100%;
}
}
.footer_nav .list li[data-v-ca410c69]::after {
  content: "";
  position: absolute;
  background-color: var(--gray);
}
@media screen and (min-width: 768px) {
.footer_nav .list li[data-v-ca410c69]::after {
    width: 1px;
    height: 16px;
    top: 5px;
    right: -30px;
}
}
@media screen and (max-width: 767px) {
.footer_nav .list li[data-v-ca410c69]::after {
    width: 100%;
    height: 0.2666666667vw;
    bottom: 0;
    left: 0;
}
}
.footer_nav .list li[data-v-ca410c69]:last-of-type::after {
  display: none;
}
@media screen and (max-width: 767px) {
.footer_nav .list li a[data-v-ca410c69] {
    display: flex;
    width: 100%;
    padding: 4vw 0;
}
}
.footer .banners[data-v-ca410c69] {
  position: relative;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
.footer .banners[data-v-ca410c69] {
    padding: 40px 0;
}
}
@media screen and (max-width: 767px) {
.footer .banners[data-v-ca410c69] {
    padding: 8vw 0;
}
}
.footer .banners_inner[data-v-ca410c69] {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer .banners_inner[data-v-ca410c69] {
    justify-content: space-between;
    width: 1000px;
}
}
@media screen and (max-width: 767px) {
.footer .banners_inner[data-v-ca410c69] {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.6666666667vw 0;
    width: 92vw;
}
}
@media screen and (min-width: 768px) {
.footer .banners_inner li[data-v-ca410c69] {
    width: 170px;
    height: 60px;
}
}
@media screen and (max-width: 767px) {
.footer .banners_inner li[data-v-ca410c69] {
    width: calc(50% - 1.3333333333vw);
}
}
.footer .banners_inner li img[data-v-ca410c69] {
  height: auto;
}
@media screen and (max-width: 767px) {
.footer .banners_inner li img[data-v-ca410c69] {
    width: 100%;
}
}
.footer .copyright[data-v-ca410c69] {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
.footer .copyright[data-v-ca410c69] {
    width: 92vw;
    padding: 16vw 0;
    margin: 0 auto;
    border-top: solid 0.2666666667vw var(--white--light);
}
}:root {
  --white: #fff;
  --black: #282828;
  --gray: #8c8c8c;
  --gray--light: #fafafa;
  --gray--bg: #dcdcdc;
  --gray--form: #f0f0f0;
  --border: #707070;
  --red: #e60113;
  --text: #343434;
  --blue: #0154a6;
  --blue--light: #6da4d9;
  --blue--exlight: #a9d3fa;
  --blue--bg: #f2f5f9;
  --blue--k: #2e3651;
}
html {
  position: relative;
  font-size: 62.5%;
  min-height: 100%;
  min-width: 320px;
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--text);
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
body {
    min-width: 1280px;
    font-size: 16px;
}
}
@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(--text);
  transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
}
a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
._pcHide {
    display: none;
}
}
@media screen and (max-width: 767px) {
._spHide {
    display: none;
}
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
em, address {
  font-style: normal;
}
._tac {
  text-align: center;
}
main {
  flex-grow: 1;
}
.text-noto {
  font-family: "Noto Sans JP", sans-serif;
}
.text-roboto {
  font-family: "Roboto", sans-serif;
}
#app {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body, tooltip, popover {
  font-family: "Noto Sans JP", sans-serif;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.heading[data-v-0e13be2d] {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
.heading[data-v-0e13be2d] {
    margin-bottom: 45px;
    font-size: 36px;
}
}
@media screen and (max-width: 767px) {
.heading[data-v-0e13be2d] {
    font-size: 7.4666666667vw;
    margin-bottom: 9.3333333333vw;
}
}
.heading span[data-v-0e13be2d] {
  display: block;
  color: var(--blue--light);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.heading span[data-v-0e13be2d] {
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.heading span[data-v-0e13be2d] {
    font-size: 4.2666666667vw;
}
}.tab[data-v-eed5cf35] {
  display: flex;
}
@media screen and (min-width: 768px) {
.tab[data-v-eed5cf35] {
    width: 520px;
    margin: 40px auto 100px;
}
}
@media screen and (max-width: 767px) {
.tab[data-v-eed5cf35] {
    width: 100%;
    margin: 10.6666666667vw auto 20vw;
}
}
.tab_item[data-v-eed5cf35] {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.tab_item[data-v-eed5cf35] {
    width: 130px;
    height: 80px;
    gap: 7px;
    padding: 10px 3px;
    cursor: pointer;
    border: solid 2px var(--gray--bg);
    font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.tab_item[data-v-eed5cf35] {
    width: 25%;
    height: 18.6666666667vw;
    gap: 0.5333333333vw;
    padding: 2.6666666667vw 0.8vw 0.8vw;
    cursor: pointer;
    border: solid 0.5333333333vw var(--gray--bg);
    font-size: 3.2vw;
}
}
@media screen and (min-width: 768px) {
.tab_item[data-v-eed5cf35]:first-of-type {
    border-radius: 10px 0 0 10px;
}
}
@media screen and (max-width: 767px) {
.tab_item[data-v-eed5cf35]:first-of-type {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.tab_item[data-v-eed5cf35]:last-of-type {
    border-radius: 0 10px 10px 0;
}
}
@media screen and (max-width: 767px) {
.tab_item[data-v-eed5cf35]:last-of-type {
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
}
}
.tab_item-active[data-v-eed5cf35] {
  position: relative;
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.tab_item-active[data-v-eed5cf35]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
.tab_item-active[data-v-eed5cf35]::before {
    left: 59px;
    bottom: -20px;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid var(--blue);
}
}
@media screen and (max-width: 767px) {
.tab_item-active[data-v-eed5cf35]::before {
    left: 9.68vw;
    bottom: -5.0666666667vw;
    border-style: solid;
    border-right: 1.3333333333vw solid transparent;
    border-left: 1.3333333333vw solid transparent;
    border-top: 2.6666666667vw solid var(--blue);
}
}.exampleContents[data-v-15fd0aec] {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.exampleContents_heading[data-v-15fd0aec] {
    margin-top: 25px;
    font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.exampleContents_heading[data-v-15fd0aec] {
    margin-top: 6.6666666667vw;
    font-size: 5.6vw;
}
}
.exampleContents_text[data-v-15fd0aec] {
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
.exampleContents_text[data-v-15fd0aec] {
    margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.exampleContents_text[data-v-15fd0aec] {
    margin-top: 5.3333333333vw;
}
}
@media screen and (min-width: 768px) {
.exampleContents_item[data-v-15fd0aec]:not(:last-of-type) {
    margin-bottom: 80px;
    padding-bottom: 75px;
    border-bottom: solid 1px var(--blue--light);
}
}
@media screen and (max-width: 767px) {
.exampleContents_item[data-v-15fd0aec]:not(:last-of-type) {
    margin-bottom: 16vw;
    padding-bottom: 13.3333333333vw;
    border-bottom: solid 0.2666666667vw var(--blue--light);
}
}
.beforeAfter[data-v-15fd0aec] {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
.beforeAfter[data-v-15fd0aec] {
    gap: 80px;
}
}
@media screen and (max-width: 767px) {
.beforeAfter[data-v-15fd0aec] {
    flex-direction: column;
    gap: 21.3333333333vw;
}
}
.beforeAfter_content figcaption[data-v-15fd0aec] {
  text-transform: capitalize;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.beforeAfter_content figcaption[data-v-15fd0aec] {
    margin-top: 15px;
    font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.beforeAfter_content figcaption[data-v-15fd0aec] {
    margin-top: 2.6666666667vw;
    font-size: 5.6vw;
}
}
.beforeAfter_content div[data-v-15fd0aec] {
  background-color: var(--white);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.beforeAfter_content div[data-v-15fd0aec] {
    width: 460px;
    height: 320px;
    border-radius: 20px;
}
}
@media screen and (max-width: 767px) {
.beforeAfter_content div[data-v-15fd0aec] {
    width: 100%;
    height: 64vw;
    border-radius: 5.3333333333vw;
}
}
.beforeAfter_content div img[data-v-15fd0aec] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.beforeAfter_content-before[data-v-15fd0aec] {
  position: relative;
}
@media screen and (min-width: 768px) {
.beforeAfter_content-before[data-v-15fd0aec]::after {
    width: 18px;
    height: 19px;
    top: 151.9px;
    right: -51px;
}
}
.beforeAfter_content-before[data-v-15fd0aec]::after {
  content: "";
  position: absolute;
  background: url("/images/common/arrow-double.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
.beforeAfter_content-before[data-v-15fd0aec]::after {
    width: 4.8vw;
    height: 5.0666666667vw;
    bottom: -7.2vw;
    left: 50%;
    transform: rotate(90deg);
}
}
.beforeAfter_content-before figcaption[data-v-15fd0aec] {
  color: var(--blue--light);
}
.beforeAfter_content-after figcaption[data-v-15fd0aec] {
  color: var(--red);
}.block[data-v-4b940a64] {
  margin: 0 auto;
}
.false[data-v-4b940a64] {
  padding: 0;
}
@media screen and (min-width: 768px) {
.all[data-v-4b940a64] {
    padding: 120px 0;
}
}
@media screen and (max-width: 767px) {
.all[data-v-4b940a64] {
    padding: 26.6666666667vw 0;
}
}
@media screen and (min-width: 768px) {
.top[data-v-4b940a64] {
    padding-top: 120px;
}
}
@media screen and (max-width: 767px) {
.top[data-v-4b940a64] {
    padding-top: 26.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.bottom[data-v-4b940a64] {
    padding-bottom: 120px;
}
}
@media screen and (max-width: 767px) {
.bottom[data-v-4b940a64] {
    padding-bottom: 26.6666666667vw;
}
}
@media screen and (min-width: 768px) {
.small[data-v-4b940a64] {
    width: 1000px;
}
}
@media screen and (max-width: 767px) {
.small[data-v-4b940a64] {
    width: 92vw;
}
}
.large[data-v-4b940a64] {
  width: 100%;
}.hero[data-v-d3ff3552] {
  background-color: var(--gray--bg);
}
@media screen and (min-width: 768px) {
.hero[data-v-d3ff3552] {
    padding: 20px 0;
    margin-top: 100px;
}
}
@media screen and (max-width: 767px) {
.hero[data-v-d3ff3552] {
    padding: 5.3333333333vw 0;
    margin-top: 21.3333333333vw;
}
}
.hero_link[data-v-d3ff3552] {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
.hero_link[data-v-d3ff3552] {
    height: 100%;
}
}
@media screen and (max-width: 767px) {
.hero_link[data-v-d3ff3552] {
    height: 100.2666666667vw;
}
}
.hero_link .back[data-v-d3ff3552] {
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.hero_link .back[data-v-d3ff3552] {
    border-radius: 12px;
}
}
@media screen and (max-width: 767px) {
.hero_link .back[data-v-d3ff3552] {
    width: 100%;
    height: 100.2666666667vw;
    border-radius: 3.2vw;
}
}
@media screen and (max-width: 767px) {
.hero_link .back img[data-v-d3ff3552] {
    width: 100%;
    height: auto;
}
}
@media screen and (min-width: 768px) {
.hero .swiper[data-v-d3ff3552] {
    width: 1100px;
    height: 440px;
}
}
@media screen and (max-width: 767px) {
.hero .swiper[data-v-d3ff3552] {
    display: flex;
    justify-content: center;
}
}
@media screen and (max-width: 767px) {
.hero .swiper .swiper-wrapper[data-v-d3ff3552] {
    display: flex;
    justify-content: center;
}
}
.hero .heading[data-v-d3ff3552] {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: var(--white);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
.hero .heading[data-v-d3ff3552] {
    padding: 0 0 45px 20px;
    font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.hero .heading[data-v-d3ff3552] {
    padding: 0 0 10.6666666667vw 5.3333333333vw;
    font-size: 5.6vw;
}
}
.hero .heading[data-v-d3ff3552]::before {
  content: "";
  position: absolute;
  background: url("/images/common/arrow.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
.hero .heading[data-v-d3ff3552]::before {
    width: 18px;
    height: 18px;
    bottom: 20px;
    left: 20px;
}
}
@media screen and (max-width: 767px) {
.hero .heading[data-v-d3ff3552]::before {
    width: 4.8vw;
    height: 4.8vw;
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
}
}
@media screen and (min-width: 768px) {
.hero .heading span[data-v-d3ff3552] {
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.hero .heading span[data-v-d3ff3552] {
    font-size: 3.4666666667vw;
}
}
.about .text[data-v-d3ff3552] {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.about .text[data-v-d3ff3552] {
    width: 840px;
}
}
@media screen and (min-width: 768px) {
.about .text[data-v-d3ff3552]:last-of-type {
    margin-top: 30px;
}
}
.example[data-v-d3ff3552] {
  background-color: var(--blue--bg);
}
@media screen and (min-width: 768px) {
.example[data-v-d3ff3552] {
    width: 1100px;
    margin: 0 auto;
    padding: 120px 50px;
    border-radius: 20px;
}
}
@media screen and (max-width: 767px) {
.example[data-v-d3ff3552] {
    padding: 26.6666666667vw 0;
}
}
@media screen and (min-width: 768px) {
.example .logo[data-v-d3ff3552] {
    width: 80px;
    margin: 0 auto 40px;
}
}
@media screen and (max-width: 767px) {
.example .logo[data-v-d3ff3552] {
    width: 18.6666666667vw;
    margin: 0 auto 5.3333333333vw;
}
}
@media screen and (max-width: 767px) {
.example .logo img[data-v-d3ff3552] {
    width: 100%;
    height: auto;
}
}
.btn[data-v-d3ff3552] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--white);
  margin: 0 auto;
  background: url("/images/top/top_btn-bg.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
.btn[data-v-d3ff3552] {
    width: 500px;
    height: 100px;
    gap: 12px;
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.btn[data-v-d3ff3552] {
    width: 100%;
    height: 18.4vw;
    gap: 2.6666666667vw;
    font-size: 4.8vw;
}
}
@media screen and (max-width: 767px) {
.btn span[data-v-d3ff3552] {
    width: 9.3333333333vw;
}
}
@media screen and (max-width: 767px) {
.btn span img[data-v-d3ff3552] {
    width: 100%;
    height: auto;
}
}