@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  margin: 0;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans",   Meiryo, sans-serif !important;
}

*:focus {
  outline: none;
}

.is-pc {
  display: block;
}

@media (max-width: 640px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media (max-width: 640px) {
  .is-sp {
    display: block;
  }
}

.lg-breadcrumb {
  position: relative;
  z-index: 101;
}

@media (max-width: 900px) {
  .lg-breadcrumb {
    display: none;
  }
}

.g-breadcrumb {
  display: flex;
  background-color: rgba(12, 13, 106, 0.03);
  padding: .5em 20px;
  text-align: left;
  line-height: 1.1;
  font-size: 87.5%;
}

@media (max-width: 900px) {
  .g-breadcrumb {
    display: none;
  }
}

.g-breadcrumb-btn {
  white-space: nowrap;
  color: #0c0d6a;
  text-decoration: none;
}

.g-breadcrumb-btn:after {
  position: relative;
  top: -.1em;
  display: inline-block;
  content: '/';
  color: #01012c;
  margin-left: .5em;
  vertical-align: middle;
}

.g-breadcrumb-btn, .g-breadcrumb-label, .g-breadcrumb-word {
  display: block;
  padding: .5em .25em;
}

.g-breadcrumb-label {
  white-space: nowrap;
}

.l-container {
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .l-container {
    padding: 0 2.77778vw;
  }
}

@media (max-width: 900px) {
  .l-container {
    padding: 0 2.77778vw;
  }
}

@media (max-width: 640px) {
  .l-container {
    padding: 0 5.33333vw;
  }
}

.carousel__img {
  width: 100%;
  aspect-ratio: 1.62162;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 640px) {
  .carousel__img {
    border-radius: 1.33333vw;
  }
}

.carousel__item {
  color: #000;
}

.carousel__name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #203244;
  line-height: 1.4;
  margin-top: 17px;
}

@media (max-width: 1440px) {
  .carousel__name {
    font-size: 22px;
    font-size: 1.52778vw;
  }
}

@media (max-width: 1200px) {
  .carousel__name {
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .carousel__name {
    font-size: 40px;
    font-size: 5.33333vw;
    margin-top: 1.86667vw;
  }
}

.carousel__des {
  font-size: 1rem;
  color: #333333;
  margin-top: 10px;
  line-height: 1.75;
  font-weight: 300;
}

@media (max-width: 1440px) {
  .carousel__des {
    font-size: 16px;
    font-size: 1.11111vw;
  }
}

@media (max-width: 1200px) {
  .carousel__des {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .carousel__des {
    font-size: 28px;
    font-size: 3.73333vw;
    margin-top: 0.8vw;
    line-height: 1.71;
  }
}

.carousel__wrapper {
  margin-top: 38px;
}

@media (max-width: 1200px) {
  .carousel__wrapper {
    margin-top: 2.63889vw;
  }
}

@media (max-width: 900px) {
  .carousel__wrapper {
    margin-top: 3.16667vw;
  }
}

.carousel__wrapper a {
  text-decoration: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.carousel__wrapper a:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.carousel__icon {
  width: 67px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.carousel__icon:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .carousel__icon {
    width: 4.65278vw;
    height: 4.16667vw;
  }
}

@media (max-width: 900px) {
  .carousel__icon {
    width: 5.58333vw;
    height: 5vw;
  }
}

@media (max-width: 640px) {
  .carousel__icon {
    width: 11.73333vw;
    height: 10.66667vw;
  }
}

.carousel__iconprev, .carousel__iconnext {
  width: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .carousel__iconprev, .carousel__iconnext {
    width: 0.83333vw;
  }
}

@media (max-width: 900px) {
  .carousel__iconprev, .carousel__iconnext {
    width: 1vw;
  }
}

@media (max-width: 640px) {
  .carousel__iconprev, .carousel__iconnext {
    width: 2.13333vw;
  }
}

.carousel__iconprev:hover, .carousel__iconnext:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.carousel__center {
  width: fit-content;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 30px;
}

.carousel__center .carousel__icon:first-child {
  border-right: 1px solid #CAD3CA;
}

.carousel__center .carousel__icon:last-child {
  border-left: 1px solid #CAD3CA;
}

.carousel__tool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 1440px) {
  .carousel__tool {
    margin-top: 1.66667vw;
  }
}

@media (max-width: 1200px) {
  .carousel__tool {
    margin-top: 2vw;
  }
}

@media (max-width: 640px) {
  .carousel__tool {
    margin-top: 0.8vw;
  }
}

@media (max-width: 640px) {
  .js-swiper-01,
  .js-swiper-02,
  .js-swiper-03,
  .js-swiper-04 {
    margin-top: 1.6vw;
  }
}

.swiper-pagination-01,
.swiper-pagination-02,
.swiper-pagination-03,
.swiper-pagination-04 {
  display: flex;
  width: fit-content !important;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
}

@media (max-width: 1200px) {
  .swiper-pagination-01,
  .swiper-pagination-02,
  .swiper-pagination-03,
  .swiper-pagination-04 {
    padding: 0 0.90278vw;
  }
}

@media (max-width: 900px) {
  .swiper-pagination-01,
  .swiper-pagination-02,
  .swiper-pagination-03,
  .swiper-pagination-04 {
    padding: 0 1.08333vw;
  }
}

@media (max-width: 640px) {
  .swiper-pagination-01,
  .swiper-pagination-02,
  .swiper-pagination-03,
  .swiper-pagination-04 {
    gap: 1.33333vw;
    padding: 0 4vw;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #D2D6DA;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .swiper-pagination-bullet {
    width: 1.04167vw;
    height: 1.04167vw;
  }
}

@media (max-width: 900px) {
  .swiper-pagination-bullet {
    width: 1.25vw;
    height: 1.25vw;
  }
}

@media (max-width: 640px) {
  .swiper-pagination-bullet {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

.swiper-pagination-bullet-active {
  background-color: #203244;
}

@media (max-width: 640px) {
  .lg-footer-spot-right {
    padding-bottom: 25px;
  }
}

.g-footer-pagetop {
  display: block;
  width: 90px;
  height: 98px;
  padding: 0;
  border-radius: unset;
  background: url(/product/feature/pbx/assets/img/faq/icon_top01.png?25030501) right bottom no-repeat;
  background-size: 100% auto;
  opacity: 0.9;
}

@media (max-width: 640px) {
  .g-footer-pagetop {
    width: 5em;
    height: 5.5em;
  }
}

.g-footer-pagetop:hover {
  background-image: url(/product/feature/pbx/assets/img/faq/icon_top02.png?25030501);
  background-color: unset;
  opacity: 1;
}

.g-footer-pagetop .g-ico {
  display: none;
}

.bcp-guide_hd {
  width: 100%;
  height: 577px;
  max-height: 577px;
  background-color: #202337;
  position: relative;
  z-index: 1;
}

@media (max-width: 1440px) {
  .bcp-guide_hd {
    height: 40.06944vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd {
    max-height: 100%;
    height: auto;
    padding-bottom: 6.25vw;
  }
}

.bcp-guide_hd::before, .bcp-guide_hd::after {
  position: absolute;
  content: '';
  background-image: url(/product/feature/bcp-guide/assets/img/hd/line.png);
  width: 100%;
  height: 7px;
  background-repeat: repeat-x;
  z-index: -1;
  left: 0;
}

@media (max-width: 1440px) {
  .bcp-guide_hd::before, .bcp-guide_hd::after {
    height: 0.48611vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd::before, .bcp-guide_hd::after {
    height: 1.5625vw;
  }
}

.bcp-guide_hd::before {
  top: 0;
}

.bcp-guide_hd::after {
  bottom: 0;
}

.bcp-guide_hd img {
  width: 100%;
}

.bcp-guide_hd-inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-inr {
    max-width: 83.33333vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-inr {
    max-width: 100%;
  }
}

.bcp-guide_hd_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 577px;
  width: 1392px;
}

@media (max-width: 1440px) {
  .bcp-guide_hd_img {
    width: 96.66667vw;
    height: 40.06944vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd_img {
    position: static;
    width: 100%;
    height: auto;
    transform: unset;
  }
}

.bcp-guide_hd_title {
  padding-top: 3.2em;
}

@media (max-width: 1440px) {
  .bcp-guide_hd_title {
    padding-top: 2.77778vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd_title {
    padding-top: 6.25vw;
  }
}

.bcp-guide_hd_title .ttl {
  margin-top: 15px;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 1440px) {
  .bcp-guide_hd_title .ttl {
    font-size: 60px;
    font-size: 4.16667vw;
    margin-top: 0.5vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd_title .ttl {
    font-size: 60px;
    font-size: 9.375vw;
  }
}

.bcp-guide_hd_title .ttl span {
  color: #fffd57;
}

.bcp-guide_hd_title .sub_ttl {
  position: relative;
  color: #fffd57;
  display: inline-block;
  padding-left: 50px;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1.19077;
}

@media (max-width: 1440px) {
  .bcp-guide_hd_title .sub_ttl {
    font-size: 19.5px;
    font-size: 1.35417vw;
    padding-left: 4.16667vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd_title .sub_ttl {
    font-size: 21.45px;
    font-size: 3.35156vw;
    padding-left: 8.59375vw;
  }
}

.bcp-guide_hd_title .sub_ttl::before {
  content: "";
  position: absolute;
  width: 537px;
  height: 68px;
  background-image: url(/product/feature/bcp-guide/assets/img/hd/bg_sub.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
  .bcp-guide_hd_title .sub_ttl::before {
    width: 37.29167vw;
    height: 4.72222vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd_title .sub_ttl::before {
    background-image: url(/product/feature/bcp-guide/assets/img/hd/bg_sub_sp.png);
    width: 92.34375vw;
    height: 11.875vw;
  }
}

.bcp-guide_hd_lead {
  width: 100%;
  margin: auto;
  padding: 1.6em 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}

@media (max-width: 1440px) {
  .bcp-guide_hd_lead {
    font-size: 16px;
    font-size: 1.11111vw;
    padding: 1.04167vw 0;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd_lead {
    font-size: 19.4px;
    font-size: 3.03125vw;
    padding: 2.34375vw 7.03125vw 0;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd .bcp-guide_section {
    padding: 0;
  }
}

.bcp-guide_hd-sub {
  height: 314px;
  max-height: 314px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-sub {
    height: 21.80556vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-sub {
    height: 76.5625vw;
    max-height: 100%;
    padding-top: 4.6875vw;
  }
}

.bcp-guide_hd-sub .bcp-guide_hd_title {
  padding-top: 2.5em;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-sub .bcp-guide_hd_title {
    padding-top: 2.77778vw;
  }
}

@media (max-width: 1200px) {
  .bcp-guide_hd-sub .bcp-guide_hd_title {
    padding-top: 2.5vw;
  }
}

@media (max-width: 900px) {
  .bcp-guide_hd-sub .bcp-guide_hd_title {
    padding-top: 1.66667vw;
  }
}

.bcp-guide_hd-sub .bcp-guide_hd_title .ttl {
  font-size: 3.47rem;
  line-height: 1.19993;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-sub .bcp-guide_hd_title .ttl {
    font-size: 55.52px;
    font-size: 3.85556vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-sub .bcp-guide_hd_title .ttl {
    font-size: 54px;
    font-size: 8.4375vw;
  }
}

.bcp-guide_hd-sub .bcp-guide_btn_nav {
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-sub .bcp-guide_btn_nav {
    margin-top: 0.69444vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-sub .bcp-guide_btn_nav {
    flex-direction: column;
    margin-top: 3.125vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-sub .bcp-guide_btn_nav-single {
    margin-top: 7.8125vw;
  }
}

.bcp-guide_hd-sub .bcp-guide_btn_nav .bcp-guide_btn {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-sub .bcp-guide_btn_nav .bcp-guide_btn {
    margin-left: 0.69444vw;
    margin-right: 0.69444vw;
  }
}

.bcp-guide_hd-sub .bcp-guide_btn_nav .bcp-guide_btn a {
  height: 57px;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-sub .bcp-guide_btn_nav .bcp-guide_btn a {
    height: 3.95833vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-sub .bcp-guide_btn_nav .bcp-guide_btn a {
    height: 10vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-sub .bcp-guide_btn_nav .bcp-guide_btn:not(:first-child) {
    margin-top: 1.5625vw;
  }
}

.bcp-guide_hd-sub .bcp-guide_hd_img {
  height: 296px;
  width: 1237px;
  bottom: -7%;
  top: unset;
  transform: translateX(-50%);
  left: 50%;
}

@media (max-width: 1440px) {
  .bcp-guide_hd-sub .bcp-guide_hd_img {
    width: 85.90278vw;
    height: 20.55556vw;
  }
}

@media (max-width: 640px) {
  .bcp-guide_hd-sub .bcp-guide_hd_img {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: -75%;
  }
}

.btn {
  width: 320px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #14B4B5 0%, #089891 100%);
  color: #fff;
  text-decoration: unset;
  border-radius: 50px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.01em;
  box-shadow: 0px 0px 17px rgba(23, 16, 160, 0.25);
  gap: 21px;
  font-family: inherit;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 1440px) {
  .btn {
    font-size: 20px;
    font-size: 1.38889vw;
    width: 22.22222vw;
    height: 5.34722vw;
    gap: 1.45833vw;
  }
}

@media (max-width: 1200px) {
  .btn {
    font-size: 18px;
    font-size: 1.5vw;
    width: 31.66667vw;
    height: 5vw;
  }
}

@media (max-width: 900px) {
  .btn {
    font-size: 18px;
    font-size: 1.5vw;
    width: 26.66667vw;
    height: 4.44444vw;
  }
}

@media (max-width: 640px) {
  .btn {
    font-size: 40px;
    font-size: 5.33333vw;
    width: 85.33333vw;
    height: 20.53333vw;
    gap: 5.33333vw;
    border-radius: 13.33333vw;
  }
}

.btn span.btn_icon {
  background-color: #fff;
  color: #F73E3E;
  padding: 4px 5px 7px;
  margin-left: 11px;
  font-size: 1.125rem;
}

@media (max-width: 1440px) {
  .btn span.btn_icon {
    padding: 0.27778vw 0.34722vw 0.48611vw;
  }
}

@media (max-width: 1200px) {
  .btn span.btn_icon {
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .btn span.btn_icon {
    font-size: 36px;
    font-size: 4.8vw;
    padding: 1.06667vw 1.33333vw 1.86667vw;
  }
}

.btn span.btn_note {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .btn span.btn_note {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .btn span.btn_note {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

.btn__box {
  display: block;
  background-color: #fff;
  color: #27bfc0;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 15px;
}

.btn__img {
  display: block;
  position: absolute;
  right: 35px;
  width: 158px;
  height: 109px;
}

@media (max-width: 1440px) {
  .btn__img {
    right: 2.43056vw;
    width: 10.97222vw;
    height: 7.56944vw;
  }
}

@media (max-width: 1200px) {
  .btn__img {
    right: 1.25vw;
    width: 11.25vw;
    height: 6.83333vw;
  }
}

@media (max-width: 900px) {
  .btn__img {
    right: 1.66667vw;
    width: 8.11111vw;
    height: 5.55556vw;
  }
}

@media (max-width: 640px) {
  .btn__img {
    right: -0.8vw;
    width: 17.06667vw;
    height: 14.4vw;
  }
}

.btn__img img {
  width: 100%;
  height: 100%;
}

.btn__mail {
  width: 28px;
  height: 20px;
  padding-left: 17px;
}

@media (max-width: 1440px) {
  .btn__mail {
    width: 1.94444vw;
    height: 1.38889vw;
    padding-left: 1.18056vw;
  }
}

@media (max-width: 1200px) {
  .btn__mail {
    width: 2.33333vw;
    height: 1.66667vw;
    padding-left: 1.41667vw;
  }
}

@media (max-width: 640px) {
  .btn__mail {
    width: 4.93333vw;
    height: 3.73333vw;
  }
}

.btn--type01 {
  background: linear-gradient(to right, #FF7A0D 0%, #FE560E 100%);
}

.btn--type01 .btn__img {
  position: unset;
  margin-left: 14px;
}

.btn--type01 span {
  padding-right: 0;
}

.btn1 {
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #483B8C 0%, #044295 50%, #135F93 75%, #217B91 100%);
  color: #fff;
  text-decoration: unset;
  border-radius: 50px;
  font-weight: 700;
  position: relative;
  border: 0;
  outline: 0;
  gap: 7px;
  box-shadow: 0px 0px 17px rgba(23, 16, 160, 0.25);
  font-family: inherit;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
}

.btn1:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 1440px) {
  .btn1 {
    font-size: 20px;
    font-size: 1.38889vw;
    width: 27.77778vw;
    height: 5.55556vw;
  }
}

@media (max-width: 1200px) {
  .btn1 {
    font-size: 18px;
    font-size: 1.5vw;
    width: 31.66667vw;
    height: 5vw;
  }
}

@media (max-width: 640px) {
  .btn1 {
    font-size: 40px;
    font-size: 5.33333vw;
    width: 85.33333vw;
    height: 21.33333vw;
    gap: 2.4vw;
    border-radius: 13.33333vw;
  }
}

.btn1__plus {
  width: 22px;
  height: 22px;
}

@media (max-width: 1440px) {
  .btn1__plus {
    width: 1.52778vw;
    height: 1.52778vw;
  }
}

@media (max-width: 1200px) {
  .btn1__plus {
    width: 1.5vw;
    height: 1.5vw;
  }
}

@media (max-width: 640px) {
  .btn1__plus {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.btn1__arrow {
  position: absolute;
  right: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 16px;
}

@media (max-width: 1440px) {
  .btn1__arrow {
    right: 2.56944vw;
    width: 1.04167vw;
    height: 1.11111vw;
  }
}

@media (max-width: 1200px) {
  .btn1__arrow {
    right: 3.08333vw;
    width: 1.25vw;
    height: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .btn1__arrow {
    right: 4.26667vw;
    width: 4vw;
    height: 2.4vw;
  }
}

.btn2 {
  width: 352px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c0d6a;
  color: #fff;
  text-decoration: unset;
  border-radius: 30px;
  font-weight: 700;
  position: relative;
  border: 2px solid #0c0d6a;
  transition: color .25s, background-color .25s;
  font-size: 0.875rem;
}

@media (max-width: 1440px) {
  .btn2 {
    font-size: 14px;
    font-size: 0.97222vw;
    width: 24.44444vw;
    height: 3.47222vw;
  }
}

@media (max-width: 1200px) {
  .btn2 {
    font-size: 14px;
    font-size: 1.16667vw;
    width: 29.33333vw;
    height: 4.16667vw;
  }
}

.btn2--type01 {
  background-color: #fff;
  color: #0c0d6a;
  border-color: #fff;
}

.title {
  text-align: center;
  font-weight: 900;
  padding-bottom: 28px;
  border-bottom: 2px dashed #203244;
  color: #1A1A1A;
  position: relative;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media (max-width: 1440px) {
  .title {
    padding-bottom: 1.94444vw;
    font-size: 30px;
    font-size: 2.08333vw;
  }
}

@media (max-width: 1200px) {
  .title {
    font-size: 40px;
    font-size: 3.33333vw;
    padding-bottom: 2.33333vw;
  }
}

@media (max-width: 640px) {
  .title {
    font-size: 56px;
    font-size: 7.46667vw;
    padding-bottom: 5.86667vw;
    border-width: 1px;
    color: #203244;
  }
}

.title::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #203244;
}

@media (max-width: 1440px) {
  .title::before {
    bottom: -0.34722vw;
    width: 0.55556vw;
    height: 0.55556vw;
    left: -0.27778vw;
  }
}

@media (max-width: 1200px) {
  .title::before {
    bottom: -0.41667vw;
    width: 0.66667vw;
    height: 0.66667vw;
    left: -0.33333vw;
  }
}

@media (max-width: 900px) {
  .title::before {
    bottom: -0.55556vw;
    width: 0.88889vw;
    height: 0.88889vw;
    left: -0.44444vw;
  }
}

@media (max-width: 640px) {
  .title::before {
    bottom: -0.8vw;
    width: 1.6vw;
    height: 1.6vw;
    left: -0.8vw;
  }
}

.title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #203244;
}

@media (max-width: 1440px) {
  .title::after {
    bottom: -0.34722vw;
    width: 0.55556vw;
    height: 0.55556vw;
    right: -0.27778vw;
  }
}

@media (max-width: 1200px) {
  .title::after {
    bottom: -0.41667vw;
    width: 0.66667vw;
    height: 0.66667vw;
    right: -0.33333vw;
  }
}

@media (max-width: 900px) {
  .title::after {
    bottom: -0.55556vw;
    width: 0.88889vw;
    height: 0.88889vw;
    right: -0.44444vw;
  }
}

@media (max-width: 640px) {
  .title::after {
    bottom: -0.8vw;
    width: 1.6vw;
    height: 1.6vw;
    right: -0.8vw;
  }
}

.title--type01 {
  padding-bottom: 0;
  border: 0;
}

@media (max-width: 640px) {
  .title--type01 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}

.title--type01::before {
  position: unset;
}

.title--type01::after {
  position: unset;
}

.mainvisual {
  position: relative;
  padding-bottom: 28px;
}

@media (max-width: 640px) {
  .mainvisual {
    padding-bottom: 6.93333vw;
  }
  .mainvisual::before {
    content: "";
    background: url(/product/feature/pbx/assets/img/faq/main-ic-sp.png) no-repeat center -2.66667vw;
    position: absolute;
    top: 0;
    width: 100%;
    height: 193.6vw;
    background-size: 100%;
    left: 0;
    z-index: 100;
  }
}

.mainvisual .mainvisual__container {
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.mainvisual .mainvisual__title {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  text-align: center;
  margin-top: 35px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 25px;
}

@media (max-width: 1440px) {
  .mainvisual .mainvisual__title {
    font-size: 16px;
    font-size: 1.11111vw;
    margin-top: 2.43056vw;
    padding: 0 1.73611vw;
  }
}

@media (max-width: 1200px) {
  .mainvisual .mainvisual__title {
    font-size: 12px;
    font-size: 1vw;
    margin-top: 2.66667vw;
    padding: 0 2.08333vw;
  }
}

@media (max-width: 640px) {
  .mainvisual .mainvisual__title {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-top: 6.66667vw;
    padding: 0;
  }
}

.mainvisual .mainvisual__content {
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  width: 807px;
  height: fit-content;
  margin: 0 auto;
  bottom: 0;
  padding: 0 27px;
}

@media (max-width: 1440px) {
  .mainvisual .mainvisual__content {
    top: 4.09722vw;
    width: 56.04167vw;
    padding: 0 1.875vw;
  }
}

@media (max-width: 1200px) {
  .mainvisual .mainvisual__content {
    top: 4.16667vw;
    padding: 0 2.25vw;
  }
}

@media (max-width: 900px) {
  .mainvisual .mainvisual__content {
    padding: 0 2.77778vw;
  }
}

@media (max-width: 640px) {
  .mainvisual .mainvisual__content {
    position: unset;
    width: 100%;
    padding: 0;
  }
}

.mainvisual .mainvisual__img {
  display: block;
  max-width: 1440px;
  width: 1440px;
  height: 1056px;
  margin: 0 auto;
  position: relative;
  right: -15px;
  top: 0;
  height: auto;
}

@media (max-width: 1440px) {
  .mainvisual .mainvisual__img {
    right: -1.04167vw;
    width: 100vw;
  }
}

@media (max-width: 1200px) {
  .mainvisual .mainvisual__img {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 640px) {
  .mainvisual .mainvisual__img {
    display: none;
  }
}

.mainvisual .mainvisual__imgtitle {
  display: block;
  width: 807px;
  height: auto;
}

@media (max-width: 1440px) {
  .mainvisual .mainvisual__imgtitle {
    width: 56.04167vw;
  }
}

@media (max-width: 1200px) {
  .mainvisual .mainvisual__imgtitle {
    width: 56.04167vw;
  }
}

@media (max-width: 640px) {
  .mainvisual .mainvisual__imgtitle {
    width: 92.26667vw;
    margin: 12.53333vw auto 0;
  }
}

.mainvisual .mainvisual__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  margin-top: 39px;
}

@media (max-width: 1440px) {
  .mainvisual .mainvisual__box {
    margin-top: 2.70833vw;
    gap: 1.45833vw;
  }
}

@media (max-width: 1200px) {
  .mainvisual .mainvisual__box {
    bottom: 1.75vw;
  }
}

@media (max-width: 640px) {
  .mainvisual .mainvisual__box {
    gap: 2.66667vw;
    flex-direction: column;
    margin-top: 8.53333vw;
  }
}

.nav {
  background-color: #fa6868;
  position: relative;
}

.nav .l-container {
  position: unset;
}

.nav .nav__item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 9px 0 11px;
  color: #fff;
  font-weight: 700;
  gap: 3px;
  text-decoration: unset;
  line-height: 1.3;
  text-align: center;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.nav .nav__item:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 1440px) {
  .nav .nav__item {
    font-size: 18px;
    font-size: 1.25vw;
    padding: 0.625vw 0 0.76389vw;
  }
}

@media (max-width: 1200px) {
  .nav .nav__item {
    font-size: 18px;
    font-size: 1.5vw;
    padding: 0.83333vw 0;
  }
}

@media (max-width: 640px) {
  .nav .nav__item {
    font-size: 32px;
    font-size: 4.26667vw;
    justify-content: space-between;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    gap: 1.06667vw;
  }
}

.nav .nav__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  letter-spacing: 0.1em;
}

@media (max-width: 1440px) {
  .nav .nav__item span {
    min-height: 3.125vw;
  }
}

@media (max-width: 640px) {
  .nav .nav__item span {
    min-height: 12vw;
  }
}

.nav__img {
  width: 22px;
  height: 16px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .nav__img {
    width: 1.52778vw;
    height: 1.11111vw;
  }
}

@media (max-width: 1200px) {
  .nav__img {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .nav__img {
    width: 6.93333vw;
    height: 3.2vw;
  }
}

.nav__box {
  display: flex;
  gap: 38px;
  margin-top: 2px;
  justify-content: center;
  position: relative;
}

@media (max-width: 1440px) {
  .nav__box {
    gap: 2.63889vw;
  }
}

@media (max-width: 1200px) {
  .nav__box {
    gap: 3.33333vw;
  }
}

@media (max-width: 900px) {
  .nav__box {
    gap: 2.22222vw;
  }
}

@media (max-width: 640px) {
  .nav__box {
    display: grid;
    gap: 6.66667vw 4.53333vw;
    padding-top: 4vw;
    padding-bottom: 5.33333vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.nav .nav__phone {
  position: absolute;
  right: -83px;
  top: -78px;
  width: 108px;
  height: 140px;
}

@media (max-width: 1440px) {
  .nav .nav__phone {
    right: -5.76389vw;
    top: -5.41667vw;
    width: 7.5vw;
    height: 9.72222vw;
  }
}

@media (max-width: 1200px) {
  .nav .nav__phone {
    width: 6.66667vw;
    height: auto;
    right: -1.66667vw;
  }
}

@media (max-width: 900px) {
  .nav .nav__phone {
    right: 0;
  }
}

@media (max-width: 640px) {
  .nav .nav__phone {
    display: none;
  }
}

.topic {
  padding: 67px 0 65px;
  background: linear-gradient(to right, #fff8cd 0%, #ffeef6 100%);
}

@media (max-width: 1440px) {
  .topic {
    padding: 4.65278vw 0 4.51389vw;
  }
}

@media (max-width: 1200px) {
  .topic {
    padding: 5.58333vw 0 5vw;
  }
}

@media (max-width: 640px) {
  .topic {
    padding: 13.6vw 0 8.53333vw;
  }
  .topic .l-container {
    padding: 0 2.66667vw;
  }
}

.topic .topic__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.topic .topic__box {
  width: 988px;
  border: 1px solid #fff;
  background-color: #fff;
  clip-path: polygon(1% 1%, 94% 0%, 99% 98%, 0% 100%);
  text-align: center;
  padding-top: 31px;
  padding-bottom: 16px;
  position: relative;
  z-index: 50;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .topic .topic__box {
    width: 68.61111vw;
    padding-top: 2.58333vw;
    padding-bottom: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .topic .topic__box {
    width: 100%;
    clip-path: polygon(3% 2%, 94% 0%, 99% 97%, 1% 99%);
    padding-bottom: 8.26667vw;
  }
}

.topic .topic__title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 900;
  color: #1A1A1A;
  margin-top: 13px;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 12px;
}

.topic .topic__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 317px;
  height: 9px;
  margin: 0 auto;
  left: -62px;
  right: 0;
  background: url(/product/feature/pbx/assets/img/faq/topic_line.png) no-repeat;
}

@media (max-width: 1200px) {
  .topic .topic__title::before {
    width: 26.41667vw;
    height: 0.75vw;
    left: -5.16667vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .topic .topic__title::before {
    background: url(/product/feature/pbx/assets/img/faq/topic_line_sp.png) no-repeat;
    width: 64.13333vw;
    height: 3.46667vw;
    background-size: 100%;
    bottom: -0.8vw;
    left: -11.2vw;
  }
}

@media (max-width: 1440px) {
  .topic .topic__title {
    font-size: 24px;
    font-size: 1.66667vw;
  }
}

@media (max-width: 640px) {
  .topic .topic__title {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.55;
    margin-top: 5.6vw;
  }
}

.topic .topic__des {
  font-size: 1rem;
  line-height: 1.63;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0.1em;
  margin-top: 19px;
}

@media (max-width: 1200px) {
  .topic .topic__des {
    font-size: 16px;
    font-size: 1.11111vw;
  }
}

@media (max-width: 640px) {
  .topic .topic__des {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.63;
    margin-top: 4.53333vw;
    padding: 0 7.46667vw;
  }
}

.topic .topic__logo,
.topic .topic__logo1 {
  display: flex;
  justify-content: center;
}

.topic .topic__logo p,
.topic .topic__logo1 p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #5B5B5B;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 900;
  width: fit-content;
  border: 1px solid #5b5b5b;
  padding: 0 39px;
}

@media (max-width: 1200px) {
  .topic .topic__logo p,
  .topic .topic__logo1 p {
    font-size: 14px;
    font-size: 1.16667vw;
    padding: 0 2.5vw;
  }
}

@media (max-width: 640px) {
  .topic .topic__logo p,
  .topic .topic__logo1 p {
    font-size: 32px;
    font-size: 4.26667vw;
    padding: 0 10.13333vw;
  }
}

@media (max-width: 640px) {
  .topic .topic__logo,
  .topic .topic__logo1 {
    display: none;
  }
}

.topic .topic__logo1 {
  display: none;
}

@media (max-width: 640px) {
  .topic .topic__logo1 {
    display: flex;
    margin-bottom: -14px;
    position: relative;
    z-index: 100;
    bottom: -3px;
  }
}

.topic .topic__img {
  margin: 24px auto;
  width: 548px;
  height: auto;
}

@media (max-width: 1200px) {
  .topic .topic__img {
    width: 45.66667vw;
  }
}

@media (max-width: 640px) {
  .topic .topic__img {
    width: 89.33333vw;
    margin: 8vw auto 0;
  }
}

.topic .topic__phone {
  position: absolute;
  top: -151px;
  left: 82px;
  width: 237px;
  height: 182px;
  z-index: 100;
}

@media (max-width: 1440px) {
  .topic .topic__phone {
    top: -10.48611vw;
    width: 16.45833vw;
    height: 12.63889vw;
    left: 5.69444vw;
  }
}

@media (max-width: 1200px) {
  .topic .topic__phone {
    top: -11.75vw;
    left: 6.83333vw;
    width: 17.5vw;
    height: auto;
  }
}

@media (max-width: 640px) {
  .topic .topic__phone {
    display: none;
  }
}

.topic .topic__note {
  position: absolute;
  bottom: 41px;
  left: 127px;
  width: 121px;
  height: 149px;
  z-index: 100;
}

@media (max-width: 1440px) {
  .topic .topic__note {
    bottom: 2.84722vw;
    width: 8.40278vw;
    height: 10.34722vw;
    left: 8.81944vw;
  }
}

@media (max-width: 1200px) {
  .topic .topic__note {
    bottom: 3.41667vw;
    left: 10.58333vw;
    width: 10.08333vw;
    height: 12.41667vw;
  }
}

@media (max-width: 640px) {
  .topic .topic__note {
    bottom: unset;
    top: 0;
    width: 19.73333vw;
    height: auto;
    left: 1.06667vw;
    top: -8.8vw;
  }
}

.topic .topic__paper {
  position: absolute;
  bottom: 184px;
  right: 120px;
  width: 158px;
  height: 163px;
  z-index: 100;
}

@media (max-width: 1440px) {
  .topic .topic__paper {
    bottom: 12.77778vw;
    width: 10.97222vw;
    height: 11.31944vw;
    right: 8.33333vw;
  }
}

@media (max-width: 1200px) {
  .topic .topic__paper {
    bottom: 15.33333vw;
    right: 8.33333vw;
    width: 11.5vw;
    height: auto;
  }
}

@media (max-width: 640px) {
  .topic .topic__paper {
    display: none;
  }
}

.cloud {
  padding: 91px 0 145px;
  position: relative;
  background: url(/product/feature/pbx/assets/img/faq/cloud_bg.png) calc(50% + 17px) 100px no-repeat;
}

@media (max-width: 1440px) {
  .cloud {
    padding: 6.31944vw 0 10.06944vw;
    background-position: calc(50% + 17px) 6.94444vw;
  }
}

@media (max-width: 1200px) {
  .cloud {
    padding: 7.58333vw 0 12.08333vw;
    background-size: 100%;
    background-position: calc(50%) 4.16667vw;
  }
}

@media (max-width: 640px) {
  .cloud {
    padding: 13.86667vw 0 40.26667vw;
    background: url(/product/feature/pbx/assets/img/faq/cloud_bg_sp.png) calc(50%) 15.73333vw no-repeat;
    background-size: 100vw 386.8vw;
  }
}

.cloud .cloud__title {
  font-size: 1.875rem;
  line-height: 1.6;
  color: #1A1A1A;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .cloud .cloud__title {
    font-size: 30px;
    font-size: 2.5vw;
  }
}

@media (max-width: 640px) {
  .cloud .cloud__title {
    flex-direction: column;
    font-size: 52px;
    font-size: 6.93333vw;
    line-height: 1.7;
  }
}

.cloud .cloud__title span:first-child {
  position: relative;
}

.cloud .cloud__title span:first-child::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 262px;
  height: 11px;
  left: 3px;
  background: url(/product/feature/pbx/assets/img/faq/cloud_title1.png) no-repeat;
}

@media (max-width: 1200px) {
  .cloud .cloud__title span:first-child::before {
    width: 21.83333vw;
    height: 0.91667vw;
    left: 0.25vw;
    bottom: -0.5vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .cloud .cloud__title span:first-child::before {
    background: url(/product/feature/pbx/assets/img/faq/cloud_title1_sp.png) no-repeat;
    width: 61.06667vw;
    height: 2.53333vw;
    background-size: 100%;
    bottom: -0.8vw;
  }
}

.cloud .cloud__title span:last-child {
  position: relative;
  left: 12px;
}

@media (max-width: 1200px) {
  .cloud .cloud__title span:last-child {
    left: 1vw;
  }
}

.cloud .cloud__title span:last-child::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 199px;
  height: 12px;
  left: 0;
  background: url(/product/feature/pbx/assets/img/faq/cloud_title2.png) no-repeat;
}

@media (max-width: 1200px) {
  .cloud .cloud__title span:last-child::before {
    width: 16.58333vw;
    height: 1vw;
    bottom: -0.25vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .cloud .cloud__title span:last-child::before {
    background: url(/product/feature/pbx/assets/img/faq/cloud_title2_sp.png) no-repeat;
    width: 44.4vw;
    height: 2.4vw;
    background-size: 100%;
    bottom: -1.6vw;
    left: 1.33333vw;
  }
}

.cloud .cloud__content {
  padding: 51px 104px 0 105px;
}

@media (max-width: 1440px) {
  .cloud .cloud__content {
    padding: 3.54167vw 7.22222vw 0 7.29167vw;
  }
}

@media (max-width: 1200px) {
  .cloud .cloud__content {
    padding: 4.25vw 10.33333vw 0 8.75vw;
  }
}

@media (max-width: 640px) {
  .cloud .cloud__content {
    padding: 9.33333vw 0 0;
  }
}

.cloud .cloud__des {
  font-size: 1rem;
  line-height: 2.5;
  color: #1A1A1A;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  .cloud .cloud__des {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .cloud .cloud__des {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 2.5;
  }
}

.cloud .cloud__des sup {
  font-size: 60%;
  vertical-align: super;
}

.cloud .cloud__list {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 48px;
  margin-left: 29px;
  padding-top: 24px;
  padding-bottom: 22px;
  padding-right: 10px;
}

@media (max-width: 1200px) {
  .cloud .cloud__list {
    margin-top: 4vw;
    margin-left: 2.41667vw;
    padding-top: 2vw;
    padding-bottom: 1.83333vw;
    padding-right: 0.83333vw;
  }
}

@media (max-width: 640px) {
  .cloud .cloud__list {
    margin-top: 7.2vw;
    margin-left: 16px;
    padding-top: 6.13333vw;
    padding-bottom: 6.4vw;
    padding-right: 10px;
  }
}

.cloud .cloud__name {
  font-size: 0.875rem;
  line-height: 1.71;
  color: #1A1A1A;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: grid;
  grid-template-columns: 40px repeat(1, 1fr);
  gap: 5px;
}

.cloud .cloud__name span {
  display: block;
}

@media (max-width: 1200px) {
  .cloud .cloud__name {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .cloud .cloud__name {
    font-size: 28px;
    font-size: 3.73333vw;
    gap: 3.2vw;
    grid-template-columns: 8.26667vw repeat(1, 1fr);
  }
}

.pbx {
  padding: 86px 0 263px;
  background: url(/product/feature/pbx/assets/img/faq/pbx_bg.png) calc(50% + -17px) 98px no-repeat;
}

@media (max-width: 1440px) {
  .pbx {
    padding: 5.97222vw 0 18.26389vw;
    background-size: 97.43056vw 42.22222vw;
    background-position: calc(50% + -17px) 6.80556vw;
  }
}

@media (max-width: 1200px) {
  .pbx {
    padding: 7.16667vw 0 15vw;
    background-size: 100%;
    background-position: center;
  }
}

@media (max-width: 900px) {
  .pbx {
    background-position: center 11.11111vw;
  }
}

@media (max-width: 640px) {
  .pbx {
    padding: 18.66667vw 0 38.13333vw;
    background: url(/product/feature/pbx/assets/img/faq/pbx_bg_sp.png) calc(50%) 55.2vw no-repeat;
    background-size: 99.86667vw 157.6vw;
  }
}

.pbx .pbx__title {
  font-size: 1.875rem;
  line-height: 1.6;
  color: #1A1A1A;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .pbx .pbx__title {
    font-size: 30px;
    font-size: 2.5vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__title {
    flex-direction: column;
    font-size: 52px;
    font-size: 6.93333vw;
    line-height: 1.7;
  }
}

.pbx .pbx__title span:first-child {
  position: relative;
}

.pbx .pbx__title span:first-child::before {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 262px;
  height: 11px;
  left: -3px;
  background: url(/product/feature/pbx/assets/img/faq/cloud_title1.png) no-repeat;
}

@media (max-width: 1200px) {
  .pbx .pbx__title span:first-child::before {
    width: 21.83333vw;
    height: 0.91667vw;
    left: -0.25vw;
    bottom: -0.75vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__title span:first-child::before {
    background: url(/product/feature/pbx/assets/img/faq/cloud_title1_sp.png) no-repeat;
    width: 61.06667vw;
    height: 2.53333vw;
    background-size: 100%;
    bottom: -1.33333vw;
  }
}

.pbx .pbx__title span:last-child {
  position: relative;
}

@media (max-width: 1200px) {
  .pbx .pbx__title span:last-child {
    left: 1vw;
  }
}

.pbx .pbx__title span:last-child::before {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 199px;
  height: 12px;
  left: 0;
  background: url(/product/feature/pbx/assets/img/faq/cloud_title2.png) no-repeat;
}

@media (max-width: 1200px) {
  .pbx .pbx__title span:last-child::before {
    width: 16.58333vw;
    height: 1vw;
    bottom: -1vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__title span:last-child::before {
    background: url(/product/feature/pbx/assets/img/faq/cloud_title2_sp.png) no-repeat;
    width: 44.4vw;
    height: 2.4vw;
    background-size: 100%;
    bottom: -1.6vw;
    left: 1.33333vw;
  }
}

.pbx .pbx__head {
  margin-top: 53px;
  display: flex;
  margin-bottom: 11px;
}

@media (max-width: 640px) {
  .pbx .pbx__head {
    margin-top: 12.26667vw;
    display: flex;
    margin-bottom: 2.93333vw;
  }
}

.pbx .pbx__head__item {
  width: 420px;
  background: linear-gradient(to right, rgba(72, 59, 140, 0.3) 0%, rgba(4, 66, 149, 0.3) 50%, rgba(19, 95, 147, 0.3) 75%, rgba(33, 123, 145, 0.3) 100%);
  border-radius: 5px;
  text-align: center;
  padding: 19px 0;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #1A1A1A;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .pbx .pbx__head__item {
    font-size: 18px;
    font-size: 1.5vw;
    width: 35vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__head__item {
    width: 40.8vw;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.25;
    padding: 2.66667vw 0;
    border-radius: 1.33333vw;
  }
}

.pbx .pbx__head__item:nth-child(2) {
  margin-left: 160px;
  background: linear-gradient(to right, rgba(255, 97, 103, 0.5) 0%, rgba(255, 113, 79, 0.5) 51%, rgba(251, 141, 80, 0.5) 100%);
}

@media (max-width: 1200px) {
  .pbx .pbx__head__item:nth-child(2) {
    margin-left: 13.33333vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__head__item:nth-child(2) {
    margin-left: 7.46667vw;
  }
}

.pbx .pbx__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pbx .pbx__box .pbx__tbody:nth-child(3) .pbx__th1 {
  border-top-left-radius: 0;
}

.pbx .pbx__box .pbx__tbody:nth-child(3) .pbx__th1 p {
  margin: 0 3px 0;
  padding: 0px 39px 5px;
}

@media (max-width: 640px) {
  .pbx .pbx__box .pbx__tbody:nth-child(3) .pbx__th1 p {
    padding: 2.13333vw 2.4vw 2.4vw 2.93333vw;
    margin: 0 3px 0.53333vw;
  }
}

.pbx .pbx__box .pbx__tbody:nth-child(3) .pbx__th3 {
  border-top-right-radius: 0;
}

.pbx .pbx__box .pbx__tbody:nth-child(3) .pbx__th3 p {
  margin: 0 3px 0;
  padding: 0px 39px 5px;
}

@media (max-width: 640px) {
  .pbx .pbx__box .pbx__tbody:nth-child(3) .pbx__th3 p {
    padding: 2.13333vw 2.13333vw 2.4vw 2.93333vw;
  }
}

.pbx .pbx__box .pbx__tbody:nth-child(4) .pbx__th1 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
}

.pbx .pbx__box .pbx__tbody:nth-child(4) .pbx__th1::before {
  height: unset;
}

.pbx .pbx__box .pbx__tbody:nth-child(4) .pbx__th1 p {
  margin: 0 3px 3px;
  border-bottom-left-radius: 2px;
}

.pbx .pbx__box .pbx__tbody:nth-child(4) .pbx__th3 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
}

.pbx .pbx__box .pbx__tbody:nth-child(4) .pbx__th3::before {
  height: unset;
}

.pbx .pbx__box .pbx__tbody:nth-child(4) .pbx__th3 p {
  margin: 0 3px 0;
  border-bottom-right-radius: 2px;
}

.pbx .pbx__box .pbx__tbody:nth-child(4) .pbx__th2 {
  margin-bottom: 0;
}

.pbx .pbx__tbody {
  display: flex;
}

.pbx .pbx__th1 p,
.pbx .pbx__th3 p {
  min-height: 119px;
  padding: 0px 39px 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .pbx .pbx__th1 p,
  .pbx .pbx__th3 p {
    min-height: 9.91667vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__th1 p,
  .pbx .pbx__th3 p {
    padding: 1.6vw 1.86667vw 2.93333vw 3.2vw;
  }
}

.pbx .pbx__th1 {
  position: relative;
  width: 420px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .pbx .pbx__th1 {
    width: 35vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__th1 {
    width: 40.8vw;
  }
}

.pbx .pbx__th1 p {
  font-size: 1rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  position: relative;
  z-index: 2;
  margin: 3px 3px 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-top-left-radius: 2px;
}

@media (max-width: 1200px) {
  .pbx .pbx__th1 p {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__th1 p {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.43;
  }
}

.pbx .pbx__th1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(72, 59, 140, 0.7) 0%, rgba(4, 66, 149, 0.7) 50%, rgba(19, 95, 147, 0.7) 75%, rgba(33, 123, 145, 0.7) 100%);
  opacity: 0.2;
  z-index: 1;
}

.pbx .pbx__th1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #483b8c 0%, #044295 50%, #135f93 75%, #217b91 100%);
  z-index: 10;
}

.pbx .pbx__th3 {
  position: relative;
  width: 420px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .pbx .pbx__th3 {
    width: 35vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__th3 {
    width: 40.8vw;
  }
}

.pbx .pbx__th3 p {
  font-size: 1rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  position: relative;
  z-index: 2;
  margin: 3px 3px 0;
  background: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 2px;
}

@media (max-width: 1200px) {
  .pbx .pbx__th3 p {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__th3 p {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.43;
  }
}

.pbx .pbx__th3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 97, 103, 0.7) 0%, rgba(255, 113, 79, 0.7) 51%, rgba(251, 141, 80, 0.7) 100%);
  opacity: 0.2;
  z-index: 1;
}

.pbx .pbx__th3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ff6167 0%, #ff714f 51%, #fb8d50 100%);
  z-index: 10;
}

.pbx .pbx__th2 {
  width: 160px;
  background: linear-gradient(to right, #abcedc 1%, #ffc7c4 100%);
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1px;
}

@media (max-width: 1200px) {
  .pbx .pbx__th2 {
    font-size: 18px;
    font-size: 1.5vw;
    width: 13.33333vw;
  }
}

@media (max-width: 640px) {
  .pbx .pbx__th2 {
    width: 8.26667vw;
    font-size: 32px;
    font-size: 4.26667vw;
    text-align: center;
    line-height: 1.56;
    margin-bottom: 3px;
  }
}

.faq {
  padding-top: 113px;
  margin-top: -113px;
  padding-bottom: 45px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .faq {
    padding-top: 7.84722vw;
    margin-top: -7.84722vw;
    padding-bottom: 3.125vw;
  }
}

@media (max-width: 640px) {
  .faq {
    padding-top: 12.53333vw;
    padding-bottom: 0;
    margin-top: 13.33333vw;
    overflow: visible;
  }
}

.faq .faq__container {
  background: linear-gradient(to right, #eaf2ff 1%, #ffebe1 100%);
  padding: 0 0 54px;
  position: relative;
}

@media (max-width: 1440px) {
  .faq .faq__container {
    padding: 0 0 3.75vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__container {
    padding: 0 0 2.5vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__container {
    padding: 17.33333vw 0 5.06667vw;
  }
}

.faq .faq__title {
  font-size: 2.75rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  font-weight: 900;
  position: relative;
  text-align: center;
  top: -30px;
}

@media (max-width: 1440px) {
  .faq .faq__title {
    font-size: 44px;
    font-size: 3.05556vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__title {
    font-size: 35px;
    font-size: 2.91667vw;
    top: -1.66667vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__title {
    font-size: 64px;
    font-size: 8.53333vw;
    top: -2.66667vw;
    line-height: 1.25;
  }
}

.faq .faq__title::before {
  content: "貴社のご状況に合わせてお選びいただくことが可能です";
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 900;
  background: linear-gradient(to right, #4e8ce9 1%, #e076b4 52%, #f38861 100%);
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  border-radius: 5px;
  color: #fff;
  padding: 5px 5px 6px;
}

@media (max-width: 1440px) {
  .faq .faq__title::before {
    font-size: 24px;
    font-size: 1.66667vw;
    top: -3.81944vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__title::before {
    font-size: 20px;
    font-size: 1.66667vw;
    top: -4.58333vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__title::before {
    font-size: 40px;
    font-size: 5.33333vw;
    top: -7.33333vw;
    content: "貴社のご状況に合わせて\Aお選びいただくことが可能です";
    white-space: pre-line;
    top: -24.53333vw;
    letter-spacing: 0.01em;
    padding: 2.13333vw 3.46667vw 3.46667vw;
  }
}

.faq .faq__title::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 9px 0 9px;
  border-style: solid;
  border-color: #d478b9 transparent transparent transparent;
}

@media (max-width: 1440px) {
  .faq .faq__title::after {
    top: -1.04167vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__title::after {
    top: -2.08333vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__title::after {
    top: -6.66667vw;
    border-width: 4vw 2.4vw 0 2.4vw;
  }
}

.faq .faq__pos {
  position: relative;
}

.faq .faq__box {
  display: flex;
  align-items: center;
  margin-top: 3px;
  gap: 40px;
  justify-content: center;
}

@media (max-width: 1200px) {
  .faq .faq__box {
    gap: 1.66667vw;
    justify-content: center;
    margin-top: 1.66667vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__box {
    flex-direction: column;
    position: relative;
    z-index: 50;
    gap: 4vw;
    margin-top: 1.6vw;
  }
}

.faq .faq__index {
  font-size: 1.875rem;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900;
  position: absolute;
  width: fit-content;
  top: 5px;
  left: 28px;
}

@media (max-width: 1200px) {
  .faq .faq__index {
    font-size: 30px;
    font-size: 2.08333vw;
    top: 0.34722vw;
    left: 1.94444vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__index {
    font-size: 25px;
    font-size: 2.08333vw;
    top: 0.41667vw;
    left: 1.66667vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__index {
    font-size: 60px;
    font-size: 8vw;
    top: 1.33333vw;
    left: 6.13333vw;
  }
}

.faq .faq__item {
  width: 380px;
  border-radius: 10px;
  background-color: #1356ac;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  text-decoration: unset;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq .faq__item:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.faq .faq__item:nth-child(2) {
  background-color: #fb7a64;
}

@media (max-width: 1440px) {
  .faq .faq__item {
    width: 26.38889vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__item {
    width: 25vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__item {
    width: 100%;
    border-radius: 2.66667vw;
  }
}

.faq .faq__name {
  font-size: 1.625rem;
  line-height: 1.85;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900;
  padding: 5px 5px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 1440px) {
  .faq .faq__name {
    font-size: 26px;
    font-size: 1.80556vw;
    padding: 0.34722vw 0.34722vw 1.25vw;
    gap: 0.83333vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__name {
    font-size: 22px;
    font-size: 1.83333vw;
    padding: 0.41667vw 0.41667vw 1.5vw;
    gap: 1vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__name {
    font-size: 44px;
    font-size: 5.86667vw;
    padding: 0.26667vw 0px 2.66667vw;
    gap: 2.66667vw;
  }
}

.faq .faq__phone {
  display: block;
  margin: 21px auto 0;
  width: 325px;
  height: auto;
}

@media (max-width: 1440px) {
  .faq .faq__phone {
    margin: 1.45833vw auto 0;
    width: 22.56944vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__phone {
    margin: 1.75vw auto 0;
    width: 25vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__phone {
    margin: 5.33333vw auto 0;
    width: 76.66667vw;
  }
}

.faq .faq__man {
  position: absolute;
  width: 228px;
  height: 297px;
  top: -117px;
  left: -172px;
}

@media (max-width: 1440px) {
  .faq .faq__man {
    width: 15.83333vw;
    height: 20.625vw;
    top: -8.125vw;
    left: -11.94444vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__man {
    width: 15vw;
    height: auto;
    top: -5.5vw;
    left: -5.16667vw;
  }
}

@media (max-width: 900px) {
  .faq .faq__man {
    top: -5.55556vw;
    left: 0vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__man {
    width: 26.4vw;
    height: 48.26667vw;
    top: -39.73333vw;
    left: -5.33333vw;
  }
}

.faq .faq__woman {
  position: absolute;
  width: 229px;
  height: 224px;
  bottom: -59px;
  right: -169px;
}

@media (max-width: 1440px) {
  .faq .faq__woman {
    width: 15.90278vw;
    height: 15.55556vw;
    bottom: -4.09722vw;
    right: -11.73611vw;
  }
}

@media (max-width: 1200px) {
  .faq .faq__woman {
    width: 15vw;
    height: auto;
    bottom: -4.91667vw;
    right: -3.33333vw;
  }
}

@media (max-width: 900px) {
  .faq .faq__woman {
    bottom: -5.55556vw;
    right: 0vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__woman {
    width: 31.2vw;
    height: 36.53333vw;
    top: -31.2vw;
    right: -5.33333vw;
    bottom: 0;
  }
}

.faq .faq__arrow {
  width: 25px;
  height: 14px;
  display: block;
}

@media (max-width: 1200px) {
  .faq .faq__arrow {
    width: 2.08333vw;
    height: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .faq .faq__arrow {
    width: 6.66667vw;
    height: 3.73333vw;
  }
}

.faq1 {
  padding-top: 42px;
  padding-bottom: 43px;
  background: url(/product/feature/pbx/assets/img/faq/faq1_bg.png) calc(50% + 133px) 77px no-repeat;
}

@media (max-width: 1440px) {
  .faq1 {
    background-size: 64.02778vw get(897);
    background-position: 27.15278vw 5.34722vw;
    padding-top: 2.91667vw;
    padding-bottom: 2.98611vw;
  }
}

@media (max-width: 1200px) {
  .faq1 {
    background-size: 76.83333vw 74.75vw;
    background-position: 25vw 4.16667vw;
    padding-top: 3.5vw;
    padding-bottom: 3.58333vw;
  }
}

@media (max-width: 640px) {
  .faq1 {
    padding-top: 16.8vw;
    padding-bottom: 11.46667vw;
    background: url(/product/feature/pbx/assets/img/faq/faq1_bg_sp.png) calc(50% + 15px) 61.86667vw no-repeat;
    background-size: 91.73333vw 112.8vw;
  }
}

.faq1 .faq1__title {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .faq1 .faq1__title {
    flex-direction: column;
  }
}

.faq1 .faq1__title span:first-child {
  content: "01";
  color: #A0BDD4;
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  position: relative;
  right: -6px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__title span:first-child {
    font-size: 100px;
    font-size: 8.33333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__title span:first-child {
    font-size: 160px;
    font-size: 21.33333vw;
    right: 0;
  }
}

.faq1 .faq1__title span:last-child {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #1A1A1A;
  margin-left: -50px;
  position: relative;
  z-index: 20;
}

@media (max-width: 1440px) {
  .faq1 .faq1__title span:last-child {
    font-size: 30px;
    font-size: 2.08333vw;
    margin-left: -3.47222vw;
  }
}

@media (max-width: 1200px) {
  .faq1 .faq1__title span:last-child {
    font-size: 25px;
    font-size: 2.08333vw;
    margin-left: -3.33333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__title span:last-child {
    margin-left: 0;
    font-size: 52px;
    font-size: 6.93333vw;
    margin-top: -9.06667vw;
  }
}

.faq1 .faq1__des {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  margin-top: 17px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .faq1 .faq1__des {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__des {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-top: 8.26667vw;
  }
}

.faq1 .faq1__title1 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #1A1A1A;
  position: relative;
  text-align: center;
}

@media (max-width: 1200px) {
  .faq1 .faq1__title1 {
    font-size: 22px;
    font-size: 1.83333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__title1 {
    font-size: 44px;
    font-size: 5.86667vw;
  }
}

.faq1 .faq1__title1::before {
  content: "";
  background: url(/product/feature/pbx/assets/img/faq/faq_line.png) no-repeat;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 261px;
  height: 11px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__title1::before {
    width: 19.33333vw;
    height: 0.91667vw;
    bottom: -0.91667vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__title1::before {
    background: url(/product/feature/pbx/assets/img/faq/faq_line_sp.png) no-repeat;
    background-size: 100%;
    width: 61.06667vw;
    height: 2.53333vw;
    bottom: -2.93333vw;
    left: -1.06667vw;
  }
}

.faq1 .faq1__name {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .faq1 .faq1__name {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__name {
    font-size: 32px;
    font-size: 4.26667vw;
    padding-right: 2.66667vw;
  }
}

.faq1 .faq1__box {
  padding-top: 32px;
  display: flex;
  gap: 32px;
}

@media (max-width: 640px) {
  .faq1 .faq1__box {
    flex-direction: column;
    padding-top: 8vw;
    gap: 8.8vw;
  }
}

.faq1 .faq1__content {
  width: 45%;
}

@media (max-width: 640px) {
  .faq1 .faq1__content {
    width: 100%;
  }
}

.faq1 .faq1__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #c4bfda;
}

@media (max-width: 1440px) {
  .faq1 .faq1__item {
    gap: 1.38889vw;
    padding-bottom: 1.59722vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__item {
    padding-bottom: 3.46667vw;
    gap: 5.33333vw;
  }
}

.faq1 .faq__phone {
  width: 54px;
  height: 60px;
  display: block;
  margin-left: -4px;
}

@media (max-width: 1440px) {
  .faq1 .faq__phone {
    width: 3.75vw;
    height: 4.16667vw;
    margin-left: -0.27778vw;
  }
}

@media (max-width: 1200px) {
  .faq1 .faq__phone {
    width: 2.66667vw;
    height: auto;
  }
}

@media (max-width: 640px) {
  .faq1 .faq__phone {
    width: 42px;
    height: auto;
    margin-left: 0;
  }
}

.faq1 .faq1__list {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1440px) {
  .faq1 .faq1__list {
    margin-top: 2.91667vw;
    gap: 1.38889vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__list {
    margin-top: 9.6vw;
    gap: 2.93333vw;
  }
}

.faq1 .faq1__thumb {
  background-color: rgba(255, 255, 255, 0.7);
  width: 52%;
}

@media (max-width: 640px) {
  .faq1 .faq1__thumb {
    width: 100%;
    padding-top: 3.73333vw;
  }
}

.faq1 .faq1__thumb p {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  font-weight: 900;
  text-align: center;
  margin-top: 27px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__thumb p {
    font-size: 22px;
    font-size: 1.83333vw;
    margin-top: 1.66667vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__thumb p {
    font-size: 44px;
    font-size: 5.86667vw;
  }
}

.faq1 .faq1__thumb .faq1__img {
  width: 487px;
  height: auto;
  display: block;
  margin: 23px auto 0;
}

@media (max-width: 1200px) {
  .faq1 .faq1__thumb .faq1__img {
    width: 31.66667vw;
    margin-top: 1.66667vw;
  }
}

@media (max-width: 900px) {
  .faq1 .faq1__thumb .faq1__img {
    width: 28.88889vw;
    margin-top: 2.77778vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__thumb .faq1__img {
    width: 80vw;
    margin-top: 5.06667vw;
  }
}

.faq1 .faq1__box1 {
  margin-top: 38px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__box1 {
    margin-top: 4.16667vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__box1 {
    margin-top: 14.66667vw;
  }
}

.faq1 .faq1__list1 {
  display: flex;
  margin-top: 25px;
  gap: 20px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__list1 {
    margin-top: 2.5vw;
    gap: 1.66667vw;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__list1 {
    flex-direction: column;
    margin-top: 4.26667vw;
    gap: 5.33333vw;
  }
}

.faq1 .faq1__box1__title {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1200px) {
  .faq1 .faq1__box1__title {
    font-size: 22px;
    font-size: 1.83333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__box1__title {
    font-size: 44px;
    font-size: 5.86667vw;
    line-height: 1.36;
  }
}

.faq1 .faq1__item1 {
  border: 1px solid #c4bfda;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 15px 16px;
  width: 456px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__item1 {
    width: 35.08333vw;
    padding: 1.16667vw 0;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__item1 {
    width: 100%;
    box-sizing: border-box;
    border-radius: 2.13333vw;
  }
}

.faq1 .faq1__img1 {
  display: block;
  aspect-ratio: calc(458 / 201);
  height: auto;
  border-radius: 5px;
  width: 458px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .faq1 .faq1__img1 {
    width: 31.80556vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__img1 {
    width: 81.46667vw;
    aspect-ratio: 2.30075;
    margin: 2.66667vw auto 0;
    border-radius: 1.33333vw;
  }
}

.faq1 .faq1__content1__name {
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .faq1 .faq1__content1__name {
    font-size: 22px;
    font-size: 1.83333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__content1__name {
    font-size: 44px;
    font-size: 5.86667vw;
    line-height: 1.18;
  }
}

.faq1 .faq1__content1__label {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  background-color: #093BAB;
  padding: 3px 8px 4px;
  width: fit-content;
  margin-top: 22px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__content1__label {
    font-size: 14px;
    font-size: 1.16667vw;
    margin-top: 1.66667vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__content1__label {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.18;
    margin-top: 5.86667vw;
    padding: 0.53333vw 2.13333vw;
  }
}

.faq1 .faq1__content1__tag {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
  color: #093bab;
  font-weight: 700;
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__content1__tag {
    font-size: 14px;
    font-size: 1.16667vw;
    margin-top: 0.66667vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__content1__tag {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.58;
    margin-top: 1.86667vw;
  }
}

.faq1 .faq1__content1__des {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__content1__des {
    font-size: 14px;
    font-size: 1.16667vw;
    margin-top: 0.83333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__content1__des {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-top: 3.46667vw;
    padding-right: 0;
  }
}

.faq1 .faq1__content1__link {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 10px;
}

.faq1 .faq1__content1__link a {
  color: #093bab;
  text-decoration: none;
  border-bottom: 1px solid #093bab;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq1 .faq1__content1__link a:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .faq1 .faq1__content1__link {
    font-size: 14px;
    font-size: 1.16667vw;
    margin-top: 0.83333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__content1__link {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.58;
    margin-top: 3.46667vw;
    padding-bottom: 4.8vw;
  }
}

.faq1 .faq1__content1 {
  padding: 25px 22px 28px;
}

@media (max-width: 1200px) {
  .faq1 .faq1__content1 {
    padding: 1.83333vw 1.66667vw 2.08333vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__content1 {
    padding: 6.4vw 6.66667vw 0vw;
  }
}

.faq1 .faq1__note {
  text-align: center;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

@media (max-width: 640px) {
  .faq1 .faq1__note {
    margin: 10.66667vw auto 0;
  }
}

.faq1 .faq1__note a {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-bottom: 1px solid #093bab;
  width: fit-content;
  padding-bottom: 5px;
  text-decoration: unset;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq1 .faq1__note a:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 640px) {
  .faq1 .faq1__note a {
    margin-top: 2.93333vw;
    gap: 3.2vw;
  }
}

.faq1 .faq1__note p {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #000;
}

@media (max-width: 1200px) {
  .faq1 .faq1__note p {
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__note p {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.faq1 .faq1__note span {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #093bab;
}

@media (max-width: 1200px) {
  .faq1 .faq1__note span {
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .faq1 .faq1__note span {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.faq1--type01 {
  background: url(/product/feature/pbx/assets/img/faq/faq1_bg1.png) calc(50% + 367px) 133px no-repeat;
  padding-top: 83px;
}

@media (max-width: 1440px) {
  .faq1--type01 {
    padding-top: 5.76389vw;
    background-position: 27.70833vw 9.23611vw;
    background-size: 95.55556vw 59.44444vw;
  }
}

@media (max-width: 1200px) {
  .faq1--type01 {
    padding-top: 5.83333vw;
    background-position: 24.16667vw 7.5vw;
    background-size: 114.66667vw 71.33333vw;
  }
}

@media (max-width: 900px) {
  .faq1--type01 {
    background-position: 25.55556vw 8.88889vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .faq1--type01 {
    padding-top: 16.8vw;
    padding-bottom: 11.46667vw;
    background: url(/product/feature/pbx/assets/img/faq/faq1_bg1_sp.png) calc(50%) 48.53333vw no-repeat;
    background-size: 100vw 178.4vw;
  }
}

.faq1--type01 .faq1__title span:first-child {
  color: #feb096;
}

.faq1--type01 .faq1__title span:last-child {
  margin-left: -16px;
}

@media (max-width: 1440px) {
  .faq1--type01 .faq1__title span:last-child {
    margin-left: -1.11111vw;
  }
}

@media (max-width: 1200px) {
  .faq1--type01 .faq1__title span:last-child {
    margin-left: -1.33333vw;
  }
}

@media (max-width: 640px) {
  .faq1--type01 .faq1__title span:last-child {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .faq1--type01 .faq1__des {
    margin-top: 7.73333vw;
  }
}

.faq1--type01 .faq1__title1::before {
  background: url(/product/feature/pbx/assets/img/faq/faq_line1.png) no-repeat;
}

@media (max-width: 1200px) {
  .faq1--type01 .faq1__title1::before {
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .faq1--type01 .faq1__title1::before {
    background: url(/product/feature/pbx/assets/img/faq/faq_line1_sp.png) no-repeat;
    background-size: 100%;
    width: 61.06667vw;
    height: 2.53333vw;
  }
}

.present {
  background: linear-gradient(to right, #b6ffff 1%, #fffcac 100%);
  padding: 52px 0 61px;
}

@media (max-width: 1200px) {
  .present {
    padding: 4.33333vw 0 5.08333vw;
  }
}

@media (max-width: 640px) {
  .present {
    padding: 14.13333vw 0 16vw;
  }
}

.present .present__title {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1200px) {
  .present .present__title {
    font-size: 22px;
    font-size: 1.83333vw;
  }
}

@media (max-width: 640px) {
  .present .present__title {
    font-size: 44px;
    font-size: 5.86667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3.2vw;
  }
}

@media (max-width: 640px) {
  .present .present__title span:nth-child(3) {
    margin-top: 3.73333vw;
  }
}

.present .present__title__note {
  font-size: 1.625rem;
  color: #093bab;
  line-height: 1.15;
  position: relative;
  letter-spacing: 0;
}

@media (max-width: 1200px) {
  .present .present__title__note {
    font-size: 24px;
    font-size: 2vw;
  }
}

@media (max-width: 640px) {
  .present .present__title__note {
    font-size: 52px;
    font-size: 6.93333vw;
  }
}

.present .present__title__note::before {
  content: "";
  background: url(/product/feature/pbx/assets/img/faq/present_title.png) repeat-x;
  position: absolute;
  bottom: -12px;
  width: 280px;
  height: 11px;
  left: 0;
}

@media (max-width: 1200px) {
  .present .present__title__note::before {
    width: 100%;
    bottom: -0.83333vw;
    height: 0.91667vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .present .present__title__note::before {
    background: url(/product/feature/pbx/assets/img/faq/present_title_sp.png) repeat-x;
    background-size: 100%;
    width: 74.53333vw;
    height: 2.66667vw;
    bottom: -3.73333vw;
  }
}

.present .present__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  gap: 20px;
}

@media (max-width: 1440px) {
  .present .present__box {
    margin-top: 3.81944vw;
    gap: 1.38889vw;
  }
}

@media (max-width: 640px) {
  .present .present__box {
    margin-top: 10.4vw;
    gap: 5.33333vw;
    flex-direction: column;
  }
}

.tree {
  padding-top: 85px;
  padding-bottom: 98px;
  background: url(/product/feature/pbx/assets/img/faq/tree_bg.png) calc(50% + 82px) -124px no-repeat;
}

@media (max-width: 1440px) {
  .tree {
    background-size: 116.73611vw 106.94444vw;
    background-position: calc(50% + 82px) -8.61111vw;
  }
}

@media (max-width: 1200px) {
  .tree {
    background-size: 100%;
    background-position: calc(50% + 50px) -4.16667vw;
    padding-top: 4.16667vw;
    padding-bottom: 5.83333vw;
  }
}

@media (max-width: 640px) {
  .tree {
    padding-top: 13.33333vw;
    padding-bottom: 9.33333vw;
    background: unset;
  }
}

.tree .tree_box {
  display: flex;
  justify-content: center;
}

.tree .tree__title {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #000;
  font-weight: 900;
  position: relative;
  width: fit-content;
  text-align: center;
}

@media (max-width: 1200px) {
  .tree .tree__title {
    font-size: 30px;
    font-size: 2.5vw;
  }
}

@media (max-width: 640px) {
  .tree .tree__title {
    font-size: 52px;
    font-size: 6.93333vw;
    line-height: 1.38;
  }
}

.tree .tree__title::before {
  content: "";
  background: url(/product/feature/pbx/assets/img/faq/tree_line.png) no-repeat;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -7px;
  width: 291px;
  height: 12px;
}

@media (max-width: 1200px) {
  .tree .tree__title::before {
    bottom: -0.58333vw;
    width: 24.25vw;
    height: 1vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .tree .tree__title::before {
    background: url(/product/feature/pbx/assets/img/faq/tree_line_sp.png) no-repeat;
    background-size: 100%;
    width: 69.46667vw;
    height: 2.4vw;
    bottom: -2.4vw;
  }
}

.tree .tree__des {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.63;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .tree .tree__des {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .tree .tree__des {
    font-size: 32px;
    font-size: 4.26667vw;
    padding: 0.53333vw 0 0 0.53333vw;
    margin-top: 10.66667vw;
  }
}

.tree .tree__img {
  display: block;
  margin: 38px auto 0;
  width: 1000px;
  height: auto;
}

@media (max-width: 1440px) {
  .tree .tree__img {
    width: 69.44444vw;
    margin: 2.63889vw auto 0;
  }
}

@media (max-width: 640px) {
  .tree .tree__img {
    width: 90.26667vw;
    margin: 9.86667vw auto 0;
  }
}

.tree .tree__content-blank {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.tree .tree__content-blank .tree__img {
  width: 100%;
  max-width: 712px;
}

@media (max-width: 640px) {
  .tree .tree__content-blank .tree__img {
    max-width: unset;
  }
}

.tree .tree__content {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.tree .tree__content1 {
  width: 292px;
  max-height: 280px;
  position: absolute;
  bottom: calc(60 / 1038 * 100%);
  left: calc(33 / 1000 * 100%);
}

@media (max-width: 1440px) {
  .tree .tree__content1 {
    width: 20.27778vw;
    max-height: 19.44444vw;
  }
}

@media (max-width: 900px) {
  .tree .tree__content1 {
    bottom: calc(60 / 1038 * 100%);
  }
}

@media (max-width: 640px) {
  .tree .tree__content1 {
    width: 67.46667vw;
    max-height: unset;
    top: 47.4%;
    left: 7.73333vw;
  }
}

.tree .tree__content2 {
  width: 292px;
  max-height: 280px;
  position: absolute;
  bottom: calc(36 / 993 * 100%);
  right: calc(54 / 1000 * 100%);
}

@media (max-width: 1440px) {
  .tree .tree__content2 {
    width: 20.27778vw;
    max-height: 19.44444vw;
  }
}

@media (max-width: 1200px) {
  .tree .tree__content2 {
    width: 21.66667vw;
    right: 2.5vw;
  }
}

@media (max-width: 900px) {
  .tree .tree__content2 {
    bottom: calc(30 / 1038 * 100%);
  }
}

@media (max-width: 640px) {
  .tree .tree__content2 {
    width: 58.66667vw;
    max-height: unset;
    bottom: 9.6vw;
    right: 5.33333vw;
  }
  .tree .tree__content2 .tree__des1 {
    margin-top: 2.13333vw;
    margin-right: 0;
  }
  .tree .tree__content2 .tree__name {
    margin-right: 5.86667vw;
  }
}

.tree .tree__content2 .tree__name::before {
  background: url(/product/feature/pbx/assets/img/faq/tree_line2.png) no-repeat;
  width: 163px;
  height: 9px;
}

@media (max-width: 1200px) {
  .tree .tree__content2 .tree__name::before {
    width: 10.83333vw;
    height: 0.75vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .tree .tree__content2 .tree__name::before {
    background: url(/product/feature/pbx/assets/img/faq/tree_line2_sp.png) no-repeat;
    background-size: 100%;
    width: 39.06667vw;
    height: 2.26667vw;
    bottom: 0;
  }
}

.tree .tree__name {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #1A1A1A;
  font-weight: 900;
  text-align: center;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 14px;
}

@media (max-width: 1440px) {
  .tree .tree__name {
    font-size: 24px;
    font-size: 1.66667vw;
    padding-bottom: 0.97222vw;
  }
}

@media (max-width: 1200px) {
  .tree .tree__name {
    font-size: 20px;
    font-size: 1.66667vw;
  }
}

@media (max-width: 640px) {
  .tree .tree__name {
    font-size: 44px;
    font-size: 5.86667vw;
    margin-right: 2.66667vw;
    padding-bottom: 4vw;
  }
}

.tree .tree__name::before {
  content: "";
  background: url(/product/feature/pbx/assets/img/faq/tree_line1.png) no-repeat;
  position: absolute;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  width: 214px;
  height: 11px;
  left: 0;
}

@media (max-width: 1200px) {
  .tree .tree__name::before {
    right: 0.41667vw;
    width: 14vw;
    height: 0.75vw;
    background-size: 100%;
  }
}

@media (max-width: 640px) {
  .tree .tree__name::before {
    background: url(/product/feature/pbx/assets/img/faq/tree_line1_sp.png) no-repeat;
    background-size: 100%;
    width: 50.66667vw;
    height: 4vw;
  }
}

.tree .tree__des1 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.63;
  color: #1A1A1A;
  font-weight: 500;
  margin-top: 18px;
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .tree .tree__des1 {
    font-size: 16px;
    font-size: 1.11111vw;
    margin-top: 1.25vw;
    margin-left: 0.69444vw;
  }
}

@media (max-width: 1200px) {
  .tree .tree__des1 {
    font-size: 14px;
    font-size: 1.16667vw;
    margin-top: 0.83333vw;
    margin-left: 0.41667vw;
  }
}

@media (max-width: 900px) {
  .tree .tree__des1 {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .tree .tree__des1 {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 6.93333vw;
    -webkit-line-clamp: 8;
  }
}

.tree .tree__content-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tree .tree__content-new .tree__content-item {
  width: 28.9%;
}

.tree .tree__content-new .tree__content-item .tree__name, .tree .tree__content-new .tree__content-item .tree__des1 {
  display: none;
}

.tree .tree__content-new .tree__img-pc {
  width: 100%;
}

@media (max-width: 640px) {
  .tree .tree__content-new .tree__img-pc {
    display: none;
  }
}

.tree .tree__content-new .tree__img-sp {
  display: none;
}

@media (max-width: 640px) {
  .tree .tree__content-new .tree__img-sp {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 4vw;
  }
  .tree .tree__content-new .tree__img-sp a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 0.5em;
  }
  .tree .tree__content-new .tree__img-sp a:hover {
    opacity: 0.8;
  }
  .tree .tree__content-new .tree__img-sp .tree__img {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 640px) {
  .tree .tree__content-new .tree__content-btn {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    display: block;
    width: 3em;
    height: 3em;
  }
  .tree .tree__content-new .tree__content-btn img {
    width: 100%;
    height: auto;
  }
}

.step {
  margin-top: -70px;
  padding-top: 104px;
}

@media (max-width: 1440px) {
  .step {
    margin-top: -4.86111vw;
    padding-top: 7.22222vw;
  }
}

@media (max-width: 640px) {
  .step {
    margin-top: 6.66667vw;
    padding-top: 0;
  }
}

.step .step__head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step .step__head__box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 640px) {
  .step .step__head__box {
    flex-direction: column-reverse;
    gap: 1.86667vw;
  }
}

.step .step__head__box span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #ff6167 0%, #ff714f 51%, #fb8d50 100%);
  padding: 27px 25px;
  border-radius: 50%;
  position: absolute;
  right: -100px;
  top: -33px;
}

@media (max-width: 1200px) {
  .step .step__head__box span {
    font-size: 15px;
    font-size: 1.25vw;
    padding: 2.25vw 2.08333vw;
    right: -8.33333vw;
    top: -2.75vw;
  }
}

@media (max-width: 640px) {
  .step .step__head__box span {
    position: unset;
    border-radius: 13.33333vw;
    font-size: 40px;
    font-size: 5.33333vw;
    padding: 0.26667vw 8vw;
    line-height: 1.2;
  }
}

.step .step__title {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #000;
  margin-right: 39px;
}

@media (max-width: 1200px) {
  .step .step__title {
    font-size: 25px;
    font-size: 2.08333vw;
    margin-right: 2.08333vw;
  }
}

@media (max-width: 640px) {
  .step .step__title {
    font-size: 52px;
    font-size: 6.93333vw;
  }
}

.step .step__item {
  border-radius: 8px;
  border: 1px solid #C4BFDA;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}

@media (max-width: 640px) {
  .step .step__item {
    border-radius: 2.13333vw;
  }
}

.step .step__item:not(:last-child)::before {
  content: "";
  background: url(/product/feature/pbx/assets/img/faq/step_arrow.svg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -39px;
  width: 19px;
  height: 35px;
}

@media (max-width: 1200px) {
  .step .step__item:not(:last-child)::before {
    width: 1vw;
    height: 2.08333vw;
    background-size: 100%;
    right: -2.08333vw;
  }
}

@media (max-width: 640px) {
  .step .step__item:not(:last-child)::before {
    width: 5.06667vw;
    height: 9.06667vw;
    background-size: 100%;
    right: 0;
    top: unset;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    bottom: -12.8vw;
  }
}

.step .step__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  gap: 57px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  .step .step__list {
    margin-top: 4.16667vw;
    gap: 3.33333vw;
  }
}

@media (max-width: 640px) {
  .step .step__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5.86667vw;
    gap: 15.73333vw;
    padding: 0 4.53333vw;
  }
}

.step .step__index {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  padding: 1px 25px;
  width: fit-content;
  background: linear-gradient(to right, #483b8c 0%, #044295 50%, #135f93 75%, #217b91 100%);
  margin: 19px auto;
  border-radius: 50px;
}

@media (max-width: 1200px) {
  .step .step__index {
    font-size: 14px;
    font-size: 1.16667vw;
    margin-top: 1vw;
  }
}

@media (max-width: 640px) {
  .step .step__index {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-top: 5.06667vw;
  }
}

.step .step__name {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  margin-top: 4px;
}

@media (max-width: 1200px) {
  .step .step__name {
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .step .step__name {
    font-size: 44px;
    font-size: 5.86667vw;
    margin-top: 1.33333vw;
  }
}

.step .step__des {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #1A1A1A;
  text-align: center;
  padding-bottom: 16px;
}

@media (max-width: 1200px) {
  .step .step__des {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .step .step__des {
    font-size: 32px;
    font-size: 4.26667vw;
    margin-top: 0.26667vw;
    padding-bottom: 4.8vw;
  }
}

.step .step__img {
  display: block;
  margin: 20px auto 0;
  aspect-ratio: calc(150 / 100);
  height: auto;
}

@media (max-width: 1200px) {
  .step .step__img {
    width: 8.33333vw;
  }
}

@media (max-width: 640px) {
  .step .step__img {
    width: 40.13333vw;
  }
}

.step .step__note {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #ff6167 0%, #ff714f 51%, #fb8d50 100%);
  margin-top: 17px;
  padding: 7px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  .step .step__note {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .step .step__note {
    font-size: 36px;
    font-size: 4.8vw;
    margin: 9.06667vw 4.53333vw 0;
  }
}

.step .step__ic {
  display: block;
  position: absolute;
  left: -326px;
  bottom: -274px;
  z-index: 5;
  width: 404px;
  height: 430px;
}

@media (max-width: 1440px) {
  .step .step__ic {
    width: 28.05556vw;
    height: 29.86111vw;
    left: -22.63889vw;
    bottom: -19.02778vw;
  }
}

@media (max-width: 1200px) {
  .step .step__ic {
    left: -27.16667vw;
    bottom: -22.5vw;
    width: 31.66667vw;
    height: auto;
  }
}

@media (max-width: 640px) {
  .step .step__ic {
    display: none;
  }
}

.import {
  padding: 124px 0 55px;
}

@media (max-width: 1440px) {
  .import {
    padding: 8.61111vw 0 3.81944vw;
  }
}

@media (max-width: 1200px) {
  .import {
    padding: 8.41667vw 0 2.77778vw;
  }
}

@media (max-width: 640px) {
  .import {
    padding: 23.46667vw 0;
  }
}

@media (max-width: 640px) {
  .import--post__open {
    padding: 24.26667vw 0 6.66667vw;
  }
}

.import__img {
  width: 100%;
  display: block;
  aspect-ratio: 1.6129;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 640px) {
  .import__img {
    border-radius: 2.66667vw;
    height: 24.8vw;
  }
}

.import .import__name {
  font-size: 1.25rem;
  padding-top: 25px;
  font-weight: 600;
  color: #203244;
  font-family: "Hiragino Kaku Gothic ProN",  "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", Meiryo, sans-serif !important;
}

@media (max-width: 1440px) {
  .import .import__name {
    font-size: 20px;
    font-size: 1.38889vw;
  }
}

@media (max-width: 1200px) {
  .import .import__name {
    font-size: 20px;
    font-size: 1.66667vw;
  }
}

@media (max-width: 640px) {
  .import .import__name {
    font-size: 36px;
    font-size: 4.8vw;
    padding-top: 3.46667vw;
    line-height: 1.38;
    letter-spacing: 0.1em;
  }
}

.import__des {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-top: 14px;
  color: #333;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN",  "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", Meiryo, sans-serif !important;
}

@media (max-width: 1440px) {
  .import__des {
    font-size: 16px;
    font-size: 1.11111vw;
  }
}

@media (max-width: 1200px) {
  .import__des {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .import__des {
    font-size: 28px;
    font-size: 3.73333vw;
    margin-bottom: 1.33333vw;
    padding-top: 2.93333vw;
    line-height: 1.43;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", Meiryo, sans-serif !important;
    font-weight: 500;
  }
}

.import__label {
  font-size: 0.875rem;
  padding: 0;
  color: #333;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN",  "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", Meiryo, sans-serif !important;
}

@media (max-width: 1440px) {
  .import__label {
    font-size: 14px;
    font-size: 0.97222vw;
  }
}

@media (max-width: 1200px) {
  .import__label {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .import__label {
    font-size: 28px;
    font-size: 3.73333vw;
    padding-top: 4vw;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", Meiryo, sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.import__link {
  font-size: 0.875rem;
  padding: 7px 0 0;
  display: block;
  color: #203244;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN",  "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", Meiryo, sans-serif !important;
}

@media (max-width: 1440px) {
  .import__link {
    font-size: 14px;
    font-size: 0.97222vw;
  }
}

@media (max-width: 1200px) {
  .import__link {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media (max-width: 640px) {
  .import__link {
    font-size: 28px;
    font-size: 3.73333vw;
    padding-top: 0.53333vw;
    line-height: 1.43;
    text-decoration: unset;
    font-weight: 500;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YakuHanJP, "Hiragino Sans", Meiryo, sans-serif !important;
    letter-spacing: 0.1em;
  }
}

.import .import__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 33px;
}

@media (max-width: 1440px) {
  .import .import__row {
    gap: 3.47222vw;
    margin-top: 2.29167vw;
  }
}

@media (max-width: 1200px) {
  .import .import__row {
    gap: 4.16667vw;
    margin-top: 2.75vw;
  }
}

@media (max-width: 640px) {
  .import .import__row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.66667vw;
    gap: 4vw 5.33333vw;
  }
}

.import__col {
  display: none;
}

.import__content {
  display: block;
  text-decoration: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.import__content:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.import-skeleton {
  position: relative;
}

.import-skeleton::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  z-index: 98;
}

@media (max-width: 1440px) {
  .import-skeleton::before {
    height: 15.97222vw;
  }
}

@media (max-width: 1200px) {
  .import-skeleton::before {
    height: 19.16667vw;
  }
}

@media (max-width: 640px) {
  .import-skeleton::before {
    height: 29.33333vw;
    background: linear-gradient(rgba(255, 255, 255, 0.9), white);
  }
}

.import-skeleton__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 97;
}

@media (max-width: 1440px) {
  .import-skeleton__box {
    gap: 3.47222vw;
    margin-top: 2.77778vw;
  }
}

@media (max-width: 1200px) {
  .import-skeleton__box {
    gap: 4.16667vw;
    margin-top: 3.41667vw;
  }
}

@media (max-width: 640px) {
  .import-skeleton__box {
    display: none;
  }
}

.import-skeleton__btn {
  position: absolute;
  z-index: 99;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

@media (max-width: 640px) {
  .import-skeleton__btn {
    bottom: -23.46667vw;
  }
}

.import-skeleton__item {
  height: 202px;
  background-color: #ededed;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .import-skeleton__item {
    height: 14.02778vw;
  }
}

@media (max-width: 1200px) {
  .import-skeleton__item {
    height: 16.83333vw;
  }
}

@media (max-width: 640px) {
  .import-skeleton__item {
    border-radius: 1.33333vw;
  }
}

.import-skeleton__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #f3f2f1 0%, #edebe9 50%, #f3f2f1 100%) 0px 0px/90% 100% no-repeat #f3f2f1;
  transform: translateX(-100%);
  animation-name: skeleton-animation;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.import .faq1__note {
  text-align: center;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

@media (max-width: 640px) {
  .import .faq1__note {
    margin: 10.66667vw auto 0;
  }
}

.import .faq1__note a {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-bottom: 1px solid #093bab;
  width: fit-content;
  padding-bottom: 5px;
  text-decoration: unset;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.import .faq1__note a:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 640px) {
  .import .faq1__note a {
    margin-top: 2.93333vw;
    gap: 3.2vw;
  }
}

.import .faq1__note p {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #000;
}

@media (max-width: 1200px) {
  .import .faq1__note p {
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .import .faq1__note p {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.import .faq1__note span {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #093bab;
}

@media (max-width: 1200px) {
  .import .faq1__note span {
    font-size: 18px;
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  .import .faq1__note span {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.posts {
  padding: 37px 0 97px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .posts {
    padding: 2.56944vw 0 6.73611vw;
  }
}

@media (max-width: 1200px) {
  .posts {
    padding: 3.08333vw 0 5vw;
  }
}

@media (max-width: 640px) {
  .posts {
    padding: 24.26667vw 0 16.8vw;
  }
}

.posts__item {
  text-decoration: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
}

.posts__item:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.posts__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 34px;
  position: relative;
  z-index: 20;
}

@media (max-width: 1440px) {
  .posts__box {
    gap: 1.80556vw;
    margin-top: 2.36111vw;
  }
}

@media (max-width: 1200px) {
  .posts__box {
    gap: 2.16667vw;
  }
}

@media (max-width: 640px) {
  .posts__box {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.66667vw;
    gap: 8.26667vw 4.8vw;
  }
}

.posts__img {
  width: 100%;
  aspect-ratio: 1.61972;
  display: block;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .posts__img {
    border-radius: 0.8vw;
    height: 25.6vw;
  }
}

.posts__name {
  color: #1a1a1a;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 19px;
  letter-spacing: 0.1em;
}

@media (max-width: 1440px) {
  .posts__name {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media (max-width: 1200px) {
  .posts__name {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media (max-width: 640px) {
  .posts__name {
    font-size: 36px;
    font-size: 4.8vw;
    margin-top: 3.2vw;
    line-height: 1.5;
  }
}

.posts__btn {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}

@media (max-width: 1440px) {
  .posts__btn {
    margin-top: 4.51389vw;
  }
}

@media (max-width: 1200px) {
  .posts__btn {
    margin-top: 3.75vw;
  }
}

@media (max-width: 640px) {
  .posts__btn {
    margin-top: 13.06667vw;
  }
}

.posts .posts__ic {
  display: block;
  position: absolute;
  top: -12px;
  right: -220px;
  width: 322px;
  height: 430px;
}

@media (max-width: 1440px) {
  .posts .posts__ic {
    width: 22.36111vw;
    height: 29.86111vw;
    top: -0.83333vw;
    right: -15.27778vw;
  }
}

@media (max-width: 640px) {
  .posts .posts__ic {
    display: none;
  }
}

.banner {
  padding: 0;
}

.banner__img {
  display: block;
  width: 100%;
  height: 100%;
}

.newsletter picture {
  display: flex;
  justify-content: center;
}

.newsletter__img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 715px;
  max-width: 1440px;
  transition: transform 0.5s ease-out, opacity 0.5s, -webkit-transform 0.5s ease-out;
}

@media (max-width: 1440px) {
  .newsletter__img {
    height: 49.65278vw;
  }
}

@media (max-width: 1200px) {
  .newsletter__img {
    height: 59.58333vw;
  }
}

@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
