/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --black: #24140e;
  --blue: rgb(0, 67, 151);
  --yellow: rgb(249, 196, 85);
  --red: rgb(224, 10, 24);
}

.heading {
  display: flex;
  background: #fff;
  align-items: center;
}
.heading__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
  row-gap: 2em;
  padding: 4rem;
  background: #fff;
  flex-shrink: 0;
}
.heading__title div {
  max-width: 300px;
}
.heading__title div img {
  width: 100%;
}
.heading__title h2 {
  background: var(--yellow);
  font-size: 2rem;
  font-weight: 700;
  padding: 1em;
  line-height: 1.2;
}
.heading__image {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .heading {
    flex-direction: column-reverse;
  }
  .heading__title {
    width: 100%;
    padding: 0;
  }
  .heading__title div {
    width: 30%;
  }
  .heading__title h2 {
    width: 100%;
    text-align: center;
  }
  .heading__image {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .heading__title {
    padding-top: 2rem;
  }
  .heading__title h2 {
    text-align: left;
    line-height: 1.5;
  }
}
.contents {
  display: flex;
  position: relative;
}
.contents aside {
  background: var(--blue);
  flex-shrink: 0;
  width: 300px;
  color: #fff;
  padding: 8rem 2em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: sticky;
  top: 0;
  height: 100vh;
}
.contents aside ul {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.contents aside ul li a {
  border: 2px solid #fff;
  color: #fff;
  padding: 0.3em 1em;
  display: block;
}
.contents aside ul li.current-menu-item a {
  background: #fff;
  color: var(--blue);
  pointer-events: none;
}
.contents__wrap {
  max-width: 900px;
  margin: 8rem auto;
  padding: 0 2em;
  width: 100%;
}
.contents__wrap dl {
  margin-bottom: 4rem;
}
.contents__wrap dl:last-of-type {
  margin-bottom: 0;
}
.contents__wrap dl dt {
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue);
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--blue);
}
.contents__wrap dl dd {
  font-size: 1.4rem;
  margin-top: 1em;
}
.contents__wrap dl dd p {
  margin-top: 1em;
  line-height: 1.8;
}
.contents__wrap .signature {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 4rem;
}

@media screen and (min-width: 1024px) {
  .contents aside ul li a:hover {
    background: #fff;
    color: var(--blue);
    opacity: 1;
    transition: 0.8s;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    flex-direction: column-reverse;
  }
  .contents aside {
    width: 100%;
    padding: 4rem 4em;
    position: initial;
    height: auto;
  }
  .contents aside ul li a {
    padding: 1em;
    text-align: center;
  }
  .contents__wrap {
    margin: 6rem auto;
    padding: 0 4em;
  }
}
@media screen and (max-width: 640px) {
  .contents aside {
    padding: 4rem 2em;
  }
  .contents__wrap {
    padding: 0 2em;
  }
  .contents__wrap dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.sct .contents__wrap {
  background: #fff;
  padding: 4rem;
}
.sct .contents__wrap section {
  margin-bottom: 4rem;
}
.sct .contents__wrap section:last-of-type {
  margin-bottom: 0;
}
.sct .contents__wrap section h3 {
  background: var(--blue);
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.sct .contents__wrap section .image {
  margin: 4rem auto;
}
.sct .contents__wrap section .image.no-margin-top {
  margin-top: 0;
}
.sct .contents__wrap section dl dd.caption-image span {
  display: block;
  padding: 1em;
  background: #efefef;
}
.sct .contents__wrap section dl dd .signature {
  margin-top: 2rem;
}
.sct .contents__wrap section dl dd .txt-image-container {
  display: flex;
  align-items: center;
  background: #eee;
  justify-content: space-between;
  margin-top: 2rem;
}
.sct .contents__wrap section dl dd .txt-image-container__image {
  width: 40%;
  flex-shrink: 0;
}
.sct .contents__wrap section dl dd .txt-image-container__text {
  width: 50%;
  line-height: 1.5;
  padding: 2rem;
}
.sct .contents__wrap section dl dd .txt-image-container__text span {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .sct .contents__wrap {
    padding: 4rem 2rem;
  }
  .sct .contents__wrap section h3 {
    text-align: left;
    line-height: 1.5;
  }
  .sct .contents__wrap section dl dd .txt-image-container__text {
    width: 55%;
  }
}
.training-seminars .contents__wrap article h3,
.single-sct-seminar .contents__wrap article h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1em;
  background: var(--blue);
  color: #fff;
  margin-bottom: 4rem;
}
.training-seminars .contents__wrap article section,
.single-sct-seminar .contents__wrap article section {
  margin-bottom: 6rem;
}
.training-seminars .contents__wrap article section h4,
.single-sct-seminar .contents__wrap article section h4 {
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5em 0;
  background: #fff;
  margin-bottom: 4rem;
  text-align: center;
}
.training-seminars .contents__wrap article section .lead,
.single-sct-seminar .contents__wrap article section .lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.training-seminars .contents__wrap article section .result-list dt,
.single-sct-seminar .contents__wrap article section .result-list dt {
  background: var(--yellow);
  text-align: center;
  padding: 0.5em;
  color: var(--black);
  border-bottom: var(--yellow);
}
.training-seminars .contents__wrap article section .result-list dd,
.single-sct-seminar .contents__wrap article section .result-list dd {
  display: flex;
  margin-top: 0;
  background: #fff;
  border-right: 1px solid var(--yellow);
  border-bottom: 1px solid var(--yellow);
}
.training-seminars .contents__wrap article section .result-list dd div,
.single-sct-seminar .contents__wrap article section .result-list dd div {
  padding: 1em;
  border-left: 1px solid var(--yellow);
  flex: 1;
}
.training-seminars .contents__wrap article section .result-list dd.list-subject div,
.single-sct-seminar .contents__wrap article section .result-list dd.list-subject div {
  text-align: center;
  background: #efefef;
  font-weight: 700;
  flex: 1;
}

@media screen and (max-width: 640px) {
  .training-seminars .contents__wrap article h3,
  .single-sct-seminar .contents__wrap article h3 {
    line-height: 1.5;
    text-align: left;
  }
  .training-seminars .contents__wrap article section,
  .single-sct-seminar .contents__wrap article section {
    margin-bottom: 4rem;
  }
  .training-seminars .contents__wrap article section .result-list dt,
  .single-sct-seminar .contents__wrap article section .result-list dt {
    font-size: 1.6rem;
  }
  .training-seminars .contents__wrap article section .result-list dd div,
  .single-sct-seminar .contents__wrap article section .result-list dd div {
    padding: 1em 0.5em;
    word-break: break-all;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
}
.single-sct-seminar .contents aside ul .menu-item-3397 a,
.post-type-archive-sct-seminar .contents aside ul .menu-item-3397 a {
  background: #fff;
  color: var(--blue);
  pointer-events: none;
}

.archive-link {
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background: #fff;
  color: var(--blue);
  padding: 1em;
  font-size: 1.6rem;
  font-weight: 600;
  border: 1px solid var(--blue);
}
.archive-link::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.training-seminars .contents__wrap article section .result-list dd div:last-of-type,
.postid-3529 .contents__wrap article section .result-list dd div:last-of-type {
  display: none;
}
.training-seminars .contents__wrap article section .result-list dd.list-subject div:last-of-type,
.postid-3529 .contents__wrap article section .result-list dd.list-subject div:last-of-type {
  display: none;
}

.post-type-archive-sct-seminar .archive-list li {
  border-top: 1px solid var(--blue);
  padding: 1.5em 1em;
  font-size: 1.6em;
}
.post-type-archive-sct-seminar .archive-list li:last-child {
  border-bottom: 1px solid var(--blue);
}
.post-type-archive-sct-seminar .archive-list li a {
  color: var(--blue);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1em;
       column-gap: 1em;
  line-height: 1.5;
}
.post-type-archive-sct-seminar .archive-list li a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.qa-get-licence .sct-qa dl, .qa-utilization .sct-qa dl {
  counter-increment: qnumber;
}
.qa-get-licence .sct-qa dl dt, .qa-utilization .sct-qa dl dt {
  padding-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.qa-get-licence .sct-qa dl dt::before, .qa-utilization .sct-qa dl dt::before {
  content: "Q" counter(qnumber);
  padding: 0.2em 0;
  background: var(--blue);
  color: #fff;
  margin-right: 0.5em;
  flex-shrink: 0;
  width: 3em;
  text-align: center;
}
.qa-get-licence .sct-qa dl dt div, .qa-utilization .sct-qa dl dt div {
  width: calc(100% - 4.5em);
}
.qa-get-licence .sct-qa dl dt span, .qa-utilization .sct-qa dl dt span {
  margin: 1em 0;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
}
.qa-get-licence .sct-qa dl dd::before, .qa-utilization .sct-qa dl dd::before {
  content: "A" counter(qnumber);
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  background: var(--red);
  color: #fff;
  padding: 0.2em 0;
  width: 3em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .qa-get-licence .sct-qa dl dd::before, .qa-utilization .sct-qa dl dd::before {
    font-size: 1.8rem;
  }
}
.contact-information section h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1em;
  background: var(--blue);
  color: #fff;
  margin-bottom: 4rem;
}
.contact-information section .lead {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.contact-information section .list-subject {
  display: flex;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
}
.contact-information section .list-subject div {
  text-align: center;
  background: #efefef;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1em;
  border-left: 1px solid var(--blue);
  flex-shrink: 0;
  font-size: 1.4rem;
}
.contact-information section .list-subject div:first-of-type {
  width: 9em;
}
.contact-information section .list-subject div:not(:first-of-type) {
  width: calc((100% - 9em) / 2);
}
.contact-information section .contact-list li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  counter-increment: pnumber;
  width: 100%;
}
.contact-information section .contact-list li div {
  padding: 1em;
  border-left: 1px solid var(--blue);
  flex-shrink: 0;
  font-size: 1.4rem;
}
.contact-information section .contact-list li div:first-of-type {
  width: 9em;
  flex-shrink: 0;
}
.contact-information section .contact-list li div:first-of-type::before {
  content: "0" counter(pnumber);
}
.contact-information section .contact-list li div:not(:first-of-type) {
  width: calc((100% - 9em) / 2);
}

@media screen and (max-width: 640px) {
  .contact-information section .list-subject div {
    font-size: 1.2rem;
    padding: 1em 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-information section .list-subject div:first-of-type {
    width: 6em;
  }
  .contact-information section .list-subject div:not(:first-of-type) {
    width: calc((100% - 6em) / 2);
  }
  .contact-information section .contact-list li div {
    padding: 1em 0.5em;
    font-size: 1.2rem;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-information section .contact-list li div:first-of-type {
    width: 6em;
  }
  .contact-information section .contact-list li div:not(:first-of-type) {
    width: calc((100% - 6em) / 2);
  }
}
.activity-example section h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1em;
  background: var(--blue);
  color: #fff;
  margin-bottom: 4rem;
}
.activity-example section ul li {
  border-top: 1px solid var(--blue);
  padding: 2rem;
}
.activity-example section ul li:last-child {
  border-bottom: 1px solid var(--blue);
}
.activity-example section ul li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity-example section ul li dl dt {
  font-size: 1.8rem;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.activity-example section ul li dl div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.activity-example section ul li dl div dd {
  margin-top: 0;
  font-size: 1.4rem;
}
.activity-example section ul li dl div dd a {
  display: flex;
  align-items: center;
  background: var(--black);
  color: #fff;
  padding: 0.5em 1em;
  -moz-column-gap: 6px;
       column-gap: 6px;
  border-radius: 10px;
}
.activity-example section ul li dl div dd a::after {
  content: "\f1c1";
  font: var(--fa-font-solid);
}

@media screen and (max-width: 640px) {
  .activity-example section ul li dl {
    flex-direction: column;
    row-gap: 1rem;
  }
}/*# sourceMappingURL=sct.css.map */