@charset "UTF-8";
.l-wrapper {
  display: flex;
  flex-direction: column;
}

.l-main {
  padding-bottom: 3rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 661px) {
  .l-main--col2-item {
    width: calc(100% - 280px - 2rem);
    padding-left: 3.2rem;
    border-left: 1px solid #f2f2f2;
  }
}

@media screen and (max-width: 660px) {
  .l-main--col2-item {
    width: 100%;
  }
  .c-box-shadow {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  }
}
#aside {
  flex-shrink: 0;
  width: 280px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 660px) {
  #aside {
    display: none;
  }
}

@media screen and (min-width: 661px) {
  header,
main.l-main,
.l-wrapper,
.footer__contact,
.floatbnr,
.l-footer {
    min-width: 1400px;
  }
}

.l-col2-layout {
  max-width: calc(1500px + 4rem);
  width: 100%;
  margin: 2.4rem auto 0;
}
@media screen and (min-width: 661px) {
  .l-col2-layout {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 1rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 660px) {
  .l-col2-layout {
    padding: 0 1.6rem 1.3rem;
    margin-top: 1.3rem;
  }
}

.l-container--xl-lg {
  max-width: calc(1500px + 4rem);
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}
@media screen and (max-width: 660px) {
  .l-container--xl-lg {
    padding: 0 1.6rem 1.3rem;
  }
}

.barlow-m {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-m-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.bg-grd__sky {
  background: linear-gradient(135deg, rgba(48, 181, 239, 0) 0%, rgba(48, 181, 239, 0.2) 100%);
}
.bg-grd__sky__90deg {
  background: linear-gradient(90deg, rgba(48, 181, 239, 0.1) 0%, rgba(48, 181, 239, 0.3) 100%);
}

.bg-witharrow {
  position: relative;
  padding-bottom: 5.2rem !important;
}
@media screen and (max-width: 660px) {
  .bg-witharrow {
    padding-bottom: 3rem !important;
  }
}
.bg-witharrow::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 90/4;
  background: url(../icon/mask-fullarrow.svg) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tgl-contents {
  display: none;
}

.tab-content {
  display: none;
}

.tab-area {
  margin-top: 3.4rem;
}
.tab-area .tab-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
  border-bottom: 1px solid #CCC;
}
.tab-area .tab-btn-box li {
  flex: 1;
}
.tab-area .tab-btn-box .tab-btn {
  display: block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 1rem;
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid transparent;
  transform: translateY(1px);
}
.tab-area .tab-btn-box .tab-btn.is-active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #CCC;
  border-bottom-color: #FFF;
}
.tab-area .tab-btn-box .tab-btn.is-active:hover {
  opacity: 1;
}
.tab-area .tab-content-box {
  padding: 3rem;
}
@media screen and (max-width: 660px) {
  .tab-area {
    margin-top: 2rem;
  }
  .tab-area .tab-btn-box {
    gap: 0.2rem;
  }
  .tab-area .tab-btn-box .tab-btn {
    font-size: 0.875rem;
    padding: 0.4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tab-area .tab-content-box {
    padding: 2rem 0;
  }
}

.bg-light-blue {
  background-color: rgba(0, 117, 193, 0.15);
}
.bg-light-blue__05 {
  background-color: rgba(0, 117, 193, 0.05);
}

.text-white {
  color: #FFF;
}

.rounded-20px {
  border-radius: 1.25rem !important;
}

.ratio-1-1 {
  aspect-ratio: 1/1;
}

.bdr-light-blue {
  border-color: var(--light-blue);
}

.c-list-indent.is-2p5em li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.c-btn.has-icon-chevron::before, .c-btn.has-icon-right::before, a.c-btn.has-icon-chevron::before, a.c-btn.has-icon-right::before {
  display: none;
}
.c-btn.last-right, a.c-btn.last-right {
  justify-content: flex-start;
}
.c-btn.last-right .c-mask-chevron, a.c-btn.last-right .c-mask-chevron {
  margin-left: auto;
}

@media screen and (max-width: 660px) {
  .c-grid.sp\:is-col1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem !important;
  }
  .c-grid.sp\:is-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem !important;
  }
  .c-grid.sp\:is-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem !important;
  }
}
.table--border-middle-p1 table {
  table-layout: fixed;
}
.table--border-middle-p1 table tr th, .table--border-middle-p1 table tr td {
  border: 1px solid #CCC;
  padding: 1rem;
  vertical-align: middle;
}
.table--thead-no-border thead tr th, .table--thead-no-border thead tr td {
  border: none;
}
.table--plan-conpare table {
  height: 100%;
}
.table--plan-conpare table tr th, .table--plan-conpare table tr td {
  width: 20%;
  padding: 0.4rem;
}
.table--plan-conpare table thead tr th {
  text-align: center;
  border: none;
}
.table--plan-conpare table tbody tr th {
  padding: 1rem;
}
@media screen and (max-width: 660px) {
  .table--plan-conpare table tbody tr th {
    padding: 0.5rem;
  }
}
.table--plan-conpare table tbody tr td {
  text-align: center;
  padding: 1rem;
}
.table--plan-conpare table tbody tr td.plan-row {
  height: 100%;
  padding: 0.4rem;
}
.table--plan-conpare table tbody tr td.plan-row .plan-row--customize {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 117, 191, 0.1);
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media screen and (max-width: 660px) {
  .table--plan-conpare table tbody tr td img {
    width: 5vw;
  }
}
.table--plan-conpare table tbody tr td .withsup {
  position: relative;
  display: inline-block;
}
.table--plan-conpare table tbody tr td .withsup sup {
  position: absolute;
  top: 0;
  right: -2rem;
}
.table--plan-conpare .plan-label {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.6rem 0.4rem;
  border: 1px solid var(--blue);
  background-color: rgba(0, 117, 191, 0.1);
  color: var(--blue);
}
.table--plan-conpare .plan-label--helpdesk {
  border-color: var(--orange);
  background-color: rgba(244, 144, 0, 0.1);
  color: var(--orange);
}
.table--plan-conpare .plan-label--standard {
  border-color: var(--green);
  background-color: rgba(88, 196, 96, 0.1);
  color: var(--green);
}
.table--plan-conpare .plan-label--premium {
  border-color: #ff4d84;
  background-color: rgba(255, 77, 132, 0.1);
  color: #ff4d84;
}
@media screen and (max-width: 660px) {
  .table--service-detail table tbody tr th {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 660px) {
  .table--service-detail table tbody tr td {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 660px) {
  .table-sp-scroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 2vw;
  }
  .table-sp-scroll table {
    width: auto;
    min-width: 240vw;
  }
  .table-sp-scroll.table-2x table {
    min-width: 200vw;
  }
  .table-sp-scroll.table-3x table {
    min-width: 300vw;
  }
  .table-sp-fit table {
    min-width: auto;
    width: 100% !important;
  }
  .table-sp-block table {
    width: 100% !important;
  }
  .table-sp-block table tr th, .table-sp-block table tr td {
    display: block;
    width: 100% !important;
  }
  .img-box {
    width: 100%;
    padding-bottom: 2vw;
    overflow-x: scroll;
  }
  .img-box img {
    max-width: none;
    width: 900px;
    height: auto;
  }
  .img-box.img-box-2x img {
    width: 200vw;
  }
  .img-box.img-box-2p5x img {
    width: 250vw;
  }
  .img-box.img-box-3x img {
    width: 300vw;
  }
}
.with-badge {
  position: relative;
}
.with-badge .badge {
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  width: 65px;
  height: 65px;
  background-color: var(--light-blue);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 660px) {
  .with-badge .badge {
    width: 14vw;
    height: 14vw;
    top: -4vw;
    left: -4vw;
  }
}
.with-badge .badge .num {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 660px) {
  .with-badge .badge {
    font-size: 0.875rem;
  }
  .with-badge .badge .num {
    font-size: 1.625rem;
  }
}
.with-badge .badge__merit {
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  background-color: var(--blue);
  background-image: linear-gradient(90deg, rgba(48, 181, 239, 0) 0%, rgb(48, 181, 239) 100%);
}
@media screen and (max-width: 660px) {
  .with-badge .badge__merit {
    width: 18vw;
    height: 18vw;
    font-size: 0.875rem;
  }
  .with-badge .badge__merit .num {
    font-size: 1.625rem;
  }
}

/* Price */
.price-box {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 660px) {
  .price-box {
    font-size: 1.25rem;
  }
}
.price-box__num {
  font-family: "Barlow Condensed", sans-serif;
  color: var(--red);
  font-size: 2.625rem;
  margin: 0 0.3rem;
}
@media screen and (max-width: 660px) {
  .price-box__num {
    font-size: 1.875rem;
  }
}

/*-----------------------------------------
HEADER
-----------------------------------------*/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.l-header {
  background: #FFF;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .l-header {
    height: 13vw;
  }
}

.l-header-nav {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 5px solid var(--blue);
  padding: 0.5rem 2.8rem 0.5rem 1.4rem;
}
.l-header-nav__upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 1.6rem;
}
.l-header-nav__lower {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1rem;
}
.l-header-nav__lower dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}
.l-header-nav__lower dl dt {
  line-height: 1.2;
}
.l-header-nav__lower dl dt strong {
  font-size: 0.875rem;
  display: block;
}
.l-header-nav__lower dl dt .tel-time {
  font-size: 0.625rem;
}
.l-header-nav__lower dl dd .tel-no {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 0.8;
  color: #ffa00c;
}
.l-header-nav__lower ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.875rem;
  gap: 1rem;
}
.l-header-nav--logo__sofmap {
  padding-right: 1rem;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 660px) {
  .l-header-nav {
    padding: 0.7rem;
  }
  .l-header-nav__upper {
    width: 100%;
  }
  .l-header-nav__lower {
    display: none;
  }
  .l-header-nav--logo__sofmap {
    width: 56%;
  }
  .l-header-nav--logo__lcm {
    width: calc(42% - 1.6rem);
  }
}

.l-header-bar {
  height: 2.5rem;
  background-color: #004266;
  background-image: url(static/css/icon/logo-bicG-header-bar.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding: 0 125px;
  color: white;
}
.l-header-bar--left {
  display: none;
}
.l-header-bar--center {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.4rem;
  height: 100%;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  overflow: hidden;
}
.l-header-bar--center__item {
  text-align: center;
  font-weight: bold;
  font-size: 1.0625rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #CCC;
}
.l-header-bar--center__item:nth-last-of-type(1) {
  border-right: 1px solid #CCC;
}
.l-header-bar--center__item a {
  display: block;
}
@media screen and (max-width: 660px) {
  .l-header-bar {
    height: 10vw;
    padding: 0.4rem;
  }
  .l-header-bar--left {
    display: block;
  }
  .l-header-bar--center {
    display: none;
  }
  .l-header-bar--btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.875rem;
  }
  .l-header-bar--btn .menu-btn {
    display: block;
    width: 7vw;
    height: 7vw;
    position: relative;
    z-index: 99;
    margin-right: 1vw;
  }
  .l-header-bar--btn .menu-btn span {
    display: inline-block;
    position: absolute;
    width: 5vw;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    transition: all 0.2s ease-in;
  }
  .l-header-bar--btn .menu-btn span:nth-of-type(1) {
    margin-top: -2vw;
  }
  .l-header-bar--btn .menu-btn span:nth-of-type(2) {
    background-color: rgb(255, 255, 255);
  }
  .l-header-bar--btn .menu-btn span:nth-of-type(3) {
    background-color: rgb(255, 255, 255);
  }
  .l-header-bar--btn .menu-btn span:nth-of-type(4) {
    margin-top: 2vw;
  }
  .l-header-bar--btn.is-visible .menu-btn span:nth-of-type(1) {
    display: none;
  }
  .l-header-bar--btn.is-visible .menu-btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0;
    background-color: rgb(255, 255, 255);
  }
  .l-header-bar--btn.is-visible .menu-btn span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0;
    background-color: rgb(255, 255, 255);
  }
  .l-header-bar--btn.is-visible .menu-btn span:nth-of-type(4) {
    display: none;
  }
}

.l-header-nav--category {
  font-size: 0.9375rem;
  position: fixed;
  top: 23vw;
  left: 0;
  width: 25rem;
  height: 100vh;
  height: calc(100dvh - 23vw);
  transform: translateX(-30.625rem);
  transition: 200ms transform ease-out;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .l-header-nav--category {
    width: 20rem;
  }
}
.l-header-nav--category.is-visible {
  transform: translateX(0);
}
.l-header-nav--category__button-close-parent {
  position: relative;
  height: 100%;
}
.l-header-nav--category__button-close-parent .c-cross-btn-close {
  position: absolute;
  top: 0.75rem;
  right: -3.25rem;
  width: 2.375rem;
  height: 2.375rem;
}
.l-header-nav--category__container {
  width: 100%;
  height: 100%;
  background-color: white;
  overflow-y: scroll;
}
.l-header-nav--category__list {
  position: relative;
  background-color: #fff;
}
.l-header-nav--category .category-menu__primary > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.l-header-nav--category .category-menu__primary > li a {
  display: block;
  font-size: 1rem;
}
.l-header-nav--category .category-menu__primary > li > a {
  font-weight: bold;
  padding: 4vw 0 4vw 4vw;
  color: var(--link-blue);
  background-color: #FFF;
  width: calc(100% - 10vw);
}
.l-header-nav--category .category-menu__secondary {
  padding: 0 0 5vw 5vw;
  background-color: #eee;
  display: none;
}
.l-header-nav--category .category-menu__secondary > li > a {
  padding: 3vw 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--link-blue);
}
.l-header-nav--category .category-menu__tertiary {
  padding-bottom: 2vw;
  border-bottom: 1px solid #ccc;
}
.l-header-nav--category .category-menu__tertiary > li a {
  padding: 2vw 0;
  font-size: 0.8125rem;
}
.l-header-nav--category .category-menu__tglbtn {
  position: absolute;
  top: 5vw;
  right: 5vw;
  width: 5vw;
  height: 5vw;
}
.l-header-nav--category .category-menu__tglbtn::before, .l-header-nav--category .category-menu__tglbtn::after {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  background-color: var(--blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in;
}
.l-header-nav--category .category-menu__tglbtn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header-nav--category .category-menu__tglbtn.is-visible::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-header-nav--category .company-menu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.l-header-nav--category .company-menu li {
  width: 50%;
}
.l-header-nav--category .company-menu li:nth-of-type(odd) {
  border-right: 1px solid #eee;
}
.l-header-nav--category .company-menu li a {
  display: block;
}
.l-header-nav--category .company-menu a {
  display: block;
  padding: 3vw;
  font-size: 0.8125rem;
}
.l-header-nav--category .privacy-menu {
  padding: 3vw;
}
.l-header-nav--category .privacy-menu a {
  display: block;
  padding: 2vw;
  font-size: 0.8125rem;
}

/*-----------------------------------------
OVERLAY
-----------------------------------------*/
@media screen and (max-width: 660px) {
  body.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-overlay {
    position: fixed;
    top: 23vw;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    height: calc(100dvh - 23vw);
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.4s ease;
    pointer-events: none;
  }
  .l-overlay.no-transition {
    transition: none;
  }
  .l-overlay.is-visible {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
  }
}
/*-----------------------------------------
ASIDE
-----------------------------------------*/
.side-menu__title {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.8rem 0;
}
.side-menu__list > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.side-menu__list > li > a {
  display: block;
  padding: 1.15rem 1rem 1.15rem 0;
  color: var(--link-blue);
  font-size: 0.9375rem;
  position: relative;
}
.side-menu__list > li > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(static/css/icon/arrow-blue-line-obtuse.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}

/*-----------------------------------------
FOOTER
-----------------------------------------*/
.footer__contact .contact-box {
  max-width: 1200px;
  padding: 40px 115px;
  background-color: #FFF;
  border-radius: 10px;
}
.footer__contact .contact-box .icon {
  position: absolute;
}
.footer__contact .contact-box .icon.icon1 {
  top: -40px;
  left: 10px;
}
.footer__contact .contact-box .icon.icon2 {
  top: -20px;
  right: 35px;
}
.footer__contact .contact-box__list {
  padding: 0 70px;
  margin-top: 2rem;
}
.footer__contact .contact-box__list__tel {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem;
}
.footer__contact .contact-box__list__tel dt {
  padding-top: 0.8rem;
}
.footer__contact .contact-box__list__tel .tel-badge {
  background-color: var(--link-blue);
  color: #FFF;
  font-size: 1.1rem;
  border-radius: 9999px;
  font-weight: bold;
  padding: 0.2rem 1.8rem;
  letter-spacing: 0.2em;
}
.footer__contact .contact-box__list__tel .tel-no {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
}
.footer__contact .contact-box__list__tel .tel-time {
  font-size: 15px;
}
.footer__contact .contact-box__list__btn {
  width: 44%;
  padding-top: 0.5rem;
}
.footer__contact .contact-box__list__btn a {
  display: inline-block;
  color: var(--link-blue);
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #f7e8aa;
  border-radius: 9999px;
  padding: 1rem 2rem;
  line-height: 1;
}
.footer__contact .contact-box__list__btn a img {
  vertical-align: sub;
  margin-right: 1rem;
}
@media screen and (max-width: 660px) {
  .footer__contact .contact-box {
    padding: 5vw;
  }
  .footer__contact .contact-box .icon.icon1 {
    top: -26vw;
    left: -8vw;
    width: 41vw;
  }
  .footer__contact .contact-box .icon.icon2 {
    top: -24vw;
    right: -2vw;
    width: 28vw;
  }
  .footer__contact .contact-box__list {
    padding: 0;
    margin-top: 1rem;
    flex-direction: column;
  }
  .footer__contact .contact-box__list__tel {
    width: 100%;
  }
  .footer__contact .contact-box__list__tel dt {
    width: 26%;
  }
  .footer__contact .contact-box__list__tel .tel-badge {
    font-size: 0.9375rem;
    padding: 0.2rem 0.8rem;
    letter-spacing: 0.2em;
  }
  .footer__contact .contact-box__list__tel .tel-no {
    font-size: 2.5rem;
  }
  .footer__contact .contact-box__list__tel .tel-time {
    font-size: 0.75rem;
  }
  .footer__contact .contact-box__list__btn {
    width: 100%;
  }
  .footer__contact .contact-box__list__btn a {
    font-size: 0.9375rem;
    display: block;
    padding: 0.8rem 1rem;
  }
  .footer__contact .contact-box__list__btn a img {
    width: 4vw;
    margin-right: 0.5rem;
  }
}

.l-footer-policy__container {
  background-color: #fff;
  padding: 1rem 1rem;
}
.l-footer-policy__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
}
.l-footer-policy__list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 660px) {
  .l-footer-policy__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .l-footer-policy__list > li a img {
    width: 18vw;
  }
}

.l-footer-copyright {
  background-color: #0075c1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .l-footer-copyright {
    padding: 3vw;
    font-size: 0.75rem;
  }
}

#to-top {
  position: fixed;
  bottom: 130px;
  right: 20px;
  z-index: 9998;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 660px) {
  #to-top {
    bottom: 23vw;
    right: 3vw;
  }
}
#to-top a {
  display: block;
}

/*-----------------------------------------
PAGE CONTENT
-----------------------------------------*/
.page--header {
  width: 100%;
  aspect-ratio: 45/7;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 660px) {
  .page--header {
    aspect-ratio: 39/13;
  }
}
.page--header__rental-product {
  background-image: url(https://www.sofmap.com/lcm/image/page_header.jpg);
}
@media screen and (max-width: 660px) {
.page--header__rental-product {
  background-image: url(https://www.sofmap.com/lcm/static/img/lcm/rental/page_header_sp.jpg);
  }
}
.page--header__support {
  background-image: url(https://www.sofmap.com/lcm/static/img/lcm/support/page_header.jpg);
}
@media screen and (max-width: 660px) {
  .page--header__support {
    background-size: auto 100%;
  }
}
.page--header--title {
  position: relative;
}
.page--header--title:not(.no-grd)::before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 117, 191) 26.77%, rgba(0, 117, 191, 0) 97.78%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .page--header--title:not(.no-grd)::before {
    width: 100%;
  }
}
.page--header--title h1 {
  max-width: calc(1500px + 4rem);
  width: 100%;
  margin: 0 auto;
  font-size: 2.8125rem;
  font-weight: bold;
  position: relative;
  color: #FFF;
  padding: 2rem;
}
@media screen and (max-width: 660px) {
  .page--header--title h1 {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
  }
}
.page--menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 661px) {
  .page--menu li {
    border-right: 2px solid var(--light-blue);
  }
  .page--menu li:nth-of-type(1) {
    border-left: 2px solid var(--light-blue);
  }
}
.page--menu li a {
  display: block;
  text-align: center;
  font-size: 1.375rem;
  padding: 1rem;
}
@media screen and (max-width: 660px) {
  .page--menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .page--menu li {
    border-right: 1px solid var(--light-blue);
  }
  .page--menu li:nth-of-type(odd) {
    border-left: 1px solid var(--light-blue);
  }
  .page--menu li a {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

.section__about {
  position: relative;
}
.section__about h2 {
  background: linear-gradient(90deg, #0077bf 0%, #30b5ef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section__about .top-about__img {
  position: relative;
}
.section__about .top-about__img img {
  width: 100%;
  height: auto;
}
.section__about .top-about__img::after {
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  position: absolute;
  top: -30px;
  right: 5rem;
  background: linear-gradient(135deg, rgba(48, 181, 239, 0.1) 0%, rgba(48, 181, 239, 0.3) 100%);
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .section__about .top-about__img::after {
    width: calc(100% + 0.6rem);
    top: -1rem;
    right: 1rem;
  }
}
.section__about .top-about__detail {
  position: relative;
}
.section__about .top-about__detail p + p {
  margin-top: 0.8rem;
}
.section__about .icon {
  position: absolute;
  top: 0;
  left: calc(50% + 470px);
}
@media screen and (max-width: 660px) {
  .section__about .icon {
    left: auto;
    right: 2vw;
    width: 37%;
  }
  body.support-insurance .section__about .icon {
    top: -4vw;
    width: 23%;
  }
  body.support-guarantee .section__about .icon {
    top: 6vw;
    width: 28%;
  }
  body.support-total_biz .section__about .icon {
    width: 34%;
  }
}

.lcm-solutions {
  background: url(../icon/bg_polygon_blue.png) no-repeat center top;
  background-size: cover;
}
.lcm-solutions h2 {
  margin-top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 33px;
  font-weight: bold;
  padding-bottom: 0.8rem;
}
.lcm-solutions h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--link-blue);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .lcm-solutions h2 {
    width: 100%;
    flex-direction: column;
    font-size: 1.625rem;
    gap: 0.4rem 0;
    align-items: flex-start;
    padding-bottom: 0.5rem;
  }
  .lcm-solutions h2 img {
    width: 56%;
  }
  .lcm-solutions .c-box-shadow {
    border-radius: 5px;
  }
  .lcm-solutions .c-box-shadow .leading-1p8 {
    line-height: 1.5 !important;
  }
}

/* レンタルの流れ */
.top-rentalstep {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem !important;
}
.top-rentalstep__item {
  flex: 1;
  text-align: center;
  position: relative;
}
.top-rentalstep__item:not(:last-of-type)::after {
  content: "";
  display: block;
  background-color: #10218b;
  height: 30px;
  width: 25px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: var(--light-blue);
  position: absolute;
}
@media screen and (min-width: 661px) {
  .top-rentalstep__item:not(:last-of-type)::after {
    top: calc(50% - 30px);
    transform: translateY(-50%);
    right: -2.4rem;
  }
}
.top-rentalstep__item__num {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  background-color: var(--light-blue);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
}
.top-rentalstep__item__num .num {
  font-size: 36px;
}
.top-rentalstep__item__icon {
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.top-rentalstep__item__icon img {
  width: 100%;
  height: auto;
}
.top-rentalstep__item__title {
  font-size: 22px;
  font-weight: bold;
  color: var(--link-blue);
  margin-top: 1rem;
}
.top-rentalstep__item__text {
  margin-top: 0.8rem;
}
@media screen and (max-width: 660px) {
  .top-rentalstep {
    gap: 2.4rem !important;
    flex-direction: column;
  }
  .top-rentalstep__item {
    padding-bottom: 1rem;
    width: 100%;
  }
  .top-rentalstep__item:not(:last-of-type)::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .top-rentalstep__item__num {
    top: -3vw;
    left: 7vw;
    width: 20vw;
    height: 20vw;
    font-size: 1rem;
  }
  .top-rentalstep__item__num .num {
    font-size: 2.25rem;
  }
  .top-rentalstep__item__icon {
    width: 70%;
  }
  .top-rentalstep__item__icon img {
    width: 100%;
    height: auto;
  }
  .top-rentalstep__item__title {
    font-size: 1.375rem;
  }
  .top-rentalstep__item__text {
    margin-top: 0.5rem;
  }
}

/* 法人パソコンレンタル */
.circlebadge {
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .circlebadge {
    width: 100%;
  }
}

.color-ms-word {
  color: #1659bd;
}

.color-ms-excel {
  color: #107e46;
}

.color-ms-powerpoint {
  color: #d35230;
}

.color-ms-outlook {
  color: #0277d3;
}

.color-ms-teams {
  color: #0277d3;
}

.color-ms-onedrive {
  color: #0277d3;
}

.color-ms-sharepoint {
  color: #048288;
}

.color-ms-exchange {
  color: #0078d5;
}

.color-ms-clipchamp {
  color: #0078d5;
}

.color-ms-loop {
  color: #6209dc;
}

.color-ms-entraid {
  color: #0294e4;
}

.color-ms-intune {
  color: #176fba;
}

.color-ms-defender {
  color: #235d9a;
}

.color-ms-purview {
  color: #43b4d2;
}

.color-studio {
  color: #9fa0a0;
}

.bg-color-studio {
  background-color: #9fa0a0;
}

/* 情報システム代行サービス */
.plan-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.plan-type .plan-hx {
  position: relative;
  padding-bottom: 0.3em;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--blue);
}
.plan-type .plan-hx::after {
  content: "";
  display: block;
  width: 4em;
  height: 3px;
  background: var(--blue);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.plan-type .plan-image {
  position: relative;
}
.plan-type .plan-image img {
  position: relative;
}
.plan-type .plan-image::before {
  content: "";
  display: block;
  width: 215px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--blue);
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plan-type--helpdesk .plan-hx {
  color: var(--orange);
}
.plan-type--helpdesk .plan-hx::after {
  background-color: var(--orange);
}
.plan-type--helpdesk .plan-image::before {
  background-color: var(--orange);
}
.plan-type--standard .plan-hx {
  color: var(--green);
}
.plan-type--standard .plan-hx::after {
  background-color: var(--green);
}
.plan-type--standard .plan-image::before {
  background-color: var(--green);
}
.plan-type--premium .plan-hx {
  color: #ff4d84;
}
.plan-type--premium .plan-hx::after {
  background-color: #ff4d84;
}
.plan-type--premium .plan-image::before {
  background-color: #ff4d84;
}

/* TOTAL Biz サポート利用の流れ */
.bizflow-list {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
  position: relative;
  margin: 0 auto;
  max-width: 1060px;
  padding-top: 4rem;
}
.bizflow-list::before, .bizflow-list::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
@media screen and (min-width: 661px) {
  .bizflow-list::before, .bizflow-list::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.bizflow-list::before {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: var(--light-blue);
}
.bizflow-list::after {
  width: 1px;
  height: calc(100% - 3rem);
  border-left: 2px solid var(--light-blue);
}
.bizflow-list li {
  position: relative;
}
.bizflow-list li .bizflow-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0 3%;
}
.bizflow-list li .bizflow-box .bizflow-num {
  width: 10%;
  position: relative;
}
.bizflow-list li .bizflow-box .bizflow-num .bizflow-num-badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.bizflow-list li .bizflow-box .bizflow-num .bizflow-num-badge .num {
  font-size: 4rem;
  color: var(--light-blue);
  font-weight: bold;
  line-height: 0.8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.bizflow-list li .bizflow-box .bizflow-detail {
  width: 42%;
  text-align: left;
  position: relative;
  padding-top: 15px;
}
@media screen and (min-width: 661px) {
  .bizflow-list li .bizflow-img {
    position: absolute;
    top: -3rem;
    left: 3.2rem;
  }
  .bizflow-list li .bizflow-img.bizflow-img2 {
    left: 4rem;
    top: 3rem;
  }
}
@media screen and (max-width: 660px) {
  .bizflow-list {
    gap: 3rem 0;
    padding-top: 2rem;
  }
  .bizflow-list::before, .bizflow-list::after {
    left: 6.7vw;
    height: calc(100% - 10rem);
  }
  .bizflow-list::before {
    width: 4vw;
    height: 4vw;
    left: 5vw;
  }
  .bizflow-list li .bizflow-box {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .bizflow-list li .bizflow-box .bizflow-num {
    width: 14vw;
  }
  .bizflow-list li .bizflow-box .bizflow-num .bizflow-num-badge .num {
    font-size: 8vw;
  }
  .bizflow-list li .bizflow-box .bizflow-detail {
    width: calc(97% - 14vw);
    padding-top: 0;
  }
  .bizflow-list li .bizflow-img {
    padding-left: 20vw;
  }
}

/* end // TOTAL Biz サポート利用の流れ */
/* デバイス保険forBiz ------------------*/
/* オススメポイント 吹き出し */
.with-bubble {
  position: relative;
}
.with-bubble .speechbubble {
  position: absolute;
  bottom: 100%;
  left: -4rem;
  display: inline-block;
  border: 2px solid #30b5ef;
  border-radius: 8px;
  background-color: #ffffff;
  min-width: 190px;
  padding: 1rem;
}
.with-bubble .speechbubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #30b5ef transparent transparent;
  translate: -50% 100%;
}
.with-bubble .speechbubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 15.2px 0 0 15.2px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}

/* 保険金請求方法 */
.billing-flow--box {
  position: relative;
  padding: 1rem;
}
.billing-flow--box picture {
  padding: 0 2rem;
}
.billing-flow--box:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 22px;
  height: 35px;
  background: linear-gradient(to right, transparent, #30b5ef);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.billing-flow--badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: var(--blue);
}
@media screen and (max-width: 660px) {
  .billing-flow--box:not(:last-child)::after {
    top: auto;
    bottom: -8vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .billing-flow--badge {
    top: 0.4rem;
    left: 0.4rem;
  }
}

/* end // デバイス保険forBiz -------- */
/* heading */
.hx--border__half__b {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  line-height: 1.3;
}
.hx--border__half__b::after {
  content: "";
  display: block;
  width: 4em;
  height: 3px;
  background: linear-gradient(to right, var(--link-blue), var(--light-blue));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hx--border__half__b.bdrm::after {
  width: 3em;
  background: var(--light-blue);
}
.hx--border__half__b.bdr1::after {
  width: 3.4em;
  height: 1px;
}
.hx--border__fit__yellow {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  line-height: 1.3;
  margin: 0 auto;
  text-align: center;
}
.hx--border__fit__yellow::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #ffe98d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 660px) {
  .hx--border__fit__yellow {
    padding-bottom: 0.8em;
  }
  .hx--border__fit__yellow::after {
    height: 2vw;
  }
}
.hx--border__left {
  position: relative;
  padding-left: 70px;
}
.hx--border__left::before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 660px) {
  .hx--border__left {
    padding-left: 13vw;
  }
  .hx--border__left::before {
    width: 12vw;
  }
}
.hx--border__right-full {
  position: relative;
  display: block;
}
.hx--border__right-full::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCC;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 661px) {
  .hx--border__right-full::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.hx--border__right-full span {
  display: inline-block;
  background-color: #FFF;
  position: relative;
  padding-right: 1rem;
}
@media screen and (max-width: 660px) {
  .hx--border__right-full {
    padding-bottom: 0.4rem;
  }
  .hx--border__right-full::before {
    bottom: 0;
  }
  .hx--border__right-full span {
    background-color: transparent;
    padding-right: 0;
  }
}
.hx--border__full__bottom2c {
  display: block;
  position: relative;
  padding-bottom: 0.3em;
}
.hx--border__full__bottom2c::before, .hx--border__full__bottom2c::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hx--border__full__bottom2c::before {
  width: 100%;
  background-color: #dddddd;
}
.hx--border__full__bottom2c::after {
  width: 200px;
  background-color: var(--blue);
}
@media screen and (max-width: 660px) {
  .hx--border__full__bottom2c::after {
    width: 40%;
  }
}
.hx--text__grd {
  background: linear-gradient(90deg, #0077bf 0%, #30b5ef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

/* end // heading */
/* FAQ */
.faq-box {
  background-color: #f5f5f5;
  margin-bottom: 0.5rem;
}
.faq-box .faq-q,
.faq-box .faq-a {
  position: relative;
  padding: 1.5rem 3rem 1.2rem 3rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
.faq-box .faq-q i,
.faq-box .faq-a i {
  position: absolute;
  top: 1rem;
  left: 1rem;
  line-height: 0.8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.625rem;
}
.faq-box .faq-q {
  cursor: pointer;
}
.faq-box .faq-q::before, .faq-box .faq-q::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  background-color: var(--blue);
  position: absolute;
  top: 2.2rem;
  right: 1rem;
}
.faq-box .faq-q::after {
  transform: rotate(90deg);
}
.faq-box .faq-q i {
  color: var(--light-blue);
}
.faq-box .faq-q.is-visible::after {
  display: none;
}
.faq-box .faq-a {
  padding-top: 0;
}
.faq-box .faq-a i {
  color: var(--red);
  top: 0rem;
}
@media screen and (max-width: 660px) {
  .faq-box .faq-q,
.faq-box .faq-a {
    padding: 1rem 1.8rem 1rem 2rem;
    font-size: 1rem;
  }
  .faq-box .faq-q i,
.faq-box .faq-a i {
    left: 0.5rem;
    font-size: 1.875rem;
  }
  .faq-box .faq-q {
    cursor: pointer;
  }
  .faq-box .faq-q::before, .faq-box .faq-q::after {
    width: 0.8rem;
    top: 1.6rem;
    right: 0.6rem;
  }
}

/* end // FAQ */
.contact-box {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
}
.contact-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box__list__tel {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.4rem;
}
.contact-box__list__tel dt {
  padding-top: 0.8rem;
}
.contact-box__list__tel .tel-badge {
  background-color: var(--link-blue);
  color: #FFF;
  font-size: 0.8rem;
  border-radius: 9999px;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
}
.contact-box__list__tel .tel-no {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.contact-box__list__tel .tel-time {
  font-size: 0.7rem;
}
.contact-box__list__btn {
  width: 44%;
}
.contact-box__list__btn a {
  display: inline-block;
  font-weight: bold;
  background-color: #FFF;
  border-radius: 9999px;
  padding: 0.7rem 1.4rem;
  line-height: 1;
}
.contact-box__list__btn a img {
  margin-right: 0.4rem;
  width: 1.1rem;
  height: auto;
}

/*　floatbnr　*/
.floatbnr {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 117, 193, 0.8);
  padding: 15px 0;
  z-index: 10;
}
.floatbnr .floatbnr-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 10px 1.5%;
}
.floatbnr .floatbnr-box__logo {
  display: inline-flex;
  width: 20%;
  padding-right: 2rem;
  align-items: center;
  justify-content: center;
}
.floatbnr .floatbnr-box__inquiry {
  display: inline-flex;
  flex-direction: column;
  width: 55%;
  border-left: 2px #fff solid;
  border-right: 2px #fff solid;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.floatbnr .floatbnr-box__inquiry h4 {
  margin-bottom: 0.5rem;
}
.floatbnr .floatbnr-box__inquiry h4 img {
  width: 1.8em;
  margin-right: 0.5em;
}
.floatbnr .floatbnr-box__inquiry .contact-box__list__tel {
  width: 54%;
}
.floatbnr .floatbnr-box__inquiry .contact-box__list__tel dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  text-align: left;
}
.floatbnr .floatbnr-box__btn {
  width: 25%;
  padding-left: 1.2rem;
}
.floatbnr .floatbnr-box__btn .btn_auth {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.floatbnr .floatbnr-box__btn .btn_auth a {
  width: 48%;
  position: relative;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.8rem 0.5rem;
  text-indent: 1.2em;
}
.floatbnr .floatbnr-box__btn .btn_auth a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.3em;
  height: 100%;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.floatbnr .floatbnr-box__btn .btn_auth a.btn_login {
  background: #0075c1;
  color: #fff;
}
.floatbnr .floatbnr-box__btn .btn_auth a.btn_login::before {
  background-image: url(static/css/icon/icon-menu.svg);
}
.floatbnr .floatbnr-box__btn .btn_auth a.btn_register {
  background: #fff;
  border: 1px solid #ccc;
}
.floatbnr .floatbnr-box__btn .btn_auth a.btn_register::before {
  width: 1em;
  background-image: url(static/css/icon/icon-beginner.svg);
}
.floatbnr .close {
  position: absolute;
  right: -20px;
  top: -10px;
  cursor: pointer;
}
@media screen and (max-width: 660px) {
  .floatbnr {
    padding: 3vw 8vw;
  }
  .floatbnr .floatbnr-box {
    padding: 1vw 2vw;
  }
  .floatbnr .floatbnr-box__logo {
    display: none;
  }
  .floatbnr .floatbnr-box__inquiry {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .floatbnr .floatbnr-box__inquiry h4 {
    margin-bottom: 0;
  }
  .floatbnr .floatbnr-box__inquiry .contact-box__list {
    justify-content: center;
  }
  .floatbnr .floatbnr-box__inquiry .contact-box__list__tel {
    width: auto;
    justify-content: center;
  }
  .floatbnr .floatbnr-box__inquiry .contact-box__list__tel dt {
    padding-top: 0.5rem;
  }
  .floatbnr .floatbnr-box__inquiry .contact-box__list__tel .tel-badge {
    font-size: 0.75rem;
    padding: 0.2rem 0.4rem;
  }
  .floatbnr .floatbnr-box__inquiry .contact-box__list__tel .tel-no {
    font-size: 2rem;
  }
  .floatbnr .floatbnr-box__inquiry .contact-box__list__btn {
    display: none;
  }
  .floatbnr .floatbnr-box__btn {
    display: none;
  }
  .floatbnr .close {
    position: absolute;
    right: -20px;
    top: -10px;
    cursor: pointer;
  }
}

/*-----------------------------------------
PLUGIN
-----------------------------------------*/
.is-inview {
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-inview.is-inview-show {
  transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=lcm_base.css.map */