@charset "UTF-8";
* {
  --color-navy: #0000ff;
  --color-blue: #16a4f7
}
html {
  font-size: 62.5%;
  overflow: auto
}
body {
  overflow-x: hidden;
}
#header {
  box-shadow: 0 0 10px #00000026
}
@media (width<=1201px) {
  #global_menu_button span {
    background-color: #000 !important
  }
}
@media (width>=1202px) {
  #global_menu > ul > li > a {
    color: #000 !important
  }
}
#container {
  padding-top: 60px
}
@media (width>=768px) {
  #container {
    padding-top: 80px
  }
}
.l-container, .l-wrapper {
  box-sizing: border-box;
  padding-left: min(5.33vw, 40px);
  padding-right: min(5.33vw, 40px);
  line-height: 1.8
}
.l-container img, .l-wrapper img {
  max-width: 100%
}
@media (width>=768px) {
  .l-container, .l-wrapper {
    max-width: 1150px;
    margin: auto
  }
}
@media (width>=1230px) {
  .l-container, .l-wrapper {
    padding-left: 0;
    padding-right: 0
  }
}
.l-wrapper {
  grid-gap: 50px;
  grid-template-columns: 100%;
  display: grid
}
.l-wrapper a {
  transition: all .35s
}
.l-wrapper em {
  font-style: normal
}
@media (width>=768px) {
  .l-wrapper {
    margin-bottom: 100px
  }
}
@media (width>=1080px) {
  .l-wrapper {
    grid-template-columns: 1fr 25%;
    display: grid
  }
}
.l-breadcrumb {
  box-sizing: border-box;
  padding: 30px min(5.33vw, 40px)
}
@media (width>=768px) {
  .l-breadcrumb {
    max-width: 1150px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px
  }
}
@media (width>=1230px) {
  .l-breadcrumb {
    padding-left: 0;
    padding-right: 0
  }
}
.l-breadcrumb-list {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  display: flex;
  overflow: auto
}
.l-breadcrumb-list::-webkit-scrollbar {
  display: none
}
.l-breadcrumb-list__item {
  font-size: 1.1rem;
  display: inline-block
}
.l-breadcrumb-list__item:nth-child(2) {/*englishページのリンクを非表示*/
  display: none;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: .5em
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  content: "";
  transform-origin: 50%;
  border-top: 1px solid;
  border-right: 1px solid;
  width: .4em;
  height: .4em;
  margin-right: .5em;
  display: inline-block;
  transform: translateY(-1px)rotate(45deg)
}
.l-breadcrumb-list__item-link {
  color: var(--color-navy)
}
@media not all and (pointer:coarse) {
  .l-breadcrumb-list__item-link:hover svg path {
    fill: #16a4f7
  }
}
.l-breadcrumb-list__item-link svg {
  width: 1em;
  height: 1em;
  display: block
}
@media (width>=768px) {
  .l-breadcrumb-list__item {
    font-size: 1.2rem
  }
}
aside#sidebar > header {
  box-sizing: border-box;
  background-color: var(--color-navy);
  color: #fff;
  height: 50px;
  font-size: clamp(1.2rem, .770149rem + .895522vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  display: flex
}
aside#sidebar > header em {
  font-size: clamp(1.5rem, .855224rem + 1.34328vw, 2.4rem);
  font-weight: 600
}
@media (width<=767.98px) {
  aside#sidebar > header {
    justify-content: space-between;
    align-items: center;
    padding: 0 20px
  }
}
@media (width>=768px) {
  aside#sidebar > header {
    flex-direction: column;
    justify-content: center;
    height: 160px;
    padding: 40px
  }
}
@media (width>=768px) and (width<=1149.98px) {
  aside#sidebar > header {
    height: 120px;
    padding: 20px
  }
}
.l-sidebar01 {
  margin-top: 50px;
  margin-bottom: 50px
}
.l-sidebar01__item {
  box-sizing: border-box;
  padding: 15px
}
.l-sidebar01__item span {
  color: var(--color-navy);
  margin-bottom: 15px;
  font-size: clamp(1.8rem, 1.51343rem + .597015vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
  display: block
}
.l-sidebar01__item > ul li a {
  display: block
}
.l-sidebar01__item > ul li:not(:last-of-type) {
  margin-bottom: 15px
}
@media (width<=767.98px) {
  .l-sidebar01__item {
    border: 1px solid #ddd
  }
  .l-sidebar01__item:not(:last-of-type) {
    border-bottom-width: 0
  }
}
@media (width>=768px) {
  .l-sidebar01 {
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
    margin-bottom: 100px;
    display: grid
  }
  .l-sidebar01__item {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
  }
  .l-sidebar01__item span {
    margin-bottom: 20px
  }
  .l-sidebar01__item:nth-of-type(3n) {
    border-right: 1px solid #ddd
  }
  .l-sidebar01__item > ul li {
    margin-bottom: 20px
  }
}
.l-sidebar02__item.is-active {
  background-color: #7f7fff
}
.l-sidebar02__item.is-active a {
  color: #fff;
  pointer-events: none
}
.l-sidebar02__item a {
  display: block
}
@media not all and (pointer:coarse) {
  .l-sidebar02__item a:hover {
    color: var(--color-blue);
    transform: translate(1em)
  }
}
.l-sidebar02__item:has(>a:only-of-type) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd
}
.l-sidebar02__item:has(>a:only-of-type) + .l-sidebar02__item:has(>a:only-of-type) {
  border-top: 1px solid #ddd
}
.l-sidebar02__item > a:only-of-type {
  box-sizing: border-box;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  display: flex
}
.l-sidebar02__item > span {
  box-sizing: border-box;
  background-color: var(--color-navy);
  color: #fff;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  font-weight: 600;
  display: flex
}
.l-sidebar02__item > ul li {
  border: 1px solid #ddd
}
.l-sidebar02__item > ul li a {
  box-sizing: border-box;
  align-items: center;
  min-height: 50px;
  padding: 0 35px;
  display: flex
}
.l-sidebar02__item > ul li:not(:last-of-type) {
  border-bottom-width: 0
}
.l-sidebar02__item > ul li.is-active {
  background-color: #7f7fff
}
.l-sidebar02__item > ul li.is-active a {
  color: #fff;
  pointer-events: none
}
@media (width<=767.98px) {
  .l-sidebar02 {
    margin-bottom: 50px
  }
}
@media (width>=768px) {
  .l-sidebar02__item > a:only-of-type, .l-sidebar02__item > span {
    min-height: 70px;
    padding: 0 25px
  }
  .l-sidebar02__item > ul li a {
    min-height: 70px;
    padding: 0 35px
  }
}
@media (width>=1080px) and (width<=1230px) {
  .l-sidebar02__item {
    font-size: 1.4rem
  }
  .l-sidebar02__item > a:only-of-type, .l-sidebar02__item > span {
    padding: 0 15px
  }
  .l-sidebar02__item > ul li a {
    padding: 0 25px
  }
}
#adobe {
  grid-gap: 1em;
  margin-top: 30px;
  display: grid
}
#adobe > a {
  display: inline-block
}
@media not all and (pointer:coarse) {
  #adobe > a:hover {
    opacity: .7
  }
}
#adobe > p {
  font-size: 1.2rem
}
@media (width>=768px) {
  #adobe {
    grid-gap: 2em;
    grid-template-columns: 158px 1fr;
    margin-top: 60px
  }
  #adobe > p {
    font-size: clamp(1.2rem, .944rem + .333333vw, 1.4rem)
  }
}
.xj_chart_table th, .xj_chart_table td {
  border: 1px solid #ddd
}
.c-head01 {
  color: var(--color-navy);
  border-bottom: 3px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 12px;
  font-size: clamp(2rem, 1.42687rem + 1.19403vw, 2.8rem);
  font-weight: 600;
  line-height: 1.5;
  position: relative
}
.c-head01:after {
  content: "";
  background-color: var(--color-navy);
  width: 30%;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0
}
.c-head02 {
  border-left: 2px solid var(--color-navy);
  margin-bottom: 30px;
  padding: 6px 0 6px 16px;
  font-size: clamp(1.8rem, 1.51343rem + .597015vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5
}
.c-head02 small {
  font-size: clamp(1.4rem, 1.18507rem + .447761vw, 1.7rem);
  display: block
}
.c-head03 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(1.3rem, .941791rem + .746269vw, 1.8rem);
  font-weight: 500;
  line-height: 1.2
}
.c-head03__en {
  color: var(--color-navy);
  font-family: Times New Roman, 游明朝, Yu Mincho, 游明朝体, YuMincho, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HiraMinProN-W3, HGS明朝E, ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: clamp(2.4rem, 1.97015rem + .895522vw, 3rem);
  font-weight: 600;
  display: block
}
@media (width>=768px) {
  .c-head03 {
    margin-bottom: 80px
  }
}
.c-head04 {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}
.c-head04:before {
  content: "";
  z-index: -1;
  background-color: var(--color-navy);
  width: 100vw;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%)
}
.c-head04 h1 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-family: Times New Roman, 游明朝, Yu Mincho, 游明朝体, YuMincho, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HiraMinProN-W3, HGS明朝E, ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: clamp(2.6rem, 2.17015rem + .895522vw, 3.2rem);
  line-height: 1.2
}
@media (width>=768px) {
  .c-head04 {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px
  }
}
.c-btn01 {
  text-align: center;
  margin-top: 40px
}
.c-btn01__link {
  box-sizing: border-box;
  z-index: 3;
  min-width: 240px;
  max-width: 100%;
  height: 50px;
  color: var(--color-navy);
  border: 1px solid #0000ff;
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden
}
.c-btn01__link:before {
  content: "";
  z-index: -1;
  transform-origin: 0 100%;
  background: #0000ff;
  width: calc(100% + 70px);
  height: calc(100% + 2px);
  transition: all .5s cubic-bezier(.22, 1, .36, 1);
  display: block;
  position: absolute;
  top: -1px;
  left: calc(-100% - 70px);
  transform: skew(45deg)
}
@media not all and (pointer:coarse) {
  .c-btn01__link:hover {
    color: #fff
  }
  .c-btn01__link:hover:before {
    left: 0
  }
}
@media (width>=768px) {
  .c-btn01__link {
    min-width: 260px;
    height: 70px;
    padding: 0 20px;
    line-height: 70px
  }
}
.c-set01 + .c-set01 {
  margin-top: 40px
}
.c-set01 p > a:not([class]) {
  color: #0000ff
}
@media not all and (pointer:coarse) {
  .c-set01 p > a:not([class]):hover {
    color: var(--color-blue)
  }
}
.c-set01 p + p {
  margin-top: 1.5em
}
.c-set01__img {
  text-align: center;
  margin-bottom: 30px
}
.c-set01__img img {
  width: 75%;
  margin: 0 auto .5em;
  display: block
}
.c-set01__img figcaption {
  font-size: clamp(1.2rem, 1.05672rem + .298507vw, 1.4rem);
  line-height: 1.5
}
@media (width>=768px) {
  .c-set01:has(.c-set01__img) {
    overflow: hidden
  }
  .c-set01:has(.c-set01__img) .c-set01__img {
    float: right;
    max-width: 250px;
    margin: 0 0 20px 30px
  }
  .c-set01:has(.c-set01__img) .c-set01__img img {
    width: 100%
  }
  .c-set01 + .c-set01 {
    margin-top: 80px
  }
}
.c-box01 {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 1em
}
.c-table01 + .c-table01 {
  margin-top: 40px
}
.c-table01 table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}
.c-table01 table th {
  width: 25%
}
.c-table01 table th, .c-table01 table td {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.8
}
@media (width<=767.98px) {
  .c-table01 table {
    font-size: 1.4rem
  }
  .c-table01.is-sp-half th, .c-table01.is-sp-half td {
    width: 50%
  }
}
@media (width>=768px) {
  .c-table01 table th {
    width: 160px
  }
  .c-table01 table th, .c-table01 table td {
    padding: 17px 30px;
    line-height: 1.8
  }
}
.c-table02 table {
  table-layout: fixed
}
.c-table02 table th, .c-table02 table td {
  padding: 10px;
  line-height: 1.5
}
.c-table02 table th:first-child, .c-table02 table td:first-child {
  width: 8em;
}
@media (width<=767.98px) {
  .c-table02 table {
    font-size: 1.4rem
  }
}
@media (width>=768px) {
  .c-table02 table th, .c-table02 table td {
    padding: 15px
  }
}
@media (width<=767.98px) {
  .c-list01 dd:not(:last-of-type) {
    margin-bottom: 1em
  }
}
@media (width>=768px) {
  .c-list01 {
    grid-gap: 1em;
    grid-template-columns: auto 10em;
    display: grid
  }
}
.c-list02 {
  margin-bottom: 30px
}
.c-list02__item h2 {
  margin-bottom: .5em;
  font-size: clamp(1.6rem, 1.31343rem + .597015vw, 2rem);
  font-weight: 600;
  line-height: 1.5
}
.c-list02__item h2 small {
  margin-left: .5em;
  font-size: clamp(1.3rem, 1.08507rem + .447761vw, 1.6rem);
  display: block
}
.c-list02__item p {
  margin-bottom: 15px
}
.c-list02__item img {
  max-width: 100%
}
.c-list02__item .library_btn a {
  color: #0000ff
}
@media (width<=767.98px) {
  .c-list02__item:not(:last-of-type) {
    margin-bottom: 30px
  }
}
@media (width>=768px) {
  .c-list02 {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
    display: grid
  }
  .c-list02.has-border {
    grid-gap: 0
  }
}
.c-list02.has-border .c-list02__item {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 15px
}
.c-list02.has-border .c-list02__item .library_btn {
  text-align: right
}
@media (width<=767.98px) {
  .c-list02.has-border .c-list02__item:not(:last-of-type) {
    border-bottom-width: 0;
    margin-bottom: 0
  }
}
@media (width>=768px) {
  .c-list02.has-border .c-list02__item {
    flex-direction: column;
    padding: 30px;
    display: flex
  }
  .c-list02.has-border .c-list02__item .xj-library {
    flex-grow: 1
  }
  .c-list02.has-border .c-list02__item:nth-of-type(odd) {
    border-right-width: 0
  }
  .c-list02.has-border .c-list02__item:not(:nth-last-of-type(-n+2)) {
    border-bottom-width: 0
  }
}
.c-faq01__item {
  border: 1px solid #ddd;
  list-style: none
}
.c-faq01__item:not(:last-of-type) {
  border-bottom-width: 0
}
.c-faq01__item h2, .c-faq01__item p {
  box-sizing: border-box;
  padding: 15px 20px
}
.c-faq01__item h2 {
  background-color: #f7f7f7
}
.c-faq01__item p a {
  color: var(--color-navy)
}
@media not all and (pointer:coarse) {
  .c-faq01__item p a:hover {
    color: var(--color-blue)
  }
}
@media (width>=768px) {
  .c-faq01__item h2, .c-faq01__item p {
    padding: 20px 30px
  }
}
.c-note01 {
  margin-top: 2em;
  font-size: 1.3rem
}
@media (width>=768px) {
  .c-note01 {
    font-size: 1.5rem
  }
}