@charset "UTF-8";
.section-py {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-pt {
  padding-top: 5rem;
}

.section-pb {
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .section-py {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .section-pt {
    padding-top: 6.25rem;
  }
  .section-pb {
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 992px) {
  #function, #option, #case, #useful, #environment, #price, #support, #work {
    scroll-margin-top: 3.125rem;
  }
}
.fv-news {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

.fv-news__head {
  font-weight: 700;
}

.fv-news__link-inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.fv-news__date {
  padding-right: 1.375rem;
  font-weight: 700;
}

.fv-news__category-label {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 7px;
}

.fv-news__category-label__item {
  border-radius: 3px;
  font-size: 0.6875rem;
  padding: 3px 6px;
  line-height: 1;
  font-weight: 700;
}

.fv-news__category-label__item.attention {
  background-color: #ED2446;
  color: #FFFFFF;
  border: 1px solid #ED2446;
}

.fv-news__category-label__item.chex {
  background-color: #FFFFFF;
  color: #0A6AC4;
  border: 1px solid #0A6AC4;
}

.fv-news__category-label__item.chex-bim {
  background-color: #FFFFFF;
  color: #333;
  border: 1px solid #333;
}

.fv-news__category-label__item.laxsy {
  background-color: #FFFFFF;
  color: #FFB601;
  border: 1px solid #FFB601;
}

.fv-news__category-label__item.aquick {
  background-color: #FFFFFF;
  color: #178986;
  border: 1px solid #178986;
}

.fv-news__category-label__item.event {
  background-color: #333;
  color: #FFFFFF;
  border: 1px solid #333;
}

.fv-news__ttl {
  font-weight: 500;
}

.fv-news__arrows {
  display: flex;
  gap: 8px;
}

.fv-news__arrows .splide__arrow {
  width: 29px;
  height: 29px;
  text-align: center;
  border-radius: 50%;
  background-color: #DCDCDC;
  transition: 0.3s;
}

.fv-news__arrows .splide__arrow:hover {
  opacity: 0.7;
}

.fv-news__arrows .splide__arrow svg {
  width: 12px;
  height: auto;
  vertical-align: baseline;
}

.fv-news__arrows .splide__arrow--prev svg {
  transform: rotate(180deg);
}

.fv-news__archive {
  text-decoration: underline;
  font-weight: 500;
}

.fv-news__archive:hover {
  text-decoration: none;
}

.fv-news button {
  transition: 0.3s;
}

.fv-news button:disabled {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1200px), print {
  .fv-news {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .fv-news__wrap {
    display: flex;
    align-items: center;
  }
  .fv-news__head {
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: 1px solid #333;
  }
  .top-slider {
    flex: 1;
    overflow: hidden;
    display: flex;
  }
  .top-slider {
    column-gap: 1rem;
  }
  .top-slider .splide__track {
    flex: 1;
  }
  .fv-news__link {
    display: flex;
    align-items: center;
  }
  .fv-news__link-inner {
    justify-content: flex-start;
    align-items: center;
  }
  .fv-news__category-label {
    padding-right: 1rem;
  }
  .fv-news__ttl {
    flex: 1;
  }
  .fv-news__arrows {
    padding-right: 1.5rem;
  }
}
.fv {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
}

.fv-content {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 3rem;
  border-radius: 15px;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.fv-chex .fv-content {
  background-color: #F1F6FC;
}

.fv-text__tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.fv-text__tag {
  background-color: #333;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: 700;
}

.fv-text__copy {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.fv-text__title {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
}

.fv-chex .fv-text__title::before {
  content: "チェクロス";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  width: max-content;
}

.fv-chex .fv-text__title-img {
  width: 100px;
}

.fv-text__copy-large {
  font-size: 1.875rem;
}

.fv-text__copy-dot {
  position: relative;
  display: inline-block;
  padding-top: 8px;
}

.fv-chex .fv-text__copy-dot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 35%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0A6AC4;
  border-radius: 50%;
}

.fv-img {
  text-align: right;
  margin-right: -1rem;
}

.fv-text__btn-wrap .btn-standard {
  width: 350px;
  border: none;
}

.fv-chex .btn-standard::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -6px;
  width: 43px;
  height: 61px;
  background: url(../images/common/pamphlet-chex.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

.fv-text__btn-copy {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.fv-text__btn-copy-large {
  font-size: 1.5rem;
}

.fv-text__btn-copy::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 5px;
  transform: rotate(-40deg);
  width: 1px;
  height: 16px;
  background-color: #333;
}

.fv-text__btn-copy::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 5px;
  transform: rotate(40deg);
  width: 1px;
  height: 16px;
  background-color: #333;
}

.bg-blue-g {
  background: linear-gradient(to right, #2392E1, #0A6AC4);
}

@media screen and (min-width: 400px) {
  .fv-text__tag-wrap {
    margin-bottom: 12px;
  }
  .fv-text__copy {
    font-size: 1.625rem;
  }
  .fv-chex .fv-text__title-img {
    width: 120px;
  }
  .fv-text__copy-large {
    font-size: 2.5rem;
  }
  .fv-text__btn-copy {
    font-size: 1.125rem;
  }
  .fv-text__btn-copy-large {
    font-size: 1.75rem;
  }
  .fv-chex .btn-standard::before {
    left: -5px;
    bottom: -12px;
    width: 60px;
    height: 88px;
  }
  .fv-text__btn-copy::before {
    left: 5px;
    height: 20px;
  }
  .fv-text__btn-copy::after {
    right: 5px;
    height: 20px;
  }
}
@media screen and (min-width: 576px) {
  .fv-content {
    flex-direction: row;
    align-items: center;
    column-gap: 1rem;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
  }
  .fv-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    width: 0;
    height: 0;
    width: 30%;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transform: scale(3);
  }
  .fv-chex .fv-content::before {
    background: #0A6AC4;
  }
  .fv-img {
    position: relative;
  }
  .fv-content__inner {
    position: relative;
    width: 67%;
  }
  .fv-text__btn-wrap {
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .fv-content {
    padding: 3.125rem 1rem;
    justify-content: end;
    gap: 2rem;
  }
  .fv-content__inner {
    margin-top: 1.875rem;
    width: max-content;
  }
  .fv-chex .fv-content::before {
    width: 35%;
  }
  .fv-text__tag-wrap {
    gap: 15px;
    margin-bottom: 2rem;
  }
  .fv-text__tag {
    font-size: 1.25rem;
    padding: 0.1875rem 0.75rem;
  }
  .fv-text__copy {
    font-size: 2rem;
  }
  .fv-chex .fv-text__title-img {
    width: 170px;
    top: -24px;
  }
  .fv-chex .fv-text__title::before {
    font-size: 1rem;
    top: -24px;
  }
  .fv-text__copy-large {
    font-size: 3rem;
  }
  .fv-text__copy-dot {
    padding-top: 24px;
  }
  .fv-chex .fv-text__copy-dot::before {
    width: 10px;
    height: 10px;
    top: 24px;
  }
  .fv-text__btn-wrap .btn-standard {
    width: 450px;
    padding: 26px 30px;
    font-size: 1.25rem;
  }
  .fv-chex .btn-standard::before {
    bottom: -16px;
    width: 86px;
    height: 123px;
  }
  .fv-text__btn-wrap .btn-standard::after {
    right: 30px;
    width: 10px;
    height: 10px;
  }
  .fv-img {
    flex: 1;
    max-width: 678px;
  }
}
@media screen and (min-width: 1400px) {
  .fv-content {
    gap: 5rem;
  }
  .fv-text__tag-wrap {
    margin-bottom: 1rem;
  }
  .fv-text__tag {
    font-size: 1.5rem;
    padding: 0.1875rem 1.25rem;
  }
  .fv-text__copy {
    font-size: 2.625rem;
  }
  .fv-chex .fv-text__title-img {
    width: 220px;
  }
  .fv-chex .fv-text__title::before {
    font-size: 1.125rem;
    top: -28px;
  }
  .fv-text__copy-large {
    font-size: 4rem;
  }
  .fv-text__btn-wrap {
    padding-left: 2.75rem;
  }
  .fv-chex .btn-standard::before {
    left: -40px;
  }
}
@media screen and (min-width: 1700px) {
  .fv-content {
    gap: 12.5rem;
  }
}
.sec-about {
  padding-top: 2.5rem;
}

.sec-about__ttl-small {
  font-size: 1.125rem;
}

.sec-about__video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
}

.sec-about__video iframe {
  width: 100%;
  height: 100%;
}

.page-link {
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
  padding: 1.875rem 1.25rem;
  border-radius: 10px;
}

.page-link__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

.page-link__list > * {
  padding-right: 6px;
  padding-left: 6px;
  width: 50%;
  row-gap: 6px;
}

.page-link__list a {
  color: #333;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 500;
}

.page-link__list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  mask: url(../images/service/icon-pagelink.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
}

.chex .page-link__list a::before {
  background-color: #0A6AC4;
}

@media screen and (min-width: 576px) {
  .page-link__list > * {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .sec-about__ttl-small {
    font-size: 1.375rem;
  }
  .sec-about__row {
    flex-direction: row-reverse;
  }
  .page-link__list > * {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .page-link {
    padding: 1.875rem 1.875rem;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-about__ttl-small {
    font-size: 1.75rem;
  }
  .page-link__list > * {
    width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .page-link {
    padding: 1.875rem 2.75rem;
  }
}
.page-link__fixed {
  opacity: 0;
  height: 0;
  transition: 0.3s;
  pointer-events: none;
  width: 100%;
  border-radius: 0;
  position: fixed;
  left: 0;
  margin-top: -2px;
  padding-block: 0.625rem;
  background-color: #fff;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .page-link__fixed.is-fixed {
    height: auto;
    pointer-events: all;
    opacity: 1;
  }
  .page-link__fixed .page-link__list {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-link__fixed .page-link__list > * {
    width: 20%;
  }
}
.sec-function-content:not(:last-of-type) {
  margin-bottom: 4rem;
}

.sec-function-heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 3.125rem;
}

.sec-function-title {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid #DCDCDC;
  margin-bottom: 1.875rem;
  position: relative;
  text-align: left;
  padding-bottom: 8px;
}

.sec-function-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 140px;
  height: 2px;
  background-color: #0A6AC4;
}

.sec-function-list-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.sec-function-list-asterisk {
  font-size: 0.75rem;
  font-weight: 500;
  color: #9B9B9B;
}

.sec-function-list-note {
  scale: 0.6;
  display: inline-block;
  position: relative;
  top: -3px;
}

.sec-function-btn {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
  height: 100%;
}

.sec-function-btn:hover {
  opacity: 0.8;
}

.sec-function-btn-icon {
  width: 48px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.sec-function-btn-title {
  padding: 12px 32px 12px 16px;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}

.sec-function-btn-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 2px;
  height: 18px;
  background: #0A6AC4;
  opacity: 1;
  transition: 0.2s;
  visibility: visible;
}

.sec-function-btn-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 18px;
  height: 2px;
  background: #0A6AC4;
}

.sec-function-btn-title.basic::before,
.sec-function-btn-title.basic::after {
  background-color: #333;
}

/* Splide が付ける user-select:none を打ち消す */
.modal__contents,
.modal__contents * {
  user-select: text !important;
  -webkit-user-select: text !important;
}

.modal-function-title-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.875rem;
}

.modal-function-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.modal-function-title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.modal-function-child {
  font-size: 1.125rem;
}

.modal-function-img {
  padding: 1rem 1.5rem;
  text-align: center;
  border: 1px solid #DCDCDC;
  border-radius: 25px;
}

.modal__slider {
  max-width: 100%;
  background-color: #fff;
  border-radius: 25px;
}

.modal__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.modal__box {
  margin-right: auto;
  margin-left: auto;
  height: auto;
  background-color: unset;
}

.modal__contents {
  max-height: 350px;
}

.blockeditor-area .wp-block-heading:first-of-type {
  margin-top: 0;
}

.modal__splide__arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 1rem 1rem 1.5rem;
}

.modal__splide__arrow {
  width: 160px;
  border-radius: 100vh;
  background-color: #333;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

.modal__splide__arrow:hover {
  opacity: 0.7;
}

.modal__splide__arrow.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.modal__splide__arrow.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.modal__slider button {
  opacity: 1;
  transition: 0.3s;
}

.modal__slider button:disabled {
  opacity: 0;
}

.modal__box table {
  font-size: 12px;
}

.modal-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  border: 3px solid #333;
  transition: 0.3s;
  margin-top: 1rem;
  margin-left: 1rem;
  padding: 0.375rem;
}

.modal-copy:hover {
  cursor: pointer;
  background-color: #fff;
}

.modal-copy-button {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.modal-copy-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 22px;
  display: inline-block;
  mask: url(../images/service/icon-copy.svg) no-repeat center center/contain;
  background-color: #fff;
  transition: 0.3s;
}

.modal-copy:hover .modal-copy-button::before {
  background-color: #333;
}

.service-modal .modal__contents:focus,
.service-modal .modal__contents:focus-visible,
.modal__slider button {
  outline: none !important;
  /* Chrome/Safari/Edge */
  box-shadow: none !important;
  /* Firefox が outline 代わりに使う場合 */
  border: none !important;
  /* 念のため */
}

/* トースト本体 */
.toast {
  position: fixed;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%) translateY(20px);
  padding: 0.75rem 3rem 0.75rem 1.25rem;
  /* 右側にボタン分の余白を確保 */
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 0.875rem;
  border-radius: 4px;
  pointer-events: auto;
  /* ← ボタンクリックを有効に */
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99999;
}

/* フェードイン時 */
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* “×” ボタン */
.toast .toast-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.toast .toast-close:hover {
  opacity: 0.7;
}

.sec-function-btn-icon img {
  height: 32px;
  width: auto;
}

@media screen and (min-width: 576px) {
  .sec-function-btn-icon img {
    height: unset;
  }
}
@media screen and (min-width: 576px) {
  .modal-button-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .modal__splide__arrows {
    justify-content: flex-end;
    padding: 1rem 1rem 3.125rem;
  }
  .modal-copy {
    margin-top: 12px;
    position: relative;
  }
  .modal-copy-text {
    font-size: 0.625rem;
    padding: 2px 6px;
    background-color: #ddd;
    position: absolute;
    bottom: 0px;
    left: 115%;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .modal-copy:hover .modal-copy-text {
    opacity: 1;
  }
  .modal__contents {
    max-height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .modal__splide__arrows {
    gap: 40px;
    padding: 1rem 0 3.125rem;
  }
  .modal-button-wrap {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .modal-copy {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .sec-function-content:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .sec-function-heading {
    text-align: center;
  }
  .sec-function-title {
    font-size: 1.75rem;
  }
  .sec-function-list-title {
    font-size: 1.25rem;
  }
  .sec-function-list-asterisk {
    font-size: 0.875rem;
  }
  .sec-function-btn {
    font-size: 1.125rem;
    height: 80px;
  }
  .sec-function-btn-icon {
    width: 80px;
  }
  .sec-function-btn-title {
    padding: 15px 40px 15px 20px;
  }
  .sec-function-btn-title::before {
    right: 28px;
  }
  .sec-function-btn-title::after {
    content: "";
    right: 20px;
  }
  .modal__inner {
    padding: 2rem;
  }
  .modal-button-wrap {
    padding-right: 6.875rem;
    padding-left: 6.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .sec-function .before-asterisk {
    font-size: 10px;
    padding-left: 1em;
    margin-left: 4px;
  }
  .modal__contents {
    max-height: 500px;
  }
  .sec-function-heading {
    font-size: 1.25rem;
  }
  .modal-function-title-wrap {
    gap: 1.25rem;
  }
  .modal-function-icon {
    width: 80px;
    height: 80px;
  }
  .modal-function-title {
    font-size: 2.625rem;
  }
  .modal-function-img {
    padding: 1.25rem 2rem;
  }
}
.sec-conjugation {
  padding-top: 5rem;
  margin-top: -5rem;
}

.tab__contents {
  position: relative;
}

.tab__contents-copy {
  margin: 0 0 20px;
  top: 0;
  left: 0;
}

.tab__list {
  display: flex;
  justify-content: center;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.tab__item {
  width: 30%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.tab__button {
  background-color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  padding: 0.5rem 0.25rem;
  width: 100%;
  text-align: center;
  border-top: 2px;
  border-right: 2px;
  border-left: 2px;
  border-style: solid;
  font-size: 10px;
}

.chex .tab__button {
  color: #0A6AC4;
  border-color: #0A6AC4;
}

.chex .tab__button.is-tab--active {
  color: #FFFFFF;
  background-color: #0A6AC4;
}

.tab__contents-area {
  background-color: #F8F8F8;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
  padding: 2.5rem 1rem;
}

.tab__contents-title-wrap {
  padding-bottom: 1.875rem;
}

.tab__contents-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.tab__contents-desc {
  font-size: 1.125rem;
  font-weight: 500;
}

.tab__contents-case-titlewrap {
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
}

.tab__contents-case-titlewrap::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 35px;
  height: 51px;
}

.tab__contents-case1-titlewrap::before {
  background: url(../images/service/case-icon-human1.svg) no-repeat center center/contain;
}

.tab__contents-case2-titlewrap::before {
  background: url(../images/service/case-icon-human2.svg) no-repeat center center/contain;
}

.tab__contents-case3-titlewrap::before {
  background: url(../images/service/case-icon-human3.svg) no-repeat center center/contain;
}

.tab__contents-case-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.tab__contents-case-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.tab__contents-case {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-top: 1px solid #DCDCDC;
}

.tab__contents-ba-col {
  display: flex;
  flex-direction: column;
}

.tab__contents-ba-headding {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.tab__contents-b-headding {
  color: #A9A9A9;
}

.tab__contents-ba-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  font-weight: 500;
  flex: 1;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.tab__contents-b-item {
  position: relative;
}

.tab__contents-b-item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -36px;
  width: 22px;
  height: 35px;
  mask: url(../images/service/flow-icon-aroow.svg) no-repeat center center/contain;
}

.chex .tab__contents-b-item::before {
  background-color: #0A6AC4;
}

.chex .tab__contents-b-item.arrow-basic::before {
  background-color: #333;
}

.sec-conjugation-copy {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.sec-conjugation-btn {
  flex-wrap: wrap;
}

.tab__contents-a-note {
  font-size: 0.875rem;
  color: #9B9B9B;
}

@media screen and (min-width: 400px) {
  .tab__contents-case-titlewrap::before {
    width: 55px;
    height: 78px;
    left: -70px;
  }
  .tab__contents-b-item::before {
    top: 50%;
    bottom: unset;
    left: unset;
    right: -32px;
    transform: translateY(-50%);
  }
  .chex .tab__contents-b-item::before {
    background-color: #0A6AC4;
  }
  .tab__button {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 576px) {
  .tab__contents-case-subtitle {
    letter-spacing: 0.1em;
  }
  .tab__contents-case-title {
    letter-spacing: 0.05em;
  }
  .tab__contents-case-titlewrap::before {
    width: 61px;
    height: 87px;
    left: -90px;
  }
  .tab__button {
    font-size: 1rem;
  }
  .tab__contents-copy {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .sec-conjugation {
    padding-top: 9.375rem;
    margin-top: -9.375rem;
  }
  .tab__contents-title-wrap {
    padding-bottom: 3.125rem;
  }
  .tab__list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .tab__item {
    width: 29%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab__button {
    font-size: 1.375rem;
    padding: 0.5rem;
  }
  .tab__contents-area {
    padding: 3.75rem 3.125rem;
  }
  .tab__contents-ba-item {
    padding: 1.875rem;
  }
  .sec-conjugation-copy {
    font-size: 1.125rem;
  }
  .sec-conjugation-btn {
    width: 480px;
    font-size: 1.25rem;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1200px), print {
  .tab__contents-b-item::before {
    right: -36px;
  }
}
.recommend__slider .splide__pagination {
  padding-inline: 16px;
}

.chex .recommend__slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #0A6AC4;
}

@media screen and (min-width: 400px) {
  .recommend__slider .splide__pagination {
    padding-inline: 64px;
  }
}
@media screen and (min-width: 768px) {
  .recommend__slider .splide__pagination {
    padding-inline: 84px;
  }
}
@media screen and (min-width: 1400px) {
  .recommend__slider .splide__pagination {
    padding-inline: 104px;
  }
}
.sec-security {
  padding-top: 5rem;
  margin-top: -5rem;
  padding-bottom: 8.125rem;
}

.sec-security__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.9375rem;
  padding: 2rem;
}

.sec-security__item-img img {
  width: auto;
  max-height: 100px;
}

.sec-security__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sec-security__item-note {
  font-size: 0.875rem;
  color: #9B9B9B;
}

@media screen and (min-width: 400px) {
  .sec-security__item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  .sec-security__item-title {
    height: 52.5px;
  }
}
@media screen and (min-width: 992px) {
  .sec-security {
    padding-top: 9.375rem;
    margin-top: -9.375rem;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-security__item-title {
    height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .sec-security__item-title {
    font-size: 1.125rem;
    height: auto;
  }
}
.sec-environment__row {
  justify-content: center;
}

.sec-environment__item {
  background-color: #FFFFFF;
  padding: 1.875rem;
  border-radius: 10px;
}

.sec-environment__item-img {
  text-align: center;
  margin-bottom: 1rem;
}

.sec-environment__item-text {
  text-align: center;
}

.sec-environment__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}

.sec-environment__item-desc-note {
  scale: 0.6;
  display: inline-block;
  position: relative;
  top: -3px;
}

.sec-environment__item-note {
  font-size: 0.875rem;
  font-weight: 500;
  color: #9B9B9B;
}

.sec-environment__btn {
  width: 300px;
}

@media screen and (min-width: 992px) {
  .sec-environment__row {
    justify-content: space-between;
  }
  .sec-environment__item {
    display: flex;
    align-items: center;
    min-height: 133px;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .sec-environment__item > * {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .sec-environment__item-img {
    margin-bottom: 0;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-environment__item-text {
    flex: 1;
    text-align: left;
  }
}
@media screen and (min-width: 1200px), print {
  .sec-environment__subttl {
    font-size: 1.25rem;
  }
}
.sec-price__row {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.sec-price__col {
  display: flex;
  gap: 1rem;
}

.sec-price__col-headding {
  background-color: #333;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  writing-mode: vertical-lr;
  padding: 6px;
}

.sec-price__col-headding-small {
  font-size: 0.875rem;
  font-weight: 500;
}

.sec-price__item {
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
  padding: 1.25rem 1.875rem;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.sec-price__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

.sec-price__item-fee {
  font-weight: 700;
  font-size: 5.25rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.sec-price__item-fee span {
  font-size: 1rem;
  font-weight: 500;
}

.sec-price__item-wrap {
  width: 100%;
}

.sec-price__item-img {
  margin-bottom: 0.75rem;
}

.sec-price__item-note {
  scale: 0.6;
  display: inline-block;
  position: relative;
  left: -3px;
  top: -2px;
}

.sec-price__item-plus {
  text-align: center;
  padding: 4px;
}

.sec-price__item.has-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 68px 0px 0px;
}

.chex .sec-price__item.has-label::before {
  border-color: #0A6AC4 transparent transparent transparent;
}

.sec-price__item.has-label::after {
  content: "必須";
  position: absolute;
  top: 10px;
  left: 8px;
  transform: rotate(-45deg);
  font-weight: 700;
  color: #fff;
}

.before-asterisk-1 {
  position: relative;
  padding-left: 2.2rem;
  display: inline-block;
}

.before-asterisk-1::before {
  content: "※1）";
  position: absolute;
  top: 0;
  left: 0;
}

.before-asterisk-2 {
  position: relative;
  padding-left: 2.2rem;
  display: inline-block;
}

.before-asterisk-2::before {
  content: "※2）";
  position: absolute;
  top: 0;
  left: 0;
}

.sec-price__btn {
  width: 300px;
}

@media screen and (min-width: 992px) {
  .sec-price__row {
    flex-direction: row;
    margin-right: -1.1875rem;
    margin-left: -1.1875rem;
  }
  .sec-price__row > * {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
  .sec-price__row .sec-price__col:nth-of-type(1) {
    width: 25%;
  }
  .sec-price__row .sec-price__col:nth-of-type(2) {
    flex: 1;
  }
  .sec-price__col {
    flex-direction: column;
  }
  .sec-price__col-headding {
    writing-mode: unset;
  }
  .sec-price__item-wrap {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .sec-price__item {
    padding: 1.25rem 1rem;
    height: 100%;
    justify-content: space-between;
  }
}
.sec-support__item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 2.5rem 1.5rem 0;
  gap: 1.25rem;
}

.sec-support__item-headding {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-align: center;
}

.sec-support__item-desc {
  font-size: 1.0625rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .sec-support__item {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
    padding: 1.875rem 1.875rem 0;
  }
  .sec-support__item-text {
    width: 630px;
  }
  .sec-support__item-headding {
    text-align: left;
  }
  .sec-support__item-desc {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .sec-support__item {
    gap: 5rem;
  }
  .sec-support__item-headding {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .sec-support__item-desc {
    font-size: 1.25rem;
  }
  .sec-support__item-headding {
    font-size: 1.5rem;
  }
  .sec-support__item-desc {
    font-size: 1.25rem;
  }
}
.sec-flow__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
}

.sec-flow__col {
  width: 100%;
}

.sec-flow__item {
  text-align: center;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.12);
  padding: 1.5625rem;
  position: relative;
  border-radius: 10px;
  width: 240px;
  height: 210px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec-flow__row .sec-flow__col:not(:last-of-type) .sec-flow__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -36px;
  width: 22px;
  height: 35px;
  mask: url(../images/service/flow-icon-aroow.svg) no-repeat center center/contain;
}

.chex .sec-flow__item::after {
  background-color: #0A6AC4;
}

.sec-flow__item-step {
  font-weight: 700;
}

.sec-flow__item-title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .sec-flow__row {
    flex-direction: row;
    align-items: stretch;
    margin-right: -19px;
    margin-left: -19px;
  }
  .sec-flow__col {
    width: 25%;
    padding-right: 19px;
    padding-left: 19px;
  }
  .sec-flow__item {
    width: 100%;
    height: 100%;
  }
  .sec-flow__row .sec-flow__col:not(:last-of-type) .sec-flow__item::after {
    top: 50%;
    bottom: unset;
    left: unset;
    right: -32px;
    transform: translateY(-50%);
  }
  .sec-flow__item-img {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec-cta__content {
  padding: 2.5rem 1rem;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.sec-cta__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0px 0px;
}

.sec-cta__chex .sec-cta__content {
  background-color: #F1F6FC;
}

.sec-cta__chex .sec-cta__content::before {
  border-color: #0A6AC4 transparent transparent transparent;
}

.sec-cta__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.sec-cta__title-large {
  font-size: 2rem;
}

.sec-cta__img {
  filter: drop-shadow(0 14px 11px rgba(0, 0, 0, 0.15));
}

.sec-cta .btn-standard {
  border: none;
  width: 350px;
}

.sec-cta__chex .btn-standard::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -12px;
  width: 50px;
  height: 70px;
  background: url(../images/common/pamphlet-chex.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

@media screen and (min-width: 400px) {
  .sec-cta .btn-standard {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-cta__content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
    border-radius: 25px;
    padding: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sec-cta__content {
    column-gap: 2.5rem;
  }
  .sec-cta__content::before {
    border-width: 100px 100px 0px 0px;
  }
  .sec-cta .btn-standard {
    width: 420px;
    padding: 18px 30px;
  }
  .sec-cta__chex .btn-standard::before {
    width: 75px;
    height: 104px;
    bottom: -16px;
  }
  .sec-cta .btn-standard::after {
    right: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .sec-cta__content {
    column-gap: 6.875rem;
  }
}
.fv-chexbim .fv-content {
  background-color: #F8F8F8;
}

.fv-chexbim .fv-text__title::before {
  content: "チェクロス ビム";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  width: max-content;
}

.fv-chexbim .fv-text__title-img {
  width: 200px;
}

.fv-chexbim .fv-text__title {
  padding-top: 20px;
}

.fv-chexbim .fv-text__copy-dot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 35%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ED2446;
  border-radius: 50%;
}

.bg-red-g {
  background: linear-gradient(to right, #ED2446, #FD452E);
}

.fv-chexbim .btn-standard::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -6px;
  width: 43px;
  height: 61px;
  background: url(../images/common/pamphlet-chexbim.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

@media screen and (min-width: 400px) {
  .fv-chexbim .fv-text__title-img {
    width: 300px;
  }
  .fv-chexbim .btn-standard::before {
    left: -5px;
    bottom: -12px;
    width: 60px;
    height: 88px;
  }
}
@media screen and (min-width: 576px) {
  .fv-chexbim .fv-content::before {
    background: #333;
  }
}
@media screen and (min-width: 992px) {
  .fv-chexbim .fv-content::before {
    width: 35%;
  }
  .fv-chexbim .fv-text__title {
    padding-top: 2.25rem;
    padding-right: 0.75rem;
  }
  .fv-chexbim .fv-text__title-img {
    width: 440px;
  }
  .fv-chexbim .fv-text__title::before {
    font-size: 1rem;
    top: 8px;
  }
  .fv-chexbim .fv-text__copy-dot::before {
    width: 10px;
    height: 10px;
    top: 24px;
  }
  .fv-chexbim .btn-standard::before {
    bottom: -16px;
    width: 86px;
    height: 123px;
  }
  .fv-chexbim .btn-standard::before {
    bottom: -16px;
    width: 86px;
    height: 123px;
  }
}
@media screen and (min-width: 1400px) {
  .fv-chexbim .fv-text__title::before {
    font-size: 1.125rem;
  }
  .fv-chexbim .btn-standard::before {
    left: -40px;
  }
}
@media screen and (min-width: 1700px) {
  .fv-chexbim .fv-content {
    gap: 13.5rem;
  }
}
.bim .page-link__list a::before,
.chexbim .page-link__list a::before {
  background-color: #333;
}

.bim .sec-function-btn-title::before,
.bim .sec-function-btn-title::after,
.chexbim .sec-function-btn-title::before,
.chexbim .sec-function-btn-title::after {
  background: #333;
}

@media screen and (min-width: 576px) {
  .bim .page-link__list,
  .chexbim .page-link__list {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .bim .page-link__list > *,
  .chexbim .page-link__list > * {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .bim .page-link__list,
  .chexbim .page-link__list {
    max-width: 90%;
  }
  .bim .page-link__list > *,
  .chexbim .page-link__list > * {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .bim .page-link__list,
  .chexbim .page-link__list {
    max-width: 812px;
  }
}
.bim .sec-function__row,
.chexbim .sec-function__row {
  justify-content: center;
}

.sec-about__note {
  scale: 0.6;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -3px;
}

.sec-about__note-text {
  font-size: 0.875rem;
  color: #9B9B9B;
}

@media screen and (min-width: 1400px) {
  .bim .sec-function__row,
  .chexbim .sec-function__row {
    justify-content: flex-start;
  }
}
.sec-cta__chexbim .sec-cta__content {
  background-color: #F8F8F8;
}

.sec-cta__chexbim .sec-cta__content::before {
  border-color: #333 transparent transparent transparent;
}

.sec-cta__chexbim .btn-standard {
  flex-wrap: wrap;
}

.sec-cta__chexbim .btn-standard::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -12px;
  width: 50px;
  height: 70px;
  background: url(../images/common/pamphlet-chexbim.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

@media screen and (min-width: 992px) {
  .sec-cta__chexbim .btn-standard::before {
    width: 75px;
    height: 104px;
    bottom: -16px;
  }
}
@media screen and (max-width: 340px) {
  .sec-cta__chexbim .sec-cta__title {
    font-size: 1.25rem;
  }
  .sec-cta__chexbim .sec-cta__title-large {
    font-size: 1.75rem;
  }
}
.function-content__note {
  font-size: 0.875rem;
  color: #9B9B9B;
}

.bim .sec-function-title::before,
.chexbim .sec-function-title::before {
  background-color: #333;
}

.text-bim_gray {
  color: #757575;
}

.fv-laxsy .fv-content {
  background-color: #FFFBF2;
}

.fv-laxsy .fv-text__title::before {
  content: "ラクシー";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  width: max-content;
}

.fv-laxsy .fv-text__title-img {
  width: 110px;
}

.fv-laxsy .fv-text__copy-dot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 35%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #FFB601;
  border-radius: 50%;
}

.bg-yellow-g {
  background: linear-gradient(to right, #FFA659, #FDB501);
}

.fv-laxsy .btn-standard::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -6px;
  width: 43px;
  height: 61px;
  background: url(../images/common/pamphlet-laxsy.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

@media screen and (min-width: 400px) {
  .fv-laxsy .fv-text__title-img {
    width: 160px;
  }
  .fv-laxsy .btn-standard::before {
    left: -5px;
    bottom: -12px;
    width: 60px;
    height: 88px;
  }
}
@media screen and (min-width: 576px) {
  .fv-laxsy .fv-text__title-img {
    width: 140px;
  }
  .fv-laxsy .fv-content::before {
    background: #FFB601;
  }
}
@media screen and (min-width: 992px) {
  .fv-laxsy .fv-content::before {
    width: 35%;
  }
  .fv-laxsy .fv-text__title-img {
    width: 200px;
  }
  .fv-laxsy .fv-text__title::before {
    font-size: 1rem;
    top: -24px;
  }
  .fv-laxsy .fv-text__copy-dot::before {
    width: 10px;
    height: 10px;
    top: 24px;
  }
  .fv-laxsy .btn-standard::before {
    bottom: -16px;
    width: 86px;
    height: 123px;
  }
}
@media screen and (min-width: 1200px), print {
  .fv-laxsy .fv-text__title-img {
    width: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .fv-laxsy .fv-text__title::before {
    font-size: 1.125rem;
    top: -28px;
  }
  .fv-laxsy .btn-standard::before {
    left: -40px;
  }
}
@media screen and (min-width: 1700px) {
  .fv-laxsy .fv-content {
    gap: 13.5rem;
  }
}
.laxsy .page-link__list a::before {
  background-color: #FFB601;
}

.laxsy .sec-function-btn-title::before,
.laxsy .sec-function-btn-title::after {
  background: #FFB601;
}

@media screen and (min-width: 768px) {
  .laxsy .page-link__list > * {
    width: 25%;
  }
}
@media screen and (min-width: 1200px), print {
  .laxsy .page-link__list {
    max-width: 788px;
    margin-right: auto;
    margin-left: auto;
  }
}
.laxsy .sec-function-title::before {
  background-color: #FFB601;
}

.sec-cta__laxsy .sec-cta__content {
  background-color: #FFFBF2;
}

.sec-cta__laxsy .sec-cta__content::before {
  border-color: #FFB601 transparent transparent transparent;
}

.sec-cta__laxsy .btn-standard {
  flex-wrap: wrap;
}

.sec-cta__laxsy .btn-standard::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -12px;
  width: 50px;
  height: 70px;
  background: url(../images/common/pamphlet-laxsy.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

@media screen and (min-width: 992px) {
  .sec-cta__laxsy .btn-standard::before {
    width: 67px;
    height: 96px;
    bottom: -16px;
  }
}
@media screen and (max-width: 340px) {
  .sec-cta__laxsy .sec-cta__title {
    font-size: 1.25rem;
  }
  .sec-cta__laxsy .sec-cta__title-large {
    font-size: 1.75rem;
  }
}
.laxsy .tab__button {
  color: #FFB601;
  border-color: #FFB601;
}

.laxsy .tab__item {
  min-width: 120px;
}

.laxsy .tab__button.is-tab--active {
  color: #FFFFFF;
  background-color: #FFB601;
}

.laxsy .tab__contents-b-item::before {
  background-color: #FFB601;
}

@media screen and (max-width: 400px) {
  .tab__contents-case-title {
    font-size: 1.25rem;
  }
}
.laxsy .recommend__slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #FFB601;
}

.laxsy .sec-price__item.has-label::before {
  border-color: #FFB601 transparent transparent transparent;
}

.laxsy .sec-flow__item::after {
  background-color: #FFB601;
}

.fv-aquick .fv-content {
  background-color: #F1F8F8;
}

.fv-aquick .fv-text__title::before {
  content: "エークイック";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  width: max-content;
}

.fv-aquick .fv-text__title-img {
  width: 110px;
}

.fv-aquick .fv-text__copy-dot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 35%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #178986;
  border-radius: 50%;
}

.bg-green-g {
  background: linear-gradient(to right, #40C3BF, #178986);
}

.fv-aquick .btn-standard::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -6px;
  width: 43px;
  height: 61px;
  background: url(../images/common/pamphlet-aquick.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

@media screen and (min-width: 400px) {
  .fv-aquick .fv-text__title-img {
    width: 150px;
  }
  .fv-aquick .btn-standard::before {
    left: -5px;
    bottom: -12px;
    width: 60px;
    height: 88px;
  }
}
@media screen and (min-width: 576px) {
  .fv-aquick .fv-text__title-img {
    width: 140px;
  }
  .fv-aquick .fv-content::before {
    background: #178986;
  }
}
@media screen and (min-width: 992px) {
  .fv-aquick .fv-content::before {
    width: 35%;
  }
  .fv-aquick .fv-text__tag-wrap {
    margin-bottom: 14px;
  }
  .fv-aquick .fv-text__title-img {
    width: 200px;
  }
  .fv-aquick .fv-text__title::before {
    font-size: 1rem;
    top: -24px;
  }
  .fv-aquick .fv-text__copy-dot::before {
    width: 10px;
    height: 10px;
    top: 24px;
  }
  .fv-aquick .btn-standard::before {
    bottom: -16px;
    width: 86px;
    height: 123px;
  }
}
@media screen and (min-width: 1200px), print {
  .fv-aquick .fv-text__title-img {
    width: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .fv-aquick .fv-text__title-img {
    width: 323px;
  }
  .fv-aquick .fv-text__title::before {
    top: -28px;
    font-size: 1.125rem;
  }
  .fv-aquick .btn-standard::before {
    left: -40px;
  }
}
@media screen and (min-width: 1700px) {
  .fv-aquick .fv-content {
    gap: 13.5rem;
  }
}
.aquick .page-link__list a::before {
  background-color: #178986;
}

.aquick .sec-function-btn-title::before,
.aquick .sec-function-btn-title::after {
  background: #178986;
}

@media screen and (min-width: 768px) {
  .aquick .page-link__list > * {
    width: 25%;
  }
}
@media screen and (min-width: 1200px), print {
  .aquick .page-link__list {
    max-width: 788px;
    margin-right: auto;
    margin-left: auto;
  }
}
.aquick .sec-function-title::before {
  background-color: #178986;
}

.sec-cta__aquick .sec-cta__content {
  background-color: #F1F8F8;
}

.sec-cta__aquick .sec-cta__content::before {
  border-color: #178986 transparent transparent transparent;
}

.sec-cta__aquick .btn-standard {
  flex-wrap: wrap;
}

.sec-cta__aquick .btn-standard::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -12px;
  width: 50px;
  height: 70px;
  background: url(../images/common/pamphlet-aquick.png) no-repeat center center/contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 30px rgba(51, 51, 51, 0.12));
}

@media screen and (min-width: 992px) {
  .sec-cta__aquick .btn-standard::before {
    width: 75px;
    height: 104px;
    bottom: -16px;
  }
}
@media screen and (max-width: 340px) {
  .sec-cta__aquick .sec-cta__title {
    font-size: 1.25rem;
  }
  .sec-cta__aquick .sec-cta__title-large {
    font-size: 1.75rem;
  }
}
.aquick .tab__button {
  color: #FFB601;
  border-color: #178986;
}

.aquick .tab__item {
  min-width: 120px;
}

.aquick .tab__button.is-tab--active {
  color: #FFFFFF;
  background-color: #178986;
}

.aquick .tab__contents-b-item::before {
  background-color: #178986;
}

.aquick .tab__contents-note {
  font-size: 0.875rem;
  color: #9B9B9B;
}

.aquick_flow-content {
  padding-bottom: 60px;
  position: relative;
}

.aquick_flow .aquick_flow-content:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: 10px;
  width: 22px;
  height: 35px;
  mask: url(../images/service/flow-icon-aroow.svg) no-repeat center center/contain;
  background-color: #178986;
}

.aquick_flow-head {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 1.25rem;
}

.aquick_flow-head-img {
  width: 80px;
}

.aquick_flow-head-text {
  margin-left: 14px;
  flex: 1;
}

.aquick_flow-head-title {
  margin-top: 0.3125rem;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
}

.aquick_flow-head-title::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #ffffff;
  border-left: 0;
}

.aquick_flow-action {
  font-weight: 500;
  margin-bottom: 0.375rem;
  position: relative;
  padding-left: 30px;
}

.aquick_flow-action::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 23px;
  mask: url(../images/service/aquick/pin.svg) no-repeat center center/contain;
}

.aquick_flow-action.pin-pink::before {
  background-color: #F8AFAC;
}

.aquick_flow-action.pin-yellow::before {
  background-color: #E8E349;
}

.aquick_flow-action.pin-lightblue::before {
  background-color: #85DEFD;
}

.aquick_flow-desc {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 576px) {
  .aquick_flow {
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
  }
  .aquick_flow-head-img {
    width: 100px;
  }
  .aquick_flow-head-title {
    font-size: 1.5rem;
  }
  .aquick_flow-action {
    font-size: 1.25rem;
  }
}
.aquick .sec-price__item.has-label::before {
  border-color: #178986 transparent transparent transparent;
}

@media screen and (min-width: 992px) {
  .aquick .sec-price__row .sec-price__col:nth-of-type(1) {
    width: 31.5%;
  }
}
@media screen and (min-width: 1400px) {
  .aquick .col-xl-price {
    width: 65%;
  }
}
.aquick .sec-flow__item::after {
  background-color: #178986;
}/*# sourceMappingURL=style-service.css.map */