@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
Theme Name:
*/
/*----------------------------------------
  reset
-----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

p {
  text-align: justify;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: black;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  outline: 0;
}

ul,
li {
  list-style: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input[type=text]:focus:placeholder-shown,
input[type=button]:focus:placeholder-shown,
input[type=submit]:focus:placeholder-shown,
input[type=tel]:focus:placeholder-shown,
input[type=email]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-webkit-input-placeholder,
input[type=button]:focus:-webkit-input-placeholder,
input[type=submit]:focus:-webkit-input-placeholder,
input[type=tel]:focus:-webkit-input-placeholder,
input[type=email]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:-moz-placeholder,
input[type=button]:focus:-moz-placeholder,
input[type=submit]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=button]:focus:-ms-input-placeholder,
input[type=submit]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown {
  color: #ddd;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

textarea {
  resize: vertical;
}

textarea:placeholder-shown {
  color: #ddd;
}

textarea::-webkit-input-placeholder {
  color: #ddd;
}

textarea::-moz-placeholder {
  color: #ddd;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
a {
  -webkit-tap-highlight-color: transparent;
  color: #000;
}
@media screen and (min-width: 896px) {
  a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  vertical-align: middle;
  border: solid 1px black;
  font-weight: normal;
  text-align: left;
  border: 0;
}

caption {
  text-align: left;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

body {
  overflow-x: hidden;
}
@media screen and (max-width: 896px) {
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

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

svg {
  width: 100%;
  height: auto;
}

.slick-list:focus {
  outline: none !important;
}

@keyframes animCommnoH2 {
  0% {
    transform: perspective(7em) rotateX(90deg) scale(3.7);
    opacity: 0;
  }
  10% {
    transform: perspective(7em) rotateX(0) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: perspective(7em) rotateX(0) scale(1);
    opacity: 1;
  }
}
body {
  overscroll-behavior-y: none;
}

.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 897px) {
  a.tel {
    pointer-events: none;
  }
}

.flx {
  display: flex;
}

.ablt {
  position: absolute;
}

.lead {
  font-size: 1.4285714286vw;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .lead {
    font-size: 3.7333333333vw;
  }
}

body {
  font-size: 1.1428571429vw;
  color: #000;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 3.7333333333vw;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}
body.navNoScroll {
  overflow: hidden;
}

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

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

@media screen and (max-width: 896px) {
  #stage {
    overflow-x: hidden;
  }
}

:root {
  scroll-padding: 7.1428571429vw;
}
@media screen and (max-width: 896px) {
  :root {
    scroll-padding: 18.6666666667vw;
  }
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  width: 100%;
  height: auto;
}
.svg_anim svg path {
  fill: none;
  stroke: #2948B8;
  stroke-width: 1px;
}
.svg_anim.on svg {
  transition: stroke-dashoffset 1s;
  stroke-dashoffset: 2000;
}

.fade_y {
  transform: translateY(clamp(10px, 10%, 100px));
  opacity: 0;
}
.fade_y.on {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.75, 0.96, 0.75, 0.97), transform 0.2s cubic-bezier(0.75, 0.96, 0.75, 0.97);
  transform: translateY(0%);
}

.txt_y {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 896px) {
  .txt_y.pc {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  .txt_y.sp {
    display: none;
  }
}
.txt_y > span {
  transform: translateY(100%);
  opacity: 0;
  display: block;
}
.txt_y.on span {
  transition: transform 0.25s ease-out;
  opacity: 1;
  transform: translateY(0%);
}

.img_anim {
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease-in;
}
.img_anim.on {
  opacity: 1;
}
.img_anim.on img {
  transform: scale(1);
}
.img_anim img {
  transform: scale(1.1);
  transition: all 0.6s ease-out;
}

.leftIn {
  filter: blur(6px);
  transform: translateX(clamp(-10px, -20%, -300px));
  opacity: 0;
}
.leftIn.on {
  filter: blur(0);
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, filter 0.2s ease-out;
}

.scaleIn {
  filter: blur(6px);
  transform: scaleX(1.2);
  opacity: 0;
}
.scaleIn.on {
  filter: blur(0);
  transform: scaleX(1);
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, filter 0.2s ease-out;
}

@keyframes blinking {
  0% {
    opacity: 0.4;
  }
  60%, 100% {
    opacity: 1;
  }
}
.blink {
  animation: blinking 1.2s ease-in-out infinite alternate;
}

.scr_cvr {
  overflow: hidden;
  width: max-content;
  position: relative;
  display: block;
  color: #fff;
  opacity: 0;
  padding: 0.1em 0.15em;
  background: linear-gradient(84deg, #0063BB -3.87%, #4BA9FF 104.01%);
  transition: 0.5s;
  font-weight: bold;
}
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(84deg, #0063BB -3.87%, #4BA9FF 104.01%);
  transition: all 0.3s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.scr_cvr.on {
  opacity: 1;
}
.scr_cvr.on::before {
  transform: translate(100%, 0);
  transition-delay: 0.2s;
}

.anim-txtin {
  transform: translateY(clamp(0px, -7%, -300px)) scale(1.2);
  opacity: 0;
  filter: blur(3px);
}
.anim-txtin.on {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition: transform 0.26s ease-out, opacity 0.26s ease-out, filter 0.26s ease-out;
}

.bgroop {
  animation: bgroop 30s linear infinite;
}

@keyframes bgroop {
  from {
    background-position: 0 -10vh;
  }
  to {
    background-position: 100vw -100vh;
  }
}
.bgroop_y {
  animation: bgMoveY 400s linear infinite;
}

@keyframes bgMoveY {
  0% {
    background-position-Y: 0;
  }
  100% {
    background-position-Y: 12000px;
  }
}
@keyframes bgMove {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -30000px;
  }
}
.txt_loop {
  overflow: hidden;
}
.txt_loop_box {
  width: 100%;
  width: 100%;
  background: url(../../img/top/loop_specon.webp) repeat-x;
  background-size: auto 100%;
  animation: bgMove 600s infinite linear;
  height: 11.5714285714vw;
}
@media screen and (max-width: 896px) {
  .txt_loop_box {
    height: 17vw;
  }
}

@media screen and (min-width: 897px) {
  html {
    scroll-behavior: smooth;
  }
}

@keyframes glitch-image-clipPath {
  0% {
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2.5% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  5% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  7.5% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  10% {
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  12.5% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  15% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  17.5% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  20% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  22.5% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  25% {
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  26% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(70) rotate(45deg);
    opacity: 0;
  }
}
@keyframes zoomAction {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.025);
  }
  40% {
    transform: scale(1);
  }
  61% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes opAnim {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #36a1fe;
  }
  70% {
    box-shadow: 0 0 0 17px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.top {
  background: #000;
  color: white;
}
.top.noscroll {
  overflow: hidden;
}
.top .common_btn_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .top .common_btn_area {
    gap: 3vw;
  }
}
.top .common_btn_area__cta {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top .common_btn_area__cta {
    font-size: 3.7333333333vw;
  }
}
.top .common_btn_area__cta.blue {
  background: linear-gradient(84deg, #0063BB -3.87%, #4BA9FF 104.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top .common_btn_area__btn {
  border-radius: 100vw;
  width: 35.9285714286vw;
  display: block;
  position: relative;
  transition: all 0.3s;
  animation: zoomAction 1.5s ease-in-out infinite;
}
.top .common_btn_area__btn .btn__right {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 100vw;
}
.top .common_btn_area__btn .btn__right::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2.9s ease-in-out infinite;
}
.top .common_btn_area__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 100vw;
}
@media screen and (min-width: 897px) {
  .top .common_btn_area__btn:hover {
    transform: translateY(6px);
    box-shadow: 0px 4.618px 0 0px rgba(0, 0, 0, 0);
    animation-play-state: paused;
  }
  .top .common_btn_area__btn:hover::before {
    animation: ripple 1.3s 0.3s infinite;
  }
  .top .common_btn_area__btn:hover .common_btn_area__btn--icon {
    transform: translateX(0.2vw);
  }
}
.top .common_btn_area__btn--txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7vw;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .top .common_btn_area__btn--txtbox {
    gap: 2vw;
    padding-right: 3vw;
  }
}
.top .common_btn_area__btn--icon {
  width: 1.7857142857vw;
  position: absolute;
  top: 50%;
  right: 1.3vw;
  translate: 0 -50%;
  transition: all 0.3s;
}
@media screen and (max-width: 896px) {
  .top .common_btn_area__btn--icon {
    width: 4.8vw;
    right: 3vw;
  }
}
.top .cvarea {
  margin-inline: auto;
  background: #fff;
  width: 80vw;
  border-radius: 1.1428571429vw;
  padding: 4.0714285714vw 3.5714285714vw 3.5714285714vw;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .top .cvarea {
    width: 90%;
    flex-direction: column;
    border-radius: 2.6666666667vw;
    padding: 8vw 5vw;
    gap: 0;
  }
}
@media screen and (min-width: 897px) {
  .top .cvarea__txtbox {
    width: 37.6428571429vw;
  }
}
@media screen and (max-width: 896px) {
  .top .cvarea__txtbox {
    display: contents;
  }
}
.top .cvarea__txtbox--label {
  width: 32.8571428571vw;
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .top .cvarea__txtbox--label {
    width: 100%;
    order: 1;
  }
}
.top .cvarea__txtbox--ttl {
  width: 100%;
  margin-top: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top .cvarea__txtbox--ttl {
    margin-top: 2.6666666667vw;
    order: 2;
  }
}
.top .cvarea__txtbox .common_btn_area {
  margin-top: 1.5vw;
}
@media screen and (max-width: 896px) {
  .top .cvarea__txtbox .common_btn_area {
    margin-top: 6.6666666667vw;
    width: 100%;
    order: 4;
  }
}
.top .cvarea__imgbox {
  border-radius: 1.0714285714vw;
  overflow: hidden;
}
@media screen and (min-width: 897px) {
  .top .cvarea__imgbox {
    width: 32.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .top .cvarea__imgbox {
    order: 3;
    border-radius: 2.1333333333vw;
    margin-top: 5.7vw;
  }
}
.top .common__ttlarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.3vw;
}
@media screen and (max-width: 896px) {
  .top .common__ttlarea {
    gap: 6vw;
  }
}
.top .common__ttlarea .txt {
  font-size: 5vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .top .common__ttlarea .txt {
    font-size: 9.2vw;
  }
}
.top .common__ttlarea .txt .addTxt {
  position: relative;
}
.top .common__ttlarea .txt .addTxt::after {
  content: attr(data-txt);
  position: absolute;
  bottom: 86%;
  left: 50%;
  translate: -50% 0;
  color: white;
  font-size: 1.2857142857vw;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .top .common__ttlarea .txt .addTxt::after {
    font-size: 3.2vw;
    letter-spacing: 0.12em;
    bottom: 94%;
  }
}
.top .commonline {
  background: linear-gradient(84deg, #0063BB -3.87%, #4BA9FF 104.01%);
  height: 6px;
  width: 4.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top .commonline {
    width: 14.6666666667vw;
  }
}
.top__mv {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .top__mv {
    height: 100vh;
    padding: 0;
  }
}
.top__mv .common_btn_area {
  margin-top: 2.5714285714vw;
}
@media screen and (min-width: 897px) {
  .top__mv .common_btn_area {
    width: 100%;
  }
}
.top__mv .common_btn_area__btn {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .top__mv .common_btn_area {
    margin-top: 7vw;
  }
}
.top__mv .mv__bg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__bg {
    filter: brightness(0.6);
  }
}
.top__mv .mv__bg img, .top__mv .mv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__bg img, .top__mv .mv__bg video {
    object-position: 60%;
  }
}
.top__mv .mv__pop {
  position: absolute;
  top: 0;
  right: 5.8571428571vw;
  width: 11.3571428571vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__pop {
    display: none;
  }
}
.top__mv .mv__txtbox {
  position: absolute;
  top: 50%;
  left: 9.3571428571vw;
  translate: 0 -50%;
  display: flex;
  flex-direction: column;
  gap: 2.8571428571vw;
}
@media screen and (min-width: 897px) {
  .top__mv .mv__txtbox {
    width: 34.8571428571vw;
    max-width: 65vh;
  }
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox {
    width: 86.4vw;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    gap: 5.3333333333vw;
  }
}
.top__mv .mv__txtbox--ttl img {
  width: 120%;
  position: relative;
  translate: -9% 0;
  max-width: none;
}
.top__mv .mv__txtbox--emblem {
  margin-top: -3.9vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox--emblem {
    margin-top: -5vw;
  }
}
.top__mv .mv__txtbox--btnbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox--btnbox {
    gap: 5vw;
  }
}
.top__mv .mv__txtbox--btnbox .txtbaselink {
  color: #fff;
  font-size: 1.2857142857vw;
  text-decoration: underline;
  transition: opacity 0.3s;
  letter-spacing: 0.08em;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__txtbox--btnbox .txtbaselink {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 897px) {
  .top__mv .mv__txtbox--btnbox .txtbaselink:hover {
    opacity: 0.7;
  }
}
.top__mv .mv__list {
  display: flex;
  align-items: center;
  gap: 0.7142857143vw;
  margin-top: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__list {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    margin-top: 6vw;
  }
}
.top__mv .mv__list li {
  width: 12.3571428571vw;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 12.3571428571vw;
}
@media screen and (min-width: 897px) {
  .top__mv .mv__list li {
    max-width: 19vh;
    max-height: 19vh;
  }
}
@media screen and (max-width: 896px) {
  .top__mv .mv__list li {
    width: 29vw;
    height: 29vw;
  }
}
.top__mv .mv__list li::after {
  animation: opAnim 2s infinite;
  content: "";
  background: url(../../img/top/bg_result01.webp) no-repeat;
  width: 100%;
  height: 12.3571428571vw;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 896px) {
  .top__mv .mv__list li::after {
    height: 29vw;
  }
}
.top__mv .mv__list li img {
  width: 80%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__list li img {
    width: 85%;
  }
}
.top__mv .mv__news {
  height: 4.2142857143vw;
  position: absolute;
  top: 2.8571428571vw;
  right: 2.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__news {
    height: 10vw;
    right: 5vw;
    top: 5vw;
  }
}
.top__mv .mv__news img {
  height: 100%;
  width: auto;
}
.top__mv .mv__cm_trigger {
  position: absolute;
  width: 20.7857142857vw;
  right: 5vw;
  bottom: 4vw;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__cm_trigger {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  .top__mv .mv__cm_trigger:hover {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.top__concept {
  overflow: hidden;
  position: relative;
  padding: 3.5vw 0 22.2857142857vw;
  background: #1C1C1C;
}
@media screen and (max-width: 896px) {
  .top__concept {
    padding: 8vw 0 26.6666666667vw;
  }
}
.top__concept .concept__bg {
  width: 100%;
  position: absolute;
  bottom: -17vw;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 896px) {
  .top__concept .concept__bg {
    width: 150vw;
    bottom: -36vw;
  }
  .top__concept .concept__bg img {
    object-fit: cover;
  }
}
.top__concept .concept__kv {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 897px) {
  .top__concept .concept__kv {
    margin-top: 1.2vw;
  }
}
@media screen and (max-width: 896px) {
  .top__concept .concept__kv {
    margin-top: 7vw;
  }
}
.top__concept .concept__kv .txt_r {
  text-align: right;
  color: white;
  letter-spacing: 0.02em;
  font-size: 1vw;
  margin-top: 1em;
}
@media screen and (max-width: 896px) {
  .top__concept .concept__kv .txt_r {
    font-size: 3.2vw;
  }
}
.top__concept .concept__txtbox {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 897px) {
  .top__concept .concept__txtbox--ttl {
    width: 68.1428571429vw;
  }
}
@media screen and (min-width: 897px) {
  .top__concept .concept__txtbox--emblem {
    width: 25.7857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .top__concept .concept__txtbox--emblem {
    width: 70%;
  }
}
@media screen and (min-width: 897px) {
  .top__concept .concept__txtbox--subttl {
    width: 58.5vw;
  }
}
.top__concept .concept__txtbox--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__concept .concept__txtbox--inner {
    margin-top: 16vw;
    gap: 4vw;
  }
}
.top__concept .concept__txtbox--lead {
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: 1.7142857143vw;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .top__concept .concept__txtbox--lead {
    white-space: nowrap;
  }
}
@media screen and (max-width: 896px) {
  .top__concept .concept__txtbox--lead {
    font-size: 4.2666666667vw;
  }
}
.top__concept .concept__txtbox--lead .bgtxt {
  background: #0F55BF;
  padding-inline: 0.3em;
  border-radius: 2px;
}
.top__kv {
  display: flex;
}
.top__kv .imgwrap {
  width: 33.3333333333%;
}
.top__kv .imgwrap img {
  object-fit: cover;
}
@media screen and (min-width: 897px) {
  .top__kv .imgwrap img {
    height: 22.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .top__kv .imgwrap img {
    height: 30vw;
  }
}
.top__df {
  position: relative;
}
.top__df .df__bg {
  filter: brightness(0.5);
  width: 100%;
}
.top__df .df__bg img, .top__df .df__bg video {
  height: 62vw;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .top__df .df__bg img, .top__df .df__bg video {
    height: 198vw;
  }
}
.top__df .df__wrap {
  top: 48%;
  left: 50%;
  translate: -50% -50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top__df .df__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 2.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__df .df__box {
    flex-direction: column;
    width: 100%;
    margin-top: 5vw;
    gap: 7.6vw;
  }
}
.top__df .df__ttl {
  margin-inline: auto;
}
@media screen and (min-width: 897px) {
  .top__df .df__ttl {
    width: 59.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .top__df .df__ttl {
    width: 90%;
  }
}
@media screen and (min-width: 897px) {
  .top__df .df__imgbox {
    width: 44.2857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .top__df .df__imgbox {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .top__df .df__imgbox img {
    width: 100%;
    height: 55vw;
    object-position: top;
    object-fit: cover;
  }
}
.top__df .df__txtbox {
  display: flex;
  gap: 4.2857142857vw;
}
@media screen and (min-width: 897px) {
  .top__df .df__txtbox {
    width: 46.2857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .top__df .df__txtbox {
    width: 90%;
  }
}
@media screen and (min-width: 897px) {
  .top__df .df__txtbox--subttl {
    width: 106.8%;
  }
}
@media screen and (max-width: 896px) {
  .top__df .df__txtbox--subttl {
    width: 107%;
  }
}
.top__df .df__txtbox--subttl img {
  translate: -1.7vw 0;
}
@media screen and (max-width: 896px) {
  .top__df .df__txtbox--subttl img {
    translate: -3.3vw 0;
  }
}
.top__df .df__txtbox--inner {
  display: flex;
  flex-direction: column;
  gap: 2.0714285714vw;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .top__df .df__txtbox--inner {
    gap: 1.3vw;
  }
}
.top__df .df__txtbox--inner .lead {
  font-size: 1.4285714286vw;
  letter-spacing: 0.04em;
  line-height: 2.2;
}
@media screen and (min-width: 897px) {
  .top__df .df__txtbox--inner .lead {
    margin-top: -1em;
  }
}
@media screen and (max-width: 896px) {
  .top__df .df__txtbox--inner .lead {
    font-size: 3.7333333333vw;
  }
}
.top__price {
  background: #1C1C1C;
  padding: 4.2857142857vw 10vw 14.0714285714vw;
}
@media screen and (max-width: 896px) {
  .top__price {
    padding: 20vw 5vw;
  }
}
.top__price .price__head {
  background: #F4F5FE;
  padding-top: 6.5vw;
  position: relative;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  gap: 5.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__price .price__head {
    gap: 12vw;
    padding-top: 18.6666666667vw;
  }
}
.top__price .price__head::before {
  background: url(../../img/top/deco_arrow01.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -0.2142857143vw;
  left: 50%;
  translate: -50% 0;
  width: 5.5vw;
  height: 2.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__price .price__head::before {
    top: -0.8vw;
    width: 16vw;
    height: 7.4666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .top__price .price__head--ttl {
    width: 72.3571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .top__price .price__head--ttl {
    width: 67%;
  }
}
.top__price .price__head--txt {
  text-align: center;
  font-size: 1.4285714286vw;
  letter-spacing: 0.06em;
  line-height: 2.2;
}
@media screen and (max-width: 896px) {
  .top__price .price__head--txt {
    font-size: 3.7333333333vw;
  }
}
.top__price .price__wrap {
  display: flex;
  width: 100%;
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 897px) {
  .top__price .price__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .top__price .price__wrap {
    flex-direction: column;
    width: 100%;
  }
}
.top__price .price__wrap .price__box {
  width: 33.3333333333%;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 4.2857142857vw 5.5714285714vw;
  justify-content: center;
}
@media screen and (min-width: 897px) {
  .top__price .price__wrap .price__box {
    border-right: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 896px) {
  .top__price .price__wrap .price__box {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding-block: 8vw;
  }
}
.top__price .price__wrap .price__box:nth-of-type(3n) {
  border-right: none;
}
@media screen and (max-width: 896px) {
  .top__price .price__wrap .price__box:nth-of-type(3n) {
    border-bottom: none;
  }
}
.top__price .price__wrap .price__box--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__price .price__wrap .price__box--ttl {
    gap: 2.6666666667vw;
  }
}
.top__price .price__wrap .price__box--ttl .subtxt {
  font-weight: 400;
  font-size: 0.8571428571vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .top__price .price__wrap .price__box--ttl .subtxt {
    font-size: 3.2vw;
  }
}
.top__price .price__wrap .price__box--ttl .maintxt {
  background: #0063BB;
  color: white;
  font-weight: 400;
  font-size: 2.1428571429vw;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 0.12em 0.3em;
}
@media screen and (max-width: 896px) {
  .top__price .price__wrap .price__box--ttl .maintxt {
    font-size: 5.3333333333vw;
  }
}
.top__price .price__wrap .price__box--ttl .maintxt .bld {
  font-weight: 700;
}
.top__price .price__wrap .price__box--txt {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 1.1428571429vw;
  margin-top: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .top__price .price__wrap .price__box--txt {
    font-size: 3.7333333333vw;
    margin-top: 3vw;
  }
}
.top__price .price__reason {
  margin-top: 9.1428571429vw;
  background: white;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .top__price .price__reason {
    margin-top: 17vw;
    width: 90%;
    margin-inline: auto;
  }
}
.top__price .price__reason--ttl {
  width: 21.0714285714vw;
  position: absolute;
  left: 50%;
  top: -2vw;
  translate: -50% 0;
  background: white;
}
@media screen and (max-width: 896px) {
  .top__price .price__reason--ttl {
    width: 62%;
    top: -5vw;
  }
}
.top__price .price__table {
  margin-top: 2.8571428571vw;
}
@media screen and (max-width: 896px) {
  .top__price .price__table {
    margin-top: 12vw;
  }
}
.top__price .price__table .imgwrap {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 896px) {
  .top__price .price__table .imgwrap {
    overflow: initial;
    overflow-y: hidden;
  }
  .top__price .price__table .imgwrap img {
    max-width: none;
    width: 200vw;
  }
}
@media screen and (max-width: 896px) {
  .top__price .price__table .sptxt {
    margin-bottom: 4vw;
  }
}
.top__case {
  background: #1C1C1C;
  padding-block: 8.5714285714vw 19vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__case {
    padding: 10vw 5vw 54vw;
  }
}
.top__case .case__ttl {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 897px) {
  .top__case .case__ttl {
    margin-inline: auto;
    width: 44.0714285714vw;
  }
}
.top__case .case__list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  align-items: center;
  margin-top: 10.9285714286vw;
}
@media screen and (max-width: 896px) {
  .top__case .case__list {
    flex-wrap: wrap;
    gap: 0 4%;
    margin-top: 6vw;
  }
}
.top__case .case__list .item {
  transition: all 0.65s ease-in-out;
}
.top__case .case__list .item:nth-of-type(2n) {
  margin-inline: -0.7142857143vw;
}
@media screen and (min-width: 897px) {
  .top__case .case__list .item {
    width: 23.1428571429vw;
  }
}
@media screen and (max-width: 896px) {
  .top__case .case__list .item {
    width: 48%;
  }
}
@media screen and (max-width: 896px) {
  .top__case .case__list .item.item01 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .top__case .case__list .item.item01 img {
    width: 48%;
  }
}
@media screen and (min-width: 897px) {
  .top__case .case__list .item.item02 {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 897px) {
  .top__case .case__list .item.item03 {
    transition-delay: 0.6s;
  }
}
.top__case .case__bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.top__flow {
  padding-block: 2.6428571429vw 15.7142857143vw;
  background: #1C1C1C;
}
@media screen and (max-width: 896px) {
  .top__flow {
    padding: 0vw 5vw 20vw;
  }
}
.top__flow .flow__ttl {
  margin-inline: auto;
}
@media screen and (min-width: 897px) {
  .top__flow .flow__ttl {
    width: 44.6428571429vw;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__ttl {
    width: 80%;
  }
}
.top__flow .flow__body {
  display: flex;
  flex-direction: column;
  gap: 4.8571428571vw;
  margin-top: 6vw;
}
@media screen and (min-width: 897px) {
  .top__flow .flow__body {
    width: 63.7142857143vw;
    margin-inline: auto;
  }
}
.top__flow .flow__body--box {
  border: 1px solid #454545;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-inline: 5.1428571429vw;
  position: relative;
  transition: all 0.65s ease-in-out;
  transform: translateY(15%);
}
.top__flow .flow__body--box.on {
  transform: translateY(0);
}
@media screen and (min-width: 897px) {
  .top__flow .flow__body--box {
    height: 16.5vw;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box {
    flex-direction: column;
    gap: 4vw;
    padding-block: 8vw;
  }
}
.top__flow .flow__body--box:nth-last-of-type(1)::after {
  display: none;
}
.top__flow .flow__body--box::after {
  content: "";
  position: absolute;
  background: url(../../img/top/flow_arrow01.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.2857142857vw;
  height: 1vw;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box::after {
    width: 5.3333333333vw;
    height: 2.4vw;
  }
}
.top__flow .flow__body--box .box__ttl {
  display: flex;
  align-items: flex-start;
  gap: 0.7857142857vw;
}
@media screen and (min-width: 897px) {
  .top__flow .flow__body--box .box__ttl {
    width: 14.714286vw;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box .box__ttl {
    gap: 2.1333333333vw;
  }
}
.top__flow .flow__body--box .box__ttl .num {
  line-height: 1.4;
  font-size: 1.5vw;
  color: #939393;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box .box__ttl .num {
    font-size: 5.3333333333vw;
    position: absolute;
    left: 4vw;
    top: 4vw;
  }
}
.top__flow .flow__body--box .box__ttl .txt {
  line-height: 1.4;
  font-size: 2vw;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box .box__ttl .txt {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .top__flow .flow__body--box .box__ttl .txt .sptxt {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box .box__ttl .txt .sptxt {
    display: inline;
  }
}
.top__flow .flow__body--box .box__txt {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 1vw;
}
.top__flow .flow__body--box .box__txt .txtlink {
  color: white;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (min-width: 897px) {
  .top__flow .flow__body--box .box__txt .txtlink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 897px) {
  .top__flow .flow__body--box .box__txt {
    width: 28.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box .box__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 897px) {
  .top__flow .flow__body--box .box__icon {
    margin-right: 3.1428571429vw;
    width: 4.5vw;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__body--box .box__icon {
    width: 25%;
  }
}
.top__flow .flow__support {
  background: #F8F8FE;
  border-radius: 10px;
  box-shadow: 0px 0px 100px 0px rgba(9, 81, 190, 0.3);
  padding: 6.0714285714vw 7.1428571429vw 6.0714285714vw 10vw;
  width: 80vw;
  margin-inline: auto;
  margin-top: 11.4285714286vw;
  color: #333333;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support {
    width: 100%;
    padding: 12vw 4vw;
  }
}
.top__flow .flow__support .support__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top__flow .flow__support .support__head--ttl {
  width: 58.9285714286vw;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__head--ttl {
    width: 90%;
  }
}
.top__flow .flow__support .support__head--txt {
  font-size: 1.4285714286vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.8571428571vw;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__head--txt {
    font-size: 3.7333333333vw;
    margin-top: 5vw;
  }
}
.top__flow .flow__support .support__body {
  margin-top: 3.3571428571vw;
  padding-top: 2.8571428571vw;
  border-top: 1px solid #D9D9D9;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 897px) {
  .top__flow .flow__support .support__body {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__body {
    padding-top: 6vw;
    margin-top: 6vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 897px) {
  .top__flow .flow__support .support__body--txtbox {
    width: 31.4285714286vw;
  }
}
.top__flow .flow__support .support__body--txt {
  font-size: 1.1428571429vw;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__body--txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 897px) {
  .top__flow .flow__support .support__body--tablewrap {
    width: 28.6428571429vw;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__body--tablewrap {
    margin-top: 8vw;
  }
}
.top__flow .flow__support .support__body--tablewrap dt {
  font-weight: 700;
  font-size: 1vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__body--tablewrap dt {
    font-size: 3.7333333333vw;
  }
}
.top__flow .flow__support .support__body--tablewrap dd {
  margin-top: 0.7142857143vw;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__body--tablewrap dd {
    margin-top: 2.6666666667vw;
  }
}
.top__flow .flow__support .support__body--tablewrap dd table {
  width: 100%;
  border-collapse: collapse;
}
.top__flow .flow__support .support__body--tablewrap dd table th, .top__flow .flow__support .support__body--tablewrap dd table td {
  padding: 0.8571428571vw 1.2142857143vw;
  font-size: 1vw;
  letter-spacing: 0.02em;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__body--tablewrap dd table th, .top__flow .flow__support .support__body--tablewrap dd table td {
    font-size: 3.2vw;
    padding: 2.6666666667vw 2vw;
  }
}
@media screen and (min-width: 897px) {
  .top__flow .flow__support .support__body--tablewrap dd table th {
    width: 16.7142857143vw;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__body--tablewrap dd table td {
    width: 40%;
  }
}
.top__flow .flow__support .support__body--tablewrap dd table thead th, .top__flow .flow__support .support__body--tablewrap dd table thead td {
  font-weight: 700;
  background: #0063BB;
  color: white;
}
.top__flow .flow__support .support__foot {
  background: #EEEFFC;
  margin-top: 3.5714285714vw;
  display: flex;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__foot {
    margin-top: 7vw;
    flex-direction: column;
  }
}
.top__flow .flow__support .support__foot--box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2.5vw 3.8571428571vw 2.8571428571vw;
  gap: 1.2857142857vw;
}
@media screen and (min-width: 897px) {
  .top__flow .flow__support .support__foot--box {
    border-right: 1px solid #D9D9D9;
    width: 50%;
  }
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__foot--box {
    border-bottom: 1px solid #D9D9D9;
    padding: 9.3333333333vw 4vw;
    gap: 4vw;
  }
}
.top__flow .flow__support .support__foot--box:nth-last-of-type(1) {
  border-right: none;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__foot--box:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.top__flow .flow__support .support__foot--box dt {
  background: #0063BB;
  color: white;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 1.4285714286vw;
  padding: 0.3em 0.6em;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__foot--box dt {
    font-size: 4.2666666667vw;
  }
}
.top__flow .flow__support .support__foot--box dd {
  line-height: 2.2;
  letter-spacing: 0.02em;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__foot--box dd {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.top__flow .flow__support .support__foot--box dd ul, .top__flow .flow__support .support__foot--box dd li {
  list-style: inherit;
}
.top__flow .flow__support .support__foot--box dd ul li::marker {
  color: #0063BB;
}
.top__flow .flow__support .support__foot--box dd ul, .top__flow .flow__support .support__foot--box dd ol {
  margin-left: 1em;
}
@media screen and (max-width: 896px) {
  .top__flow .flow__support .support__foot--box dd ul, .top__flow .flow__support .support__foot--box dd ol {
    margin-left: 1.3em;
    display: flex;
    flex-direction: column;
    gap: 1.8666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .top__flow .flow__support .support__foot--box dd ul li, .top__flow .flow__support .support__foot--box dd ol li {
    white-space: nowrap;
  }
}
.top__cta {
  padding-block: 11.4285714286vw;
  background: white;
}
@media screen and (max-width: 896px) {
  .top__cta {
    padding-block: 20vw;
  }
}
.top__about {
  background: white;
  padding-bottom: 15.7142857143vw;
}
.top__about .c_cta {
  margin-top: 13.1428571429vw;
}
.top__about .about__head {
  position: relative;
  height: 100vh;
}
.top__about .about__head .bgwrap {
  width: 100%;
  height: 100%;
}
.top__about .about__head .bgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__about .about__head .txtwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  gap: 1.7142857143vw;
  top: 50%;
  left: 50%;
  color: white;
  translate: -50% -50%;
}
@media screen and (max-width: 896px) {
  .top__about .about__head .txtwrap {
    gap: 5.3333333333vw;
  }
}
.top__about .about__head .txtwrap .num {
  font-weight: 400;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__head .txtwrap .num {
    font-size: 4.5333333333vw;
  }
}
.top__about .about__head .txtwrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__head .txtwrap .inner {
    gap: 2.1333333333vw;
  }
}
.top__about .about__head .txtwrap .inner .maintxt {
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-size: 3.5714285714vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__head .txtwrap .inner .maintxt {
    font-size: 8vw;
    white-space: nowrap;
  }
}
.top__about .about__head .txtwrap .inner .subtxt {
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-size: 1.1428571429vw;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .top__about .about__head .txtwrap .inner .subtxt {
    font-size: 3.7333333333vw;
  }
}
.top__about .about__body {
  color: #333333;
}
.top__about .about__body--house {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 11.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--house {
    padding: 18vw 5vw 0;
  }
}
.top__about .about__body--house .ttl {
  width: 41.8571428571vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--house .ttl {
    width: 100%;
  }
}
.top__about .about__body--house .imgbox {
  position: relative;
}
@media screen and (min-width: 897px) {
  .top__about .about__body--house .imgbox {
    width: 79.2857142857vw;
  }
}
.top__about .about__body--house .imgbox .txtwrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition-delay: 0.25s !important;
}
.top__about .about__body--house .txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5714285714vw;
  margin-top: 3.0714285714vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--house .txtbox {
    gap: 4vw;
    margin-top: 7vw;
  }
}
.top__about .about__body--house .txtbox__ttl {
  letter-spacing: 0.12em;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--house .txtbox__ttl {
    font-size: 5.0666666667vw;
    white-space: nowrap;
  }
}
.top__about .about__body--house .txtbox__txt {
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 1.4285714286vw;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--house .txtbox__txt {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.top__about .about__body--type {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 11.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type {
    padding: 17vw 5vw 0;
  }
}
.top__about .about__body--type .ttl {
  width: 25.2142857143vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .ttl {
    width: 74%;
  }
}
.top__about .about__body--type .type__wrap {
  display: flex;
  margin-top: 3.4285714286vw;
  gap: 4.7142857143vw;
}
@media screen and (min-width: 897px) {
  .top__about .about__body--type .type__wrap {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .type__wrap {
    flex-direction: column;
    gap: 12vw;
    mtt: 10vw;
  }
}
.top__about .about__body--type .type__box {
  display: flex;
  flex-direction: column;
  gap: 1.7142857143vw;
  transition: all 0.65s ease-in-out;
}
@media screen and (min-width: 897px) {
  .top__about .about__body--type .type__box {
    width: 23.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .type__box {
    gap: 5vw;
  }
}
@media screen and (min-width: 897px) {
  .top__about .about__body--type .type__box:nth-of-type(2n) {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 897px) {
  .top__about .about__body--type .type__box:nth-of-type(3n) {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .type__box--imgbox img {
    height: 70vw;
    object-fit: cover;
  }
}
.top__about .about__body--type .type__box--txtbox .subtxt {
  color: #939393;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  font-size: 1vw;
  position: relative;
  padding-left: 0.8571428571vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .type__box--txtbox .subtxt {
    font-size: 3.2vw;
    padding-left: 2.1333333333vw;
  }
}
.top__about .about__body--type .type__box--txtbox .subtxt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  border-radius: 50%;
  background: #939393;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .type__box--txtbox .subtxt::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.top__about .about__body--type .type__box--txtbox .ttl {
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.5714285714vw;
  margin-top: 0.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .type__box--txtbox .ttl {
    font-size: 5.3333333333vw;
  }
}
.top__about .about__body--type .type__box--txtbox .txt {
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 1.1428571429vw;
  margin-top: 1vw;
}
@media screen and (max-width: 896px) {
  .top__about .about__body--type .type__box--txtbox .txt {
    font-size: 3.7333333333vw;
    margin-top: 3vw;
  }
}
.top__voice {
  background: white;
  overflow: hidden;
}
.top__voice .c_cta {
  margin-top: 13.1428571429vw;
}
.top__voice .voice__head {
  position: relative;
  height: 100vh;
}
.top__voice .voice__head .bgwrap {
  width: 100%;
  height: 100%;
}
.top__voice .voice__head .bgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__voice .voice__head .txtwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  gap: 1.7142857143vw;
  top: 50%;
  left: 50%;
  color: white;
  translate: -50% -50%;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__head .txtwrap {
    gap: 5.3333333333vw;
  }
}
.top__voice .voice__head .txtwrap .num {
  font-weight: 400;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__head .txtwrap .num {
    font-size: 4.5333333333vw;
  }
}
.top__voice .voice__head .txtwrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__head .txtwrap .inner {
    gap: 2.1333333333vw;
  }
}
.top__voice .voice__head .txtwrap .inner .maintxt {
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-size: 3.5714285714vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__head .txtwrap .inner .maintxt {
    font-size: 8vw;
    white-space: nowrap;
  }
}
.top__voice .voice__head .txtwrap .inner .subtxt {
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-size: 1.1428571429vw;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__head .txtwrap .inner .subtxt {
    font-size: 3.7333333333vw;
  }
}
.top__voice .voice__body {
  padding-top: 11.7857142857vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15.7142857143vw;
  gap: 3.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body {
    gap: 6vw;
    padding: 21.3333333333vw 0px;
  }
}
@media screen and (min-width: 897px) {
  .top__voice .voice__body--ttl {
    width: 44.7142857143vw;
  }
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body--ttl {
    width: 90vw;
  }
}
.top__voice .voice__body .splide {
  position: relative;
}
.top__voice .voice__body .splide__track {
  overflow: initial;
  padding-bottom: 6.5714285714vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__track {
    padding-bottom: 16vw;
  }
}
.top__voice .voice__body .splide__list {
  display: flex;
  justify-content: center;
}
.top__voice .voice__body .splide__arrow {
  position: initial;
  transform: none;
  inset: auto;
  opacity: 1;
  width: 3.4285714286vw;
  height: 3.4285714286vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.3s;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__arrow {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.top__voice .voice__body .splide__arrow svg {
  fill: none;
  transform: none;
  width: 0.5714285714vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__arrow svg {
    width: 1.6vw;
  }
}
.top__voice .voice__body .splide__arrow svg path {
  transition: all 0.3s;
}
@media screen and (min-width: 897px) {
  .top__voice .voice__body .splide__arrow:hover {
    border: 1px solid #0063BB;
  }
  .top__voice .voice__body .splide__arrow:hover svg path {
    stroke: #0063BB;
  }
}
.top__voice .voice__body .splide__pagination {
  inset: auto;
  counter-reset: pagination-num;
  bottom: 0.6vw;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 0.7857142857vw;
}
.top__voice .voice__body .splide__pagination__page {
  font-size: 0.8571428571vw;
  letter-spacing: 0.1em;
  line-height: 1.35;
  width: 1.7857142857vw;
  height: 1.7857142857vw;
  border-radius: 50%;
  scale: 1;
  opacity: 1;
  background: white;
  border: 1px solid #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__pagination__page {
    font-size: 3.7333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.top__voice .voice__body .splide__pagination__page.is-active {
  transform: scale(1);
  border: 1px solid #0063BB;
  color: #0063BB;
}
@media screen and (min-width: 897px) {
  .top__voice .voice__body .splide__pagination__page:hover {
    transform: scale(1);
    border: 1px solid #0063BB;
    color: #0063BB;
  }
}
.top__voice .voice__body .splide__pagination__page::before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
  text-box: trim-both cap alphabetic;
  padding-left: 0.1em;
}
.top__voice .voice__body .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  gap: 20.0714285714vw;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__arrows {
    gap: 70vw;
  }
}
.top__voice .voice__body .splide__slide {
  margin-right: 3.2857142857vw;
  width: 53.5714285714vw;
  color: #333333;
  border: 1px solid #D9D9D9;
  padding: 6.8571428571vw 4.5vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide {
    width: 87vw;
    padding: 8vw 4vw;
  }
}
.top__voice .voice__body .splide__slide .txtbox__head {
  color: #D9D9D9;
  font-size: 0.8571428571vw;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .txtbox__head {
    font-size: 3.2vw;
  }
}
.top__voice .voice__body .splide__slide .txtbox__ttlwrap {
  display: flex;
  align-items: center;
  gap: 1.1428571429vw;
  margin-top: 2.1428571429vw;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.9285714286vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .txtbox__ttlwrap {
    gap: 4vw;
    margin-top: 3vw;
  }
}
.top__voice .voice__body .splide__slide .txtbox__ttlwrap--icon {
  width: 5.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .txtbox__ttlwrap--icon {
    width: 10vw;
  }
}
.top__voice .voice__body .splide__slide .txtbox__ttlwrap--ttl {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-size: 1.8571428571vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .txtbox__ttlwrap--ttl {
    font-size: 4.2666666667vw;
  }
}
.top__voice .voice__body .splide__slide .txtbox__txt {
  font-size: 1vw;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 1.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .txtbox__txt {
    font-size: 3.4666666667vw;
  }
}
.top__voice .voice__body .splide__slide .info {
  margin-top: 1vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .info {
    margin-top: 3vw;
  }
}
.top__voice .voice__body .splide__slide .info dl {
  display: flex;
  align-items: center;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .info dl {
    gap: 2.6666666667vw;
  }
}
.top__voice .voice__body .splide__slide .info dl dt {
  font-weight: 700;
  padding-left: 0.9285714286vw;
  position: relative;
  letter-spacing: 0.04em;
  font-size: 1vw;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .info dl dt {
    font-size: 3.7333333333vw;
  }
}
.top__voice .voice__body .splide__slide .info dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  border-radius: 50%;
  background: #D9D9D9;
}
.top__voice .voice__body .splide__slide .info dl dd {
  font-size: 1vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .info dl dd {
    font-size: 3.4666666667vw;
  }
}
.top__voice .voice__body .splide__slide .info .taglist {
  display: flex;
  gap: 0.2857142857vw;
  margin-top: 1.1428571429vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .info .taglist {
    gap: 1.0666666667vw;
    margin-top: 4vw;
  }
}
.top__voice .voice__body .splide__slide .info .taglist li {
  background: #ACACAC;
  color: white;
  border-radius: 2px;
  padding: 0.7em 0.8em;
  font-size: 0.8571428571vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .top__voice .voice__body .splide__slide .info .taglist li {
    font-size: 3.2vw;
    padding-block: 0.5em;
  }
}
@media screen and (min-width: 897px) {
  .top__voice .voice__kv {
    background: url(../../img/top/voice_kv01.webp);
    width: 100%;
    height: 42.8571428571vw;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media screen and (max-width: 896px) {
  .top__voice .voice__kv .imgwrap img {
    height: 60vw;
    object-fit: cover;
  }
}
.top__access {
  background: white;
  padding: 15.7142857143vw 10vw 0;
  display: flex;
}
@media screen and (min-width: 897px) {
  .top__access {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .top__access {
    flex-direction: column;
    gap: 12vw;
    padding: 14vw 5vw 0;
  }
}
.top__access .access__txtbox {
  color: #333333;
}
@media screen and (min-width: 897px) {
  .top__access .access__txtbox {
    width: 18.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox {
    padding-inline: 5vw;
  }
}
.top__access .access__txtbox--ttl {
  font-size: 2.8571428571vw;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox--ttl {
    font-size: 6.9333333333vw;
  }
}
.top__access .access__txtbox--subttl {
  letter-spacing: 0.04em;
  font-size: 1.2857142857vw;
  margin-top: 2.8571428571vw;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox--subttl {
    font-size: 4.8vw;
    margin-top: 5vw;
  }
}
.top__access .access__txtbox--subttl .small {
  font-weight: 400;
  font-size: 0.8571428571vw;
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox--subttl .small {
    font-size: 2.9333333333vw;
  }
}
.top__access .access__txtbox--txt {
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: 1vw;
  margin-top: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox--txt {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
}
.top__access .access__txtbox--link {
  border: 1px solid #ACACAC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8571428571vw;
  gap: 0.5714285714vw;
  transition: all 0.3s;
}
@media screen and (min-width: 897px) {
  .top__access .access__txtbox--link {
    width: 17.5714285714vw;
    height: 3.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox--link {
    height: 15vw;
    margin-top: 5vw;
    gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 897px) {
  .top__access .access__txtbox--link:hover {
    background: #333333;
  }
  .top__access .access__txtbox--link:hover .icon {
    filter: brightness(0) invert(1);
  }
  .top__access .access__txtbox--link:hover .txt {
    color: white;
  }
}
.top__access .access__txtbox--link .icon {
  width: 0.8571428571vw;
  transition: all 0.3s;
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox--link .icon {
    width: 3.2vw;
  }
}
.top__access .access__txtbox--link .txt {
  color: #333333;
  transition: all 0.3s;
  letter-spacing: 0.04em;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__access .access__txtbox--link .txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 897px) {
  .top__access .access__map {
    width: 55vw;
    height: 45.0714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .top__access .access__map {
    width: 100%;
    height: 65vw;
  }
}
.top__access .access__map iframe {
  width: 100%;
  height: 100%;
}
.top__faq {
  background: white;
  padding: 15.7142857143vw 10vw;
  color: #333333;
}
@media screen and (max-width: 896px) {
  .top__faq {
    padding: 24vw 5vw 20vw;
  }
}
.top__faq .faq__container {
  display: flex;
}
@media screen and (min-width: 897px) {
  .top__faq .faq__container {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .top__faq .faq__container {
    flex-direction: column;
    gap: 10vw;
  }
}
.top__faq .faq__ttl {
  font-size: 2.8571428571vw;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .top__faq .faq__ttl {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.top__faq .faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 5.7142857143vw;
}
@media screen and (min-width: 897px) {
  .top__faq .faq__wrap {
    width: 50vw;
  }
}
@media screen and (max-width: 896px) {
  .top__faq .faq__wrap {
    gap: 8vw;
  }
}
.top__faq .faq__box {
  display: flex;
  flex-direction: column;
  gap: 2.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__faq .faq__box {
    gap: 3vw;
  }
}
.top__faq .faq__box--q {
  display: flex;
  align-items: flex-start;
  gap: 1.1428571429vw;
}
@media screen and (min-width: 897px) {
  .top__faq .faq__box--q {
    max-width: 46.7857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .top__faq .faq__box--q {
    gap: 2vw;
  }
}
.top__faq .faq__box--q .en {
  font-size: 1.7142857143vw;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (min-width: 897px) {
  .top__faq .faq__box--q .en {
    translate: 0 0.1em;
  }
}
@media screen and (max-width: 896px) {
  .top__faq .faq__box--q .en {
    font-size: 4.8vw;
    padding-top: 0.8vw;
  }
}
.top__faq .faq__box--q .txt {
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__faq .faq__box--q .txt {
    font-size: 4.2666666667vw;
  }
}
.top__faq .faq__box--a {
  background: #F8F8F8;
  width: 100%;
  padding: 1.7142857143vw 3.0714285714vw;
}
@media screen and (max-width: 896px) {
  .top__faq .faq__box--a {
    padding: 4.5333333333vw 4vw;
  }
}
.top__faq .faq__box--a .txt {
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__faq .faq__box--a .txt {
    font-size: 3.7333333333vw;
  }
}

.c_cta {
  width: 80vw;
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .c_cta {
    width: 90%;
    gap: 5vw;
  }
}
.c_cta__main {
  border: 1px solid #D9D9D9;
  padding: 6.0714285714vw;
  padding-left: 5vw;
  display: flex;
}
@media screen and (min-width: 897px) {
  .c_cta__main {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__main {
    padding: 12vw 4vw 10vw;
    flex-direction: column;
    gap: 9.3333333333vw;
  }
}
.c_cta__main--txtbox {
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7142857143vw;
}
@media screen and (min-width: 897px) {
  .c_cta__main--txtbox {
    width: 35.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox {
    gap: 4.2666666667vw;
  }
}
.c_cta__main--txtbox .common_btn_area__btn {
  width: 100%;
}
.c_cta__main--txtbox .ttl {
  text-align: center;
  font-size: 2.8571428571vw;
  letter-spacing: 0.12em;
  line-height: 1.35;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .ttl {
    font-size: 6.4vw;
  }
}
.c_cta__main--txtbox .ttl .dottxt {
  position: relative;
  display: inline-block;
}
.c_cta__main--txtbox .ttl .dottxt::before {
  content: "";
  border-radius: 50%;
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  background: #0063BB;
  left: 50%;
  position: absolute;
  bottom: 105%;
  translate: -50% 0;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .ttl .dottxt::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.c_cta__main--txtbox .taglist {
  display: flex;
  align-items: center;
  gap: 0.5714285714vw;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .taglist {
    flex-direction: column;
    width: 100%;
    gap: 2.6666666667vw;
  }
}
.c_cta__main--txtbox .taglist li {
  border: 1px solid #0063BB;
  color: #0063BB;
  display: flex;
  align-items: center;
  font-size: 0.8571428571vw;
  padding: 0.7em 1.2em;
  gap: 0.3em;
  border-radius: 5px;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .taglist li {
    font-size: 3.7333333333vw;
    width: 100%;
    justify-content: center;
    gap: 0.3em;
  }
}
.c_cta__main--txtbox .taglist li .bld {
  font-weight: 700;
}
.c_cta__main--txtbox .taglist li .base {
  font-size: 1vw;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .taglist li .base {
    font-size: 3.7333333333vw;
  }
}
.c_cta__main--txtbox .taglist li .large {
  font-size: 2.1428571429vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .taglist li .large {
    font-size: 6.9333333333vw;
  }
}
.c_cta__main--txtbox .btnwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8571428571vw;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .btnwrap {
    gap: 2.1333333333vw;
  }
}
.c_cta__main--txtbox .btnwrap .online_btn {
  color: #0063BB;
  font-weight: 700;
  font-size: 1vw;
  text-decoration: underline;
  transition: opacity 0.3s;
  letter-spacing: 0.08em;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 896px) {
  .c_cta__main--txtbox .btnwrap .online_btn {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 897px) {
  .c_cta__main--txtbox .btnwrap .online_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 897px) {
  .c_cta__main--imgbox {
    width: 28.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__main--imgbox img {
    height: 50vw;
    object-fit: cover;
  }
}
.c_cta__main--imgbox .txt_r {
  text-align: right;
  letter-spacing: 0.06em;
  font-size: 1.1428571429vw;
  margin-top: 1em;
  color: #333333;
  display: block;
}
@media screen and (max-width: 896px) {
  .c_cta__main--imgbox .txt_r {
    font-size: 3.7333333333vw;
  }
}
.c_cta__paypay {
  background: #F4F4F4;
  padding: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .c_cta__paypay {
    padding: 3vw;
  }
}
.c_cta__paypay--inner {
  background: white;
  padding: 3.9285714286vw 3.5714285714vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--inner {
    padding: 10vw 3vw;
  }
}
@media screen and (min-width: 897px) {
  .c_cta__paypay--ttl {
    width: 50.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--ttl {
    width: 80%;
    margin-inline: auto;
  }
}
.c_cta__paypay--body {
  color: #333333;
  width: 100%;
  display: flex;
  margin-top: 2vw;
}
@media screen and (min-width: 897px) {
  .c_cta__paypay--body {
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body {
    flex-direction: column;
    margin-top: 5vw;
    gap: 7vw;
  }
}
@media screen and (min-width: 897px) {
  .c_cta__paypay--body dl {
    width: 33.5714285714vw;
  }
}
.c_cta__paypay--body dl dt {
  border-bottom: 1px solid #D9D9D9;
  padding-block: 1.0714285714vw;
  font-size: 1.8571428571vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c_cta__paypay--body dl dt.type_flx {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7857142857vw;
  padding-left: 11.0714285714vw;
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dt.type_flx {
    padding-left: 24vw;
  }
}
.c_cta__paypay--body dl dt.type_flx .imgwrap {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 897px) {
  .c_cta__paypay--body dl dt.type_flx .imgwrap {
    width: 10.2142857143vw;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dt.type_flx .imgwrap {
    width: 21.3333333333vw;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dt {
    font-size: 5.0666666667vw;
    padding-block: 2.6666666667vw;
  }
}
.c_cta__paypay--body dl dd {
  font-size: 1.1428571429vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dd {
    font-size: 3.7333333333vw;
    margin-top: 3.4666666667vw;
  }
}
.c_cta__paypay--body dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dd ul {
    gap: 4.2666666667vw;
  }
}
.c_cta__paypay--body dl dd ul li {
  display: flex;
  align-items: flex-start;
  gap: 1.4285714286vw;
  padding-left: 1vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dd ul li {
    padding-left: 2.6666666667vw;
    gap: 3.1vw;
  }
}
.c_cta__paypay--body dl dd ul li::before {
  position: absolute;
  border-radius: 50%;
  background: #0063BB;
  content: "";
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  left: 0;
  top: 0.7vw;
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dd ul li::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.16vw;
  }
}
@media screen and (max-width: 896px) {
  .c_cta__paypay--body dl dd ul li .li_dt {
    white-space: nowrap;
  }
}

.footer {
  background: url(../../img/top/footer_bg01.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 13.1428571429vw 5vw;
}
@media screen and (max-width: 896px) {
  .footer {
    padding: 17vw 5vw;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .footer__ttl {
    gap: 2vw;
  }
}
.footer__ttl .jp {
  letter-spacing: 0.12em;
  line-height: 1.3;
  font-size: 3.5714285714vw;
}
@media screen and (max-width: 896px) {
  .footer__ttl .jp {
    font-size: 6.9333333333vw;
  }
}
.footer__ttl .en {
  font-weight: 400;
  font-size: 1.1428571429vw;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 896px) {
  .footer__ttl .en {
    font-size: 3.7333333333vw;
  }
}
.footer .common_btn_area__btn {
  margin-top: 3.4285714286vw;
}
@media screen and (max-width: 896px) {
  .footer .common_btn_area__btn {
    width: 90%;
    margin-top: 6vw;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9.3571428571vw;
  gap: 1vw;
}
@media screen and (max-width: 896px) {
  .footer__bottom {
    margin-top: 10vw;
    gap: 7vw;
  }
}
.footer__bottom--links {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .footer__bottom--links {
    gap: 6vw;
  }
}
.footer__bottom--links li a {
  color: white;
  letter-spacing: 0.08em;
  font-size: 0.8571428571vw;
}
@media screen and (max-width: 896px) {
  .footer__bottom--links li a {
    font-size: 3.2vw;
  }
}
.footer__bottom .copyr {
  width: 5.5vw;
}
@media screen and (max-width: 896px) {
  .footer__bottom .copyr {
    width: 26.6666666667vw;
  }
}

.scaleImg {
  clip-path: inset(27% 27% 27% 27%);
}
.scaleImg .bgwrap img {
  display: block;
  transform: translateY(10%) scale(1.1);
}

@keyframes neonFloat {
  0% {
    filter: drop-shadow(0px 0.1em 0.8em #0579d9);
  }
  20% {
    filter: drop-shadow(0px 0.1em 3.2em #004ACB);
  }
  30% {
    filter: drop-shadow(0px 0.1em 1.4em #0579d9);
  }
  60% {
    filter: drop-shadow(0px 0.1em 2.8em #004ACB);
  }
  80% {
    filter: drop-shadow(0px 0.1em 0.3em #0579d9);
  }
  90% {
    filter: drop-shadow(0px 0.1em 3em #004ACB);
  }
  100% {
    filter: drop-shadow(0px 0.1em 0.9em #0579d9);
  }
}
.effect_anim {
  animation: neonFloat 4s ease-in-out infinite;
  filter: drop-shadow(0px 0.1em 2em #004ACB);
}

.rich_fade {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.65s ease-in, filter 0.65s ease-out;
}
.rich_fade.on {
  opacity: 1;
  filter: blur(0);
}

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