<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==============================
# common
==============================*/
:root {
  --color-text: #373737;
  --color-main: #fe7500;
  --font-barlow: "Barlow", sans-serif;
}

.u-sp {
  display: none;
}
@media print, screen and (max-width:600px) {
  .u-sp {
    display: block;
  }
}

.u-tab-sp {
  display: none;
}
@media print, screen and (max-width:980px) {
  .u-tab-sp {
    display: block;
  }
}

@media print, screen and (max-width:980px) {
  .u-tab-pc {
    display: none;
  }
}

@media print, screen and (max-width:600px) {
  .u-pc {
    display: none;
  }
}

@media print, screen and (max-width:1200px) {
  .u-xl {
    display: none;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
}
@media print, screen and (max-width:600px) {
  .l-inner {
    padding: 0 20px;
  }
}

.p-josys {
  box-sizing: border-box;
}

.p-josys-title {
  text-align: center;
}

.p-josys-title h2 {
  color: var(--color-main);
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  position: relative;
}
@media print, screen and (max-width:600px) {
  .p-josys-title h2 {
    font-size: 28px;
    line-height: 1.43;
    position: relative;
  }
}

.p-josys-title h2::before {
  background: linear-gradient(to right, #ffd24e, #fe7500);
  border-radius: 20px;
  content: "";
  height: 3px;
  left: -60px;
  position: absolute;
  top: 50%;
  width: 40px;
}
@media print, screen and (max-width:600px) {
  .p-josys-title h2::before {
    border-radius: 30px;
    left: -30px;
    width: 20px;
  }
}

.p-josys-title h2::after {
  background: linear-gradient(to right, #ffd24e, #fe7500);
  border-radius: 20px;
  content: "";
  height: 3px;
  position: absolute;
  right: -50px;
  top: 50%;
  width: 40px;
}
@media print, screen and (max-width:600px) {
  .p-josys-title h2::after {
    border-radius: 30px;
    right: -30px;
    width: 20px;
  }
}

/*==============================
# fv
==============================*/
.p-josys-fv__img {
  width: 100%;
}

.p-josys-fv__img img {
  width: 100%;
}

/*==============================
# cta
==============================*/
.p-josys-cta {
  background: linear-gradient(to right, #fe7500, #fea02b);
}

.p-josys-cta--bottom {
  margin-top: 80px;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta--bottom {
    margin-top: 60px;
  }
}

.p-josys-cta__inner {
  padding-top: 16px;
  padding-bottom: 22px;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta__inner {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.p-josys-cta__text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta__text {
    font-size: 16px;
  }
}

.p-josys-cta__text,
.p-josys-cta__text span {
  color: #fff;
}

.p-josys-cta__text .num {
  font-family: "Barlow", sans-serif;
}

.p-josys-cta__text .large {
  font-size: 40px;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta__text .large {
    font-size: 28px;
  }
}

.p-josys-cta__text .ja {
  font-size: 24px;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta__text .ja {
    font-size: 16px;
  }
}

.p-josys-cta__btn {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta__btn {
    margin-top: 0;
  }
}

.p-josys-cta__btn a {
  align-items: center;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 110px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  max-width: 440px;
  position: relative;
  transition: 0.6s ease;
  width: 100%;
  color: var(--color-main);
  padding-right: 40px;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta__btn a {
    border-radius: 80px;
    font-size: 14px;
    height: 54px;
    justify-content: center;
    max-width: 320px;
    padding-right: 0;
    text-align: center;
  }
}

.p-josys-cta__btn a:hover {
  background: var(--color-main);
  color: #fff;
}

.p-josys-cta__btn a::after {
  align-items: center;
  background: var(--color-main);
  border-radius: 50%;
  color: #fff;
  content: "→";
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s ease;
  width: 36px;
}
@media print, screen and (max-width:600px) {
  .p-josys-cta__btn a::after {
    height: 28px;
    width: 28px;
  }
}

.p-josys-cta__btn a:hover::after {
  background: #fff;
  color: var(--color-main);
}

/*==============================
# feature
==============================*/
.p-josys-feature {
  margin-top: 60px;
}

.p-josys-feature__inner {
  margin: 0 auto;
  max-width: 1166px;
  padding: 0 40px;
  width: 100%;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature__inner {
    margin: 0 auto;
    max-width: 640px;
    padding: 0 20px;
  }
}

.p-josys-feature__list {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature__list {
    margin-top: 50px;
    gap: 50px;
    flex-direction: column;
  }
}

.p-josys-feature-item {
  width: calc(25% - 40px * 3 / 4);
  position: relative;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
}

.p-josys-feature-item__num {
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  position: relative;
  z-index: 1;
  position: absolute;
  top: -40px;
  left: 0;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature-item__num {
    font-size: 40px;
    top: -30px;
  }
}

.p-josys-feature-item__img {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature-item__img {
    flex: 0 0 53.33%;
  }
}

.p-josys-feature-item__img::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.p-josys-feature-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-josys-feature-item__body {
  margin-top: 10px;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature-item__body {
    margin-top: 0;
    flex: 0 1 100%;
  }
}

.p-josys-feature-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  color: var(--color-main);
  text-align: center;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature-item__title {
    font-size: 18px;
    line-height: 1.55;
    text-align: left;
  }
}

.p-josys-feature-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature-item__text {
    margin-top: 5px;
    text-align: left;
  }
}

.p-josys-feature-movie {
  margin-top: 80px;
}
@media print, screen and (max-width:980px) {
  .p-josys-feature-movie {
    margin-top: 60px;
  }
}


.p-josys-feature-movie__content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.p-josys-feature-movie__content::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-josys-feature-movie__content iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100.5%;
  height: 100.5%;
  object-fit: cover;
}

.p-josys-feature-movie__link {
  margin-top: 20px;
  text-align: center;
}

.p-josys-feature-movie__link span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  color: var(--color-main);
  position: relative;
  padding-left: 36px;
  transition: 0.6s ease;
  cursor: pointer;
}

.p-josys-feature-movie__link span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(./img/ico_play.svg);
}

.p-josys-feature-movie__link span:hover {
  opacity: 0.8;
}

/*==============================
# problem
==============================*/
.p-josys-problem {
  margin-top: 80px;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem {
    margin-top: 60px;
  }
}

@media print, screen and (max-width:980px) {
  .p-josys-problem__inner {
    padding: 0 20px;
    max-width: 640px;
  }
}

.p-josys-problem-box {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  position: relative;
  background-image: url(./img/problem_bg.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-box {
    background: none;
  }
}

.p-josys-problem-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 377px;
  height: 66px;
  background-image: url(./img/triangle.svg);
  background-size: cover;
  background-position: center;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-box::after {
    width: 231px;
    height: 40px;
    background-image: url(./img/triangle-sp.svg);
  }
}

.p-josys-problem-box__inner {
  padding: 40px;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-box__inner {
    padding: 20px 20px 30px;
  }
}

.p-josys-problem__row-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 58px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem__row-wrap {
    gap: 24px;
    margin-top: 100px;
    position: relative;
  }
}

@media print, screen and (max-width:980px) {
  .p-josys-problem__row-wrap::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 125px;
    height: 114px;
    background-image: url(./img/problem_bg-sp.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.p-josys-problem__row {
  width: 100%;
}

.p-josys-problem__list {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem__list {
    flex-direction: column;
    gap: 24px;
  }
}

.p-josys-problem-item {
  border: 1px solid #A2A2A2;
  width: calc(33.33% - 30px * 2 / 3);
  padding: 46px 0px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-item {
    width: 100%;
    padding: 26px 0px 10px;
  }
}

.p-josys-problem-item__title-wrap {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-item__title-wrap {
    top: -14px;
  }
}

.p-josys-problem-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 38px;
  border-radius: 100px;
  background-color: #626262;
  gap: 6px;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-item__title {
    width: 160px;
    height: 30px;
    position: relative;
    padding-left: 5px;
  }
}

.p-josys-problem-item__title span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-item__title span {
    font-size: 14px;
  }
}

.p-josys-problem-item__title span.num {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
}
@media print, screen and (max-width:980px) {
  .p-josys-problem-item__title span.num {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
}

.p-josys-problem-item__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-text);
  text-align: center;
}
@media print, screen and (max-width:1200px) {
  .p-josys-problem-item__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*==============================
# solution
==============================*/
.p-josys-solution {
  margin-top: 106px;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution {
    margin-top: 60px;
  }
}

@media print, screen and (max-width:980px) {
  .p-josys-solution__inner {
    padding: 0 20px;
    max-width: 640px;
  }
}

.p-josys-solution-box {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  position: relative;
  background-image: url(./img/solution_bg.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #FFEDDD;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution-box {
    background-image: none;
  }
}

.p-josys-solution-box__inner {
  padding: 40px;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution-box__inner {
    padding: 20px 20px 30px;
  }
}

.p-josys-solution__row-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution__row-wrap {
    gap: 24px;
    margin-top: 100px;
    position: relative;
  }
}

@media print, screen and (max-width:980px) {
  .p-josys-solution__row-wrap::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 125px;
    height: 114px;
    background-image: url(./img/solution_bg-sp.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.p-josys-solution__row {
  width: 100%;
}

.p-josys-solution__list {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution__list {
    flex-direction: column;
    gap: 24px;
  }
}

.p-josys-solution-item {
  width: calc(33.33% - 30px * 2 / 3);
  padding: 46px 0px 30px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution-item {
    width: 100%;
    padding: 26px 0px 10px;
  }
}

.p-josys-solution-item__title-wrap {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width:980px) {
  .p-josys-solution-item__title-wrap {
    top: -14px;
  }
}

.p-josys-solution-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 38px;
  border-radius: 100px;
  background-color: var(--color-main);
  gap: 6px;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution-item__title {
    width: 160px;
    height: 30px;
    position: relative;
    padding-left: 5px;
  }
}

.p-josys-solution-item__title span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution-item__title span {
    font-size: 14px;
  }
}

.p-josys-solution-item__title span.num {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
}
@media print, screen and (max-width:980px) {
  .p-josys-solution-item__title span.num {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
}

.p-josys-solution-item__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-text);
  text-align: center;
}
@media print, screen and (max-width:1200px) {
  .p-josys-solution-item__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*==============================
# seminar
==============================*/
.p-josys-seminar {
  margin-top: 100px;
}
@media print, screen and (max-width:980px) {
  .p-josys-seminar {
    margin-top: 60px;
  }
}

@media print, screen and (max-width:980px) {
  .p-josys-seminar__inner {
    max-width: 640px;
    padding: 0 20px;
  }
}

.p-josys-seminar__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media print, screen and (max-width:980px) {
  .p-josys-seminar__list {
    margin-top: 30px;
    flex-direction: column;
  }
}

.p-josys-seminar-item {
  width: calc(33.33% - 30px * 2 / 3);
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width:980px) {
  .p-josys-seminar-item {
    width: 100%;
  }
}

.p-josys-seminar-item a {
  display: block;
}

.p-josys-seminar-item__img {
  width: 100%;
  position: relative;
}

.p-josys-seminar-item__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-josys-seminar-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-josys-seminar-item__btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.p-josys-seminar-item__btn span {
  align-items: center;
  background: #fff;
  border: 3px solid var(--color-main);
  border-radius: 110px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  max-width: 340px;
  position: relative;
  transition: 0.6s ease;
  width: 100%;
  color: var(--color-main);
}
@media print, screen and (max-width:1200px) {
  .p-josys-seminar-item__btn span {
    border-radius: 80px;
    font-size: 16px;
    height: 54px;
    max-width: 280px;
  }
}

.p-josys-seminar-item a:hover .p-josys-seminar-item__btn span {
  background: var(--color-main);
  color: #fff;
}

.p-josys-seminar-item__btn span::after {
  align-items: center;
  background: var(--color-main);
  border-radius: 50%;
  color: #fff;
  content: "→";
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s ease;
  width: 36px;
}
@media print, screen and (max-width:1200px) {
  .p-josys-seminar-item__btn span::after {
    height: 28px;
    right: 19px;
    width: 28px;
  }
}

.p-josys-seminar-item a:hover .p-josys-seminar-item__btn span::after {
  background: #fff;
  color: var(--color-main);
}

/*==============================
# case
==============================*/
.p-josys-case {
  margin-top: 80px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case {
    margin-top: 60px;
  }
}

.p-josys-case__inner {
  padding: 0 76px;
  max-width: 1192px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case__inner {
    padding: 0 16px;
    max-width: 632px;
  }
}

.p-josys-case__list {
  margin-top: 20px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case__list {
    margin-top: 10px;
  }
}

.p-josys-case .slick-track {
  padding: 24px 0;
  display: flex;
}

.p-josys-case .slick-slide {
  height: auto;
}

.p-josys-case .slick-slide &gt; div {
  height: 100%;
}

.p-josys-case-item {
  height: inherit;
}

.p-josys-case-item__inner {
  padding: 0 20px;
  height: inherit;
}
@media print, screen and (max-width:980px) {
  .p-josys-case-item__inner {
    padding: 0 24px;
  }
}

.p-josys-case-card {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.p-josys-case-card__img {
  width: 100%;
  position: relative;
}

.p-josys-case-card__img::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.p-josys-case-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-josys-case-card__body {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width:980px) {
  .p-josys-case-card__body {
    padding: 10px 5px 5px 10px;
  }
}

.p-josys-case-card__company {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-main);
  padding: 0 10px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case-card__company {
    font-size: 14px;
    padding: 0 15px 0 10px;
  }
}

.p-josys-case-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media print, screen and (max-width:980px) {
  .p-josys-case-card__title {
    font-size: 16px;
    padding: 0 15px 0 10px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
}

.p-josys-case-card:hover .p-josys-case-card__title {
  color: var(--color-main);
}

.p-josys-case-card-info {
  /* margin-top: auto; */
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-left: 10px;
}

.p-josys-case-card-info__texts {
  flex: 0 1 100%;
}

.p-josys-case-card-detail {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.p-josys-case-card-detail + .p-josys-case-card-detail {
  margin-top: 10px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case-card-detail + .p-josys-case-card-detail {
    margin-top: 5px;
  }
}

.p-josys-case-card-detail__title {
  flex-shrink: 0;
}

.p-josys-case-card-detail__text {
  flex: 0 1 100%;
}

.p-josys-case-card-info__logo {
  flex: 0 0 90px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding-top: 10px;
  padding-left: 10px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case-card-info__logo {
    flex: 0 0 65px;
    height: 65px;
    padding-top: 5px;
    padding-left: 5px;
  }
}

.p-josys-case-card-info__logo img {
  width: 100%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  cursor: pointer;
  z-index: 1;
}
@media print, screen and (max-width:980px) {
  .slide-arrow {
    width: 28px;
  }
}

.prev-arrow {
  left: -46px;
}
@media print, screen and (max-width:980px) {
  .prev-arrow {
    left: 0;
  }
}

.next-arrow {
  right: -46px;
}
@media print, screen and (max-width:980px) {
  .next-arrow {
    right: 0;
  }
}

.p-josys-case__btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width:980px) {
  .p-josys-case__btn {
    margin-top: 30px;
  }
}

.p-josys-case__btn a {
  align-items: center;
  background: #fff;
  border: 3px solid var(--color-main);
  border-radius: 80px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  max-width: 340px;
  position: relative;
  transition: 0.6s ease;
  width: 100%;
  color: var(--color-text);
  padding-right: 6px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case__btn a {
    border-radius: 80px;
    font-size: 16px;
    height: 64px;
    justify-content: center;
    max-width: 280px;
    padding-right: 0;
    text-align: center;
  }
}

.p-josys-case__btn a:hover {
  background: var(--color-main);
  color: #fff;
}

.p-josys-case__btn a::after {
  align-items: center;
  background: var(--color-main);
  border-radius: 50%;
  color: #fff;
  content: "→";
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s ease;
  width: 36px;
}
@media print, screen and (max-width:980px) {
  .p-josys-case__btn a::after {
    height: 28px;
    width: 28px;
  }
}

.p-josys-case__btn a:hover::after {
  background: #fff;
  color: var(--color-main);
}

/*==============================
# faq
==============================*/
.p-josys-faq {
  margin-top: 100px;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq {
    margin-top: 80px;
  }
}

.p-josys-faq__inner {
  max-width: 900px;
  padding: 0 10px;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq__inner {
    max-width: 640px;
    padding: 0 20px;
  }
}

.p-josys-faq__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq__list {
    margin-top: 30px;
    gap: 10px;
  }
}

.p-josys-faq__item {

}

.p-josys-faq-question {
  display: flex;
  align-items: flex-start;
  padding: 10px 30px 10px 40px;
  border-bottom: 1px solid #E3E3E3;
  cursor: pointer;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq-question {
    padding: 10px;
  }
}

.p-josys-faq-question__icon {
  font-family: var(--font-barlow);
  font-size: 26px;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: -0.3em;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq-question__icon {
    margin-right: 10px;
  }
}

.p-josys-faq-question__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  flex: 0 1 100%;
  margin-right: 10px;
}

.p-josys-faq-question__open {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  position: relative;
  margin-top: 3px;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq-question__open {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
}

.p-josys-faq-question__open::before,
.p-josys-faq-question__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-main);
}

.p-josys-faq-question__open::before {
  width: 100%;
  height: 3px;
}

.p-josys-faq-question__open::after {
  height: 100%;
  width: 3px;
}

.p-josys-faq-question__open.is-open::after {
  opacity: 0;
}

.p-josys-faq-answer {
  background-color: #FFFAF5;
  display: none;
}

.p-josys-faq-answer__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 40px;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq-answer__inner {
    gap: 16px;
    padding: 20px 20px 20px 10px;
  }
}

.p-josys-faq-answer__icon {
  font-family: var(--font-barlow);
  font-size: 27px;
  font-weight: 700;
  color: var(--color-main);
  flex-shrink: 0;
  margin-top: -0.3em;
}
@media print, screen and (max-width:640px) {
  .p-josys-faq-answer__icon {
    font-size: 26px;
  }
}

.p-josys-faq-answer__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  flex: 0 1 100%;
}

/*==============================
# movie-modal
==============================*/
.modal-background {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}

.modal-background::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-background.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 960px;
  width: 90%;
}

.p-josys-movie-modal__movie {
  width: 100%;
  position: relative;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.p-josys-movie-modal__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-josys-movie-modal__movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-josys-movie-modal__close {
  margin-top: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-josys-movie-modal__close span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 10px 24px;
  border-radius: 24px;
  width: 110px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.p-josys-movie-modal__close span::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "×";
  color: var(--color-main);
  font-size: 20px;
}

/*==============================
# p-archive-case
==============================*/
.p-archive-case__contents {
  margin-top: 35px;
  margin-bottom: 130px;
}
@media print, screen and (max-width:980px) {
  .p-archive-case__contents {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

.p-archive-case__inner {
  max-width: 1120px;
}
@media print, screen and (max-width:980px) {
  .p-archive-case__inner {
    max-width: 648px;
    padding: 0 24px;
  }
}

.p-archive-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 40px;
  margin-top: 40px;
}
@media print, screen and (max-width:980px) {
  .p-archive-case__list {
    margin-top: 30px;
  }
}

.p-archive-case__item {
  width: calc(33.33% - 40px * 2 / 3);
}
@media print, screen and (max-width:980px) {
  .p-archive-case__item {
    width: 100%;
  }
}

.p-archive-case .wp-pagenavi {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media print, screen and (max-width:980px) {
  .p-archive-case .wp-pagenavi {
    margin-top: 30px;
  }
}

.p-archive-case .wp-pagenavi .pages {
  display: none;
}

.p-archive-case .wp-pagenavi span,
.p-archive-case .wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
}

/*==============================
# p-single-case
==============================*/
.p-single-case__top {
  margin-top: 30px;
}

.p-single-case__inner {
  max-width: 900px;
  padding: 0 10px;
}
@media print, screen and (max-width:768px) {
  .p-single-case__inner {
    max-width: 640px;
    padding: 0 20px;
  }
}

.p-single-case__thumb {
  width: 100%;
}

.p-single-case__thumb img {
  width: 100%;
}

.p-single-case-info {
  margin-top: 36px;
  display: flex;
  gap: 75px;
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 1px solid #A2A2A2;
}
@media print, screen and (max-width:768px) {
  .p-single-case-info {
    margin-top: 25px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 25px;
  }
}

.p-single-case-info__logo {
  flex: 0 0 175px;
}
@media print, screen and (max-width:768px) {
  .p-single-case-info__logo {
    flex: auto;
    width: 100%;
    max-width: 200px;
  }
}

.p-single-case-info__logo img {
  width: 100%;
}

.p-single-case-info__texts {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-single-case-info__item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media print, screen and (max-width:768px) {
  .p-single-case-info__item {
    font-size: 16px;
    gap: 15px;
  }
}

.p-single-case-info__title {
  flex-shrink: 0;
  min-width: 100px;
}

.p-single-case-info__text {
  flex: 0 1 100%;
}

.p-single-case-voice {
  margin-top: 23px;
  display: flex;
  align-items: flex-start;
  gap: 65px;
}
@media print, screen and (max-width:768px) {
  .p-single-case-voice {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.p-single-case-voice__item {
  width: calc(50% - 65px / 2);
}
@media print, screen and (max-width:768px) {
  .p-single-case-voice__item {
    width: 100%;
  }
}

.p-single-case-voice__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width:768px) {
  .p-single-case-voice__title {
    font-size: 16px;
  }
}

.p-single-case-voice__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.93;
}

.p-single-case-contents {
  margin-top: 50px;
  background-color: rgba(254, 117, 0, 0.11);
}
@media print, screen and (max-width:768px) {
  .p-single-case-contents {
    margin-top: 40px;
  }
}

.p-single-case-contents__inner {
  padding-top: 40px;
  padding-bottom: 150px;
}
@media print, screen and (max-width:768px) {
  .p-single-case-contents__inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

h1.p-single-case-contents__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.38;
  margin-bottom: 48px;
}
@media print, screen and (max-width:768px) {
  h1.p-single-case-contents__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.p-single-case-contents h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78;
  margin-top: 70px;
  margin-bottom: 48px;
}
@media print, screen and (max-width:768px) {
  .p-single-case-contents h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.p-single-case-contents h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.78;
  margin: 20px 0;
}
@media print, screen and (max-width:768px) {
  .p-single-case-contents h3 {
    font-size: 18px;
  }
}

.p-single-case-contents h4,
.p-single-case-contents h5,
.p-single-case-contents h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.78;
  margin: 20px 0;
}
@media print, screen and (max-width:768px) {
  .p-single-case-contents h4,
  .p-single-case-contents h5,
  .p-single-case-contents h6 {
    font-size: 18px;
  }
}

.p-single-case-contents p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0;
}
@media print, screen and (max-width:768px) {
  .p-single-case-contents p {
    font-size: 16px;
  }
}

.p-single-case-contents p a {
  color: blue;
  text-decoration: underline;
}

.p-single-case-contents figure {
  margin: 20px 0;
}</pre></body></html>