@charset "UTF-8";
html {
  scroll-padding-top: 150px;
}

#josys .mv_wrap {
  min-height: 500px !important;
  background-position: 0 100% !important;
}
#josys .mv_wrap .mv_logo {
  margin-bottom: 60px;
}
#josys .mv_wrap p {
  margin: 0 0 20px 5px;
}
#josys .mv_wrap h1 {
  font-size: min(7vw, 40px) !important;
}
#josys .mv_wrap_page {
  min-height: 350px !important;
  background-position: 50% 100% !important;
}
#josys.page .mv_logo {
  margin-bottom: 20px;
}
#josys.page p {
  margin: 0 0 10px 5px;
}
#josys.page h1 {
  font-size: max(2.875vw, 40px);
}
#josys .josys_menu ul li {
  width: 25% !important;
}
#josys .flexArea {
  display: flex;
  margin-bottom: 1rem;
  padding: 0 3rem;
  gap: 3rem;
}
#josys .flexArea > * figure img {
  width: 50%;
}
#josys .flexArea > * h3 {
  font-size: min(1.5vw, 24px);
}
#josys .flexArea > * p {
  margin: 0;
  font-size: min(1.4vw, 18px);
}
#josys .flexArea.item3 > * {
  width: 33.3%;
}
#josys .flexArea.item3 > * figure + p {
  margin-top: 0.5rem;
}
#josys .flexArea.item2Wrap {
  padding: 0;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
#josys .flexArea.item2Wrap > * {
  width: calc(50% - 1.5rem);
}
#josys .flexArea.item2Wrap > * figure img {
  width: auto;
}
#josys .flexArea.item2Wrap > * figure figcaption {
  font-size: 14px;
}
#josys .flexArea.item2Wrap > * figure + p {
  margin-top: 0.5rem;
}
#josys a[data-remodal-target] {
  display: block;
  position: relative;
}
#josys a[data-remodal-target]:before {
  content: "+";
  display: block;
  padding: 0 7px 4px 7px;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  border: 2px #fff solid;
  border-radius: 5px;
  background: #f7761e;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  transition: 0.5s;
}
#josys a[data-remodal-target] img {
  transition: 0.5s;
}
#josys a[data-remodal-target]:hover {
  cursor: pointer;
}
#josys a[data-remodal-target]:hover:before {
  color: #f7761e;
  border-color: #f7761e;
  background: #fbe5d6;
}
#josys a[data-remodal-target]:hover > img {
  opacity: 0.7;
}
#josys section[id*=josys_function] {
  margin: 70px 0;
}
#josys section[id*=josys_function] > div {
  padding: 50px 0;
  border-radius: 20px;
  background: #fbe5d6;
}
#josys section[id*=josys_function]:nth-of-type(4) > div {
  background: #f2f2f2;
}
#josys.functionPage #josys_anchor ul li {
  margin: 0;
  position: relative;
}
#josys.functionPage #josys_anchor ul li a {
  padding: 12px 0 36px 0;
  border-radius: 0;
  position: relative;
}
#josys.functionPage #josys_anchor ul li a strong {
  font-size: 24px;
}
#josys.functionPage #josys_anchor ul li a p {
  font-size: 16px;
}
#josys.functionPage #josys_anchor ul li a:after {
  content: "＞";
  display: block;
  font-size: 36px;
  line-height: 1;
  bottom: 0;
  left: 50.5%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg) scaleX(0.5);
  transition: 0.5s;
}
#josys.functionPage #josys_anchor ul li a:hover {
  opacity: 0.8;
}
#josys.functionPage #josys_anchor ul li a:hover:after {
  color: #f7761e;
  bottom: -24px;
}
#josys.functionPage #josys_anchor ul li:nth-of-type(1) a {
  background: #f8ab45;
}
#josys.functionPage #josys_anchor ul li:nth-of-type(1):after {
  content: "▼";
  font-size: 30px;
  color: #ababab;
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%) rotate(-90deg);
}
#josys.functionPage #josys_anchor ul li:nth-of-type(2) a {
  background: #ff9839;
}
#josys.functionPage #josys_anchor ul li:nth-of-type(2):after {
  content: "▼";
  font-size: 30px;
  color: #ababab;
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%) rotate(-90deg);
}
#josys.functionPage #josys_anchor ul li:nth-of-type(3) a {
  background: #f7761e;
}
#josys.functionPage #josys_anchor + section > div {
  padding: 0;
}
#josys.functionPage #josys_anchor + section > div h2 {
  display: flex;
  margin: 2rem 0;
  padding: 0 3rem;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
}
#josys.functionPage #josys_anchor + section > div h2:after {
  content: normal;
}
#josys.functionPage #josys_anchor + section > div h2:before {
  content: "✓";
  margin: 5px 0.5em 0 0;
  padding: 2px 5px 1px 5px;
  color: #4bb900;
  font-size: 20px;
  line-height: 1;
  border: 2px #999 solid;
  border-radius: 5px;
}
#josys.functionPage #josys_anchor + section > div h2 + div {
  position: relative;
}
#josys.functionPage #josys_anchor + section > div h2 + div h3 {
  margin: 0 2rem;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  background: #f7761e;
  position: relative;
  z-index: 2;
}
#josys.functionPage #josys_anchor + section > div h2 + div ul {
  padding: 2rem 1rem 1.25rem 1rem;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4666666667);
  position: relative;
  top: -1.25rem;
  z-index: 1;
}
#josys.functionPage #josys_anchor + section > div h2 + div ul li {
  margin-left: 1.25rem;
  font-size: 1rem;
  text-align: left;
  list-style: disc;
}
#josys.functionPage #josys_anchor + section > div h2 + div > div:nth-of-type(1) h3 {
  background: #f8ab45;
}
#josys.functionPage #josys_anchor + section > div h2 + div > div:nth-of-type(2) h3 {
  background: #ff9839;
}
#josys.functionPage #josys_anchor + section > div h2 + div > div:nth-of-type(3) h3 {
  background: #f7761e;
}
#josys.functionPage .inner_layout {
  padding-right: 50px;
  padding-left: 50px;
}
#josys.functionPage .inner_layout .flexArea img {
  width: 100%;
}
#josys.functionPage .inner_layout .item2Wrap ul {
  padding: 0 1rem;
  border-radius: 5px;
}
#josys.functionPage .inner_layout .item2Wrap ul li {
  display: flex;
  margin: 0 0 1em 0;
  font-size: 1.25rem;
  text-align: left;
}
#josys.functionPage .inner_layout .item2Wrap ul li:before {
  content: "●";
  margin: 0 0.5em 0 -1em;
  color: #f7761e;
}
#josys.functionPage .inner_layout .item3 {
  padding: 0;
}
#josys.functionPage .inner_layout .exArrowText {
  display: flex;
  margin: 1.5rem 0;
  padding: 0.5rem 0;
  border-radius: 9999px;
  background: #fff;
  font-size: 1.8vw;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
#josys.functionPage .inner_layout .exArrowText span:nth-of-type(2n) {
  padding: 0 1em;
  letter-spacing: -1px;
}
#josys.saasPage {
  background: radial-gradient(at 0% 15%, #fff, rgba(0, 0, 0, 0) 20%), linear-gradient(to right, #f6b88e, #e94c2a);
}
#josys.saasPage > section > div {
  margin: 60px auto;
  background: #fff;
}
#josys.saasPage > section > div > section {
  margin-top: 50px;
  padding: 50px;
  color: #fff;
  background: #000;
}
#josys.saasPage > section > div > section h3 {
  margin-top: 0;
  color: #fff;
}
#josys.saasPage > section > div > section h3 span {
  color: #f7761e;
}
#josys.saasPage > section > div > section > div section {
  position: relative;
  background: radial-gradient(rgba(247, 118, 30, 0.6), rgba(0, 0, 0, 0) 100%);
}
#josys.saasPage > section > div > section > div section:nth-of-type(2) {
  position: relative;
}
#josys.saasPage > section > div > section > div section:nth-of-type(2):before, #josys.saasPage > section > div > section > div section:nth-of-type(2):after {
  content: "";
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3333333333);
  position: absolute;
  top: 0;
  left: -1.5rem;
}
#josys.saasPage > section > div > section > div section:nth-of-type(2):after {
  right: -1.5rem;
  left: auto;
}
#josys.saasPage > section > div > section > div section span {
  color: #f7761e;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 40px;
  opacity: 0.35;
}
#josys.saasPage > section > div > section > div section h4 {
  margin: 0.25em 0;
  color: #f7761e;
}
#josys.saasPage > section > div > section > div section ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#josys.saasPage > section > div > section > div section ul li {
  margin-left: -0.5em;
  font-size: 1rem;
  list-style: none;
}
#josys.saasPage > section > div > section > div section ul li:before {
  content: "・";
}
#josys.saasPage > section > div > section > div section figure img {
  width: 50%;
}
#josys.saasPage > section > section > .inner_layout {
  padding: 60px 30px;
  background: #fff;
}
#josys.saasPage > section > section > .inner_layout section h3 {
  margin-top: 0;
}
#josys.saasPage > section > section.flowArea {
  margin: 60px 0 0 0;
}
#josys.saasPage > section > section.flowArea .inner_layout {
  padding-bottom: 15px;
}
#josys.saasPage > section > section.scheduleArea {
  margin: 0 0 60px 0;
}
#josys.saasPage > section > section.scheduleArea .inner_layout {
  padding-top: 15px;
}
#josys.saasPage > section > section.scheduleArea ol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) {
  padding: 0.875vw;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div {
  display: flex;
  width: 10vw;
  height: 10vw;
  max-width: 200px;
  max-height: 200px;
  color: #fff;
  border-radius: 9999px;
  background: #000;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 5;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div span {
  display: block;
  margin: 0 0 0.5rem 0;
  color: #f7761e;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div span sub {
  font-size: 1.5vw;
  vertical-align: baseline;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div p {
  margin: 0;
  font-size: 1vw;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd):nth-of-type(n+2) span {
  margin-top: -1rem;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(even) {
  width: auto;
  height: auto;
  color: #f7761e;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -0.75rem;
  white-space: nowrap;
  transform: scale(0.5, 1);
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(1) {
  background: url(/dcms_media/image/products_josys_saas03_obj25.png) no-repeat 0 0/cover;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(3) {
  background: url(/dcms_media/image/products_josys_saas03_obj50.png) no-repeat 0 0/cover;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(5) {
  background: url(/dcms_media/image/products_josys_saas03_obj75.png) no-repeat 0 0/cover;
}
#josys.saasPage > section > section.scheduleArea ol li:nth-of-type(7) {
  background: url(/dcms_media/image/products_josys_saas03_obj100.png) no-repeat 0 0/cover;
}
#josys.saasPage > section > section.scheduleArea > div section > p {
  display: flex;
  margin-top: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 9999px;
  background: #f7761e;
  letter-spacing: -0.05em;
  align-items: center;
  justify-content: center;
}
#josys.saasPage > section > section.scheduleArea > div section > p:before {
  content: "＜＜＜＜＜";
  margin-right: 5rem;
  font-size: 0.75em;
}
#josys.saasPage > section > section.scheduleArea > div section > p:after {
  content: "＞＞＞＞＞";
  margin-left: 5rem;
  font-size: 0.75em;
}
#josys .inquiryArea {
  background: url(/dcms_media/image/josys_bg_inq.webp) no-repeat center/cover;
  position: relative;
}
#josys .inquiryArea:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
#josys .inquiryArea .inner_layout {
  background: none !important;
  position: relative;
  z-index: 5;
}
#josys .inquiryArea .inner_layout p {
  color: #fff;
  font-size: min(36px, 4vw);
  font-weight: 500;
}
#josys .inquiryArea .inner_layout a {
  display: inline-block;
  width: 50%;
  max-width: 300px;
  margin: 1.75rem 0 0 0;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px #f7761e solid;
  border-radius: 9999px;
  background: #f7761e;
  transition: 0.5s;
}
#josys .inquiryArea .inner_layout a:hover {
  color: #f7761e;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .remodal {
    padding: 0.25rem;
  }
  #josys .mv_wrap {
    min-height: 400px;
    background-position: 50% 100%;
  }
  #josys .mv_wrap .mv_text {
    padding-top: 2rem;
  }
  #josys .mv_wrap .mv_text p {
    margin-bottom: 0;
  }
  #josys .mv_wrap .mv_text .mv_logo {
    margin: 0 0 1rem 0;
  }
  #josys .josys_menu ul li {
    width: 50% !important;
  }
  #josys .inner_layout p {
    text-align: inherit;
  }
  #josys .flexArea {
    display: block;
    padding: 0 1rem;
  }
  #josys .flexArea * h3 {
    font-size: 5vw;
  }
  #josys .flexArea * p {
    font-size: 3vw;
  }
  #josys .flexArea.item3 > *, #josys .flexArea.item2Wrap > * {
    width: 100%;
    margin: 0;
  }
  #josys .flexArea.item2Wrap ul {
    margin: 2rem 0;
  }
  #josys .inner_layout {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #josys #josys_about .about_wrap {
    margin: 40px 0;
  }
  #josys.functionPage .inner_layout {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #josys.functionPage #josys_anchor ul li:nth-of-type(n-2) {
    margin-bottom: 4rem;
  }
  #josys.functionPage #josys_anchor ul li:nth-of-type(n-2):after {
    top: auto;
    right: 50%;
    bottom: -4.75rem;
    transform: translate(50%, -50%) scale(1.25, 0.75) rotate(0);
  }
  #josys.saasPage > section > div h2 + p {
    padding: 0 1em;
    text-align: left;
  }
  #josys.saasPage > section > div > section {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #josys.saasPage > section > div > section > div section:nth-of-type(2) {
    margin: 4em 0;
  }
  #josys.saasPage > section > div > section > div section:nth-of-type(2):before {
    width: 50%;
    height: 2px;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #josys.saasPage > section > div > section > div section:nth-of-type(2):after {
    width: 50%;
    height: 2px;
    top: auto;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #josys.saasPage > section > section .inner_layout {
    padding: 2rem 1rem;
    text-align: left;
  }
  #josys.saasPage > section > section .inner_layout h3 {
    text-align: left;
  }
  #josys.saasPage > section > section.scheduleArea ol li {
    text-align: center;
  }
  #josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) {
    padding: 1vw;
    width: 20%;
    aspect-ratio: 1/1;
  }
  #josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div span {
    margin: 0;
    font-size: 6vw;
  }
  #josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div span sub {
    font-size: 2.5vw;
  }
  #josys.saasPage > section > section.scheduleArea ol li:nth-of-type(odd) div p {
    font-size: 1.75vw;
    line-height: 1.25;
  }
  #josys.saasPage > section > section.scheduleArea ol li:nth-of-type(even) {
    font-size: 4vw;
    letter-spacing: normal;
  }
  #josys.saasPage > section > section.scheduleArea ol li:nth-of-type(n+2) span {
    margin-top: 0 !important;
  }
  #josys.saasPage > section > section.scheduleArea > div section p {
    font-size: 3vw;
  }
  #josys .inquiryArea .inner_layout {
    padding-right: 0;
    padding-left: 0;
  }
  #josys .inquiryArea .inner_layout a {
    width: 80%;
    max-width: none;
    padding: 0.5em;
    font-size: 4vw;
  }
}
.remodal-overlay {
  z-index: 10000 !important;
}