@charset "utf-8";

/* CSS Document */


.innerContents {
  background-color: var(--color-sub01);
  overflow: hidden;
}
.innerContents.-bgColor06{
  background-color: var(--color-sub06);
}
.innerContents.-membersonly{
  background-color: var(--color-third02);
}

/***********
pageHeading
************/

.pageHeading {
  text-align: center;
  font-size: clamp(15px,0.85vw, 18px);
  margin-top: 7em;
  border-bottom: 1px solid var(--color-sub02);
  background-color: var(--color-sub01);
}

.pageHeading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 7em;
  font-size: clamp(1.54rem,4vw, 2.14rem);
  position: relative;
  z-index: 9;
}
.pageHeading-title {
  font-weight: 400;
  letter-spacing: 0.2em;
}
.pageHeading-title.-en {
  font-family: var(--font-family-gothic-en);
  letter-spacing: 0.08em;
}
.pageHeading-title-icon {
  vertical-align: baseline;
  margin-right: 1.5em;
  margin-left: -1em;
  width: 1em;
  scale: 3;
}


.pageHeading-text {
  font-size: max(65%,11px);
  padding-top: 1em;
  margin-bottom: -0.5em;
}

/*
journal
*/

.pageHeading.-journal {
  background-color: #001a76;
  color: var(--color-base);
  position: relative;
}
.pageHeading.-journal::after {
  content: "Q-CI Journal";
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 800%;
  color: var(--color-base);
  white-space: nowrap;
  opacity: 0.1;
  position: absolute;
  left: 49%;
  top: 50%;
  translate: 0 -50%;
}

/*
third
*/


.pageHeading.-membersonly {
  background-color: var(--color-third01);
  color: var(--color-secondary01);
  border-bottom-color: transparent;
}


@media screen and (max-width:1560px) {

  .pageHeading {
    font-size: clamp(13px,1.1vw, 18px);
  }

}

@media screen and (max-width:1024px) {

  .pageHeading {
    margin-top: 56px;
  }

}

@media screen and (max-width:640px) {

  .pageHeading {
    margin-top: 4em;
  }
  .pageHeading-container {
    min-height: 6.5em;
    padding: 0 0.5em;
  }
  .pageHeading-title {
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .pageHeading-text {
    font-size: max(50%,11px);
    padding-top: 1em;
    margin-bottom: -0.5em;
  }


  /*
  journal
  */

  .pageHeading.-journal {
  }
  .pageHeading.-journal::after {
    font-size: 450%;
    left: auto;
    right: 0.1em;
    top: auto;
    bottom: -0.3em;
    translate: 0 0;
  }
}

/***********
box
************/

.box {
  background-color: var(--color-base);
  padding: min(5vw,4em) min(4vw,6%);
}

@media screen and (max-width:834px) {

  .box {
    margin-left: -3vw;
    margin-right: -3vw;
  }
}

/***********
pagination
************/

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 8em;
  padding-bottom: 2em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-size: clamp(116%,2vw, 154%);
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
  padding: 0.5em 0.8em;
  margin: 0 0.4em;
  border-bottom: 1px solid transparent;
  transition: 0s;
}
.pagination a {
}
.pagination a.prev ,
.pagination a.next {
  box-shadow: none;
  background-color: transparent;
}
.pagination span.dots{
  border-color: transparent;
}
body.is-pc .pagination a:hover ,
.pagination span:not(.dots){
  border-bottom-color: var(--color-primary02);
}

.pagination a.prev,
.pagination a.next{
}

@media screen and (max-width:834px) {

  .pagination {
    padding-top: 2em;
  }
  .pagination span,
  .pagination a {
    font-size: 116%;
    margin: 0 1px 2px;
  }
}


/***********
post
************/

.post {
  font-size: clamp(1.16rem,1.4vw, 1.24rem);
}

.post p:not([class]) {
  line-height: 2;
  font-size: clamp(1.16rem,1.4vw, 1.24rem);
}
.post p:not([class]) + p {
  padding-top: 1em;
}

/* .post h2:not([class]) {
  font-size: clamp(1.39rem,2.5vw, 1.7rem);
  line-height: 1.4;
  font-weight: 500;
  background-color: var(--color-primary02);
  color: var(--color-base);
  margin: 2em 0 1em 0;
  padding: 0.6em 1em ;
  position: relative;
} */
.post h2:not([class]) {
  font-size: clamp(1.24rem,2.5vw, 1.7rem);
  line-height: 1.6;
  font-weight: 500;
  border-left: 0.4em solid var(--color-secondary01);
  background-color: var(--color-base);
  margin: 2em 0 1em 0;
  padding: 0.5em 1em ;
  position: relative;
}

.post h3:not([class]) {
  font-size: 2rem;
  font-size: clamp(1.24rem,2.5vw, 1.7rem);
  font-weight: 500;
  margin: 2.5em 0 1em 0;
  line-height: 1.4;
  position: relative;
}
.post h3:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--color-primary02) 5em, var(--color-sub02) 5em);
  margin-top: 0.8em;
}


.post h4:not([class]) {
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(1.24rem,2vw, 1.54rem);
  margin: 2em 0 1em 0;
  border-left: 2px solid var(--color-primary02);
  padding: 0.1em 0em 0.1em 0.8em;
  position: relative;
}

.post h5:not([class]) {
  font-size: clamp(1.24rem,2vw, 1.54rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 2.5em 0 0.5em 0;
}

.post h6:not([class]) {
  font-size: clamp(1.24rem,2vw, 1.39rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 2em 0 0.5em 0;
  padding-left: 1em;
  position: relative;
}
.post h6:not([class])::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--color-sub01);
  box-shadow: 0 0 0 0.2em var(--color-primary02);
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 50%;
}


.post img {
  margin-bottom: 1.5em;
}
.post img[src$="jpg"],
.post img[src$="jpeg"] {
}

.post blockquote:not([class]) {
  background-color: var(--color-sub01);
  padding: min(5vw,4em) min(4vw,6%);
  margin: 2em 0;
}
.post blockquote:not([class]) h2:first-child,
.post blockquote:not([class]) h3:first-child,
.post blockquote:not([class]) h4:first-child,
.post blockquote:not([class]) h5:first-child{
  margin-top: 0;
}

.post table:not([class]) {
  border: 1px solid #aaa;
  font-size: clamp(1.16rem,1.4vw, 1.24rem);
  font-weight: 400;
}

.post table:not([class]) thead td {
  border: 1px solid var(--color-sub01);
  padding: 1em 0.8em;
  text-align: center;
  line-height: 1.8;
  background-color: var(--color-sub01);
}
.post table:not([class]) thead th{
  border: 1px solid var(--color-sub01);
  padding: 1em 1.5em;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  background-color: var(--color-brand01);
  color: var(--color-base);
}

.post table:not([class]) tbody th {
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.8;
  background-color: var(--color-sub01);
}

.post table:not([class]) tbody td {
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  color: var(--color-base);
}

.post ul:not([class]){
  font-size: clamp(1.16rem,1.4vw, 1.24rem);
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]){
  font-size: clamp(1.16rem,1.4vw, 1.24rem);
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]) li{
  padding-left: 0.5em;
}

/*
youtube比率対策
*/

.post iframe[src*="youtube"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.post table:not([class]) p:not([class]) {
  font-size: 100%;
}

@media screen and (max-width:834px) {

  .post p:not([class]) {
    font-family: var(--font-family-gothic);
    line-height: 1.8;
  }

  .post table:not([class]) thead th,
  .post table:not([class]) tbody th ,
  .post table:not([class]) tbody td {
    padding: 0.8em;
  }

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}

.post h2 + ul,
.post h3 + ul,
.post h4 + ul,
.post h5 + ul,
.post h6 + ul,
.post h2 + ol,
.post h3 + ol,
.post h4 + ol,
.post h5 + ol,
.post h6 + ol{
  padding-top: 0 !important;
}

@media screen and (max-width:834px) {

.post p:not([class]) {
  line-height: 1.8;
}
}


/***********
newsList
************/

.newsList {
  position: relative;
  font-size: clamp(116%,1.2vw, 131%);
}
.newsList::after {
  content: "";
  display: block;
  width: 200vw;
  height: 1px;
  background-color: var(--color-sub02);
  position: absolute;
  left: 50%;
  translate: -50% 0 ;
  top: 0;
}
.newsList a {
  display: flex;
  color: var(--color-brimary01);
  text-decoration: none;
  border: 1px solid var(--color-sub02);
  border-top: none;
  border-right: none;
  height: 8em;
  margin-bottom: -1px;
  position: relative;
}
.newsList a[href]::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/arrow_gr.png) no-repeat center center / 100% auto;
  position: absolute;
  right: 3.5em;
  top: 50%;
  translate: 0 -50%;
  scale: 2;
}
.newsList a[target="_blank"]::before {
  background: url(../../img/icon/external_gr.png) no-repeat center center / 100% auto;
}
.newsList a::after {
  content: "";
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  height: 100%;
  border-left: 1px solid var(--color-sub02);
}

body.is-pc .newsList a[href]:hover {
  background-color: var(--color-base);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
}
body.is-pc .newsList a[href]:not([target="_blank"]):hover::before {
  animation: anim-arrowFade 0.6s ease-in-out forwards;
}


body.is-pc .newsList a[href]:hover {
  background-color: var(--color-base);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
}



.newsList-data {
  width: 9em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1em;
  text-align: center;
  border-right: 1px dashed var(--color-sub02);
}
.newsList-data-box {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.newsList-data-time {
  display: block;
  font-family: var(--font-family-gothic-en);
}
.newsList-data-cat {
  display: inline-block;
  font-weight: 500;
  font-size: 85%;
  line-height: 1.2;
}
.newsList-inner {
  flex: 1;
  display: flex;
  align-items: center;
}
.newsList-inner-box {
  flex: 1;
  padding: 1em 1.5em 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsList-title {
  max-height: calc(3em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList-inner-img {
  width: 33%;
  height: 100%;
  max-width: 160px;
}
.newsList-inner-img img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:1024px) {


  .newsList {
    font-size: clamp(116%,1.2vw, 131%);
  }
  .newsList a {
    height: 6.5em;
    margin-bottom: -1px;
    border-left: none;
  }

  .newsList a[href]::before {
    right: 2.5em;
  }
  .newsList a[href]::after {
    aspect-ratio: 90 / 100;
  }

  .newsList-data {
    width: 6em;
    padding: 0.5em;
  }
  .newsList-data-box {
  }
  .newsList-data-time {
    font-size: 77%;
  }
  .newsList-data-cat {
    font-weight: 500;
    font-size: 77%;
  }
  .newsList-inner {
  }
  .newsList-inner-box {
    padding: 0.8em 1em 0.8em 1.2em;
  }
  .newsList-title {
  }
  .newsList-inner-img {
    width: auto;
  }
  .newsList-inner-img img {
    aspect-ratio: 1 / 1;
  }

}

@media screen and (max-width:520px) {

  .newsList {
    font-size: clamp(116%,1.2vw, 131%);
  }
  .newsList a {
    height: 6.5em;
    margin-bottom: -1px;
  }
  .newsList a::after {
    display: none !important;
  }


.newsList a[href]::before {
  right: 1em;
  scale: 1.2;
  background: none;
}
.newsList a[target="_blank"] {
  padding-right: 2em;
}
.newsList a[target="_blank"]::before {
  background: url(../../img/icon/external_gr.png) no-repeat center center / 100% auto;
}

body.is-pc .newsList a[href]:hover {
  background-color: var(--color-base);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
}



  .newsList-inner-img {
    max-width: 120px;
    width: 26vw;
  }
}


/***********
side
************/

.side {
  border-bottom: 1px solid var(--color-sub02);
  display: flex;
  justify-content: end;
}
.side-container {
  width: 100%;
  max-width: 400px;
  padding: 3.5em 5%;
  display: flex;
}
.side-heading {
  font-size: clamp(124%,1.8vw, 154%);
  width: 7em;
}
.side-heading-title {
  font-weight: 500;
}
.side-inner {
  flex: 1;
}
.side-list {
  font-size: clamp(116%,1.4vw, 124%);
}
.side-list li {
}
.side-list li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0.2em 0 0.2em 1em;
  position: relative;
}
.side-list li a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 1px;
  background-color: var(--color-primary02);
  position: absolute;
  left: 0;
  top: 1em;
  transform-origin: left;
  transition: 0.2s;
}
.side-list li.current-cat a,
body.is-pc .side-list li a:hover {
  color: var(--color-brand01);
  padding-left: 1.4em;
}
.side-list li.current-cat a::before,
body.is-pc .side-list li a:hover::before {
  scale: 2.5 1;
  background-color: var(--color-brand01);
}


.-membersonly .side-list li.current-cat a,
body.is-pc .-membersonly .side-list li a:hover {
  color: var(--color-secondary01);
}
.-membersonly .side-list li.current-cat a::before,
body.is-pc .-membersonly .side-list li a:hover::before {
  background-color: var(--color-secondary01);
}
/*
noBorder
*/

.side.-noBorder {
  border: none;
  padding-top: 4em;
}
.side.-noBorder + .side.-noBorder {
  padding-top: 0;
}
.side.-noBorder + .side.-noBorder .side-container {
  padding-top: 0;
}


/***********
catNavi
************/

.catNavi {
  overflow: auto;
}
.catNavi-list {
  display: flex;
  flex-wrap:nowrap;
}
.catNavi-list li {
}
.catNavi-list li a{
  padding: 1em 1.2em 1em;
  min-width: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: clamp(108%,3vw, 116%);
  font-weight: 400;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.catNavi-list li.current-cat a {
  border-bottom: 2px solid var(--color-primary02);
}



/***********
article
************/

.article {
}

.article-heading {
  position: relative;
  font-size: clamp(1rem,1.6vw, 1.39rem);
  margin-bottom: 2.5em;
}
.article-inner {
}

.article-heading-office {
  font-size: 139%;
  font-weight: 700;
  padding-bottom: 0.2em;
}
.article-heading-data {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.article-heading-time {
  display: block;
  font-family: var(--font-family-gothic-en);
  white-space: nowrap;
}
.article-heading-cat {
  display: inline-block;
  font-weight: 500;
  font-size: 93%;
  text-align: center;
  white-space: nowrap;
}
.article-heading-cat::before {
  content: "|";
  padding: 0 1.5em;
  opacity: 0.3;
  display: inline-block;
  translate: 0 -0.1em;
}

.article-heading-term {
  font-size: 93%;
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-base);
  font-size: 85%;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  padding: 0.1em 0.8em 0.2em;
  margin-left: 2em;
  min-width: 9.5em;
  text-align: center;
}
.article-heading-title {
  font-weight: 500;
  font-size: 154%;
}

/*
header
*/

.article-upper {
  padding-bottom: min(12vw,5em);
}

.article-header {
  border: 1px solid var(--color-sub03);
  background-color: var(--color-base);
  font-size: clamp(1rem,1.6vw, 1.39rem);
}
.article-header-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-sub03);
}
.article-header-term {
  height: 100%;
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-base);
  font-size: 85%;
  letter-spacing: 0.08em;
  padding: 1.2em 1.5em ;
  min-width: 9.5em;
  text-align: center;
}
.article-header-time {
  display: inline-block;
  font-family: var(--font-family-gothic-en);
  white-space: nowrap;
  padding-right: 2em;
}
.article-header-inner {
  font-size: 130%;
  padding: 1em 1.8em;
}
.article-header-title {
  font-weight: 500;
  font-size: 100%;
  line-height: 1.6;
}

/*
writer
*/

.article-writer {
  max-width: 700px;
  border: 1px solid var(--color-sub03);
  background-color: var(--color-base);
  font-size: clamp(1rem,1.6vw, 1.39rem);
  margin-top: -1px;
  display: inline-flex;
  gap: 0 1.5em;
  align-items: center;
  padding: 1em 2em;
}
.article-writer-img {
  width: clamp(60px,15vw, 100px);
}
.article-writer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.article-writer-inner {
  flex: 1;
}
.article-writer-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
  align-items: end;
  padding-bottom: 0.3em;
}
.article-writer-name span {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.article-writer-name small {
  font-weight: 400;
  font-size: 60%;
  font-family: var(--font-family-gothic-en);
  letter-spacing: 0.06em;
  opacity: 0.7;
}
.article-writer-data {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.8em;
  font-size: 80%;
}
.article-writer-text {
  font-size: 80%;
}



@media screen and (max-width:834px) {

  .article-heading-cat::before {
    padding: 0 0.8em;
  }
  .article-heading-title {
    font-size: 139%;
    line-height: 1.6;
  }


  /*
  header
  */

  .article-upper {
    padding-bottom: min(12vw,5em);
  }

  .article-header {
    font-size: clamp(12px,3vw, 14px);
  }
  .article-header-data {
  }
  .article-header-term {
    font-size: 90%;
    padding: 0.6em 1em ;
  }
  .article-header-time {
    padding-right: 1em;
  }
  .article-header-inner {
    font-size: 130%;
    padding: 1em min(4vw,1em);
  }

  /*
  writer
  */

  .article-writer {
    font-size: clamp(12px,3.4vw, 14px);
    gap: 0 8px;
    padding: 1em min(4vw,1em);
  }

}


/***********
paging
************/

.paging{
  position: relative;
  font-size: clamp(1.08rem,1.4vw, 1.24rem);
  margin-top: 6em;
  height: 5em;
  display: flex;
  justify-content: center;
}

.paging a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  padding: 0.8em 1em;
  line-height: 1;
}
.paging a:hover {
  color: var(--color-brand01);
}

.paging-next {
  position: absolute;
  right: 0;
  padding-right: 2em;
}
.paging-next a::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-top: 1px solid var(--color-primary02);
  border-right: 1px solid var(--color-primary02);
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.2s;
}

.paging-prev {
  position: absolute;
  left: 0;
  padding-left: 2em;
}
.paging-prev a::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-bottom: 1px solid var(--color-primary02);
  border-left: 1px solid var(--color-primary02);
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.2s;
}

.paging-next a:hover::after,
.paging-prev a:hover::after {
  border-color: var(--color-brand01);
}

@media screen and (max-width:834px) {

  .paging{
    margin-top: 4em;
  }

  .paging-next {
    padding-right: 1em;
  }
  .paging-prev {
    padding-left: 1em;
  }

}

/***********
chief
************/

.chief {
  background-color: var(--color-base);
  padding: 4em 5%;
}

.chief-container {
  display: flex;
  justify-content: center;
}
.chief-item {
  flex: 1;
  max-width: 210px;
  margin: 0 1em 2em;
  text-align: center;
}
.chief-img {
  width: 90%;
  margin: 0 auto;
}
.chief-inner {
  font-size: clamp(108%,1.2vw, 124%);
  padding-top: 1em;
}
.chief-pos {
}
.chief-name {
  font-size: 124%;
}

@media screen and (max-width:834px) {

  .chief {
    padding: min(7vw,2em) 5%;
  }

  .chief-container {
    justify-content: center;
  }
  .chief-item {
    margin: 0 0.5em 1em;
  }
  .chief-img {
    width: 80%;
  }
  .chief-inner {
    font-size: clamp(85%,2vw, 124%);
  }
  .chief-pos {
  }
  .chief-name {
    font-size: 124%;
  }

}


@media screen and (max-width:520px) {


  .chief-container {
    flex-wrap: wrap;
    margin-bottom: -2em;
  }
  .chief-item {
    flex: none;
    max-width: 45%;
    margin: 0 0.5em 2em;
  }

}

/***********
org
************/

.org {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 10em;
}
.org-item {
  min-width: 20em;
  text-align: center;
  font-size: clamp(85%,1.2vw, 124%);
  position: relative;
}
.org-box {
  display: inline-block;
  border: 1px solid var(--color-primary01);
  background-color: var(--color-base);
  padding: 1.2em 1.5em;
  min-width: 20em;
  text-align: center;
  position: relative;
  z-index: 99;
}
.org-box:has(.org-box-img) {
  padding-right: 5em;
}
.org-box-img  {
  width: 30%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.org-title {
  font-weight: 500;
  font-size: 124%;
  line-height: 1.3;
  padding-bottom: 0.2em;
}
.org-text {
}


.org-item.-no01 {
  z-index: 9;
}

.org-item.-no02 {
  text-align: right;
  margin-top: 1em;
}
.org-item.-no02::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-primary01);
  position: absolute;
  left: 50%;
  top: 50%;
}

.org-item.-no03 {
  text-align: left;
  margin-top: -4em;
}
.org-item.-no03::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-primary01);
  position: absolute;
  right: 50%;
  top: 50%;
}
.org-item.-no04 {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 3em;
}
.org-item.-no04::before {
  content: "";
  display: block;
  width: 1px;
  height: 100svh;
  background: var(--color-primary01);
  position: absolute;
  left: 50%;
  bottom: 100%;
}
.org-item.-no04::after {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background: var(--color-primary01);
  position: absolute;
  left: 50%;
  top: 100%;
}
.org-item.-no04 .org-box {
  width: 50%;
}

/*
dept
*/

.org-dept {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.org-dept::after {
  content: "";
  display: block;
  width: 68.5%;
  height: 1px;
  background: var(--color-primary01);
  position: absolute;
  left: 50%;
  translate:-50% 0 ;
  top: 0;
}


.org-dept-item {
  width: 31.5%;
  font-size: clamp(85%,1.2vw, 124%);
  position: relative;
  margin-top: 3em;
}
.org-dept-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background: var(--color-primary01);
  position: absolute;
  left: 50%;
  bottom: 100%;
}

.org-dept-headline {
  background-color: var(--color-main);
  border: 1px solid var(--color-primary01);
  border-bottom: none;
  color: var(--color-base);
  font-size: 124%;
  font-weight: 500;
  padding: 0.8em 0.5em ;
  text-align: center;
}

.org-dept-box {
  height: 100%;
  display: block;
  border: 1px solid var(--color-primary01);
  border-top: none;
  background-color: var(--color-base);
  padding: 1.2em 1.5em 1em;
  text-align: center;
  position: relative;
  z-index: 99;
}
.org-dept-heading {
  text-align: center;
  padding-bottom: 1em;
  font-size: 124%;
  font-weight: 500;
}
.org-dept-title {
  font-weight: 500;
  font-size: 124%;
  padding-bottom: 0.2em;
}

.org-dept-inner {
  text-align: left;
}
.org-dept-text {
  line-height: 1.6;
}
.org-dept-img {
  max-width: 120px;
  margin: 1em auto;
}
.org-dept-carton {
  background-color: var(--color-sub05);
  padding: 1em 1.4em;
  font-weight: 500;
}
.org-dept-subTitle {
  font-size: 108%;
  font-weight: 500;
  padding-bottom: 0.4em;
}


.org-dept-item.-no01 .org-dept-headline {
  background-color: #e75297;
}
.org-dept-item.-no01 .org-dept-carton {
  background-color: rgba(231, 82, 152, 0.07);
}

.org-dept-item.-no02 .org-dept-headline {
  background-color: #001a76;
}
.org-dept-item.-no02 .org-dept-carton {
  background-color: rgba(0, 26, 118, 0.07);
}

.org-dept-item.-no03 .org-dept-headline {
  background-color: #0092e5;
}
.org-dept-item.-no03 .org-dept-carton {
  background-color: rgba(0, 145, 229, 0.07);
}

@media screen and (max-width:834px) {

  .org-box {
    padding: 1em;
    min-width: 16em;
  }

  /*
  dept
  */

  .org-dept::after {
    width: 68%;
  }

  .org-dept-item {
    width: 32%;
  }
  .org-dept-box {
    padding: 1em;
  }

}

/***********
contract
************/

.contract {
  counter-reset : contract_num;
}
.contract-section {
  background-color: var(--color-base);
  border: 1px solid var(--color-sub02);
  padding: 3em 5% 3em 8%;
  display: flex;
  position: relative;
}
.contract-section::before{
  display: block;
  counter-increment:contract_num;
  content: counter(contract_num);
  font-family: var(--font-family-gothic-en);
  font-style: italic;
  white-space: nowrap;
  color: var(--color-secondary01);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-weight: 150;
  font-size: clamp(300%,8vw, 554%);
  line-height: 1;
  padding: 0.1em 0.3em;
  pointer-events: none;
}

.contract-section + .contract-section {
  margin-top: 2em;
}
.contract-img {
  width: clamp(150px,25%, 280px);
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.contract-inner {
  flex: 1;
}
.contract-title {
  color: var(--color-secondary01);
  font-size: clamp(139%,1.6vw, 154%);
  font-weight: 500;
  padding-bottom: 0.5em;
}

@media screen and (max-width:520px) {

  .contract {
  }
  .contract-section {
    padding: 5vw 5% 2em 5%;
    display: block;
  }
  .contract-section::before{
    font-size: 15vw;
    padding: 0.1em 0.3em;
  }

  .contract-section + .contract-section {
    margin-top: 2em;
  }
  .contract-img {
    width: clamp(120px,25%, 280px);
    margin: 0 auto;
    padding-right: 0;
  }
  .contract-inner {
    flex: 1;
    padding-top: 1.5em;
  }
  .contract-title {
    text-align: center;
  }
}

/***********
memberList
************/

.memberList {
  border-top: 1px solid var(--color-sub02);
}
.memberList li {
  border-bottom: 1px solid var(--color-sub02);
  display: flex;
  align-items: center;
}
.memberList-img {
  width: 120px;
}
.memberList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memberList-inner {
  flex: 1;
  font-size: clamp(100%,1.2vw, 124%);
  padding: 0.6em 1.5em 1em;
}

.memberList-heading {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
.memberList-name {
  padding-right: 2em;
  display: flex;
  align-items: end;
  font-size: 90%;
}
.memberList-name span {
  display: inline-block;
  padding-right: 0.8em;
  font-size: 139%;
  font-weight: 400;
}
.memberList-name small {
  display: inline-block;
  font-size: 100%;
  font-weight: 500;
  opacity: 0.5;
  font-family: var(--font-family-gothic-en);
}
.memberList-data {
}
.memberList-data-text:not(:last-child) {
  padding-right: 1em;
}
.memberList-box {
  padding-top: 0.5em;
}
.memberList-text {
  line-height: 1.6;
}

@media screen and (max-width:640px) {


  .memberList {
  }
  .memberList li {
  }
  .memberList-img {
    width: clamp(60px,25%, 100px);
  }
  .memberList-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .memberList-inner {
    font-size: clamp(85%,1.2vw, 124%);
    padding: 0.6em 1em 0.8em;
  }

  .memberList-heading {
    display: block;
  }
  .memberList-name {
    padding-right: 1em;
  }
  .memberList-name span {
    font-size: 139%;
  }
  .memberList-name small {
    font-size: 100%;
  }
  .memberList-data {
  }
  .memberList-data-text:not(:last-child) {
    padding-right: 1em;
  }
  .memberList-box {
    padding-top: 0.5em;
  }
  .memberList-text {
    line-height: 1.4;
  }

}


/***********
memberHeading
************/

.memberHeading {
  font-size: clamp(154%,2.8vw, 224%);
  min-height: 4em;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
  color: var(--color-base);
}
.memberHeading-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.memberHeading-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memberHeading-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
}
.memberHeading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.memberHeading-title {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-shadow: 0 0 0.4em #000;
}

@media screen and (max-width:640px) {

  .memberHeading {
    margin-bottom: 0;
  }
}

/***********
pageNavi
************/

.pageNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: clamp(116%,1.4vw, 139%);
}
.pageNavi li {
  padding: 0 1.5em;
}
.pageNavi a {
  display: flex;
  padding: 0.5em 1.3em 0.5em 0;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.pageNavi a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f078";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.6;
  transition: 0.3s;
}
body.is-pc .pageNavi a:hover {
  color: var(--color-brand01);
}
body.is-pc .pageNavi a:hover::after {
  top: 60%;
  color: var(--color-brand01);
}


@media screen and (max-width:520px) {

  .pageNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: clamp(100%,3vw, 139%);
  }
  .pageNavi + .pageNavi {
    margin-top: 2em;
  }
  .pageNavi li {
    width: 47%;
    padding: 0;
  }
  .pageNavi a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3em;
    height: 100%;
    padding: 1em 2em 1em 0.5em;
    border-bottom: 1px solid var(--color-sub02);
    font-feature-settings: "palt";
    text-align: left;
  }
}



/***********
simpleColumn
************/

.simpleColumn {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 8em;
  padding-bottom: 8em;
}
.simpleColumn-first {
  flex: 1;
}
.simpleColumn-second {
  width: 15em;
}


.simpleColumn-side {
}
.simpleColumn-side-title {
  font-weight: 400;
  font-size: clamp(131%,1.8vw, 154%);
  font-family: var(--font-family-gothic-en);
  letter-spacing: 0.04em;
  padding-bottom: 0.5em;
}

.simpleColumn-side-list {
  font-size: clamp(116%,1.4vw, 124%);
  padding-left: 0.2em;
}
.simpleColumn-side-list li {
}
.simpleColumn-side-list li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0.2em 0 0.2em 1em;
  position: relative;
}
.simpleColumn-side-list li a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 1px;
  background-color: var(--color-primary02);
  position: absolute;
  left: 0;
  top: 1em;
  transform-origin: left;
  transition: 0.2s;
}
.simpleColumn-side-list li.current-cat a,
body.is-pc .simpleColumn-side-list li a:hover {
  color: var(--color-brand01);
  padding-left: 1.4em;
}
.simpleColumn-side-list li.current-cat a::before,
body.is-pc .simpleColumn-side-list li a:hover::before {
  scale: 2.5 1;
  background-color: var(--color-brand01);
}


.-membersonly .simpleColumn-side-list li.current-cat a,
body.is-pc .-membersonly .simpleColumn-side-list li a:hover {
  color: var(--color-secondary01);
  background-color:
}
.-membersonly .simpleColumn-side-list li.current-cat a::before,
body.is-pc .-membersonly .simpleColumn-side-list li a:hover::before {
  background-color: var(--color-secondary01);
}

@media screen and (max-width:834px) {

  .simpleColumn {
    display: block;
    padding-top: 0;
    padding-bottom: 5em;
  }

  .simpleColumn-first {

  }
}

/***********
achievement
************/

.achievement {
  border-top: 1px solid var(--color-sub02);
}
.l-subTitle + .achievement {
  border-top: none;
}
.achievement-section {
  border-bottom: 1px solid var(--color-sub02);
  padding: min(7vw,3em) 0;
}
.achievement-section:first-child {
}

.achievement-post {
  font-family: var(--font-family-serif);
  font-size: clamp(1.0rem,1.4vw, 1.24rem);
  line-height: 1.8;
}
.achievement-post p:not([class]) + p {
  padding-top: 1em;
}

@media screen and (max-width:834px) {

  .achievement,
  .l-subTitle + .achievement {
    border-top: 1px solid var(--color-sub02);
  }
  .achievement-section {
    padding: min(7vw,3em) 5%;
  }
}

/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
}
.separate-item.-large {
  width: 50%;
}
.separate-item.-small {
  width: 45%;
}
.separate-item.-xlarge {
  width: 55%;
}
.separate-item.-xsmall {
  width: 40%;
}
.separate-item.-xxlarge {
  width: 60%;
}
.separate-item.-xxsmall {
  width: 35%;
}
.separate-item.-half {
  width: 47.5%;
}
.separate.-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width:834px) {

  .separate {
    display: block;
  }
  .separate-item {
    width: auto !important;
  }
  .separate-item:first-child {
    padding-bottom: 2em;
  }

}

/***********
journalCard
************/

.journalCard {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5%;
  margin-bottom: -4em;
}
.journalCard li {
  width: 28.3%;
  margin-left: 5%;
  margin-bottom: 4em;
}
.journalCard li a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: clamp(116%,1.2vw, 131%);
}
.journalCard-img {
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}
.journalCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100 / 95;
}
.journalCard-inner {
  padding-top: 1em;
}
.journalCard-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.8em;
}
.journalCard-time {
  display: block;
  font-family: var(--font-family-gothic-en);
  padding-top: 0.1em;
}
.journalCard-cat {
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-base);
  font-size: 85%;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  padding: 0.2em 0.8em;
  min-width: 9.5em;
  text-align: center;
}
.journalCard-title {
}

@media screen and (max-width:1024px) {

  .journalCard {
  }
  .journalCard li {
    width: 45%;
  }
}

@media screen and (max-width:640px) {

  .journalCard {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .journalCard li {
    width: 100%;
    margin: 0;
  }
  .journalCard li:not(:last-child) {
    border-bottom: 1px solid var(--color-sub02);
  }
  .journalCard li a {
    display: flex;
    align-items: center;
    font-size: clamp(116%,1.2vw, 131%);
    padding: 1.5em 0;
  }
  .journalCard-img {
    width: 28%;
    max-width: 100px;
    border-radius: 5px;
  }
  .journalCard-img img {
    aspect-ratio: 1 / 1;
  }
  .journalCard-inner {
    padding: 0 0 0 1em;
    flex: 1;
  }
  .journalCard-data {
    justify-content: start;
    padding-bottom: 0.5em;
  }
  .journalCard-time {
    padding-right: 0.8em;
    font-size: 85%;
  }
  .journalCard-cat {
    font-size: 77%;
    letter-spacing: 0.02em;
    padding: 0.1em 0.8em;
    min-width: 4em;
  }
  .journalCard-title {
    max-height: calc(2em * 1.5);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

}

/***********
archiveTitle
************/

.archiveTitle{
  font-size: clamp(139%,1.8vw, 170%);
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  margin-bottom: 1.5em;
  letter-spacing: 0.08em;
}

@media screen and (max-width:834px) {

  .archiveTitle{
    margin-bottom: 0.5em;
  }
}

/***********
membersSchedule
************/

.membersSchedule {
  background-color: var(--color-third01);
  position: relative;
  margin-top: 10em;
}

.membersSchedule-heading {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  margin-bottom: -2px;
}
.membersSchedule-heading-title {
  max-width: 1200px;
  margin: 0 auto;
}
.membersSchedule-heading-title img {
  width: clamp(200px,80%, 680px);
}


.membersSchedule-section {
}
.membersSchedule-section + .membersSchedule-section {
  padding-top: min(12vw,6em);
}
.membersSchedule-title {
  font-size: clamp(16px,3.6vw, 20px);
  font-weight: 500;
  padding-bottom: 0.8em;
  color: var(--color-secondary01);
}
.membersSchedule-embed {
}
.membersSchedule-embed iframe {
  width: 100%;
}


/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/
