@charset "UTF-8";
/** Colors **/
/** Font Size **/
/** Spacer **/
/** breakPoint **/
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

* {
  scroll-behavior: auto !important;
}

* {
  margin: 0;
  padding: 0;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-pc-inline {
  display: inline !important;
}

.u-sp-inline {
  display: none !important;
}

@media print, screen and (max-width: 1079px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-pc-inline {
    display: none !important;
  }
  .u-sp-inline {
    display: inline !important;
  }
}
.u-wrapper {
  max-width: 1200px;
  margin: auto;
}
@media print, screen and (max-width: 1279px) {
  .u-wrapper {
    padding: 0 64px;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .u-wrapper {
    display: block;
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .u-wrapper {
    max-width: 100%;
  }
}
.u-wrapper--800 {
  max-width: 800px;
}
.u-wrapper--820 {
  max-width: 820px;
}
.u-wrapper--1000 {
  max-width: 1000px;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-mb-medium {
  margin-bottom: 24px;
}

.u-mb-large {
  margin-bottom: 32px;
}

.u-bold {
  font-weight: bold !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-accent1 {
  color: #FF9100;
}

.u-color-invoice {
  color: #001A88;
}

.u-color-denshichobo {
  color: #009BFF;
}

.u-color-expence {
  color: #00ACB0;
}

.u-color-issue {
  color: #6AA900;
}

.u-text-center {
  text-align: center;
}

.u-hide {
  display: none;
}

.c-heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .c-heading {
    font-size: 24px;
  }
}

.c-sns-buttons {
  margin-bottom: 24px;
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-left: auto;
}

.c-sns-button {
  min-width: 48px;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  margin-left: 8px;
  padding: 4px 8px;
}
.c-sns-button--twitter {
  background: #00acee;
}
.c-sns-button--twitter .c-sns-button__icon {
  width: 11px;
  display: inline;
  margin-right: 4px;
}
.c-sns-button--facebook {
  background: #1778f2;
}
.c-sns-button--facebook .c-sns-button__icon {
  width: 7.3px;
  display: inline;
  margin-right: 4px;
}

.c-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  text-decoration: none;
  width: fit-content;
  background: var(--color-button-primary, #0e63c4);
  border-radius: 32px;
  text-align: center;
  min-height: 48px;
  color: #fff;
  border: 0;
  position: relative;
  transition: 0.3s;
}
.c-button:hover {
  opacity: 0.8;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.c-button--outline {
  background: #ffffff !important;
  border: 2px solid #d5d5d5;
  color: #333;
}
.c-button--primary {
  background-color: var(--color-button-primary, #0e63c4) !important;
  color: #fff;
}
.c-button__label {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 12px;
  padding: 2px 16px 4px;
  background: #ffffff;
  color: #212529;
  border: 2px solid #dee2e6;
  border-radius: 100px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .c-button__label {
    line-height: 1;
  }
}
.c-button__label--2 {
  border: 2px solid #dee2e6;
  color: #212529;
}

.c-meta {
  display: flex;
  align-items: center;
}
.c-meta__label {
  font-size: 12px;
  padding: 4px 8px;
  color: #fff;
  background-color: var(--color-button-primary, #0e63c4);
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
}
.c-meta__icon {
  display: inline-block;
  margin-right: 10px;
}
.c-meta__text {
  font-size: 15px;
}

.c-cta1__inner {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media print, screen and (max-width: 1079px) {
  .c-cta1__inner {
    flex-direction: column-reverse;
    padding: 24px;
    gap: 16px;
  }
}
.c-cta1__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.c-cta1__desc {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1079px) {
  .c-cta1__desc {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.c-cta1__visual {
  flex: 0 0 284px;
}
@media print, screen and (max-width: 1079px) {
  .c-cta1__visual {
    flex: 1;
  }
}
.c-cta1 .c-button {
  min-height: 38px;
  padding: 8px 24px;
  margin-left: 0;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .c-cta1 .c-button {
    width: 100%;
    min-height: 54px;
    padding: 16px;
  }
}

.c-section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.c-section-heading--nomargin {
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 1079px) {
  .c-section-heading {
    margin-bottom: 32px;
  }
}
.c-section-heading__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.c-section-heading__title--nomargin {
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 1079px) {
  .c-section-heading__title {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 8px;
  }
}
.c-section-heading__subtitle {
  font-weight: 400;
  line-height: 23px;
}
.c-section-heading__subtitle--middle {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-case-study-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-items {
    display: block;
    padding-bottom: 32px;
  }
}
.c-case-study-items__button {
  padding-left: 40px;
  padding-right: 40px;
}

@media print, screen and (max-width: 1079px) {
  .c-case-study-item-wrap {
    margin-bottom: 24px;
  }
}

.c-case-study-item {
  border-radius: 8px;
  transition: 0.3s;
  overflow: hidden;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}
.c-case-study-item--feature {
  border: 0;
  display: grid;
  grid-template-columns: 560px auto;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-item--feature {
    display: block;
  }
}
.c-case-study-item--feature .c-case-study-item__image img {
  border-radius: 16px 0 0 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-item--feature .c-case-study-item__image img {
    border-radius: 16px 16px 0 0;
  }
}
.c-case-study-item--feature .c-case-study-item__content {
  border-radius: 0 16px 16px 0;
}
.c-case-study-item--feature .c-case-study-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-item--feature .c-case-study-item__title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.c-case-study-item--feature .c-case-study-item__name {
  margin-bottom: 8px;
  color: #212529;
}
.c-case-study-item--feature .c-case-study-item__logo img {
  max-width: 160px;
}
.c-case-study-item--feature .c-case-study-item__content img {
  max-width: 160px;
}
.c-case-study-item--feature:hover {
  box-shadow: none !important;
  transform: none !important;
}
.c-case-study-item:hover .c-case-study-item__image img {
  transform: scale(1.05);
  opacity: 0.6;
}
.c-case-study-item--no-hover:hover {
  box-shadow: none !important;
  transform: none !important;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-item {
    margin-bottom: 24px;
  }
  .c-case-study-item:last-child {
    margin-bottom: 0;
  }
}
.c-case-study-item__image {
  border-radius: 8px;
  overflow: hidden;
}
.c-case-study-item__image img {
  transition: 0.3s;
  will-change: transform;
  margin: auto;
  object-fit: cover;
  height: 208px;
  width: 100%;
}
.c-case-study-item__content {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-case-study-item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-item__title {
    font-size: 16px;
  }
}
.c-case-study-item__info {
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-item__info {
    font-size: 15px;
  }
}
.c-case-study-item__info + .c-case-study-item__info {
  margin-top: 4px;
}
.c-case-study-item__tags {
  margin: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.c-case-study-item__tag {
  --case-tag-bg: #f0f7fc;
  padding: 2px 20px;
  border-radius: 17px;
  background: var(--case-tag-bg, #f0f7fc);
  display: inline-block;
  font-size: 13px;
  height: fit-content;
}
@media screen and (max-width: 480px) {
  .c-case-study-item__tag {
    font-size: 15px;
  }
}
.c-case-study-item__bottom {
  padding-top: 16px;
  border-top: 1px solid #d5d5d5;
}
.c-case-study-item__name {
  margin-bottom: 4px;
}
@media print, screen and (max-width: 1079px) {
  .c-case-study-item__name {
    font-size: 15px;
  }
}
.c-case-study-item__logo img {
  margin-right: 0;
  margin-left: auto;
  max-width: 120px;
  object-fit: contain;
  height: 64px;
}
.c-case-study-item__profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-top: auto;
}
.c-case-study-item__profile-image {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 56px;
}
.c-case-study-item__profile-image img {
  object-fit: contain;
  height: 100%;
  margin: auto;
}
.c-case-study-item__profile-name {
  color: var(--sumi-900, #212529);
  font-size: 15px;
  font-weight: 400;
  line-height: 175%; /* 26.25px */
}
.c-case-study-item__detail {
  margin-top: 16px;
  padding-top: 16px;
  border-top: #dee2e6 solid 1px;
}
.c-case-study-item__detail dl {
  display: flex;
}
.c-case-study-item__detail dl + dl {
  margin-top: 4px;
}
.c-case-study-item__detail dd,
.c-case-study-item__detail dt {
  font-size: 15px;
  font-weight: 400;
  line-height: 175%; /* 26.25px */
}

.c-cta-items {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 368px);
  column-gap: 48px;
}
.c-cta-items--col2 {
  grid-template-columns: repeat(2, 368px);
}
@media print, screen and (max-width: 1079px) {
  .c-cta-items {
    display: block;
  }
}

.c-cta-item {
  padding: 32px 24px;
  background: #fff;
  border: 2px solid #ebebeb;
  border-radius: 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-cta-item {
    margin-bottom: 24px;
  }
  .c-cta-item:last-child {
    margin-bottom: 0;
  }
}
.c-cta-item__icon {
  margin-bottom: 24px;
}
.c-cta-item__icon img {
  margin: auto;
}
.c-cta-item__title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.c-cta-item__desc {
  margin-bottom: 24px;
  font-weight: 400;
  color: #333;
}
.c-cta-item__button {
  width: 100%;
}

.c-customer__items {
  transition-timing-function: linear;
  display: flex;
  column-gap: 0;
  row-gap: 24px;
}
.c-customer__item {
  width: 158px;
  flex: 0 0 158px;
  width: 158px;
  height: 100%;
  margin: 0 16px;
  transform: scale(1) !important;
}
.c-customer__slider + .c-customer__slider {
  margin-top: 24px;
}

.c-autoscrolls {
  display: flex;
  overflow: hidden;
}

.c-autoscroll {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-autoscroll__items {
  transition-timing-function: linear;
  display: flex;
  column-gap: 0;
  column-gap: 16px;
  row-gap: 24px;
}
.c-autoscroll__item {
  flex: 1;
  transform: scale(1) !important;
}
.c-autoscroll__item img {
  max-width: none;
  width: auto;
  height: 64px;
}

.c-review {
  margin-top: -24px;
  margin-bottom: -24px;
}
.c-review__items {
  transition-timing-function: linear;
  display: flex;
  column-gap: 0;
  row-gap: 0;
  padding: 24px;
}
.c-review__item {
  flex: 0 0 375px;
  width: 375px;
  height: 100%;
  margin: 0 24px;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 16px;
}
.c-review__item-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-review__item-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-filter {
  background-color: #0E63C4;
  padding: 16px 0px 16px 24px;
  gap: 16px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
@media print, screen and (max-width: 1079px) {
  .c-filter {
    padding: 16px 24px 16px 24px;
  }
}
.c-filter__items {
  display: flex;
  height: 60px;
}
@media print, screen and (max-width: 1079px) {
  .c-filter__items {
    display: block;
    height: auto;
  }
}
.c-filter__item {
  width: 232px;
  text-align: center;
  padding: 16px 16px;
  border-left: 2px solid;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .c-filter__item {
    padding: 0;
    font-size: 18px;
    display: none;
  }
}
.c-filter__item:first-child {
  width: 40px;
  padding-left: 0;
  border-left: 0;
}
@media print, screen and (max-width: 1079px) {
  .c-filter__item:first-child {
    width: auto;
    display: flex;
    align-items: center;
  }
  .c-filter__item:first-child::after {
    margin-left: 8px;
    content: "条件で絞り込む";
  }
}

.c-filter-window {
  display: none;
  position: relative;
  z-index: 99999;
}
.c-filter-window__content {
  width: 90vw;
  max-width: 1080px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 15%;
  max-height: 80vh;
  transform: translate(-50%, 0);
  padding: 40px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__content {
    top: 28px;
    max-height: 90vh;
    padding: 24px 16px;
  }
}
.c-filter-window__close-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-filter-window__close {
  width: 32px;
  height: 32px;
  border: solid 1px;
  border-radius: 100%;
  padding: 4px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__close {
    right: 19px;
    top: 19px;
  }
}
.c-filter-window__title {
  font-weight: bold;
  text-align: center;
  color: #0E63C4;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__title {
    font-size: 20px;
    line-height: 29px;
  }
}
.c-filter-window__item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__item {
    padding: 24px 0;
    display: block;
  }
}
.c-filter-window__item:last-child {
  border-bottom: 0;
}
.c-filter-window__item-title {
  color: #0E63C4;
  font-weight: bold;
  text-align: center;
  width: 136px;
  flex: 0 0 136px;
  margin-right: 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__item-title {
    text-align: left;
    width: 100%;
  }
}
.c-filter-window__label {
  margin-right: 24px;
  display: inline-block;
  margin: 8px 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__label {
    margin-left: 0;
    margin-right: 8px;
  }
}
.c-filter-window__label label {
  display: inline-block;
  color: #0E63C4;
  padding: 8px 16px;
  border: solid 1px;
  border-radius: 4px;
  cursor: pointer;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__label label {
    padding: 6px 12px 7px;
    font-size: 15px;
  }
}
.c-filter-window__label input {
  display: none;
}
.c-filter-window__label input:checked + label {
  color: #fff;
  background-color: #0E63C4;
}
.c-filter-window__buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.c-filter-window__button {
  width: 240px;
  margin: 0;
}
@media print, screen and (max-width: 1079px) {
  .c-filter-window__button {
    width: 100%;
  }
}

.c-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .c-tel {
    flex-wrap: wrap;
    text-align: center;
  }
}
.c-tel__icon {
  margin-right: 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-tel__icon {
    margin: 0;
  }
}
.c-tel__no {
  color: var(--color-button-primary, #0e63c4);
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-right: 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-tel__no {
    padding: 0;
  }
}
.c-tel__text {
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1079px) {
  .c-tel__text {
    margin: auto;
    flex: 0 0 100%;
  }
  .c-tel__text br {
    display: none;
  }
}

.c-anchor-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-anchor-links {
    display: block;
  }
}
.c-anchor-links__item {
  border-radius: 8px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  transition: 0.3s;
}
@media print, screen and (max-width: 1079px) {
  .c-anchor-links__item {
    margin-bottom: 24px;
  }
  .c-anchor-links__item:last-child {
    margin-bottom: 0;
  }
}
.c-anchor-links__item:hover {
  opacity: 0.65;
}

/**セミナー*/
.c-seminar-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-items {
    display: block;
  }
}
.c-seminar-items__button {
  padding-left: 40px;
  padding-right: 40px;
}
.c-seminar-items__button {
  margin-top: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-items__button {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 1079px) {
  .c-seminar-item-wrap {
    margin-bottom: 24px;
  }
}

.c-seminar-item {
  border-radius: 8px;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item {
    height: 100%;
  }
}
.c-seminar-item a:hover {
  opacity: 0.6;
  transition: 0.3s ease;
}
.c-seminar-item--feature {
  border: 0;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-areas: "content image";
  margin: auto;
  background-color: #fff;
  filter: drop-shadow(0px 8px 20px rgba(223, 182, 129, 0.1));
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-item--feature {
    display: block;
  }
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item--feature {
    height: max-content;
  }
}
.c-seminar-item--feature .c-seminar-item__image {
  grid-area: image;
}
.c-seminar-item--feature .c-seminar-item__image img {
  border-radius: 0;
  width: 100%;
}
.c-seminar-item--feature .c-seminar-item__content {
  grid-area: content;
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item--feature .c-seminar-item__content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 16px;
    grid-template-areas: "badge metas" "title .";
  }
}
.c-seminar-item--feature .c-seminar-item__image img {
  width: 100%;
}
.c-seminar-item--feature .c-seminar-item__content {
  border-radius: 0 16px 16px 0;
  padding: 24px 24px 17px;
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-item--feature .c-seminar-item__content {
    padding: 16px 8px;
  }
}
.c-seminar-item--feature .c-seminar-item__meta {
  margin-top: 0;
}
.c-seminar-item--feature .c-seminar-item__metas {
  grid-area: metas;
}
.c-seminar-item--feature .c-seminar-item__badge {
  grid-area: badge;
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item--feature .c-seminar-item__badge {
    align-self: start;
    margin-bottom: 0;
  }
}
.c-seminar-item--feature .c-seminar-item__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  grid-area: title;
  grid-column: span 2;
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item--feature .c-seminar-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-item--feature .c-seminar-item__title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-item {
    margin-bottom: 24px;
  }
  .c-seminar-item:last-child {
    margin-bottom: 0;
  }
}
.c-seminar-item__badge {
  padding: 0 16px;
  background-color: var(--color-button-primary, #0e63c4);
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  width: fit-content;
  font-size: 13px;
  margin-bottom: 8px;
}
.c-seminar-item__image img {
  border-radius: 8px;
  margin: auto;
  width: 100%;
}
.c-seminar-item__content {
  padding: 16px 0;
  border-radius: 0 0 8px 8px;
}
.c-seminar-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-item__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.c-seminar-item__meta {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 28px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
}
.c-seminar-item__meta--map {
  background-image: url("../images/common/icon-map-pin.svg");
}
.c-seminar-item__meta--date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M16.25%203H13.75V1.75H12.5V3H7.5V1.75H6.25V3H3.75C3.0625%203%202.5%203.5625%202.5%204.25V16.75C2.5%2017.4375%203.0625%2018%203.75%2018H16.25C16.9375%2018%2017.5%2017.4375%2017.5%2016.75V4.25C17.5%203.5625%2016.9375%203%2016.25%203ZM16.25%2016.75H3.75V8H16.25V16.75ZM16.25%206.75H3.75V4.25H6.25V5.5H7.5V4.25H12.5V5.5H13.75V4.25H16.25V6.75Z%22%20fill%3D%22%23ADB5BD%22%2F%3E%3C%2Fsvg%3E");
  color: #495057;
}
.c-seminar-item__bottom {
  padding-top: 16px;
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item__bottom {
    padding-bottom: 40px;
  }
}
.c-seminar-item__button {
  width: 100%;
}
@media print, screen and (min-width: 1080px) {
  .c-seminar-item__button {
    padding: 8px 24px;
    min-height: 40px;
    font-size: 15px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: calc(100% - 48px);
  }
}
.c-seminar-item__name {
  margin-bottom: 4px;
}
@media print, screen and (max-width: 1079px) {
  .c-seminar-item__name {
    font-size: 15px;
  }
}

/**セミナー*/
.c-resource-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-resource-items {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.c-resource-items__button {
  margin-top: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-resource-items__button {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 1079px) {
  .c-resource-item-wrap {
    margin-bottom: 24px;
  }
}

.c-resource-item {
  border-radius: 8px;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  height: max-content;
  position: relative;
}
@media print, screen and (min-width: 1080px) {
  .c-resource-item {
    height: 100%;
  }
}
.c-resource-item a:hover {
  opacity: 0.6;
  transition: 0.3s ease;
}
.c-resource-item--feature {
  border: 0;
  display: grid;
  grid-template-columns: 458px auto;
  max-width: 892px;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .c-resource-item--feature {
    display: block;
  }
}
@media print, screen and (min-width: 1080px) {
  .c-resource-item--feature {
    height: max-content;
  }
}
.c-resource-item--feature .c-resource-item__image img {
  border-radius: 16px 0 0 16px;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .c-resource-item--feature .c-resource-item__image img {
    border-radius: 16px 16px 0 0;
  }
}
.c-resource-item--feature .c-resource-item__content {
  border-radius: 0 16px 16px 0;
  padding: 24px 24px 17px;
}
.c-resource-item--feature .c-resource-item__title {
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (min-width: 1080px) {
  .c-resource-item--feature .c-resource-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-resource-item--feature .c-resource-item__title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.c-resource-item--feature .c-resource-item__desc {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 1080px) {
  .c-resource-item--feature .c-resource-item__desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.c-resource-item--feature .c-resource-item__bottom {
  padding-bottom: 0;
}
.c-resource-item--feature .c-resource-item__button {
  width: fit-content;
  margin-right: 0;
  position: static;
}
@media print, screen and (max-width: 1079px) {
  .c-resource-item--feature .c-resource-item__button {
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-resource-item {
    margin-bottom: 24px;
  }
  .c-resource-item:last-child {
    margin-bottom: 0;
  }
}
.c-resource-item__image img {
  border-radius: 8px;
  margin: auto;
  width: 100%;
}
.c-resource-item__content {
  padding: 32px 0 0;
}
.c-resource-item__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 1080px) {
  .c-resource-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-resource-item__title {
    font-size: 16px;
  }
}
.c-resource-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-resource-item__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px;
  border-radius: 16px;
  background-color: #f0f7fc;
}
.c-resource-item__tag--service {
  background-color: #d2e3f4;
}
.c-resource-item__tag--nolink {
  color: #495057;
}
@media screen and (max-width: 480px) {
  .c-resource-item__tag {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1080px) {
  .c-resource-item__bottom {
    padding-bottom: 40px;
  }
}
.c-resource-item__button {
  width: 100%;
}
@media print, screen and (min-width: 1080px) {
  .c-resource-item__button {
    padding: 8px 24px;
    min-height: 40px;
    font-size: 15px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: calc(100% - 48px);
  }
}

.c-tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .c-tag-filters {
    justify-content: start;
    flex-wrap: nowrap;
    gap: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-tag-filters__item-wrap {
    padding-right: 24px;
  }
}
.c-tag-filters__item {
  padding: 6px 12px 7px;
  background-color: #fff;
  text-align: center;
  width: fit-content;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #0E63C4;
  border: solid 1px;
  border-radius: 4px;
  white-space: nowrap;
}
.c-tag-filters__item.is-active {
  background-color: #0E63C4;
  color: #fff;
}

/**ニュース*/
.c-news-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-news-items {
    display: block;
  }
}
.c-news-items__button {
  margin-top: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-news-items__button {
    margin-top: 32px;
  }
}

@media print, screen and (max-width: 1079px) {
  .c-news-item-wrap {
    margin-bottom: 24px;
  }
}

.c-news-item {
  border: 2px solid #ececec;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  height: max-content;
  position: relative;
}
@media print, screen and (min-width: 1080px) {
  .c-news-item {
    height: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-news-item {
    margin-bottom: 24px;
  }
  .c-news-item:last-child {
    margin-bottom: 0;
  }
}
.c-news-item__image img {
  border-radius: 8px 8px 0px 0px;
  margin: auto;
  width: 100%;
}
.c-news-item__content {
  padding: 24px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.c-news-item__date {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .c-news-item__date {
    font-size: 12px;
  }
}
.c-news-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .c-news-item__title {
    font-size: 16px;
  }
}
.c-news-item__tags {
  margin: -8px 0 16px;
}
.c-news-item__tag {
  margin-bottom: 4px;
  margin-right: 16px;
  display: inline-block;
  color: #0E63C4;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .c-news-item__tag {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1080px) {
  .c-news-item__bottom {
    padding-bottom: 40px;
  }
}
.c-news-item__button {
  width: 100%;
}
@media print, screen and (min-width: 1080px) {
  .c-news-item__button {
    padding: 8px 24px;
    min-height: 40px;
    font-size: 15px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: calc(100% - 48px);
  }
}

.c-news__items {
  margin: auto;
  margin-bottom: 40px;
  max-width: 800px;
  border-top: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 1079px) {
  .c-news__items {
    margin-bottom: 24px;
  }
}
.c-news__item {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 1079px) {
  .c-news__item {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    row-gap: 8px;
  }
}
.c-news__item-date {
  color: #888;
  font-weight: 400;
  margin-right: 24px;
  white-space: nowrap;
}
.c-news__item-label {
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding: 4px 8px 6px;
  display: inline-block;
  background: #eeeeec;
  border-radius: 4px;
  margin-right: 24px;
  white-space: nowrap;
}
.c-news__item-title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 175%;
}
@media print, screen and (max-width: 1079px) {
  .c-news__item-title {
    white-space: normal;
    flex: 0 0 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.c-news .c-button {
  padding: 12px 40px;
}

.c-card-list--item2 {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .c-card-list--item2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.c-card {
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.c-card--expense .c-card__title {
  color: #00ACB0;
}
.c-card__visual {
  max-width: 320px;
  margin: 0 auto 32px;
}
.c-card__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.c-card__desc {
  padding-bottom: 24px;
}
.c-card__button {
  font-weight: 700;
  font-size: 18px;
  width: 100%;
}

.c-breadcrumbs {
  font-size: 12px;
  padding: 24px 0;
}
@media print, screen and (max-width: 1079px) {
  .c-breadcrumbs {
    padding: 16px 0;
  }
}
.c-breadcrumbs .breadcrumbs > span {
  margin-right: 8px;
  margin-left: 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-breadcrumbs .breadcrumbs > span {
    line-height: 24px;
  }
}
.c-breadcrumbs .breadcrumbs > span:first-child {
  margin-left: 0;
}
.c-breadcrumbs span.separate {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%2012.5L10%208.5L6%204.5%22%20stroke%3D%22%23495057%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 100%;
  display: inline-block;
  margin: 0 !important;
  background-size: 16px;
  background-position: center;
  width: 16px;
  height: 10px;
}
.c-breadcrumbs--bottom-cta {
  background-color: #fcfcfb;
}

.c-list-item {
  border-top: 1px solid #dee2e6;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.c-list-item a {
  color: #0E63C4;
}
@media print, screen and (max-width: 1079px) {
  .c-list-item a {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2013L7%207L1%201%22%20stroke%3D%22%23001A88%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    display: block;
    width: 24px;
    height: 24px;
  }
}
.c-list-item:last-child {
  border-bottom: 1px solid #dee2e6;
}

.c-data-dl {
  display: flex;
  padding: 16px 24px;
  gap: 16px;
  border-bottom: 1px solid #f8f9fa;
}
@media print, screen and (max-width: 1079px) {
  .c-data-dl {
    display: block;
  }
}
.c-data-dl:first-child {
  border-top: 1px solid #f8f9fa;
}
.c-data-dl dt {
  width: 200px;
  flex: 0 0 200px;
}
@media print, screen and (max-width: 1079px) {
  .c-data-dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.c-data-dl dd {
  font-weight: 500;
}
.c-data-dl dd span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.c-cta-buttons {
  display: flex;
  gap: 24px;
}
@media print, screen and (max-width: 1079px) {
  .c-cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.c-cta-buttons--center {
  justify-content: center;
}

.c-cta-button {
  --c-cta-b-w: 240px;
  --c-cta-b-p: 16px 0px 20px 0px;
  --c-cta-b-fs: inherit;
  --c-cta-b-fs_sp: $h4;
  --c-cta-b-r: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
  background: var(--color-button-primary, #0e63c4);
  border-radius: var(--c-cta-b-r);
  font-weight: 700;
  width: var(--c-cta-b-w);
  padding: var(--c-cta-b-p);
  font-size: var(--c-cta-b-fs);
  letter-spacing: 0.05em;
  line-height: normal;
  transition: 0.3s;
  position: relative;
}
.c-cta-button:hover {
  opacity: 0.7;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
@media print, screen and (max-width: 1079px) {
  .c-cta-button {
    width: 100%;
    font-size: var(--c-cta-b-fs_sp);
  }
}
@media print, screen and (min-width: 1080px) {
  .c-cta-button--lg {
    width: 320px;
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1080px) {
  .c-cta-button--sm {
    font-size: 16px;
    width: 200px;
  }
}
.c-cta-button--outline {
  border: 2px solid var(--color-button-primary, #0e63c4);
  background: #fff;
  color: var(--color-button-primary, #0e63c4);
  font-weight: 500;
}
.c-cta-button--outline2 {
  border: 2px solid var(--color-button-primary, #0e63c4);
  background: #fff;
  color: var(--color-button-primary, #0e63c4);
  font-weight: 500;
}
.c-cta-button--2 {
  background-color: var(--color-button-primary, #0e63c4);
}
.c-cta-button__bubble {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  border-radius: 30px;
  border: solid 2px var(--color-button-primary, #0e63c4);
  background-color: #fff;
  color: #495057;
  padding: 0 15px;
  width: 240px;
  text-align: center;
  left: 50%;
  top: -22px;
  transform: translate(-50%, 0);
}
.c-cta-button__bubble > span {
  color: var(--color-button-primary, #0e63c4);
}
.c-cta-button__bubble::before {
  content: "";
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  background-color: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: -13px;
  display: block;
  transform: translate(-50%, 0);
  z-index: 2;
}

.c-tiles {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .c-tiles {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.c-tile {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  gap: 16px;
  display: grid;
  grid-template-columns: 32px 1fr;
  transition: 0.3s;
}
.c-tile:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.c-tile__title {
  margin-bottom: 8px;
}
.c-tile__title > a {
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: inline-block;
}
.c-tile__title > a::after {
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  transform: scale(0);
}
.c-tile__title > a:hover {
  opacity: 0.6;
}
.c-tile__title > a:hover::after {
  content: "";
  transform: none;
}
@media print, screen and (max-width: 1079px) {
  .c-tile__desc {
    font-size: 15px;
  }
}

.c-title {
  margin-bottom: 56px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .c-title {
    text-align: left;
    margin-bottom: 32px;
  }
}
.c-title__sub {
  color: var(--color-button-primary, #0e63c4);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .c-title__sub {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.c-title__main {
  font-size: 48px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .c-title__main {
    font-size: 32px;
  }
}
.c-title__desc {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-top: 16px;
}
@media print, screen and (max-width: 1079px) {
  .c-title__desc {
    font-size: 15px;
  }
}

.c-grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .c-grid-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.c-grid-card {
  padding: 0 40px 32px 0;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .c-grid-card {
    padding: 0 0 24px 0;
    border-bottom: 1px solid var(--sumi-300, #dee2e6);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 1080px) {
  .c-grid-card:nth-child(even) {
    padding: 0 0 32px 40px;
  }
  .c-grid-card:nth-child(even)::after {
    content: "";
    width: 1px;
    height: 120px;
    background: #dee2e6;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-grid-card:nth-child(3), .c-grid-card:nth-child(4) {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .c-grid-card:nth-child(3)::before, .c-grid-card:nth-child(4)::before {
    content: "";
    width: 282px;
    height: 1px;
    background: #dee2e6;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-grid-card:nth-child(4)::before {
    left: auto;
    right: 0;
  }
  .c-grid-card:nth-child(4)::after {
    top: auto;
    bottom: 0;
  }
}
.c-grid-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-grid-card__title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.c-grid-card__title span {
  font-size: 10px;
  font-weight: 400;
}
.c-grid-card__value {
  font-size: 32px;
  color: var(--color-button-primary, #0e63c4);
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .c-grid-card__value {
    font-size: 16px;
  }
}
.c-grid-card__value--logomark {
  margin: 20px 0 4px;
}
@media print, screen and (max-width: 1079px) {
  .c-grid-card__value--logomark {
    max-width: 210px;
    margin: 10px 0 4px;
  }
}
.c-grid-card__value span {
  font-weight: 700;
  font-size: 72px;
  font-family: "Roboto";
}
@media print, screen and (max-width: 1079px) {
  .c-grid-card__value span {
    font-size: 56px;
  }
}
.c-grid-card__caveat {
  font-size: 10px;
  font-weight: 400;
}
@media print, screen and (max-width: 1079px) {
  .c-grid-card__caveat {
    display: none;
  }
}
.c-grid-card__caveats {
  display: none;
}
@media print, screen and (max-width: 1079px) {
  .c-grid-card__caveats {
    margin-top: 32px;
    display: block;
    font-size: 10px;
    font-weight: 400;
  }
}

.c-service-items {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  justify-content: space-between;
}
.c-service-items--center {
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .c-service-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.c-service-item {
  padding: 24px 24px 32px;
  background-color: #fff;
}
@media print, screen and (min-width: 1080px) {
  .c-service-item {
    flex: 0 0 calc(33.33% - 28px);
    max-width: calc(33.33% - 38.5px);
  }
}
.c-service-item__title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 16px;
}
.c-service-item__logo {
  margin-bottom: 16px;
  width: auto;
  margin-bottom: 16px;
  height: 40px;
}
.c-service-item__logo img {
  width: auto;
  height: 100%;
  margin: auto;
}
.c-service-item__button {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: auto;
  padding: 8px 16px 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid var(--sumi-300, #dee2e6);
  background: var(--sumi-0, #fff);
  transition: 0.3s;
}
.c-service-item__button:hover {
  opacity: 0.7;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.c-support-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media print, screen and (max-width: 1079px) {
  .c-support-items {
    grid-template-columns: 1fr;
  }
}

.c-support-item {
  border-radius: 8px;
  border: 2px solid var(--sumi-300, #dee2e6);
  background: var(--main-0, #fff);
  padding: 32px 24px;
}
.c-support-item__icon {
  margin-bottom: 24px;
}
.c-support-item__icon img {
  margin: auto;
}
.c-support-item__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .c-support-item__title {
    margin-bottom: 16px;
  }
}

.c-news-lists {
  max-width: 800px;
  margin: 0 auto 40px;
  border-top: 1px solid #d5d5d5;
}

.c-news-list {
  padding: 32px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 1079px) {
  .c-news-list {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 16px;
    row-gap: 8px;
  }
}
.c-news-list__date {
  color: #888;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
}
.c-news-list__title {
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .c-news-list__title {
    line-height: 1.75;
    white-space: normal;
    flex: 0 0 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.c-pager {
  margin: 64px auto;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}
.c-pager__item {
  color: #adb5bd;
  transition: 0.3s;
  font-weight: bold;
}
.c-pager__item.is-current {
  color: #0E63C4;
}
.c-pager__item--navi {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2221%22%20viewBox%3D%220%200%2025%2021%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M15.625%205.25L9.375%2010.5L15.625%2015.75%22%20stroke%3D%22%23001A88%22%20stroke-width%3D%221.52296%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 21px;
  height: 25px;
}
.c-pager__item--navi-next {
  scale: -1;
}
.c-pager a.c-pager__item:hover {
  color: #0E63C4;
}

.c-cv {
  min-height: 315px;
  position: relative;
  padding: 64px 0;
  color: #fff;
  text-align: center;
}
.c-cv--2 {
  padding: 40px 0;
}
@media print, screen and (max-width: 1079px) {
  .c-cv--2 {
    padding: 48px 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-cv {
    padding: 48px 0;
    min-height: 100%;
  }
}
.c-cv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0.85;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), lightgray 0px -323.825px/100% 247.77% no-repeat;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.c-cv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cv__inner {
  position: relative;
  z-index: 2;
}
.c-cv__catch {
  font-size: 24px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .c-cv__catch {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.c-cv__tel {
  display: block;
  margin-bottom: 16px;
}
.c-cv__tel img {
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .c-cv__tel img {
    max-width: 312px;
  }
}
.c-cv__tel-text {
  margin-bottom: 32px;
}
.c-cv__lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%; /* 35px */
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .c-cv__lead {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.c-cv__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .c-cv__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.c-cv__button {
  display: flex;
  padding: 16px 40px 18px 40px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: fit-content;
  margin: auto;
  border-radius: 4px;
  border: 2px solid var(--primary-navy, #0e63c4);
  background: var(--sumi-0, #fff);
  color: var(--primary-navy, #0e63c4);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  transition: 0.3s;
}
.c-cv__button:hover {
  opacity: 0.7;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.c-share {
  border-radius: 8px;
  background: #fff;
}
@media print, screen and (max-width: 1279px) {
  .c-share {
    background-color: transparent;
  }
}
.c-share__title {
  padding: 24px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 122.8%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 1279px) {
  .c-share__title {
    display: none;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
.c-share__buttons {
  padding: 0 14px 24px;
}
@media print, screen and (max-width: 1279px) {
  .c-share__buttons {
    display: flex;
    gap: 12px;
    padding: 0;
  }
}
.c-share__button {
  display: block;
}
.c-share__button + .c-share__button {
  margin-top: 16px;
}
@media print, screen and (max-width: 1279px) {
  .c-share__button + .c-share__button {
    margin-top: 0;
  }
}

.c-document-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--c-doc-btn-w, 350px);
  padding: var(--c-doc-btn-padding, 20px 24px 20px 56px);
  background: var(--c-doc-btn-bg, #0e63c4);
  color: var(--c-doc-btn-color, #fff);
  border-radius: 4px;
  border: 2px solid var(--sumi-0, #fff);
  position: relative;
  gap: 8px;
  transition: 0.3s;
}
.c-document-button:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.c-document-button--center {
  margin-left: auto;
  margin-right: auto;
}
.c-document-button__accent {
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translate(0, -50%);
}
.c-document-button__text1 {
  font-size: 20px;
}
.c-document-button__label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid var(--brand-bakuraku-invoice, #0e63c4);
  background: var(--sumi-0, #fff);
  font-size: 14px;
  white-space: nowrap;
  color: #212529;
}

.c-top-lp-button {
  background-color: var(--color-button-primary, #0e63c4);
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .c-top-lp-button {
    --c-cta-b-fs_sp: 18px;
  }
}
.c-top-lp-button--doc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5.5555555556vw;
  height: 7.2222222222vw;
  transform: translate(85%, -50%);
  width: 120px;
  height: 117px;
  background-image: url("../images/top/lp/button-accent.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1079px) {
  .c-top-lp-button--doc::after {
    transform: translate(54%, -50%);
    width: 18vw;
    height: 18vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .c-top-lp-button--doc {
    --c-cta-b-fs_sp: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 18px;
  }
}
.c-top-lp-button__desc {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  max-width: 300px;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 1079px) {
  .c-top-lp-button__desc {
    margin-left: auto;
    margin-right: auto;
  }
  .c-top-lp-button__desc--doc {
    position: relative;
    right: 18px;
  }
}
.c-top-lp-button__label {
  padding: 4px 8px;
  border-radius: 30px;
  margin-right: 12px;
  font-size: 14px;
  color: var(--color-button-primary, #0e63c4);
  background-color: #fff;
}

@media print, screen and (min-width: 1080px) {
  .c-function-item {
    display: block !important;
    height: 100% !important;
  }
}
.c-function-item__inner {
  border-radius: var(--M, 4px);
  background: var(--sumi-0, #fff);
  padding: 20px 4px 16px;
}
.c-function-item__icon {
  margin-bottom: 12px;
}
.c-function-item__icon img {
  width: 100px;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .c-function-item__icon img {
    width: 80px;
  }
}
.c-function-item__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-function-item__toggle {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.c-function-item__toggle svg {
  position: relative;
  top: 4px;
}
.c-function-item__toggle-text {
  padding: 16px 16px 0;
  font-size: 14px;
  font-weight: 500;
}
.c-function-item--expense .c-function-item__toggle, .c-function-item--workflow .c-function-item__toggle, .c-function-item .c-function-item__toggle {
  color: #00ACB0;
}
.c-function-item--issue .c-function-item__toggle {
  color: #6AA900;
}
.c-function-item__button {
  display: block;
  color: var(--color-text-product-primary);
  border: solid 2px var(--color-text-product-primary);
  border-radius: 9999px;
  padding: 8px 24px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1079px) {
  .c-function-item__button {
    padding: 8px;
    text-align: center;
  }
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

.header-top {
  position: relative;
  z-index: 10000;
  background-color: #fcfcfb;
}
@media print, screen and (max-width: 1079px) {
  .header-top {
    display: none;
  }
}
.header-top .header__menus {
  margin-left: auto;
  justify-content: end;
  margin-top: 0 !important;
  padding: 8px 0;
}
.header-top .header__menu {
  padding-bottom: 0;
}

.header-main {
  padding: 16px 0;
}
.header-main__logo {
  margin-right: 40px;
  position: relative;
  z-index: 10000;
}
@media print, screen and (max-width: 1279px) {
  .header-main__logo {
    margin-right: 32px;
  }
}
.header-main__logo img {
  max-width: none;
  height: 25px;
}
@media print, screen and (max-width: 1079px) {
  .header-main__logo img {
    max-width: none;
    height: 15px;
  }
}
.header-main__logo--product-top {
  height: 48px;
}
@media print, screen and (max-width: 1079px) {
  .header-main__logo--product-top {
    height: 40px;
    margin-top: -4px;
  }
}
.header-main__inner {
  display: flex;
  align-items: center;
}

.header {
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #d5d5d5;
  position: sticky;
  z-index: 10001;
  top: 0;
}
.header:has(> .header-top) {
  top: -40px;
}
@media print, screen and (max-width: 1079px) {
  .header {
    top: 0 !important;
    height: 64px;
  }
}
.header__menus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}
@media print, screen and (max-width: 1079px) {
  .header__menus {
    row-gap: 0;
    margin-top: 0;
    display: block;
  }
}
.header__menu {
  margin-right: 32px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.header__menu--megamenu {
  position: static;
  padding-bottom: 40px;
  margin-bottom: -40px;
}
@media print, screen and (max-width: 1079px) {
  .header__menu {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1080px) {
  .header__menu:last-child {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .header__menu--separete-sp {
    border-bottom: 1px #dee2e6 solid;
    margin-bottom: 8px !important;
    padding-bottom: 24px !important;
  }
}
@media print, screen and (max-width: 1079px) {
  .header__menu-inner {
    display: block;
  }
  .header__menu-inner.is-active + img {
    transform: rotate(180deg);
  }
}
@media print, screen and (max-width: 1079px) {
  .header__menu {
    display: block;
    margin-right: 0;
    padding: 16px 0px;
    margin: 0 32px;
  }
}
.header__menu img {
  display: inline;
  vertical-align: middle;
  margin-left: 8px;
}
@media print, screen and (max-width: 1079px) {
  .header__menu img {
    position: absolute;
    right: 0;
    display: block;
    top: 20px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1080px) {
  .header__menu--nest:hover .header-drawer-menu {
    transform: translate(0, 24px);
    opacity: 1;
  }
  .header__menu--nest:hover .header__menu-childs {
    opacity: 1;
    height: auto;
  }
}
.header__menu-childs {
  z-index: 2;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 0;
  width: max-content;
  background-color: #fff;
  white-space: nowrap;
  transform: translate(0, 100%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 1079px) {
  .header__menu-childs {
    padding-top: 8px;
    transition: none;
    opacity: 1;
    width: 100%;
    position: static;
    display: none;
    width: 100%;
    height: 100%;
    transform: none;
    box-shadow: none;
  }
}
.header__menu-childs img {
  display: inline;
  vertical-align: bottom;
  margin-left: 8px;
}
.header__menu-child {
  display: flex;
  padding: 16px;
  border: 1px solid #ececec;
  justify-content: space-between;
}
@media print, screen and (max-width: 1079px) {
  .header__menu-child {
    border: 0;
    padding: 16px 24px;
  }
  .header__menu-child img {
    display: none;
  }
}
.header__navi {
  width: 100%;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .header__navi {
    overflow: auto;
    z-index: 9999;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: fit-content;
    height: 100vh;
    display: block;
    transform: translate(0, -100%);
    background-color: #fff;
    padding: 16px 0 96px;
    transition: 0.45s;
  }
}
.header__tel {
  margin-left: auto;
}
@media print, screen and (max-width: 1079px) {
  .header__tel {
    display: none;
  }
}
.header__tel .c-tel__icon {
  width: 19px;
}
.header__tel + .header__buttons {
  margin-left: 16px;
}
.header__buttons {
  display: flex;
  margin-left: auto;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .header__buttons {
    flex-direction: column-reverse;
    margin-top: 24px;
    padding: 0 24px;
  }
}
.header__button {
  margin-left: 16px;
  border: 2px solid #d5d5d5;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 24px;
  text-align: center;
  min-height: 40px;
  width: fit-content;
}
.header__button:first-child {
  margin-left: 0;
}
@media print, screen and (max-width: 1279px) {
  .header__button {
    margin-left: 16px;
  }
}
@media print, screen and (max-width: 1079px) {
  .header__button {
    font-size: 16px;
    margin: 0 0 24px;
    padding: 12px 0 16px;
    display: block;
    width: 100%;
  }
}
.header__button--fill {
  color: #fff;
  border-color: transparent !important;
}
.header__button--outline {
  color: #333;
  background: none !important;
}
.header__button--nooutline {
  color: #666;
  border: 0;
  padding: 8px 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1079px) {
  .header__button--nooutline {
    padding: 0 0;
    min-height: auto;
  }
}
.header__menu-button {
  display: none;
  position: absolute;
  top: 13px;
  right: 16px;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
@media print, screen and (max-width: 1079px) {
  .header__menu-button {
    display: flex;
  }
  .header__menu-button span,
  .header__menu-button span:before,
  .header__menu-button span:after {
    content: "";
    display: block;
    height: 2.5px;
    width: 30px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    transition: 0.3s;
  }
  .header__menu-button span:before {
    bottom: 10px;
  }
  .header__menu-button span:after {
    top: 10px;
  }
}
.header #menu-btn-check {
  display: none !important;
}
@media print, screen and (max-width: 1079px) {
  .header #menu-btn-check:checked ~ .header__menu-button span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .header #menu-btn-check:checked ~ .header__menu-button span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .header #menu-btn-check:checked ~ .header__menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header #menu-btn-check:checked ~ .header__navi {
    transform: none;
    transform: translate(0, 100%);
    display: block;
  }
}
.header__document-button {
  padding: 38px 0 32px 0;
  margin: 0 24px;
  border-top: #DEE2E6 1px solid;
  border-bottom: #DEE2E6 1px solid;
}
.header__document-button .c-document-button {
  width: calc(100% - 38px);
  margin-left: auto;
  margin-right: 0;
}
.header__document-button .c-document-button__text1 {
  font-size: 16px;
}

.header__menu-child {
  justify-content: start;
  align-items: center;
}
.header__menu-child > svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

img.header__menu-child-icon {
  display: block;
  position: static;
  width: 24px;
  height: 24px;
  vertical-align: center;
  margin: 0 8px 0 0;
}

.header-drawer-menu {
  padding: 24px;
  position: absolute;
  width: 100%;
  height: fit-content;
  opacity: 0;
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0) translate(0, 24px);
  transition: 0.4s;
  border-top: 2px solid var(--sumi-300, #dee2e6);
  background: var(--sumi-0, #fff);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
}

.header-drawer-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 36px;
}

.header-drawer-button {
  border-radius: 8px;
  border: 2px solid var(--sumi-300, #dee2e6);
  background: var(--sumi-0, #fff);
  padding: 16px;
  width: 112px;
  height: 112px;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-drawer-button:hover {
  opacity: 0.7;
}
.header-drawer-button__icon {
  margin-bottom: 8px;
}
.header-drawer-button__icon img {
  margin: auto;
  display: block;
}
.header-drawer-button__title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-drawer-links {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  gap: 24px;
  justify-content: center;
}

.header-drawer-link {
  font-weight: 500;
  display: flex;
  gap: 8px;
}
.header-drawer-link > svg {
  width: 24px;
  height: 24px;
}

.footer {
  background: var(--sumi-900, #212529);
}
.footer__inner {
  max-width: 1000px;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .footer__inner {
    padding: 0 5%;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 1079px) {
  .footer__row {
    flex-direction: column-reverse;
  }
}
.footer__logo {
  margin-bottom: 32px;
  display: inline-block;
  width: fit-content;
}
.footer__logo img {
  max-width: none;
  height: 40px;
}
@media print, screen and (max-width: 1079px) {
  .footer__logo img {
    max-width: none;
    height: 34px;
  }
}
@media print, screen and (max-width: 1079px) {
  .footer__logo {
    margin-bottom: 32px;
  }
}
.footer__head {
  background-color: #f8f8f7;
  padding: 80px 0;
}
@media print, screen and (max-width: 1079px) {
  .footer__head {
    padding: 48px 0;
  }
}
.footer__info-company {
  margin-bottom: 32px;
  font-weight: 500;
}
.footer__info-text:last-child {
  margin-bottom: 0;
}
.footer__icons {
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(3, auto);
  justify-content: flex-start;
}
.footer__icon small {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 4px;
  color: var(--font-color-font-color-dark-gray, #333);
}
.footer__icons-side-comment {
  margin-top: 32px;
  display: block;
  font-size: 8px;
  color: var(--font-color-font-color-dark-gray, #333);
  font-weight: 400;
  white-space: nowrap;
}
.footer__links-title {
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 500;
  display: block;
}
.footer__links + .footer__links {
  margin-top: 24px;
}
.footer__links-group {
  display: flex;
  column-gap: 64px;
}
@media print, screen and (max-width: 1079px) {
  .footer__links-group {
    display: block;
    margin-bottom: 48px;
  }
}
.footer__links-item {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-bottom: 16px;
}
.footer__links-item:last-child {
  margin-bottom: 0;
}
.footer__bottom {
  padding: 24px 0;
  color: var(--sumi-500, #adb5bd);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.footer__bottom a {
  color: var(--sumi-500, #adb5bd);
}
@media print, screen and (max-width: 1079px) {
  .footer__bottom {
    padding: 24px 0 24px;
  }
}
.footer__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}
@media print, screen and (max-width: 1079px) {
  .footer__bottom-row {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  .footer__bottom-link-items {
    margin-bottom: 16px;
  }
}
.footer__bottom-link-item {
  margin-right: 24px;
}
@media print, screen and (max-width: 1079px) {
  .footer__bottom-link-item {
    color: #0E63C4;
  }
}
.footer__bottom-link-item:last-child {
  margin-right: 0;
}

.lp-header {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 0;
  z-index: 2;
}
.lp-header__inner {
  padding: 0 96px;
  max-width: 1200px;
  margin: auto;
}
@media print, screen and (max-width: 1279px) {
  .lp-header__inner {
    padding: 0 64px;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .lp-header__inner {
    display: block;
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .lp-header__inner {
    max-width: 100%;
  }
}
.lp-header__logo {
  display: block;
}
.lp-header__logo img {
  max-width: none;
  height: 25px;
}
@media print, screen and (max-width: 1079px) {
  .lp-header__logo img {
    max-width: none;
    height: 15px;
  }
}

.lp-footer {
  padding: 48px 0 24px;
  text-align: center;
  font-size: 14px;
}
.lp-footer__links {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.lp-footer__link {
  margin: 0 12px;
  color: #0E63C4;
}
.lp-footer__link:hover {
  color: #0056b3;
}

.frm-show-form select,
.frm-show-form textarea,
.frm-show-form input[type=number],
.frm-show-form input[type=text],
.frm-show-form input[type=email],
.frm-show-form input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100% !important;
  padding: 6px 12px 8px 12px;
  border: solid 1px #dee2e6;
}
.frm-show-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%23ADB5BD%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.frm-show-form fieldset {
  border: 0;
}
.frm-show-form .frm_form_field {
  margin-top: 12px;
}
.frm-show-form .frm_form_field .frm_primary_label {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.frm-show-form .frm_html_container {
  margin-bottom: 16px;
  margin-top: 12px;
}
.frm-show-form .frm_primary_label {
  font-size: 13px;
}
.frm-show-form .frm_required_field .frm_required {
  background-color: #dc3545;
  color: #fff;
  font-size: 0;
  align-self: center;
  padding: 2px;
  margin-right: 4px;
  border-radius: 2px;
}
.frm-show-form .frm_required_field .frm_required::before {
  font-size: 10px;
  content: "必須";
  line-height: 1;
}
.frm-show-form input::placeholder {
  color: #adb5bd;
}
.frm-show-form select:invalid {
  color: #adb5bd;
}
.frm-show-form .frm_button_submit {
  cursor: pointer;
  display: block;
  border: 0;
  width: 100%;
  padding: 12px 24px 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  background-color: var(--color-button-primary, #0e63c4);
  color: #fff;
  transition: 0.3s;
}
.frm-show-form .frm_error {
  color: #dc3545;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
}

.application-form {
  width: 53rem;
  margin: auto;
  padding: 2.4rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(212, 212, 212, 0.5);
}
@media print, screen and (min-width: 1080px) {
  .application-form {
    max-width: 800px;
  }
}
@media print, screen and (max-width: 1079px) {
  .application-form {
    width: 100%;
  }
}

ul.frm_page_bar {
  flex-wrap: nowrap !important;
}

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