@charset "UTF-8";
.purpose-fonts01 {
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  .purpose-fonts01 {
    font-size: 20px;
  }
}
.purpose-fonts02 {
  font-size: 18px;
  font-weight: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .purpose-fonts02 {
    font-size: 24px;
  }
}
.purpose-fonts03 {
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .purpose-fonts03 {
    font-size: 30px;
  }
}
.purpose-fonts04 {
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .purpose-fonts04 {
    font-size: 36px;
  }
}
.purpose-fv {
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .purpose-fv {
    height: 500px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
.purpose-fv__back {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  /*&::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      background: linear-gradient(90deg, var(--main-color) 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.2;
      height: 250px;
      @include PC {
          display: none;
      }
  }*/
}
.purpose-fv__back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 250px;
}
@media (min-width: 768px) {
  .purpose-fv__back::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .purpose-fv__back {
    display: none;
  }
}
.purpose-fv .inner {
  height: 100%;
  padding-left: 35px;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .purpose-fv .inner {
    padding-left: 10px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 65px;
  }
}
.purpose-fv__area {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  z-index: 10;
}
@media (min-width: 768px) {
  .purpose-fv__area {
    gap: 31px;
    bottom: auto;
  }
}
.purpose-fv .title__headline {
  margin-left: 0;
}
.purpose-fv__title {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  height: 150px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .purpose-fv__title {
    display: block;
    color: #000;
    height: auto;
    margin-top: 0;
  }
}
.purpose-fv .moveline {
  display: none;
  position: relative;
  top: auto;
  left: -50%;
  width: 80%;
}
@media (min-width: 768px) {
  .purpose-fv .moveline {
    display: block;
  }
}
.purpose-fv__target {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #fff;
  height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .purpose-fv__target {
    display: block;
    color: #000;
    height: auto;
    margin-bottom: 0;
  }
}
.purpose-fv__copy {
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.9;
  height: auto;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .purpose-fv__copy {
    display: block;
    height: auto;
    padding: 0;
  }
}
.purpose-submenu .sub-nav {
  padding: 18px 15px;
}
@media (min-width: 768px) {
  .purpose-submenu .sub-nav {
    padding: 22px 15px;
  }
}
.purpose-submenu .sub-nav .nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .purpose-submenu .sub-nav .nav-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.purpose-submenu .sub-nav .nav-list .nav-item {
  margin-bottom: 8px;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .purpose-submenu .sub-nav .nav-list .nav-item {
    margin: 0 10px;
    margin-bottom: 0;
    width: auto;
    font-size: min(20px,1.5vw);
  }
}
.purpose-submenu .sub-nav .nav-list .nav-item__link {
  display: block;
  width: auto;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 0.1s ease;
  text-align: center;
}
@media (min-width: 768px) {
  .purpose-submenu .sub-nav .nav-list .nav-item__link {
    display: block;
    width: 100%;
    padding: 12px 5px 15px;
  }
}
.purpose-submenu .sub-nav .nav-list .nav-item__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: left 0.1s ease-out;
}
.purpose-submenu .sub-nav .nav-list .nav-item__link:hover {
  opacity: 1;
}
.purpose-submenu .sub-nav .nav-list .nav-item__link:hover::after {
  left: 0;
}
.purpose-section {
  /* FAQ */
}
.purpose-section .inner {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .purpose-section .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.purpose-section .sp-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .purpose-section .sp-column {
    flex-direction: row;
    align-items: stretch;
  }
}
.purpose-section .item-round {
  border-radius: 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.purpose-section .inline01 {
  outline-offset: -10px;
  outline: 1px solid var(--purpose-color);
}
@media (min-width: 768px) {
  .purpose-section .inline01 {
    outline-offset: -13px;
  }
}
.purpose-section .inline02 {
  outline-offset: -20px;
  outline: 1px solid var(--purpose-color);
}
@media (min-width: 768px) {
  .purpose-section .inline02 {
    outline-offset: -2.57vw;
  }
}
.purpose-section .inline03 {
  outline-offset: -5px;
  outline: 1px solid #fff;
}
.purpose-section .inline04 {
  outline-offset: -4px;
  outline: 1px solid var(--purpose-color);
}
.purpose-section .title__headline {
  margin-left: 30px;
}
.purpose-section .dot-title {
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 27px;
  font-weight: 500;
}
.purpose-section .dot-title::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
}
@media (min-width: 768px) {
  .purpose-section .dot-title {
    padding-left: 1.8rem;
    margin-bottom: 24px;
  }
}
.purpose-section .dot-title::before {
  width: 0.7em;
  height: 0.7em;
  background: var(--purpose-color);
}
.purpose-section .dot-title.mb-0 {
  margin-bottom: 0;
}
.purpose-section__title {
  position: relative;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .purpose-section__title {
    margin-bottom: 15px;
  }
}
.purpose-section__title .box-line-half {
  display: none;
  width: 80%;
  left: 70%;
}
@media (min-width: 768px) {
  .purpose-section__title .box-line-half {
    display: inline-block;
  }
}
.purpose-section .f-headline {
  margin-bottom: 10px;
}
.purpose-section__description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .purpose-section__description {
    margin-bottom: 40px;
  }
}
.purpose-section.common-issues {
  background-color: var(--idcard-back-lightcolor);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 74%;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(70, 70, 70, 0.32);
  background-image: none !important;
  /*↑後でちゃんと修正する*/
}
@media screen and (min-width: 367px) {
  .purpose-section.common-issues {
    background-position: 0 77%;
  }
}
@media (min-width: 768px) {
  .purpose-section.common-issues {
    background-size: 100%;
    background-position: 0 80%;
  }
}
@media screen and (min-width: 1000px) {
  .purpose-section.common-issues {
    background-size: cover;
    background-position: top;
  }
}
.purpose-section .common-issues__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__title {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .purpose-section .common-issues__title::before, .purpose-section .common-issues__title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--purpose-color);
    margin: 0 16px;
  }
}
.purpose-section .common-issues__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__list {
    gap: 25px;
  }
}
.purpose-section .common-issues__list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 25px 11vw 25px 11vw;
  line-height: 1.4;
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__list-item {
    flex-direction: column;
    width: calc((100% - 78px) / 3);
    padding: 25px 30px 30px;
    max-width: 310px;
    gap: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .purpose-section .common-issues__list-item {
    width: calc((100% - 78px) / 4);
    max-width: none;
  }
}
.purpose-section .common-issues__list-img {
  width: 40%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__list-img {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
.purpose-section .common-issues__list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3em;
  flex-shrink: 0;
  width: 60%;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__list-title {
    display: block;
    width: 100%;
  }
}
.purpose-section .common-issues__list-text {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__list-text {
    margin-top: 0;
  }
}
.purpose-section .common-issues__bottom {
  position: relative;
  width: 100%;
  margin-top: 19%;
  padding: 48px 20px 20px;
  clip-path: polygon(0% 0%, 33.5% 0%, 50% 13.5%, 67.5% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 500;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__bottom {
    margin-top: 6%;
    padding: 90px 20px 40px;
    clip-path: polygon(0% 0%, 32.65% 0%, 50% 28.5%, 67.35% 0%, 100% 0%, 100% 100%, 0% 100%);
    font-size: 30px;
  }
}
@media screen and (min-width: 940px) {
  .purpose-section .common-issues__bottom {
    font-size: 40px;
  }
}
.purpose-section .common-issues__bottom span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1px 5px;
  margin: 9px auto;
}
@media (min-width: 768px) {
  .purpose-section .common-issues__bottom span {
    padding: 1px 15px;
    margin: 0 auto;
    margin-right: 20px;
  }
}
.purpose-section .common-issues__bottom-img {
  position: absolute;
  bottom: 207px;
  max-width: 464px;
  z-index: 10;
  right: -8%;
  width: 46%;
}
@media screen and (min-width: 367px) {
  .purpose-section .common-issues__bottom-img {
    bottom: 167px;
  }
}
@media (min-width: 768px) {
  .purpose-section .common-issues__bottom-img {
    right: 1%;
    width: 30%;
    bottom: 139px;
  }
}
.purpose-section .features__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 768px) {
  .purpose-section .features__list {
    flex-direction: row;
    gap: 39px;
  }
}
.purpose-section .features__item {
  position: relative;
  padding: 40px 15vw;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .features__item {
    padding: 5vw 5.7vw;
    border-top-left-radius: 20px;
    width: calc((100% - 39px) / 2);
  }
}
.purpose-section .features__label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 10px;
  letter-spacing: 0.05em;
  font-style: italic;
  text-align: center;
  width: 70px;
  height: 70px;
  padding: 4px 9px 4px 5px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .purpose-section .features__label {
    font-size: 50px;
    padding: 14px 35px 18px 25px;
    width: 120px;
    height: 120px;
    border-top-left-radius: 20px;
  }
}
.purpose-section .features__image {
  width: 100%;
  height: auto;
  display: block;
}
.purpose-section .features__content {
  margin-top: 16px;
}
.purpose-section .features__title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--purpose-color);
  line-height: 1.5;
  font-weight: 600;
}
.purpose-section .features__text {
  line-height: 1.5;
}
.purpose-section.movie .youtube {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 458px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.purpose-section.type .inner {
  padding-bottom: 0;
}
.purpose-section .type__title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 15px;
  margin-bottom: 64%;
}
@media (min-width: 768px) {
  .purpose-section .type__title {
    gap: 35px;
    margin-bottom: 70px;
  }
}
.purpose-section .type__title .moveline {
  position: relative;
  left: -10%;
}
@media (min-width: 768px) {
  .purpose-section .type__title .moveline {
    left: -60%;
    margin-bottom: 0;
  }
}
.purpose-section .type__title-logo {
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .purpose-section .type__title-logo {
    height: 75px;
  }
}
.purpose-section .type__title-logo img {
  height: 40px;
  width: auto;
  max-width: none;
}
@media (min-width: 768px) {
  .purpose-section .type__title-logo img {
    height: 75px;
  }
}
.purpose-section .type__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .purpose-section .type__list {
    gap: 4vw;
    flex-direction: row;
    margin-bottom: 100px;
  }
}
.purpose-section .type__item {
  flex: 1;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 18px 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .purpose-section .type__item {
    width: calc((100% - 8vw) / 3);
  }
}
.purpose-section .type__item span {
  display: block;
}
.purpose-section .type__info {
  align-items: flex-start;
  background-size: contain;
  background-position: center 0px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .purpose-section .type__info {
    background-size: 57% auto;
    background-position: 2% center;
    min-height: 600px;
  }
}
.purpose-section .type__info.printr-agilia {
  background-image: url(../img/printer-agilia-sp.jpg);
}
@media (min-width: 768px) {
  .purpose-section .type__info.printr-agilia {
    background-image: url(../img/printer-agilia.jpg);
  }
}
.purpose-section .type__info.printr-primacy2 {
  background-image: url(../img/printer-primacy2-sp.jpg);
}
@media (min-width: 768px) {
  .purpose-section .type__info.printr-primacy2 {
    background-image: url(../img/printer-primacy2.jpg);
  }
}
.purpose-section .type__info.printr-zenius {
  background-image: url(../img/printer-zenius-sp.jpg);
}
@media (min-width: 768px) {
  .purpose-section .type__info.printr-zenius {
    background-image: url(../img/printer-zenius.jpg);
  }
}
.purpose-section .type__info.printr-plm {
  background-image: url(../img/printer-plm-sp.jpg);
}
@media (min-width: 768px) {
  .purpose-section .type__info.printr-plm {
    background-image: url(../img/printer-plm.jpg);
  }
}
.purpose-section .type__info.printr-clm {
  background-image: url(../img/printer-clm-sp.jpg);
}
@media (min-width: 768px) {
  .purpose-section .type__info.printr-clm {
    background-image: url(../img/printer-clm.jpg);
  }
}
.purpose-section .type__info-img {
  flex: 1;
  align-items: stretch;
}
.purpose-section .type__info-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  align-items: stretch;
  gap: 15px;
  padding: 0 30px;
  padding-top: 67%;
  margin: 0 auto 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .type__info-detail {
    gap: 30px;
    padding: 60px 40px 40px 0;
    margin: 0;
    width: 90%;
    max-width: 610px;
  }
}
.purpose-section .type__info-title {
  border-bottom: 1px solid var(--purpose-color);
  padding-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .purpose-section .type__info-title {
    padding-bottom: 30px;
  }
}
.purpose-section .type__info .indent {
  position: relative;
  padding-left: 1em;
  text-indent: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .purpose-section .type__info .indent {
    margin-bottom: 10px;
  }
}
.purpose-section .type__info .indent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* 縦位置を微調整 */
  width: 0.6em;
  height: 0.6em;
  background-color: var(--purpose-color); /* 黒い四角 */
  display: inline-block;
}
.purpose-section .type__subtitle {
  padding: 55px 20px 15px;
  font-weight: 500;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .purpose-section .type__subtitle {
    padding: 65px 20px 30px;
  }
}
.purpose-section .type__feature-options__list {
  position: relative;
  gap: 10px;
  padding: 0px 0 30px;
}
@media (min-width: 768px) {
  .purpose-section .type__feature-options__list {
    gap: 38px 4.86vw;
    padding: 0px 0 80px;
  }
}
.purpose-section .type__feature-options__list ._note {
  position: relative;
  font-size: 12px;
}
.purpose-section .type__feature-options__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 30px 20px;
  gap: 0px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .purpose-section .type__feature-options__item {
    width: calc((100% - 9.72vw) / 3);
  }
}
.purpose-section .type__feature-options__title {
  text-align: center;
  display: flex;
  line-height: 1.3;
  min-height: 3em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.purpose-section .type__feature-options__img {
  margin-bottom: 10px;
}
.purpose-section .type__feature-options__text {
  padding-top: 20px;
  border-top: 1px solid var(--purpose-color);
}
@media (min-width: 768px) {
  .purpose-section .type__feature-options__text {
    margin: 0 10px;
  }
}
.purpose-section.type01, .purpose-section.type02, .purpose-section.type03 {
  background-position: left 150px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .purpose-section.type01, .purpose-section.type02, .purpose-section.type03 {
    background-position: right top;
    background-size: 50%;
  }
}
.purpose-section .point__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .purpose-section .point__list {
    gap: 70px;
    padding-bottom: 70px;
  }
}
.purpose-section .point__item {
  position: relative;
  border-top-left-radius: 10px;
  padding: 30px;
  padding-top: 60px;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .point__item {
    border-top-left-radius: 20px;
    padding: 40px;
    padding-top: 80px;
    gap: 5.4vw;
  }
}
.purpose-section .point__item-number {
  border-top-left-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 30px;
  width: 160px;
  height: 40px;
}
@media (min-width: 768px) {
  .purpose-section .point__item-number {
    border-top-left-radius: 20px;
    width: 160px;
    height: 50px;
    padding: 5px 30px;
  }
}
.purpose-section .point__item-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.purpose-section .point__item-title {
  line-height: 1.5;
}
.purpose-section .point__item-text {
  line-height: 1.6;
}
.purpose-section .point__item-img {
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .point__item-img {
    width: 300px;
  }
}
.purpose-section .clumn1__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .purpose-section .clumn1__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    gap: 30px;
  }
}
.purpose-section .clumn1__item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  gap: 2vw;
  padding: 30px;
}
@media (min-width: 768px) {
  .purpose-section .clumn1__item {
    padding: 0;
  }
}
.purpose-section .clumn1__item-img {
  flex: 1;
}
@media (min-width: 768px) {
  .purpose-section .clumn1__item-img {
    padding: 85px 0 85px 4.3vw;
  }
}
.purpose-section .clumn1__item-img img {
  width: 100%;
  max-width: 500px;
}
.purpose-section .clumn1__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  flex: 1;
}
@media (min-width: 768px) {
  .purpose-section .clumn1__item-text {
    padding: 85px 4.3vw 40px 0;
  }
}
.purpose-section .clumn1__item-text .layout__column-more {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.purpose-section .clumn2__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .purpose-section .clumn2__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8.33vw;
    margin-bottom: 80px;
  }
}
.purpose-section .clumn2__item {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 10px;
  overflow: hidden;
  line-height: 1.4;
  padding-top: 55px;
}
@media (min-width: 768px) {
  .purpose-section .clumn2__item {
    border-top-left-radius: 20px;
    width: calc((100% - 8.33vw) / 2);
  }
}
.purpose-section .clumn2__item-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 160px;
  height: 50px;
  padding: 14px 0;
}
.purpose-section .clumn2__item-img {
  text-align: center;
}
.purpose-section .clumn2__item-img img {
  max-width: 410px;
}
.purpose-section .clumn2__item-text {
  flex: 1;
  text-align: center;
}
.purpose-section .clumn2__item-text .clumn2__num {
  display: block;
}
.purpose-section .clumn2__item-subtitle {
  min-height: 2em;
  flex-shrink: 0;
  text-align: center;
  padding-bottom: 25px;
  margin: 10px 30px 0;
  border-bottom: 1px solid var(--purpose-color);
}
@media (min-width: 768px) {
  .purpose-section .clumn2__item-subtitle {
    margin: 10px 3.3vw 0;
  }
}
.purpose-section .clumn2__item-description {
  padding: 25px 30px 35px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .purpose-section .clumn2__item-description {
    padding: 25px 3.3vw 35px;
  }
}
.purpose-section .clumn2-img__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.purpose-section .clumn2-img__item-title {
  padding: 20px;
  text-align: center;
  min-height: 2em;
  flex: 0 0 auto;
}
.purpose-section .clumn2-img__item-img {
  padding: 30px 25px;
  flex: 0 0 auto;
}
.purpose-section .clumn2-img__item-text {
  padding: 0 25px 80px;
  flex: 1;
}
.purpose-section .clumn2-img__item ._note {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  font-size: 12px;
  padding-right: 25px;
  text-align: right;
}
.purpose-section .clumn3-swiper-wrapper {
  display: flex;
  flex-direction: row;
  transition-property: transform;
  box-sizing: content-box;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .purpose-section .clumn3-swiper-wrapper {
    display: contents;
    padding-bottom: 0;
  }
}
.purpose-section .clumn3-swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.purpose-section .clumn3-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #5c5452;
  margin: 0 8px;
  opacity: 1;
}
.purpose-section .clumn3-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}
@media (min-width: 768px) {
  .purpose-section .clumn3-swiper-pagination {
    display: none;
  }
}
.purpose-section .clumn3__list {
  display: block;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .purpose-section .clumn3__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 80px;
    margin-left: 0;
  }
}
.purpose-section .clumn3__item {
  display: block;
  width: auto;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .purpose-section .clumn3__item {
    width: calc((100% - 60px) / 3);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.purpose-section .clumn3__item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 4em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 0 0 2.36vw;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .purpose-section .clumn3__item-title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 90px;
  }
}
.purpose-section .clumn3__item-img {
  width: 115px;
}
@media (min-width: 768px) {
  .purpose-section .clumn3__item-img {
    max-width: 140px;
    width: 30%;
  }
}
.purpose-section .clumn3__item-text {
  flex: 1;
  text-align: center;
  font-size: 24px;
}
.purpose-section .clumn3__item-text .clumn3__num {
  display: block;
  font-size: 16px;
}
.purpose-section .clumn3__item-subtitle {
  min-height: 2em;
  flex-shrink: 0;
  text-align: center;
  padding-bottom: 25px;
  margin: 35px 20px 0;
  border-bottom: 1px solid var(--purpose-color);
}
@media (min-width: 768px) {
  .purpose-section .clumn3__item-subtitle {
    margin: 35px 2vw 0;
  }
}
.purpose-section .clumn3__item-description {
  padding: 25px 20px 25px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .purpose-section .clumn3__item-description {
    padding: 25px 2.2vw 35px;
  }
}
.purpose-section .clumn3-img__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.purpose-section .clumn3-img__item-title {
  padding: 20px;
  text-align: center;
  min-height: 2em;
  flex: 0 0 auto;
}
.purpose-section .clumn3-img__item-img {
  padding: 30px 25px;
  flex: 0 0 auto;
}
.purpose-section .clumn3-img__item-text {
  padding: 0 25px 60px;
  flex: 1;
}
@media (min-width: 768px) {
  .purpose-section .clumn3-img__item-text {
    padding: 0 25px 80px;
  }
}
.purpose-section .clumn3-img__item ._note {
  display: block;
  position: relative;
  bottom: 30px;
  left: 0;
  font-size: 12px;
  padding-right: 25px;
  text-align: right;
}
@media (min-width: 768px) {
  .purpose-section .clumn3-img__item ._note {
    bottom: 20px;
  }
}
.purpose-section .clumn3__list.no-swiper {
  display: flex;
  margin-left: 0px;
  margin-bottom: 44px;
  gap: 30px;
}
@media (min-width: 768px) {
  .purpose-section .clumn3__list.no-swiper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 80px;
    margin-left: 0;
  }
}
.purpose-section .clumn3__list.no-swiper .clumn3__item {
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .clumn3__list.no-swiper .clumn3__item {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 768px) {
  .purpose-section.clumn3 {
    padding-top: 20px;
  }
}
.purpose-section.clumn3 .box-area {
  position: relative;
  padding: 44px 0 0;
}
@media (min-width: 768px) {
  .purpose-section.clumn3 .box-area {
    padding: 60px 0 0;
  }
}
.purpose-section.clumn3 .box-area .movebox {
  position: absolute;
  height: 80%;
  top: 0;
  z-index: -1;
  width: 109%;
  left: -7%;
}
@media (min-width: 768px) {
  .purpose-section.clumn3 .box-area .movebox {
    width: 140%;
    left: -35%;
  }
}
.purpose-section.clumn3 .box-area__topimg {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px;
  background: #fff;
}
.purpose-section.recommend .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.purpose-section .recommend__title {
  width: 100%;
  text-align: center;
  height: 220px;
  position: relative;
  padding-top: 37px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .purpose-section .recommend__title {
    height: 360px;
    padding-top: 55px;
    margin-bottom: 10px;
  }
}
.purpose-section .recommend__content {
  justify-content: flex-start;
  align-items: stretch;
}
.purpose-section .recommend__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .purpose-section .recommend__info {
    gap: 20px;
    padding-bottom: 50px;
  }
}
.purpose-section .recommend__info-logo {
  height: 40px;
  width: auto;
  gap: 20px;
}
@media (min-width: 768px) {
  .purpose-section .recommend__info-logo {
    height: 68px;
  }
}
.purpose-section .recommend__info-logo img {
  max-width: none;
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .purpose-section .recommend__info-logo img {
    height: 68px;
  }
}
.purpose-section .recommend__info-img {
  max-width: 405px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .purpose-section .recommend__info-img {
    margin-left: 0;
  }
}
.purpose-section .recommend__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .purpose-section .recommend__img {
    align-items: stretch;
    justify-content: flex-end;
    width: 40%;
    padding-left: 5%;
  }
}
.purpose-section .recommend__img .person-with-bubble {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .purpose-section .recommend__img .person-with-bubble {
    width: 100%;
  }
}
.purpose-section .recommend__img .circle-text {
  position: absolute;
  left: -70px;
  width: 180px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: 2px 2px 3px #ccc;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .purpose-section .recommend__img .circle-text {
    left: 0px;
    font-size: 27px;
    max-width: 350px;
    bottom: 27%;
    width: 92%;
  }
}
@media screen and (min-width: 1200px) {
  .purpose-section .recommend__img .circle-text {
    left: -100px;
    bottom: 34%;
    font-size: 36px;
  }
}
.purpose-section .recommend__img .person-img {
  width: 100%;
  max-width: 200px;
  display: block;
  position: relative;
  display: block;
  z-index: 10;
  margin-top: 80px;
  margin-left: 14%;
}
@media (min-width: 768px) {
  .purpose-section .recommend__img .person-img {
    width: 70%;
    max-width: 372px;
    position: absolute;
    margin-top: 30px;
    margin-left: 0;
    bottom: 0;
    right: -10%;
  }
}
@media screen and (min-width: 1200px) {
  .purpose-section .recommend__img .person-img {
    width: 100%;
  }
}
.purpose-section .recommend__bottom-area {
  padding: 48px 10px;
}
.purpose-section .recommend__bottom-area .section-header {
  margin-bottom: 20px;
}
.purpose-section .recommend__bottom-area .management-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.47vw;
  margin-bottom: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .purpose-section .recommend__bottom-area .management-grid {
    justify-content: space-around;
    margin-bottom: 90px;
  }
}
.purpose-section .recommend__bottom-area .management-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .purpose-section .recommend__bottom-area .management-item {
    width: calc((100% - 13.88vw) / 5);
    flex: 1;
  }
}
.purpose-section .recommend__bottom-area .management-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.purpose-section .recommend__bottom-area .management-item .circle-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position: center;
  line-height: 1;
  padding-top: 10px;
}
.purpose-section .recommend__bottom-area .management-item .circle-top img {
  width: 41%;
}
.purpose-section .recommend__bottom-area .management-item .circle-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.4;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .purpose-section .recommend__bottom-area .point__list {
    padding-bottom: 20px;
  }
}
.purpose-section .flow__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .purpose-section .flow__list {
    gap: 30px;
  }
}
.purpose-section .flow__list .triangle {
  border: 0;
  width: 70px;
  height: 17px;
  background: var(--idcard-gradation02);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (min-width: 768px) {
  .purpose-section .flow__list .triangle {
    width: 100px;
    height: 25px;
  }
}
.purpose-section .flow__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .flow__item {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.purpose-section .flow__item-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .purpose-section .flow__item-title {
    padding: 15px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.purpose-section .flow__item-detail {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.purpose-section .flow__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .purpose-section .flow__item-img {
    padding: 30px 0;
  }
}
.purpose-section .flow__item-img img {
  max-width: 430px;
}
.purpose-section .flow__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  padding: 20px;
}
@media (min-width: 768px) {
  .purpose-section .flow__item-text {
    padding: 10px 3.47vw;
  }
}
.purpose-section .flow__item-text ._inner {
  display: inline-block;
}
.purpose-section .table-scroll {
  margin-top: 50px;
  border: 0;
  padding: 0 0 10px;
  /*スクロールバー非表示（IE・Edge）*/
}
.purpose-section .flex-table {
  border: 1px solid var(--darkgray-bg-color);
  margin-bottom: 10px;
  font-weight: 400;
}
.purpose-section .flex-table__header-row, .purpose-section .flex-table__row {
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--darkgray-bg-color);
  line-height: 1.4;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 768px) {
  .purpose-section .flex-table__header-row, .purpose-section .flex-table__row {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.purpose-section .flex-table__header-row:last-child, .purpose-section .flex-table__row:last-child {
  border-bottom: none;
}
.purpose-section .flex-table__header-row {
  color: #000;
}
.purpose-section .flex-table__header, .purpose-section .flex-table__data {
  padding: 10px;
  flex-grow: 1;
  flex-basis: 0;
  word-break: break-word;
}
@media (min-width: 768px) {
  .purpose-section .flex-table__header, .purpose-section .flex-table__data {
    text-align: left;
  }
}
.purpose-section .flex-table__header:last-child, .purpose-section .flex-table__data:last-child {
  border-right: none;
}
.purpose-section .flex-table__header {
  background-color: #fff;
  text-align: center;
}
.purpose-section .flex-table__header--name {
  flex-basis: 25%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .purpose-section .flex-table__header--name {
    min-width: auto;
    padding: 25px 15px;
  }
}
.purpose-section .flex-table__header--spec {
  flex-basis: 24%;
  padding: 15px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .purpose-section .flex-table__header--spec {
    min-width: auto;
    padding: 25px 15px;
  }
}
.purpose-section .flex-table__data--name {
  flex-basis: 25%;
  padding: 15px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .purpose-section .flex-table__data--name {
    min-width: auto;
    padding: 25px 15px;
  }
}
.purpose-section .flex-table__data--spec {
  flex-basis: 24%;
  padding: 15px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .purpose-section .flex-table__data--spec {
    min-width: auto;
    padding: 25px 15px;
  }
}
.purpose-section.card-type .layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .purpose-section.card-type .layout {
    flex-direction: row;
  }
}
.purpose-section.card-type .menu {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .purpose-section.card-type .menu {
    padding-left: 0;
    flex: 0 0 260px;
  }
}
.purpose-section.card-type .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
.purpose-section.card-type .menu-item {
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  padding-left: 1em;
  text-indent: 0;
  margin-bottom: 20px;
}
.purpose-section.card-type .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* 縦位置を微調整 */
  width: 0.6em;
  height: 0.6em;
  background-color: var(--purpose-color); /* 黒い四角 */
  display: inline-block;
}
.purpose-section.card-type .menu-item:hover {
  opacity: 0.5;
}
.purpose-section.card-type .menu-item.active {
  color: var(--purpose-color);
}
@media (min-width: 768px) {
  .purpose-section.card-type .menu-item.active {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .purpose-section.card-type .menu-item {
    border-bottom: none;
    border-left: 4px solid transparent;
  }
}
.purpose-section.card-type .content {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--purpose-color);
}
@media (min-width: 768px) {
  .purpose-section.card-type .content {
    flex: 1;
  }
}
.purpose-section.card-type .content .content-panel {
  display: none;
  flex-direction: column;
  width: 100%;
}
.purpose-section.card-type .content .content-panel.active {
  display: flex;
}
.purpose-section.card-type .content .content-panel__title {
  position: relative;
  width: 100%;
  padding: 15px 20px;
}
.purpose-section.card-type .content .content-panel__title ._note {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 20%;
  line-height: 1.3;
}
.purpose-section.card-type .content .content-panel__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 20px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .purpose-section.card-type .content .content-panel__list {
    justify-content: flex-start;
    gap: 17px;
  }
}
.purpose-section.card-type .content .content-panel__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
}
@media (min-width: 768px) {
  .purpose-section.card-type .content .content-panel__item {
    width: calc((100% - 51px) / 4);
  }
}
.purpose-section.card-type .content .content-panel__item-name ._colorset {
  display: inline-block;
  max-width: 170px;
  width: 76%;
  vertical-align: baseline;
  margin-left: 5px;
}
.purpose-section.card-type .content .content-panel .sp-column {
  gap: 15px;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .purpose-section.card-type .content .content-panel .sp-column img {
    width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 768px) {
  .purpose-section.consumables .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.purpose-section .consumables-area {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .purpose-section .consumables-area {
    padding: 67px 0 60px;
  }
}
.purpose-section .consumables-area:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .purpose-section .consumables-area:last-of-type {
    padding: 67px 0 60px;
  }
}
.purpose-section .consumables .dot-title {
  margin-bottom: 40px;
}
.purpose-section .consumables .indent {
  display: block;
  position: relative;
  padding-left: 1em;
  text-indent: 0;
  margin-bottom: 10px;
}
.purpose-section .software__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 768px) {
  .purpose-section .software__list {
    gap: 57px;
  }
}
.purpose-section .software__item {
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .purpose-section .software__item {
    gap: 6.1vw;
  }
}
.purpose-section .software__detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.purpose-section .software__detail-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.purpose-section .software__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  padding: 20px;
  background: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .purpose-section .software__img {
    width: 377px;
  }
}
.purpose-section .software__img img {
  max-width: 294px;
}
.purpose-section .introduction__flow-container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 3.47vw;
}
.purpose-section .introduction__flow-container::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--purpose-color);
  left: 54px;
}
@media (min-width: 768px) {
  .purpose-section .introduction__flow-container::after {
    width: 100%;
    height: 1px;
    top: 48px;
    left: 0;
  }
}
.purpose-section .introduction__flow-item {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  text-align: center;
  width: calc(100% - 20px);
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .purpose-section .introduction__flow-item {
    flex-direction: column;
    width: calc((100% - 13.88vw) / 5);
    padding-bottom: 0;
  }
}
.purpose-section .introduction__flow-item::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 35px;
  bottom: -10px;
  right: calc(40% - 10px);
  background-image: url(../img/introduction-arrow.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .purpose-section .introduction__flow-item::after {
    right: -15%;
    bottom: auto;
    transform: rotate(0deg);
    top: 45%;
    width: 8%;
    height: 40px;
  }
}
.purpose-section .introduction__flow-item:last-of-type::after {
  display: none;
}
.purpose-section .introduction__flow-item .flow-num {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 80px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .purpose-section .introduction__flow-item .flow-num {
    width: 100%;
    height: 70px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
  }
}
.purpose-section .introduction__flow-item .flow-num::after {
  content: "";
  position: absolute;
  width: 12px;
  background: var(--idcard-gradation01);
  height: 12px;
  bottom: auto;
  top: 22px;
  right: 20px;
  z-index: 20;
}
@media (min-width: 768px) {
  .purpose-section .introduction__flow-item .flow-num::after {
    top: auto;
    bottom: 10px;
    right: auto;
    transform: translateY(-50%);
    left: calc(50% - 6px);
  }
}
.purpose-section .introduction__flow-item .flow-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .purpose-section .introduction__flow-item .flow-content {
    width: 100%;
  }
}
.purpose-section .introduction__flow-item .flow-icon {
  width: 80px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .purpose-section .introduction__flow-item .flow-icon {
    width: 160px;
  }
}
.purpose-section .introduction__flow-item .flow-text {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.purpose-section .introduction__flow-item .flow-img {
  padding: 20px 2vw 30px;
  margin-bottom: 20px;
}
.purpose-section .introduction__flow-item .flow-duration {
  background: #fff;
  padding: 2px 10px;
}
.purpose-section .introduction__flow-item .flow-description {
  color: #000;
  text-align: left;
  line-height: 1.2;
}
.purpose-section.support .point__list-support .back_color {
  background: #808080;
}
.purpose-section.support .point__list-support .inline01 {
  outline: 1px solid #808080;
}
.purpose-section .purpose-faq .purpose-faq-item {
  margin-bottom: 20px;
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-question {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px 15px 50px;
  background: #ccc;
  color: #000;
  border: 0;
  transition: background-color 0.2s, color 0.2s;
}
@media (min-width: 768px) {
  .purpose-section .purpose-faq .purpose-faq-item .purpose-faq-question {
    padding: 15px 3vw 15px 8.6vw;
    font-size: 20px;
  }
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-question::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 17px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .purpose-section .purpose-faq .purpose-faq-item .purpose-faq-question::before {
    width: 23px;
    font-size: 24px;
    left: 2.7vw;
  }
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-question .purpose-faq-question_text {
  flex: 1;
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-question .icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 0.5px solid #4d4d4d;
  background-color: #fff;
  border-radius: 50%;
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-question .icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/faq-open.svg);
  background-repeat: no-repeat;
  background-position: -1px -1px;
  background-size: 100%;
}
.purpose-section .purpose-faq .purpose-faq-item:not(.is-open):hover .purpose-faq-question {
  background-color: var(--middlegray-bg-color);
}
.purpose-section .purpose-faq .purpose-faq-item:not(.is-open):hover .purpose-faq-question::before {
  color: #fff;
}
.purpose-section .purpose-faq .purpose-faq-item:not(.is-open):hover .purpose-faq-question_text {
  color: #fff;
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  font-weight: 400;
  background: var(--idcard-back-lightcolor);
  padding: 0 20px 0 50px;
}
@media (min-width: 768px) {
  .purpose-section .purpose-faq .purpose-faq-item .purpose-faq-answer {
    padding-left: 8%;
    padding: 0 3vw 0 8.6vw;
  }
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-answer::before {
  position: absolute;
  content: "A";
  left: 20px;
  top: 15x;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: var(--purpose-color);
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .purpose-section .purpose-faq .purpose-faq-item .purpose-faq-answer::before {
    font-size: 24px;
    left: 3vw;
    top: 15px;
  }
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-answer a {
  color: var(--purpose-color);
}
.purpose-section .purpose-faq .purpose-faq-item .purpose-faq-answer a:hover {
  text-decoration: underline;
}
.purpose-section .purpose-faq .purpose-faq-item.is-open .purpose-faq-question::after {
  color: #333;
}
.purpose-section .purpose-faq .purpose-faq-item.is-open .purpose-faq-question .icon {
  background: var(--idcard-gradation02);
}
.purpose-section .purpose-faq .purpose-faq-item.is-open .purpose-faq-question .icon::after {
  background: url(../img/faq-close.svg);
  background-position: -1px -1px;
}
.purpose-section .purpose-faq .purpose-faq-item.is-open .purpose-faq-answer {
  padding: 15px 20px 15px 50px;
  max-height: fit-content;
}
@media (min-width: 768px) {
  .purpose-section .purpose-faq .purpose-faq-item.is-open .purpose-faq-answer {
    padding: 15px 3vw 15px 8.6vw;
  }
}
.purpose-section .purpose-faq-other .faq-item {
  background: #fff;
}
.purpose-section .purpose-faq-other .faq-item .faq-question::before,
.purpose-section .purpose-faq-other .faq-item .faq-answer::before {
  display: none;
}
.purpose-section .purpose-faq-other .faq-item .faq-question,
.purpose-section .purpose-faq-other .faq-item .faq-answer {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .purpose-section .purpose-faq-other .faq-item .faq-question,
  .purpose-section .purpose-faq-other .faq-item .faq-answer {
    padding-left: 10px;
  }
}

.cta-cardex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: 175px;
  background: linear-gradient(to right, var(--main-color) 60px, #808080 60px);
  text-align: center;
}
@media (min-width: 768px) {
  .cta-cardex {
    height: 300px;
    background: linear-gradient(to right, var(--main-color) 13%, #808080 13%);
  }
}
.cta-cardex::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/cta-img-sp.svg);
  background-size: auto 180px;
  background-repeat: no-repeat;
  background-position: 0 7px;
  z-index: 1;
}
@media (min-width: 768px) {
  .cta-cardex::after {
    background-image: url(../img/cta-img.svg);
    background-size: 100% auto;
    background-position: top left;
  }
}
.cta-cardex .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cta-cardex .inner {
    padding-left: 12%;
  }
}
@media screen and (min-width: 1000px) {
  .cta-cardex .inner {
    padding-left: 10px;
  }
}
.cta-cardex .border-decoration {
  position: absolute;
  right: 3%;
  width: 95%;
  height: 115px;
  box-sizing: border-box;
  pointer-events: none; /* 必要ならクリックを素通しにできる */
  top: 43%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .cta-cardex .border-decoration {
    top: 46%;
    height: 166px;
  }
}
.cta-cardex .border-decoration .top-line {
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #fff;
}
.cta-cardex .border-decoration .top-line.left {
  left: 7%;
  width: 33%;
}
@media (min-width: 768px) {
  .cta-cardex .border-decoration .top-line.left {
    left: 7%;
    width: 33%;
  }
}
.cta-cardex .border-decoration .top-line.right {
  right: 0;
  width: 40%;
}
.cta-cardex .border-decoration .corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16%;
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.cta-cardex__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
  margin-top: 33px;
}
@media (min-width: 768px) {
  .cta-cardex__area {
    margin-top: 70px;
  }
}
.cta-cardex__image {
  position: absolute;
  max-width: 200px;
  width: 16%;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}
@media (min-width: 768px) {
  .cta-cardex__image {
    top: 2px;
  }
}
.cta-cardex .cta-cardex__catch {
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .cta-cardex .cta-cardex__catch {
    margin-bottom: 25px;
  }
}
.cta-cardex .btn-wrap {
  margin: 0 auto;
  width: 95%;
  position: relative;
  width: 95%;
  z-index: 10;
}
@media (min-width: 768px) {
  .cta-cardex .btn-wrap .btn-01 {
    width: 70%;
    max-width: 900px;
  }
}

.software__detail-text a {
  color: var(--main-color);
}
.software__detail-text a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */