@charset "utf-8";

/* CSS Document */

.singleContents {
  padding-top: calc(100px + 6em);
}

@media screen and (max-width:1024px) {

  .singleContents {
    padding-top: calc(65px + 1.5em);
  }

}

/***********
pageHeading
************/

.pageHeading {
  height: 400px;
  padding-top: 90px;
  background: url(../../img/bg01.jpg) no-repeat center center / cover;
  border-bottom: 1px solid rgba(0, 43, 185, 0.2);
  user-select: none;
  position: relative;
}

.pageHeading-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.pageHeading-container::after {
  content: "";
  display: block;
  width: 50px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-brand01);
  z-index: 9;
}

.pageHeading-block {
  color: var(--color-brand01);
}
.pageHeading-subTitle {
  display: inline-block;
  font-family: var(--font-family-gothic-en);
  font-size: 631%;
  line-height: 1.1;
  position: relative;
}
.pageHeading-subTitle::before,
.pageHeading-subTitle::after {
  content: "";
  display: block;
  background: url(../../img/brackets.png) no-repeat center center / auto 100%;
  width: 0.3em;
  height: 1em;
  position: absolute;
  top: 50%;
  translate: 0 -48%;
}
.pageHeading-subTitle::before{
  right: 100%;
  margin-right: 0.2em;
}
.pageHeading-subTitle::after{
  left: 100%;
  margin-left: 0.2em;
  rotate: 180deg;
}
.pageHeading-title {
  font-size: 170%;
  padding-top: 0.5em;
  line-height: 1.3;
}

@media screen and (max-width:834px) {

  .pageHeading {
    height: 220px;
    padding-top: 60px;
    background-size: 834px auto;
  }
  .pageHeading-container::after {
    width: 10px;
  }
  .pageHeading-subTitle {
    font-size: 300%;
  }
  .pageHeading-title {
    font-size: 131%;
  }

}

/***********
pagination
************/

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.8em;
  height: 2.6em;
  line-height: 2.6em;
  color: var(--color-brand01);
  text-decoration: none;
  text-align: center;
  font-size: 139%;
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
  margin: 0 5px;
}
.pagination a {
  box-shadow: 0 0 0 1px var(--color-brand01) inset ;
  background-color: var(--color-base);
}
.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){
  background-color: var(--color-brand01);
  color: var(--color-base);
}

.pagination a.prev,
.pagination a.next{
}


@media screen and (max-width:834px) {

  .pagination {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .pagination span,
  .pagination a {
    width: 2.5em;
    font-size: 116%;
    margin: 0 2px 2px;
    letter-spacing: -0.1em;
  }

}

/***********
article
************/

.article {
}
.article-heading {
  position: relative;
  margin-bottom: 4em;
  padding: 1em 0 1em 2.5em;
  border-left: 5px solid var(--color-brand01);
}


.article-heading-update {
  display: inline-block;
  background-color: var(--color-sub02);
  color: var(--color-brand01);
  font-family: var(--font-family-gothic-en);
  font-size: 124%;
  font-weight: 500;
  padding: 0.2em 1em;
  border-radius: 10em;
  letter-spacing: 0.02em;
  margin-bottom: 0.8em;
  margin-left: -0.4em;
}

.article-heading-data {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.article-heading-time {
  display: inline-block;
  font-size: 154%;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  white-space: nowrap;
  margin-right: 1em;
  color: var(--color-brand03);
}
.article-heading-cat {
  display: inline-block;
  min-width: 6em;
  padding: 0.3em 1.2em;
  border: 1px solid var(--color-brand03);
  color: var(--color-brand03);
  font-size: 131%;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.article-heading-title {
  font-size: 231%;
  line-height: 1.35;
}

.article-box {
  background-color: var(--color-sub02);
  padding: 1em 5%;
  margin-bottom: 2em;
  font-size: 154%;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width:834px) {

  .article {
  }
  .article-heading {
    position: relative;
    margin-bottom: 3em;
    margin-left: -4vw;
    padding: 0.2em 0 0.2em 4vw;
    border-width: 10px;
  }

  .article-heading-update {
    font-size: 93%;
  }

  .article-heading-data {
    flex-wrap: wrap;
    padding-bottom: 0.5em;
  }
  .article-heading-time {
    font-size: 108%;
  }
  .article-heading-cat {
    min-width: 6em;
    padding: 0.3em 1.2em;
    font-size: 100%;
  }
  .article-heading-title {
    font-size: 170%;
  }

  .article-box {
    padding: 1em 5%;
    font-size: 131%;
    margin-top: -1em;
  }

}


/***********
post
************/

.post {
}

.post p:not([class]) {
  line-height: 2;
  font-size: 1.24rem;
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post h2:not([class]) {
  font-size: 2.7rem;
  margin: 2em 0 1em 0;
  border-bottom: 2px solid var(--color-brand03);
  padding: 0 0 0.5em 1.2em;
  color: var(--color-brand03);
  line-height: 1.4;
  position: relative;
}
.post h2:not([class])::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.3em;
  background: linear-gradient(to right, #002cb9 50%, #b9b9df 50%);
  position: absolute;
  left: 0;
  top: 0.6em;
}

.post h3:not([class]) {
  font-size: 2rem;
  margin: 2.5em 0 1em 0;
  border-left: 5px solid var(--color-brand03);
  background-color: #e5e8f3;
  color: var(--color-brand03);
  padding: 0.6em 1.2em 0.7em;
  line-height: 1.4;
}

.post h4:not([class]) {
  font-size: 1.7rem;
  margin: 2.5em 0 1em 0;
  border-left: 4px solid var(--color-brand01);
  padding: 0.4em 0em 0.4em 1em;
  position: relative;
}

.post h5:not([class]) {
  font-size: 1.54rem;
  font-weight: 600;
  margin: 2em 0 1em 0;
  padding-left: 1.2em;
  position: relative;
}
.post h5:not([class])::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 2px;
  background-color: var(--color-brand03);
  position: absolute;
  left: 0;
  top: 0.7em;
}

.post h6:not([class]) {
  font-size: 1.39rem;
  font-weight: 600;
  margin: 2.5em 0 0.8em 0;
}

.post img {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.post img[src$="jpg"],
.post img[src$="jpeg"] {
}

.post blockquote:not([class]) {
  background-color: var(--color-sub01);
  padding: 3em 5%;
  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: 1.31rem;
}

.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: #eee;
}
.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-brand03);
  color: #fff;
}

.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;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}

.post ul:not([class]){
  font-size: 1.31rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]){
  font-size: 1.31rem;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]) li{
  padding-left: 0.5em;
}

@media screen and (max-width:834px) {

  .post p:not([class]) {
    font-size: 1.16rem;
    line-height: 1.8;
  }


  .post h2:not([class]) {
    font-size: 1.54rem;
    padding-left: 1.3em;
  }
  .post h2:not([class])::before {
    width: 0.8em;
    height: 0.4em;
    top: 0.45em;
  }

  .post h3:not([class]) {
    font-size: 1.39rem;
    padding: 0.6em 0.8em 0.7em;
    line-height: 1.4;
  }

  .post h4:not([class]) {
    font-size: 1.39rem;
    margin: 2.5em 0 1em 0;
    border-width: 3px;
    padding: 0.4em 0em 0.4em 0.8em;
    position: relative;
  }

  .post h5:not([class]) {
    font-size: 1.24rem;
    font-weight: 600;
    margin: 1.5em 0 0.5em 0;
    padding-left: 1.2em;
    position: relative;
  }

  .post h6:not([class]) {
    font-size: 1.39rem;
    font-weight: 600;
    margin: 2.5em 0 0.8em 0;
  }

  .post img[src$="jpg"],
  .post img[src$="jpeg"] {
  }

  .post blockquote:not([class]) {
  }

  .post table:not([class]) {
    font-size: 1rem;
  }

  .post ul:not([class]){
    font-size: 1.16rem;
  }
  .post ol:not([class]){
    font-size: 1.16rem;
  }

}

.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;
}

/***********
box
************/

.box {
  padding: 5em 5%;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.02);
}

@media screen and (max-width:834px) {

  .box {
    padding: 2em 5vw;
    margin-left: -1%;
    margin-right: -1%;
  }
}

/***********
pdfLink
************/

.pdfLink {
  font-size: 139%;
  font-weight: 500;
}
.pdfLink li {
}
.pdfLink a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  position: relative;
  padding-bottom: 0.5em;
}
body.is-pc .pdfLink a:hover {
  text-decoration: none;
  color: var(--color-main);
}
.pdfLink a[href*="pdf"]{
  padding-left: 4.2em;
}
.pdfLink a[href*="pdf"]::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 1.5em;
  background: url(../../img/icon/pdf02.png) no-repeat left top / 100% auto;
  position: absolute;
  left: 0;
  top: 0.2em;
}

@media screen and (max-width:834px) {

  .pdfLink {
    font-size: 116%;
  }

}

/***********
indexList
************/

.indexList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -3%;
}
.indexList li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 3%;
  background-color: var(--color-base);
  border-radius: 8px;
  padding: 20px;
  /* box-shadow: 0 0 2em rgba(0, 0, 0, 0.1); */
}
.indexList a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.indexList-img {
}
.indexList-inner {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.indexList-title {
  font-size: 154%;
  color: var(--color-brand03);
}
.indexList-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: var(--color-brand03);
  margin: 0.4em 0 0.8em;
}
.indexList-text {
  font-size: 108%;
  max-height: calc(3em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexList-link {
  text-align: center;
  padding-top: 1.5em;
  display: none;
}

@media screen and (max-width:834px) {

  .indexList {
  }
  .indexList li {
    width: 47%;
    padding: 15px;
  }
  .indexList-title {
    font-size: 139%;
  }
  .indexList-text {
    font-size: 100%;
  }
  .indexList-link {
    display: block;
    padding-top: 1.2em;
  }

}

@media screen and (max-width:520px) {

  .indexList {
    display: block;
    margin: 0;
  }
  .indexList li {
    border-radius: 5px;
    display: block;
    width: auto;
    margin: 0 0 1em 0;
    border-radius: 5px;
    padding: min(3vw,2em);
  }
  .indexList-inner {
  }
  .indexList-title {
  }
  .indexList-link {
  }

}



/***********
xxxxx
************/


.memberList {
}
.memberList li {
  display: flex;
  background-color: var(--color-base);
  border-radius: 10px;
  padding: 3em 5%;
}
.memberList li:not(:last-child) {
  margin-bottom: 3em;
}
.memberList-img {
  width: 200px;
}
.memberList-img img {
  /* width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%; */
}
.memberList-inner {
  flex: 1;
  padding-left: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.memberList-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.memberList-heading-inner {
}

.memberList-cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8em;
}
.memberList-cat span {
  display: inline-block;
  border: 1px solid var(--color-brand01);
  color: var(--color-brand01);
  font-weight: 500;
  font-size: 124%;
  padding: 0.1em 0.8em;
  opacity: 0.7;
  margin-right: 0.5em;
  margin-bottom: 4px;
}

.memberList-pos {
  font-size: 116%;
  font-weight: 500;
  padding-bottom: 0.5em;
}



.memberList-name {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.memberList-name-title {
  font-size: 200%;
  font-feature-settings: "palt";
  padding-right: 0.4em;
  line-height: 1.3;
}
.memberList-name-title small {
  font-size: 70%;
  padding-right: 0.8em;
}
.memberList-name-subTitle {
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
  font-size: 139%;
  opacity: 0.5;
  padding-top: 0.2em;
}


.memberList-link {
  display: flex;
}
.memberList-btn {
  display: inline-block;
  background-color: var(--color-brand01);
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-size: 124%;
  font-weight: 400;
  text-decoration: none;
  padding: 0.2em 1em 0.1em;
  border-radius: 5px;
  white-space: nowrap;
}
.memberList-btn:not(:first-child) {
  margin-left: 10px;
}
.memberList-btn i {
  margin-right: 0.6em;
  margin-left: -0.3em;
  transform: scale(1.2);
}
/* .memberList-btn::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/external_wt.svg) no-repeat 0 0 / 100% 100%;
  margin-left: 0.5em;
  margin-right: -0.5em;
} */
body.is-pc .memberList-btn:hover {
  background-color: var(--color-brand02);
}

.memberList-data {
  display: flex;
  align-items: flex-start;
  margin-top: 0.8em;
  padding: 1em 1.5em;
  background-color: var(--color-sub01);
  font-size: 116%;
}
.memberList-data dt {
  white-space: nowrap;
  padding-right: 3.5em;
  position: relative;
  color: var(--color-brand03);
  font-weight: 500;
}
.memberList-data dt::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background: var(--color-brand03);
  position: absolute;
  right: 1em;
  top: 50%;
}
.memberList-data dd {
  flex: 1;
  position: relative;
}

@media screen and (max-width:1024px) {

  .memberList-img {
    width: 140px;
  }
}

@media screen and (max-width:834px) {

  .memberList {
    max-width: 520px;
    margin: 0 auto;
  }
  .memberList li {
    display: block;
    padding: 1.5em 3% 1em;
  }
  .memberList li:not(:last-child) {
    margin-bottom: 1em;
  }
  .memberList-img {
    text-align: center;
    margin: 0 auto;
    width: 120px;
  }
  .memberList-img img {
  }
  .memberList-inner {
    padding-left: 0;
    padding-top: 1.5em;
    text-align: center;
    display: block;
  }

  .memberList-heading {
    display: block;
  }
  .memberList-heading-inner {
  }

  .memberList-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.8em;
  }
  .memberList-cat span {
    margin: 0 2px 4px;
    font-size: 100%;
  }

  .memberList-pos {
    font-size: 100%;
  }



  .memberList-name {
    display: block;
  }
  .memberList-name-title {
    font-size: 154%;
  }
  .memberList-name-subTitle {
    font-size: 100%;
  }


  .memberList-link {
    display: flex;
    padding-top: 0.5em;
    justify-content: center;

  }
  .memberList-btn {
    font-size: 108%;
    margin: 3px;
  }
  .memberList-btn:not(:first-child) {
    margin-left: 3px;
  }
  body.is-pc .memberList-btn:hover {
    filter: brightness(130%);
  }

  .memberList-data {
    display: block;
    margin-top: 1em;
    padding: 1em 1.5em;
    font-size: 100%;
    text-align: left;
  }
  .memberList-data dt {
    white-space: nowrap;
    padding-right: 0;
    padding-left: 2em;
    margin-bottom: 0.5em;
    position: relative;
    font-size: 116%;
  }
  .memberList-data dt::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
  }

}

/***********
xxxxx
************/
