@charset "UTF-8";
@-webkit-keyframes bt-bg {
  0% {
    background-position: -50% center;
  }
  100% {
    background-position: 150% center;
  }
}
@keyframes bt-bg {
  0% {
    background-position: -50% center;
  }
  100% {
    background-position: 150% center;
  }
}
@-webkit-keyframes bt-bg-back {
  0% {
    background-position: 50% center;
  }
  100% {
    background-position: -150% center;
  }
}
@keyframes bt-bg-back {
  0% {
    background-position: 50% center;
  }
  100% {
    background-position: -150% center;
  }
}
@-webkit-keyframes bt-bg-large {
  0% {
    background-position: -100% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes bt-bg-large {
  0% {
    background-position: -100% center;
  }
  100% {
    background-position: 200% center;
  }
}
@-webkit-keyframes bt-bg-xlarge {
  0% {
    background-position: -150% center;
  }
  100% {
    background-position: 300% center;
  }
}
@keyframes bt-bg-xlarge {
  0% {
    background-position: -150% center;
  }
  100% {
    background-position: 300% center;
  }
}
@-webkit-keyframes bt-arrow {
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes bt-arrow {
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes bt-line {
  50% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes bt-line {
  50% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

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

/**
 * 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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: calc(1px - 0.0625em);
  font-family: "TBUDGothic R", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.2;
  color: #0a1423;
  background: #f5f7fb;
}

html,
body {
  height: 100%;
}

.wrapper {
  background: #FFF;
}
@media screen and (max-width:767px) {
  .wrapper {
    width: 100vw;
    overflow: hidden;
  }
}

.bottomWrapper {
  position: relative;
  background: #FFF;
  z-index: 1;
  overflow: hidden;
}

a {
  color: #0a1423;
  text-decoration: none;
}
strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width:767px) {
  .sp {
    display: inline-block;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.grecaptcha-badge {
  z-index: 900;
}

.cover {
  position: fixed;
  width: 100vw;
  height: 200vh;
  pointer-events: none;
  background-color: #3a62ad;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.cert .cover {
  background-color: #ebc80a;
}

html.is-transitioning,
html.is-transitioning * {
  pointer-events: none;
  cursor: progress;
}

.header {
  position: relative;
  width: 100vw;
}
.header::before {
  content: "";
  position: absolute;
  height: 280px;
  width: 100vw;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern.png);
  background-size: 700px auto;
  background-position: center 0;
  background-color: #f5f7fb;
  left: 0;
  top: 0;
}
.cert .header::before {
  background-color: #FFF;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern_cert.png);
}
@media screen and (max-width:767px) {
  .header::before {
    height: 36.4583333333vw;
  }
}
.header__inner {
  top: 0;
  left: 0;
  width: 100vw;
  position: fixed;
  padding: 20px 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1000;
}
@media screen and (max-width:767px) {
  .header__inner {
    padding: 2.6041666667vw 0;
  }
}
.header__title {
  padding: 15px 50px;
  background: #FFF;
  border-radius: 0 100px 100px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
}
@media screen and (max-width:1024px) {
  .header__title {
    padding: 15px 4.8828125vw;
  }
}
@media screen and (max-width:1024px) {
  .header__logo-img {
    width: 9.765625vw;
  }
}
@media screen and (max-width:767px) {
  .header__logo-img {
    width: 75px;
  }
}
.header__nav {
  margin: 0 20px;
}
@media screen and (max-width:1024px) {
  .header__nav {
    display: none;
  }
}
.header__bt {
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .header__bt {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
  }
}
.header__link-regist {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 15px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ebc80a;
  -webkit-box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
          box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
  display: inline-block;
  padding: 20px 50px;
  border-radius: 100px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1280px) {
  .header__link-regist {
    font-size: 13px;
    padding: 20px 40px;
  }
}
.header__link-regist::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.header__link-regist:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
          box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
}
.header__link-regist:hover::after {
  width: 100%;
}
.header__sp-nav {
  display: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width:1024px) {
  .header__sp-nav {
    display: block;
  }
}

.gnav-list {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  border-radius: 100px;
  padding: 0 30px;
  -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
}
.header__sp-nav .gnav-list {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.gnav-list__item {
  position: relative;
}
.header__sp-nav .gnav-list__item {
  width: 100%;
}
.gnav-list__item--primary:hover .gnav-lower {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width:1280px) {
  .gnav-list__item--primary:hover .gnav-lower {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__sp-nav .gnav-list__item--primary:hover .gnav-lower {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.gnav-list__link {
  display: block;
  padding: 20px 15px;
  font-size: 15px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.gnav-list__link::after {
  content: "";
  left: 5px;
  top: 0;
  position: absolute;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  height: 4px;
  background: #ebc80a;
  width: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1280px) {
  .gnav-list__link::after {
    left: 3px;
  }
}
.header__sp-nav .gnav-list__link::after {
  height: 25px;
  width: 4px;
  bottom: 0;
  top: inherit;
  background: rgba(235, 200, 10, 0.8);
  left: 4px;
  z-index: -1;
}
.gnav-list__link:hover {
  color: #3a62ad;
}
.gnav-list__link:hover, .gnav-list__link.active {
  opacity: 1;
}
.gnav-list__link:hover::after, .gnav-list__link.active::after {
  width: calc(100% - 10px);
}
@media screen and (max-width:1280px) {
  .gnav-list__link:hover::after, .gnav-list__link.active::after {
    width: calc(100% - 6px);
  }
}
.header__sp-nav .gnav-list__link:hover::after, .header__sp-nav .gnav-list__link.active::after {
  width: 10em;
}
@media screen and (max-width:1280px) {
  .gnav-list__link {
    padding: 20px 6px;
    font-size: 13px;
  }
}
.header__sp-nav .gnav-list__link {
  text-align: left;
  padding: 10px 5px 0px 20px;
  margin: 8px 0 8px 10px;
  position: relative;
  z-index: 1;
}
.gnav-list__link--lower {
  position: relative;
}
.gnav-list__link--lower::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_down.svg);
}
.header__sp-nav .gnav-list__link--lower::before {
  left: inherit;
  right: 10px;
  bottom: 0px;
}

.gnav-lower {
  visibility: hidden;
  position: absolute;
  background: #FFF;
  padding: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(10, 20, 35, 0.05);
          box-shadow: 0 5px 10px rgba(10, 20, 35, 0.05);
  border-radius: 0 0 10px 10px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header__sp-nav .gnav-lower {
  visibility: visible;
  position: inherit;
  opacity: 1;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gnav-lower--about {
  left: 0;
}
@media screen and (max-width:1280px) {
  .gnav-lower--about {
    /*left: 50%;
    transform: translateX(-50%) translateY(-30px);*/
  }
  .header__sp-nav .gnav-lower--about {
    left: inherit;
    right: inherit;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.gnav-lower--nintei {
  right: 0;
}
@media screen and (max-width:1280px) {
  .gnav-lower--nintei {
    /*right: inherit;
    left: 50%;
    transform: translateX(-50%) translateY(-30px);*/
  }
  .header__sp-nav .gnav-lower--nintei {
    left: inherit;
    right: inherit;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.gnav-lower__item {
  display: block;
}
.header__sp-nav .gnav-lower__item {
  border-bottom: 3px solid #f5f7fb;
}
.header__sp-nav .gnav-lower__item:first-child {
  border-top: 3px solid #f5f7fb;
}
.gnav-lower__link {
  white-space: nowrap;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  display: block;
  padding: 5px 10px 5px 18px;
  position: relative;
  color: rgba(10, 20, 35, 0.6);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header__sp-nav .gnav-lower__link {
  white-space: normal;
}
.gnav-lower__link::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc(0.4em + 5px);
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal.svg);
  background-size: contain;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.gnav-lower__link:hover, .gnav-lower__link.active {
  opacity: 1;
  color: #3a62ad;
}
.gnav-lower__link:hover::before, .gnav-lower__link.active::before {
  left: 5px;
}

.drawer-menu {
  padding: 18px 50px;
  background: #3a62ad;
  border-radius: 100px 0 0 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:1024px) {
  .drawer-menu {
    padding: 17px 4.8828125vw 17px 4.8828125vw;
  }
}
.drawer-menu__menu {
  display: none;
}
.drawer-menu__menu:checked ~ .drawer-menu__overlay {
  width: 100vw;
}
.drawer-menu__menu:checked ~ .drawer-menu__nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-menu__menu:checked ~ .drawer-menu__icon {
  margin-right: 250px;
}
.drawer-menu__menu:checked ~ .drawer-menu__icon .drawer-menu__spinner.part-1 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 9px;
}
.drawer-menu__menu:checked ~ .drawer-menu__icon .drawer-menu__spinner.part-2 {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -2px;
}
.drawer-menu__menu:checked ~ .drawer-menu__icon .drawer-menu__spinner.horizontal {
  opacity: 0;
}
.drawer-menu__icon {
  cursor: pointer;
  height: 21px;
  width: 21px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-menu__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.drawer-menu__spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 3px;
  width: 100%;
  position: relative;
  background-color: #FFF;
  display: block;
  border-radius: 5px;
}
.drawer-menu__spinner.part-2 {
  margin-top: 6px;
}
.drawer-menu__spinner.horizontal {
  margin-top: 6px;
}
.drawer-menu__nav {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 250px;
  margin-top: 0px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background: #3a62ad;
  z-index: 1000;
  padding: 10px 0 10px 10px;
}
.drawer-menu__nav-inner {
  padding: 16px 10px 8px 10px;
  border-radius: 20px 0 0 20px;
  height: 100%;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  background: #FFF;
}
.drawer-menu__other {
  background: #f5f7fb;
  padding: 15px;
  border-radius: 0 0 0 20px;
}
.drawer-menu__other-bt {
  padding-top: 15px;
}
.drawer-menu__other-link {
  font-size: 15px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .drawer-menu__other-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .drawer-menu__other-link {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .drawer-menu__other-link {
    padding-right: 23px;
  }
}
.cert .drawer-menu__other-link {
  color: #888168;
}
.cert .drawer-menu__other-link::before {
  background: #888168;
}
.cert .drawer-menu__other-link:hover {
  color: #0a1423;
}
.drawer-menu__other-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .drawer-menu__other-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .drawer-menu__other-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.drawer-menu__other-link.bl {
  color: #0a1423;
}
.drawer-menu__other-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.drawer-menu__other-link.bl::before {
  background: #0a1423;
}
.drawer-menu__other-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.drawer-menu__other-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .drawer-menu__other-link::before {
    height: 1px;
  }
}
.drawer-menu__other-link:hover {
  opacity: 1;
  color: #0a1423;
}
.drawer-menu__other-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.drawer-menu__other-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.drawer-menu__overlay {
  height: 100%;
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(10, 20, 35, 0.6);
  display: block;
}

.footer {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__inner {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .footer__inner {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.footer__contents {
  border-top: #0a1423 solid 8px;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .footer__nav {
    margin-top: 40px;
  }
}
.footer__info {
  margin: 0 15px;
}
@media screen and (max-width:1024px) {
  .footer__info {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
.footer__name {
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .footer__name {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .footer__name {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .footer__name {
    margin-top: 20px;
  }
}
.footer__tel {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width:1024px) {
  .footer__tel {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .footer__tel {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .footer__tel {
    margin-top: 10px;
  }
}
.footer__address {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(10, 20, 35, 0.6);
}
@media screen and (max-width:1024px) {
  .footer__address {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .footer__address {
    font-size: 11px;
  }
}
.footer__sns-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .footer__sns-list {
    margin-top: 20px;
  }
}
@media screen and (max-width:1024px) {
  .footer__sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sns-item {
  margin-right: 15px;
  pointer-events: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 10px rgba(10, 20, 35, 0.15);
  padding: 4px;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.footer__sns-item:hover {
  -webkit-box-shadow: 0 0 0px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 0px rgba(10, 20, 35, 0.15);
}
.footer__sns-item:hover .footer__sns-link {
  background-color: rgba(58, 98, 173, 0.5);
}
.footer__sns-link {
  display: block;
  padding: 10px;
  background: #f5f7fb;
  pointer-events: auto;
  padding: 2px;
  border-radius: 50%;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.footer__nav-list {
  margin: 0 15px;
}
.footer__nav-list--lower {
  margin-top: 15px;
  margin-left: 0;
}
@media screen and (max-width:767px) {
  .footer__nav-list--lower {
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .footer__nav-list {
    display: none;
  }
}
.footer__nav-item {
  font-size: 18px;
  line-height: 1.4;
  list-style: none;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .footer__nav-item {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .footer__nav-item {
    font-size: 14px;
  }
}
.footer__nav-item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .footer__nav-item:not(:first-child) {
    margin-top: 10px;
  }
}
.footer__nav-item--lower {
  font-size: 15px;
  margin-left: 1em;
}
@media screen and (max-width:1024px) {
  .footer__nav-item--lower {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .footer__nav-item--lower {
    font-size: 13px;
  }
}
.footer__nav-link:hover {
  color: #3a62ad;
}

.copyright {
  background: #f5f7fb;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .copyright {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
@media screen and (max-width:767px) {
  .copyright {
    margin-top: 40px;
  }
}
.copyright__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
.copyright__text {
  font-size: 11px;
  font-family: "Nunito Sans", sans-serif;
  padding: 30px 0;
  text-align: right;
}
@media screen and (max-width:1024px) {
  .copyright__text {
    font-size: 10px;
  }
}
@media screen and (max-width:767px) {
  .copyright__text {
    font-size: 10px;
  }
}

.main__section {
  background: #FFF;
  position: relative;
  z-index: 1;
}
.main__article {
  background: #FFF;
  position: relative;
  z-index: 1;
}
.main__list {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .main__list {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.main__list-inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #3a62ad;
}

input::-moz-placeholder {
  color: #3a62ad;
}

input:-ms-input-placeholder {
  color: #3a62ad;
}

input::-ms-input-placeholder {
  color: #3a62ad;
}

input::placeholder {
  color: #3a62ad;
}

/* IE */
input:-ms-input-placeholder {
  color: #3a62ad;
}

/* Edge */
input::-ms-input-placeholder {
  color: #3a62ad;
}

select:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #c7d4ec inset !important;
}

/* ----- input text ----- */
.input-group {
  padding: 20px;
  margin-top: 30px;
  background-color: #f5f7fb;
}
@media screen and (max-width:767px) {
  .input-group {
    margin-top: 20px;
  }
}
.input-group__label {
  display: inline-block;
  margin-right: 1em;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  .input-group__label {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .input-group__label {
    font-size: 14px;
  }
}
.input-group__required {
  font-size: 13px;
  background: #cd3c00;
  color: #FFF;
  padding: 5px 10px;
}
@media screen and (max-width:1024px) {
  .input-group__required {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .input-group__required {
    font-size: 11px;
  }
}
.input-group__text {
  display: block;
  margin: 10px 0;
}
.input-group__input-wrap textarea,
.input-group__input-wrap input {
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  width: 100%;
  background: #FFF;
  color: #0a1423;
  padding: 10px;
  line-height: 1.4;
  font-size: 18px;
  border: rgba(10, 20, 35, 0.1) solid 1px;
}
@media screen and (max-width:767px) {
  .input-group__input-wrap textarea,
  .input-group__input-wrap input {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:1024px) {
  .input-group__input-wrap textarea,
  .input-group__input-wrap input {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .input-group__input-wrap textarea,
  .input-group__input-wrap input {
    font-size: 14px;
  }
}
.input-group__input-wrap textarea:focus,
.input-group__input-wrap input:focus {
  background: #f5f7fb;
  border: #3a62ad solid 1px !important;
  -webkit-box-shadow: 0 0 10px rgba(58, 98, 173, 0.3);
          box-shadow: 0 0 10px rgba(58, 98, 173, 0.3);
}

/* ----- button ----- */
.input-send {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .input-send {
    margin-top: 40px;
  }
}
.input-send input {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #0a1423;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.6);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.6);
  display: inline-block;
  padding: 20px 150px;
  border-radius: 100px;
  white-space: nowrap;
  color: #f5f7fb;
}
@media screen and (max-width:1024px) {
  .input-send input {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .input-send input {
    font-size: 14px;
  }
}
.input-send input:disabled {
  opacity: 0.5;
}
#entry .wpcf7-list-item {
  margin: 0 !important;
}
#entry .wpcf7-not-valid-tip {
  color: #cd3c00;
  padding-top: 5px;
  font-size: 15px;
}
@media screen and (max-width:1024px) {
  #entry .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  #entry .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}
#entry .wpcf7-not-valid {
  border: #cd3c00 solid 1px;
}
#entry .check-wrap .wpcf7-not-valid {
  border: none;
}
#entry .ajax-loader {
  display: block;
  position: relative;
  margin: 15px auto;
}

#entry .wpcf7 form .wpcf7-response-output {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  margin: 60px auto;
  font-weight: 500;
  max-width: 900px;
  line-height: 1.4;
  font-family: "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width:767px) {
  #entry .wpcf7 form .wpcf7-response-output {
    margin: 30px 20px;
  }
}
#entry .wpcf7 .invalid .wpcf7-response-output,
#entry .wpcf7 .unaccepted .wpcf7-response-output {
  color: #cd3c00;
  border-color: #cd3c00;
}
#entry .wpcf7 form.spam .wpcf7-response-output {
  color: #cd3c00;
  border-color: #cd3c00;
}
#entry .wpcf7 form.sent .input-group,
#entry .wpcf7 form.sent .input-send {
  display: none;
}
#entry .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
#entry .wpcf7 form div.visible-only-if-sent {
  display: none;
}
#entry .wpcf7 form.sent div.visible-only-if-sent {
  display: block;
}

/* ----- download-select ----- */
.download-select {
  background: #f5f7fb;
  -webkit-box-shadow: 0 0 15px rgba(10, 20, 35, 0.1);
          box-shadow: 0 0 15px rgba(10, 20, 35, 0.1);
  border-radius: 100px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:1024px) {
  .download-select {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .download-select {
    font-size: 13px;
  }
}
.download-select__box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.download-select__box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2.4em;
  width: 2.4em;
  border-radius: 50%;
  background: #FFF;
  bottom: #f5f7fb solid 1px;
  margin-left: 10px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_select.svg);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.download-select__box:hover::before {
  background-color: #ebc80a;
}
.download-select__select {
  display: block;
  position: relative;
  width: 100%;
  height: 4.4em;
  padding: 1.4em 3.4em 1.4em 1em;
}
.download-select__bt {
  padding-right: 1em;
}
.download-select__link {
  display: inline-block;
  height: 2.4em;
  background: #0a1423;
  color: #FFF;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 0.4em 1em;
  border-radius: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  white-space: nowrap;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.download-select__link:hover {
  background-color: #3a62ad;
}

.tab-nav {
  background: #f5f7fb;
  font-size: 18px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .tab-nav {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .tab-nav {
    font-size: 14px;
  }
}
.tab-nav__list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.8em;
}
.tab-nav__item {
  padding: 1.6em 0.8em;
}
@media screen and (max-width:767px) {
  .tab-nav__item {
    padding: 0.8em 0.4em;
  }
}
.tab-nav__link {
  display: block;
  padding: 0.4em 2em;
  background: #ebc80a;
  border-radius: 100px;
  color: #FFF;
  -webkit-box-shadow: 0 0 25px rgba(235, 200, 10, 0.8);
          box-shadow: 0 0 25px rgba(235, 200, 10, 0.8);
}
@media screen and (max-width:767px) {
  .tab-nav__link {
    padding: 0.4em 1em;
  }
}
.tab-nav__link--active {
  background: #FFF;
  border: 1px solid #0a1423;
  color: #0a1423;
  -webkit-box-shadow: 0 0 25px rgba(10, 20, 35, 0.15) inset;
          box-shadow: 0 0 25px rgba(10, 20, 35, 0.15) inset;
}

.new-overview__item {
  padding: 20px 0;
  border-bottom: 2px solid rgba(58, 98, 173, 0.5);
}
@media screen and (max-width:767px) {
  .new-overview__item {
    padding: 15px 0;
  }
}
.new-overview__link:hover .new-overview__title {
  color: #3a62ad;
}
.new-overview__link:hover .new-overview__date::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background-color: rgba(235, 200, 10, 0.4);
}
.new-overview__wrap {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.new-overview__date {
  font-size: 12px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .new-overview__date {
    width: 80px;
  }
}
.new-overview__date::before {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0px;
  background: #f5f7fb;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.new-overview__date-y {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
}
.new-overview__date-m {
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
}
.new-overview__date-d {
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
}
.new-overview__title {
  font-size: 15px;
  line-height: 1.6;
  color: #0a1423;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .new-overview__title {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .new-overview__title {
    font-size: 13px;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cert .news-list {
  margin-top: -50px;
}
.news-list__item {
  width: 48%;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .news-list__item {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .news-list__item {
    width: 100%;
  }
}
.news-list__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 28px 10px 0;
  color: #3a62ad;
  text-decoration: none;
}
.cert .news-list__link {
  color: #888168;
}
.news-list__link::before {
  content: "";
  height: 2px;
  width: calc(100% - 28px);
  position: absolute;
  bottom: 0;
  background: #3a62ad;
  left: 0;
}
.cert .news-list__link::before {
  background: #ebc80a;
}
.news-list__link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cert .news-list__link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_sub.svg);
}
.news-list__link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cert .news-list__link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_sub.svg);
}
.news-list__link:hover {
  opacity: 1;
  color: #0a1423;
}
.news-list__link:hover::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: bt-line 1s ease-out both infinite;
          animation: bt-line 1s ease-out both infinite;
}
.news-list__link:hover::after {
  -webkit-animation: bt-arrow 1s ease-out both infinite;
          animation: bt-arrow 1s ease-out both infinite;
}
.news-list__date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
  color: #0a1423;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width:1024px) {
  .news-list__date {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .news-list__date {
    font-size: 11px;
  }
}
.news-list__title {
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width:1024px) {
  .news-list__title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .news-list__title {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .news-list__title {
    margin-top: 10px;
  }
}

.regist-overview {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern.png);
  background-size: 700px auto;
  background-position: center 0;
  background-color: #f5f7fb;
  margin-top: 100px;
}
.cert .regist-overview {
  background-color: #FFF;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern_cert.png);
}
@media screen and (max-width:767px) {
  .regist-overview {
    margin-top: 80px;
  }
}
.regist-overview__bg {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .regist-overview__bg {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.regist-overview__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (max-width:767px) {
  .regist-overview__inner {
    padding: 10.4166666667vw 0;
  }
}
.regist-overview__left {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width:767px) {
  .regist-overview__left {
    width: auto;
    padding-right: 0px;
  }
}
.regist-overview__right {
  width: 50%;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width:767px) {
  .regist-overview__right {
    width: auto;
    padding-left: 0px;
    margin-top: 60px;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .regist-overview__right {
    margin-top: 40px;
  }
}
.regist-overview__title {
  font-size: 26px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width:1024px) {
  .regist-overview__title {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__title {
    font-size: 22px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__title {
    margin-left: 2.44140625vw;
  }
}
.regist-overview__title::before {
  content: "";
  height: 50px;
  width: 17px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: contain;
  position: absolute;
  bottom: 0.1em;
  left: -27px;
}
.regist-overview__text {
  font-size: 18px;
  line-height: 2.4;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .regist-overview__text {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__text {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__text {
    margin-top: 20px;
  }
}
.regist-overview__bt {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .regist-overview__bt {
    margin-top: 20px;
  }
}
.regist-overview__link {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ebc80a;
  -webkit-box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
          box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
  display: inline-block;
  padding: 20px 50px;
  border-radius: 100px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .regist-overview__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__link {
    font-size: 14px;
  }
}
.regist-overview__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.regist-overview__link:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
          box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
}
.regist-overview__link:hover::after {
  width: 100%;
}
.regist-overview__shoulder {
  position: absolute;
  width: 100%;
  top: -101px;
}
@media screen and (max-width:767px) {
  .regist-overview__shoulder {
    position: relative;
    top: inherit;
  }
}
.regist-overview__list-title {
  position: relative;
  z-index: 1;
  width: 50%;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 0 0.5em;
}
@media screen and (max-width:1024px) {
  .regist-overview__list-title {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__list-title {
    font-size: 22px;
  }
}
.regist-overview__list-title::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(235, 200, 10, 0.8);
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  left: 0;
}
.regist-overview__list {
  counter-reset: number;
  color: #3a62ad;
}
.cert .regist-overview__list {
  color: #888168;
}
.regist-overview__list > li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 5em;
  padding-left: 5.5555555556em;
}
@media screen and (max-width:1024px) {
  .regist-overview__list > li {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__list > li {
    font-size: 14px;
  }
}
.regist-overview__list > li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .regist-overview__list > li:not(:first-child) {
    margin-top: 10px;
  }
}
.regist-overview__list > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5em;
  width: 2.5em;
  border: solid 1px #3a62ad;
  border-radius: 2.5em 0 0 2.5em;
  border-right: 0;
}
.cert .regist-overview__list > li::before {
  border-color: #ebc80a;
}
.regist-overview__list > li::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2333333333em;
  margin: auto;
  height: 2.5333333333em;
  width: 2.5333333333em;
  border-radius: 50%;
  background: #FFF;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  line-height: 2.5333333333em;
  font-weight: bold;
  font-size: 30px;
  color: #3a62ad !important;
}
@media screen and (max-width:1024px) {
  .regist-overview__list > li::after {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .regist-overview__list > li::after {
    font-size: 26px;
  }
}
.cert .regist-overview__list > li::after {
  color: #ebc80a !important;
}
@media screen and (max-width:767px) {
  .regist-overview__list {
    margin-top: 30px;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .regist-overview__list {
    margin-top: 20px;
  }
}
.regist-overview__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(235, 200, 10, 0.2)));
  background: linear-gradient(transparent 70%, rgba(235, 200, 10, 0.2) 70%);
  display: inline;
}

.banner {
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .banner {
    margin-top: 80px;
  }
}
@media screen and (max-width:1024px) {
  .banner {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.banner__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
.banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner__item {
  padding: 10px 20px;
}
.list-header {
  padding-top: 130px;
  position: relative;
  z-index: 2;
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .list-header {
    padding-top: 13.671875vw;
    padding-right: 4.8828125vw;
  }
}
@media screen and (max-width:767px) {
  .list-header {
    padding-top: 105px;
  }
}
.list-header--single .list-header__detail {
  min-height: 170px;
}
@media screen and (max-width:1024px) {
  .list-header--single .list-header__detail {
    min-height: 16.6015625vw;
    padding-bottom: 35px;
  }
}
.list-header__bg-wrap {
  position: absolute;
  width: calc(100vw - 220px);
  height: calc(100% - 50px - 130px);
  border-radius: 60px 0 0 0;
  background: #3a62ad;
  right: 0;
  top: 130px;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .list-header__bg-wrap {
    top: 13.671875vw;
  }
}
@media screen and (max-width:767px) {
  .list-header__bg-wrap {
    top: 105px;
    width: 70vw;
  }
}
.list-header__bg {
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/mv.jpg);
  background-size: cover;
  background-position: center bottom;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0.5;
}
.list-header__inner {
  position: relative;
  background: #FFF;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
  border-radius: 0 60px 0 0;
  max-width: calc((100vw - 1536px) / 2 + 1536px);
}
@media screen and (max-width:767px) {
  .list-header__inner {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
@media screen and (max-width:1024px) {
  .list-header__inner {
    margin-top: 5.859375vw;
  }
}
.list-header__detail {
  max-width: 1536px;
  min-height: 320px;
  margin-left: auto;
  position: relative;
  height: 100%;
  padding-left: 150px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_bg.svg);
  background-size: auto 320px;
  background-position: left 50px bottom 35px;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}
@media screen and (max-width:1024px) {
  .list-header__detail {
    min-height: 31.25vw;
    padding-left: 4.8828125vw;
    background-position: left 0px bottom 3.41796875vw;
    padding-bottom: 3.41796875vw;
    padding-top: 3.41796875vw;
  }
}
@media screen and (max-width:767px) {
  .list-header__detail {
    background: none;
  }
}
.list-header__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .list-header__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-header__title {
  border-bottom: 4px solid #f5f7fb;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 25px;
}
@media screen and (max-width:767px) {
  .list-header__title {
    width: 100%;
    margin-right: 0;
  }
}
.list-header__title-in {
  display: inline-block;
  font-size: 38px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#3a62ad), to(#0a1423));
  background: linear-gradient(90deg, #3a62ad 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  margin-bottom: -4px;
  border-bottom: 4px solid #3a62ad;
}
@media screen and (max-width:1024px) {
  .list-header__title-in {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .list-header__title-in {
    font-size: 28px;
  }
}
@media all and (-ms-high-contrast: none) {
  .list-header__title-in {
    background: transparent;
    color: #0a1423;
  }
}
.list-header__filter {
  background: #f5f7fb;
  width: 460px;
  border-radius: 0 60px 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .list-header__filter {
    width: 100%;
    border-radius: 0;
    margin-top: 4px;
  }
}
.list-header__description {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  color: #3a62ad;
  max-width: 768px;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .list-header__description {
    margin-top: 20px;
  }
}
@media screen and (max-width:1024px) {
  .list-header__description {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .list-header__description {
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) {
  .list-header__description {
    padding-right: 4.8828125vw;
  }
}
.list-header__date {
  color: #0a1423;
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 1em;
  background: rgba(235, 200, 10, 0.8);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width:1024px) {
  .list-header__date {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .list-header__date {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) {
  .list-header__date {
    right: 2.9296875vw;
  }
}
.list-header__date-y {
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .list-header__date-y {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .list-header__date-y {
    font-size: 26px;
  }
}
.list-header__date-m {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .list-header__date-m {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .list-header__date-m {
    font-size: 28px;
  }
}
.list-header__date-d {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .list-header__date-d {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .list-header__date-d {
    font-size: 28px;
  }
}

.newsletter-block {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .newsletter-block {
    margin-top: 40px;
  }
}
.newsletter-block.-e-book {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .newsletter-block.-e-book {
    margin-top: 80px;
  }
}
.newsletter-block.-e-book.-top {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .newsletter-block.-e-book.-top {
    margin-top: 40px;
  }
}
.newsletter-block.-e-book .newsletter-block__heading {
  padding-top: 15px;
}
@media screen and (max-width:767px) {
  .newsletter-block.-e-book .newsletter-block__heading {
    padding-top: 10px;
  }
}
.newsletter-block.-e-book .newsletter-block__new {
  bottom: initial;
  top: -2.5em;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .newsletter-block.-e-book .newsletter-block__new {
    top: -3.5em;
    right: -10px;
  }
}
.newsletter-block.-e-book .newsletter-block__heading::after {
  display: none;
}
.newsletter-block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width:767px) {
  .newsletter-block__heading {
    padding-bottom: 5px;
  }
}
.newsletter-block__heading::after {
  content: "";
  height: 2px;
  width: calc(100vw - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(58, 98, 173, 0.5);
  bottom: 0;
  position: absolute;
}
@media screen and (max-width:1024px) {
  .newsletter-block__heading::after {
    width: calc(100vw - 9.765625vw);
  }
}
.newsletter-block__new {
  position: absolute;
  right: 15px;
  bottom: -1.5em;
  width: 5em;
  height: 5em;
  line-height: 5em;
  font-size: 18px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid rgba(58, 98, 173, 0.5);
  text-align: center;
  color: rgba(58, 98, 173, 0.5);
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .newsletter-block__new {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__new {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__new {
    right: -6.34765625vw;
  }
}
.newsletter-block__title {
  font-size: 38px;
  line-height: 1.4;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  display: inline-block;
  color: rgba(58, 98, 173, 0.5);
}
@media screen and (max-width:1024px) {
  .newsletter-block__title {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__title {
    font-size: 24px;
  }
}
.newsletter-block__sub {
  display: inline-block;
  position: relative;
  padding-left: 37px;
  margin-left: 10px;
  font-size: 38px;
  line-height: 1.4;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width:1024px) {
  .newsletter-block__sub {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__sub {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__sub {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__sub {
    padding-left: 27px;
  }
}
.newsletter-block__sub::before {
  content: "";
  height: 50px;
  width: 17px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.35em;
  left: 0;
}
.newsletter-block__date {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
  z-index: 3;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width:1024px) {
  .newsletter-block__date {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-block__date {
    font-size: 11px;
  }
}
.newsletter-block__vol {
  font-weight: 800;
}

.newsletter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsletter-list__item {
  width: 49%;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .newsletter-list__item {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-list__item {
    width: 100%;
  }
}

.annual-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.annual-list__item {
  width: 49%;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .annual-list__item {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .annual-list__item {
    width: 100%;
  }
}
.annual-list__item--full {
  width: 100%;
}

.pagination {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #0a1423 solid 8px;
  padding-top: 30px;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .pagination {
    margin-top: 80px;
  }
}
.cert .pagination {
  border-top: #f5f7fb solid 4px;
}
@media screen and (max-width:767px) {
  .pagination {
    padding-top: 20px;
  }
}
.pagination a,
.pagination > span {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  display: block;
  background: #3a62ad;
  color: #FFF;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.2);
          box-shadow: 0 0 10px rgba(10, 20, 35, 0.2);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: #3a62ad solid 2px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .pagination a,
  .pagination > span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
}
.cert .pagination a,
.cert .pagination > span {
  background-color: #888168;
  border-color: #888168;
}
@media screen and (max-width:767px) {
  .pagination a,
  .pagination > span {
    margin-bottom: 5px;
  }
}
.pagination a::after,
.pagination > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  border-radius: 50%;
}
.pagination a:hover::after,
.pagination > span:hover::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pagination a.current,
.pagination > span.current {
  border-color: #3a62ad;
  color: #0a1423;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 rgba(10, 20, 35, 0);
          box-shadow: 0 0 0 rgba(10, 20, 35, 0);
}
.cert .pagination a.current,
.cert .pagination > span.current {
  border-color: #888168;
}
.pagination a.extend,
.pagination > span.extend {
  background-color: rgba(10, 20, 35, 0.6);
  -webkit-box-shadow: 0 0 0 rgba(10, 20, 35, 0);
          box-shadow: 0 0 0 rgba(10, 20, 35, 0);
  border-color: rgba(10, 20, 35, 0.6);
  opacity: 0.5;
}
.pagination a.first span, .pagination a.previouspostslink span,
.pagination > span.first span,
.pagination > span.previouspostslink span {
  display: block;
  width: 36px;
  height: 36px;
  background-position: 14px 11px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:767px) {
  .pagination a.first span, .pagination a.previouspostslink span,
  .pagination > span.first span,
  .pagination > span.previouspostslink span {
    width: 30px;
    height: 30px;
  }
}
.pagination a.first,
.pagination > span.first {
  background-color: #0a1423;
  border-color: #0a1423;
}
.pagination a.first span,
.pagination > span.first span {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_w.svg);
}
.pagination a.previouspostslink span,
.pagination > span.previouspostslink span {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_w.svg);
}
.pagination a.last span, .pagination a.nextpostslink span,
.pagination > span.last span,
.pagination > span.nextpostslink span {
  display: block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
  .pagination a.last span, .pagination a.nextpostslink span,
  .pagination > span.last span,
  .pagination > span.nextpostslink span {
    width: 30px;
    height: 30px;
  }
}
.pagination a.last,
.pagination > span.last {
  background-color: #0a1423;
  border-color: #0a1423;
}
.pagination a.last span,
.pagination > span.last span {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_w.svg);
}
.pagination a.nextpostslink span,
.pagination > span.nextpostslink span {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_w.svg);
}

.cert-card {
  padding: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  margin-top: 60px;
  pointer-events: none;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-card {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:767px) {
  .cert-card {
    margin-top: 40px;
  }
}
.cert-card:hover {
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
  background-color: #f5f7fb;
}
@media screen and (max-width:767px) {
  .cert-card:hover {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
.cert-card:hover .cert-card__title {
  color: #3a62ad;
}
.cert-card:hover .cert-card__icon {
  top: -37px;
}
@media screen and (max-width:767px) {
  .cert-card:hover .cert-card__icon {
    top: -27px;
  }
}
.cert-card--j:hover .cert-card__title {
  color: #3a6205;
}
.cert-card__link {
  display: block;
  pointer-events: auto;
}
.cert-card__icon {
  position: absolute;
  top: -42px;
  right: 25px;
  z-index: 3;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-card__icon {
    width: 54px;
    height: 54px;
    top: -32px;
    right: 20px;
  }
}
.cert-card__inner {
  padding: 20px 10px 10px 10px;
  border: 2px solid #f5f7fb;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}
.cert-card__inner::before {
  content: "";
  position: absolute;
  right: 13px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #f5f7fb;
  top: -51px;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
}
@media screen and (max-width:767px) {
  .cert-card__inner::before {
    width: 64px;
    height: 64px;
    top: -41px;
    right: 8px;
  }
}
.cert-card__date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
  font-family: "Nunito Sans", sans-serif;
  top: calc(-0.9em + 3px);
  left: 20px;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width:1024px) {
  .cert-card__date {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cert-card__date {
    font-size: 11px;
  }
}
.cert-card__title {
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding-right: 90px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cert-card__title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cert-card__title {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .cert-card__title {
    padding-right: 70px;
  }
}
.cert-card__pref {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(10, 20, 35, 0.6);
  text-align: right;
}
@media screen and (max-width:1024px) {
  .cert-card__pref {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cert-card__pref {
    font-size: 11px;
  }
}

.newsletter-card {
  background: #f5f7fb;
  padding: 0 15px 0 15px;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.newsletter-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.newsletter-card:hover::before {
  height: 100%;
}
.newsletter-card:hover .newsletter-card__title {
  color: #3a62ad;
}
.newsletter-card:hover .newsletter-card__inner {
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
}
@media screen and (max-width:767px) {
  .newsletter-card:hover .newsletter-card__inner {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
.newsletter-card:hover .newsletter-card__inner::after {
  background-color: #0a1423;
}
@media screen and (max-width:767px) {
  .newsletter-card {
    padding: 0 10px 0 10px;
  }
}
.newsletter-card__link {
  display: block;
  height: 100%;
  pointer-events: auto;
}
.newsletter-card__category {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.2em 2em;
  font-family: "Nunito Sans", sans-serif;
  top: calc(-0.7em - 15px);
  left: 40px;
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 80px);
}
@media screen and (max-width:1024px) {
  .newsletter-card__category {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__category {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__category {
    top: calc(-0.7em - 10px);
    max-width: calc(100% - 40px);
    left: 20px;
  }
}
.newsletter-card__category::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(235, 200, 10, 0.8);
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  left: 0;
  top: 0;
}
.newsletter-card__category-in {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsletter-card__inner {
  padding: 0 20px 10px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background: #FFF;
  top: -15px;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  overflow: hidden;
  height: 100%;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .newsletter-card__inner {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__inner {
    top: -10px;
    padding: 0 10px 10px 10px;
  }
}
.newsletter-card__inner::before, .newsletter-card__inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.newsletter-card__inner::before {
  width: 108px;
  height: 108px;
  background: #f5f7fb;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
  bottom: -54px;
  right: -54px;
}
@media screen and (max-width:767px) {
  .newsletter-card__inner::before {
    width: 94px;
    height: 94px;
    bottom: -47px;
    right: -47px;
  }
}
.newsletter-card__inner::after {
  width: 94px;
  height: 94px;
  bottom: -47px;
  right: -47px;
  background-color: #3a62ad;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_pdf-w.svg);
  background-position: 15px 15px;
  background-repeat: no-repeat;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.newsletter-block.-e-book .newsletter-card__inner::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_blank.svg);
}
@media screen and (max-width:767px) {
  .newsletter-card__inner::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -40px;
    background-size: 18px auto;
  }
}
.newsletter-card__title {
  font-size: 18px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding-top: 1.5em;
  padding-right: 44px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .newsletter-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__title {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__title {
    padding-right: 37px;
  }
}
.newsletter-card__subtitle {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 0.2em;
  padding-right: 44px;
}
@media screen and (max-width:1024px) {
  .newsletter-card__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__subtitle {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__subtitle {
    padding-right: 37px;
  }
}
.newsletter-card__name {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(10, 20, 35, 0.6);
  padding-top: 1em;
  padding-right: 44px;
}
@media screen and (max-width:1024px) {
  .newsletter-card__name {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__name {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .newsletter-card__name {
    padding-right: 37px;
  }
}

.download-card {
  margin-top: 60px;
  padding: 0 15px 15px 15px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .download-card {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .download-card {
    padding: 0 10px 10px 10px;
  }
}
.download-card::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5f7fb;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cert .download-card::before {
  background: #fafafa;
}
.download-card:hover::before {
  height: 0;
}
.download-card:hover .download-card__inner {
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
}
@media screen and (max-width:767px) {
  .download-card:hover .download-card__inner {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
.download-card:hover .download-card__inner::after {
  background-color: #0a1423;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_pdf-w.svg);
}
.download-card__inner {
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  overflow: hidden;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .download-card__inner {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:767px) {
  .download-card__inner {
    padding: 10px;
  }
}
.download-card__inner::before, .download-card__inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.download-card__inner::before {
  width: 108px;
  height: 108px;
  background: #f5f7fb;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
  bottom: -54px;
  right: -54px;
}
@media screen and (max-width:767px) {
  .download-card__inner::before {
    width: 94px;
    height: 94px;
    bottom: -47px;
    right: -47px;
  }
}
.download-card__inner::after {
  width: 94px;
  height: 94px;
  bottom: -47px;
  right: -47px;
  background-color: #3a62ad;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_pdf-w.svg);
  background-position: 15px 15px;
  background-repeat: no-repeat;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cert .download-card__inner::after {
  background-color: #ebc80a;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_pdf.svg);
}
@media screen and (max-width:767px) {
  .download-card__inner::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -40px;
    background-size: 18px auto;
  }
}
.download-card__image-wrap {
  padding: 20px 0;
}
@media screen and (max-width:767px) {
  .download-card__image-wrap {
    padding: 10px 0 20px;
  }
}
.download-card__link {
  pointer-events: auto;
}
.download-card__note {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(10, 20, 35, 0.6);
  padding-top: 1em;
  padding-right: 64px;
}
@media screen and (max-width:1024px) {
  .download-card__note {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .download-card__note {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .download-card__note {
    padding-right: 37px;
  }
}

.event-card {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .event-card {
    margin-top: 40px;
  }
}
.event-card__link {
  display: block;
  position: relative;
}
.event-card__link::before {
  content: "";
  height: 4px;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 0;
  background: #f5f7fb;
  left: 0;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.event-card__link::after {
  content: "";
  height: 24px;
  width: 38px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.event-card__link:hover::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  background-color: #3a62ad;
  -webkit-animation: bt-line 1s ease-out both infinite;
          animation: bt-line 1s ease-out both infinite;
}
.event-card__link:hover::after {
  -webkit-animation: bt-arrow 1s ease-out both infinite;
          animation: bt-arrow 1s ease-out both infinite;
}
.event-card__link:hover .event-card__date {
  color: #3a62ad;
}
.event-card__link:hover .event-card__title {
  color: #3a62ad;
}
.event-card__link:hover .event-card__description {
  color: #0a1423;
}
.event-card__inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 15px 0;
}
@media screen and (max-width:767px) {
  .event-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-card__inner::before {
  content: "";
  height: calc(100% - 30px);
  width: 2px;
  position: absolute;
  bottom: 15px;
  background: #3a62ad;
  left: 50%;
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .event-card__inner::before {
    left: 0;
  }
}
.event-card__heading {
  width: 48%;
}
@media screen and (max-width:767px) {
  .event-card__heading {
    width: 100%;
    padding-left: 15px;
  }
}
.event-card__heading::before {
  content: "";
  height: 4px;
  width: 48%;
  position: absolute;
  bottom: 0;
  background: #3a62ad;
  left: 0;
}
.event-card__date {
  color: #ebc80a;
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .event-card__date {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .event-card__date {
    font-size: 18px;
  }
}
.event-card__date-y {
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .event-card__date-y {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .event-card__date-y {
    font-size: 26px;
  }
}
.event-card__date-m {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .event-card__date-m {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .event-card__date-m {
    font-size: 28px;
  }
}
.event-card__date-d {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .event-card__date-d {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .event-card__date-d {
    font-size: 28px;
  }
}
.event-card__title {
  font-size: 30px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .event-card__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .event-card__title {
    font-size: 26px;
  }
}
.event-card__description {
  font-size: 15px;
  line-height: 2;
  color: rgba(10, 20, 35, 0.6);
  width: 48%;
  padding-right: 48px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .event-card__description {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .event-card__description {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .event-card__description {
    width: 100%;
    padding-left: 15px;
  }
}

.annual-card {
  padding: 0 15px 15px 15px;
  position: relative;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .annual-card {
    padding: 0 10px 10px 10px;
  }
}
.annual-card::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5f7fb;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.annual-card:hover::before {
  height: 0;
}
.annual-card:hover .annual-card__date,
.annual-card:hover .annual-card__title {
  color: #3a62ad;
}
.annual-card:hover .annual-card__inner {
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
}
@media screen and (max-width:767px) {
  .annual-card:hover .annual-card__inner {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
.annual-card:hover .annual-card__inner::after {
  background-color: #0a1423;
}
.annual-card:hover .annual-card__mv-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.5;
}
.annual-card:hover .annual-card__catchphrase strong {
  color: #FFF;
  background: #3a62ad;
}
.annual-card__link {
  display: block;
  position: relative;
  height: 100%;
  pointer-events: auto;
}
.annual-card__inner {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern.png);
  background-size: 700px auto;
  background-position: center 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  overflow: hidden;
  height: 100%;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .annual-card__inner {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
.annual-card__inner::before, .annual-card__inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.annual-card__inner--linkNone::before, .annual-card__inner--linkNone::after {
  display: none;
}
.annual-card__inner::before {
  width: 108px;
  height: 108px;
  background: #f5f7fb;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
  bottom: -54px;
  right: -54px;
}
@media screen and (max-width:767px) {
  .annual-card__inner::before {
    width: 94px;
    height: 94px;
    bottom: -47px;
    right: -47px;
  }
}
.annual-card__inner::after {
  width: 94px;
  height: 94px;
  bottom: -47px;
  right: -47px;
  background-color: #3a62ad;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_blank.svg);
  background-position: 15px 15px;
  background-repeat: no-repeat;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .annual-card__inner::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -40px;
    background-size: 18px auto;
  }
}
.annual-card__mv {
  min-height: 250px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  background-color: #0a1423;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.annual-card__mv::after {
  content: "";
  position: absolute;
  mix-blend-mode: screen;
  background: #3a62ad;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.annual-card__mv-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.annual-card__catchphrase {
  position: relative;
  z-index: 3;
  font-size: 26px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  text-align: right;
  padding: 80px 0 20px 0;
  margin-left: 1em;
}
@media screen and (max-width:1024px) {
  .annual-card__catchphrase {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__catchphrase {
    font-size: 22px;
  }
}
.annual-card__catchphrase strong {
  position: relative;
  background: #f5f7fb;
  background-size: 200%;
  background-position: -100% 0;
  padding: 3px 0px 4px 0px;
  color: #3a62ad;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.annual-card__pref {
  position: absolute;
  z-index: 4;
  left: 15px;
  top: -30px;
  border-radius: 50%;
  background: #FFF;
  width: 6.8em;
  height: 6.8em;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: rgba(58, 98, 173, 0.5);
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 100;
}
@media screen and (max-width:1024px) {
  .annual-card__pref {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__pref {
    font-size: 14px;
  }
}
.annual-card__pref::before {
  content: "";
  width: calc(6.8em - 4px);
  height: calc(6.8em - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  border: 1px solid rgba(58, 98, 173, 0.5);
}
.annual-card__title {
  font-size: 22px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 20px;
  border-bottom: 4px solid #f5f7fb;
  background: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .annual-card__title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__title {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__title {
    padding: 5px 10px;
  }
}
.annual-card__date {
  color: #ebc80a;
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  text-align: right;
  background: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .annual-card__date {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__date {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__date {
    padding: 5px 10px;
  }
}
.annual-card__date-y {
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .annual-card__date-y {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__date-y {
    font-size: 26px;
  }
}
.annual-card__date-m {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .annual-card__date-m {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__date-m {
    font-size: 28px;
  }
}
.annual-card__date-d {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .annual-card__date-d {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__date-d {
    font-size: 28px;
  }
}
.annual-card__overview {
  padding: 10px 44px 10px 20px;
}
@media screen and (max-width:767px) {
  .annual-card__overview {
    padding: 10px 37px 10px 10px;
  }
}
.annual-card__text {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .annual-card__text {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .annual-card__text {
    font-size: 13px;
  }
}

.full-card {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .full-card {
    margin-top: 40px;
  }
}
.full-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .full-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.full-card--reverse .full-card__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .full-card--reverse .full-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.full-card__mv {
  position: relative;
  width: 50%;
  min-height: 37.109375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .full-card__mv {
    width: 100%;
  }
}
.full-card__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-bottom: 10px;
}
.full-card--reverse .full-card__heading {
  text-align: right;
}
.full-card__heading-main {
  display: inline-block;
  font-size: 26px;
  line-height: 2;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width:1024px) {
  .full-card__heading-main {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .full-card__heading-main {
    font-size: 22px;
  }
}
.full-card__heading-main::before {
  content: "";
  height: 50px;
  width: 17px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: contain;
  position: absolute;
  bottom: 0.5em;
  left: 0;
}
.cert .full-card__heading-main::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
}
@media screen and (max-width:767px) {
  .full-card__heading-main {
    margin-left: -2.44140625vw;
    margin-right: -2.44140625vw;
  }
}
.full-card__heading-main--annual {
  letter-spacing: 0;
  font-size: 22px;
}
@media screen and (max-width:1024px) {
  .full-card__heading-main--annual {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .full-card__heading-main--annual {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .full-card__heading-main--annual {
    font-size: 16px;
  }
}
.full-card__heading-main--top {
  font-size: 30px;
  margin-right: 0.5em;
}
@media screen and (max-width:1024px) {
  .full-card__heading-main--top {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .full-card__heading-main--top {
    font-size: 26px;
  }
}
.full-card__heading-link {
  font-size: 15px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .full-card__heading-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .full-card__heading-link {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .full-card__heading-link {
    padding-right: 23px;
  }
}
.cert .full-card__heading-link {
  color: #888168;
}
.cert .full-card__heading-link::before {
  background: #888168;
}
.cert .full-card__heading-link:hover {
  color: #0a1423;
}
.full-card__heading-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .full-card__heading-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .full-card__heading-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.full-card__heading-link.bl {
  color: #0a1423;
}
.full-card__heading-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.full-card__heading-link.bl::before {
  background: #0a1423;
}
.full-card__heading-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.full-card__heading-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .full-card__heading-link::before {
    height: 1px;
  }
}
.full-card__heading-link:hover {
  opacity: 1;
  color: #0a1423;
}
.full-card__heading-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.full-card__heading-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.full-card__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width:767px) {
  .full-card__bg {
    height: 150px;
  }
}
.full-card__bg-link {
  display: block;
}
.full-card__bg-link:hover .full-card__bg-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.5;
}
.full-card__bg-wrap {
  position: absolute;
  width: calc(50vw + 20%);
  height: 100%;
  right: -20%;
  opacity: 1;
  background-color: #0a1423;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .full-card__bg-wrap {
    width: 100vw;
    right: -4.8828125vw;
    height: 250px;
  }
}
.full-card--reverse .full-card__bg-wrap {
  left: -20%;
  right: inherit;
}
@media screen and (max-width:767px) {
  .full-card--reverse .full-card__bg-wrap {
    left: -4.8828125vw;
  }
}
.full-card__bg-wrap::after {
  content: "";
  position: absolute;
  mix-blend-mode: screen;
  background: #3a62ad;
  height: 100%;
  width: 100%;
}
.full-card__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.full-card__content {
  position: relative;
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 50px 0 70px 25px;
}
@media screen and (max-width:767px) {
  .full-card__content {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 35px;
  }
}
.full-card--reverse .full-card__content {
  padding: 50px 25px 70px 0;
}
@media screen and (max-width:767px) {
  .full-card--reverse .full-card__content {
    padding-bottom: 50px;
  }
}
.full-card__content > * {
  position: relative;
}
.full-card__content::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  border-radius: 60px 0 0 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
  left: 0;
  top: 0;
}
@media screen and (max-width:767px) {
  .full-card__content::before {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
@media screen and (max-width:767px) {
  .full-card__content::before {
    width: calc(100% + 4.8828125vw);
  }
}
.full-card--reverse .full-card__content::before {
  border-radius: 0 60px 0 0;
  right: 0;
  left: inherit;
}
.full-card__title {
  font-size: 30px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 3px solid #f5f7fb;
  margin-bottom: 0.8em;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .full-card__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .full-card__title {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  .full-card__title {
    padding-bottom: 5px;
    margin-bottom: 0.4em;
  }
}
.full-card--reverse .full-card__title {
  text-align: right;
}
.full-card__catchphrase {
  position: relative;
  z-index: 3;
  font-size: 38px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  text-align: right;
  width: 200%;
  right: 0;
  margin-left: -100%;
  margin-bottom: 1em;
}
@media screen and (max-width:1024px) {
  .full-card__catchphrase {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .full-card__catchphrase {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .full-card__catchphrase {
    margin-left: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }
}
.full-card--reverse .full-card__catchphrase {
  margin-left: 0;
  margin-right: -100%;
  text-align: left;
}
@media screen and (max-width:767px) {
  .full-card--reverse .full-card__catchphrase {
    margin-right: 0;
  }
}
.full-card__catchphrase strong {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #f5f7fb));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f5f7fb 50%);
  background-size: 200%;
  background-position: -100% 0;
  padding: 3px 0px 4px 0px;
  color: #0a1423;
}
.full-card__date {
  color: #ebc80a;
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding-right: 6.8em;
}
@media screen and (max-width:1024px) {
  .full-card__date {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .full-card__date {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .full-card__date {
    padding-right: 0;
  }
}
.full-card--reverse .full-card__date {
  text-align: right;
  padding-right: 0;
  padding-left: 6.8em;
  width: 100%;
}
@media screen and (max-width:767px) {
  .full-card--reverse .full-card__date {
    padding-left: 0;
  }
}
.full-card__date-y {
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .full-card__date-y {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .full-card__date-y {
    font-size: 26px;
  }
}
.full-card__date-m {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .full-card__date-m {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .full-card__date-m {
    font-size: 28px;
  }
}
.full-card__date-d {
  font-size: 38px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:1024px) {
  .full-card__date-d {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .full-card__date-d {
    font-size: 28px;
  }
}
.full-card__description {
  font-size: 15px;
  line-height: 2;
  color: rgba(10, 20, 35, 0.6);
}
@media screen and (max-width:1024px) {
  .full-card__description {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .full-card__description {
    font-size: 13px;
  }
}
.full-card__overview {
  padding: 10px 20px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern.png);
  background-size: 700px auto;
  background-position: center 0;
  background-color: #f5f7fb;
  width: 100%;
}
.cert .full-card__overview {
  background-color: #FFF;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern_cert.png);
}
@media screen and (max-width:767px) {
  .full-card__overview {
    padding: 10px 10px;
  }
}
.full-card__text {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .full-card__text {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .full-card__text {
    font-size: 13px;
  }
}
.full-card__more {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.full-card--reverse .full-card__more {
  right: inherit;
  left: 0;
}
.full-card__more-link {
  display: inline-block;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ebc80a;
  -webkit-box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
          box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
  display: inline-block;
  padding: 20px calc(1.2em + 20px + 30px) 20px 30px;
  border-radius: 100px;
  position: relative;
  color: #0a1423;
  overflow: hidden;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .full-card__more-link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .full-card__more-link {
    font-size: 14px;
  }
}
.full-card__more-link::before {
  content: "";
  height: calc(1.2em + 20px);
  width: calc(1.2em + 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 50%;
  border: #0a1423 solid 1px;
  background-color: #ebc80a;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.full-card__more-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.full-card__more-link:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
          box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
}
.full-card__more-link:hover::before {
  -webkit-animation: bt-bg 0.5s linear both infinite;
          animation: bt-bg 0.5s linear both infinite;
}
.full-card__more-link:hover::after {
  width: 100%;
}
.full-card__pref {
  position: absolute;
  right: 0;
  top: -45px;
  border-radius: 50%;
  background: #FFF;
  width: 6.4em;
  height: 6.4em;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  padding: 0.8em 0;
  color: rgba(58, 98, 173, 0.5);
  border: 2px solid rgba(58, 98, 173, 0.5);
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:1024px) {
  .full-card__pref {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .full-card__pref {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .full-card__pref {
    top: -65px;
  }
}
.full-card--reverse .full-card__pref {
  right: inherit;
  left: 0;
}

.t-mv-card {
  position: relative;
  height: 680px;
}
@media screen and (max-width:767px) {
  .t-mv-card {
    height: 113.0208333333vw;
  }
}
.t-mv-card__bg {
  position: absolute;
  width: calc(100% - 90px);
  height: 480px;
  background: rgba(58, 98, 173, 0.8);
  overflow: hidden;
  top: 160px;
  border-radius: 0 0 60px 0;
}
@media screen and (max-width:767px) {
  .t-mv-card__bg {
    width: calc(100vw - 4.8828125vw);
    height: 80.46875vw;
    top: 32.5520833333vw;
  }
}
.t-mv-card__bg-image {
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/mv.jpg);
  background-size: cover;
  background-position: center bottom;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0.5;
}
.t-mv-card__photo {
  width: calc(100% - 245px);
  height: 560px;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:767px) {
  .t-mv-card__photo {
    width: calc(100vw - 18.2291666667vw);
    height: 113.0208333333vw;
    border-radius: 0;
  }
}
.t-mv-card__photo::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3a62ad;
  opacity: 0.3;
}
.t-mv-card__photo-image {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .t-mv-card__photo-image {
    height: 113.0208333333vw;
  }
}
.t-mv-card__content {
  border-radius: 0 60px 0 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
  position: absolute;
  padding: 30px 30px 50px 50px;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: calc(100% - 445px);
}
@media screen and (max-width:767px) {
  .t-mv-card__content {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
@media screen and (max-width:767px) {
  .t-mv-card__content {
    padding: 3.90625vw 3.90625vw 6.5104166667vw 4.8828125vw;
    width: calc(100vw - 26.0416666667vw);
    bottom: -1px;
  }
}
.t-mv-card__date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
  font-family: "Nunito Sans", sans-serif;
  position: absolute;
  left: 50px;
  top: -1.2em;
}
@media screen and (max-width:1024px) {
  .t-mv-card__date {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .t-mv-card__date {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .t-mv-card__date {
    left: 4.8828125vw;
  }
}
.t-mv-card__title {
  background: -webkit-gradient(linear, left top, right top, from(#3a62ad), to(#0a1423));
  background: linear-gradient(90deg, #3a62ad 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  border-bottom: 4px solid #f5f7fb;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  position: relative;
  width: calc(100% - 48px);
  font-size: 30px;
}
@media all and (-ms-high-contrast: none) {
  .t-mv-card__title {
    background: transparent;
    color: #0a1423;
  }
}
@media screen and (max-width:1024px) {
  .t-mv-card__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .t-mv-card__title {
    font-size: 20px;
  }
}
.t-mv-card__title::before {
  content: "";
  height: 24px;
  width: 38px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: -48px;
  bottom: -4px;
  z-index: 1;
}
.t-mv-card__title::after {
  content: "";
  width: 50%;
  height: 4px;
  position: absolute;
  background: #3a62ad;
  left: 0;
  bottom: -4px;
  right: inherit;
  top: inherit;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.t-mv-card__link:hover .t-mv-card__title {
  opacity: 1;
  color: #3a62ad;
}
.t-mv-card__link:hover .t-mv-card__title::after {
  width: 100%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: bt-line 1s ease-out both infinite;
          animation: bt-line 1s ease-out both infinite;
}
.t-mv-card__link:hover .t-mv-card__title::before {
  -webkit-animation: bt-arrow 1s ease-out both infinite;
          animation: bt-arrow 1s ease-out both infinite;
}

.filter-bt {
  font-size: 15px;
  line-height: 1.6;
  padding: 1em;
}
@media screen and (max-width:1024px) {
  .filter-bt {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .filter-bt {
    font-size: 13px;
  }
}
.filter-bt:hover .filter-bt__down-text {
  background-color: #ebc80a;
  color: #0a1423;
}
.filter-bt--cert:hover .filter-bt__down-icon {
  background-color: rgba(10, 20, 35, 0.6);
}
.filter-bt__select-wrap {
  background: #f5f7fb;
  -webkit-box-shadow: 0 0 15px rgba(10, 20, 35, 0.1);
          box-shadow: 0 0 15px rgba(10, 20, 35, 0.1);
  border-radius: 100px;
  position: relative;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.filter-bt--cert .filter-bt__select-wrap {
  background: #FFF;
}
.filter-bt__select-wrap--active {
  -webkit-box-shadow: 0 0 0 rgba(10, 20, 35, 0);
          box-shadow: 0 0 0 rgba(10, 20, 35, 0);
}
.filter-bt__select-wrap--active .filter-bt__down {
  position: relative;
  background: #FFF;
  border-radius: 10px 10px 0 0;
}
.filter-bt__select-wrap--active .filter-bt__lower-wrap {
  pointer-events: inherit;
  top: 0;
  opacity: 1;
}
.filter-bt__select-wrap--active .filter-bt__down-icon {
  background-color: #ebc80a;
}
.filter-bt--cert .filter-bt__select-wrap--active .filter-bt__down-icon {
  background-color: #cbc188 !important;
}
.filter-bt__select-wrap--active .filter-bt__down-text {
  background-color: rgba(10, 20, 35, 0.6) !important;
  color: #FFF !important;
}
.filter-bt__down {
  padding: 1em;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
.filter-bt__down-set {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-bt__down-icon {
  height: 2.4em;
  width: 2.4em;
  border-radius: 50%;
  background: #FFF;
  bottom: #f5f7fb solid 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_select.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-bt--cert .filter-bt__down-icon {
  background-color: #ebc80a;
}
.filter-bt__down-text {
  height: 2.4em;
  background: #0a1423;
  color: #FFF;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 0.4em 1em;
  border-radius: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-bt__lower-wrap {
  position: absolute;
  background: #FFF;
  left: 0;
  top: 15px;
  width: 100%;
  padding-top: 4.4em;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(10, 20, 35, 0.15);
          box-shadow: 0 5px 10px rgba(10, 20, 35, 0.15);
  max-height: 200px;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-bt__lower-nav {
  border-top: 2px solid #f5f7fb;
}
.filter-bt__item {
  border-top: 1px solid #f5f7fb;
}
.filter-bt__link {
  display: block;
  color: #3a62ad;
  padding: 0.5em 1em;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-bt--cert .filter-bt__link {
  color: #888168;
}
.filter-bt__link:hover {
  background-color: #f5f7fb;
}

.page-header {
  padding-top: 130px;
}
@media screen and (max-width:1024px) {
  .page-header {
    padding-top: 13.671875vw;
  }
}
@media screen and (max-width:767px) {
  .page-header {
    padding-top: 105px;
  }
}
.page-header__inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
@media screen and (max-width:1024px) {
  .page-header__inner {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
@media screen and (max-width:1024px) {
  .page-header__inner {
    padding-top: 4.8828125vw;
  }
}
.page-header__inner::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: calc(100% - 50px);
  border-radius: 60px 0 0 0;
  background-color: rgba(58, 98, 173, 0.5);
  right: 0;
  top: 0;
}
@media screen and (max-width:767px) {
  .page-header__inner::before {
    width: 70vw;
  }
}
.page-header__title {
  background-color: #3a62ad;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/pattern_bg.png);
  background-position: center 580px;
  background-size: 1366px 768px;
  padding: 80px 10px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.4em;
  line-height: 1.4;
  font-size: 38px;
  color: #FFF;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.4);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.4);
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .page-header__title {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .page-header__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .page-header__title {
    background-size: 177.8645833333vw 100vw;
    background-position: center 75.5208333333vw;
    padding: 10.4166666667vw 10px;
  }
}

.page-mv {
  height: 520px;
}
@media screen and (max-width:1024px) {
  .page-mv {
    height: 50.78125vw;
  }
}
@media screen and (max-width:767px) {
  .page-mv {
    height: auto;
  }
}
.page-mv__bg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 520px;
  overflow: hidden;
  background: #3a62ad;
}
@media screen and (max-width:1024px) {
  .page-mv__bg-wrap {
    height: 50.78125vw;
  }
}
@media screen and (max-width:767px) {
  .page-mv__bg-wrap {
    height: 390px;
  }
}
.page-mv__bg {
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/mv.jpg);
  background-size: cover;
  background-position: center bottom;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0.5;
}
.page-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .page-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page-mv__nav {
  width: 50%;
  max-width: 768px;
  padding: 50px;
}
@media screen and (max-width:1024px) {
  .page-mv__nav {
    width: 60%;
    padding: 4.8828125vw;
  }
}
@media screen and (max-width:767px) {
  .page-mv__nav {
    width: auto;
    padding-top: 120px;
  }
}
.page-mv__title {
  font-size: 38px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.4em;
  position: relative;
  color: #FFF;
}
@media screen and (max-width:1024px) {
  .page-mv__title {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .page-mv__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .page-mv__title {
    float: right;
    letter-spacing: 0.2em;
  }
}
.page-mv__title::before {
  content: "";
  height: 65px;
  width: 22px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.1em;
  left: -32px;
}
@media screen and (max-width:1024px) {
  .page-mv__title::before {
    height: 2.03125em;
    width: 0.6875em;
    left: -1em;
  }
}
@media screen and (max-width:767px) {
  .page-mv__title::before {
    height: 58px;
    width: 17px;
    left: -27px;
    bottom: 0em;
  }
}
.page-mv__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .page-mv__nav-list {
    position: relative;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: -23px;
  }
}
.page-mv__nav-item {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .page-mv__nav-item {
    margin-top: 20px;
  }
}
.page-mv__nav-link {
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  color: #FFF;
  padding-left: 29px;
  position: relative;
  padding-right: 29px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .page-mv__nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .page-mv__nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .page-mv__nav-link {
    padding-right: 23px;
    padding-left: 23px;
  }
}
.page-mv__nav-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_wh.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0.4em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .page-mv__nav-link::after {
    height: 8px;
    width: 13px;
  }
}
.page-mv__nav-link:hover, .page-mv__nav-link.active {
  opacity: 1;
  color: #ebc80a;
}
.page-mv__nav-link:hover::after, .page-mv__nav-link.active::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.page-mv__image-wrap {
  width: 50%;
  height: 390px;
  position: relative;
  bottom: -40px;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
}
@media screen and (max-width:767px) {
  .page-mv__image-wrap {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
@media screen and (max-width:1024px) {
  .page-mv__image-wrap {
    width: 40%;
    height: 38.0859375vw;
  }
}
@media screen and (max-width:767px) {
  .page-mv__image-wrap {
    width: 70vw;
    bottom: -15px;
  }
}
.page-mv__image-wrap::before {
  content: "";
  position: absolute;
  mix-blend-mode: screen;
  background: #3a62ad;
  height: 100%;
  width: 100%;
}
.page-mv__image {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:1024px) {
  .page-mv__image {
    height: 38.0859375vw;
  }
}

.page-detail {
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .page-detail {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.page-detail__date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
  font-family: "Nunito Sans", sans-serif;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .page-detail__date {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .page-detail__date {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .page-detail__date {
    margin-top: 40px;
  }
}
.page-detail__date + .page-detail__title {
  margin-top: 15px;
}
.page-detail__title {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-bottom: 4px solid #f5f7fb;
}
@media screen and (max-width:767px) {
  .page-detail__title {
    margin-top: 40px;
  }
}
.page-detail__title-in {
  display: inline-block;
  font-size: 38px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#3a62ad), to(#0a1423));
  background: linear-gradient(90deg, #3a62ad 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  margin-bottom: -4px;
  border-bottom: 4px solid #3a62ad;
}
@media screen and (max-width:1024px) {
  .page-detail__title-in {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .page-detail__title-in {
    font-size: 28px;
  }
}
@media all and (-ms-high-contrast: none) {
  .page-detail__title-in {
    background: transparent;
    color: #0a1423;
  }
}
.page-detail__body {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #0a1423 solid 8px;
  padding-bottom: 100px;
}
@media screen and (max-width:767px) {
  .page-detail__body {
    padding-bottom: 80px;
  }
}
.page-detail__body-inner {
  max-width: 1180px;
  margin: auto;
}

.page-back {
  margin-top: 100px;
  border-top: #f5f7fb solid 8px;
  padding-top: 30px;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .page-back {
    margin-top: 80px;
  }
}
@media screen and (max-width:767px) {
  .page-back {
    padding-top: 20px;
  }
}
.page-back__bt {
  text-align: center;
}
.page-back__link {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #0a1423;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.6), 0 0 0 #000 inset;
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.6), 0 0 0 #000 inset;
  display: inline-block;
  padding: 20px 30px 20px calc(1.2em + 20px + 30px);
  border-radius: 100px;
  white-space: nowrap;
  color: #FFF;
  position: relative;
  text-align: left;
  overflow: hidden;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .page-back__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .page-back__link {
    font-size: 14px;
  }
}
.page-back__link::before {
  content: "";
  height: calc(1.2em + 20px);
  width: calc(1.2em + 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  border-radius: 50%;
  border: #FFF solid 1px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_back_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.page-back__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(58, 98, 173, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.cert .page-back__link::after {
  background: rgba(235, 200, 10, 0.2);
}
.page-back__link:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(10, 20, 35, 0.6), 0 0 10px #000 inset;
          box-shadow: 0 0 0 rgba(10, 20, 35, 0.6), 0 0 10px #000 inset;
}
.page-back__link:hover::before {
  -webkit-animation: bt-bg-back 0.5s linear both infinite;
          animation: bt-bg-back 0.5s linear both infinite;
}
.page-back__link:hover::after {
  width: 100%;
}

.t-news {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .t-news {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.t-news__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.t-news__left {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width:767px) {
  .t-news__left {
    width: 100%;
    padding-right: 0px;
  }
}
.t-news__right {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .t-news__right {
    width: 100%;
    padding-left: 0px;
    margin-top: 60px;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .t-news__right {
    margin-top: 40px;
  }
}
.t-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.t-news__title {
  font-size: 26px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width:1024px) {
  .t-news__title {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .t-news__title {
    font-size: 22px;
  }
}
@media screen and (max-width:767px) {
  .t-news__title {
    margin-left: 2.44140625vw;
  }
}
.t-news__title::before {
  content: "";
  height: 50px;
  width: 17px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: contain;
  position: absolute;
  bottom: 0.1em;
  left: -27px;
}
.t-news__more-link {
  font-size: 15px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .t-news__more-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .t-news__more-link {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .t-news__more-link {
    padding-right: 23px;
  }
}
.cert .t-news__more-link {
  color: #888168;
}
.cert .t-news__more-link::before {
  background: #888168;
}
.cert .t-news__more-link:hover {
  color: #0a1423;
}
.t-news__more-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .t-news__more-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .t-news__more-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.t-news__more-link.bl {
  color: #0a1423;
}
.t-news__more-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.t-news__more-link.bl::before {
  background: #0a1423;
}
.t-news__more-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.t-news__more-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .t-news__more-link::before {
    height: 1px;
  }
}
.t-news__more-link:hover {
  opacity: 1;
  color: #0a1423;
}
.t-news__more-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.t-news__more-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.t-annual,
.t-event {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .t-annual,
  .t-event {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.t-annual__inner,
.t-event__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}

.t-cert {
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .t-cert {
    margin-top: 80px;
  }
}
@media screen and (max-width:1024px) {
  .t-cert {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.t-cert__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
.t-cert__title {
  font-size: 30px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 0.5em 0;
  position: relative;
  z-index: 10;
  margin-bottom: -1.2em;
}
@media screen and (max-width:1024px) {
  .t-cert__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .t-cert__title {
    font-size: 26px;
  }
}
.t-cert__title::after {
  content: "";
  height: 100%;
  width: 100vw;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.t-cert__title::before {
  content: "";
  height: calc(100% + 10px);
  width: 100vw;
  background: #9db1d5;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.t-cert__title-in {
  display: inline-block;
  padding-left: 150px;
}
@media screen and (max-width:767px) {
  .t-cert__title-in {
    padding-left: 120px;
  }
}
.t-cert__title-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF;
  display: inline-block;
  line-height: 115px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #f5f7fb;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width:767px) {
  .t-cert__title-image {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:767px) {
  .t-cert__title-image {
    width: 100px;
    height: 100px;
    line-height: 95px;
  }
}
.t-cert__title-icon {
  width: 120px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .t-cert__title-icon {
    width: 100px;
  }
}
.t-cert__list-wrap {
  position: relative;
  background: red;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #f5f7fb;
  padding-top: 6em;
  margin: 0 -50px;
  /* @media screen and (max-width: 1724px) {
      margin-left: -50px;
      width: calc(100% + 100px);
  }*/
}
@media screen and (max-width:1024px) {
  .t-cert__list-wrap {
    margin: 0 -4.8828125vw;
  }
}
.t-cert__more-wrap {
  text-align: right;
  font-size: 18px;
  margin-top: calc(-1.7em - 10px);
  margin-right: -50px;
  position: relative;
  padding: 10px;
  overflow: hidden;
  z-index: 100;
}
@media screen and (max-width:1024px) {
  .t-cert__more-wrap {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .t-cert__more-wrap {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) {
  .t-cert__more-wrap {
    margin-right: -4.8828125vw;
  }
}
.t-cert__more {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 1em 50px 1em 2em;
  display: inline-block;
  width: 50%;
  text-align: left;
}
@media screen and (max-width:1024px) {
  .t-cert__more {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .t-cert__more {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) {
  .t-cert__more {
    padding: 1em 4.8828125vw 1em 2em;
  }
}
@media screen and (max-width:767px) {
  .t-cert__more {
    width: 60%;
  }
}
.t-cert__more::after {
  content: "";
  height: 100%;
  width: 110%;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: -10%;
  bottom: inherit;
  left: inherit;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.t-cert__more::before {
  content: "";
  height: calc(100% + 10px);
  width: 110%;
  background: #9db1d5;
  position: absolute;
  top: -5px;
  right: -10%;
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.t-cert__more-link {
  font-size: 18px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
}
@media screen and (max-width:1024px) {
  .t-cert__more-link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .t-cert__more-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .t-cert__more-link {
    padding-right: 23px;
  }
}
.cert .t-cert__more-link {
  color: #888168;
}
.cert .t-cert__more-link::before {
  background: #888168;
}
.cert .t-cert__more-link:hover {
  color: #0a1423;
}
.t-cert__more-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .t-cert__more-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .t-cert__more-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.t-cert__more-link.bl {
  color: #0a1423;
}
.t-cert__more-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.t-cert__more-link.bl::before {
  background: #0a1423;
}
.t-cert__more-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.t-cert__more-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .t-cert__more-link::before {
    height: 1px;
  }
}
.t-cert__more-link:hover {
  opacity: 1;
  color: #0a1423;
}
.t-cert__more-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.t-cert__more-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.t-about {
  position: relative;
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .t-about {
    margin-top: 80px;
  }
}
.t-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 400px;
  overflow: hidden;
  background: #3a62ad;
}
@media screen and (max-width:1024px) {
  .t-about__bg {
    height: 39.0625vw;
  }
}
.t-about__bg::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/mv.jpg);
  background-size: cover;
  background-position: center bottom;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0.5;
}
@media screen and (max-width:1024px) {
  .t-about {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.t-about__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
}
@media screen and (max-width:1024px) {
  .t-about__inner {
    padding-top: 5.859375vw;
  }
}
.t-about__message {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: calc(100% - 100px);
  max-width: 900px;
  margin: -200px 50px 0;
  background: #FFF;
  border-radius: 60px 60px 0 0;
  padding: 60px 30px 0 30px;
  z-index: 2;
  min-height: 220px;
}
@media screen and (max-width:1024px) {
  .t-about__message {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .t-about__message {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) {
  .t-about__message {
    width: 100%;
    margin: -19.53125vw 0 0;
    padding: 30px 0px 0 0px;
  }
}
.t-about__image-wrap {
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.15);
  width: 100%;
}
@media screen and (max-width:767px) {
  .t-about__image-wrap {
    -webkit-box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
            box-shadow: 0 0 30px rgba(10, 20, 35, 0.15);
  }
}
@media screen and (max-width:1024px) {
  .t-about__image-wrap {
    border-radius: 60px 60px 0 0;
  }
}
.t-about__image-wrap::after {
  content: "";
  position: absolute;
  mix-blend-mode: screen;
  background: #3a62ad;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.t-about__image {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (max-width:1024px) {
  .t-about__image {
    height: 53.7109375vw;
  }
}
@media screen and (max-width:767px) {
  .t-about__image {
    height: 300px;
  }
}
.t-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.t-about__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 20px;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .t-about__item {
    margin-top: 40px;
  }
}
@media screen and (max-width:1024px) {
  .t-about__item {
    padding: 0 1.953125vw;
  }
}
.t-about__link {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  display: inline-block;
  color: #3a62ad;
  padding: 0.5em calc(1.5em + 29px) 0.5em 1em;
  position: relative;
  background: #f5f7fb;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
@media screen and (max-width:1024px) {
  .t-about__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .t-about__link {
    font-size: 14px;
  }
}
.cert .t-about__link {
  color: #888168;
}
.t-about__link::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  background: rgba(58, 98, 173, 0.5);
  left: 0;
}
.cert .t-about__link::before {
  background: rgba(136, 129, 104, 0.5);
}
.t-about__link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 1em;
  bottom: 0.7em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cert .t-about__link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.t-about__link:hover {
  opacity: 1;
  color: #0a1423;
}
.t-about__link:hover::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: bt-line 1s ease-out both infinite;
          animation: bt-line 1s ease-out both infinite;
}
.t-about__link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.t-cert-page {
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .t-cert-page {
    margin-top: 80px;
  }
}
@media screen and (max-width:1024px) {
  .t-cert-page {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
.t-cert-page__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:1024px) {
  .t-cert-page__inner {
    margin-top: -19.53125vw;
  }
}
.t-cert-page__bt {
  margin-top: 60px;
  text-align: center;
  position: relative;
  z-index: 11;
}
@media screen and (max-width:767px) {
  .t-cert-page__bt {
    margin-top: 40px;
  }
}
.t-cert-page__link {
  display: inline-block;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ebc80a;
  -webkit-box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
          box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
  display: inline-block;
  padding: 20px calc(1.2em + 20px + 30px) 20px 30px;
  border-radius: 100px;
  position: relative;
  color: #0a1423;
  overflow: hidden;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .t-cert-page__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .t-cert-page__link {
    font-size: 14px;
  }
}
.t-cert-page__link::before {
  content: "";
  height: calc(1.2em + 20px);
  width: calc(1.2em + 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 50%;
  border: #0a1423 solid 1px;
  background-color: #ebc80a;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.t-cert-page__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.t-cert-page__link:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
          box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
}
.t-cert-page__link:hover::before {
  -webkit-animation: bt-bg 0.5s linear both infinite;
          animation: bt-bg 0.5s linear both infinite;
}
.t-cert-page__link:hover::after {
  width: 100%;
}

.t-cert-header {
  position: relative;
  margin: 0 -50px;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .t-cert-header {
    margin: 0 -4.8828125vw;
  }
}
.t-cert-header__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-color: #ebc80a;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg.svg);
  background-size: cover;
  background-position: center bottom;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.t-cert-header__bg {
  position: relative;
}
.t-cert-header__img1 {
  position: absolute;
  width: 221px;
  height: auto;
  top: 50px;
  left: calc(50% - 494px - 221px);
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .t-cert-header__img1 {
    top: 3.6603221083vw;
    width: 16.1786237189vw;
    left: calc(50vw - 36.1639824305vw - 16.1786237189vw);
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__img1 {
    width: 33.8541666667vw;
    top: -2.6041666667vw;
    left: calc(50vw - 52.0833333333vw);
  }
}
.t-cert-header__img2 {
  position: absolute;
  width: 181px;
  height: auto;
  top: -10px;
  left: calc(50% - 322px - 181px);
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .t-cert-header__img2 {
    top: -0.7320644217vw;
    width: 13.2503660322vw;
    left: calc(50vw - 23.5724743777vw - 13.4699853587vw);
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__img2 {
    display: none;
  }
}
.t-cert-header__img3 {
  position: absolute;
  width: 248px;
  height: auto;
  top: 260px;
  left: calc(50% - 500px - 248px);
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .t-cert-header__img3 {
    top: 19.0336749634vw;
    width: 18.1551976574vw;
    left: calc(50vw - 36.6032210835vw - 18.1551976574vw);
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__img3 {
    display: none;
  }
}
.t-cert-header__img4 {
  position: absolute;
  width: 304px;
  height: auto;
  top: 250px;
  left: calc(50% + 400px);
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .t-cert-header__img4 {
    top: 18.3016105417vw;
    width: 22.2547584187vw;
    left: calc(50vw + 29.2825768668vw);
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__img4 {
    width: 36.4583333333vw;
    top: 1.3020833333vw;
    left: calc(50vw + 14.3229166667vw);
  }
}
.t-cert-header__img5 {
  position: absolute;
  width: 251px;
  height: auto;
  top: -30px;
  left: calc(50% + 434px);
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .t-cert-header__img5 {
    top: -2.196193265vw;
    width: 18.3748169839vw;
    left: calc(50vw + 31.7715959004vw);
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__img5 {
    display: none;
  }
}
.t-cert-header__inner {
  padding-top: 60px;
  padding-bottom: 250px;
  text-align: center;
  position: relative;
  height: 100%;
  z-index: 4;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg_pattern.png);
  background-position: center;
  background-size: 1366px 768px;
}
@media screen and (max-width:1024px) {
  .t-cert-header__inner {
    padding-top: 50px;
    padding-bottom: 24.4140625vw;
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__inner {
    background-size: 177.8645833333vw 100vw;
    background-position: center 75.5208333333vw;
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__logo {
    width: 180px;
  }
}
.t-cert-header__message {
  font-size: 22px;
  line-height: 2;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:1024px) {
  .t-cert-header__message {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .t-cert-header__message {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) {
  .t-cert-header__message {
    padding-top: 4.8828125vw;
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
    font-size: 16px;
  }
}

.t-newsletter {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
}
@media screen and (max-width:1024px) {
  .t-newsletter {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter {
    margin-top: 80px;
  }
}
.t-newsletter__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-top: 2px solid rgba(58, 98, 173, 0.5);
  padding-top: 60px;
}
@media screen and (max-width:767px) {
  .t-newsletter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t-newsletter__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 6.8359375vw;
}
@media screen and (max-width:767px) {
  .t-newsletter__side {
    padding-right: 0;
  }
}
.t-newsletter__title {
  position: relative;
  font-size: 38px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#3a62ad), to(#0a1423));
  background: linear-gradient(90deg, #3a62ad 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 3em 0;
}
@media screen and (max-width:1024px) {
  .t-newsletter__title {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__title {
    font-size: 28px;
  }
}
@media all and (-ms-high-contrast: none) {
  .t-newsletter__title {
    background: transparent;
    color: #0a1423;
  }
}
.cert .t-newsletter__title {
  background: -webkit-gradient(linear, left top, right top, from(#888168), to(#0a1423));
  background: linear-gradient(90deg, #888168 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .cert .t-newsletter__title {
    background: transparent;
    color: #0a1423;
  }
}
.t-newsletter__title::after {
  content: "";
  background: #FFF;
  height: 2.8em;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  bottom: 0;
  right: inherit;
  margin: auto;
}
.t-newsletter__title::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.cert .t-newsletter__title::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
}
.t-newsletter__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.t-newsletter__lead {
  font-size: 15px;
  line-height: 2;
  color: #3a62ad;
}
@media screen and (max-width:1024px) {
  .t-newsletter__lead {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__lead {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__lead {
    margin-top: 20px;
  }
}
.t-newsletter__overview {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 38px;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: -0.5em;
  position: relative;
  z-index: 1;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width:1024px) {
  .t-newsletter__overview {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__overview {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__overview {
    margin-top: 20px;
  }
}
.t-newsletter__date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
}
@media screen and (max-width:1024px) {
  .t-newsletter__date {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__date {
    font-size: 11px;
  }
}
.t-newsletter__vol {
  font-weight: 800;
  margin-left: 30px;
}
.t-newsletter__select-wrap {
  position: relative;
  background: #f5f7fb;
  padding: 30px;
}
@media screen and (max-width:767px) {
  .t-newsletter__select-wrap {
    padding: 25px 15px 15px 15px;
    margin-right: -4.8828125vw;
  }
}
.t-newsletter__more {
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .t-newsletter__more {
    margin-top: 10px;
  }
}
.t-newsletter__more-link {
  font-size: 15px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .t-newsletter__more-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__more-link {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .t-newsletter__more-link {
    padding-right: 23px;
  }
}
.cert .t-newsletter__more-link {
  color: #888168;
}
.cert .t-newsletter__more-link::before {
  background: #888168;
}
.cert .t-newsletter__more-link:hover {
  color: #0a1423;
}
.t-newsletter__more-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .t-newsletter__more-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .t-newsletter__more-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.t-newsletter__more-link.bl {
  color: #0a1423;
}
.t-newsletter__more-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.t-newsletter__more-link.bl::before {
  background: #0a1423;
}
.t-newsletter__more-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.t-newsletter__more-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .t-newsletter__more-link::before {
    height: 1px;
  }
}
.t-newsletter__more-link:hover {
  opacity: 1;
  color: #0a1423;
}
.t-newsletter__more-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.t-newsletter__more-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.t-mv {
  padding-bottom: 60px;
}
@media screen and (max-width:767px) {
  .t-mv {
    padding-bottom: 40px;
  }
}

.swiper-container.t-mv-slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  background: #FFF;
}
.swiper-container.t-mv-slide .slide-btn-prev,
.swiper-container.t-mv-slide .slide-btn-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3a62ad;
  vertical-align: middle;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .swiper-container.t-mv-slide .slide-btn-prev,
  .swiper-container.t-mv-slide .slide-btn-next {
    width: 30px;
    height: 30px;
    margin-right: 0;
    margin-top: 10px;
  }
}
.swiper-container.t-mv-slide .slide-btn-prev.swiper-button-disabled,
.swiper-container.t-mv-slide .slide-btn-next.swiper-button-disabled {
  opacity: 0.4;
}
.swiper-container.t-mv-slide .slide-btn-prev::after,
.swiper-container.t-mv-slide .slide-btn-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  border-radius: 50%;
}
.swiper-container.t-mv-slide .slide-btn-prev:hover::after,
.swiper-container.t-mv-slide .slide-btn-next:hover::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-container.t-mv-slide .slide-btn-next {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-container.t-mv-slide .slide-btn-prev {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_back_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-container.t-mv-slide .swiper-slide {
  width: auto;
}
.swiper-container.t-mv-slide .slide-pagination {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: absolute;
  left: calc(100% - 235px);
  top: 170px;
  z-index: 1000;
}
@media screen and (max-width:767px) {
  .swiper-container.t-mv-slide .slide-pagination {
    left: calc(100vw - 15.625vw);
    top: 35.15625vw;
  }
}
.swiper-container.t-mv-slide .slide-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
  margin-bottom: 10px;
}
.swiper-container.t-mv-slide .slide-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3a62ad;
}
.swiper-container.t-mv-slide .slide-controller {
  position: absolute;
  bottom: 60px;
  left: calc(100% - 425px);
  z-index: 1000;
}
@media screen and (max-width:767px) {
  .swiper-container.t-mv-slide .slide-controller {
    left: calc(100vw - 15.625vw);
    bottom: 60px;
    width: 30px;
  }
}

.cert-header__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 360px;
  overflow: hidden;
  background-color: #ebc80a;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg.svg);
  background-size: cover;
  background-position: center bottom;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.is-fixed .cert-header__bg-wrap {
  position: fixed;
  top: -281px;
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .is-fixed .cert-header__bg-wrap {
    top: -100%;
  }
}
@media screen and (max-width:1024px) {
  .cert-header__bg-wrap {
    height: 35.15625vw;
  }
}
@media screen and (max-width:767px) {
  .cert-header__bg-wrap {
    height: 100%;
  }
}
.cert-header__bg {
  position: relative;
}
.cert-header__img1 {
  position: fixed;
  width: 221px;
  height: auto;
  top: 162px;
  left: calc(50% - 494px - 221px);
}
@media screen and (max-width:1024px) {
  .cert-header__img1 {
    width: 21.58203125vw;
    top: 15.8203125vw;
    left: calc(50vw - 48.2421875vw - 21.58203125vw);
  }
}
@media screen and (max-width:767px) {
  .cert-header__img1 {
    width: 33.8541666667vw;
    top: 100px;
    left: calc(50vw - 52.0833333333vw);
  }
}
.cert-header__img2 {
  position: fixed;
  width: 181px;
  height: auto;
  top: 135px;
  left: calc(50% - 322px - 181px);
}
@media screen and (max-width:1024px) {
  .cert-header__img2 {
    width: 17.67578125vw;
    top: 13.18359375vw;
    left: calc(50vw - 31.4453125vw - 17.67578125vw);
  }
}
@media screen and (max-width:767px) {
  .cert-header__img2 {
    display: none;
  }
}
.cert-header__img3 {
  position: fixed;
  width: 248px;
  height: auto;
  top: 131px;
  left: calc(50% - 97px - 248px);
}
@media screen and (max-width:1024px) {
  .cert-header__img3 {
    width: 24.21875vw;
    top: 12.79296875vw;
    left: calc(50vw - 9.47265625vw - 24.21875vw);
  }
}
@media screen and (max-width:767px) {
  .cert-header__img3 {
    display: none;
  }
}
.cert-header__img4 {
  position: fixed;
  width: 304px;
  height: auto;
  top: 86px;
  left: calc(50% + 144px);
}
@media screen and (max-width:1024px) {
  .cert-header__img4 {
    width: 29.6875vw;
    top: 8.3984375vw;
    left: calc(50vw + 14.0625vw);
  }
}
@media screen and (max-width:767px) {
  .cert-header__img4 {
    width: 36.4583333333vw;
    top: 120px;
    left: calc(50vw + 14.3229166667vw);
  }
}
.cert-header__img5 {
  position: fixed;
  width: 251px;
  height: auto;
  top: 117px;
  left: calc(50% + 434px);
}
@media screen and (max-width:1024px) {
  .cert-header__img5 {
    width: 24.51171875vw;
    top: 11.42578125vw;
    left: calc(50vw + 42.3828125vw);
  }
}
@media screen and (max-width:767px) {
  .cert-header__img5 {
    display: none;
  }
}
.cert-header__inner {
  padding-top: 150px;
  text-align: center;
  position: relative;
  height: 100%;
  z-index: 2;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg_pattern.png);
  background-position: center;
  background-size: 1366px 768px;
}
@media screen and (max-width:1024px) {
  .cert-header__inner {
    padding-top: 14.6484375vw;
  }
}
@media screen and (max-width:767px) {
  .cert-header__inner {
    padding-top: 112.5px;
    background-size: 177.8645833333vw 100vw;
    background-position: center 75.5208333333vw;
  }
}
@media screen and (max-width:1024px) {
  .cert-header__logo {
    width: 24.4140625vw;
  }
}
@media screen and (max-width:767px) {
  .cert-header__logo {
    width: 180px;
  }
}
.cert-header__nav {
  padding-top: 82px;
}
@media screen and (max-width:1024px) {
  .cert-header__nav {
    padding-top: 8.0078125vw;
  }
}

.cert-subnav {
  background: #0a1423;
  width: 65%;
  position: absolute;
  right: 0;
  top: calc(361px - 3.6em);
  font-size: 15px;
  line-height: 1.6;
  border-radius: 1.5em 0 0 0;
}
@media screen and (max-width:1024px) {
  .cert-subnav {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-subnav {
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) {
  .cert-subnav {
    width: auto;
    top: calc(35.25390625vw - 3.6em);
  }
}
@media screen and (max-width:767px) {
  .cert-subnav {
    display: none;
  }
}
.cert-subnav__list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.2em 0.5em;
}
.cert-subnav__item {
  padding: 0.5em;
}
.cert-subnav__link {
  display: block;
  padding: 0.4em 1em;
  background: #ebc80a;
  border-radius: 100px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 #888168 inset;
          box-shadow: 0 0 0 #888168 inset;
  -webkit-transition-property: background, -webkit-box-shadow;
  transition-property: background, -webkit-box-shadow;
  transition-property: background, box-shadow;
  transition-property: background, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cert-subnav__link:hover, .cert-subnav__link.active {
  opacity: 1;
  background: #cbc188;
  -webkit-box-shadow: 0 0 10px #888168 inset;
          box-shadow: 0 0 10px #888168 inset;
}

.cert-gnav {
  background: #0a1423;
  width: 100%;
  overflow-x: scroll;
}
@media screen and (max-width:1024px) {
  .cert-gnav::-webkit-scrollbar {
    height: 3px;
  }
  .cert-gnav::-webkit-scrollbar-track {
    height: 3px;
    background-color: #888168;
  }
  .cert-gnav::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #ebc80a;
  }
  .cert-gnav::-webkit-scrollbar-button {
    display: none;
  }
}
.cert-gnav__list {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:1024px) {
  .cert-gnav__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}
.cert-gnav__item--sp {
  display: none;
}
@media screen and (max-width:767px) {
  .cert-gnav__item--sp {
    display: block;
  }
}
.cert-gnav__link {
  display: block;
  padding: 20px 8px;
  font-size: 15px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cert-gnav__link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-gnav__link {
    font-size: 13px;
  }
}
.cert-gnav__link::after {
  content: "";
  left: 4px;
  bottom: 20px;
  position: absolute;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  height: 0.5em;
  background: #888168;
  width: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
@media screen and (max-width:1024px) {
  .cert-gnav__link::after {
    left: 2px;
  }
}
.cert-gnav__link:hover {
  color: #ebc80a;
}
.cert-gnav__link:hover, .cert-gnav__link.active {
  opacity: 1;
}
.cert-gnav__link:hover::after, .cert-gnav__link.active::after {
  width: calc(100% - 8px);
}
@media screen and (max-width:1024px) {
  .cert-gnav__link:hover::after, .cert-gnav__link.active::after {
    width: calc(100% - 4px);
  }
}
@media screen and (max-width:1024px) {
  .cert-gnav__link {
    padding: 20px 7px;
  }
}

.cert-page-heading {
  background-color: #cbc188;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg.svg);
  background-size: cover;
  background-position: center bottom;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width:767px) {
  .cert-page-heading {
    padding: 40px 0;
  }
}
.cert-page-heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg_pattern.png);
  background-position: center;
  background-size: 1366px 768px;
  left: 0;
  top: 0;
  opacity: 0.3;
}
@media screen and (max-width:767px) {
  .cert-page-heading::before {
    background-size: 177.8645833333vw 100vw;
  }
}
.cert-page-heading__sub-title {
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .cert-page-heading__sub-title {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width:767px) {
  .cert-page-heading--top .cert-page-heading__sub-title {
    font-size: 17.25px;
  }
}
.cert-page-heading__title {
  font-size: 46px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .cert-page-heading__title {
    font-size: 4.4921875vw;
  }
}
@media screen and (max-width:767px) {
  .cert-page-heading--top .cert-page-heading__title {
    font-size: 27px;
  }
}
.cert-page-heading__title-in {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cert-page-heading__title-in::before {
  content: "";
  width: calc(100% + 2em);
  height: 0.4em;
  position: absolute;
  left: -1em;
  bottom: 0.2em;
  background: #ebc80a;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  z-index: -1;
}

.cert-page-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 50px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .cert-page-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.8828125vw 4.8828125vw 0;
  }
}
.cert-page-detail__date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width:1024px) {
  .cert-page-detail__date {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cert-page-detail__date {
    font-size: 11px;
  }
}
.cert-page-detail__date + .page-detail__title {
  margin-top: 15px;
}
.cert-page-detail__title {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 4px solid #f5f7fb;
  margin-bottom: 50px;
}
.cert-page-detail__title-in {
  display: inline-block;
  font-size: 38px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#888168), to(#0a1423));
  background: linear-gradient(90deg, #888168 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  margin-bottom: -4px;
  border-bottom: 4px solid #ebc80a;
}
@media screen and (max-width:1024px) {
  .cert-page-detail__title-in {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .cert-page-detail__title-in {
    font-size: 28px;
  }
}
@media all and (-ms-high-contrast: none) {
  .cert-page-detail__title-in {
    background: transparent;
    color: #0a1423;
  }
}
.cert-page-detail__body {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 1333px;
  position: relative;
  min-width: 700px;
}
@media screen and (max-width:1024px) {
  .cert-page-detail__body {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
}
.cert-page-detail__body::before {
  content: "";
  height: 100%;
  width: calc((100vw - 100%) / 2 + 101px);
  background: #FFF;
  position: absolute;
  z-index: 1;
  right: calc((100vw - 100%) / 2 * -1 - 101px);
  top: 0;
}
@media screen and (max-width:1024px) {
  .cert-page-detail__body::before {
    display: none;
  }
}
.cert-page-detail__body-inner {
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .cert-page-detail__body-inner {
    padding-right: 0;
  }
}
.cert-page-detail__side {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  border-left: 3px solid #0a1423;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .cert-page-detail__side {
    width: 100%;
    border-left: none;
    border-top: 3px solid #0a1423;
    margin-top: 100px;
    padding: 80px 0;
  }
}
.cert-page-detail__side-fix {
  position: sticky;
  top: 129px;
}

.cert-login-bt {
  width: 150px;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .cert-login-bt {
    width: 100%;
  }
}
.cert-login-bt__icon {
  display: block;
  padding: 10px;
  background: #FFF;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 auto 10px auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  z-index: 1;
}
.cert-login-bt__icon-image {
  vertical-align: top;
}
.cert-login-bt__link {
  padding: 20px 0;
  display: block;
  background: #3a62ad;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 50px rgba(58, 98, 173, 0.6), 0 0 0 #2d4c87 inset;
          box-shadow: 0 0 50px rgba(58, 98, 173, 0.6), 0 0 0 #2d4c87 inset;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cert-login-bt__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-login-bt__link {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) {
  .cert-login-bt__link br {
    display: none;
  }
}
.cert-login-bt__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.cert-login-bt__link:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(58, 98, 173, 0.6), 0 0 10px #34579a inset;
          box-shadow: 0 0 0 rgba(58, 98, 173, 0.6), 0 0 10px #34579a inset;
}
.cert-login-bt__link:hover::after {
  width: 120%;
}

@media screen and (max-width:1024px) {
  .cert-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -8px;
  }
}
.cert-banner__item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width:1024px) {
  .cert-banner__item {
    margin: 8px;
  }
  .cert-banner__item:not(:last-child) {
    margin: 8px;
  }
}
.cert-page-list-hr {
  margin: 60px auto;
  width: 100%;
  height: 8px;
  border: none;
  position: relative;
}
.cert-page-list-hr::before {
  content: "";
  height: 8px;
  width: calc(100vw - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0a1423;
  top: 0;
  position: absolute;
}
@media screen and (max-width:767px) {
  .cert-page-list-hr::before {
    width: calc(100vw - 9.765625vw);
  }
}
@media screen and (max-width:767px) {
  .cert-page-list-hr {
    margin: 30px auto;
  }
}

.cert-page-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 !important;
}
@media screen and (max-width:767px) {
  .cert-page-list__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
}
.cert-page-list__item {
  width: 31%;
  padding: 30px 30px 60px 30px;
  position: relative;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
}
@media screen and (max-width:767px) {
  .cert-page-list__item {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:767px) {
  .cert-page-list__item {
    padding: 10px 10px 40px 10px;
    width: 48%;
    margin: 1%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.cert-page-list__item::before {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 2px solid #f5f7fb;
  border-radius: 10px;
  pointer-events: none;
  position: absolute;
}
@media screen and (max-width:767px) {
  .cert-page-list__item::before {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
}
.cert-page-list__icon {
  text-align: center;
  padding: 20px;
}
@media screen and (max-width:767px) {
  .cert-page-list__icon {
    padding: 10px;
  }
}
.cert-page-list__icon-image {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.cert-page-list__description {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .cert-page-list__description {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-page-list__description {
    font-size: 13px;
  }
}
.cert-page-list__bt {
  font-size: 15px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width:1024px) {
  .cert-page-list__bt {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-page-list__bt {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .cert-page-list__bt {
    padding-right: 23px;
  }
}
.cert .cert-page-list__bt {
  color: #888168;
}
.cert .cert-page-list__bt::before {
  background: #888168;
}
.cert .cert-page-list__bt:hover {
  color: #0a1423;
}
.cert-page-list__bt::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-page-list__bt::after {
    height: 8px;
    width: 13px;
  }
}
.cert .cert-page-list__bt::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.cert-page-list__bt.bl {
  color: #0a1423;
}
.cert-page-list__bt.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.cert-page-list__bt.bl::before {
  background: #0a1423;
}
.cert-page-list__bt.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.cert-page-list__bt::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-page-list__bt::before {
    height: 1px;
  }
}
.cert-page-list__bt:hover {
  opacity: 1;
  color: #0a1423;
}
.cert-page-list__bt:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.cert-page-list__bt:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width:767px) {
  .cert-page-list__bt {
    bottom: 10px;
    right: 10px;
  }
}

.cert-contact {
  background-color: #ebc80a;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg.svg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.cert-contact__bg {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_bg_pattern.png);
  background-position: center;
  background-size: 1366px 768px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:1024px) {
  .cert-contact__bg {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
@media screen and (max-width:767px) {
  .cert-contact__bg {
    background-size: 177.8645833333vw 100vw;
    background-position: center 75.5208333333vw;
  }
}
.cert-contact__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  border-top: #0a1423 solid 8px;
  position: relative;
  text-align: center;
}
@media screen and (max-width:767px) {
  .cert-contact__inner {
    padding: 60px 0;
  }
}
.cert-contact__title {
  font-size: 26px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .cert-contact__title {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .cert-contact__title {
    font-size: 22px;
  }
}
.cert-contact__text {
  font-size: 18px;
  line-height: 2.4;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .cert-contact__text {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-contact__text {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-contact__text {
    margin-top: 20px;
  }
}
.cert-contact__bt {
  margin-top: 60px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .cert-contact__bt {
    margin-top: 40px;
  }
}
.cert-contact__link {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #0a1423;
  -webkit-box-shadow: 0 0 50px rgba(10, 20, 35, 0.6), 0 0 0 #000 inset;
          box-shadow: 0 0 50px rgba(10, 20, 35, 0.6), 0 0 0 #000 inset;
  display: block;
  padding: 20px calc(1.2em + 20px + 30px) 20px 30px;
  border-radius: 100px;
  white-space: nowrap;
  color: #ebc80a;
  position: relative;
  text-align: left;
  overflow: hidden;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cert-contact__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-contact__link {
    font-size: 14px;
  }
}
.cert-contact__link::before {
  content: "";
  height: calc(1.2em + 20px);
  width: calc(1.2em + 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 50%;
  border: #ebc80a solid 1px;
  background-color: #0a1423;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_mail-sub.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cert-contact__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(235, 200, 10, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.cert-contact__link:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(10, 20, 35, 0.6), 0 0 10px #000 inset;
          box-shadow: 0 0 0 rgba(10, 20, 35, 0.6), 0 0 10px #000 inset;
}
.cert-contact__link:hover::before {
  -webkit-animation: bt-bg-xlarge 0.8s linear both infinite;
          animation: bt-bg-xlarge 0.8s linear both infinite;
}
.cert-contact__link:hover::after {
  width: 100%;
}

@media screen and (max-width:767px) {
  .cert-listnav {
    margin: 0 -4.8828125vw;
  }
}
.cert-listnav__years {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cert-listnav__year {
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.4;
  padding-right: 20px;
}
@media screen and (max-width:1024px) {
  .cert-listnav__year {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .cert-listnav__year {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cert-listnav__year {
    padding-right: 5px;
    padding-left: 4.8828125vw;
    font-size: 20px;
  }
}
.cert-listnav__year-filter {
  background: #f5f7fb;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width:767px) {
  .cert-listnav__year-filter {
    padding-left: 5px;
  }
}
.cert-listnav__year-filter::before, .cert-listnav__year-filter::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  height: 100%;
}
.cert-listnav__year-filter::before {
  background: #f5f7fb;
  width: 10px;
  left: 0px;
}
@media screen and (max-width:767px) {
  .cert-listnav__year-filter::before {
    width: 5px;
  }
}
.cert-listnav__year-filter::after {
  background: #ebc80a;
  width: 10px;
  left: -10px;
}
@media screen and (max-width:767px) {
  .cert-listnav__year-filter::after {
    width: 5px;
    left: -5px;
  }
}
@media screen and (max-width:767px) {
  .cert-school-list-wrap {
    white-space: nowrap;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.cert-school-list {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  border-bottom: #cbc188 solid 1px !important;
}
@media screen and (max-width:1024px) {
  .cert-school-list {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-school-list {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-school-list {
    white-space: nowrap;
  }
}
.cert-school-list__head-row {
  background: #cbc188;
}
.cert-school-list__heading {
  font-weight: normal;
  text-align: left;
  padding: 1em 2em;
}
.cert-school-list__body-row:nth-child(odd) {
  background: rgba(203, 193, 136, 0.05);
  border-top: #cbc188 solid 1px !important;
}
.cert-school-list__body-row:nth-child(even) {
  background: #FFF;
  border-top: #cbc188 solid 1px !important;
}
.cert-school-list__body-row td {
  padding: 1em 2em;
}
.cert-school-list__tag {
  font-size: 15px;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  width: 4em;
  display: inline-block;
  text-align: center;
  padding: 5px 0 3px;
  margin-right: 1em;
}
@media screen and (max-width:1024px) {
  .cert-school-list__tag {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-school-list__tag {
    font-size: 13px;
  }
}
.cert-school-list__tag--new {
  background-color: #ebc80a;
  font-family: "Nunito Sans", sans-serif;
}
.cert-school-list__tag--re {
  color: #FFF;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  background-color: rgba(58, 98, 173, 0.5);
}
.cert-school-list__link {
  color: #3a62ad;
}
.cert-overview {
  padding: 20px;
  position: relative;
  margin-top: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 50px rgba(136, 129, 104, 0.15);
          box-shadow: 0 0 50px rgba(136, 129, 104, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(203, 193, 136, 0.4)), to(rgba(203, 193, 136, 0.6)));
  background: linear-gradient(90deg, rgba(203, 193, 136, 0.4) 0%, rgba(203, 193, 136, 0.6) 100%);
  color: #0a1423;
}
@media screen and (max-width:767px) {
  .cert-overview {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .cert-overview {
    -webkit-box-shadow: 0 0 30px rgba(136, 129, 104, 0.15);
            box-shadow: 0 0 30px rgba(136, 129, 104, 0.15);
  }
}
@media screen and (max-width:767px) {
  .cert-overview {
    padding: 15px;
  }
}
.cert-overview__text {
  font-size: 18px;
  line-height: 2.4;
}
@media screen and (max-width:1024px) {
  .cert-overview__text {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-overview__text {
    font-size: 14px;
  }
}

.cert-ex-category-title {
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0.5em 0;
  color: #FFF;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cert-ex-category-title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-category-title {
    font-size: 18px;
  }
}
.cert-ex-category-title::after {
  content: "";
  height: 100%;
  width: 100vw;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cert-ex-category-title::before {
  content: "";
  height: calc(100% + 10px);
  width: 100vw;
  background: rgba(58, 98, 173, 0.5);
  position: absolute;
  top: -5px;
  right: 0;
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cert .cert-ex-category-title::before {
  background: rgba(136, 129, 104, 0.5);
}
@media screen and (max-width:767px) {
  .cert-ex-category-title {
    margin-top: 40px;
  }
}

.cert-ex-list-box {
  margin-top: 60px;
  padding: 10px;
  position: relative;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(136, 129, 104, 0.05);
          box-shadow: 0 0 20px rgba(136, 129, 104, 0.05);
  border: 1px solid rgba(203, 193, 136, 0.4);
}
@media screen and (max-width:767px) {
  .cert-ex-list-box {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box {
    -webkit-box-shadow: 0 0 10px rgba(136, 129, 104, 0.05);
            box-shadow: 0 0 10px rgba(136, 129, 104, 0.05);
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box {
    padding: 5px;
  }
}
.cert-ex-list-box__icon {
  position: absolute;
  top: -37px;
  right: 30px;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__icon {
    width: 54px;
    height: 54px;
    top: -32px;
    right: 20px;
  }
}
.cert-ex-list-box__inner {
  padding: 30px 20px 20px 20px;
  border: 2px solid rgba(203, 193, 136, 0.2);
  border-radius: 10px;
  position: relative;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/certification/cert_ex_bg.svg);
  background-position: center top;
  background-repeat: repeat-x;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__inner {
    padding: 30px 10px 10px 10px;
  }
}
.cert-ex-list-box__inner::before {
  content: "";
  position: absolute;
  right: 13px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #f5f7fb;
  top: -51px;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.2) inset;
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__inner::before {
    width: 64px;
    height: 64px;
    top: -41px;
    right: 8px;
  }
}
.cert-ex-list-box__name {
  font-size: 30px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .cert-ex-list-box__name {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__name {
    font-size: 26px;
  }
}
.cert-ex-list-box__link {
  border-bottom: 2px solid #000;
}
.cert-ex-list-box__rate {
  font-size: 22px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #888168;
}
@media screen and (max-width:1024px) {
  .cert-ex-list-box__rate {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__rate {
    font-size: 18px;
  }
}
.cert-ex-list-box__period {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 15px;
  color: rgba(10, 20, 35, 0.6);
  text-align: right;
}
@media screen and (max-width:1024px) {
  .cert-ex-list-box__period {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__period {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__period {
    margin-top: 10px;
  }
}
.cert-ex-list-box__comment-wrap {
  position: relative;
  padding-top: 30px;
  margin-top: 10px;
}
.cert-ex-list-box__comment-wrap::before {
  content: "";
  width: 100%;
  height: 10px;
  border: none;
  background: rgba(235, 200, 10, 0.8);
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  position: absolute;
  left: 0;
  top: 0;
}
.cert-ex-list-box__comment {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .cert-ex-list-box__comment {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-ex-list-box__comment {
    font-size: 14px;
  }
}

.cert-news-summary {
  padding-left: 50px;
  padding-right: 50px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 15px;
}
@media screen and (max-width:1024px) {
  .cert-news-summary {
    padding-left: 4.8828125vw;
    padding-right: 4.8828125vw;
  }
}
@media screen and (max-width:767px) {
  .cert-news-summary {
    margin-top: 10px;
  }
}
.cert-news-summary__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  background: red;
  border-radius: 10px;
  background: #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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 30px;
}
@media screen and (max-width:767px) {
  .cert-news-summary__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px;
  }
}
.cert-news-summary__title {
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .cert-news-summary__title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cert-news-summary__title {
    font-size: 18px;
  }
}
.cert-news-summary__latest {
  font-size: 13px;
  line-height: 1.6;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width:1024px) {
  .cert-news-summary__latest {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cert-news-summary__latest {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .cert-news-summary__latest {
    padding: 10px 20px;
  }
}
.cert-news-summary__latest::before, .cert-news-summary__latest::after {
  content: "";
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  height: calc(100% + 20px);
  width: 4px;
  background: #ebc80a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(-11.048deg);
          transform: translateY(-50%) skew(-11.048deg);
}
.cert-news-summary__latest::before {
  left: 15px;
}
@media screen and (max-width:767px) {
  .cert-news-summary__latest::before {
    left: 5px;
  }
}
.cert-news-summary__latest::after {
  right: 15px;
}
@media screen and (max-width:767px) {
  .cert-news-summary__latest::after {
    right: 5px;
  }
}
.cert-news-summary__latest-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .cert-news-summary__latest-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cert-news-summary__latest-date {
  line-height: 1;
  white-space: nowrap;
  padding-right: 1em;
}
.cert-news-summary__latest-date span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width:1024px) {
  .cert-news-summary__latest-date span {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-news-summary__latest-date span {
    font-size: 14px;
  }
}
.cert-news-summary__latest-title {
  color: #888168;
  margin: -0.3em 0;
  text-align: left;
}
.cert-news-summary__more {
  white-space: nowrap;
}
.cert-news-summary__more-link {
  font-size: 15px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cert-news-summary__more-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-news-summary__more-link {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .cert-news-summary__more-link {
    padding-right: 23px;
  }
}
.cert .cert-news-summary__more-link {
  color: #888168;
}
.cert .cert-news-summary__more-link::before {
  background: #888168;
}
.cert .cert-news-summary__more-link:hover {
  color: #0a1423;
}
.cert-news-summary__more-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-news-summary__more-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .cert-news-summary__more-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.cert-news-summary__more-link.bl {
  color: #0a1423;
}
.cert-news-summary__more-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.cert-news-summary__more-link.bl::before {
  background: #0a1423;
}
.cert-news-summary__more-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.cert-news-summary__more-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-news-summary__more-link::before {
    height: 1px;
  }
}
.cert-news-summary__more-link:hover {
  opacity: 1;
  color: #0a1423;
}
.cert-news-summary__more-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.cert-news-summary__more-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.cert-top-new {
  z-index: 10;
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .cert-top-new {
    margin-top: 80px;
  }
}
.cert-top-new__title {
  font-size: 30px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 0.5em 0;
  position: relative;
  z-index: 10;
  margin-bottom: -1.2em;
}
@media screen and (max-width:1024px) {
  .cert-top-new__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-new__title {
    font-size: 26px;
  }
}
.cert-top-new__title::after {
  content: "";
  height: 100%;
  width: 100vw;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cert-top-new__title::before {
  content: "";
  height: calc(100% + 10px);
  width: 100vw;
  background: rgba(58, 98, 173, 0.5);
  position: absolute;
  top: -5px;
  right: 0;
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cert .cert-top-new__title::before {
  background: #cbc188;
}
.cert-top-new__title-in {
  display: inline-block;
  padding-left: 150px;
}
@media screen and (max-width:767px) {
  .cert-top-new__title-in {
    padding-left: 120px;
  }
}
.cert-top-new__title-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF;
  display: inline-block;
  line-height: 115px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #f5f7fb;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width:767px) {
  .cert-top-new__title-image {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:767px) {
  .cert-top-new__title-image {
    width: 100px;
    height: 100px;
    line-height: 95px;
  }
}
.cert-top-new__title-icon {
  width: 120px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .cert-top-new__title-icon {
    width: 100px;
  }
}
.cert-top-new__list-wrap {
  position: relative;
  width: calc((100vw - (100% + 250px)) / 2 + 100% + 50px);
  margin-left: calc((100vw - (100% + 250px)) / 2 * -1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fafafa;
  padding-top: 6em;
}
@media screen and (max-width: 1724px) {
  .cert-top-new__list-wrap {
    margin-left: -50px;
    width: calc(100% + 100px);
  }
}
@media screen and (max-width:1024px) {
  .cert-top-new__list-wrap {
    width: auto;
    margin: 0 -4.8828125vw;
  }
}
.cert-top-new__more-wrap {
  text-align: right;
  font-size: 18px;
  margin-top: calc(-1.7em - 10px);
  margin-right: -50px;
  position: relative;
  padding: 10px;
  overflow: hidden;
  z-index: 100;
}
@media screen and (max-width:1024px) {
  .cert-top-new__more-wrap {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-new__more-wrap {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) {
  .cert-top-new__more-wrap {
    margin-right: -4.8828125vw;
  }
}
.cert-top-new__more {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 1em 50px 1em 2em;
  display: inline-block;
}
@media screen and (max-width:1024px) {
  .cert-top-new__more {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-new__more {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) {
  .cert-top-new__more {
    padding: 1em 4.8828125vw 1em 2em;
    width: 50%;
    text-align: left;
  }
}
@media screen and (max-width:767px) {
  .cert-top-new__more {
    width: 60%;
  }
}
.cert-top-new__more::after {
  content: "";
  height: 100%;
  width: 110%;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: -10%;
  bottom: inherit;
  left: inherit;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cert-top-new__more::before {
  content: "";
  height: calc(100% + 10px);
  width: 110%;
  background: rgba(58, 98, 173, 0.5);
  position: absolute;
  top: -5px;
  right: -10%;
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cert .cert-top-new__more::before {
  background: #cbc188;
}
.cert-top-new__more-link {
  font-size: 18px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
}
@media screen and (max-width:1024px) {
  .cert-top-new__more-link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-new__more-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-new__more-link {
    padding-right: 23px;
  }
}
.cert .cert-top-new__more-link {
  color: #888168;
}
.cert .cert-top-new__more-link::before {
  background: #888168;
}
.cert .cert-top-new__more-link:hover {
  color: #0a1423;
}
.cert-top-new__more-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-top-new__more-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .cert-top-new__more-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.cert-top-new__more-link.bl {
  color: #0a1423;
}
.cert-top-new__more-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.cert-top-new__more-link.bl::before {
  background: #0a1423;
}
.cert-top-new__more-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.cert-top-new__more-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-top-new__more-link::before {
    height: 1px;
  }
}
.cert-top-new__more-link:hover {
  opacity: 1;
  color: #0a1423;
}
.cert-top-new__more-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.cert-top-new__more-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.swiper-container.cert-slide .slide-btn-prev,
.swiper-container.cert-slide .slide-btn-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3a62ad;
  vertical-align: middle;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .swiper-container.cert-slide .slide-btn-prev,
  .swiper-container.cert-slide .slide-btn-next {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
.cert .swiper-container.cert-slide .slide-btn-prev,
.cert .swiper-container.cert-slide .slide-btn-next {
  background: #ebc80a;
}
.swiper-container.cert-slide .slide-btn-prev.swiper-button-disabled,
.swiper-container.cert-slide .slide-btn-next.swiper-button-disabled {
  opacity: 0.4;
}
.swiper-container.cert-slide .slide-btn-prev::after,
.swiper-container.cert-slide .slide-btn-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  border-radius: 50%;
}
.swiper-container.cert-slide .slide-btn-prev:hover::after,
.swiper-container.cert-slide .slide-btn-next:hover::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-container.cert-slide .slide-btn-next {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cert .swiper-container.cert-slide .slide-btn-next {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-container.cert-slide .slide-btn-prev {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_back_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cert .swiper-container.cert-slide .slide-btn-prev {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_back.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-container.cert-slide .swiper-slide {
  width: auto;
  padding: 0 15px;
}
@media screen and (max-width:767px) {
  .swiper-container.cert-slide .swiper-slide {
    padding: 0 10px;
  }
}
.swiper-container.cert-slide .slide-pagination {
  display: inline-block;
  vertical-align: middle;
}
.swiper-container.cert-slide .slide-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: rgba(58, 98, 173, 0.5);
  opacity: 1;
}
.cert .swiper-container.cert-slide .slide-pagination .swiper-pagination-bullet {
  background: #cbc188;
}
.swiper-container.cert-slide .slide-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0a1423;
}
.cert .swiper-container.cert-slide .slide-pagination .swiper-pagination-bullet-active {
  background: #0a1423;
}
.swiper-container.cert-slide .slide-controller {
  padding: 50px;
}
@media screen and (max-width:1024px) {
  .swiper-container.cert-slide .slide-controller {
    padding: 4.8828125vw 4.8828125vw 50px;
  }
}

.cert-top-merit {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width:767px) {
  .cert-top-merit {
    margin-top: 80px;
  }
}
.cert-top-merit::before {
  content: "";
  height: calc(100% - 80px);
  width: 100vw;
  position: absolute;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern.png);
  background-size: 700px auto;
  background-position: center 0;
  background-color: #f5f7fb;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cert .cert-top-merit::before {
  background-color: #FFF;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern_cert.png);
}
.cert-top-merit__body {
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
  border-bottom: #0a1423 solid 8px;
  margin-right: -50px;
  padding-right: 50px;
}
.cert-top-merit__point {
  margin-top: 30px;
  counter-reset: number;
  color: #3a62ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .cert-top-merit__point {
    margin-top: 20px;
  }
}
.cert .cert-top-merit__point {
  color: #888168;
}
.cert-top-merit__point > li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 5em;
  padding-left: 5.5555555556em;
}
@media screen and (max-width:1024px) {
  .cert-top-merit__point > li {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-merit__point > li {
    font-size: 14px;
  }
}
.cert-top-merit__point > li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__point > li:not(:first-child) {
    margin-top: 10px;
  }
}
.cert-top-merit__point > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5em;
  width: 2.5em;
  border: solid 1px #3a62ad;
  border-radius: 2.5em 0 0 2.5em;
  border-right: 0;
}
.cert .cert-top-merit__point > li::before {
  border-color: #ebc80a;
}
.cert-top-merit__point > li::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2333333333em;
  margin: auto;
  height: 2.5333333333em;
  width: 2.5333333333em;
  border-radius: 50%;
  background: #FFF;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  line-height: 2.5333333333em;
  font-weight: bold;
  font-size: 30px;
  color: #3a62ad !important;
}
@media screen and (max-width:1024px) {
  .cert-top-merit__point > li::after {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-merit__point > li::after {
    font-size: 26px;
  }
}
.cert .cert-top-merit__point > li::after {
  color: #ebc80a !important;
}
@media screen and (max-width:767px) {
  .cert-top-merit__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cert-top-merit__point li {
  width: 48%;
  color: #0a1423;
}
@media screen and (max-width:767px) {
  .cert-top-merit__point li {
    width: 100%;
  }
}
.cert-top-merit__comment {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment {
    margin-top: 20px;
  }
}
.cert-top-merit__comment > li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  min-height: 110px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:1024px) {
  .cert-top-merit__comment > li {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
.cert-top-merit__comment > li::before {
  content: "";
  height: 110px;
  width: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li::before {
    height: 65px;
    width: 65px;
  }
}
.cert-top-merit__comment > li:nth-child(odd) {
  margin-left: 125px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li:nth-child(odd) {
    margin-left: 75px;
  }
}
.cert-top-merit__comment > li:nth-child(odd)::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/comment_l.svg);
  background-size: contain;
  left: -125px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li:nth-child(odd)::before {
    left: -75px;
  }
}
.cert-top-merit__comment > li:nth-child(even) {
  margin-right: 125px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li:nth-child(even) {
    margin-right: 75px;
  }
}
.cert-top-merit__comment > li:nth-child(even)::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/comment_r.svg);
  background-size: contain;
  right: -125px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li:nth-child(even)::before {
    right: -75px;
  }
}
.cert-top-merit__comment > li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment > li {
    min-height: 65px;
  }
}
.cert-top-merit__comment li:nth-child(odd) {
  margin-left: 225px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment li:nth-child(odd) {
    margin-left: 75px;
  }
}
.cert-top-merit__comment li:nth-child(even) {
  margin-right: 225px;
}
@media screen and (max-width:767px) {
  .cert-top-merit__comment li:nth-child(even) {
    margin-right: 75px;
  }
}

.cert-top-download {
  margin-top: 100px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:767px) {
  .cert-top-download {
    margin-top: 80px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cert-top-download__title {
  position: relative;
  font-size: 38px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#3a62ad), to(#0a1423));
  background: linear-gradient(90deg, #3a62ad 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 3em 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width:1024px) {
  .cert-top-download__title {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-download__title {
    font-size: 28px;
  }
}
@media all and (-ms-high-contrast: none) {
  .cert-top-download__title {
    background: transparent;
    color: #0a1423;
  }
}
.cert .cert-top-download__title {
  background: -webkit-gradient(linear, left top, right top, from(#888168), to(#0a1423));
  background: linear-gradient(90deg, #888168 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .cert .cert-top-download__title {
    background: transparent;
    color: #0a1423;
  }
}
.cert-top-download__title::after {
  content: "";
  background: #FFF;
  height: 2.8em;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  bottom: 0;
  right: inherit;
  margin: auto;
}
.cert-top-download__title::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.cert .cert-top-download__title::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
}
.cert-top-download__description {
  font-size: 18px;
  line-height: 2;
  padding: 0 50px;
}
@media screen and (max-width:1024px) {
  .cert-top-download__description {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-download__description {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-download__description {
    padding: 0;
    margin-top: 20px;
  }
}
.cert-top-download__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
}
.cert-top-download__card .download-card {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .cert-top-download__card .download-card {
    margin-top: 20px;
  }
}

.cert-top-heading {
  margin-right: -50px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .cert-top-heading {
    margin-right: -4.8828125vw;
  }
}
.cert-top-heading::before {
  content: "";
  height: calc(100% - 10px);
  width: calc(100% + 10px);
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 1px solid #ebc80a;
  border-left: 1px solid #ebc80a;
  border-radius: 0 0 0 30px;
}
.cert-top-heading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #ebc80a transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50px;
}
.cert-top-heading__inner {
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  border-radius: 0 0 0 30px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 50px 50px 30px 50px;
}
@media screen and (max-width:767px) {
  .cert-top-heading__inner {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:1024px) {
  .cert-top-heading__inner {
    padding: 4.8828125vw 4.8828125vw 2.9296875vw 4.8828125vw;
  }
}
@media screen and (max-width:767px) {
  .cert-top-heading__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 105px;
  }
}
.cert-top-heading__title-s {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #888168;
}
@media screen and (max-width:1024px) {
  .cert-top-heading__title-s {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-heading__title-s {
    font-size: 14px;
  }
}
.cert-top-heading__title {
  font-size: 30px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width:1024px) {
  .cert-top-heading__title {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-heading__title {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-heading__title {
    width: 100%;
  }
}
.cert-top-heading__title::before {
  content: "";
  height: 50px;
  width: 17px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: contain;
  position: absolute;
  bottom: 0.3em;
  left: 0;
}
.cert .cert-top-heading__title::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
}
@media screen and (max-width:767px) {
  .cert-top-heading__more {
    width: 100%;
    text-align: right;
  }
}
.cert-top-heading__more-link {
  font-size: 18px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cert-top-heading__more-link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-heading__more-link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cert-top-heading__more-link {
    padding-right: 23px;
  }
}
.cert .cert-top-heading__more-link {
  color: #888168;
}
.cert .cert-top-heading__more-link::before {
  background: #888168;
}
.cert .cert-top-heading__more-link:hover {
  color: #0a1423;
}
.cert-top-heading__more-link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-top-heading__more-link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .cert-top-heading__more-link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.cert-top-heading__more-link.bl {
  color: #0a1423;
}
.cert-top-heading__more-link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.cert-top-heading__more-link.bl::before {
  background: #0a1423;
}
.cert-top-heading__more-link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.cert-top-heading__more-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cert-top-heading__more-link::before {
    height: 1px;
  }
}
.cert-top-heading__more-link:hover {
  opacity: 1;
  color: #0a1423;
}
.cert-top-heading__more-link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.cert-top-heading__more-link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.loading-once {
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1001;
  overflow: hidden;
  pointer-events: none;
}
.loading-once.loaded {
  -webkit-animation: load 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s 1 forwards;
          animation: load 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1s 1 forwards;
}
.loading-once__logo {
  width: 100px;
  height: 88px;
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  margin: -122px auto auto auto;
  overflow: hidden;
  background: url(../images/logo_jaet.svg) center top no-repeat;
  background-size: contain;
  z-index: 1002;
  pointer-events: none;
}
.loaded .loading-once__logo {
  -webkit-animation: load-l 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s 1 forwards;
          animation: load-l 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s 1 forwards;
}
.loading-once__loader {
  width: 38px;
  height: 38px;
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  margin: -19px auto auto auto;
  pointer-events: none;
}
.loaded .loading-once__loader {
  -webkit-animation: loader 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s 1 forwards;
          animation: loader 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s 1 forwards;
}

@-webkit-keyframes load {
  100% {
    width: 0;
  }
}

@keyframes load {
  100% {
    width: 0;
  }
}
@-webkit-keyframes loader {
  100% {
    opacity: 0;
  }
}
@keyframes loader {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes load-l {
  100% {
    background-position: center 100px;
  }
}
@keyframes load-l {
  100% {
    background-position: center 100px;
  }
}
.cert .cms > *:first-child {
  margin-top: 0 !important;
}

.cms .u-mt-none {
  margin-top: 0 !important;
}
.cms .u-mt-xs {
  margin-top: 15px !important;
}
@media screen and (max-width:767px) {
  .cms .u-mt-xs {
    margin-top: 10px !important;
  }
}
.cms .u-mt-s {
  margin-top: 30px !important;
}
@media screen and (max-width:767px) {
  .cms .u-mt-s {
    margin-top: 20px !important;
  }
}
.cms .u-mt-m {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .cms .u-mt-m {
    margin-top: 40px !important;
  }
}
.cms .u-mt-l {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .cms .u-mt-l {
    margin-top: 80px !important;
  }
}
.cms .u-w-auto {
  display: inline-block !important;
}
.cms .u-w-full {
  display: block !important;
}
.cms .u-w-100 {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.cms .u-w-80 {
  width: 80% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cms .u-w-50 {
  width: 50% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cms .u-w-30 {
  width: 30% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cms .u-i-full img {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.cms .u-fw-3 {
  font-weight: 300 !important;
}
.cms .u-fw-4 {
  font-weight: 400 !important;
}
.cms .u-fw-5 {
  font-weight: 500 !important;
}
.cms .u-fw-7 {
  font-weight: 700 !important;
}
.cms .u-fw-9 {
  font-weight: 900 !important;
}
.cms .u-ff-ja {
  font-family: "TBUDGothic R", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
}
.cms .u-ff-en {
  font-family: "Nunito Sans", sans-serif !important;
}
.cms .u-ff-bold {
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
}
.cms strong {
  font-weight: bold;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.cms .has-c-bldark-color {
  color: #000000 !important;
}
.cms .has-c-black-color {
  color: #0a1423 !important;
}
.cms .has-c-blop-color {
  color: rgba(10, 20, 35, 0.6) !important;
}
.cms .has-c-main-color {
  color: #3a62ad !important;
}
.cms .has-c-main-op-color {
  color: rgba(58, 98, 173, 0.5) !important;
}
.cms .has-c-sub-color {
  color: #ebc80a !important;
}
.cms .has-c-cert-color {
  color: #888168 !important;
}
.cms .has-c-red-color {
  color: #cd3c00 !important;
}
.cms .has-c-bg-color {
  color: #f5f7fb !important;
}
.cms .has-c-bldark-background-color {
  background-color: #000000;
}
.cms .has-c-black-background-color {
  background-color: #0a1423;
}
.cms .has-c-blop-background-color {
  background-color: rgba(10, 20, 35, 0.6);
}
.cms .has-c-main-background-color {
  background-color: #3a62ad;
}
.cms .has-c-main-op-background-color {
  background: rgba(58, 98, 173, 0.5);
}
.cms .has-c-sub-background-color {
  background-color: #ebc80a;
}
.cms .has-c-cert-background-color {
  background-color: #888168;
}
.cms .has-c-red-background-color {
  background-color: #cd3c00;
}
.cms .has-c-bg-background-color {
  background-color: #f5f7fb;
}
.cms .wp-block-button__link {
  background-color: inherit;
  border: none;
  border-radius: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: inherit;
  margin: inherit;
  padding: inherit;
  text-align: inherit;
  text-decoration: none;
  overflow-wrap: break-word;
}
.cms .wp-block-buttons {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cms .wp-block-buttons {
    margin-top: 20px;
  }
}
.cms .wp-block-buttons.aligncenter .wp-block-button {
  text-align: center;
  float: none;
}
.cms .wp-block-buttons.alignright .wp-block-button {
  text-align: right;
  float: none;
}
.cms .wp-block-button.is-style-default .wp-block-button__link,
.cms .is-style-bt-main .wp-block-button__link {
  display: inline-block;
  font-size: 18px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: #ebc80a;
  -webkit-box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
          box-shadow: 0 0 50px #ebc80a, 0 0 0 #ba9e08 inset;
  display: inline-block;
  padding: 20px calc(1.2em + 20px + 30px) 20px 30px;
  border-radius: 100px;
  position: relative;
  color: #0a1423;
  overflow: hidden;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cms .wp-block-button.is-style-default .wp-block-button__link,
  .cms .is-style-bt-main .wp-block-button__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms .wp-block-button.is-style-default .wp-block-button__link,
  .cms .is-style-bt-main .wp-block-button__link {
    font-size: 14px;
  }
}
.cms .wp-block-button.is-style-default .wp-block-button__link::before,
.cms .is-style-bt-main .wp-block-button__link::before {
  content: "";
  height: calc(1.2em + 20px);
  width: calc(1.2em + 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 50%;
  border: #0a1423 solid 1px;
  background-color: #ebc80a;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cms .wp-block-button.is-style-default .wp-block-button__link::after,
.cms .is-style-bt-main .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  background: rgba(10, 20, 35, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.cms .wp-block-button.is-style-default .wp-block-button__link:hover,
.cms .is-style-bt-main .wp-block-button__link:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
          box-shadow: 0 0 0 #ebc80a, 0 0 10px #d3b309 inset;
}
.cms .wp-block-button.is-style-default .wp-block-button__link:hover::before,
.cms .is-style-bt-main .wp-block-button__link:hover::before {
  -webkit-animation: bt-bg 0.5s linear both infinite;
          animation: bt-bg 0.5s linear both infinite;
}
.cms .wp-block-button.is-style-default .wp-block-button__link:hover::after,
.cms .is-style-bt-main .wp-block-button__link:hover::after {
  width: 100%;
}
.cms .wp-block-button.is-style-default.icon-mail .wp-block-button__link::before,
.cms .is-style-bt-main.icon-mail .wp-block-button__link::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_mail.svg);
}
.cms .wp-block-button.is-style-default.icon-mail .wp-block-button__link:hover::before,
.cms .is-style-bt-main.icon-mail .wp-block-button__link:hover::before {
  -webkit-animation: bt-bg-xlarge 0.8s linear both infinite;
          animation: bt-bg-xlarge 0.8s linear both infinite;
}
.cms .wp-block-button.is-style-default.icon-pdf .wp-block-button__link::before,
.cms .is-style-bt-main.icon-pdf .wp-block-button__link::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/icon_pdf.svg);
}
.cms .wp-block-button.is-style-default.icon-pdf .wp-block-button__link:hover::before,
.cms .is-style-bt-main.icon-pdf .wp-block-button__link:hover::before {
  -webkit-animation: bt-bg-large 0.8s linear both infinite;
          animation: bt-bg-large 0.8s linear both infinite;
}
.cms .is-style-bt-text .wp-block-button__link {
  font-size: 15px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #3a62ad;
  padding-right: 29px;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cms .is-style-bt-text .wp-block-button__link {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-bt-text .wp-block-button__link {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-bt-text .wp-block-button__link {
    padding-right: 23px;
  }
}
.cert .cms .is-style-bt-text .wp-block-button__link {
  color: #888168;
}
.cert .cms .is-style-bt-text .wp-block-button__link::before {
  background: #888168;
}
.cert .cms .is-style-bt-text .wp-block-button__link:hover {
  color: #0a1423;
}
.cms .is-style-bt-text .wp-block-button__link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cms .is-style-bt-text .wp-block-button__link::after {
    height: 8px;
    width: 13px;
  }
}
.cert .cms .is-style-bt-text .wp-block-button__link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.cms .is-style-bt-text .wp-block-button__link.bl {
  color: #0a1423;
}
.cms .is-style-bt-text .wp-block-button__link.bl::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet.svg);
}
.cms .is-style-bt-text .wp-block-button__link.bl::before {
  background: #0a1423;
}
.cms .is-style-bt-text .wp-block-button__link.bl:hover {
  color: rgba(10, 20, 35, 0.6);
}
.cms .is-style-bt-text .wp-block-button__link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0.2em;
  background: #3a62ad;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:767px) {
  .cms .is-style-bt-text .wp-block-button__link::before {
    height: 1px;
  }
}
.cms .is-style-bt-text .wp-block-button__link:hover {
  opacity: 1;
  color: #0a1423;
}
.cms .is-style-bt-text .wp-block-button__link:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.cms .is-style-bt-text .wp-block-button__link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.cms .is-style-bt-sub .wp-block-button__link {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  display: inline-block;
  color: #3a62ad;
  padding: 0.5em calc(1.5em + 29px) 0.5em 1em;
  position: relative;
  background: #f5f7fb;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cms .is-style-bt-sub .wp-block-button__link {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-bt-sub .wp-block-button__link {
    font-size: 14px;
  }
}
.cert .cms .is-style-bt-sub .wp-block-button__link {
  color: #888168;
}
.cms .is-style-bt-sub .wp-block-button__link::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  background: rgba(58, 98, 173, 0.5);
  left: 0;
}
.cert .cms .is-style-bt-sub .wp-block-button__link::before {
  background: rgba(136, 129, 104, 0.5);
}
.cms .is-style-bt-sub .wp-block-button__link::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 1em;
  bottom: 0.7em;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cert .cms .is-style-bt-sub .wp-block-button__link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_cert.svg);
}
.cms .is-style-bt-sub .wp-block-button__link:hover {
  opacity: 1;
  color: #0a1423;
}
.cms .is-style-bt-sub .wp-block-button__link:hover::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: bt-line 1s ease-out both infinite;
          animation: bt-line 1s ease-out both infinite;
}
.cms .is-style-bt-sub .wp-block-button__link:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.cms .is-style-bt-large {
  margin-top: 60px;
  display: block;
}
@media screen and (max-width:767px) {
  .cms .is-style-bt-large {
    margin-top: 40px;
  }
}
.cms .is-style-bt-large .wp-block-button__link {
  font-size: 26px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  color: #0a1423;
  padding: 0 calc(1em + 38px) 20px 0;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:1024px) {
  .cms .is-style-bt-large .wp-block-button__link {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-bt-large .wp-block-button__link {
    font-size: 22px;
  }
}
.cms .is-style-bt-large .wp-block-button__link::before {
  content: "";
  height: 4px;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 0;
  background: #3a62ad;
  left: 0;
}
.cert .cms .is-style-bt-large .wp-block-button__link::before {
  background: #ebc80a;
}
.cms .is-style-bt-large .wp-block-button__link::after {
  content: "";
  height: 24px;
  width: 38px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cert .cms .is-style-bt-large .wp-block-button__link::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_sub.svg);
}
.cms .is-style-bt-large .wp-block-button__link:hover {
  opacity: 1;
  color: #3a62ad;
}
.cert .cms .is-style-bt-large .wp-block-button__link:hover {
  color: #888168;
}
.cms .is-style-bt-large .wp-block-button__link:hover::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: bt-line 1s ease-out both infinite;
          animation: bt-line 1s ease-out both infinite;
}
.cms .is-style-bt-large .wp-block-button__link:hover::after {
  -webkit-animation: bt-arrow 1s ease-out both infinite;
          animation: bt-arrow 1s ease-out both infinite;
}
.cms .wp-block-columns {
  margin-bottom: 0;
}
.cms figure:not(.wp-block-table) {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cms figure:not(.wp-block-table) {
    margin-top: 20px;
  }
}
.cms h2:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
  font-size: 38px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #0a1423;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms h2:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .cms h2:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cms h2:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    margin-top: 40px;
  }
}
.cms h3:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
  font-size: 30px;
  line-height: 1.4;
  font-weight: normal;
  color: rgba(10, 20, 35, 0.6);
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms h3:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cms h3:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  .cms h3:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    margin-top: 40px;
  }
}
.cms h4:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
  font-size: 26px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #3a62ad;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms h4:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .cms h4:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 22px;
  }
}
.cert .cms h4:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
  color: #888168;
}
@media screen and (max-width:767px) {
  .cms h4:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    margin-top: 40px;
  }
}
.cms h5:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
  font-size: 22px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #0a1423;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms h5:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms h5:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .cms h5:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    margin-top: 40px;
  }
}
.cms h6:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
  font-size: 22px;
  line-height: 1.6;
  font-weight: normal;
  color: #3a62ad;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms h6:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms h6:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    font-size: 18px;
  }
}
.cert .cms h6:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
  color: #888168;
}
@media screen and (max-width:767px) {
  .cms h6:not(.is-style-h-style1):not(.is-style-h-style2):not(.is-style-h-style3):not(.is-style-h-style4):not(.is-style-h-style5):not(.is-style-h-style6):not([class^=custom-block]) {
    margin-top: 40px;
  }
}
.cms .is-style-h-style1 {
  background: -webkit-gradient(linear, left top, right top, from(#3a62ad), to(#0a1423));
  background: linear-gradient(90deg, #3a62ad 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  border-bottom: 3px solid #f5f7fb;
  font-size: 30px;
  line-height: 1.6;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  position: relative;
  margin-top: 60px;
}
@media all and (-ms-high-contrast: none) {
  .cms .is-style-h-style1 {
    background: transparent;
    color: #0a1423;
  }
}
@media screen and (max-width:1024px) {
  .cms .is-style-h-style1 {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style1 {
    font-size: 26px;
  }
}
.cert .cms .is-style-h-style1 {
  background: -webkit-gradient(linear, left top, right top, from(#888168), to(#0a1423));
  background: linear-gradient(90deg, #888168 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .cert .cms .is-style-h-style1 {
    background: transparent;
    color: #0a1423;
  }
}
.cms .is-style-h-style1::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  background: #3a62ad;
  left: 0;
  bottom: -3px;
  right: inherit;
  top: inherit;
}
.cert .cms .is-style-h-style1::after {
  background: #ebc80a;
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style1 {
    margin-top: 40px;
  }
}
.cms .is-style-h-style2 {
  font-size: 26px;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  border-bottom: 3px solid #f5f7fb;
  color: #3a62ad;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms .is-style-h-style2 {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style2 {
    font-size: 22px;
  }
}
.cert .cms .is-style-h-style2 {
  color: #888168;
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style2 {
    margin-top: 40px;
  }
}
.cms .is-style-h-style3 {
  font-size: 22px;
  line-height: 2;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 27px;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms .is-style-h-style3 {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style3 {
    font-size: 18px;
  }
}
.cms .is-style-h-style3::before {
  content: "";
  height: 50px;
  width: 17px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: contain;
  position: absolute;
  bottom: 0.5em;
  left: 0;
}
.cert .cms .is-style-h-style3::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style3 {
    margin-top: 40px;
  }
}
.cms .is-style-h-style4 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .cms .is-style-h-style4 {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style4 {
    font-size: 18px;
  }
}
.cms .is-style-h-style4::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(235, 200, 10, 0.8);
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
  left: 0;
  top: 0;
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style4 {
    margin-top: 20px;
  }
}
.cms .is-style-h-style5 {
  position: relative;
  font-size: 38px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#3a62ad), to(#0a1423));
  background: linear-gradient(90deg, #3a62ad 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  padding: 3em 0;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .cms .is-style-h-style5 {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style5 {
    font-size: 28px;
  }
}
@media all and (-ms-high-contrast: none) {
  .cms .is-style-h-style5 {
    background: transparent;
    color: #0a1423;
  }
}
.cert .cms .is-style-h-style5 {
  background: -webkit-gradient(linear, left top, right top, from(#888168), to(#0a1423));
  background: linear-gradient(90deg, #888168 0%, #0a1423 100%);
  -webkit-background-clip: text;
  color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .cert .cms .is-style-h-style5 {
    background: transparent;
    color: #0a1423;
  }
}
.cms .is-style-h-style5::after {
  content: "";
  background: #FFF;
  height: 2.8em;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  bottom: 0;
  right: inherit;
  margin: auto;
}
.cms .is-style-h-style5::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.cert .cms .is-style-h-style5::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style5 {
    margin-top: 40px;
  }
}
.cms .is-style-h-style6 {
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0.5em 0;
  color: #FFF;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .cms .is-style-h-style6 {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style6 {
    font-size: 18px;
  }
}
.cms .is-style-h-style6::after {
  content: "";
  height: 100%;
  width: 100vw;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cms .is-style-h-style6::before {
  content: "";
  height: calc(100% + 10px);
  width: 100vw;
  background: rgba(58, 98, 173, 0.5);
  position: absolute;
  top: -5px;
  right: 0;
  z-index: -1;
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
.cert .cms .is-style-h-style6::before {
  background: rgba(136, 129, 104, 0.5);
}
@media screen and (max-width:767px) {
  .cms .is-style-h-style6 {
    margin-top: 20px;
  }
}
.cms p {
  font-size: 18px;
  line-height: 2.4;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .cms p {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms p {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms p {
    margin-top: 20px;
  }
}
.cms p a {
  color: #3a62ad;
  text-decoration: underline;
}
.cms p img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
}
@media screen and (max-width:767px) {
  .cms p img {
    -webkit-box-shadow: 0 0 5px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 5px rgba(10, 20, 35, 0.05);
  }
}
@media screen and (max-width:767px) {
  .cms p img {
    max-width: 130px;
  }
}
.cms p.has-fxs-font-size {
  font-size: 13px;
}
@media screen and (max-width:1024px) {
  .cms p.has-fxs-font-size {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cms p.has-fxs-font-size {
    font-size: 11px;
  }
}
.cms p.has-fs-font-size {
  font-size: 15px;
}
@media screen and (max-width:1024px) {
  .cms p.has-fs-font-size {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms p.has-fs-font-size {
    font-size: 13px;
  }
}
.cms p.has-fm-font-size {
  font-size: 18px;
}
@media screen and (max-width:1024px) {
  .cms p.has-fm-font-size {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms p.has-fm-font-size {
    font-size: 14px;
  }
}
.cms p.has-fl-font-size {
  font-size: 22px;
}
@media screen and (max-width:1024px) {
  .cms p.has-fl-font-size {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms p.has-fl-font-size {
    font-size: 18px;
  }
}
.cms p.has-fxl-font-size {
  font-size: 26px;
}
@media screen and (max-width:1024px) {
  .cms p.has-fxl-font-size {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .cms p.has-fxl-font-size {
    font-size: 22px;
  }
}
.cms p.has-fxxl-font-size {
  font-size: 30px;
}
@media screen and (max-width:1024px) {
  .cms p.has-fxxl-font-size {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cms p.has-fxxl-font-size {
    font-size: 26px;
  }
}
.cms p.has-background {
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .cms p.has-background {
    padding: 10px;
  }
}
.cms .wp-block-columns p.has-background {
  padding: 15px;
}
@media screen and (max-width:767px) {
  .cms .wp-block-columns p.has-background {
    padding: 10px;
  }
}
.cms p.is-style-p-lead {
  font-size: 18px;
  line-height: 2;
  color: #3a62ad;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .cms p.is-style-p-lead {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-lead {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-lead {
    margin-top: 20px;
  }
}
.cert .cms p.is-style-p-lead {
  color: #888168;
}
.cms p.is-style-p-alert {
  margin-top: 60px;
  font-size: 15px;
  line-height: 1.6;
  color: #cd3c00;
  background: rgba(205, 60, 0, 0.1);
  padding: 1em;
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-alert {
    margin-top: 40px;
  }
}
@media screen and (max-width:1024px) {
  .cms p.is-style-p-alert {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-alert {
    font-size: 13px;
  }
}
.cms p.is-style-p-note {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 30px;
  color: rgba(10, 20, 35, 0.6);
}
@media screen and (max-width:1024px) {
  .cms p.is-style-p-note {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-note {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-note {
    margin-top: 20px;
  }
}
.cms p.is-style-p-badge {
  margin-top: 30px;
  display: inline-block;
  line-height: 1.6;
  font-size: 13px;
  line-height: 1.4;
  padding: 0.4em 1em;
  background: rgba(235, 200, 10, 0.8);
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-badge {
    margin-top: 20px;
  }
}
@media screen and (max-width:1024px) {
  .cms p.is-style-p-badge {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cms p.is-style-p-badge {
    font-size: 11px;
  }
}
.cms p.is-style-p-badge + p {
  margin-top: 5px !important;
}
.cms .table-wrap-line3,
.cms .table-wrap-line4,
.cms .table-wrap-line5,
.cms .table-wrap-line6,
.cms .table-wrap-line7,
.cms .table-wrap-line8,
.cms .table-wrap-line9,
.cms .table-wrap-line10,
.cms .table-wrap-line11,
.cms .table-wrap-line12,
.cms .table-wrap-line13,
.cms .table-wrap-line14,
.cms .table-wrap-line15 {
  width: 100%;
  overflow-x: scroll;
}
.cms .table-wrap-line3 table {
  min-width: 500px;
}
.cms .table-wrap-line4 table {
  min-width: 500px;
}
.cms .table-wrap-line5 table {
  min-width: 500px;
}
.cms .table-wrap-line6 table {
  min-width: 600px;
}
.cms .table-wrap-line7 table {
  min-width: 700px;
}
.cms .table-wrap-line8 table {
  min-width: 800px;
}
.cms .table-wrap-line9 table {
  min-width: 900px;
}
.cms .table-wrap-line10 table,
.cms .table-wrap-line11 table,
.cms .table-wrap-line12 table,
.cms .table-wrap-line13 table,
.cms .table-wrap-line14 table,
.cms .table-wrap-line15 table {
  min-width: 1040px;
}
.cms .wp-block-advgb-table {
  margin-top: 60px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: rgba(10, 20, 35, 0.3) solid 1px !important;
}
@media screen and (max-width:767px) {
  .cms .wp-block-advgb-table {
    margin-top: 40px;
  }
}
@media screen and (max-width:1024px) {
  .cms .wp-block-advgb-table {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms .wp-block-advgb-table {
    font-size: 13px;
  }
}
.cms .wp-block-advgb-table a {
  color: #3a62ad;
  text-decoration: underline;
}
.cms .wp-block-advgb-table th {
  white-space: nowrap;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .cms .wp-block-advgb-table th {
    white-space: inherit;
  }
}
.cms .wp-block-advgb-table td,
.cms .wp-block-advgb-table th {
  padding: 1em 2em;
  vertical-align: middle;
  border-top: rgba(10, 20, 35, 0.3) solid 1px !important;
}
.cms .wp-block-advgb-table thead {
  border-top: rgba(10, 20, 35, 0.3) solid 1px;
  text-align: left;
}
.cms .wp-block-advgb-table tfoot {
  background: rgba(10, 20, 35, 0.1);
}
.cms .wp-block-advgb-table tbody tr:nth-child(odd) {
  background: #f5f7fb;
  border-top: rgba(10, 20, 35, 0.3) solid 1px !important;
}
.cms .wp-block-advgb-table tbody tr:nth-child(even) {
  background: #FFF;
  border-top: rgba(10, 20, 35, 0.3) solid 1px !important;
}
.cms .wp-block-advgb-table.is-style-tb-small {
  margin-top: 30px;
  border-bottom: #f5f7fb solid 2px !important;
}
@media screen and (max-width:767px) {
  .cms .wp-block-advgb-table.is-style-tb-small {
    margin-top: 20px;
  }
}
.cms .wp-block-advgb-table.is-style-tb-small td,
.cms .wp-block-advgb-table.is-style-tb-small th {
  padding: 0.5em 1em 0.5em 0;
  border-top: #f5f7fb solid 2px !important;
  color: #0a1423;
}
.cms .wp-block-advgb-table.is-style-tb-small tbody tr:nth-child(odd) {
  background: #FFF;
  border-top: #f5f7fb solid 2px !important;
}
.cms .wp-block-advgb-table.is-style-tb-small tbody tr:nth-child(even) {
  background: #FFF;
  border-top: #f5f7fb solid 2px !important;
}
.cms .wp-block-advgb-table.is-style-tb-small {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cms .wp-block-advgb-table.is-style-tb-small {
    margin-top: 20px;
  }
}
.cms .wp-block-advgb-table.is-style-tb-small td,
.cms .wp-block-advgb-table.is-style-tb-small th {
  padding: 0.5em 1em;
}
.cms .wp-block-advgb-table.is-style-tb-small tbody tr {
  background: none;
}
.cms .wp-block-advgb-table.is-style-tb-firstHead tbody tr td:first-child,
.cms .wp-block-advgb-table.is-style-tb-firstHead tbody tr th:first-child {
  background: rgba(10, 20, 35, 0.15);
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  width: 30%;
}
.cms .wp-block-advgb-table.is-style-tb-firstHead tbody tr td:not(:first-child),
.cms .wp-block-advgb-table.is-style-tb-firstHead tbody tr th:not(:first-child) {
  width: 60%;
}
.cms .wp-block-table {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .cms .wp-block-table {
    margin-top: 40px;
  }
}
.cms .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: rgba(10, 20, 35, 0.3) solid 1px !important;
}
@media screen and (max-width:1024px) {
  .cms .wp-block-table table {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms .wp-block-table table {
    font-size: 13px;
  }
}
.cms .wp-block-table table a {
  color: #3a62ad;
  text-decoration: underline;
}
.cms .wp-block-table table th {
  white-space: nowrap;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .cms .wp-block-table table th {
    white-space: inherit;
  }
}
.cms .wp-block-table table td,
.cms .wp-block-table table th {
  padding: 1em 2em;
  vertical-align: middle;
  border-top: rgba(10, 20, 35, 0.3) solid 1px !important;
}
.cms .wp-block-table table thead {
  border-top: rgba(10, 20, 35, 0.3) solid 1px;
  text-align: left;
}
.cms .wp-block-table table tfoot {
  background: rgba(10, 20, 35, 0.1);
}
.cms .wp-block-table table tbody tr:nth-child(odd) {
  background: #f5f7fb;
  border-top: rgba(10, 20, 35, 0.3) solid 1px !important;
}
.cms .wp-block-table table tbody tr:nth-child(even) {
  background: #FFF;
  border-top: rgba(10, 20, 35, 0.3) solid 1px !important;
}
.cms .wp-block-table.tb-width-fix td:first-child {
  width: 200px;
}
.cms .wp-block-table.is-style-tb-small {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cms .wp-block-table.is-style-tb-small {
    margin-top: 20px;
  }
}
.cms .wp-block-table.is-style-tb-small table {
  border-bottom: #f5f7fb solid 2px !important;
}
.cms .wp-block-table.is-style-tb-small td,
.cms .wp-block-table.is-style-tb-small th {
  padding: 0.5em 1em 0.5em 0;
  border-top: #f5f7fb solid 2px !important;
  color: rgba(10, 20, 35, 0.6);
}
.cms .wp-block-table.is-style-tb-small tbody tr:nth-child(odd) {
  background: #FFF;
  border-top: #f5f7fb solid 2px !important;
}
.cms .wp-block-table.is-style-tb-small tbody tr:nth-child(even) {
  background: #FFF;
  border-top: #f5f7fb solid 2px !important;
}
.cms .wp-block-table.is-style-tb-firstHead tbody tr td:first-child,
.cms .wp-block-table.is-style-tb-firstHead tbody tr th:first-child {
  background: rgba(10, 20, 35, 0.15);
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  width: 30%;
}
.cms .wp-block-table.is-style-tb-firstHead tbody tr td:not(:first-child),
.cms .wp-block-table.is-style-tb-firstHead tbody tr th:not(:first-child) {
  width: 60%;
}
.cms .wp-block-separator,
.cms .wp-block-separator.is-style-default {
  margin: 30px auto;
  border-top: #0a1423 solid 2px;
  width: 100%;
  max-width: inherit !important;
}
@media screen and (max-width:767px) {
  .cms .wp-block-separator,
  .cms .wp-block-separator.is-style-default {
    margin: 30px auto;
    border-top: #0a1423 solid 1px;
  }
}
.cms .is-style-hr1 {
  margin: 60px auto;
  width: 100%;
  max-width: inherit !important;
  opacity: 1 !important;
  height: 8px;
  border: none;
  position: relative;
}
.cms .is-style-hr1::before {
  content: "";
  height: 8px;
  width: calc(100vw - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0a1423;
  top: 0;
  position: absolute;
}
@media screen and (max-width:767px) {
  .cms .is-style-hr1 {
    margin: 30px auto;
  }
}
.cms .is-style-hr2 {
  margin: 60px auto;
  height: 17px;
  width: 30%;
  border: none;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head.svg);
  background-size: auto 25px;
  opacity: 0.5;
}
.cert .cms .is-style-hr2 {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/line_head_sub.svg);
}
@media screen and (max-width:767px) {
  .cms .is-style-hr2 {
    margin: 30px auto;
  }
}
.cms .is-style-hr3 {
  margin: 60px auto;
  height: 10px;
  border: none;
  background: rgba(235, 200, 10, 0.8);
  -webkit-transform: skew(-11.048deg);
          transform: skew(-11.048deg);
}
@media screen and (max-width:767px) {
  .cms .is-style-hr3 {
    margin: 30px auto;
  }
}
.cms .is-style-hr4 {
  margin: 60px auto;
  height: 2px;
  border: none;
  background: rgba(58, 98, 173, 0.5);
  position: relative;
}
.cert .cms .is-style-hr4 {
  background: rgba(235, 200, 10, 0.5);
}
.cms .is-style-hr4::before {
  content: "";
  height: 46px;
  width: 46px;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
  border-radius: 50%;
  border: #FFF solid 3px;
  background-color: #f5f7fb;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_down_main.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cert .cms .is-style-hr4::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_normal_down_sub.svg);
}
@media screen and (max-width:767px) {
  .cms .is-style-hr4 {
    margin: 30px auto;
  }
}
.cms .is-style-g-style1 {
  padding: 30px;
  position: relative;
  margin-top: 60px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
}
@media screen and (max-width:767px) {
  .cms .is-style-g-style1 {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-g-style1 {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
.cms .is-style-g-style1::before {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 2px solid #f5f7fb;
  border-radius: 10px;
  pointer-events: none;
  position: absolute;
}
.cms .is-style-g-style1 > div.wp-block-group__inner-container *:first-child {
  margin-top: 0 !important;
}
.cms .wp-block-columns .is-style-g-style1 *:first-child {
  margin-top: 0 !important;
}
.cms .is-style-g-style2 {
  position: relative;
  margin-top: 60px;
  padding: 40px 0;
}
@media screen and (max-width:767px) {
  .cms .is-style-g-style2 {
    margin-top: 40px;
  }
}
.cms .is-style-g-style2::before {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern.png);
  background-size: 700px auto;
  background-position: center 0;
  background-color: #f5f7fb;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cert .cms .is-style-g-style2::before {
  background-color: #FFF;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/bg_pattern_cert.png);
}
.cms .is-style-g-style2 div.wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.cms .is-style-g-style2 > div.wp-block-group__inner-container *:first-child {
  margin-top: 0 !important;
}
.cms ul a,
.cms ol a {
  color: #3a62ad;
  text-decoration: underline;
}
.cms ul:not([class^=is-style]).has-fxs-font-size,
.cms ol:not([class^=is-style]).has-fxs-font-size {
  font-size: 13px;
}
@media screen and (max-width:1024px) {
  .cms ul:not([class^=is-style]).has-fxs-font-size,
  .cms ol:not([class^=is-style]).has-fxs-font-size {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]).has-fxs-font-size,
  .cms ol:not([class^=is-style]).has-fxs-font-size {
    font-size: 11px;
  }
}
.cms ul:not([class^=is-style]).has-fs-font-size,
.cms ol:not([class^=is-style]).has-fs-font-size {
  font-size: 15px;
}
@media screen and (max-width:1024px) {
  .cms ul:not([class^=is-style]).has-fs-font-size,
  .cms ol:not([class^=is-style]).has-fs-font-size {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]).has-fs-font-size,
  .cms ol:not([class^=is-style]).has-fs-font-size {
    font-size: 13px;
  }
}
.cms ul:not([class^=is-style]).has-fm-font-size,
.cms ol:not([class^=is-style]).has-fm-font-size {
  font-size: 18px;
}
@media screen and (max-width:1024px) {
  .cms ul:not([class^=is-style]).has-fm-font-size,
  .cms ol:not([class^=is-style]).has-fm-font-size {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]).has-fm-font-size,
  .cms ol:not([class^=is-style]).has-fm-font-size {
    font-size: 14px;
  }
}
.cms ul:not([class^=is-style]).has-fl-font-size,
.cms ol:not([class^=is-style]).has-fl-font-size {
  font-size: 22px;
}
@media screen and (max-width:1024px) {
  .cms ul:not([class^=is-style]).has-fl-font-size,
  .cms ol:not([class^=is-style]).has-fl-font-size {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]).has-fl-font-size,
  .cms ol:not([class^=is-style]).has-fl-font-size {
    font-size: 18px;
  }
}
.cms ul:not([class^=is-style]).has-fxl-font-size,
.cms ol:not([class^=is-style]).has-fxl-font-size {
  font-size: 26px;
}
@media screen and (max-width:1024px) {
  .cms ul:not([class^=is-style]).has-fxl-font-size,
  .cms ol:not([class^=is-style]).has-fxl-font-size {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]).has-fxl-font-size,
  .cms ol:not([class^=is-style]).has-fxl-font-size {
    font-size: 22px;
  }
}
.cms ul:not([class^=is-style]).has-fxxl-font-size,
.cms ol:not([class^=is-style]).has-fxxl-font-size {
  font-size: 30px;
}
@media screen and (max-width:1024px) {
  .cms ul:not([class^=is-style]).has-fxxl-font-size,
  .cms ol:not([class^=is-style]).has-fxxl-font-size {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]).has-fxxl-font-size,
  .cms ol:not([class^=is-style]).has-fxxl-font-size {
    font-size: 26px;
  }
}
.cms ul:not([class^=is-style]) {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
  padding-left: 1.5em;
}
@media screen and (max-width:1024px) {
  .cms ul:not([class^=is-style]) {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]) {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms ul:not([class^=is-style]) {
    margin-top: 20px;
  }
}
.cms ul:not([class^=is-style]) li {
  list-style: disc;
}
.cms ul:not([class^=is-style]) li:not(:first-child) {
  margin-top: 0.2em;
}
.cms ol:not([class^=is-style]) {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
  padding-left: 1.5em;
}
@media screen and (max-width:1024px) {
  .cms ol:not([class^=is-style]) {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms ol:not([class^=is-style]) {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms ol:not([class^=is-style]) {
    margin-top: 20px;
  }
}
.cms ol:not([class^=is-style]) li {
  list-style: decimal;
}
.cms ol:not([class^=is-style]) li:not(:first-child) {
  margin-top: 0.2em;
}
.cms ol:not([class^=is-style]) .lower-roman li {
  list-style-type: lower-roman !important;
}
.cms ol:not([class^=is-style]) .upper-roman li {
  list-style-type: upper-roman !important;
}
.cms ol:not([class^=is-style]) .lower-greek li {
  list-style-type: lower-greek !important;
}
.cms ol:not([class^=is-style]) .decimal li {
  list-style-type: decimal !important;
}
.cms ol:not([class^=is-style]) .decimal-leading-zero li {
  list-style-type: decimal-leading-zero !important;
}
.cms ol:not([class^=is-style]) .lower-latin li {
  list-style-type: lower-latin !important;
}
.cms ol:not([class^=is-style]) .lower-alpha li {
  list-style-type: lower-alpha !important;
}
.cms ol:not([class^=is-style]) .upper-latin li {
  list-style-type: upper-latin !important;
}
.cms ol:not([class^=is-style]) .upper-alpha li {
  list-style-type: upper-alpha !important;
}
.cms ol:not([class^=is-style]) .cjk-ideographic li {
  list-style-type: cjk-ideographic !important;
}
.cms ol:not([class^=is-style]) .hiragana li {
  list-style-type: hiragana !important;
}
.cms ol:not([class^=is-style]) .katakana li {
  list-style-type: katakana !important;
}
.cms ol:not([class^=is-style]) .hiragana-iroha li {
  list-style-type: hiragana-iroha !important;
}
.cms ol:not([class^=is-style]) .katakana-iroha li {
  list-style-type: katakana-iroha !important;
}
.cms .is-style-li-style1 {
  margin-top: 30px;
  counter-reset: number;
  color: #3a62ad;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style1 {
    margin-top: 20px;
  }
}
.cert .cms .is-style-li-style1 {
  color: #888168;
}
.cms .is-style-li-style1 > li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 5em;
  padding-left: 5.5555555556em;
}
@media screen and (max-width:1024px) {
  .cms .is-style-li-style1 > li {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style1 > li {
    font-size: 14px;
  }
}
.cms .is-style-li-style1 > li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style1 > li:not(:first-child) {
    margin-top: 10px;
  }
}
.cms .is-style-li-style1 > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5em;
  width: 2.5em;
  border: solid 1px #3a62ad;
  border-radius: 2.5em 0 0 2.5em;
  border-right: 0;
}
.cert .cms .is-style-li-style1 > li::before {
  border-color: #ebc80a;
}
.cms .is-style-li-style1 > li::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2333333333em;
  margin: auto;
  height: 2.5333333333em;
  width: 2.5333333333em;
  border-radius: 50%;
  background: #f5f7fb;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  line-height: 2.5333333333em;
  font-weight: bold;
  font-size: 30px;
  color: #3a62ad !important;
}
@media screen and (max-width:1024px) {
  .cms .is-style-li-style1 > li::after {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style1 > li::after {
    font-size: 26px;
  }
}
.cert .cms .is-style-li-style1 > li::after {
  color: #ebc80a !important;
}
.cms .is-style-li-style2 {
  margin-top: 30px;
  color: #3a62ad;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style2 {
    margin-top: 20px;
  }
}
.cert .cms .is-style-li-style2 {
  color: #888168;
}
.cms .is-style-li-style2 > li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 5em;
  padding-left: 5.5555555556em;
}
@media screen and (max-width:1024px) {
  .cms .is-style-li-style2 > li {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style2 > li {
    font-size: 14px;
  }
}
.cms .is-style-li-style2 > li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style2 > li:not(:first-child) {
    margin-top: 10px;
  }
}
.cms .is-style-li-style2 > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5em;
  width: 2.5em;
  border: solid 1px #3a62ad;
  border-radius: 2.5em 0 0 2.5em;
  border-right: 0;
}
.cert .cms .is-style-li-style2 > li::before {
  border-color: #ebc80a;
}
.cms .is-style-li-style2 > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2333333333em;
  margin: auto;
  height: 2.5333333333em;
  width: 2.5333333333em;
  border-radius: 50%;
  background-color: #f5f7fb;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
  font-size: 30px;
}
@media screen and (max-width:1024px) {
  .cms .is-style-li-style2 > li::after {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style2 > li::after {
    font-size: 26px;
  }
}
.cert .cms .is-style-li-style2 > li::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/check_sub.svg);
}
.cms .is-style-li-style-link {
  margin-top: 30px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-link {
    margin-top: 20px;
  }
}
.cms .is-style-li-style-link > li {
  list-style: none !important;
  width: 48%;
  position: relative;
  margin-top: 60px;
  font-size: 22px;
  line-height: 1.4;
  font-family: "TBUDGothic E", "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-link > li {
    margin-top: 40px;
  }
}
@media screen and (max-width:1024px) {
  .cms .is-style-li-style-link > li {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-link > li {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-link > li {
    width: 100%;
  }
}
.cms .is-style-li-style-link > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 28px 10px 0;
  color: #3a62ad;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cert .cms .is-style-li-style-link > li a {
  color: #888168;
}
.cms .is-style-li-style-link > li a::before {
  content: "";
  height: 2px;
  width: calc(100% - 28px);
  position: absolute;
  bottom: 0;
  background: #3a62ad;
  left: 0;
}
.cert .cms .is-style-li-style-link > li a::before {
  background: #ebc80a;
}
.cms .is-style-li-style-link > li a::after {
  content: "";
  height: 12px;
  width: 19px;
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_main.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cert .cms .is-style-li-style-link > li a::after {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/arrow_jaet_sub.svg);
}
.cms .is-style-li-style-link > li a:hover {
  opacity: 1;
  color: #0a1423;
}
.cms .is-style-li-style-link > li a:hover::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: bt-line 1s ease-out both infinite;
          animation: bt-line 1s ease-out both infinite;
}
.cms .is-style-li-style-link > li a:hover::after {
  -webkit-animation: bt-arrow 1s ease-out both infinite;
          animation: bt-arrow 1s ease-out both infinite;
}
.cms .is-style-li-style-comment {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment {
    margin-top: 20px;
  }
}
.cms .is-style-li-style-comment > li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
          box-shadow: 0 0 20px rgba(10, 20, 35, 0.05);
  min-height: 110px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:1024px) {
  .cms .is-style-li-style-comment > li {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li {
    -webkit-box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
            box-shadow: 0 0 10px rgba(10, 20, 35, 0.05);
  }
}
.cms .is-style-li-style-comment > li::before {
  content: "";
  height: 110px;
  width: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li::before {
    height: 65px;
    width: 65px;
  }
}
.cms .is-style-li-style-comment > li:nth-child(odd) {
  margin-left: 125px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li:nth-child(odd) {
    margin-left: 75px;
  }
}
.cms .is-style-li-style-comment > li:nth-child(odd)::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/comment_l.svg);
  background-size: contain;
  left: -125px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li:nth-child(odd)::before {
    left: -75px;
  }
}
.cms .is-style-li-style-comment > li:nth-child(even) {
  margin-right: 125px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li:nth-child(even) {
    margin-right: 75px;
  }
}
.cms .is-style-li-style-comment > li:nth-child(even)::before {
  background-image: url(/wp-jaet/wp-content/themes/jaet/asset/images/comment_r.svg);
  background-size: contain;
  right: -125px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li:nth-child(even)::before {
    right: -75px;
  }
}
.cms .is-style-li-style-comment > li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .cms .is-style-li-style-comment > li {
    min-height: 65px;
  }
}
.cms table.advgb-table-frontend td,
.cms table.advgb-table-frontend tr {
  border: 0px solid transparent;
}
@media screen and (min-width:1281px) {
  .cms .alignwide {
    width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw + 50px);
    padding-left: 50%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1566px;
  }
}
@media screen and (min-width:1636px) {
  .cms .alignwide {
    width: 1536px;
    margin-left: -178px;
    padding-left: 0;
  }
}
.cms .alignfull {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  padding-left: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

_:-ms-input-placeholder,
:root .t-about__image-wrap::after {
  opacity: 0.3;
}

_:-ms-input-placeholder,
:root .full-card__bg-wrap::after {
  opacity: 0.3;
}

_:-ms-input-placeholder,
:root .page-mv__image-wrap::before {
  opacity: 0.3;
}

_:-ms-input-placeholder,
:root .annual-card__mv::after {
  opacity: 0.3;
}/*# sourceMappingURL=style.css.map */