@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.07rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 374px) {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1260px;
  }
  .container-xl {
    max-width: 1260px;
  }
}
@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  padding-top: 150px;
  margin-top: -150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1500px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(-25px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(25px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-25px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(25px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #094ccf;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  background: #222222;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 0 5rem;
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
header .logo {
  width: 22rem;
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 18rem;
  }
}
header nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1500px) {
  header nav {
    gap: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #222222;
    padding: 0 0 1.5rem;
    width: 25rem;
    border-radius: 0 0 0 1rem;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav a {
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  header nav a {
    display: block;
    width: 100%;
    padding: 1.5rem;
    transition: 0.3s;
  }
}
header nav a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #094ccf;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1rem;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav a:after {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header nav a.active {
    background: #094ccf;
  }
}
header nav a.active::after {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header nav a:hover {
    background: #094ccf;
  }
}
@media (min-width: 992px) {
  header nav a:hover::after {
    width: 100%;
  }
}
header nav a.zaiko {
  margin-left: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 20rem;
  height: 6rem;
  background: #094ccf;
  color: #fff;
  border-radius: 4rem;
  padding: 0 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  header nav a.zaiko {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  header nav a.zaiko {
    margin-top: 1rem;
  }
}
header nav a.zaiko .relative {
  position: relative;
  overflow: hidden;
}
header nav a.zaiko .relative span {
  display: block;
}
header nav a.zaiko .relative .hide {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
@media (min-width: 992px) {
  header nav a.zaiko:hover .relative .show {
    animation: btn_animation_out 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  header nav a.zaiko:hover .relative .hide {
    animation: btn_animation_in 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  header nav a.zaiko:hover .arrow .show {
    animation: arrow_animation_out 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  header nav a.zaiko:hover .arrow .hide {
    animation: arrow_animation_in 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
header nav a.zaiko::after {
  display: none;
}
header nav a.zaiko .arrow {
  width: 4rem;
  height: 4rem;
  background: #2e67d6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav a.zaiko .arrow span {
  background: #fff;
  display: block;
}
header nav a.zaiko .arrow span:first-of-type {
  width: 1rem;
  height: 1px;
}
header nav a.zaiko .arrow span:last-of-type {
  width: 5px;
  height: 5px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
header nav a.zaiko .arrow_relative {
  position: relative;
  overflow: hidden;
}
header nav a.zaiko .arrow div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
}
header nav a.zaiko .arrow .hide {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  top: 100%;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}

@keyframes btn_animation_out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes btn_animation_in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes arrow_animation_out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes arrow_animation_in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.title .en {
  font-family: "Questrial", sans-serif;
  font-size: 12rem;
  line-height: 0.8;
}
@media screen and (max-width: 991px) {
  .title .en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 6rem;
  }
}
.title h3 {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.title h3::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #094ccf;
  border-radius: 50%;
}
.title.white .en, .title.white h3 {
  color: #fff;
}

.more {
  position: relative;
  display: flex;
  align-items: center;
  width: 20rem;
  height: 6rem;
  background: #094ccf;
  color: #fff;
  border-radius: 4rem;
  padding: 0 3.5rem;
  font-weight: bold;
}
.more .relative {
  position: relative;
  overflow: hidden;
}
.more .relative span {
  display: block;
}
.more .relative .hide {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
@media (min-width: 992px) {
  .more:hover {
    color: #fff;
  }
  .more:hover .relative .show {
    animation: btn_animation_out 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .more:hover .relative .hide {
    animation: btn_animation_in 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .more:hover .arrow .show {
    animation: arrow_animation_out 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .more:hover .arrow .hide {
    animation: arrow_animation_in 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
.more::after {
  display: none;
}
.more .arrow {
  width: 4rem;
  height: 4rem;
  background: #2e67d6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.more .arrow span {
  background: #fff;
  display: block;
}
.more .arrow span:first-of-type {
  width: 1rem;
  height: 1px;
}
.more .arrow span:last-of-type {
  width: 5px;
  height: 5px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.more .arrow_relative {
  position: relative;
  overflow: hidden;
}
.more .arrow div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
}
.more .arrow .hide {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.more_contact {
  width: 34rem;
  height: 6rem;
}

.h4_title {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  padding-left: 2rem;
  border-left: 8px solid #094ccf;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .h4_title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .h4_title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .h4_title {
    font-size: 2rem;
  }
}

main {
  overflow: hidden;
}

.footer_contact {
  padding: 13rem 0;
  background: url(../../images/common/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .footer_contact {
    padding: 10rem 0;
  }
}
.footer_contact .row {
  margin-top: 4.5rem;
  gap: 3rem 0;
}
.footer_contact .contact_text p {
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .footer_contact .contact_text p br {
    display: none;
  }
}
.footer_contact .contact_btn {
  display: flex;
  gap: 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  .footer_contact .contact_btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_btn {
    flex-direction: column;
  }
}
.footer_contact .contact_btn .tel {
  width: 46rem;
  height: 12rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .footer_contact .contact_btn .tel {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_btn .tel {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer_contact .contact_btn .tel-link {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_btn .tel-link {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer_contact .contact_btn .tel-link .tel {
    width: 100%;
  }
}
.footer_contact .contact_btn .tel .num {
  font-family: "Questrial", sans-serif;
  font-size: 4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.footer_contact .contact_btn .tel .num i {
  font-size: 3rem;
}
.footer_contact .contact_btn .tel .time {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  white-space: nowrap;
}
.footer_bottom {
  padding: 10rem 0 5rem;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    justify-content: center;
  }
}
.footer_left .logo {
  width: 30rem;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    width: 20rem;
  }
}
.footer_left .name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 4rem;
}
.footer_left .add {
  margin-top: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: bold;
}
.footer_right {
  display: flex;
  gap: 6rem;
  padding-right: 6rem;
}
@media screen and (max-width: 991px) {
  .footer_right {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    display: none;
  }
}
.footer_right ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.footer_right ul li {
  font-weight: bold;
  line-height: 1;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .footer_right ul li a:hover {
    opacity: 0.5;
  }
}
.footer .copy {
  text-align: center;
  margin-top: 8rem;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.pagetop {
  width: 7.1rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}

#top .mv {
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    margin-top: 7rem;
  }
}
#top .mv .slider_image img {
  height: 90rem;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .mv .slider_image img {
    height: 70rem;
  }
}
@media screen and (max-height: 630px) {
  #top .mv .slider_image img {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-height: 630px) and (max-width: 575px) {
  #top .mv .slider_image img {
    height: 50vh;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider_image img {
    height: 50vh;
  }
}
#top .mv_text {
  position: absolute;
  left: 10rem;
  bottom: 11rem;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  #top .mv_text {
    left: 5rem;
    bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text {
    left: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    left: 0;
    width: 100%;
    padding: 0 1.5rem;
    bottom: 4rem;
  }
}
#top .mv_text span {
  transform: translateY(100%);
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  display: block;
}
#top .mv_text span.is-show {
  transform: translateY(0);
}
#top .mv_text .en {
  font-family: "Questrial", sans-serif;
  font-size: 18rem;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  #top .mv_text .en {
    font-size: 13rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text .en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text .en {
    font-size: 6rem;
  }
}
#top .mv_text h2 {
  margin-top: 1rem;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 2.4rem;
  }
}
#top .mv_text_lead {
  margin-top: 2rem;
}
#top .mv_text_lead p {
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .mv_text_lead p {
    font-size: 1.4rem;
  }
}
#top .scroll {
  position: absolute;
  right: 5rem;
  bottom: 6rem;
  width: 5rem;
  height: 23.3rem;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  padding: 3rem 0;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #top .scroll {
    right: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .scroll {
    display: none;
  }
}
#top .scroll div {
  color: #fff;
  font-family: "Questrial", sans-serif;
  color: #fff;
  letter-spacing: 0.05rem;
}
#top .scroll span {
  width: 1px;
  background: #fff;
  height: 11.5rem;
  display: block;
  animation: scroll 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 11.5rem;
  }
  100% {
    height: 0;
  }
}
#top .sec_en {
  position: absolute;
  font-size: 30rem;
  color: #f7f7f7;
  z-index: -1;
  line-height: 0.8;
  font-family: "Questrial", sans-serif;
}
@media screen and (max-width: 1500px) {
  #top .sec_en {
    font-size: 25rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .sec_en {
    white-space: nowrap;
    font-size: 20rem;
  }
}
@media screen and (max-width: 991px) {
  #top .sec_en {
    font-size: 14rem;
  }
}
@media screen and (max-width: 574px) {
  #top .sec_en {
    font-size: 8rem;
  }
}
#top section {
  position: relative;
  z-index: 0;
}
#top .service {
  padding: 15rem 0 13rem;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 1199px) {
  #top .service {
    padding: 13rem 0 10rem;
  }
}
@media screen and (max-width: 991px) {
  #top .service {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service {
    padding-bottom: 8rem;
  }
}
#top .service_en {
  left: 0;
  top: 0;
}
#top .service .row {
  margin-top: 8rem;
  gap: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #top .service .row {
    margin: 5rem -1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .service .row .col-6 {
    padding: 0 1rem;
  }
}
#top .service_item {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  height: 8rem;
  border-radius: 5rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 574px) {
  #top .service_item {
    padding: 0 1rem;
  }
}
#top .service_item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  color: #094ccf;
}
@media screen and (max-width: 574px) {
  #top .service_item .num {
    width: 4rem;
    height: 4rem;
  }
}
#top .service_item p {
  width: calc(100% - 5rem);
  padding-left: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #top .service_item p {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}
#top .service_box {
  margin-top: 8rem;
}
@media screen and (max-width: 574px) {
  #top .service_box {
    margin-top: 4rem;
  }
}
#top .service_box .more {
  margin-top: 4rem;
}
#top .service_text {
  margin-top: 3rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
#top .buy {
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 1199px) {
  #top .buy {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .buy {
    padding: 8rem 0;
  }
}
#top .buy_en {
  right: 0;
  top: 12rem;
}
@media screen and (max-width: 574px) {
  #top .buy_en {
    top: 10rem;
  }
}
#top .buy_lead {
  margin-top: 8rem;
}
#top .buy_lead p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 2.5rem;
}
#top .buy .row {
  margin-top: 8rem;
  gap: 3rem 0;
}
#top .buy_item {
  display: block;
  border: 1px solid #dadada;
}
@media (min-width: 992px) {
  #top .buy a.buy_item:hover .buy_image::after {
    opacity: 0.3;
  }
  #top .buy a.buy_item:hover .arrow {
    opacity: 1;
  }
}
#top .buy_image {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#top .buy_image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#top .buy_image .new {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 11.5rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffa500;
  color: #fff;
  border-radius: 5rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  z-index: 3;
}
#top .buy_image .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
#top .buy_image .arrow span {
  background: #fff;
  display: block;
}
#top .buy_image .arrow span:first-of-type {
  width: 1.5rem;
  height: 1px;
}
#top .buy_image .arrow span:last-of-type {
  width: 6px;
  height: 7px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#top .buy_text {
  padding: 3rem 3rem 4rem;
}
@media screen and (max-width: 574px) {
  #top .buy_text {
    padding: 2rem 2rem 3rem;
  }
}
#top .buy_text .bland {
  letter-spacing: 0.1rem;
  color: #787878;
}
#top .buy_text h4 {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
#top .buy_text_flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1rem;
}
#top .buy_text_flex .grade {
  letter-spacing: 0.1rem;
  color: #787878;
  font-size: 1.4rem;
}
#top .buy_text_flex .price {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
#top .buy_text_flex .price small {
  font-size: 1.6rem;
  font-weight: 400;
}
#top .buy .more {
  margin: 6rem auto 0;
}
@media screen and (max-width: 574px) {
  #top .buy .more {
    margin-top: 4rem;
  }
}
#top .support {
  padding: 13rem 0;
  background: url(../../images/top/support_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #top .support {
    padding: 10rem 0;
  }
}
#top .support_box {
  margin-top: 8rem;
}
@media screen and (max-width: 574px) {
  #top .support_box {
    margin-top: 5rem;
  }
}
#top .support_box h4 {
  width: 40rem;
  position: relative;
  height: 6.5rem;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding-left: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 574px) {
  #top .support_box h4 {
    width: 100%;
    font-size: 2rem;
  }
}
#top .support_box h4 span {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  background: #094ccf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
#top .support_step {
  border-radius: 1rem;
  background: #fff;
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #top .support_step {
    flex-direction: column;
  }
}
#top .support_step .step {
  padding: 2.5rem 4rem 4.5rem;
  flex: 1;
}
@media screen and (max-width: 1500px) {
  #top .support_step .step {
    padding: 2.5rem 1.5rem 2.5rem;
  }
}
#top .support_step .step:nth-of-type(2), #top .support_step .step:nth-of-type(3) {
  padding-left: 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  #top .support_step .step:nth-of-type(2), #top .support_step .step:nth-of-type(3) {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  #top .support_step .step:nth-of-type(2), #top .support_step .step:nth-of-type(3) {
    padding: 7rem 3rem 3rem;
  }
}
#top .support_step .step:nth-of-type(2)::before, #top .support_step .step:nth-of-type(3)::before {
  content: "";
  width: 4.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #top .support_step .step:nth-of-type(2)::before, #top .support_step .step:nth-of-type(3)::before {
    width: 100%;
    height: 4.5rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
#top .support_step .step:nth-of-type(2)::after, #top .support_step .step:nth-of-type(3)::after {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  left: 0.1rem;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  filter: blur(20px);
}
@media screen and (max-width: 991px) {
  #top .support_step .step:nth-of-type(2)::after, #top .support_step .step:nth-of-type(3)::after {
    width: 100%;
    height: 3rem;
    left: 0;
    top: 0.1rem;
  }
}
#top .support_step .step .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 3rem;
  background: #e4ecfc;
  color: #094ccf;
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  border-radius: 5rem;
  margin: 0 auto;
}
#top .support_step .step_image {
  margin-top: 2.5rem;
}
#top .support_step .step_image img {
  border-radius: 0.5rem;
}
#top .support_step .step_text h5 {
  margin: 3rem 0;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #top .support_step .step_text h5 {
    font-size: 2.4rem;
    margin: 2rem 0 1.5rem;
    height: auto;
  }
}
#top .support_step .step_text p {
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  #top .support_step .step_text p {
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  #top .support_step .step_text p {
    text-align: left;
  }
}
#top .support .more {
  margin: 8rem auto 0;
}
#top .sale {
  padding: 13rem 0;
  position: relative;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 1199px) {
  #top .sale {
    padding: 10rem 0;
  }
}
#top .sale_en {
  left: 0;
  top: 13rem;
}
@media screen and (max-width: 767px) {
  #top .sale_en {
    top: 10rem;
  }
}
#top .sale_text {
  margin-top: 8rem;
}
#top .sale_text p {
  margin-top: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
#top .sale_point {
  margin-top: 3rem;
  display: flex;
  border-radius: 1rem;
  gap: 3rem;
  background: #f7f7f7;
}
@media screen and (max-width: 991px) {
  #top .sale_point {
    flex-direction: column;
    gap: 0;
  }
}
#top .sale_point:nth-last-of-type(3) {
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  #top .sale_point:nth-last-of-type(3) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .sale_point:nth-last-of-type(2) {
    flex-direction: column-reverse;
  }
}
#top .sale_point:nth-of-type(odd) .sale_point_text {
  margin-left: 0;
  padding-left: 3rem;
  width: 45.7rem;
}
@media screen and (max-width: 991px) {
  #top .sale_point:nth-of-type(odd) .sale_point_text {
    width: 100%;
    padding: 0 3rem 3rem;
  }
}
#top .sale_point_text {
  width: calc(50% - 1.5rem);
  padding-top: 5rem;
  margin: 0 auto;
  width: 42.7rem;
}
@media screen and (max-width: 991px) {
  #top .sale_point_text {
    width: 100%;
    padding: 0 3rem 3rem;
    margin-top: 0;
  }
}
#top .sale_point_text .en {
  width: 11.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #094ccf;
  border-radius: 5rem;
  color: #094ccf;
  font-family: "Questrial", sans-serif;
  padding-top: 3px;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}
#top .sale_point_text h5 {
  margin-top: 3.5rem;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1500px) {
  #top .sale_point_text h5 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .sale_point_text h5 {
    font-size: 2.4rem;
  }
}
#top .sale_point_text p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 3rem;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  #top .sale_point_text p {
    margin-top: 2rem;
  }
}
#top .sale_image {
  padding: 2rem;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 991px) {
  #top .sale_image {
    width: 100%;
  }
}
#top .sale_image img {
  border-radius: 1rem;
}
#top .sale .more {
  margin: 6rem auto 0;
}
#top .news {
  padding: 13rem 0;
  position: relative;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 1199px) {
  #top .news {
    padding: 10rem 0;
  }
}
#top .news_en {
  right: 0;
  top: 5rem;
}
#top .news_list {
  margin-top: 8rem;
}
#top .news_list li {
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: baseline;
}
#top .news_list li:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 574px) {
  #top .news_list li {
    flex-direction: column;
    gap: 1rem;
  }
}
#top .news_list li .date {
  letter-spacing: 0.1rem;
  width: 13rem;
}
#top .news_text {
  width: calc(100% - 13rem);
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.7;
}
@media screen and (max-width: 574px) {
  #top .news_text {
    width: 100%;
  }
}
#top .voice {
  padding: 13rem 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #top .voice {
    padding: 10rem 0;
  }
}
#top .voice h4 {
  margin-top: 4rem;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  #top .voice h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .voice h4 {
    line-height: 1.5;
    font-size: 2rem;
  }
}
#top .voice .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #top .voice .row {
    margin-top: 5rem;
  }
}
#top .voice_item {
  border: 3px solid;
  border-radius: 1rem;
  overflow: hidden;
  padding-top: 2rem;
  display: block;
  height: 100%;
  transition: 0.4s;
}
@media (min-width: 992px) {
  #top .voice_item:hover {
    opacity: 0.5;
  }
}
#top .voice_item img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  height: 12rem;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  #top .voice_item img {
    height: 8rem;
  }
}
#top .voice_item.carsensor {
  border-color: #ff6010;
}
#top .voice_item.carsensor .voice_btn {
  background: #ff6010;
}
#top .voice_item.goo {
  border-color: #dc0000;
}
#top .voice_item.goo .voice_btn {
  background: #dc0000;
}
#top .voice_item.google {
  border-color: #4285f4;
}
#top .voice_item.google .voice_btn {
  background: #4285f4;
}
#top .voice_btn {
  padding: 1rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-top: 1.5rem;
}
#top .access {
  padding: 13rem 0 1px;
  background: url(../../images/top/access_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #top .access {
    padding: 10rem 0 1px;
  }
}
#top .access .row {
  align-items: center;
  gap: 4rem 0;
}
@media screen and (max-width: 767px) {
  #top .access_text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #top .access_text .title {
    width: 100%;
  }
}
#top .access_info {
  margin: 8rem 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .access_info {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .access_info {
    margin-bottom: 0;
  }
}
#top .access_info .logo {
  width: 22rem;
}
#top .access_info h4 {
  margin-top: 3.5rem;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
#top .access_info p {
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
#top .access_image img {
  border-radius: 1rem;
}
#top .access .map {
  margin-top: 8rem;
  margin-bottom: -23rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #top .access .map {
    margin-top: 5rem;
    margin-bottom: -14rem;
  }
}
#top .access .map iframe {
  width: 100%;
  height: 46rem;
}
@media screen and (max-width: 574px) {
  #top .access .map iframe {
    height: 35rem;
  }
}
#top .recruit {
  margin-top: 36rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 1199px) {
  #top .recruit {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit {
    margin-top: 20rem;
  }
}
#top .recruit .row {
  align-items: center;
  gap: 3rem 0;
}
#top .recruit_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2 + 41.666667%);
  padding-right: 8rem;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  #top .recruit_image {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_image {
    width: 100%;
    margin-left: 0;
    padding: 0 1.5rem;
  }
}
#top .recruit_image img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  #top .recruit_image img {
    border-radius: 1rem;
  }
}
#top .recruit_text {
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  #top .recruit_text {
    margin-top: 3rem;
  }
}
#top .recruit_text p {
  margin-top: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  #top .recruit_text p {
    margin-top: 2rem;
  }
}
#top .recruit_text .more {
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  #top .recruit_text .more {
    margin-top: 3rem;
  }
}

.subhead {
  margin-top: 10rem;
  height: 45rem;
  display: flex;
  align-items: center;
  padding: 0 5rem;
}
@media screen and (max-width: 1199px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 30rem;
    padding: 0 2rem;
  }
}
.subhead_text {
  color: #fff;
}
.subhead_text .en {
  font-family: "Questrial", sans-serif;
  font-size: 15rem;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .subhead_text .en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead_text .en {
    font-size: 6rem;
  }
}
.subhead_text h2 {
  margin-top: 1rem;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .subhead_text h2 {
    font-size: 2.4rem;
  }
}

.bread {
  display: flex;
  padding: 1rem 2rem;
  align-items: center;
  gap: 1rem;
}
.bread li {
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.bread li a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .bread li a:hover {
    opacity: 0.6;
  }
}
.bread li i {
  margin-left: 1rem;
}

#service .subhead {
  background: url(../../images/service/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service .service {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  #service .service {
    padding: 7rem 0;
  }
}
#service .service_box {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #service .service_box {
    gap: 3rem;
  }
}
#service .service_box .row {
  gap: 3rem 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #service .service_box .row.rev {
    flex-direction: column-reverse;
  }
}
#service .service_image img {
  border-radius: 1rem;
}
#service .service_text {
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  #service .service_text {
    padding: 0 1rem;
  }
}
#service .service_text h3 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  #service .service_text h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#service .service_text h3::after {
  content: "";
  width: 5rem;
  height: 4px;
  background: #094ccf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#service .service_text p {
  line-height: 2;
  text-align: justify;
}
#service .service_list {
  margin-top: 8rem;
  gap: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #service .service_list {
    margin: 5rem -1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #service .service_list .col-6 {
    padding: 0 1rem;
  }
}
#service .service_item {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  height: 8rem;
  border-radius: 5rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 574px) {
  #service .service_item {
    padding: 0 1rem;
  }
}
#service .service_item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  color: #094ccf;
}
@media screen and (max-width: 574px) {
  #service .service_item .num {
    width: 4rem;
    height: 4rem;
  }
}
#service .service_item p {
  width: calc(100% - 5rem);
  padding-left: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #service .service_item p {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}
#service .service_wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 574px) {
  #service .service_wrap {
    margin-top: 4rem;
  }
}
#service .service_lead {
  margin-top: 3rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
#service .reason {
  padding: 13rem 0;
  background: url(../../images/top/main01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 0;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  #service .reason {
    padding: 7rem 0;
  }
}
#service .reason::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
  z-index: -1;
}
#service .reason h3 {
  font-weight: bold;
  font-size: 4rem;
  padding-bottom: 2rem;
  position: relative;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #service .reason h3 {
    font-size: 3rem;
  }
}
#service .reason h3::after {
  content: "";
  width: 7rem;
  height: 4px;
  background: #094ccf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#service .reason_text {
  margin-top: 4rem;
  line-height: 2;
  text-align: justify;
}
#service .reason ul {
  margin-top: 9rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  #service .reason ul {
    flex-direction: column;
    gap: 6rem;
  }
}
#service .reason_item {
  flex: 1;
  padding: 6rem 3rem 3rem;
  background: #fff;
  border-radius: 1rem;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .reason_item {
    padding: 6rem 1.5rem 3rem;
  }
}
#service .reason_item h4 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: calc(100% - 6rem);
  background: #094ccf;
  color: #fff;
  border-radius: 5rem;
  text-align: center;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  height: 7.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #service .reason_item h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  #service .reason_item h4 {
    font-size: 2rem;
    width: fit-content;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  #service .reason_item h4 {
    width: 40rem;
  }
}
@media screen and (max-width: 574px) {
  #service .reason_item h4 {
    width: 30rem;
    font-size: 1.8rem;
    padding: 0;
  }
}
#service .reason_item_text h5 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
#service .reason_item_text p {
  margin-top: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  #service .reason_item_text p {
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  #service .reason_item_text p {
    text-align: left;
  }
}

#buy .subhead {
  background: url(../../images/buy/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#buy .buy {
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 1199px) {
  #buy .buy {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #buy .buy {
    padding: 8rem 0;
  }
}
#buy .buy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#buy .buy ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 5rem;
  border: 2px solid #094ccf;
  color: #094ccf;
  font-weight: bold;
  transition: 0.4s;
}
#buy .buy ul li a.active {
  background: #094ccf;
  color: #fff;
}
@media (min-width: 992px) {
  #buy .buy ul li a:hover {
    background: #094ccf;
    color: #fff;
  }
}
#buy .buy_en {
  right: 0;
  top: 12rem;
}
@media screen and (max-width: 574px) {
  #buy .buy_en {
    top: 10rem;
  }
}
#buy .buy_lead {
  margin-top: 8rem;
}
#buy .buy_lead p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 2.5rem;
}
#buy .buy .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#buy .buy_item {
  display: block;
  border: 1px solid #dadada;
}
@media (min-width: 992px) {
  #buy .buy_item:hover .buy_image::after {
    opacity: 0.3;
  }
  #buy .buy_item:hover .arrow {
    opacity: 1;
  }
}
#buy .buy_image {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#buy .buy_image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#buy .buy_image .new {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 11.5rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffa500;
  color: #fff;
  border-radius: 5rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  z-index: 3;
}
#buy .buy_image .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
#buy .buy_image .arrow span {
  background: #fff;
  display: block;
}
#buy .buy_image .arrow span:first-of-type {
  width: 1.5rem;
  height: 1px;
}
#buy .buy_image .arrow span:last-of-type {
  width: 6px;
  height: 7px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#buy .buy_text {
  padding: 3rem 3rem 4rem;
}
@media screen and (max-width: 574px) {
  #buy .buy_text {
    padding: 2rem 2rem 3rem;
  }
}
#buy .buy_text .bland {
  letter-spacing: 0.1rem;
  color: #787878;
}
#buy .buy_text h4 {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
#buy .buy_text_flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1rem;
}
#buy .buy_text_flex .grade {
  letter-spacing: 0.1rem;
  color: #787878;
  font-size: 1.4rem;
}
#buy .buy_text_flex .price {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
#buy .buy_text_flex .price small {
  font-size: 1.6rem;
  font-weight: 400;
}
#buy .buy .more {
  margin: 6rem auto 0;
}
@media screen and (max-width: 574px) {
  #buy .buy .more {
    margin-top: 4rem;
  }
}
#buy .buy .paging {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
  text-align: center;
}
#buy .buy .paging .paging-text,
#buy .buy .paging .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #094ccf;
  color: #094ccf;
  overflow: hidden;
  text-decoration: none;
}
#buy .buy .paging .paging-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #buy .buy .paging .paging-text a:hover {
    background: #094ccf;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#buy .buy .paging .current {
  background: #094ccf;
  color: #fff;
  cursor: default;
}
#buy .detail {
  padding: 7rem 0;
}
#buy .detail_title {
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 1rem;
}
#buy .detail_title .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 3rem;
  border-radius: 5rem;
  background: #094ccf;
  color: #fff;
  font-weight: bold;
  width: fit-content;
}
#buy .detail_title .d-flex {
  gap: 2rem;
  margin-top: 1rem;
  align-items: baseline;
}
#buy .detail_title .d-flex .bland {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #buy .detail_title .d-flex .bland {
    font-size: 1.6rem;
  }
}
#buy .detail_title .d-flex h3 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 574px) {
  #buy .detail_title .d-flex h3 {
    font-size: 2rem;
  }
}
#buy .detail_title .grade {
  margin-top: 1rem;
  font-weight: 500;
}
#buy .detail .row {
  margin-top: 2rem;
}
#buy .detail_image .slick-prev:before, #buy .detail_image .slick-next:before {
  display: none;
}
#buy .detail_image .thumbnail.thumb-static {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
#buy .detail_image .thumbnail.thumb-static .thumbnail-img {
  width: 16.6666666667%;
}
@media screen and (max-width: 991px) {
  #buy .detail_image .thumbnail.thumb-static .thumbnail-img {
    width: 25%;
  }
}
#buy .detail_image .thumbnail {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  background: #f7f7f7;
}
#buy .detail_image .thumbnail .slick-prev, #buy .detail_image .thumbnail .slick-next {
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#buy .detail_image .thumbnail .slick-prev i, #buy .detail_image .thumbnail .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#buy .detail_image .thumbnail .slick-prev {
  left: 0;
  z-index: 1;
}
#buy .detail_image .thumbnail .slick-next {
  right: 0;
}
#buy .detail_image .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0 0.5rem;
}
#buy .detail_image .thumbnail-img img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 575px) {
  #buy .detail_image .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#buy .detail_image .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#buy .detail_image .thumbnail-img.slick-current {
  opacity: 1;
}
#buy .detail_image .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
#buy .detail_image .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
}
#buy .detail_image .slider2 .slick-prev, #buy .detail_image .slider2 .slick-next {
  height: 4rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#buy .detail_image .slider2 .slick-prev i, #buy .detail_image .slider2 .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#buy .detail_image .slider2 .slick-prev {
  left: 10px;
  z-index: 1;
}
#buy .detail_image .slider2 .slick-next {
  right: 10px;
}
#buy .detail_text {
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #buy .detail_text {
    padding-left: 0;
  }
}
#buy .detail_text .price {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
#buy .detail_text .price_ttl {
  font-size: 1.5rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.2;
}
#buy .detail_text .price_ttl small {
  font-size: 1.2rem;
  font-weight: 500;
}
#buy .detail_text .price_num {
  font-weight: bold;
  font-size: 4rem;
  color: #f72626;
}
#buy .detail_text .price_num small {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 0.5rem;
}
#buy .detail_text .total {
  display: flex;
  margin-top: 2rem;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  #buy .detail_text .total {
    gap: 1.5rem;
  }
}
#buy .detail_text .total > div {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  #buy .detail_text .total > div {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  #buy .detail_text .total > div > span {
    font-size: 1.4rem;
  }
}
#buy .detail_text .total > div div {
  font-weight: bold;
  font-size: 2.4rem;
}
#buy .detail_text .total > div div small {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0.5rem;
}
#buy .detail_text .spec {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dadada;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
#buy .detail_text .spec li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#buy .detail_text .spec li .ttl {
  width: 6.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  #buy .detail_text .spec li .ttl {
    width: 5.1rem;
    font-size: 1.2rem;
  }
}
#buy .detail_text .spec li .text {
  font-weight: bold;
  width: calc(100% - 8.8rem);
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  #buy .detail_text .spec li .text {
    width: calc(100% - 6.1rem);
  }
}
#buy .detail_contact {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dadada;
}
#buy .detail_contact h4 {
  font-weight: bold;
  font-size: 2rem;
}
#buy .detail_contact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #buy .detail_contact ul {
    align-items: center;
  }
}
#buy .detail_contact ul .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 1rem);
  padding: 1rem 3rem;
  background: #00B900;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  #buy .detail_contact ul .line {
    padding: 1rem 2rem;
    gap: 2rem;
  }
}
#buy .detail_contact ul .line p {
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 991px) {
  #buy .detail_contact ul .line p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #buy .detail_contact ul .line p {
    font-size: 3rem;
  }
}
#buy .detail_contact ul .line_qr {
  width: 25%;
}
@media screen and (max-width: 991px) {
  #buy .detail_contact ul .line_qr {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #buy .detail_contact ul .line_qr {
    width: 8rem;
  }
}
#buy .detail_contact ul .mail {
  width: calc(50% - 1rem);
}
#buy .detail_contact ul .mail .more {
  width: 100%;
  height: 100%;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  #buy .detail_contact ul .mail .more {
    height: 7rem;
  }
}
#buy .detail_contact ul .mail .more .relative {
  font-size: 2rem;
}
#buy .detail_contact ul .online {
  width: 100%;
  background: #f7f7f7;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  #buy .detail_contact ul .online {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#buy .detail_contact ul .online p {
  font-weight: bold;
}
#buy .detail_contact ul .online p span {
  font-size: 2.2rem;
  color: #094ccf;
}
#buy .detail_contact ul .online .more {
  width: 24rem;
}
#buy .detail .point {
  margin-top: 5rem;
}
#buy .detail .point ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 1rem;
}
#buy .detail .point ul li {
  width: calc(11.1% - 0.9rem);
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: #f3f7ff;
  border-radius: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  #buy .detail .point ul li {
    width: calc(16.7% - 0.9rem);
  }
}
@media screen and (max-width: 767px) {
  #buy .detail .point ul li {
    width: calc(25.2% - 0.9rem);
  }
}
@media screen and (max-width: 574px) {
  #buy .detail .point ul li {
    width: calc(33.7% - 0.9rem);
    font-size: 1.4rem;
  }
}
#buy .detail .base_spec {
  margin-top: 5rem;
}
#buy .detail .base_spec ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 1px 0;
}
#buy .detail .base_spec_list {
  width: 25%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #buy .detail .base_spec_list {
    width: 33.3333%;
  }
}
@media screen and (max-width: 991px) {
  #buy .detail .base_spec_list {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #buy .detail .base_spec_list {
    width: 100%;
  }
}
#buy .detail .base_spec_list p {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  #buy .detail .base_spec_list p {
    padding: 1.5rem 1rem;
  }
}
#buy .detail .base_spec_list .ttl {
  width: 45%;
  background: #094ccf;
  color: #fff;
  font-weight: bold;
}
#buy .detail .base_spec_list .text {
  width: 55%;
  font-weight: 500;
  background: #f3f7ff;
}
#buy .detail_lead {
  margin-top: 4rem;
}
#buy .detail .other_spec {
  margin-top: 5rem;
}
#buy .detail .other_spec ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 1.5rem 2rem;
}
#buy .detail .other_spec ul li {
  padding: 0.7rem 1.5rem;
  background: #f3f7ff;
  font-weight: 500;
  border-radius: 5rem;
}

#support .subhead {
  background: url(../../images/support/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#support .support {
  padding: 13rem 0;
}
@media screen and (max-width: 1199px) {
  #support .support {
    padding: 10rem 0;
  }
}
#support .support_text h3 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  #support .support_text h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#support .support_text h3::after {
  content: "";
  width: 5rem;
  height: 4px;
  background: #094ccf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#support .support_text p {
  font-weight: 500;
  line-height: 1.8;
}
#support .support_box {
  margin-top: 5rem;
}
#support .support_box h4 {
  width: 40rem;
  position: relative;
  height: 6.5rem;
  border-radius: 50rem;
  background: #f3f7ff;
  color: #094ccf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding-left: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 574px) {
  #support .support_box h4 {
    width: 100%;
    font-size: 2rem;
  }
}
#support .support_box h4 span {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  background: #094ccf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
}
#support .support_step {
  border-radius: 1rem;
  background: #f3f7ff;
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #support .support_step {
    flex-direction: column;
  }
}
#support .support_step.last_step {
  width: 66.66666%;
  margin: 1rem auto;
}
@media screen and (max-width: 991px) {
  #support .support_step.last_step {
    width: 100%;
  }
}
#support .support_step:last-of-type {
  margin-top: 1rem;
}
#support .support_step .step {
  padding: 2.5rem 4rem 4.5rem;
  flex: 1;
}
@media screen and (max-width: 1500px) {
  #support .support_step .step {
    padding: 2.5rem 1.5rem 2.5rem;
  }
}
#support .support_step .step:nth-of-type(2), #support .support_step .step:nth-of-type(3) {
  padding-left: 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  #support .support_step .step:nth-of-type(2), #support .support_step .step:nth-of-type(3) {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  #support .support_step .step:nth-of-type(2), #support .support_step .step:nth-of-type(3) {
    padding: 7rem 3rem 3rem;
  }
}
#support .support_step .step:nth-of-type(2)::before, #support .support_step .step:nth-of-type(3)::before {
  content: "";
  width: 4.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f3f7ff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #support .support_step .step:nth-of-type(2)::before, #support .support_step .step:nth-of-type(3)::before {
    width: 100%;
    height: 4.5rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
#support .support_step .step:nth-of-type(2)::after, #support .support_step .step:nth-of-type(3)::after {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  left: 0.1rem;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  filter: blur(20px);
}
@media screen and (max-width: 991px) {
  #support .support_step .step:nth-of-type(2)::after, #support .support_step .step:nth-of-type(3)::after {
    width: 100%;
    height: 3rem;
    left: 0;
    top: 0.1rem;
  }
}
#support .support_step .step .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 3rem;
  background: #e4ecfc;
  color: #094ccf;
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  border-radius: 5rem;
  margin: 0 auto;
}
#support .support_step .step_image {
  margin-top: 2.5rem;
}
#support .support_step .step_image img {
  border-radius: 0.5rem;
}
#support .support_step .step_text h5 {
  margin: 3rem 0;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #support .support_step .step_text h5 {
    font-size: 2.4rem;
    margin: 2rem 0 1.5rem;
    height: auto;
  }
}
#support .support_step .step_text p {
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  #support .support_step .step_text p {
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  #support .support_step .step_text p {
    text-align: left;
  }
}
#support .support .more {
  margin: 8rem auto 0;
}

#company {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #company {
    overflow: hidden;
  }
}
#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company .anchor {
  position: sticky;
  top: 13rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #company .anchor {
    display: none;
  }
}
#company .anchor ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
}
#company .anchor ul li {
  width: 100%;
}
#company .anchor ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: bold;
  color: #ddd;
  font-size: 1.4rem;
}
#company .anchor ul li a::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ddd;
}
#company .anchor ul li a.active {
  color: #222222;
}
#company .anchor ul li a.active::before {
  background: #094ccf;
}
#company .company {
  padding: 10rem 0;
}
#company .company_title h3 {
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 1rem;
}
#company .company_title .en {
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  color: #094ccf;
}
#company .message .row {
  gap: 3rem 0;
}
@media screen and (max-width: 991px) {
  #company .message .row {
    flex-direction: column-reverse;
  }
}
#company .message_lead {
  margin-top: 3rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
#company .message_image img {
  border-radius: 1rem;
}
#company .h4_title {
  font-size: 2rem;
  padding-left: 1rem;
}
#company .store {
  padding-top: 10rem;
}
#company .store .row {
  gap: 3rem 0;
}
#company .store .h4_title {
  margin-top: 2rem;
}
#company .store_image img {
  border-radius: 1rem;
}
#company .store_lead {
  margin-top: 3rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
#company .store_table table {
  width: 100%;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #company .store_table table {
    border: 1px solid #094ccf;
  }
}
#company .store_table table th {
  background: #094ccf;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company .store_table table tr:first-of-type td {
  border-top: #094ccf 1px solid;
}
#company .store_table table tr:first-of-type th {
  border-top: #094ccf 1px solid;
}
#company .store_table table tr:last-of-type th {
  border-color: #094ccf;
}
#company .store_table table td {
  border-bottom: #094ccf 1px solid;
  border-right: #094ccf 1px solid;
  width: 75%;
}
#company .store_table table th, #company .store_table table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #company .store_table table th, #company .store_table table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .outline, #company .toku {
  padding-top: 10rem;
}
#company .outline table, #company .toku table {
  width: 100%;
  margin: 30px 0 0;
}
#company .outline table th, #company .toku table th {
  border-bottom: #094ccf 1px solid;
  font-weight: 500;
  color: #094ccf;
  white-space: nowrap;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #company .outline table th, #company .toku table th {
    width: 13rem;
  }
}
#company .outline table td, #company .toku table td {
  border-bottom: #dadada 1px solid;
  width: calc(100% - 20rem);
  line-height: 1.7;
}
#company .outline table th, #company .outline table td, #company .toku table th, #company .toku table td {
  padding: 2.5rem 1rem;
}
#company .access {
  padding-top: 10rem;
}
#company .access iframe {
  display: block;
  width: 100%;
  height: 45rem;
  margin-top: 3rem;
}
#company .access_text {
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #company .access_text {
    flex-direction: column;
    gap: 3rem;
  }
}
#company .access_text > div {
  flex: 1;
}
#company .access_text ul {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#company .access_text ul li h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #094ccf;
  margin-bottom: 1.5rem;
}
#company .access_text ul li p {
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

#recruit .subhead {
  background: url(../../images/recruit/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#recruit .recruit {
  padding: 10rem 0;
}
#recruit .recruit h3 {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  #recruit .recruit h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#recruit .recruit h3::after {
  content: "";
  width: 5rem;
  height: 4px;
  background: #094ccf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#recruit .recruit table {
  width: 100%;
}
#recruit .recruit table th {
  border-bottom: #094ccf 1px solid;
  font-weight: 500;
  color: #094ccf;
  white-space: nowrap;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit table th {
    width: 13rem;
  }
}
#recruit .recruit table td {
  border-bottom: #dadada 1px solid;
  width: calc(100% - 20rem);
  line-height: 1.7;
}
#recruit .recruit table th, #recruit .recruit table td {
  padding: 2.5rem 1rem;
}
#recruit .flow {
  padding: 13rem 0;
  background: url(../../images/top/support_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 1199px) {
  #recruit .flow {
    padding: 10rem 0;
  }
}
#recruit .flow h3 {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #recruit .flow h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#recruit .flow h3::after {
  content: "";
  width: 5rem;
  height: 4px;
  background: #094ccf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#recruit .flow_box {
  margin-top: 5rem;
}
#recruit .flow_box h4 {
  width: 40rem;
  position: relative;
  height: 6.5rem;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding-left: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 574px) {
  #recruit .flow_box h4 {
    width: 100%;
    font-size: 2rem;
  }
}
#recruit .flow_box h4 span {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  background: #094ccf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
#recruit .flow_step {
  border-radius: 1rem;
  background: #fff;
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #recruit .flow_step {
    flex-direction: column;
  }
}
#recruit .flow_step .step {
  padding: 2.5rem 4rem 4.5rem;
  flex: 1;
}
@media screen and (max-width: 1500px) {
  #recruit .flow_step .step {
    padding: 2.5rem 1.5rem 2.5rem;
  }
}
#recruit .flow_step .step:nth-of-type(2), #recruit .flow_step .step:nth-of-type(3) {
  padding-left: 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  #recruit .flow_step .step:nth-of-type(2), #recruit .flow_step .step:nth-of-type(3) {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  #recruit .flow_step .step:nth-of-type(2), #recruit .flow_step .step:nth-of-type(3) {
    padding: 7rem 3rem 3rem;
  }
}
#recruit .flow_step .step:nth-of-type(2)::before, #recruit .flow_step .step:nth-of-type(3)::before {
  content: "";
  width: 4.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #recruit .flow_step .step:nth-of-type(2)::before, #recruit .flow_step .step:nth-of-type(3)::before {
    width: 100%;
    height: 4.5rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
#recruit .flow_step .step:nth-of-type(2)::after, #recruit .flow_step .step:nth-of-type(3)::after {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  left: 0.1rem;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  filter: blur(20px);
}
@media screen and (max-width: 991px) {
  #recruit .flow_step .step:nth-of-type(2)::after, #recruit .flow_step .step:nth-of-type(3)::after {
    width: 100%;
    height: 3rem;
    left: 0;
    top: 0.1rem;
  }
}
#recruit .flow_step .step .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 3rem;
  background: #e4ecfc;
  color: #094ccf;
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  border-radius: 5rem;
  margin: 0 auto;
}
#recruit .flow_step .step_image {
  margin-top: 2.5rem;
}
#recruit .flow_step .step_image img {
  border-radius: 0.5rem;
}
#recruit .flow_step .step_text h4 {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #recruit .flow_step .step_text h4 {
    font-size: 2.4rem;
    margin: 2rem 0 1.5rem;
    height: auto;
  }
}
#recruit .flow_step .step_text p {
  line-height: 1.8;
  letter-spacing: 0.06rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  #recruit .flow_step .step_text p {
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  #recruit .flow_step .step_text p {
    text-align: left;
  }
}
#recruit .flow_step .step_text .tel {
  margin: 2rem auto 0;
  width: fit-content;
}
#recruit .flow_step .step_text .tel .number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-family: "Questrial", sans-serif;
  gap: 1rem;
}
#recruit .flow_step .step_text .tel .number i {
  font-size: 2rem;
}
#recruit .flow_step .step .more {
  width: 25rem;
  margin: 1rem auto 0;
}

#contact {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .buy {
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 1rem;
}
#contact .buy .category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 3rem;
  border-radius: 5rem;
  background: #094ccf;
  color: #fff;
  font-weight: bold;
  width: fit-content;
}
#contact .buy .d-flex {
  gap: 　1rem 2rem;
  margin-top: 1rem;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .buy .d-flex > div {
  display: flex;
  align-items: baseline;
  gap: 0.5rem 2rem;
  flex-wrap: wrap;
}
#contact .buy .d-flex .bland {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #contact .buy .d-flex .bland {
    font-size: 1.6rem;
  }
}
#contact .buy .d-flex h4 {
  padding-left: 0;
  border-left: 0;
  font-weight: bold;
}
#contact .buy .price_num {
  font-weight: bold;
  font-size: 4rem;
  color: #f72626;
}
#contact .buy .price_num small {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 0.5rem;
}
#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .contact {
  padding: 8rem 0;
  background: #222222;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .contact h3 {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #contact .contact h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#contact .contact h3::after {
  content: "";
  width: 5rem;
  height: 4px;
  background: #094ccf;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #094ccf;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: auto;
  max-width: 100%;
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
#contact .form_wrap form table td .calendar {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td .calendar label {
    margin-right: 1rem;
  }
}
#contact .form_wrap form table td .calendar .time {
  display: flex;
  align-items: center;
}
#contact .form_wrap form table td .calendar .time select {
  width: auto;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form table .hide {
  display: none;
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #094ccf;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #094ccf;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #094ccf;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #094ccf;
  color: #fff;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #fff;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #094ccf;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#sale .subhead {
  background: url(../../images/sale/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#sale .sale {
  padding: 13rem 0;
  position: relative;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 1199px) {
  #sale .sale {
    padding: 10rem 0;
  }
}
#sale .sale_text p {
  margin-top: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
#sale .sale_point {
  margin-top: 3rem;
  display: flex;
  border-radius: 1rem;
  gap: 3rem;
  background: #f7f7f7;
}
@media screen and (max-width: 991px) {
  #sale .sale_point {
    flex-direction: column;
    gap: 0;
  }
}
#sale .sale_point:nth-last-of-type(3) {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #sale .sale_point:nth-last-of-type(2) {
    flex-direction: column-reverse;
  }
}
#sale .sale_point:nth-of-type(odd) .sale_point_text {
  margin-left: 0;
  padding-left: 3rem;
  width: 45.7rem;
}
@media screen and (max-width: 991px) {
  #sale .sale_point:nth-of-type(odd) .sale_point_text {
    width: 100%;
    padding: 0 3rem 3rem;
  }
}
#sale .sale_point_text {
  width: calc(50% - 1.5rem);
  padding-top: 5rem;
  margin: 0 auto;
  width: 42.7rem;
}
@media screen and (max-width: 991px) {
  #sale .sale_point_text {
    width: 100%;
    padding: 0 3rem 3rem;
    margin-top: 0;
  }
}
#sale .sale_point_text .en {
  width: 11.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #094ccf;
  border-radius: 5rem;
  color: #094ccf;
  font-family: "Questrial", sans-serif;
  padding-top: 3px;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}
#sale .sale_point_text h5 {
  margin-top: 3.5rem;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1500px) {
  #sale .sale_point_text h5 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #sale .sale_point_text h5 {
    font-size: 2.4rem;
  }
}
#sale .sale_point_text p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 3rem;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  #sale .sale_point_text p {
    margin-top: 2rem;
  }
}
#sale .sale_image {
  padding: 2rem;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 991px) {
  #sale .sale_image {
    width: 100%;
  }
}
#sale .sale_image img {
  border-radius: 1rem;
}
#sale .sale .more {
  margin: 6rem auto 0;
}
#sale .flow {
  padding: 13rem 0;
  background: url(../../images/top/support_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 1199px) {
  #sale .flow {
    padding: 10rem 0;
  }
}
#sale .flow h3 {
  color: #fff;
}
#sale .flow_box {
  margin-top: 5rem;
}
#sale .flow_step {
  border-radius: 1rem;
  background: #fff;
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #sale .flow_step {
    flex-direction: column;
  }
}
#sale .flow_step .step {
  padding: 2.5rem 4rem 4.5rem;
  flex: 1;
}
@media screen and (max-width: 1500px) {
  #sale .flow_step .step {
    padding: 2.5rem 1.5rem 2.5rem;
  }
}
#sale .flow_step .step:nth-of-type(2), #sale .flow_step .step:nth-of-type(3) {
  padding-left: 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  #sale .flow_step .step:nth-of-type(2), #sale .flow_step .step:nth-of-type(3) {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  #sale .flow_step .step:nth-of-type(2), #sale .flow_step .step:nth-of-type(3) {
    padding: 7rem 3rem 3rem;
  }
}
#sale .flow_step .step:nth-of-type(2)::before, #sale .flow_step .step:nth-of-type(3)::before {
  content: "";
  width: 4.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #sale .flow_step .step:nth-of-type(2)::before, #sale .flow_step .step:nth-of-type(3)::before {
    width: 100%;
    height: 4.5rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
#sale .flow_step .step:nth-of-type(2)::after, #sale .flow_step .step:nth-of-type(3)::after {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  left: 0.1rem;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  filter: blur(20px);
}
@media screen and (max-width: 991px) {
  #sale .flow_step .step:nth-of-type(2)::after, #sale .flow_step .step:nth-of-type(3)::after {
    width: 100%;
    height: 3rem;
    left: 0;
    top: 0.1rem;
  }
}
#sale .flow_step .step .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 3rem;
  background: #e4ecfc;
  color: #094ccf;
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  border-radius: 5rem;
  margin: 0 auto;
}
#sale .flow_step .step_image {
  margin-top: 2.5rem;
}
#sale .flow_step .step_image img {
  border-radius: 0.5rem;
}
#sale .flow_step .step_text h4 {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #sale .flow_step .step_text h4 {
    font-size: 2.4rem;
    margin: 2rem 0 1.5rem;
    height: auto;
  }
}
#sale .flow_step .step .more {
  width: 25rem;
  margin: 1rem auto 0;
}