@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@1,400;1,500&family=Jost:ital,wght@1,400;1,500&display=swap");
#content {
  line-height: 1.75;
  color: #333;
  padding-bottom: 0;
}
#content.custom-padding-top {
  padding-top: 0 !important;
}
#content .edit > *:first-child {
  margin-top: 0;
}
#content .edit h3 {
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-top: 1.4285714286em;
}
#content .edit h3:first-child {
  margin-top: 0;
}
#content .edit h4 {
  font-size: 1.125em !important;
  font-weight: 900;
  margin-top: 1.4285714286em;
}
#content .edit h4:first-child {
  margin-top: 0;
}
#content .edit p {
  margin-top: 0.5em;
}
#content .edit p.note {
  font-size: 0.8571428571em;
  padding-left: 1em;
  text-indent: -1em;
}
#content .edit p.note::before {
  content: "※";
}
#content .edit ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
#content .edit ul li {
  list-style-type: disc;
}
#content .edit ul.note {
  font-size: 0.8571428571em;
  padding-left: 1em;
}
#content .edit ul.note li {
  list-style-type: none;
  text-indent: -1em;
}
#content .edit ul.note li::before {
  content: "※";
}
#content .edit ol {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
#content .edit ol li {
  list-style-type: decimal;
}
#content .edit table {
  font-size: inherit;
  margin-top: 0.5em;
  background-color: #fff;
}
#content .edit table th,
#content .edit table td {
  padding: 0.5em 1em;
  vertical-align: top;
  width: auto;
}
#content em {
  font-weight: 700;
}
#content .hidden {
  display: none !important;
}
#content .sp-break {
  display: none;
}
@media (max-width: 768px) {
  #content .sp-break {
    display: block;
    width: 100%;
    content: "";
  }
}
#content section {
  margin-top: 0;
}
#content section .secWrap {
  margin-top: 0;
  background: 50%/cover no-repeat;
  padding: 5rem 0;
}
#content section .secWrap.bg_ye {
  background: #f2ecd1;
}
#content section .secWrap.bg_ye_bc {
  padding: 5.5rem 0;
  background: #f2ecd1;
  background-image: url(https://www.skillupai.com/assets/seminar/images/back_reason_ue_pc.jpg), url(https://www.skillupai.com/assets/seminar/images/back_reason_sita_pc.jpg);
  background-position: 50% top, 50% bottom;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
}
#content section .secWrap.bg_grid {
  background: url(https://www.skillupai.com/assets/seminar/images/back_check.jpg) 50%;
}
#content section .secWrap.bg_bk {
  color: #fff;
  background-color: #000;
}
#content section .secWrap.bg_bk .tit_bar {
  font-weight: bold;
}
#content section .secWrap.bg_bk .tit_bar::after {
  background: -webkit-gradient(linear, left top, right top, from(#d29c08), color-stop(69%, #d29c08), color-stop(69%, #fff), to(#fff));
  background: linear-gradient(90deg, #d29c08 0%, #d29c08 69%, #fff 69%, #fff 100%);
}
#content section .secWrap.bg_cta {
  background-image: url(https://www.skillupai.com/assets/seminar/images/back_cv_pc.jpg);
}
#content section .secWrap.bg_appeal_a_ye {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url(https://www.skillupai.com/assets/seminar/images/back_appeal_a_ye_pc.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(https://www.skillupai.com/assets/seminar/images/back_appeal_a_ye_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#content section .secWrap.bg_gr {
  background: #f5f5f5;
}
#content section .secWrap.bg_free_seminar {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(https://www.skillupai.com/assets/seminar/images/back_free_seminar.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.skillupai.com/assets/seminar/images/back_free_seminar.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#content section .secInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
}
#content section > .secInner {
  padding: 5rem 0;
}
#content section .tit_bar {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.5882352941;
  padding-bottom: 0.5294117647em;
  position: relative;
  text-align: center;
}
#content section .tit_bar::after {
  content: "";
  display: block;
  width: 1.6176470588em;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#d29c08), color-stop(69%, #d29c08), color-stop(69%, #1a1a1a), to(#1a1a1a));
  background: linear-gradient(90deg, #d29c08 0%, #d29c08 69%, #1a1a1a 69%, #1a1a1a 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content section .tit_bar sup {
  position: absolute;
  font-size: 0.4117647059em;
  font-weight: normal;
  top: 0;
  left: 100%;
  margin-left: 1em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#content a.btn {
  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;
  border: #d29c09 solid 1px;
  color: white;
  background-color: #d29c09;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.625em;
  letter-spacing: 0;
  z-index: 2;
  width: 13.75em;
  height: auto;
  text-align: center;
  text-decoration: none;
}
#content a.btn span {
  position: static;
  display: block;
}
#content a.btn::before, #content a.btn::after {
  display: none;
}
#content a.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.9375em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125em;
  height: 1.125em;
  border: #fff solid 1px;
  border-radius: 100%;
  background: 50%/0.5em 0.375em no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#content a.btn.bl {
  border-color: #fff;
  background-color: #3064f4;
  color: #fff;
}
#content a.btn.bk {
  border-color: #fff;
  background-color: #1a1a1a;
  color: #fff;
}
#content a.btn.wh {
  border-color: #dedede;
  background-color: #fff;
  color: #333333;
}
#content a.btn.wh::after {
  border-color: #dedede;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  #content a.btn:hover::after {
    width: 1.125em !important;
    border-color: #d29c08;
    background-color: transparent !important;
    background: 50%/0.5em 0.375em no-repeat;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23d29c08%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #content a.btn:hover.bl {
    border-color: #d29c08;
    background-color: #fff;
    color: #d29c08;
  }
  #content a.btn:hover.bk {
    border-color: #d29c08;
    background-color: #fff;
    color: #d29c08;
  }
  #content a.btn:hover.wh {
    border-color: #d29c08;
    background-color: #fff;
    color: #d29c08;
  }
}
#content .btns {
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 750px) {
  #content .btns {
    margin-top: 2.125rem;
    gap: 0.8125rem;
  }
}
#content ul.cols {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 2%;
  width: 100%;
}
#content ul.cols li {
  width: 100%;
  padding: 0.9375rem 0.9375rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #e5e5e5 solid 1px;
}
#content ul.cols li .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.3125rem;
  width: 100%;
}
#content ul.cols li .desc .label {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1em;
}
#content ul.cols li .desc .text {
  margin-top: 1.25rem;
}
#content ul.cols li .btn {
  margin-top: 1.25rem;
}
#content ul.cols.cols-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content ul.cols.cols-3 li {
  max-width: 32%;
}
#content ul.cols.cols-3:after {
  content: "";
  display: block;
  width: 32%;
}
#content ul.cols.cols-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content ul.cols.cols-2 li {
  max-width: 49%;
}
#content ul.cols.cols-2:after {
  content: "";
  display: block;
  width: 49%;
}
#content ul.cols.cols-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content ul.cols.cols-1 li {
  max-width: 50%;
}
#content ul.cols.cols-1:after {
  content: "";
  display: block;
  width: 49%;
}
#content ul.cols.cols-linked li.col {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
}
#content ul.cols.cols-linked li.col a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
@media (hover: hover) {
  #content ul.cols.cols-linked li.col a:hover {
    color: #d29c08;
  }
  #content ul.cols.cols-linked li.col a:hover .img img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
#content ul.cols.cols-linked li.col a .img {
  overflow: hidden;
}
#content ul.cols.cols-linked li.col a .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content ul.cols.cols-linked li.col a .desc {
  padding: 1.25rem 1.875rem 1.875rem;
  line-height: 1.6;
}
#content ul.cols.cols-linked li.col a .desc .label {
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0;
}
#content ul.cols.cols-linked li.col a .desc .text {
  font-size: 0.75rem;
  margin-top: 0.5em;
}
@media (max-width: 750px) {
  #content ul.cols li.col {
    width: 100%;
    max-width: none;
  }
  #content ul.cols li.col .desc .label {
    font-size: 1rem;
    line-height: 1.5;
  }
  #content ul.cols li.col .desc .text {
    margin-top: 0.875rem;
  }
}
#content ul.faq {
  width: 100%;
  max-width: 900px;
}
#content ul.faq li.qa {
  margin-top: 3.375rem;
}
#content ul.faq li.qa .qa_q {
  border-bottom: #d29c08 solid 2px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.625rem;
  padding-right: 2.5em;
  position: relative;
}
#content ul.faq li.qa .qa_q::before, #content ul.faq li.qa .qa_q::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #d29c08;
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: 0.7em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content ul.faq li.qa .qa_q::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#content ul.faq li.qa .qa_a {
  padding-top: 1rem;
  display: none;
}
#content ul.faq li.qa .qa_a p {
  margin-top: 1em;
}
#content ul.faq li.qa .qa_a p:first-child {
  margin-top: 0;
}
#content ul.faq li.qa .qa_a ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
#content ul.faq li.qa .qa_a ul li {
  list-style-type: disc;
}
#content ul.faq li.qa .qa_a p.note {
  font-size: 0.75em;
}
#content ul.faq li.qa.open .qa_q::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 750px) {
  #content ul.faq {
    margin-top: 2.8125rem;
  }
  #content ul.faq li.qa {
    margin-top: 2.1875rem;
  }
  #content ul.faq li.qa:first-child {
    margin-top: 0;
  }
  #content ul.faq li.qa .qa_q {
    font-size: 1rem;
    padding-bottom: 0.625rem;
    padding-right: 1.5em;
  }
  #content ul.faq li.qa .qa_q::before, #content ul.faq li.qa .qa_q::after {
    right: 0;
  }
  #content ul.faq li.qa .qa_a {
    padding-top: 0.875rem;
  }
  #content ul.faq li.qa .qa_a p.note {
    font-size: 0.75em;
  }
  #content ul.faq li.qa.open .qa_q::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#content #seminar-keyvisual {
  margin-top: 0;
  font-size: min(0.76vw, 10px);
  padding: 0;
}
#content #seminar-keyvisual .keyvisual {
  background: 50%/cover no-repeat;
  overflow: hidden;
}
#content #seminar-keyvisual .keyvisual .secInner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1300px;
}
#content #seminar-keyvisual .keyvisual .secInner .visual {
  padding: 40em 0 5.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 45.7692307692%;
  position: relative;
}
#content #seminar-keyvisual .keyvisual .secInner .visual:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.8em;
  right: -16em;
  width: 71.5em;
  height: 61em;
  background: url(https://www.skillupai.com/assets/seminar/images/MV_pc_photo.png) 50%/contain no-repeat;
  z-index: 1;
}
#content #seminar-keyvisual .keyvisual .secInner .visual .achv {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 48em;
}
#content #seminar-keyvisual .keyvisual .secInner .visual .achv li {
  width: 16em;
}
#content #seminar-keyvisual .keyvisual .secInner .visual .achv li img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#content #seminar-keyvisual .keyvisual .secInner .desc {
  padding: 8em 0 10.5em 2em;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .certification {
  border-top: #1a1a1a solid 3px;
  border-bottom: #1a1a1a solid 3px;
  font-size: 2.8em;
  font-weight: 900;
  line-height: 2.0357142857;
  position: relative;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .certification .badge {
  position: absolute;
  top: -1.0714285714em;
  left: 100%;
  -webkit-transform: translateX(1.3571428571em);
          transform: translateX(1.3571428571em);
  width: 5.7142857143em;
  height: 5.7142857143em;
  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;
  background: #fff;
  border-radius: 100%;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .certification .badge img {
  width: 81.25%;
}
#content #seminar-keyvisual .keyvisual .secInner .desc h1 {
  font-size: 5.2em;
  font-weight: 900;
  line-height: 1.3461538462;
  margin-top: 0.5em;
  padding-left: 0.1923076923em;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .function {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.7777777778;
  margin-top: 1.6666666667em;
  padding-left: 0.5555555556em;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9em;
  padding-left: 1em;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn {
  font-size: 2em;
  width: 15em;
  height: 3.5em;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn.wh {
  border-color: #3064f4;
  color: #3064f4;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn.wh::after {
  border-color: #3064f4;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%233064f4%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn.wh:hover {
    border-color: #d29c08;
    background-color: #fff;
    color: #d29c08;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn.wh:hover::after {
    border-color: #d29c08;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23d29c08%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
#content #seminar-keyvisual .note {
  text-align: right;
  padding: 0.5em 4.5em;
}
#content section .secInner .secContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content section .secInner .secContent.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content section .secInner .secContent.sec-free_area .text {
  margin-top: 70px;
  width: 100%;
  table-layout: fixed;
}
#content section .secInner .secContent.sec-free_area .text .custom-table {
  border-top: none;
}
#content section .secInner .secContent.sec-free_area .text th {
  padding: 10px;
  height: 115px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-top: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
#content section .secInner .secContent.sec-free_area .text th:first-child {
  width: 15%;
  height: auto;
  border: 1px solid #ccc;
  background: #f5f5f5;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-align: left;
}
#content section .secInner .secContent.sec-free_area .text th.no-border-left-top {
  border-left: none;
  border-top: none;
  background: transparent;
}
#content section .secInner .secContent.sec-free_area .text th:nth-child(2) {
  background: #40a6e9;
  width: 28.33%;
}
#content section .secInner .secContent.sec-free_area .text th:nth-child(3) {
  background: #049ba0;
  width: 28.33%;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
#content section .secInner .secContent.sec-free_area .text th:nth-child(4) {
  background: #767ed3;
  width: 28.33%;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
#content section .secInner .secContent.sec-free_area .text th:nth-child(3)::before,
#content section .secInner .secContent.sec-free_area .text th:nth-child(4)::before {
  content: "";
  display: block;
  height: 15px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#content section .secInner .secContent.sec-free_area .text th.recommend-cell {
  position: relative;
  overflow: hidden;
}
#content section .secInner .secContent.sec-free_area .text th.recommend-cell::after {
  content: "オススメ";
  position: absolute;
  top: 15px;
  right: -22px;
  width: 100px;
  height: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#d29c09), to(#d29c09));
  background: linear-gradient(180deg, #d29c09 0%, #d29c09 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  #content section .secInner .secContent.sec-free_area .text th.recommend-cell::after {
    top: 8px;
    right: -23px;
    width: 80px;
    height: 20px;
    font-size: 9px;
  }
}
#content section .secInner .secContent.sec-free_area .text td {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
#content section .secInner .secContent.sec-free_area .text tr:nth-child(-n+2) td {
  text-align: center;
}
#content section .secInner .secContent.sec-free_area .price-amount {
  font-size: 2rem;
  font-weight: 700;
}
#content section .secInner .secContent.sec-free_area .price-unit {
  font-size: 1rem;
  font-weight: 400;
}
#content section .secInner .secContent.sec-free_area .text ul {
  list-style-type: disc;
  padding-left: 20px;
}
#content section .secInner .secContent.sec-free_area .banner {
  position: relative;
  width: 100%;
  margin: 2.5rem auto 4rem auto;
  text-align: center;
}
#content section .secInner .secContent.sec-free_area .banner img {
  width: 65%;
  height: auto;
}
@media (max-width: 768px) {
  #content section .secInner .secContent.sec-free_area .banner img {
    width: 100%;
  }
}
#content section .secInner .secContent.sec-free_area .banner .banner-text {
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #222222;
}
@media (max-width: 768px) {
  #content section .secInner .secContent.sec-free_area .banner .banner-text {
    width: 100%;
    left: 70%;
  }
}
#content section .secInner .secContent.sec-free_area .banner .separator {
  width: 89px;
  height: 2px;
  background-color: #eef4f1;
  margin: 0.5rem auto;
}
@media (max-width: 768px) {
  #content section .secInner .secContent.sec-free_area .banner .separator {
    width: 42px;
    height: 1px;
  }
}
#content section .secInner .secContent.sec-free_area .banner .lower-text {
  color: #103870;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #content section .secInner .secContent.sec-free_area .banner .lower-text {
    font-size: 1.7rem;
  }
}
#content section .seminar-about .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 960px;
  width: 100%;
}
#content section .seminar-about .summary .book {
  width: 15rem;
  margin-right: 3.75rem;
  -webkit-box-shadow: 0.9375rem 0.9375rem 0.9375rem #d0d0d0;
          box-shadow: 0.9375rem 0.9375rem 0.9375rem #d0d0d0;
}
#content section .seminar-about .summary .book.no_shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#content section .seminar-about .summary .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content section .seminar-about .summary .desc .slash {
  font-size: 1.875rem;
  font-weight: 900;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2666666667em;
}
#content section .seminar-about .summary .desc .slash::before, #content section .seminar-about .summary .desc .slash::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.4333333333em;
  background: #1a1a1a;
}
#content section .seminar-about .summary .desc .slash::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 0.8em;
}
#content section .seminar-about .summary .desc .slash::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 0.8em;
}
#content section .seminar-about .summary .desc h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.35;
  padding-bottom: 0.6em;
  position: relative;
}
#content section .seminar-about .summary .desc h2::after {
  content: "";
  display: block;
  width: 1.375em;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#d29c08), color-stop(69%, #d29c08), color-stop(69%, #1a1a1a), to(#1a1a1a));
  background: linear-gradient(90deg, #d29c08 0%, #d29c08 69%, #1a1a1a 69%, #1a1a1a 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#content section .seminar-about .summary .desc .text {
  margin-top: 2.75rem;
  line-height: 2;
  font-size: 1rem;
  font-weight: normal;
}
#content section .seminar-about .instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#content section .seminar-about .instructor h3 {
  font-size: 1.8rem;
  line-height: 1.4642857143;
  font-weight: bold;
  padding: 0 1.25em 0.6em;
  border-bottom: #1a1a1a solid 2px;
  position: relative;
  margin-bottom: 1.3em;
}
#content section .seminar-about .instructor h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8803571429em;
  background: 45% top/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.55%2024.65%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23fff%3B}.cls-2{fill%3A%231a1a1a%3B}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2241.35%200%2011.51%200%203.78%2020.33%2041.35%200%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2243.45%200%2041.35%200%203.78%2020.33%2011.51%200%2010.44%200%209.37%200%200%2024.65%2045.55%200%2043.45%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-0.5px);
          transform: translateY(-0.5px);
}
#content section .seminar-about .instructor h3::after {
  content: "";
  display: block;
  height: 1em;
  border-left: #1a1a1a solid 2px;
  border-right: #1a1a1a solid 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#content section .seminar-about .instructor h3 em {
  color: #d29c08;
}
#content section .seminar-about .instructor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#content section .seminar-about .instructor ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
  padding-left: 0;
  text-indent: 0;
  width: 100%;
}
#content section .seminar-about .instructor ul li:first-child {
  margin-top: 0;
}
#content section .seminar-about .instructor ul li .img {
  width: 11.875rem;
  height: 11.875rem;
  border-radius: 11.875rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
#content section .seminar-about .instructor ul li .img img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#content section .seminar-about .instructor ul li .profile {
  width: 72.7777777778%;
}
#content section .seminar-about .instructor ul li .profile .label {
  display: block;
  color: #d29c08;
  font-size: 1.375rem;
  line-height: 1.4615384615;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#content section .seminar-about .instructor ul li .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #1a1a1a;
}
#content section .seminar-about .instructor ul li .card a .img {
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content section .seminar-about .instructor ul li .card a .img img {
  width: 12.1875rem;
  height: 12.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#content section .seminar-about .instructor ul li .card a .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#content section .seminar-about .instructor ul li .card a .data .post {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.7142857143em;
}
#content section .seminar-about .instructor ul li .card a .data .name {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-top: 0.1818181818em;
}
@media (hover: hover) {
  #content section .seminar-about .instructor ul li .card a:hover {
    color: #d29c08;
  }
  #content section .seminar-about .instructor ul li .card a:hover .img {
    opacity: 0.6;
  }
}
#content section .seminar-about .instructor ul li .text {
  margin-top: 1.7142857143em;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
#content section .seminar-about .instructor ul li .text.open {
  height: auto;
}
#content section .seminar-about .instructor ul li .text.open::after {
  opacity: 0;
  pointer-events: none;
}
#content section .seminar-about .instructor ul li .text.open .more {
  display: none;
}
#content section .seminar-about .instructor ul li .text .more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
#content section .seminar-about .instructor a.btn {
  margin-top: 1.75rem;
}
#content section .sec-reason {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#content section .sec-reason h2 {
  font-size: 2.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
#content section .sec-reason h2 img {
  width: 0.8888888889em;
  margin: 0;
}
#content section .sec-reason > ul {
  margin-top: 4.875rem;
}
#content section .sec-reason > ul > li.reason {
  position: relative;
  background: #fff;
  margin-top: 1.625rem;
  padding: 5rem;
}
#content section .sec-reason > ul > li.reason:first-child {
  margin-top: 0;
}
#content section .sec-reason > ul > li.reason .num {
  position: absolute;
  display: block;
  top: -0.1em;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  height: 3.375rem;
  font-family: "Jost";
  font-weight: 500;
  font-size: 4em;
  line-height: 1;
}
#content section .sec-reason > ul > li.reason .num img {
  width: auto;
  height: 100%;
  position: relative;
}
#content section .sec-reason > ul > li.reason h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3125;
}
#content section .sec-reason > ul > li.reason .lead {
  margin-top: 2.3125rem;
}
#content section .sec-reason > ul > li.reason .custom-paragraph {
  margin-top: 2.3125rem;
}
#content section .sec-reason > ul > li.reason .horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content section .sec-reason > ul > li.reason .horizontal .left {
  width: 43.6538461538%;
}
#content section .sec-reason > ul > li.reason .horizontal .right {
  width: 51.9230769231%;
}
#content section .sec-reason > ul > li.reason .vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#content section .sec-reason > ul > li.reason .custom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 2rem 0 0;
  padding: 2rem 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  #content section .sec-reason > ul > li.reason .custom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
}
#content section .sec-reason > ul > li.reason .custom-area .custom-area-left {
  width: calc(70% - 20px);
  margin-right: 40px;
}
@media (max-width: 768px) {
  #content section .sec-reason > ul > li.reason .custom-area .custom-area-left {
    width: 100%;
    margin-right: 0;
  }
}
#content section .sec-reason > ul > li.reason .custom-area .custom-area-left img {
  width: 100%;
  height: auto;
}
#content section .sec-reason > ul > li.reason .custom-area .custom-area-right {
  width: calc(30% - 20px);
}
@media (max-width: 768px) {
  #content section .sec-reason > ul > li.reason .custom-area .custom-area-right {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#content section .sec-reason > ul > li.reason .custom-area .custom-area-right img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
#content section .sec-reason > ul > li.reason .custom-area .custom-area-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #content section .sec-reason > ul > li.reason .custom-area .custom-area-heading {
    text-align: center;
  }
}
#content section .sec-reason > ul > li.reason .custom-area .custom-area-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  #content section .sec-reason > ul > li.reason .custom-area .custom-area-text {
    text-align: center;
  }
}
#content section .sec-reason .reason-1 .table table {
  width: 100%;
  border-bottom: #dedede solid 1px;
  border-right: #dedede solid 1px;
}
#content section .sec-reason .reason-1 .table table tr th,
#content section .sec-reason .reason-1 .table table tr td {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2857142857;
  padding: 0.7142857143em;
  text-align: center;
  vertical-align: middle;
  border-top: #dedede solid 1px;
  border-left: #dedede solid 1px;
}
#content section .sec-reason .reason-1 .table table tr td:last-child {
  font-size: 1rem;
  color: #e20000;
  background: #ffe6a2;
}
#content section .sec-reason .reason-1 .table table tr:first-child th {
  background: #333333;
  color: #fff;
  white-space: nowrap;
}
#content section .sec-reason .reason-1 .table table tr:first-child th:last-child {
  background: #d29c08;
}
#content section .sec-reason .reason-1 .table + .note {
  font-size: 0.75rem;
  margin-top: 0.6666666667em;
}
#content section .sec-reason .reason-2 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0;
  padding-top: 19.7115384615%;
  position: relative;
}
#content section .sec-reason .reason-2 .imgs img {
  width: 49.0740740741%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
#content section .sec-reason .reason-2 .imgs img:nth-child(1) {
  left: 0;
}
#content section .sec-reason .reason-2 .imgs img:nth-child(2) {
  right: 0;
}
#content section .sec-reason .reason-3 ul {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content section .sec-reason .reason-3 ul li {
  width: 31.7307692308%;
  background-color: #f5f5f5;
  border: #f5f5f5 solid 1px;
  position: relative;
}
#content section .sec-reason .reason-3 ul li .img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 53.9393939394%;
}
#content section .sec-reason .reason-3 ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media (hover: hover) {
  #content section .sec-reason .reason-3 ul li .img:hover {
    opacity: 0.6;
  }
}
#content section .sec-reason .reason-3 ul li .desc {
  padding: 2em 2.5em;
  font-size: min(0.75vw, 10px);
}
#content section .sec-reason .reason-3 ul li .desc h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
#content section .sec-reason .reason-3 ul li .desc .text {
  font-size: 1.4em;
  margin-top: 2em;
  text-align: left;
}
#content section .sec-reason .reason-3 ul li .desc .note {
  font-size: 1.2em;
  text-align: left;
}
#content section .sec-reason .reason-3 .instructor {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6875rem 3.125rem;
  text-align: left;
  background: #f5f5f5;
}
#content section .sec-reason .reason-3 .instructor .img {
  width: 10.5625rem;
  height: 10.5625rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 3rem;
}
#content section .sec-reason .reason-3 .instructor .img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content section .sec-reason .reason-3 .instructor .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content section .sec-reason .reason-3 .instructor .desc .head .name {
  font-size: 1.375rem;
  font-weight: 700;
}
#content section .sec-reason .reason-3 .instructor .desc .text {
  font-size: 0.875rem;
  margin-top: 1.5714285714em;
}
#content section .sec-reason .reason-3 .horizontal {
  width: 100%;
}
#content section .sec-reason .reason-3 .horizontal .left {
  width: 37.5%;
}
#content section .sec-reason .reason-3 .horizontal .right {
  width: 57.6923076923%;
}
#content section .sec-reason .reason-3 .horizontal .right .slider {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  border: #dedede solid 1px;
  font-size: 0.625rem;
}
#content section .sec-reason .reason-3 .horizontal .right .slider .slick-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-indent: -999em;
  z-index: 100;
  background: rgba(112, 112, 112, 0.7);
  width: 3.8em;
  height: 3.8em;
  padding: 0;
  font-size: inherit;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#content section .sec-reason .reason-3 .horizontal .right .slider .slick-arrow:before {
  content: "";
  display: block;
  width: 1.7em;
  height: 1.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#content section .sec-reason .reason-3 .horizontal .right .slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
#content section .sec-reason .reason-3 .horizontal .right .slider .slick-arrow.slick-next {
  right: 0;
}
#content section .sec-reason .reason-3 .horizontal .right .slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  #content section .sec-reason .reason-3 .horizontal .right .slider .slick-arrow:hover {
    background: rgba(112, 112, 112, 0.9);
  }
}
#content section .sec-reason .reason-3 .curriculum {
  margin-top: 2.5rem;
  padding: 2.9375rem 4.25rem;
  background: #f5f5f5;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  font-size: min(1.3vw, 18px);
  font-weight: 700;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .tabs .tab {
  width: 100%;
  border: #d29c08 solid 1px;
  color: #d29c08;
  background: #fff;
  padding: 0.5555555556em 0;
  border-radius: 0.3333333333em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .tabs .tab .sub {
  font-size: 0.7777777778em;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .tabs .tab.active {
  background: #d29c08;
  color: #fff;
}
@media (hover: hover) {
  #content section .sec-reason .reason-3 .curriculum .block_tabs .tabs .tab:hover {
    background: #d29c08;
    color: #fff;
  }
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes {
  margin-top: 2.5rem;
  position: relative;
  height: 10.5em;
  min-height: 10.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes.open {
  height: auto;
  padding-bottom: 4rem;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes.open::after {
  opacity: 0;
  pointer-events: none;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes.open .more:before {
  display: block;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes.open .more span {
  display: none;
}
@media (min-width: 751px) {
  #content section .sec-reason .reason-3 .curriculum .block_tabs .panes.pcopened .more {
    display: none;
  }
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes::after {
  content: "";
  display: block;
  width: 100%;
  height: 8.75em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), color-stop(55%, rgb(245, 245, 245)), to(rgb(245, 245, 245)));
  background: linear-gradient(rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 55%, rgb(245, 245, 245) 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes .pane {
  display: none;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .panes .pane.active {
  display: block;
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content section .sec-reason .reason-3 .curriculum .block_tabs .more:before {
  content: "一部表示にする";
  display: none;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  background: none;
  z-index: 0;
  -webkit-transition: none;
  transition: none;
}
#content section .trial-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content section .trial-1 .img {
  width: 41.25%;
  margin-right: 2.375rem;
  padding-top: 2rem;
}
#content section .trial-1 .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content section .trial-1 .desc h2 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
}
#content section .trial-1 .desc h2 em {
  font-weight: 900;
  color: #d29c08;
}
#content section .trial-1 .desc .text {
  margin-top: 2.0625rem;
}
#content section .trial-1 .desc a.btn {
  font-size: 1.25rem;
  width: 20.5em;
  margin-top: 1.875rem;
}
#content section .trial-1 .note {
  margin-top: 2.5rem;
}
#content section .trial-1 .note a {
  color: inherit;
}
@media (hover: hover) {
  #content section .trial-1 .note a:hover {
    color: #d29c08;
  }
}
#content section .sec-knowledge h2 {
  font-weight: bold;
}
#content section .sec-knowledge .knowledge ul {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 0;
}
#content section .sec-knowledge .knowledge ul li {
  width: 49.1666666667%;
  padding: 1.875rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content section .sec-knowledge .knowledge ul li:after {
  content: "";
  display: block;
  clear: both;
}
#content section .sec-knowledge .knowledge ul li .img {
  width: 5.25rem;
  height: 5.25rem;
  margin-right: 1rem;
}
#content section .sec-knowledge .knowledge ul li .img img {
  width: 100%;
  height: 100%;
}
#content section .sec-knowledge .knowledge ul li .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content section .sec-knowledge .knowledge ul li h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5454545455;
}
#content section .sec-knowledge .knowledge ul li .text {
  font-size: 0.875rem;
  margin-top: 1em;
}
#content section .sec-knowledge .recommend ul {
  margin-top: 2.1875rem;
}
#content section .sec-knowledge .recommend ul li {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5454545455;
  position: relative;
  padding-left: 1.6818181818em;
  margin-top: 0.3636363636em;
}
#content section .sec-knowledge .recommend ul li:first-child {
  margin-top: 0;
}
#content section .sec-knowledge .recommend ul li::before {
  content: "";
  display: block;
  width: 0.9090909091em;
  height: 1.5454545455em;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://www.skillupai.com/assets/seminar/images/icon_check.svg) 50%/contain no-repeat;
}
#content section .sec-knowledge .recommend ul li em {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffd862));
  background: linear-gradient(transparent 0%, #ffd862 0%);
}
#content section .sec-voice h2 {
  font-weight: bold;
}
#content section .sec-voice ul {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 0;
}
#content section .sec-voice ul::after {
  content: "";
  display: block;
  width: 31.6666666667%;
}
#content section .sec-voice ul li {
  width: 31.6666666667%;
  padding: 0.9375rem 0.9375rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #e5e5e5 solid 1px;
  background: #fff;
}
#content section .sec-voice ul li .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.3125rem;
  width: 100%;
}
#content section .sec-voice ul li .desc .text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1em;
}
#content section .sec-voice ul li .desc .name {
  margin-top: 1.25rem;
}
#content section .sec-voice ul li .btn {
  margin-top: 1.25rem;
}
#content section .sec-case h2 {
  font-weight: bold;
}
#content section .sec-case ul {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content section .sec-case ul li {
  width: 6.25rem;
}
#content section .sec-case ul li:nth-child(4) {
  width: 5.625rem;
}
#content section .sec-case ul li:nth-child(5) {
  width: 8.75rem;
}
#content section .sec-case ul li:nth-child(7) {
  width: 5.9375rem;
}
#content section .sec-case ul li:nth-child(8) {
  width: 5.625rem;
}
#content section .sec-case ul li:nth-child(9) {
  width: 6.875rem;
}
#content section .sec-case ul li:nth-child(10) {
  width: 8.125rem;
}
#content section .sec-case ul li:nth-child(11) {
  width: 8.125rem;
}
#content section .sec-case ul li:nth-child(12) {
  width: 5rem;
}
#content section .sec-case ul li:nth-child(13) {
  width: 8.125rem;
}
#content section .sec-case ul li:nth-child(14) {
  width: 7.5rem;
}
#content section .sec-case ul li:nth-child(15) {
  width: 11.25rem;
}
#content section .sec-comment ul {
  margin-top: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content section .sec-comment ul li {
  width: calc((100% - 3.75rem) / 3);
  position: relative;
  padding: 4.875rem 2.125rem 2.125rem;
  border-radius: 1.25rem;
  background: #f9f6ed;
  max-width: none;
}
#content section .sec-comment ul li .img {
  width: 7.75rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
#content section .sec-comment ul li .text {
  text-align: justify;
}
#content section .sec-comment ul.two-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content section .sec-comment ul.two-columns li {
  width: calc((100% - 3.75rem) / 3);
}
#content section .sec-comment ul.two-columns li + li {
  margin-left: 1.875rem;
}
#content section .sec-comment ul.one-column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content section .sec-comment ul.one-column li {
  width: calc((100% - 3.75rem) / 3);
}
#content section .sec-comment .card {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 3.125rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#content section .sec-comment .card .img {
  width: 44.1818181818%;
  margin-right: 3.125rem;
}
#content section .sec-comment .card .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#content section .sec-comment .card .desc h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 1.4285714286;
  font-weight: bold;
}
#content section .sec-comment .card .desc h3 .sub {
  font-size: 0.7142857143em;
  line-height: 1.45;
  margin-top: 0.4em;
}
#content section .sec-comment .card .desc .text {
  font-size: 0.875rem;
  margin-top: 1.4375rem;
}
#content section .sec-comment .card .desc .btn {
  margin-top: 1.4375rem;
}
#content section .sec-briefing {
  text-align: center;
  position: relative;
}
#content section .sec-briefing h2 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.1666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 0.6666666667em;
  position: relative;
}
#content section .sec-briefing h2::after {
  content: "";
  display: block;
  width: 1.6176470588em;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#d29c08), color-stop(69%, #d29c08), color-stop(69%, #fff), to(#fff));
  background: linear-gradient(90deg, #d29c08 0%, #d29c08 69%, #fff 69%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content section .sec-briefing h2 .sub {
  font-size: 1.25rem;
  line-height: 2.1;
  padding: 0 1.5em;
  border: #fff solid 2px;
  margin-bottom: 1.4em;
}
#content section .sec-briefing h2 br.forTAB {
  display: none;
}
@media (max-width: 1200px) {
  #content section .sec-briefing h2 br.forTAB {
    display: block;
  }
}
#content section .sec-briefing .badge {
  position: absolute;
  top: 1.875rem;
  right: 0;
  width: 9.75rem;
  height: 9.75rem;
  background: #d85307;
  font-weight: 700;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content section .sec-briefing .badge .label {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  background: #fff;
  padding: 0 1em;
  color: #d85307;
  margin-bottom: 0.4285714286em;
}
#content section .sec-briefing .badge em {
  font-size: 1.3125rem;
  line-height: 1.7619047619;
}
#content section .sec-briefing .badge .numof {
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
#content section .sec-briefing .badge .numof .num {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
  margin-right: 0.25em;
}
#content section .sec-briefing .lead {
  margin-top: 2.75rem;
}
#content section .sec-briefing .schedule {
  margin-top: 3.75rem;
  background: #fff;
  color: #1a1a1a;
  padding: 1.25rem 2.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 893px;
}
#content section .sec-briefing .schedule h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4583333333;
}
#content section .sec-briefing .schedule .datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.25rem;
  margin-top: 1.6875rem;
  text-align: left;
  position: relative;
}
#content section .sec-briefing .schedule .datetime:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #707070;
  width: 1px;
}
#content section .sec-briefing .schedule .datetime ul {
  font-size: 1.25rem;
}
#content section .sec-briefing .schedule .datetime ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content section .sec-briefing .schedule .datetime ul .date {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.9166666667;
  width: 5.5em;
}
#content section .sec-briefing .plz {
  margin-top: 2.5rem;
}
#content section .sec-briefing .btn {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  width: 20.5em;
  height: 3.5em;
  border: #fff solid 2px;
}
#content section .sec-course .block {
  padding-top: 5.625rem;
}
#content section .sec-course .block:first-child {
  padding-top: 0;
}
#content section .sec-course .block h2 {
  font-weight: bold;
}
#content section .sec-course .chose ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  margin-top: 2.8125rem;
}
#content section .sec-course .chose ul li {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content section .sec-course .chose ul li h3 {
  width: 100%;
  background: #d29c08;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.5em;
  min-height: 4em;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content section .sec-course .chose ul li h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: #d29c08 solid 1rem;
  border-left: transparent solid 1.25rem;
  border-right: transparent solid 1.25rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
#content section .sec-course .chose ul li:nth-child(2n) h3 {
  background: #d85307;
}
#content section .sec-course .chose ul li:nth-child(2n) h3::after {
  border-top-color: #d85307;
}
#content section .sec-course .chose ul li:nth-child(3n) h3 {
  background: #247caf;
}
#content section .sec-course .chose ul li:nth-child(3n) h3::after {
  border-top-color: #247caf;
}
#content section .sec-course .chose ul li .desc {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1.875rem 1.125rem;
}
#content section .sec-course .chose ul li .desc .name {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  min-height: 6.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content section .sec-course .chose ul li .desc .name .plus {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  -webkit-transform: translateY(-13%);
          transform: translateY(-13%);
  background: url(https://www.skillupai.com/assets/seminar/images/icon_plus.svg) 50%/contain no-repeat;
  overflow: hidden;
  text-indent: -999em;
}
#content section .sec-course .chose ul li .desc .name .sub {
  font-size: 0.6666666667em;
  line-height: 1.875;
  font-weight: 700;
}
#content section .sec-course .chose ul li .desc .summary {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
#content section .sec-course .chose ul li .desc .summary .price {
  font-size: 1.2857142857em;
  font-weight: 900;
  color: #e61616;
  line-height: 1.4444444444;
}
#content section .sec-course .chose ul li .desc .summary .price s {
  font-size: 0.8888888889em;
  color: #1a1a1a;
  line-height: 1.5;
}
#content section .sec-course .chose ul li .desc .summary .note {
  font-size: 0.8571428571em;
  margin-top: 1em;
}
#content section .sec-course .chose ul li .btns {
  padding: 0 1.875rem 2.5rem;
}
#content section .sec-course .chose ul li .btns a.btn {
  width: 15.5em;
  margin-top: 0.375em;
}
#content section .sec-course .chose ul li .btns a.btn:first-child {
  margin-top: 0;
}
#content section .sec-course .difference {
  width: 100%;
}
#content section .sec-course .difference h2 {
  font-weight: bold;
}
#content section .sec-course .difference .table {
  margin-top: 2.8125rem;
  width: 100%;
}
#content section .sec-course .difference .table table {
  width: 100%;
  border: none;
  border-bottom: #dedede solid 1px;
  border-right: #dedede solid 1px;
}
#content section .sec-course .difference .table table tbody tr.head th {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #d29c08;
  line-height: 1.375;
  padding: 0.7142857143em;
  width: auto;
}
#content section .sec-course .difference .table table tbody tr.head th:nth-child(3) {
  background: #d85307;
}
#content section .sec-course .difference .table table tbody tr.head th:nth-child(4) {
  background: #247caf;
}
#content section .sec-course .difference .table table tbody tr:nth-child(2n) th,
#content section .sec-course .difference .table table tbody tr:nth-child(2n) td {
  background-color: #fff;
}
#content section .sec-course .difference .table table tbody tr th,
#content section .sec-course .difference .table table tbody tr td {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
  vertical-align: middle;
  background-color: #f8f8f8;
  border: none;
  border-top: #dedede solid 1px;
  border-left: #dedede solid 1px;
  padding: 0.7142857143em;
}
#content section .sec-course .difference .table table tbody tr th.blank,
#content section .sec-course .difference .table table tbody tr td.blank {
  visibility: hidden;
  border: none;
}
#content section .sec-course .difference .table table tbody tr th {
  font-weight: 700;
  padding-left: 1.4285714286em;
  width: 22.5714285714em;
}
#content section .sec-course .difference .table table tbody tr th .volume {
  font-weight: normal;
}
#content section .sec-course .difference .table table tbody tr td {
  text-align: center;
  color: #d29c08;
  font-weight: 700;
}
#content section .sec-course .difference .table table tbody tr td:nth-child(3) {
  color: #d85307;
}
#content section .sec-course .difference .table table tbody tr td:nth-child(3) i.maru {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.179%22%20height%3D%2222.179%22%3E%3Ccircle%20cx%3D%229.818%22%20cy%3D%229.818%22%20r%3D%229.818%22%20fill%3D%22none%22%20stroke%3D%22%23d85307%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.543%22%20data-name%3D%22楕円形%20493%22%20transform%3D%22translate%281.272%201.272%29%22%2F%3E%3C%2Fsvg%3E");
}
#content section .sec-course .difference .table table tbody tr td:nth-child(3) i.minus {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.206%22%20height%3D%223%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d85307%22%20stroke-width%3D%223%22%20d%3D%22M0%201.5h23.206%22%20data-name%3D%22線%20678%22%2F%3E%3C%2Fsvg%3E");
}
#content section .sec-course .difference .table table tbody tr td:nth-child(3) i .att {
  color: #d85307;
}
#content section .sec-course .difference .table table tbody tr td:nth-child(4) {
  color: #247caf;
}
#content section .sec-course .difference .table table tbody tr td:nth-child(4) i.maru {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.179%22%20height%3D%2222.179%22%3E%3Ccircle%20cx%3D%229.818%22%20cy%3D%229.818%22%20r%3D%229.818%22%20fill%3D%22none%22%20stroke%3D%22%23247caf%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.543%22%20data-name%3D%22楕円形%20493%22%20transform%3D%22translate%281.272%201.272%29%22%2F%3E%3C%2Fsvg%3E");
}
#content section .sec-course .difference .table table tbody tr td:nth-child(4) i.minus {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.206%22%20height%3D%223%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23247caf%22%20stroke-width%3D%223%22%20d%3D%22M0%201.5h23.206%22%20data-name%3D%22線%20678%22%2F%3E%3C%2Fsvg%3E");
}
#content section .sec-course .difference .table table tbody tr td:nth-child(4) i .att {
  color: #247caf;
}
#content section .sec-course .difference .table table tbody tr td i {
  position: relative;
  display: block;
  margin: 0 auto;
  color: transparent;
  background: 50%/contain no-repeat;
  position: relative;
}
#content section .sec-course .difference .table table tbody tr td i .att {
  color: #d29c08;
  position: absolute;
  left: 100%;
  bottom: 0;
  line-height: 1;
  margin-left: 1em;
  font-weight: normal;
}
#content section .sec-course .difference .table table tbody tr td i.maru {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.179%22%20height%3D%2222.179%22%3E%3Ccircle%20cx%3D%229.818%22%20cy%3D%229.818%22%20r%3D%229.818%22%20fill%3D%22none%22%20stroke%3D%22%23d29c08%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.543%22%20data-name%3D%22楕円形%20493%22%20transform%3D%22translate%281.272%201.272%29%22%2F%3E%3C%2Fsvg%3E");
}
#content section .sec-course .difference .table table tbody tr td i.minus {
  width: 1.4375rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.206%22%20height%3D%223%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d29c08%22%20stroke-width%3D%223%22%20d%3D%22M0%201.5h23.206%22%20data-name%3D%22線%20678%22%2F%3E%3C%2Fsvg%3E");
}
#content section .sec-course .difference .table table tbody tr td .sub {
  font-weight: normal;
}
#content section .sec-course .difference .table table tbody tr.lined {
  border-top: #898989 solid 2px;
}
#content section .sec-course .difference .table table tbody tr.sub th {
  font-weight: normal;
}
#content section .sec-course .difference .table ul.note {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0 2em;
}
#content section .sec-course .table {
  width: 100%;
  margin-top: 2rem;
}
#content section .sec-course .table table {
  background: #fffafa;
}
#content section .sec-course .table table tbody > tr > td > *:first-child {
  margin-top: 0;
}
#content section .sec-course .table table tbody > tr > td h4 {
  font-weight: 700;
  margin-top: 1.4285714286em;
}
#content section .sec-course .table table tbody > tr > td h4:first-child {
  margin-top: 0;
}
#content section .sec-course .table table tbody > tr > td p {
  margin-top: 0.5em;
}
#content section .sec-course .table table tbody > tr > td p.note {
  font-size: 0.8571428571em;
  padding-left: 1em;
  text-indent: -1em;
}
#content section .sec-course .table table tbody > tr > td p.note::before {
  content: "※";
}
#content section .sec-course .table table tbody > tr > td ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
#content section .sec-course .table table tbody > tr > td ul li {
  list-style-type: disc;
}
#content section .sec-course .table table tbody > tr > td ul.note {
  font-size: 0.8571428571em;
  padding-left: 1em;
}
#content section .sec-course .table table tbody > tr > td ul.note li {
  list-style-type: none;
  text-indent: -1em;
}
#content section .sec-course .table table tbody > tr > td ul.note li::before {
  content: "※";
}
#content section .sec-course .table table tbody > tr > td ol {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
#content section .sec-course .table table tbody > tr > td ol li {
  list-style-type: decimal;
}
#content section .sec-course .table table tbody > tr > td table th,
#content section .sec-course .table table tbody > tr > td table td {
  padding: 0.25em 2em 0.25em 0;
  vertical-align: top;
}
#content section .trial-2 h2 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#content section .trial-2 h2 em {
  color: #d29c08;
  font-weight: 900;
}
#content section .trial-2 h2 .small-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 43.201px;
  letter-spacing: 0.301px;
  position: relative;
}
#content section .trial-2 h2 .small-text::before {
  content: url("https://www.skillupai.com/assets/seminar/images/deco_border_left.svg");
  position: absolute;
  left: -7%;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content section .trial-2 h2 .small-text::after {
  content: url("https://www.skillupai.com/assets/seminar/images/deco_border_right.svg");
  position: absolute;
  right: -2%;
  top: 150%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content section .trial-2 h2 .large-text {
  font-size: 42px;
  font-weight: 900;
  line-height: 43.201px;
  letter-spacing: 0.301px;
  display: inline-block;
  margin-top: 30px;
}
#content section .trial-2 h2 .large-text .highlight-text {
  font-size: 60px;
}
#content section .trial-2 h2 .large-text .small-font {
  font-size: 36px;
}
#content section .trial-2 .text {
  margin-top: 1.5em;
  text-align: center;
}
#content section .trial-2 .btns {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#content section .trial-2 .btns .btn {
  font-size: 20px;
  width: 300px;
  height: 70px;
}
#content section .trial-2 .btns .free-seminar-btn {
  width: 775px;
  height: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#f9bf00), color-stop(59.91%, #f98900));
  background: linear-gradient(90deg, #f9bf00 0%, #f98900 59.91%);
  -webkit-filter: drop-shadow(0px 4.54px 4.54px rgba(94, 94, 94, 0.1));
          filter: drop-shadow(0px 4.54px 4.54px rgba(94, 94, 94, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 60px;
  padding: 20px 0;
  line-height: 0.8;
  position: relative;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
#content section .trial-2 .btns .free-seminar-btn .balloon {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 700px;
  text-align: center;
}
#content section .trial-2 .btns .free-seminar-btn .balloon img {
  max-width: 100%;
  height: auto;
  display: block;
}
#content section .trial-2 .btns .free-seminar-btn:hover {
  opacity: 0.7;
}
#content section .trial-2 .btns .free-seminar-btn::before {
  content: "無料";
  background-color: #fff;
  color: #f98900;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.15152;
  letter-spacing: 1.32px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 8%;
  left: 1%;
}
#content section .trial-2 .btns .free-seminar-btn::after {
  content: url("https://www.skillupai.com/assets/seminar/images/arrow_circle_white.svg");
  position: absolute;
  right: 40px;
  width: 40px;
  height: 40px;
}
#content section .trial-2 .btns .free-seminar-btn .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content section .trial-2 .btns .free-seminar-btn .line1 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
#content section .trial-2 .btns .free-seminar-btn .line2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}
#content section .trial-2 .contact {
  margin-top: 2.5rem;
}
#content section .trial-2 .contact a {
  color: inherit;
}
@media (hover: hover) {
  #content section .trial-2 .contact a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  #content section .trial-2 h2 .small-text {
    font-size: 18px;
  }
  #content section .trial-2 h2 .small-text::before {
    content: url("https://www.skillupai.com/assets/seminar/images/deco_border_left_sp.svg");
  }
  #content section .trial-2 h2 .small-text::after {
    content: url("https://www.skillupai.com/assets/seminar/images/deco_border_right_sp.svg");
    right: -5%;
  }
  #content section .trial-2 h2 .large-text {
    font-size: 30px;
  }
  #content section .trial-2 h2 .large-text .highlight-text {
    font-size: 65px;
  }
  #content section .trial-2 h2 .large-text .small-font {
    font-size: 30px;
  }
  #content section .trial-2 .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px !important;
  }
  #content section .trial-2 .btns .free-seminar-btn {
    width: 326px;
    height: 80px;
    padding: 10px 0;
  }
  #content section .trial-2 .btns .free-seminar-btn .balloon {
    top: -25px;
    width: 300px;
  }
  #content section .trial-2 .btns .free-seminar-btn::before {
    width: 45px;
    height: 45px;
    font-size: 15px;
    top: 20%;
    left: 2%;
  }
  #content section .trial-2 .btns .free-seminar-btn::after {
    content: url("https://www.skillupai.com/assets/seminar/images/arrow_circle_white_sp.svg");
    width: 18px;
    height: 18px;
    right: 12px;
  }
  #content section .trial-2 .btns .free-seminar-btn .line1 {
    font-size: 10px;
    line-height: 1;
  }
  #content section .trial-2 .btns .free-seminar-btn .line2 {
    font-size: 20px;
    line-height: 1;
  }
  #content section .trial-2 .contact {
    margin-top: 20px;
  }
  #content section .trial-2 .contact a {
    font-size: 16px;
  }
}
#content section .trial-3 .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
#content section .trial-3 .cta-container h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#content section .trial-3 .cta-container h2 .small-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 43.201px;
  letter-spacing: 0.301px;
  position: relative;
}
#content section .trial-3 .cta-container h2 .small-text::before {
  content: url("https://www.skillupai.com/assets/seminar/images/deco_border_left.svg");
  position: absolute;
  left: -7%;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content section .trial-3 .cta-container h2 .small-text::after {
  content: url("https://www.skillupai.com/assets/seminar/images/deco_border_right.svg");
  position: absolute;
  right: -2%;
  top: 150%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content section .trial-3 .cta-container h2 .large-text {
  font-size: 42px;
  font-weight: 900;
  line-height: 43.201px;
  letter-spacing: 0.301px;
  display: inline-block;
  margin-top: 30px;
}
#content section .trial-3 .cta-container h2 .large-text .highlight-text {
  font-size: 70px;
}
#content section .trial-3 .cta-container h2 .large-text .small-font {
  font-size: 36px;
}
#content section .trial-3 .cta-container .cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#content section .trial-3 .cta-container .cta-text p {
  font-size: 23.42px;
  font-weight: 700;
  line-height: 25.092px;
  letter-spacing: 0.268px;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
}
#content section .trial-3 .cta-container .cta-text p .small-font {
  font-size: 16.73px;
}
#content section .trial-3 .cta-container .cta-text p::before {
  content: url("https://www.skillupai.com/assets/seminar/images/icon_check_og.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 21px;
}
#content section .trial-3 .btns {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#content section .trial-3 .btns .btn {
  font-size: 20px;
  width: 300px;
  height: 70px;
}
#content section .trial-3 .btns .free-seminar-btn {
  width: 775px;
  height: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#f9bf00), color-stop(59.91%, #f98900));
  background: linear-gradient(90deg, #f9bf00 0%, #f98900 59.91%);
  -webkit-filter: drop-shadow(0px 4.54px 4.54px rgba(94, 94, 94, 0.1));
          filter: drop-shadow(0px 4.54px 4.54px rgba(94, 94, 94, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 60px;
  padding: 20px 0;
  line-height: 0.8;
  position: relative;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
#content section .trial-3 .btns .free-seminar-btn .balloon {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 700px;
  text-align: center;
}
#content section .trial-3 .btns .free-seminar-btn .balloon img {
  max-width: 100%;
  height: auto;
  display: block;
}
#content section .trial-3 .btns .free-seminar-btn:hover {
  opacity: 0.7;
}
#content section .trial-3 .btns .free-seminar-btn:hover::after {
  border: #fff solid 1px;
  border-radius: 100%;
}
#content section .trial-3 .btns .free-seminar-btn::before {
  content: "無料";
  background-color: #fff;
  color: #f98900;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.15152;
  letter-spacing: 1.32px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 8%;
  left: 1%;
}
#content section .trial-3 .btns .free-seminar-btn::after {
  content: url("https://www.skillupai.com/assets/seminar/images/arrow_circle_white.svg");
  position: absolute;
  right: 40px;
  width: 40px;
  height: 40px;
}
#content section .trial-3 .btns .free-seminar-btn .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content section .trial-3 .btns .free-seminar-btn .line1 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
#content section .trial-3 .btns .free-seminar-btn .line2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 1040px) {
  #content section .trial-3 .cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #content section .trial-3 .cta-container h2 {
    font-size: 24px;
  }
  #content section .trial-3 .cta-container h2 .small-text {
    font-size: 18px;
    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 section .trial-3 .cta-container h2 .small-text::before {
    content: url("https://www.skillupai.com/assets/seminar/images/deco_border_left_sp.svg");
  }
  #content section .trial-3 .cta-container h2 .small-text::after {
    content: url("https://www.skillupai.com/assets/seminar/images/deco_border_right_sp.svg");
    top: 130%;
    right: -5%;
  }
  #content section .trial-3 .cta-container h2 .large-text {
    font-size: 28px;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 0;
  }
  #content section .trial-3 .cta-container h2 .large-text .highlight-text {
    font-size: 65px;
  }
  #content section .trial-3 .cta-container h2 .large-text .small-font {
    font-size: 30px;
  }
  #content section .trial-3 .cta-container .cta-text {
    gap: 0;
  }
  #content section .trial-3 .cta-container .cta-text p {
    font-size: 16px;
    margin-left: 20px;
  }
  #content section .trial-3 .cta-container .cta-text p .small-font {
    font-size: 12px;
  }
  #content section .trial-3 .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  #content section .trial-3 .btns .free-seminar-btn {
    width: 326px;
    height: 80px;
    padding: 10px 0;
  }
  #content section .trial-3 .btns .free-seminar-btn .balloon {
    top: -25px;
    width: 300px;
  }
  #content section .trial-3 .btns .free-seminar-btn::before {
    width: 45px;
    height: 45px;
    font-size: 15px;
    top: 20%;
    left: 2%;
  }
  #content section .trial-3 .btns .free-seminar-btn::after {
    content: url("https://www.skillupai.com/assets/seminar/images/arrow_circle_white_sp.svg");
    width: 18px;
    height: 18px;
    right: 12px;
  }
  #content section .trial-3 .btns .free-seminar-btn .line1 {
    font-size: 10px;
    line-height: 1;
  }
  #content section .trial-3 .btns .free-seminar-btn .line2 {
    font-size: 20px;
    line-height: 1;
  }
}
#content section .sec-compare h2 {
  font-weight: bold;
}
#content section .sec-compare .table {
  margin-top: 4.375rem;
  width: 100%;
}
#content section .sec-compare .table table {
  width: 100%;
  border: none;
  border-bottom: #dedede solid 1px;
  border-right: #dedede solid 1px;
}
#content section .sec-compare .table table tbody tr.head th,
#content section .sec-compare .table table tbody tr.head td {
  border: none;
}
#content section .sec-compare .table table tbody tr.head th {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  background: #1a1a1a;
  line-height: 1.4444444444;
  padding: 0.5555555556em;
  width: auto;
  position: relative;
}
#content section .sec-compare .table table tbody tr.head th:nth-child(2) {
  padding: 0;
}
#content section .sec-compare .table table tbody tr.head th:nth-child(2) .logo {
  position: absolute;
  top: -1.875rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d29c08;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content section .sec-compare .table table tbody tr.head th:nth-child(2) img {
  width: 10.9375rem;
}
#content section .sec-compare .table table tbody tr th,
#content section .sec-compare .table table tbody tr td {
  font-size: 1rem;
  line-height: 1.375;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  border-top: #dedede solid 1px;
  border-left: #dedede solid 1px;
  padding: 1.25rem;
}
#content section .sec-compare .table table tbody tr th.blank,
#content section .sec-compare .table table tbody tr td.blank {
  visibility: hidden;
  border: none;
}
#content section .sec-compare .table table tbody tr th {
  width: 18em;
  font-weight: 700;
}
#content section .sec-compare .table table tbody tr td i {
  position: relative;
  display: block;
  margin: 0 auto;
  color: transparent;
  background: 50%/contain no-repeat;
  position: relative;
}
#content section .sec-compare .table table tbody tr td i.minus {
  width: 1.4375rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.206%22%20height%3D%223%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23888888%22%20stroke-width%3D%223%22%20d%3D%22M0%201.5h23.206%22%20data-name%3D%22線%20678%22%2F%3E%3C%2Fsvg%3E");
}
#content section .sec-compare .table table tbody tr td:nth-child(2) {
  background: #f9f6ed;
  width: 24.625em;
  position: relative;
  padding-left: 4.75em;
  font-weight: 700;
  text-indent: -2.625em;
}
#content section .sec-compare .table table tbody tr td:nth-child(2):before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.375em;
  height: 1.375em;
  margin-right: 1.25em;
  background: url(https://www.skillupai.com/assets/seminar/images/icon_nijumaru.svg) 50%/contain no-repeat;
}
#content section .sec-compare .table table tbody tr td:nth-child(3), #content section .sec-compare .table table tbody tr td:nth-child(4) {
  text-align: center;
}
#content section .sec-compare .table ul.note {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0 2em;
}
#content section .sec-compare .recommend {
  padding-top: 5.625rem;
}
#content section .sec-compare .recommend .baloon {
  margin: 0 auto -1.25rem;
  padding: 0.625rem 0.625rem 0.9375rem;
  background: #1a1a1a;
  max-width: 784px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  text-align: center;
}
#content section .sec-compare .recommend .baloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: #1a1a1a solid 1rem;
  border-left: transparent solid 1.25rem;
  border-right: transparent solid 1.25rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
#content section .sec-compare .recommend .baloon em {
  color: #d29c08;
  font-weight: 900;
}
#content section .sec-compare .recommend .card {
  padding: 2.5rem 3.125rem;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 1080px;
  gap: 3.125rem;
}
#content section .sec-compare .recommend .card .img {
  width: 49.5918367347%;
}
#content section .sec-compare .recommend .card .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content section .sec-compare .recommend .card .desc .title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.4285714286;
}
#content section .sec-compare .recommend .card .desc .title .copy {
  font-size: 1.25rem;
  line-height: 1.45;
  margin-bottom: 0.2em;
  font-weight: 700;
}
#content section .sec-compare .recommend .card .desc .text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 2em;
}
#content section .sec-compare .recommend .card .desc a.btn {
  margin-top: 2.375rem;
}
#content section .sec-reinforce h2 {
  font-weight: bold;
}
#content section .sec-reinforce > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#content section .sec-reinforce > ul.ul_left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content section .sec-reinforce > ul.ul_left::before, #content section .sec-reinforce > ul.ul_left::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 31%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#content section .sec-reinforce > ul.ul_left > li {
  width: 100%;
  max-width: 31%;
}
#content section .sec-reinforce > ul > li {
  width: 23.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content section .sec-reinforce > ul > li .card {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#content section .sec-reinforce > ul > li .card .img {
  max-height: 240px;
  max-width: 100%;
}
#content section .sec-reinforce > ul > li .card .img img {
  max-height: 240px;
  max-width: 100%;
}
#content section .sec-reinforce > ul > li .card .desc {
  padding: 1.5rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content section .sec-reinforce > ul > li .card .desc h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
}
#content section .sec-reinforce > ul > li .card .desc .price {
  font-size: 1.125rem;
  font-weight: 900;
  color: #e61616;
}
#content section .sec-reinforce > ul > li .card .desc .text {
  text-align: left;
}
#content section .sec-reinforce > ul > li .card .btns {
  padding: 0 1.5rem 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  margin-top: 1rem;
}
#content section .sec-reinforce > ul > li .card .btns a.btn {
  width: 15.5em;
}
#content section .sec-reinforce > ul > li .note {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 0.9375rem;
}
#content section .sec-reinforce > ul > li .note li {
  padding-left: 1em;
  text-indent: -1em;
}
#content section .sec-faq h2 {
  font-weight: bold;
}
#content section .sec-faq .btns {
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content section .sec-faq .btns a.btn {
  width: 20.625em;
}
#content section .sec-related h2 {
  font-weight: bold;
}
#content section .sec-related ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.625rem;
  width: 100%;
}
#content section .sec-related ul::before, #content section .sec-related ul::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 31%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#content section .sec-related ul li {
  width: 100%;
  max-width: 31%;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#content section .sec-related ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
@media (hover: hover) {
  #content section .sec-related ul li a:hover {
    color: #d29c08;
  }
  #content section .sec-related ul li a:hover .img img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
#content section .sec-related ul li a .img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 52%;
  height: 0;
}
#content section .sec-related ul li a .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content section .sec-related ul li a .desc {
  display: block;
  padding: 1.875rem;
  line-height: 1.6;
}
#content section .sec-related ul li a .desc .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
}
#content section .sec-related ul li a .desc .overview {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.5em;
}
#content section .sec-detailSearch {
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  padding: 40px;
}
#content section .sec-detailSearch h2 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 0.8333;
  margin-bottom: 0.625rem;
  text-align: center;
}
#content section .sec-detailSearch #searchForm {
  margin-top: 1.875rem;
}
#content section .sec-detailSearch #categoryButtons,
#content section .sec-detailSearch #levelButtons,
#content section .sec-detailSearch #certificationButtons,
#content section .sec-detailSearch #packageCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content section .sec-detailSearch #categoryButtons label,
#content section .sec-detailSearch #levelButtons label,
#content section .sec-detailSearch #certificationButtons label,
#content section .sec-detailSearch #packageCheckbox label {
  font-size: 16px;
  font-weight: bold;
  line-height: 3.5;
  margin-right: 10px; /* ラベルとボタンの間にスペースを追加 */
  width: 115px; /* ラベルの幅を固定 */
  text-align: left; /* ラベルのテキストを右揃え */
}
#content section .sec-detailSearch #categoryButtons .category-button,
#content section .sec-detailSearch #categoryButtons .level-button,
#content section .sec-detailSearch #categoryButtons .certification-button,
#content section .sec-detailSearch #levelButtons .category-button,
#content section .sec-detailSearch #levelButtons .level-button,
#content section .sec-detailSearch #levelButtons .certification-button,
#content section .sec-detailSearch #certificationButtons .category-button,
#content section .sec-detailSearch #certificationButtons .level-button,
#content section .sec-detailSearch #certificationButtons .certification-button,
#content section .sec-detailSearch #packageCheckbox .category-button,
#content section .sec-detailSearch #packageCheckbox .level-button,
#content section .sec-detailSearch #packageCheckbox .certification-button {
  width: 135px;
  height: 35px;
  border-radius: 18px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
#content section .sec-detailSearch #categoryButtons .category-button:hover,
#content section .sec-detailSearch #categoryButtons .level-button:hover,
#content section .sec-detailSearch #categoryButtons .certification-button:hover,
#content section .sec-detailSearch #levelButtons .category-button:hover,
#content section .sec-detailSearch #levelButtons .level-button:hover,
#content section .sec-detailSearch #levelButtons .certification-button:hover,
#content section .sec-detailSearch #certificationButtons .category-button:hover,
#content section .sec-detailSearch #certificationButtons .level-button:hover,
#content section .sec-detailSearch #certificationButtons .certification-button:hover,
#content section .sec-detailSearch #packageCheckbox .category-button:hover,
#content section .sec-detailSearch #packageCheckbox .level-button:hover,
#content section .sec-detailSearch #packageCheckbox .certification-button:hover {
  background-color: #ccc; /* ホバー時の背景色を変更 */
  color: #fff;
}
#content section .sec-detailSearch #categoryButtons .category-button.active,
#content section .sec-detailSearch #categoryButtons .level-button.active,
#content section .sec-detailSearch #categoryButtons .certification-button.active,
#content section .sec-detailSearch #levelButtons .category-button.active,
#content section .sec-detailSearch #levelButtons .level-button.active,
#content section .sec-detailSearch #levelButtons .certification-button.active,
#content section .sec-detailSearch #certificationButtons .category-button.active,
#content section .sec-detailSearch #certificationButtons .level-button.active,
#content section .sec-detailSearch #certificationButtons .certification-button.active,
#content section .sec-detailSearch #packageCheckbox .category-button.active,
#content section .sec-detailSearch #packageCheckbox .level-button.active,
#content section .sec-detailSearch #packageCheckbox .certification-button.active {
  background-color: #007bff; /* 選択されたときの背景色 */
  color: #fff; /* 選択されたときの文字色 */
  border-color: #007bff; /* 選択されたときのボーダー色 */
}
#content section .sec-detailSearch #packageCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 10px;
}
#content section .sec-detailSearch #packageCheckbox label {
  width: auto; /* 幅の制限を解除 */
  white-space: nowrap; /* 改行を防ぐ */
}
#content section .sec-detailSearch #packageCheckbox .hidden-checkbox {
  display: none; /* デフォルトのチェックボックスを非表示にする */
}
#content section .sec-detailSearch #packageCheckbox .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-left: 15px; /* ラベルとチェックボックスの間にスペースを追加 */
  cursor: pointer;
  -webkit-transform: translateY(4px);
          transform: translateY(4px); /* チェックボックスの位置を下にずらす */
}
#content section .sec-detailSearch #packageCheckbox .custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#content section .sec-detailSearch #packageCheckbox input[type=checkbox]:checked + .custom-checkbox {
  background-color: #2196f3;
}
#content section .sec-detailSearch #packageCheckbox input[type=checkbox]:checked + .custom-checkbox:after {
  display: block;
}
#content section .sec-detailSearch .search-button {
  width: 272px;
  height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 0.8;
  cursor: pointer;
}
#content section .sec-detailSearch .search-button {
  width: 272px;
  height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 0.8;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; /* 背景色のトランジションを追加 */
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content section .sec-detailSearch .search-button:hover {
  background-color: #333; /* ホバー時の背景色を変更 */
}
#content .art_pagetop {
  position: sticky;
  z-index: 120;
  height: 0;
  bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.875rem;
}
#content .art_pagetop a.pagetop {
  background: rgba(123, 123, 123, 0.8);
  border-radius: 100%;
  border: #7b7b7b solid 1px;
  width: 4.375rem;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-7.5rem);
          transform: translateY(-7.5rem);
}
#content .art_pagetop a.pagetop::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.5625rem;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 0.4166666667em;
}
@media (hover: hover) {
  #content .art_pagetop a.pagetop:hover {
    background-color: #fff;
    color: #7b7b7b;
  }
  #content .art_pagetop a.pagetop:hover::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%231a1a1a%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

#content #seminar-keyvisual .keyvisual .secInner .desc.page-specific .certification {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-top: none;
  border-bottom: none;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 0 40px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #content #seminar-keyvisual .keyvisual .secInner .desc.page-specific .certification {
    padding: 0 24px;
    margin-left: 0;
  }
}

#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn1 {
  border-radius: 90.804px;
  background: -webkit-gradient(linear, left top, right top, from(#f9bf00), color-stop(59.91%, #f98900));
  background: linear-gradient(90deg, #f9bf00 0%, #f98900 59.91%);
  -webkit-box-shadow: 0px 4.54px 4.54px 0px rgba(94, 94, 94, 0.1);
          box-shadow: 0px 4.54px 4.54px 0px rgba(94, 94, 94, 0.1);
  font-size: 2.2em;
  width: 17.5em;
  height: 3.5em;
}
@media (max-width: 768px) {
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn1 {
    font-size: 2.2em !important;
    width: 15em !important;
    height: 3em !important;
  }
}
@media (max-width: 768px) {
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn1::after {
    width: 20px;
    height: 20px;
  }
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn1:hover {
  opacity: 0.7;
  color: #fff;
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn1:hover::after {
  border: #fff solid 1px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn2 {
  border-radius: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(94, 94, 94, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(94, 94, 94, 0.1);
  color: #5e5e5e;
  font-size: 1.8em;
  width: 14em;
  height: 3.4em;
  border: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn2 {
    font-size: 1.5em !important;
    width: 14em !important;
    height: 2.8em !important;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn2::after {
  border: #5e5e5e solid 1px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%235e5e5e%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (max-width: 768px) {
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn2::after {
    width: 15px;
    height: 15px;
  }
}
#content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn2:hover {
  opacity: 0.7;
}

#fancybox-content .detail {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#fancybox-content .detail .detailInner {
  padding: 3.125rem;
  background-color: #fff;
}
#fancybox-content .detail .detailInner h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-bottom: 0.5em;
}
#fancybox-content .detail .detailInner a {
  color: #d29c08;
  text-decoration: underline;
}
@media (hover: hover) {
  #fancybox-content .detail .detailInner a:hover {
    text-decoration: none;
  }
}
#fancybox-content .detail .detailInner .table > table {
  width: 100%;
  border-bottom: #dedede solid 1px;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > th, #fancybox-content .detail .detailInner .table > table > tbody > tr > td {
  border-top: #dedede solid 1px;
  vertical-align: top;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > th {
  background: #f9f6ed;
  padding: 1.375rem;
  min-width: 12.5em;
  line-height: 1.25;
  font-weight: 700;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td {
  padding: 1.375rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td > *:first-child {
  margin-top: 0;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td h4 {
  font-weight: 700;
  margin-top: 1.4285714286em;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td h4:first-child {
  margin-top: 0;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td p {
  margin-top: 0.5em;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td p.note {
  font-size: 0.8571428571em;
  padding-left: 1em;
  text-indent: -1em;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td p.note::before {
  content: "※";
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td ul li {
  list-style-type: disc;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td ul.note {
  font-size: 0.8571428571em;
  padding-left: 1em;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td ul.note li {
  list-style-type: none;
  text-indent: -1em;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td ul.note li::before {
  content: "※";
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td ol {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td ol li {
  list-style-type: decimal;
}
#fancybox-content .detail .detailInner .table > table > tbody > tr > td table th,
#fancybox-content .detail .detailInner .table > table > tbody > tr > td table td {
  padding: 0.25em 2em 0.25em 0;
  vertical-align: top;
}
.slides {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  font-size: 0.625rem;
}
.slides.slick-initialized {
  opacity: 1;
}
.slides.slick-initialized .slick-list {
  border: solid 1px #efefef;
}
.slides.slick-initialized .slide {
  padding: 0.25em;
}
.slides.slick-initialized .slide .caption {
  font-size: 1.25em;
  padding: 0.25em 0.5em;
}
.slides.slick-initialized .slick-arrow {
  display: block;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-indent: -999em;
  z-index: 100;
  background: rgba(112, 112, 112, 0.15);
  width: 2.25em;
  height: 7.5em;
  padding: 0;
  font-size: inherit;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slides.slick-initialized .slick-arrow:before {
  content: "";
  display: block;
  width: 1.7em;
  height: 1.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.637%22%20height%3D%226.564%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.764%22%20data-name%3D%22グループ%2019609%22%3E%3Cpath%20d%3D%22M8%203.282H0%22%20data-name%3D%22線%20298%22%2F%3E%3Cpath%20d%3D%22M4.026.305%208%203.282%204.026%206.258%22%20data-name%3D%22パス%2068858%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.slides.slick-initialized .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.slides.slick-initialized .slick-arrow.slick-next {
  right: 0;
}
.slides.slick-initialized .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .slides.slick-initialized .slick-arrow:hover {
    background: rgba(112, 112, 112, 0.75);
  }
}
.slides.slick-initialized .slick-dots {
  text-align: center;
}
.slides.slick-initialized .slick-dots li {
  display: inline-block;
}
.slides.slick-initialized .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background: #ccc;
}
.slides.slick-initialized .slick-dots:not(li.slick-active) button:hover {
  background-color: #333;
}
.slides.slick-initialized .slick-dots li.slick-active button {
  background: #666;
}

#content section .sec-curriculum .curriculum,
#content section .sec-curriculum .schedule,
#content section .sec-course .curriculum,
#content section .sec-course .schedule,
#content section .sec-schedule .curriculum,
#content section .sec-schedule .schedule {
  margin-top: 2.5rem;
  padding: 5rem;
}
#content section .sec-curriculum .curriculum,
#content section .sec-curriculum .schedule,
#content section .sec-curriculum .block_tabs,
#content section .sec-course .curriculum,
#content section .sec-course .schedule,
#content section .sec-course .block_tabs,
#content section .sec-schedule .curriculum,
#content section .sec-schedule .schedule,
#content section .sec-schedule .block_tabs {
  width: 100%;
  height: auto;
  background: #fff;
}
#content section .sec-curriculum .block_tabs,
#content section .sec-course .block_tabs,
#content section .sec-schedule .block_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}
#content section .sec-curriculum .tabs,
#content section .sec-course .tabs,
#content section .sec-schedule .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-x: hidden;
}
#content section .sec-curriculum .tab,
#content section .sec-course .tab,
#content section .sec-schedule .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 25%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px 5px 0 0;
  background: #efefef;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 0.5rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border: 1px solid #efefef;
  border-bottom: none;
  line-height: 1.3;
  padding: 10px;
}
#content section .sec-curriculum .tab.active,
#content section .sec-course .tab.active,
#content section .sec-schedule .tab.active {
  background: #fff;
  -webkit-box-shadow: 1px -1px 0px 0px #efefef, -1px 0px 0px 0px #efefef;
          box-shadow: 1px -1px 0px 0px #efefef, -1px 0px 0px 0px #efefef;
  color: #d29c09;
  font-weight: 700;
  border-bottom: none;
}
#content section .sec-curriculum .tab:hover,
#content section .sec-course .tab:hover,
#content section .sec-schedule .tab:hover {
  background: #e9e9e9;
}
#content section .sec-curriculum .panes,
#content section .sec-course .panes,
#content section .sec-schedule .panes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
#content section .sec-curriculum .pane,
#content section .sec-course .pane,
#content section .sec-schedule .pane {
  display: none;
  padding: 3.125rem 4.375rem;
  border: 1px solid #efefef;
  background: #fff;
  margin-top: -1px;
  -webkit-box-shadow: 1px -1px 0px 0px #efefef, -1px 0px 0px 0px #efefef;
          box-shadow: 1px -1px 0px 0px #efefef, -1px 0px 0px 0px #efefef;
  font-size: 1.25rem;
}
#content section .sec-curriculum .pane.active,
#content section .sec-course .pane.active,
#content section .sec-schedule .pane.active {
  display: block;
  border-top: none;
  margin-top: -1px;
}
#content section .sec-curriculum .vertical,
#content section .sec-course .vertical,
#content section .sec-schedule .vertical {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
#content section .sec-curriculum .vertical .instructor,
#content section .sec-course .vertical .instructor,
#content section .sec-schedule .vertical .instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#content section .sec-curriculum .vertical .instructor .left-column,
#content section .sec-course .vertical .instructor .left-column,
#content section .sec-schedule .vertical .instructor .left-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
}
#content section .sec-curriculum .vertical .instructor .left-column .title p,
#content section .sec-course .vertical .instructor .left-column .title p,
#content section .sec-schedule .vertical .instructor .left-column .title p {
  font-size: 1.2em;
  font-weight: 900;
  margin-top: 0;
}
#content section .sec-curriculum .vertical .instructor .right-column,
#content section .sec-course .vertical .instructor .right-column,
#content section .sec-schedule .vertical .instructor .right-column {
  margin-top: 0;
}
#content section .sec-curriculum .vertical .instructor .first-right-column,
#content section .sec-course .vertical .instructor .first-right-column,
#content section .sec-schedule .vertical .instructor .first-right-column {
  margin-top: 3.4rem;
}
#content section .sec-curriculum .vertical .instructor .title,
#content section .sec-course .vertical .instructor .title,
#content section .sec-schedule .vertical .instructor .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
#content section .sec-curriculum .vertical .instructor .img,
#content section .sec-course .vertical .instructor .img,
#content section .sec-schedule .vertical .instructor .img {
  margin-top: 1.25rem;
}
#content section .sec-curriculum .vertical .instructor .img img,
#content section .sec-course .vertical .instructor .img img,
#content section .sec-schedule .vertical .instructor .img img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
#content section .sec-curriculum .vertical .instructor .courses-taught,
#content section .sec-course .vertical .instructor .courses-taught,
#content section .sec-schedule .vertical .instructor .courses-taught {
  color: #999;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
}
#content section .sec-curriculum .vertical .instructor .name,
#content section .sec-course .vertical .instructor .name,
#content section .sec-schedule .vertical .instructor .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.53846;
}
#content section .sec-curriculum .vertical .instructor .text,
#content section .sec-course .vertical .instructor .text,
#content section .sec-schedule .vertical .instructor .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125;
}

@media (max-width: 750px) {
  #content section .sec-curriculum .curriculum,
  #content section .sec-course .curriculum,
  #content section .sec-schedule .curriculum {
    margin-top: 1rem;
    padding: 2rem;
  }
  #content section .sec-curriculum .block_tabs,
  #content section .sec-course .block_tabs,
  #content section .sec-schedule .block_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content section .sec-curriculum .tabs,
  #content section .sec-course .tabs,
  #content section .sec-schedule .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  #content section .sec-curriculum .tab,
  #content section .sec-course .tab,
  #content section .sec-schedule .tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 90px;
    min-width: 60px;
    height: 36px;
    font-size: 12px;
    margin-right: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #content section .sec-curriculum .tab:nth-child(4n),
  #content section .sec-course .tab:nth-child(4n),
  #content section .sec-schedule .tab:nth-child(4n) {
    margin-right: 0;
  }
  #content section .sec-curriculum .panes,
  #content section .sec-course .panes,
  #content section .sec-schedule .panes {
    width: 100%;
  }
  #content section .sec-curriculum .pane,
  #content section .sec-course .pane,
  #content section .sec-schedule .pane {
    padding: 1rem;
  }
  #content section .sec-curriculum .vertical,
  #content section .sec-course .vertical,
  #content section .sec-schedule .vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
  #content section .sec-curriculum .vertical .instructor,
  #content section .sec-course .vertical .instructor,
  #content section .sec-schedule .vertical .instructor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content section .sec-curriculum .vertical .instructor .left-column,
  #content section .sec-course .vertical .instructor .left-column,
  #content section .sec-schedule .vertical .instructor .left-column {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #content section .sec-curriculum .vertical .instructor .left-column .title p,
  #content section .sec-course .vertical .instructor .left-column .title p,
  #content section .sec-schedule .vertical .instructor .left-column .title p {
    font-size: 1.2em;
    font-weight: 900;
    margin-top: 0;
  }
  #content section .sec-curriculum .vertical .instructor .right-column,
  #content section .sec-course .vertical .instructor .right-column,
  #content section .sec-schedule .vertical .instructor .right-column {
    margin-top: 0;
  }
  #content section .sec-curriculum .vertical .instructor .first-right-column,
  #content section .sec-course .vertical .instructor .first-right-column,
  #content section .sec-schedule .vertical .instructor .first-right-column {
    margin-top: 1rem;
  }
  #content section .sec-curriculum .vertical .instructor .img img,
  #content section .sec-course .vertical .instructor .img img,
  #content section .sec-schedule .vertical .instructor .img img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
}
#content section .sec-course .block {
  padding-top: 5.625rem;
}
#content section .sec-course .block:first-child {
  padding-top: 0;
}
#content section .sec-course .block_tabs {
  margin-top: 2.5rem;
  padding: 5rem;
}
#content section .sec-course .chose ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 2.8125rem;
}

@media (max-width: 750px) {
  #content section .sec-course .block_tabs {
    margin-top: 1rem;
    padding: 2rem;
  }
  #content section .sec-schedule .schedule {
    margin-top: 1rem;
    padding: 2rem;
  }
}
#content section .sec-schedule .vertical {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
#content section .course-style {
  border-bottom: #d29c09 solid 1px;
  color: #d29c09;
  font-size: 1.625rem;
  line-height: 1.4615384615;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin: 0 auto 1em;
}
#content section .pane h4 {
  color: #d29c09;
  font-size: 1.375rem;
  line-height: 1.4615384615;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#content #briefing {
  background: url(https://www.skillupai.com/assets/seminar/images/back_course_pc.jpg) 50%/cover no-repeat;
  text-align: center;
}
#content #briefing .sec-cta2-1 {
  position: relative;
  background: #fff;
}
#content #briefing .sec-cta2-1 .refund-title {
  font-size: 2.6875rem;
  font-weight: 700;
  margin-top: 3.75rem;
}
#content #briefing .sec-cta2-1 .course-info {
  margin-top: 1.25rem;
}
#content #briefing .sec-cta2-1 .course-info,
#content #briefing .sec-cta2-1 .refund-description {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
#content #briefing .sec-cta2-1 .refund-title {
  font-size: 2.6875rem; /* 43pxをremに変換 */
  font-weight: 700;
}
#content #briefing .sec-cta2-1 .course-info,
#content #briefing .sec-cta2-1 .refund-description {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
#content #briefing .sec-cta2-1 .price-info {
  text-align: center;
}
#content #briefing .sec-cta2-1 .original-price {
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: line-through;
}
#content #briefing .sec-cta2-1 .arrow {
  font-size: 2.5rem;
  font-weight: 700;
}
#content #briefing .sec-cta2-1 .discounted-price {
  color: #fb8303;
  font-size: 2.5rem;
  font-weight: 700;
}
#content #briefing .sec-cta2-1::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 71px;
  background: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}
@media (max-width: 768px) {
  #content #briefing .sec-cta2-1::after {
    bottom: -40px;
    height: 41px;
  }
}
#content #briefing .sec-cta2-2 {
  background: #f5f5f5;
  padding-bottom: 3.125rem;
  z-index: 0;
}
#content #briefing .sec-cta2-2 .sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 6rem;
}
#content #briefing .sec-cta2-2 .program-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #content #briefing .sec-cta2-2 .program-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  #content #briefing .sec-cta2-2 .lead {
    padding: 0 1rem;
  }
}
#content #briefing .sec-cta2-2 .program-info {
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 700;
  margin-top: 1.75rem;
}
#content #briefing .sec-cta2-2 .program-info br.forTAB {
  display: none;
}
@media (max-width: 1200px) {
  #content #briefing .sec-cta2-2 .program-info br.forTAB {
    display: block;
  }
}
#content #briefing .sec-cta2-2 .badge {
  width: 9.75rem;
  height: 9.75rem;
  color: #fff;
  background: #d85307;
  font-weight: 700;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content #briefing .sec-cta2-2 .badge .label {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  background: #fff;
  padding: 0 1em;
  color: #d85307;
  margin-bottom: 0.4285714286em;
}
#content #briefing .sec-cta2-2 .badge em {
  font-size: 1.3125rem;
  line-height: 1.7619047619;
}
#content #briefing .sec-cta2-2 .badge .numof {
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
#content #briefing .sec-cta2-2 .badge .numof .num {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
  margin-right: 0.25em;
}
#content #briefing .sec-cta2-2 .lead {
  margin-top: 2.75rem;
}
#content #briefing .sec-cta2-2 .schedule {
  border: 1px solid #000;
  margin-top: 3.75rem;
  background: #fff;
  color: #1a1a1a;
  padding: 1.25rem 2.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1100px;
}
#content #briefing .sec-cta2-2 .schedule h3 {
  font-size: 2.1875rem;
  font-weight: 700;
}
#content #briefing .sec-cta2-2 .schedule .datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6875rem;
  text-align: left;
  position: relative;
  width: 100%;
}
#content #briefing .sec-cta2-2 .schedule .datetime:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #707070;
  width: 1px;
}
#content #briefing .sec-cta2-2 .schedule .datetime ul {
  font-size: 2.1875rem;
  font-weight: 500;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content #briefing .sec-cta2-2 .schedule .datetime ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#content #briefing .sec-cta2-2 .schedule .datetime ul .date {
  font-size: 2.1875rem;
  font-weight: 700;
}
#content #briefing .sec-cta2-2 .schedule .datetime ul .schedule-item,
#content #briefing .sec-cta2-2 .schedule .datetime ul .closed-notice {
  line-height: 0.5;
}
#content #briefing .sec-cta2-2 .schedule .datetime ul .closed-notice {
  color: #ef1234;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  #content #briefing .sec-cta2-2 .schedule {
    margin-top: 2rem;
    padding: 1.125rem;
    width: 84vw;
  }
  #content #briefing .sec-cta2-2 .schedule h3 {
    font-size: 1rem;
  }
  #content #briefing .sec-cta2-2 .schedule .datetime {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-top: 0.5625rem;
  }
  #content #briefing .sec-cta2-2 .schedule .datetime:before {
    display: none;
  }
  #content #briefing .sec-cta2-2 .schedule .datetime ul {
    font-size: 1rem;
  }
  #content #briefing .sec-cta2-2 .schedule .datetime ul .date {
    font-size: inherit;
    line-height: inherit;
  }
  #content #briefing .sec-cta2-2 .schedule .datetime ul .closed-notice {
    font-size: 0.9rem;
  }
}
#content #briefing .sec-cta2-2 .plz {
  margin-top: 3.5rem;
}
#content #briefing .sec-cta2-2 .btn {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  width: 20.5em;
  height: 3.5em;
}
#content #case {
  padding: 5.625rem 0 0;
  width: 100%;
}
#content #case .secInner {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
#content #case .secInner ul {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content #case .secInner ul li {
  width: 6.25rem;
  border: none;
  padding: 0;
}
#content #case .secInner ul li:nth-child(4) {
  width: 5.625rem;
}
#content #case .secInner ul li:nth-child(5) {
  width: 8.75rem;
}
#content #case .secInner ul li:nth-child(7) {
  width: 5.9375rem;
}
#content #case .secInner ul li:nth-child(8) {
  width: 5.625rem;
}
#content #case .secInner ul li:nth-child(9) {
  width: 6.875rem;
}
#content #case .secInner ul li:nth-child(10) {
  width: 8.125rem;
}
#content #case .secInner ul li:nth-child(11) {
  width: 8.125rem;
}
#content #case .secInner ul li:nth-child(12) {
  width: 5rem;
}
#content #case .secInner ul li:nth-child(13) {
  width: 8.125rem;
}
#content #case .secInner ul li:nth-child(14) {
  width: 7.5rem;
}
#content #case .secInner ul li:nth-child(15) {
  width: 11.25rem;
}
@media (max-width: 768px) {
  #content #case {
    padding: 2.8125rem 0 0;
  }
  #content #case .secInner ul {
    margin-top: 1.875rem;
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #content #case .secInner ul li {
    width: 3.4375rem;
  }
  #content #case .secInner ul li:nth-child(4) {
    width: 3.09375rem;
  }
  #content #case .secInner ul li:nth-child(5) {
    width: 4.8125rem;
  }
  #content #case .secInner ul li:nth-child(7) {
    width: 3.265625rem;
  }
  #content #case .secInner ul li:nth-child(8) {
    width: 3.09375rem;
  }
  #content #case .secInner ul li:nth-child(9) {
    width: 3.78125rem;
  }
  #content #case .secInner ul li:nth-child(10) {
    width: 4.46875rem;
  }
  #content #case .secInner ul li:nth-child(11) {
    width: 4.46875rem;
  }
  #content #case .secInner ul li:nth-child(12) {
    width: 2.75rem;
  }
  #content #case .secInner ul li:nth-child(13) {
    width: 4.46875rem;
  }
  #content #case .secInner ul li:nth-child(14) {
    width: 4.125rem;
  }
  #content #case .secInner ul li:nth-child(15) {
    width: 6.1875rem;
  }
}

/* 追従メニュー */
.skillup-ai-c-anchor {
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #f7f7f7;
  border-radius: 0px 3px 3px 0px;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 768px) {
  .skillup-ai-c-anchor {
    display: none;
  }
}
.skillup-ai-c-anchor .c-anchor__list {
  padding: 26px 16px;
}
.skillup-ai-c-anchor .c-anchor__list ul li + li {
  margin-top: 12px;
}
.skillup-ai-c-anchor.-scroll {
  opacity: 1;
  pointer-events: all;
}

#content .skillup-ai-c-anchor .c-anchor__list ul li a {
  color: #333333;
  font-size: 0.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#content .skillup-ai-c-anchor .c-anchor__list ul li a::before {
  content: url("https://www.skillupai.com/assets/seminar/images/menu_arrow.svg");
  margin-right: 0.5rem;
}
#content .skillup-ai-c-anchor .c-anchor__list ul li a.-current, #content .skillup-ai-c-anchor .c-anchor__list ul li a:hover {
  color: #103870;
}

#content .flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1020px;
}
#content .flow__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 20px);
          flex: 1 1 calc(25% - 20px);
  padding: 15px 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#content .flow__list__item:not(:last-of-type) {
  border-bottom: none;
  border-right: 3px solid #1c377c;
}
#content .flow__list__item:not(:last-of-type):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #1c377c;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .flow__list__item:not(:last-of-type):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content .flow__list__item .step {
  font-weight: 800;
  color: #707070;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  margin: 0;
}
#content .flow__list__item .step b {
  display: block;
  font-size: 36px;
}
#content .flow__list__item .text {
  font-size: 20px;
  color: #000;
  font-weight: 800;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
}

@media (max-width: 1020px) {
  #content .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #content .flow__list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 15px 60px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content .flow__list__item:not(:last-of-type) {
    border-right: none;
    border-bottom: 3px solid #1c377c;
  }
  #content .flow__list__item:not(:last-of-type):before {
    border-width: 18px 10px 0 10px;
    border-color: #1c377c transparent transparent transparent;
    right: 50%;
    bottom: -18px;
    top: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  #content .flow__list__item:not(:last-of-type):after {
    border-width: 18px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    right: 50%;
    bottom: -13px;
    top: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  #content .flow__list__item:last-of-type {
    border-bottom: 3px solid #1c377c;
  }
  #content .flow__list__item .step {
    font-size: 13px;
  }
  #content .flow__list__item .step b {
    font-size: 31px;
  }
  #content .flow__list__item .text {
    font-size: 17px;
    margin-top: 12px;
    margin-left: 20px;
    text-align: left;
  }
}
@media (max-width: 750px) {
  .cc-color-override--958013087.cc-window,
  .widget-app-container {
    display: none !important;
  }
  #content .edit > *:first-child {
    margin-top: 0;
  }
  #content .edit h3 {
    font-size: 1.25em !important;
    font-weight: 900;
    margin-top: 1.4285714286em;
  }
  #content .edit h3:first-child {
    margin-top: 0;
  }
  #content .edit h4 {
    font-size: 1.125em !important;
    font-weight: 900;
    margin-top: 1.4285714286em;
  }
  #content .edit h4:first-child {
    margin-top: 0;
  }
  #content .edit p {
    margin-top: 0.5em;
  }
  #content .edit p.note {
    font-size: 0.8571428571em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #content .edit p.note::before {
    content: "※";
  }
  #content .edit ul {
    padding-left: 1.5em;
    margin-top: 0.5em;
  }
  #content .edit ul li {
    list-style-type: disc;
  }
  #content .edit ul.note {
    font-size: 0.8571428571em;
    padding-left: 1em;
  }
  #content .edit ul.note li {
    list-style-type: none;
    text-indent: -1em;
  }
  #content .edit ul.note li::before {
    content: "※";
  }
  #content .edit ol {
    padding-left: 1.5em;
    margin-top: 0.5em;
  }
  #content .edit ol li {
    list-style-type: decimal;
  }
  #content .edit table {
    font-size: inherit;
    margin-top: 0.5em;
    background-color: #fff;
  }
  #content .edit table th,
  #content .edit table td {
    padding: 0.5em 0.25em;
    word-break: break-all;
    width: auto;
  }
  #content section .secWrap {
    padding: 3.5714285714rem 0;
  }
  #content section .secWrap.bg_ye_bc {
    padding: 3.5714285714rem 0;
    background-image: url(https://www.skillupai.com/assets/seminar/images/seminar/deep-learning/back_reason_ue_sp.jpg), url(https://www.skillupai.com/assets/seminar/images/seminar/deep-learning/back_reason_sita_sp.jpg);
  }
  #content section .secWrap.bg_cta {
    background-image: url(https://www.skillupai.com/assets/seminar/images/back_cv_sp.jpg);
  }
  #content section .tit_bar {
    font-size: 1.5714285714rem;
  }
  #content section .tit_bar::after {
    width: 2.0909090909em;
    height: 3px;
  }
  #content a.btn {
    font-size: 1.1428571429rem;
  }
  #content #seminar-keyvisual {
    font-size: 2.6666666667vw;
  }
  #content #seminar-keyvisual .keyvisual {
    padding-top: 4.5em;
  }
  #content #seminar-keyvisual .keyvisual .secInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content #seminar-keyvisual .keyvisual .secInner .visual {
    padding: 1.4em 0 19.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  #content #seminar-keyvisual .keyvisual .secInner .visual .achv {
    width: 25em;
    margin-right: 1em;
  }
  #content #seminar-keyvisual .keyvisual .secInner .visual .achv li {
    width: 8em;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc {
    padding: 0 2em 4.5em 2em;
    width: 100%;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc .certification {
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 1.5em;
    padding: 0 0.75em;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc .certification .badge {
    top: 50%;
    -webkit-transform: translate(0.6666666667em, -50%);
            transform: translate(0.6666666667em, -50%);
    width: 5.3333333333em;
    height: 5.3333333333em;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc .certification .badge img {
    width: 81.25%;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc h1 {
    font-size: 2.6em;
    padding-left: 0;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc .function {
    font-size: 1.5em;
    line-height: 1.6;
    margin-top: 0.9333333333em;
    padding-left: 0;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3em;
    gap: 1em;
    padding-left: 0;
  }
  #content #seminar-keyvisual .keyvisual .secInner .desc .btns .btn {
    font-size: 1.8em;
    width: 16.6666666667em;
    height: 2.7777777778em;
  }
  #content #seminar-keyvisual .note {
    text-align: left;
    padding: 0.5em 2em;
  }
  #content section .seminar-about .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 960px;
  }
  #content section .seminar-about .summary .book {
    width: 6.7142857143rem;
    margin-right: 1.8571428571rem;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem #d0d0d0;
            box-shadow: 0.5rem 0.5rem 0.5rem #d0d0d0;
  }
  #content section .seminar-about .summary .desc .descHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content section .seminar-about .summary .desc .slash {
    font-size: 1.1428571429rem;
  }
  #content section .seminar-about .summary .desc h2 {
    font-size: 1.5714285714rem;
  }
  #content section .seminar-about .summary .desc h2::after {
    width: 2.0909090909em;
    height: 3px;
  }
  #content section .seminar-about .summary .desc .text {
    font-size: 1.2rem;
    margin-top: 2.1428571429rem;
    line-height: 1.8571428571;
  }
  #content section .seminar-about .instructor h3 {
    font-size: 1.4285714286rem;
    padding: 0 1.25em 0.45em;
    margin-bottom: 1rem;
  }
  #content section .seminar-about .instructor h3::before {
    background-position: 55% top;
  }
  #content section .seminar-about .instructor ul {
    display: block;
  }
  #content section .seminar-about .instructor ul li {
    width: 100%;
    padding: 2.1428571429rem 0 1.4285714286rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content section .seminar-about .instructor ul li .img {
    width: 14.2857142857rem;
    height: 14.2857142857rem;
    border-radius: 14.2857142857rem;
  }
  #content section .seminar-about .instructor ul li .profile {
    width: 100%;
  }
  #content section .seminar-about .instructor ul li .profile .label {
    display: block;
    color: #d29c08;
    font-size: 1.7142857143rem;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
  }
  #content section .seminar-about .instructor ul li .card {
    width: 100%;
  }
  #content section .seminar-about .instructor ul li .card a {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content section .seminar-about .instructor ul li .card a .img {
    margin-right: 1.7857142857rem;
  }
  #content section .seminar-about .instructor ul li .card a .img img {
    width: 6.2857142857rem;
    height: 6.2857142857rem;
  }
  #content section .seminar-about .instructor ul li .card a .data {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  #content section .seminar-about .instructor ul li .card a .data .post {
    font-size: 1rem;
    margin-top: 0;
  }
  #content section .seminar-about .instructor ul li .card a .data .name {
    font-size: 1.4285714286rem;
    margin-top: 0.2em;
    line-height: 1.45em;
  }
  #content section .seminar-about .instructor ul li .text {
    margin-top: 2em;
    font-size: 1rem;
  }
  #content section .seminar-about .instructor ul li .text .more {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
  }
  #content section .seminar-about .instructor a.btn {
    margin-top: 1.4285714286rem;
  }
  #content section .sec-reason h2 {
    font-size: 1.5714285714rem;
  }
  #content section .sec-reason h2 .first {
    width: 100%;
  }
  #content section .sec-reason h2 img {
    width: 1.1818181818em;
  }
  #content section .sec-reason > ul {
    margin-top: 4.2857142857rem;
  }
  #content section .sec-reason > ul > li.reason {
    margin-top: 1.4285714286rem;
    padding: 2.8571428571rem 1.0714285714rem 2.1428571429rem;
  }
  #content section .sec-reason > ul > li.reason:first-child {
    margin-top: 0;
  }
  #content section .sec-reason > ul > li.reason .num {
    height: 2.7142857143rem;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
  }
  #content section .sec-reason > ul > li.reason h3 {
    font-size: 1.4285714286rem;
    text-align: center;
  }
  #content section .sec-reason > ul > li.reason .lead {
    margin-top: 2.1428571429rem;
    font-size: 1rem;
  }
  #content section .sec-reason > ul > li.reason .horizontal {
    display: block;
  }
  #content section .sec-reason > ul > li.reason .horizontal .left {
    width: 100%;
  }
  #content section .sec-reason > ul > li.reason .horizontal .right {
    width: 100%;
    margin-top: 1em;
  }
  #content section .sec-reason > ul > li.reason .vertical {
    display: block;
    text-align: left;
  }
  #content section .sec-reason > ul .reason-1 .table {
    margin-top: 1.0714285714rem;
  }
  #content section .sec-reason > ul .reason-1 .table table tr th,
  #content section .sec-reason > ul .reason-1 .table table tr td {
    font-size: 0.8571428571rem;
    padding: 0.25em;
  }
  #content section .sec-reason > ul .reason-1 .table table tr th:last-child,
  #content section .sec-reason > ul .reason-1 .table table tr td:last-child {
    width: 6.7857142857rem;
  }
  #content section .sec-reason > ul .reason-1 .table table tr td:last-child {
    font-size: 1rem;
    color: #e20000;
    background: #ffe6a2;
  }
  #content section .sec-reason > ul .reason-1 .table table tr:first-child th {
    font-weight: bold;
    background: #333333;
    color: #fff;
    white-space: nowrap;
  }
  #content section .sec-reason > ul .reason-1 .table table tr:first-child th:last-child {
    background: #d29c08;
  }
  #content section .sec-reason > ul .reason-1 .table + .note {
    font-size: 0.8571428571rem;
    margin-top: 0.6666666667em;
  }
  #content section .sec-reason > ul .reason-2 .imgs {
    padding-top: 32vw;
    margin-top: 1.4285714286rem;
  }
  #content section .sec-reason > ul .reason-3 ul {
    margin-top: 0;
    display: block;
  }
  #content section .sec-reason > ul .reason-3 ul li {
    margin-top: 1.3571428571rem;
    width: 100%;
  }
  #content section .sec-reason > ul .reason-3 ul li .img {
    padding-top: 57.1428571429%;
  }
  #content section .sec-reason > ul .reason-3 ul li .desc {
    padding: 1.4285714286em;
    font-size: 1rem;
  }
  #content section .sec-reason > ul .reason-3 ul li .desc h3 {
    font-size: 1.2857142857rem;
  }
  #content section .sec-reason > ul .reason-3 ul li .desc .text {
    font-size: 1rem;
    margin-top: 1.4285714286em;
    width: 100%;
  }
  #content section .sec-reason > ul .reason-3 ul li .desc .note {
    font-size: 0.8571428571em;
    text-align: left;
  }
  #content section .sec-reason > ul .instructor {
    display: block;
    padding: 1.4285714286rem 1.2142857143rem;
  }
  #content section .sec-reason > ul .instructor .img {
    width: 5.8571428571rem;
    height: 5.8571428571rem;
    margin-right: 1.4285714286rem;
  }
  #content section .sec-reason > ul .instructor .desc .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content section .sec-reason > ul .instructor .desc .head .name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4285714286rem;
  }
  #content section .sec-reason > ul .instructor .desc .text {
    font-size: 1rem;
    margin-top: 1.1428571429em;
  }
  #content section .sec-reason > ul .horizontal {
    width: 100%;
  }
  #content section .sec-reason > ul .horizontal .left {
    width: 100%;
  }
  #content section .sec-reason > ul .horizontal .right {
    width: 100%;
  }
  #content section .sec-reason > ul .horizontal .right .slider {
    margin-top: 2.5rem;
    width: 100%;
    max-width: 84vw;
    font-size: 0.7142857143rem;
  }
  #content section .sec-reason > ul .horizontal .right .slider .slick-arrow {
    width: 2em;
    height: 2em;
  }
  #content section .sec-reason > ul .horizontal .right .slider .slick-arrow:before {
    width: 0.9em;
    height: 0.7em;
  }
  #content section .sec-reason > ul .curriculum {
    margin-top: 1.8571428571rem;
    padding: 1.7142857143rem 1.2142857143rem;
  }
  #content section .sec-reason > ul .curriculum .block_tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5714285714rem;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content section .sec-reason > ul .curriculum .block_tabs .tabs .tab {
    min-width: 9.7142857143em;
    width: auto;
    padding: 0.3571428571em 1.5em;
    border-radius: 0.4285714286em;
  }
  #content section .sec-reason > ul .curriculum .block_tabs .panes {
    margin-top: 1.4285714286rem;
  }
  #content section .trial-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content section .trial-1 .img {
    width: 62.9333333333vw;
    padding-top: 0;
    margin: 0 auto;
  }
  #content section .trial-1 .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content section .trial-1 .desc h2 {
    font-size: 1.5714285714rem;
    line-height: 1.3636363636;
  }
  #content section .trial-1 .desc .text {
    margin-top: 1.4285714286rem;
    text-align: left;
  }
  #content section .trial-1 .desc a.btn {
    font-size: 1.2857142857rem;
    width: 16.6666666667em;
    margin-top: 1.7857142857rem;
  }
  #content section .trial-1 .note {
    font-size: 1.1428571429rem;
    margin-top: 2.2857142857rem;
  }
  #content section .sec-knowledge .knowledge ul {
    margin-top: 2.5rem;
    display: block;
  }
  #content section .sec-knowledge .knowledge ul li {
    width: 100%;
    padding: 1.0714285714rem 1.0714285714rem 1.7857142857rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.0714285714rem;
  }
  #content section .sec-knowledge .knowledge ul li:first-child {
    margin-top: 0;
  }
  #content section .sec-knowledge .knowledge ul li:after {
    display: none;
  }
  #content section .sec-knowledge .knowledge ul li .img {
    width: 5rem;
    height: 5rem;
    margin-right: 1.7142857143rem;
  }
  #content section .sec-knowledge .knowledge ul li h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    font-size: 1.1428571429rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content section .sec-knowledge .knowledge ul li .text {
    width: 100%;
    font-size: 1rem;
    margin-top: 1em;
  }
  #content section .sec-knowledge .recommend ul {
    margin-top: 2.2857142857rem;
  }
  #content section .sec-knowledge .recommend ul li {
    font-size: 1.1428571429rem;
  }
  #content section .sec-knowledge .recommend ul li::before {
    width: 1.125em;
    height: 1.125em;
  }
  #content section .sec-voice ul {
    margin-top: 1.7857142857rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0714285714rem;
  }
  #content section .sec-voice ul li {
    width: 100%;
    padding: 1.0714285714rem 1.0714285714rem 2.1428571429rem;
  }
  #content section .sec-voice ul li .desc {
    padding: 0;
  }
  #content section .sec-voice ul li .desc .text {
    font-size: 1.1428571429rem;
    line-height: 1.5;
  }
  #content section .sec-voice ul li .desc .name {
    margin-top: 1rem;
  }
  #content section .sec-voice ul li .btn {
    font-size: 1.1428571429rem;
    margin-top: 1.0714285714rem;
  }
  #content section .sec-case ul {
    margin-top: 2.1428571429rem;
    gap: 1.7142857143rem;
  }
  #content section .sec-case ul li {
    width: 3.9285714286rem;
  }
  #content section .sec-case ul li:nth-child(4) {
    width: 3.5357142857rem;
  }
  #content section .sec-case ul li:nth-child(5) {
    width: 5.5rem;
  }
  #content section .sec-case ul li:nth-child(7) {
    width: 3.7321428571rem;
  }
  #content section .sec-case ul li:nth-child(8) {
    width: 3.5357142857rem;
  }
  #content section .sec-case ul li:nth-child(9) {
    width: 4.3214285714rem;
  }
  #content section .sec-case ul li:nth-child(10) {
    width: 5.1071428571rem;
  }
  #content section .sec-case ul li:nth-child(11) {
    width: 5.1071428571rem;
  }
  #content section .sec-case ul li:nth-child(12) {
    width: 3.1428571429rem;
  }
  #content section .sec-case ul li:nth-child(13) {
    width: 5.1071428571rem;
  }
  #content section .sec-case ul li:nth-child(14) {
    width: 4.7142857143rem;
  }
  #content section .sec-case ul li:nth-child(15) {
    width: 7.0714285714rem;
  }
  #content section .sec-comment ul {
    width: 89.3333333333vw;
    margin-top: 1.7142857143rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.0714285714rem;
  }
  #content section .sec-comment ul li {
    width: 84vw;
    padding: 2rem 1rem 2rem 4.2857142857rem;
    border-radius: 1.4285714286rem;
    max-width: 100%;
  }
  #content section .sec-comment ul li .img {
    width: 5rem;
    top: 2rem;
    left: -1.4285714286rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #content section .sec-comment .card {
    margin-top: 3.2142857143rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.4285714286rem 1.0714285714rem 2.1428571429rem;
  }
  #content section .sec-comment .card .img {
    width: 100%;
    margin-right: 0;
  }
  #content section .sec-comment .card .desc {
    margin-top: 1.4285714286rem;
  }
  #content section .sec-comment .card .desc h3 {
    font-size: 1.4285714286rem;
    line-height: 1.5;
  }
  #content section .sec-comment .card .desc h3 .sub {
    font-size: 0.8em;
    line-height: 1.75;
    margin-top: 0.375em;
  }
  #content section .sec-comment .card .desc .text {
    font-size: 1rem;
    margin-top: 1.4285714286rem;
  }
  #content section .sec-comment .card .desc .btn {
    margin: 1.4285714286rem auto 0;
  }
  #content section .sec-briefing h2 {
    font-size: 1.5714285714rem;
    line-height: 1.4545454545;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-bottom: 0.6818181818em;
  }
  #content section .sec-briefing h2::after {
    width: 2.5em;
    height: 3px;
  }
  #content section .sec-briefing h2 .sub {
    font-size: 1.1428571429rem;
  }
  #content section .sec-briefing h2 br.forTAB {
    display: none;
  }
}
@media (max-width: 750px) and (max-width: 1200px) {
  #content section .sec-briefing h2 br.forTAB {
    display: block;
  }
}
@media (max-width: 750px) {
  #content section .sec-briefing .badge {
    top: -1.7857142857rem;
    right: 0;
    width: 6.8571428571rem;
    height: 6.8571428571rem;
  }
  #content section .sec-briefing .badge .label {
    font-size: 0.7142857143rem;
  }
  #content section .sec-briefing .badge em {
    font-size: 0.9285714286rem;
  }
  #content section .sec-briefing .badge .numof {
    font-size: 0.9285714286rem;
  }
  #content section .sec-briefing .badge .numof .num {
    font-size: 1.7857142857rem;
  }
  #content section .sec-briefing .lead {
    margin-top: 2.2857142857rem;
  }
  #content section .sec-briefing .schedule {
    margin-top: 2.2857142857rem;
    padding: 1.2857142857rem;
    width: 84vw;
  }
  #content section .sec-briefing .schedule h3 {
    font-size: 1.1428571429rem;
  }
  #content section .sec-briefing .schedule .datetime {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-top: 0.6428571429rem;
  }
  #content section .sec-briefing .schedule .datetime:before {
    display: none;
  }
  #content section .sec-briefing .schedule .datetime ul {
    font-size: 1.1428571429rem;
  }
  #content section .sec-briefing .schedule .datetime ul .date {
    font-size: inherit;
    line-height: inherit;
  }
  #content section .sec-briefing .plz {
    margin-top: 1.9285714286rem;
  }
  #content section .sec-briefing .btn {
    margin-top: 1.9285714286rem;
    font-size: 1.1428571429rem;
    width: 19.75em;
    height: 3.125em;
  }
  #content section .sec-course .block {
    padding-top: 3.3571428571rem;
  }
  #content section .sec-course .chose ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0714285714rem;
    margin-top: 1.7142857143rem;
  }
  #content section .sec-course .chose ul li h3 {
    font-size: 1.1428571429rem;
  }
  #content section .sec-course .chose ul li h3::after {
    border-left: transparent solid 1.25em;
    border-right: transparent solid 1.25em;
  }
  #content section .sec-course .chose ul li .desc {
    padding: 1.1428571429rem 1.9285714286rem 1.4285714286rem;
  }
  #content section .sec-course .chose ul li .desc .name {
    font-size: 1.5rem;
  }
  #content section .sec-course .chose ul li .desc .name .sub {
    font-size: 0.6666666667em;
  }
  #content section .sec-course .chose ul li .desc .summary {
    font-size: 1rem;
    margin-top: 1.2857142857rem;
  }
  #content section .sec-course .chose ul li .desc .summary .price {
    font-size: 1.1428571429em;
  }
  #content section .sec-course .chose ul li .desc .summary .price s {
    font-size: 0.875em;
  }
  #content section .sec-course .chose ul li .btns {
    padding: 0 2.1428571429rem 2.1428571429rem;
  }
  #content section .sec-course .difference .table {
    margin-top: 3.2142857143rem;
  }
  #content section .sec-course .difference .table table tbody tr.head th {
    font-size: 0.8571428571rem;
    line-height: 1.3333333333;
    padding: 0.8333333333em 0.2083333333em;
    width: 5.5833333333em;
  }
  #content section .sec-course .difference .table table tbody tr th,
  #content section .sec-course .difference .table table tbody tr td {
    font-size: 0.8571428571rem;
    line-height: 1.3333333333;
    padding: 0.5em;
  }
  #content section .sec-course .difference .table table tbody tr th {
    padding-left: 0.5em;
    width: 12.0833333333em;
  }
  #content section .sec-course .difference .table table tbody tr td i {
    font-size: 1rem;
  }
  #content section .sec-course .difference .table table tbody tr td i .att {
    font-size: 0.8571428571em;
    color: #d29c08;
    position: relative;
    left: auto;
    bottom: auto;
    line-height: 1.4166666667;
    margin-left: 0;
    margin-top: 0.4em;
    text-align: center;
  }
  #content section .sec-course .difference .table table tbody tr td i.maru {
    height: auto;
    min-height: 1.4285714286rem;
    background-position: 50% top;
  }
  #content section .sec-course .difference .table table tbody tr td i.minus {
    height: auto;
    min-height: 1.4285714286rem;
  }
  #content section .sec-course .difference .table ul.note {
    margin-top: 0.7142857143rem;
    font-size: 0.8571428571rem;
  }
  #content section .trial-2 h2 {
    font-size: 1.5714285714rem;
    text-align: center;
  }
  #content section .trial-2 .btns {
    margin-top: 2.2857142857rem;
    gap: 0.7142857143rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content section .trial-2 .btns .btn {
    font-size: 1.2857142857rem;
    width: 16.6666666667em;
    height: 2.7777777778em;
  }
  #content section .trial-2 .contact {
    font-size: 1.1428571429rem;
    margin-top: 2.2857142857rem;
  }
  #content section .sec-compare .table {
    margin-top: 2.5rem;
  }
  #content section .sec-compare .table table tbody tr.head th {
    font-size: 1rem;
    padding: 0.5555555556em;
  }
  #content section .sec-compare .table table tbody tr.head th:nth-child(2) {
    width: 9rem;
  }
  #content section .sec-compare .table table tbody tr.head th:nth-child(2) .logo {
    top: -1.2857142857rem;
  }
  #content section .sec-compare .table table tbody tr.head th:nth-child(2) img {
    width: 6.9285714286rem;
  }
  #content section .sec-compare .table table tbody tr th,
  #content section .sec-compare .table table tbody tr td {
    font-size: 0.8571428571rem;
    line-height: 1.375;
    padding: 0.5em;
    width: auto;
  }
  #content section .sec-compare .table table tbody tr th {
    width: auto;
  }
  #content section .sec-compare .table table tbody tr td i {
    position: relative;
    display: block;
    margin: 0 auto;
    color: transparent;
    background: 50%/contain no-repeat;
    position: relative;
  }
  #content section .sec-compare .table table tbody tr td i.minus {
    width: 0.9285714286rem;
    height: 0.9285714286rem;
  }
  #content section .sec-compare .table table tbody tr td:nth-child(2) {
    width: 10.5em;
    padding-left: 2.0833333333em;
    text-indent: -1.5em;
  }
  #content section .sec-compare .table table tbody tr td:nth-child(2):before {
    vertical-align: unset;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
  }
  #content section .sec-compare .table table tbody tr td:nth-child(3), #content section .sec-compare .table table tbody tr td:nth-child(4) {
    text-align: center;
  }
  #content section .sec-compare .table ul.note {
    margin-top: 0.7142857143rem;
    font-size: 0.8571428571rem;
    padding-left: 1.5em;
  }
  #content section .sec-compare .table ul.note li {
    text-indent: -1.5em;
  }
  #content section .sec-compare .recommend {
    padding-top: 3.2142857143rem;
    width: 84vw;
    margin: 0 auto;
  }
  #content section .sec-compare .recommend .baloon {
    margin: 0 auto 1rem;
    padding: 0.7142857143rem 0.7142857143rem 1.0714285714rem;
    font-size: 1.1428571429rem;
    border-radius: 0.3571428571rem;
  }
  #content section .sec-compare .recommend .baloon::after {
    border-left: transparent solid 1.4285714286rem;
    border-right: transparent solid 1.4285714286rem;
  }
  #content section .sec-compare .recommend .card {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  #content section .sec-compare .recommend .card .img {
    width: 100%;
  }
  #content section .sec-compare .recommend .card .desc {
    padding: 1.0714285714rem 0rem 2.1428571429rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #content section .sec-compare .recommend .card .desc .title {
    font-size: 1.4285714286rem;
  }
  #content section .sec-compare .recommend .card .desc .title .copy {
    font-size: 1.1428571429rem;
    margin-bottom: 0.3em;
  }
  #content section .sec-compare .recommend .card .desc .text {
    font-size: 1rem;
    margin-top: 1.4285714286em;
  }
  #content section .sec-compare .recommend .card .desc a.btn {
    margin-top: 1.0714285714rem;
  }
  #content section .sec-reinforce > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.1428571429rem;
    margin-top: 2rem;
  }
  #content section .sec-reinforce > ul.ul_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content section .sec-reinforce > ul.ul_left::before, #content section .sec-reinforce > ul.ul_left::after {
    display: none;
  }
  #content section .sec-reinforce > ul.ul_left > li {
    width: 84vw;
    max-width: none;
  }
  #content section .sec-reinforce > ul > li {
    width: 84vw;
  }
  #content section .sec-reinforce > ul > li .card .desc {
    padding: 1.4285714286rem;
  }
  #content section .sec-reinforce > ul > li .card .desc h3 {
    font-size: 1.4285714286rem;
  }
  #content section .sec-reinforce > ul > li .card .desc .price {
    font-size: 1.1428571429rem;
  }
  #content section .sec-reinforce > ul > li .card .btns {
    padding: 0 1.4285714286rem 2.2857142857rem;
    gap: 0.4285714286rem;
  }
  #content section .sec-reinforce > ul > li .note {
    font-size: 0.8571428571rem;
    line-height: 1.6666666667;
    margin-top: 1.4285714286rem;
  }
  #content section .sec-faq ul.faq {
    margin-top: 3.2142857143rem;
  }
  #content section .sec-faq ul.faq li.qa {
    margin-top: 2.5rem;
  }
  #content section .sec-faq ul.faq li.qa:first-child {
    margin-top: 0;
  }
  #content section .sec-faq ul.faq li.qa .qa_q {
    font-size: 1.1428571429rem;
    padding-bottom: 0.7142857143rem;
    padding-right: 1.5em;
  }
  #content section .sec-faq ul.faq li.qa .qa_q::before, #content section .sec-faq ul.faq li.qa .qa_q::after {
    right: 0;
  }
  #content section .sec-faq ul.faq li.qa .qa_a {
    padding-top: 1rem;
  }
  #content section .sec-faq ul.faq li.qa .qa_a p.note {
    font-size: 0.8571428571em;
  }
  #content section .sec-faq ul.faq li.qa.open .qa_q::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #content section .sec-faq .btns {
    margin-top: 2.4285714286rem;
    gap: 0.9285714286rem;
  }
  #content section .sec-faq .btns a.btn {
    width: 16.5625em;
  }
  #content section .sec-related ul {
    width: 84vw;
    gap: 1.4285714286rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content section .sec-related ul li {
    width: 100%;
    max-width: none;
  }
  #content section .sec-related ul li a .desc {
    padding: 1.4285714286rem 0.7142857143rem;
  }
  #content section .sec-related ul li a .desc .title {
    font-size: 1.1428571429rem;
  }
  #content section .sec-related ul li a .desc .overview {
    font-size: 0.8571428571rem;
  }
  #content .art_pagetop {
    bottom: 11rem;
    padding: 0 1.0714285714rem;
  }
  #content .art_pagetop a.pagetop {
    width: 3.5714285714rem;
    height: 3.5714285714rem;
    font-size: 0.8571428571rem;
    -webkit-transform: translateY(-1.7857142857rem);
            transform: translateY(-1.7857142857rem);
  }
  #content .art_pagetop a.pagetop::before {
    width: 0.8571428571rem;
    height: 0.6428571429rem;
    margin-bottom: 0.4166666667em;
  }
  #fancybox-content .detail .detailInner {
    padding: 1.2857142857rem 0;
  }
  #fancybox-content .detail .detailInner h3 {
    font-size: 1.5714285714rem;
    line-height: 1.4545454545;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > th {
    padding: 1.1428571429rem 0.5714285714rem;
    min-width: 3.5714285714rem;
    line-height: 1.5714285714;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td {
    padding: 1.1428571429rem 0.5714285714rem 1.1428571429rem 1.1428571429rem;
    font-size: 1rem;
    line-height: 1.8571428571;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td h4 {
    font-weight: bold;
    margin-top: 1.4285714286em;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td h4:first-child {
    margin-top: 0;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td p {
    margin-top: 0.5em;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td p.note {
    font-size: 0.8571428571em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td p.note::before {
    content: "※";
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td ul {
    padding-left: 1.5em;
    margin-top: 0.5em;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td ul li {
    list-style-type: disc;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td ul.note {
    font-size: 0.8571428571em;
    padding-left: 1em;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td ul.note li {
    list-style-type: none;
    text-indent: -1em;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td ul.note li::before {
    content: "※";
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td ol {
    padding-left: 1.5em;
    margin-top: 0.5em;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td ol li {
    list-style-type: decimal;
  }
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td table th,
  #fancybox-content .detail .detailInner .table > table > tbody > tr > td table td {
    padding: 0.25em 2em 0.25em 0;
    vertical-align: top;
  }
}