@charset "UTF-8";
#content-wrapper {
  max-width: 1120px;
  display: grid;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title title" "subtitle subtitle" "aside main";
  margin: 0 auto;
  padding: 0 20px;
}
#content-wrapper.trial-apply {
  width: 60%;
  display: block;
  text-align: center;
}
#content-wrapper.trial-apply section.content-main {
  margin: 0 auto;
}
@media (max-width: 751px) {
  #content-wrapper.trial-apply {
    width: 80%;
  }
}
#content-wrapper h1 {
  grid-area: title;
  font-weight: 700;
  color: #000;
  font-size: 187.5%;
  line-height: normal;
  margin-top: -1rem;
}
#content-wrapper p.subtitle {
  grid-area: subtitle;
  font-size: 1rem;
  font-weight: bold;
  color: #ef1234;
  margin-top: 0.5rem;
}
@media (max-width: 751px) {
  #content-wrapper {
    display: block;
    padding: 0;
    width: 90%;
    grid-template-areas: none;
  }
}
#content-wrapper section.content-aside {
  grid-area: aside;
  margin-top: 2rem;
}
#content-wrapper section.content-aside h1 {
  font-weight: bold;
  color: #000;
  font-size: 150%;
  line-height: normal;
}
#content-wrapper section.content-aside h2 {
  color: #000;
  font-size: 125%;
  font-weight: 700;
  line-height: 250%;
}
#content-wrapper section.content-aside h2.title {
  margin-top: 1.25rem;
}
#content-wrapper section.content-aside ul.highlight {
  margin: 1rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0.5rem;
}
#content-wrapper section.content-aside ul.highlight li {
  color: #dd2221;
  border: 1px solid #dd2221;
  border-radius: 0.5rem;
  font-size: 125%;
  padding: 0 0.5rem;
  font-weight: bold;
}
#content-wrapper section.content-aside ul.list-items li {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 166.667%;
}
#content-wrapper section.content-aside div.main-img {
  margin: 1.5rem 0;
}
#content-wrapper section.content-aside .apply-e-learning-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 40px;
}
#content-wrapper section.content-aside .apply-e-learning-table tr td:first-child {
  width: 47.5%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  background: #efefef;
}
#content-wrapper section.content-aside .apply-e-learning-table tr td:nth-child(2) {
  width: 52.5%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  background: #fff;
}
#content-wrapper section.content-aside .apply-e-learning-table td {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 153.846%;
  padding: 0.5rem;
}
#content-wrapper section.content-main {
  grid-area: main;
  margin-top: 2rem;
}

/* ページIDが '36680（サービス資料請求）' の場合のスタイル */
body.page-id-36680 #content {
  padding-top: 3rem;
}
@media (max-width: 751px) {
  body.page-id-36680 #content {
    padding-top: 7rem;
  }
}

body.page-id-36680 #content-wrapper section.content-main {
  margin-top: -7rem;
}
@media (max-width: 751px) {
  body.page-id-36680 #content-wrapper section.content-main {
    margin-top: 2rem;
  }
}

.pt #content #content-wrapper section {
  margin-top: 5rem;
}
@media (max-width: 751px) {
  .pt #content #content-wrapper section {
    margin-top: 2.85rem;
  }
}

#content-wrapper .content-aside .apply-ds-table {
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: 0;
  color: #000000;
  border-top: none;
  margin-top: 1.5rem;
}

#content-wrapper .content-aside .apply-ds-table tr {
  display: grid;
}

#content-wrapper .content-aside .apply-ds-table tr:first-of-type {
  grid-template-columns: 60% 40%;
}

#content-wrapper .content-aside .apply-ds-table tr:first-of-type td {
  border-block: none;
  padding: 0;
}

#content-wrapper .content-aside .apply-ds-table tr:first-of-type td:last-of-type {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ff8a00;
  border-bottom: none;
  border-inline: 4px solid #ff8a00;
  width: 100%;
  padding: 0.25rem 0.5rem;
}

#content-wrapper .content-aside .apply-ds-table tr:nth-of-type(2) td:nth-of-type(3) div {
  border-bottom: solid 1px #e5e5e5;
  padding: 1.625rem 0.25rem 1.875rem;
}

#content-wrapper .content-aside .apply-ds-table tr:not(:first-of-type) {
  grid-template-columns: 20% 40% 40%;
}

#content-wrapper .content-aside .apply-ds-table tr:nth-of-type(n + 5) td:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content-wrapper .content-aside .apply-ds-table tr:last-of-type td:last-child {
  border: solid 0.25rem #ff8a00;
  border-top: none;
}

#content-wrapper .content-aside .apply-ds-table tr:last-of-type td:last-child div {
  padding: 1.875rem 0.25rem 1.625rem;
}

#content-wrapper .content-aside .apply-ds-table td {
  text-align: center;
  width: 100%;
  padding: 1.875rem 0.5rem;
}

#content-wrapper .content-aside .apply-ds-table td:not(:first-of-type) {
  background-color: #faf6ec;
}

#content-wrapper .content-aside .apply-ds-table td:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content-wrapper .content-aside .apply-ds-table td:last-of-type {
  border-inline: solid 0.25rem #ff8a00;
  border-bottom: none;
  padding: 0;
}

#content-wrapper .content-aside .apply-ds-table td:last-of-type div {
  border-bottom: solid 1px #e5e5e5;
  padding: 1.875rem 0.25rem;
}

#content-wrapper.download section.content-aside .slider-container {
  margin-bottom: 56px;
  position: relative;
}
#content-wrapper.download section.content-aside .slider-container .slick-list {
  padding: 0 !important;
}
#content-wrapper.download section.content-aside .slider-container .item {
  width: 87.2vw;
  margin-inline: 6.4vw;
}
#content-wrapper.download section.content-aside .slider-container .button {
  width: 30px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
#content-wrapper.download section.content-aside .slider-container .button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
          transform: translate(-50%, -50%) rotateZ(180deg);
}
#content-wrapper.download section.content-aside .slider-container .button-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#content-wrapper.download section.content-aside .slider-container .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  position: absolute;
  top: 54vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content-wrapper.download section.content-aside .slider-container .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content-wrapper.download section.content-aside .slider-container .slick-dots li button {
  font-size: 0;
  background-color: #969696;
  border: none;
  border-radius: 4px 0;
  width: 40px;
  height: 5px;
  padding: 0;
}
#content-wrapper.download section.content-aside .slider-container .slick-dots li.slick-active button {
  background-color: #0b8871;
}
@media (min-width: 751px) {
  #content-wrapper.download section.content-aside .slider-container .item {
    width: clamp(250px, -20.5365853659px + 35.9756097561vw, 368px);
    margin-inline: clamp(15px, 3.5365853659px + 1.5243902439vw, 20px);
  }
  #content-wrapper.download section.content-aside .slider-container .button {
    width: clamp(30px, 7.0731707317px + 3.0487804878vw, 40px);
  }
  #content-wrapper.download section.content-aside .slider-container .slick-dots {
    top: clamp(160px, 4.0975609756px + 20.7317073171vw, 256px);
  }
}

