@charset "utf-8";

/* CSS Document */



/***********
innerContents
************/

.innerContents > section.l-block:last-of-type {
  padding-bottom: var(--padding-large);
}

/***********
pageHeading
************/

.pageHeading {
  position: relative;
  overflow: hidden;
  font-size: clamp(1.4rem,1.5vw, 1.6rem);
  height: 16em;
  color: var(--color-base);
}
.pageHeading-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageHeading-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(9px) brightness(0.85);
  -webkit-backdrop-filter: blur(9px) brightness(0.85);
}
.pageHeading-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.pageHeading-container {
  padding-top: 2em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.pageHeading-title {
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.pageHeading-title.-ls01 {
  letter-spacing: 0.4em;
}

@media screen and (max-width:834px) {


  .pageHeading {
    font-size: clamp(1.25rem,4.8vw, 1.3rem);
    height: 12em;
  }
  .pageHeading-img {
    background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/pv01_sp.jpg) no-repeat center center / cover ;
  }
  .pageHeading-img img {
    opacity: 0;
  }
  .pageHeading-img::after {
    background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px) brightness(0.85);
  -webkit-backdrop-filter: blur(6px) brightness(0.85);
  }
  .pageHeading-container {
    padding-top: 3em;
  }
  .pageHeading-title {
    letter-spacing: 0.1em;
  }

}

/***********
pagination
************/

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 2em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.2em;
  height: 2em;
  line-height: 2em;
  color: #8888;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 5px;
}
.pagination a {
}
.pagination a.prev ,
.pagination a.next {
  box-shadow: 0 0 0 1px var(--color-brand01) inset ;
  background-color: transparent;
  font-weight: 300;
  width: 2em;
  font-size: 1.5rem;
  color: var(--color-brand01);
}
.pagination span.dots{
  border-color: transparent;
}
body.is-pc .pagination a:hover ,
.pagination span:not(.dots){
  color: var(--color-brand01);
}

@media screen and (max-width:834px) {

  .pagination {
    padding-top: 3em;
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .pagination span,
  .pagination a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1.2rem;
    margin: 0 1px 2px;
  }
}

/***********
article
************/

.article {
}

.article-heading {
  position: relative;
  margin-bottom: 3em;
}

.article-heading-data {
  display: flex;
  align-items: center;
  padding-bottom:1.5em;
}
.article-heading-time {
  display: inline-block;
  white-space: nowrap;
  padding-right: 1em;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.article-heading-cat {
  margin: 0.2em;
  font-size: 0.85rem;
}

.article-heading-title {
  font-size: clamp(1.25rem,3vw, 1.3rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

@media screen and (max-width:640px) {

  .article {
  }
  .article-heading {
  }

  .article-heading-data {
    padding-bottom: 0.5em;
  }
  .article-heading-time {
    padding-right: 0.5em;
  }
  .article-heading-cat {
  }

  .article-heading-title {
    font-size: clamp(1.2rem,5vw, 1.25rem);
    letter-spacing: 0.04em;
  }

}

/***********
post
************/

.post {
}

.post p:not([class]) {
  line-height: var(--lineheight-main);
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post h2:not([class]) {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: var(--color-brand01);
  color: var(--color-base);
  margin: 3em 0 1em 0;
  padding: 0.4em 1em;
  line-height: 1.4;
  position: relative;
}

.post h3:not([class]) {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 2em 0 1em 0;
  padding-bottom: 0.6em;
  line-height: 1.4;
  border-bottom: 2px solid var(--color-brand01);
  position: relative;
}

.post h4:not([class]) {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-left: 3px solid var(--color-brand01);
  padding: 0.5em 0 0.5em 0.8em;
  margin: 2em 0 0.8em 0;
}
.post h5:not([class]) {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 2em 0 1em 0;
  padding-left: 1.5em;
  position: relative;
}
.post h5:not([class])::before {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background-color: var(--color-brand01);
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0.65em;
}

.post h6:not([class]) {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 2em 0 0.8em 0;
  position: relative;
}


.post img {
  margin-bottom: 2em;
}
.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]) {
  line-height: 1.6;
  border: 1px solid var(--color-sub02);
  background-color: var(--color-base);
}

.post table:not([class]) thead td {
  padding: 1em 1.2em ;
  border: 1px solid var(--color-sub02);
}
.post table:not([class]) thead th{
  padding: 1em 1.2em ;
  border: 1px solid var(--color-sub02);
}

.post table:not([class]) tbody tr {
  border: 1px solid var(--color-sub02);
}
.post table:not([class]) tbody th {
  border: 1px solid var(--color-sub02);
  background-color: var(--color-sub05);
  padding: 1em 1.2em ;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.post table:not([class]) tbody td {
  border: 1px solid var(--color-sub02);
  padding: 1em 1.2em ;
  position: relative;
  text-align: left;
}

.post ul:not([class]){
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]){
  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 table:not([class]) thead th,
  .post table:not([class]) tbody th ,
  .post table:not([class]) tbody td {
    padding: 0.8em;
    font-size: 0.85rem;
  }

}

.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;
}


/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
}
.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:640px) {

  .separate {
    display: block;
  }
  .separate-item {
    width: auto !important;
  }
  .separate-item:first-child {
    padding-bottom: 2em;
  }

}

/***********
dataTable
************/

.dataTable {
  line-height: 1.6;
  border-top: 1px solid var(--color-sub02);
}

.dataTable thead td {
  padding: 1em 1.2em ;
  background-color: var(--color-main);
  border-inline: 1px solid var(--color-sub02);
  text-align: center;
}
.dataTable thead th {
  padding: 1em 1.2em ;
  background-color: var(--color-main);
  color: var(--color-base);
  font-weight: 500;
  border-inline: 1px solid var(--color-sub02);
  text-align: center;
}

.dataTable tbody tr {
  border-bottom: 1px solid var(--color-sub02);
}
.dataTable tbody th {
  padding: 1.2em 1.2em ;
  font-weight: 500;
  background-color: var(--color-sub01);
  line-height: 1.4;
}
.dataTable tbody td {
  padding: 1.2em 0 1.2em 1.5em ;
  position: relative;
}

/*
setting
*/

.dataTable.-fixed {
  table-layout: fixed;
}

.dataTable.-vwide thead td ,
.dataTable.-vwide thead th{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.dataTable.-vwide tbody td ,
.dataTable.-vwide tbody th{
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}


.dataTable.-vtop,
.dataTable.-vtop th,
.dataTable.-vtop td {
  vertical-align: top;
}

.dataTable.-alignLeft,
.dataTable.-alignLeft tbody th,
.dataTable.-alignLeft tbody td {
  text-align: left;
}

.dataTable.-alignCenter,
.dataTable.-alignCenter th,
.dataTable.-alignCenter td {
  text-align: center;
}


/*
size
*/

.dataTable-th.-trisect {
  width: 33%;
}
.dataTable-th.-small {
  width: 15em;
}
.dataTable-th.-xsmall {
  width: 12.5em;
}
.dataTable-th.-xxsmall {
  width: 10em;
}
.dataTable-th.-alignLeft {
  text-align: left;
}



@media screen and (max-width:834px) {

  .dataTable {
    font-feature-settings: "palt";
    line-height: 1.5;
  }
  .dataTable th,
  .dataTable td {
  }

  .dataTable thead td {
    padding: 1em 0.5em ;
  }
  .dataTable thead th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody td {
    padding: 1em 0.5em ;
  }

  /*
  setting
  */

  .dataTable.-fixed {
    table-layout: fixed;
  }

  .dataTable.-vwide thead td ,
  .dataTable.-vwide thead th{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .dataTable.-vwide tbody td ,
  .dataTable.-vwide tbody th{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dataTable.-fixed {
    table-layout: fixed;
  }
  .dataTable-th.-small {
    width: 8em;
  }
  .dataTable-th.-xxsmall {
    width: 7em;
  }


}

@media screen and (max-width:520px) {

  .dataTable {
    font-size: 0.9rem;
  }

  /*
  spBlock
  */

  .dataTable.-spBlock  {
    font-size: 1rem;
  }
  .dataTable.-spBlock ,
  .dataTable.-spBlock tbody ,
  .dataTable.-spBlock th ,
  .dataTable.-spBlock td ,
  .dataTable.-spBlock tr {
    display: block;
    width: 100% !important;
  }

  .dataTable.-spBlock {
    border: none;
  }
  .dataTable.-spBlock tbody tr {
    border: none;
  }

  .dataTable.-spBlock tbody th {
    border: 1px solid var(--color-brand01);
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0.5em 1em ;
    text-align: left;
  }
  .dataTable.-spBlock tbody td {
    padding: 1em 0em 2em ;
    line-height: 1.7;
    text-align: left;
  }
  .dataTable.-spBlock tbody td::before,
  .dataTable.-spBlock tbody td::after {
    display: none;
  }

  .dataTable.-spBlock .dataTable-linkList {
    display: block;
    max-width: 19em;
    margin: 0 auto;
  }

}


/***********
fileLink
************/

.fileLink {
  font-weight: 500;
}
.fileLink li {
  padding: 0.8em 0;
  border-bottom: 1px dashed var(--color-sub02);
}
.fileLink.-single li {
  padding: 0.2em 0;
  border-bottom: none;
}
.fileLink a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5em;
}
.fileLink a:hover {
  text-decoration: underline;
}
.fileLink a{
  padding-left: 4.2em;
}
.fileLink a::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.fileLink a[href*="pdf"]::after {
  background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/icon/pdf.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="jpg"]::after,
.fileLink a[href*="jpeg"]::after {
  background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/icon/jpg.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="png"]::after {
  background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/icon/png.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="doc"]::after,
.fileLink a[href*="docx"]::after {
  background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/icon/doc.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="xls"]::after,
.fileLink a[href*="xlsx"]::after {
  background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/icon/xls.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="zip"]::after {
  background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/icon/zip.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="ppt"]::after {
  background: url(https://anc.qst.go.jp/moonshot-7/wp/wp-content/themes/ms7hproject/img/icon/ppt.png) no-repeat left top / 100% auto;
}

/***********
siteLink
************/

.siteLink {
  font-weight: 500;
}
.siteLink li {
  padding: 0.8em 0;
  border-bottom: 1px dashed var(--color-sub02);
}
.siteLink.-single li {
  padding: 0.2em 0;
  border-bottom: none;
}
.siteLink a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5em;
}
.siteLink a:hover {
  text-decoration: underline;
}
.siteLink a{
  padding-left: 1.5em;
}
.siteLink 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: "\f138";
  position: absolute;
  left: 0;
  top: 0.3em;
  color: var(--color-brand01);
}
.siteLink a[target*="_blank"]::after {
  content: "\f08e";
  color: var(--color-brand01);
}

/***********
catNavi
************/

.catNavi {
  margin-bottom: 4em;
}
.catNavi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.catNavi-list li {
}
.catNavi-list li a{
  display: inline-block;
  cursor: pointer;
  padding: 0.5em 1.5em 0.3em;
  background-color: var(--color-base);
  color: var(--color-brand01);
  border: 1px solid var(--color-brand01);
  border-radius: 3em;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: var(--font-family-gothic-en);
  min-width: 10em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.catNavi-list li.current-cat a,
body.is-pc .catNavi-list li a:hover {
  background-color: var(--color-brand01);
  color: var(--color-base);
}

@media screen and (max-width:834px) {

  .catNavi {
    overflow: auto;
    white-space: nowrap;
    margin-inline: calc(var(--padding-side) * -1);
    margin-bottom: 2em;
  }

  .catNavi-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    overflow: auto;
    gap: 0;
    padding-left: var(--padding-side);
    white-space: nowrap;
    font-size: 0.9rem;
    padding-bottom: 5px;
  }
  .catNavi-list li {
    margin-right: 2px;
    margin-bottom: 0;
  }
  .catNavi-list li a {
    min-width: 5em;
    padding: 0.6em 1.2em ;
    margin: 0;
    font-size: 0.9rem;
  }

}


/***********
archiveSelect
************/

.archiveSelect {
  margin-bottom: 4em;
  text-align: right;
  position: relative;
  white-space: nowrap;
}
.archiveSelect-box {
  display: inline-block;
  position: relative;
}
.archiveSelect-box::after {
  content: "\003E";
  display: inline-block;
  width: 1em;
  text-align: center;
  position: absolute;
  right: 0.5em;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  color: var(--color-brand01);
  rotate: 90deg;
  transition: 0.3s;
}

.archiveSelect-selecter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: var(--color-base);
  color: var(--color-brand01);
  border: 1px solid var(--color-brand01);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  min-width: 12em;
  padding: 0.5em 1em;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
}
.archiveSelect-box:has(:focus-within)::after {
  rotate: -90deg;
  translate: -20% -50% ;
}


@media screen and (max-width:834px) {

  .archiveSelect {
    margin-bottom: 2em;
  }
  .archiveSelect-selecter {
    font-size: 16px;
    min-width: 10em;
    padding: 0.2em 1em;
  }

}

/***********
card
************/

.listHeader {
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
}
.listHeader-cat {
}
.listHeader-select {
}

@media screen and (max-width:834px) {

  .listHeader {
    display: block;
  }
  .listHeader-cat {
  }
  .listHeader-select {
    margin-top: -1em;
  }

}


/***********
card
************/

.card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 2.5%;
}
.card.-quarter {
  grid-template-columns: repeat(4, 1fr);
}
.card.-half {
  grid-template-columns: repeat(2, 1fr);
}

.card li {
}
.card li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.card-img {
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}

.card-inner {
  padding-top: 1em;
}
.card-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.5em;
}
.card-time {
  display: inline-block;
  padding-right: 0.5em;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  white-space: nowrap;
}
.card-cat {
  font-size: 0.8rem;
  margin: 1px;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}


/*
carousel
*/

.carouselWrapper {
  width: 100vw;
}
.carouselWrapper-inner {
}

.card.-carousel .slick-list {
  overflow: visible !important;
  translate: 10vw 0;
  transition: translate 0.7s ease 0.2s , opacity 0.7s ease 0.2s;
  opacity: 0;
}
.carouselWrapper-inner.is-show  .slick-list{
  translate: 0 0;
  opacity: 1;
}

.card.-carousel {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  position: relative;
  padding-bottom: 6em;
}
.card.-carousel li {
  width: auto;
  margin: 0;
}
.card.-carousel li a {
  width: clamp(300px,22vw, 600px);
  margin-right: 2vw;
}
.card.-carousel .card-title {
  max-height: calc(2em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*
slick
*/

.carouselWrapper .slick-next,
.carouselWrapper .slick-prev{
  position: absolute;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 4em;
  height: 4em;
  background-color: var(--color-dark01);
  color: var(--color-base);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
}
.carouselWrapper .slick-next{
  left: 5em;
}
.carouselWrapper .slick-prev{
  left: 0;
}

.carouselWrapper .slick-next:hover,
.carouselWrapper .slick-prev:hover{
  background-color: var(--color-brand01);
  color: var(--color-base);
}

@media screen and (max-width:1024px) {

  .card.-quarter {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width:834px) {

  .card,
  .card.-quarter,
  .card.-half {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 2.5%;
  }

  /*
  carousel
  */

  .carouselWrapper {
    width: auto;
    overflow: auto;
    padding-left: 4vw;
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
  .carouselWrapper-inner {
    translate: 50vw 0;
    transition: translate 0.7s ease 0.2s , opacity 0.7s ease 0.2s;
    opacity: 0;
  }
  .carouselWrapper-inner.is-show {
    translate: 0 0;
    opacity: 1;
  }

  .card.-carousel {
    display: flex;
    gap: 0;
  }
  .card.-carousel li {
  }
  .card.-carousel li a {
    width: 240px;
    margin-right: 10px;
  }
  .card.-carousel .card-inner {
  }

  .card.-carousel .card-cat {
    font-size: 0.7rem;
  }
  .card.-carousel .card-title {
    font-size: 0.9rem;
  }

  .card:not(.-carousel) .card-inner {
  }
  .card:not(.-carousel) .card-cat {
  }
  .card:not(.-carousel) .card-title {
  }
}

@media screen and (max-width:520px) {

  .card,
  .card.-quarter,
  .card.-half {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em 2.5%;
  }

}


/***********
newsList
************/

.newsList {
}
.newsList li {
  border-bottom: 1px solid #8888;
}
.newsList li:first-child {
  border-top: 1px solid #8888;
}
.newsList > li > a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding-right: 4em;
  position: relative;
}
.newsList > li > a::after {
  content: "\003E";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 200;
  font-size: 1.7rem;
  width: 2em;
  height: 2em;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
body.is-pc .newsList > li > a:hover::after {
  color: var(--color-base);
  background-color: var(--color-brand01);
  scale: 0.65;
}
.newsList-block {
  padding: 3em 0;
}
.newsList-img {
  width: clamp(200px,28%, 300px);
}
.newsList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.newsList-inner {
  flex: 1;
}
.newsList-data {
  display: flex;
  align-items: center;
  gap: 1px 2px;
  padding-bottom: 0.4em;
}
.newsList-time {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  padding-right: 1em;
  white-space: nowrap;
}
.newsList-cat {
  font-size: 0.75rem;
  font-feature-settings: "palt";
}
.newsList-title {
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.1rem;
  transition: 0.3s;
}
body.is-pc a:hover .newsList-title{
  color: var(--color-brand01);
}
.newsList-summary {
  margin-top: 0.8em;
  font-size: 0.95rem;
  line-height: 1.7;
  max-height: calc(2em * 1.7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.newsList-text {
  margin-top: 0.8em;
  font-size: 0.95rem;
  line-height: 1.7;
}

/*
normal
*/

.newsList-block.-normal {
  display: flex;
  align-items: start;
  gap: 0 3%;
}
.newsList-block.-normal:has(.l-catIcon) .newsList-data {
  min-width: 14em;
}
.newsList-block.-normal .newsList-title {
  margin-top: -0.3em;
}
.newsList-block.-normal .newsList-summary {
  max-height: calc(2em * 1.7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*
news
*/

.newsList-block.-news {
  display: flex;
  align-items: center;
  gap: 0 5%;
}
.newsList-block.-news .newsList-data {
  padding-bottom: 1em;
  flex-wrap: wrap;
}
.newsList-block.-news .newsList-time {
  width: 100%;
  padding-bottom: 1em;
}
.newsList-block.-news .newsList-summary {
  max-height: calc(2em * 1.7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


@media screen and (max-width:640px) {

  .newsList {
  }
  .newsList li {
  }
  .newsList li:first-child {
  }
  .newsList > li > a {
    padding-right: 2em;
    position: relative;
  }
  .newsList > li > a::after {
    font-weight: 300;
    font-size: 1.4rem;
    width: 1em;
    height: 1em;
    right: 0;
  }
  .newsList-block {
    padding: 2em 0;
  }
  .newsList-img {
    width: clamp(80px,33%, 200px);
  }
  .newsList-img img {
    aspect-ratio: 1 / 1;
  }
  .newsList-inner {
    flex: 1;
  }
  .newsList-data {
    display: flex;
    align-items: center;
    gap: 1px 2px;
    padding-bottom: 0.4em;
  }
  .newsList-time {
    font-size: 0.8rem;
    padding-right: 0.5em;
  }
  .newsList-cat {
    font-size: 0.75rem;
  }
  .newsList-title {
    line-height: 1.4;
    font-size: 1rem;
  }
  .newsList-summary {
    margin-top: 0.5em;
    font-size: 0.7rem;
    line-height: 1.5;
    max-height: calc(2em * 1.5);
  }
  .newsList-text {
    margin-top: 0.8em;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  /*
  normal
  */

  .newsList-block.-normal {
    display: block;
  }
  .newsList-block.-normal:has(.l-catIcon) .newsList-data {
    min-width: initial;
    padding-bottom: 0.5em;
  }
  .newsList-block.-normal .newsList-title {
    margin-top: 0;
    padding-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.1rem;
  }
  .newsList-block.-normal .newsList-summary {
    max-height: calc(2em * 1.5);
  }

  /*
  news
  */

  .newsList-block.-news {
    gap: 0 5%;
    align-items: start;
  }
  .newsList-block.-news .newsList-data {
    padding-bottom: 0.4em;
    flex-wrap: wrap;
  }
  .newsList-block.-news .newsList-time {
    padding-bottom: 0.1em;
  }
  .newsList-block.-news .newsList-title {
    height: calc(2em * 1.4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsList-block.-news .newsList-summary {
    max-height: calc(2em * 1.5);
  }

}



/***********
paging
************/

.paging {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 8em;
  text-align: center;
  position: relative;
}

.paging-next a ,
.paging-prev a {
  display: inline-block;
}
.paging-back{
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0 ;
}

.paging-next a {
  padding: 1em 3.5em 1em 0;
  margin-right: -0.5em;
  min-width: initial;
  min-height: initial;
  text-align: right;
  border: none !important
}
.paging-prev a {
  padding: 1em 0 1em 3.5em;
  margin-left: -0.5em;
  min-width: initial;
  min-height: initial;
  text-align: left;
  border: none !important
}

.paging-prev a::before {
  right: auto;
  left: 1.5em;
  top: 50%;
  rotate: 180deg;
}
.paging-prev a::after {
  right: auto;
  left: -0.5em;
  rotate: 180deg;
}

@media screen and (max-width:520px) {

  .paging {
    margin-top: 5em;
    padding-bottom: 7em;
  }

  .paging-next a ,
  .paging-prev a {
  }
  .paging-back{
    top: 6em;
  }

}


/***********
gallery
************/

.basicGallery {
  display: flex;
  flex-wrap: wrap;
}
.basicGallery > li{
  width: 33.3%;
  padding-right: 1px;
  padding-bottom: 1px;
}
.basicGallery > li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.basicGallery-img {
  position: relative;
}
.basicGallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.basicGallery-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: left;
  padding: 0 1em 0.8em 1em;
  color: #fff;
  line-height: 1.3;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}

@media screen and (max-width:834px) {

  .basicGallery-img figcaption {
    padding: 0 1em 0.8em 1em;
    font-size: 85%;
  }
}

@media screen and (max-width:520px) {

  .basicGallery > li{
    width: 33.3%;
    padding-right: 1px;
    padding-bottom: 1px;
  }
  .basicGallery-img figcaption {
    padding: 0 0.5em 0.5em 0.5em;
    font-size: 77%;
  }
}


/***********
cta
************/

.cta {
  background-color: var(--color-brand01);
  color: var(--color-base);
  border: 3px solid var(--color-base);
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  padding: min(10vw,3em) min(4vw,4%);
  text-align: center;
}
.cta-heading {
  text-align: center;
  padding-bottom: 2em;
}
.cta-heading-title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  border-bottom: 2px solid var(--color-base);
  padding: 0 0.5em 0.5em;
}
.cta-heading-title > img {
  width: 8em;
  position: absolute;
  left: calc(100% - 0.6em);
  bottom: -2px;
}
.cta-container {
}
.cta-block {
}
.cta-block + .cta-block {
  padding-top: 3em;
}

/*
tel
*/

.cta-tel {
  display: inline-block;
  padding-left: 2.2em;
  text-align: left;
  position: relative;
  white-space: nowrap;
  font-size: 2.5rem;
  font-feature-settings: "palt";
  color: inherit;
  text-decoration: none;
  position: relative;
}
.cta-tel::before {
  content: "TEL";
  font-family: var(--font-family-gothic-en);
  font-size: 60%;
  font-weight: 500;
  background-color: var(--color-dark01);
  color: var(--color-base);
  padding: 0 0.6em;
  border-radius: 0.2em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.cta-tel-num {
  color: inherit;
  font-family: var(--font-family-gothic-en);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.cta-tel-text {
  font-weight: 400;
  font-size: 45%;
  line-height: 1.2;
  padding-top: 0.2em;
}


@media screen and (max-width:640px) {

  .cta {
  }
  .cta-heading {
    text-align: center;
    padding-bottom: 2em;
  }
  .cta-heading-title {
    font-size: 1.2rem;
  }
  .cta-heading-title > img {
    width: 5em;
  }
  .cta-block + .cta-block {
    padding-top: 2em;
  }

  /*
  tel
  */

  .cta-tel {
    padding-left: 2.2em;
    font-size: 1.8rem;
  }

}

/***********
memberList
************/

.memberList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em 2%;
}

.memberList li {
}
.memberList li a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.memberList li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-brand01);
  opacity: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: 0.3s;
  z-index: 2;
}
body.is-pc .memberList li a:hover::after {
  opacity: 0.12;
}

.memberList-block {
  height: 100%;
  padding: 1.5em;
  background-color: var(--color-base);
}
.memberList-img {
  overflow: hidden;
}
.memberList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 14 / 16;
  transition:all 0.3s ease;
  scale: 1;
}

.l-zoomHover img{
  transform:scale(1) ;
}
body.is-pc a:hover .memberList-img img {
  scale: 1.04;
}

.memberList-inner {
  padding-top: 1em;
}
.memberList-name {
  padding-bottom: 0.4em;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 0 0.5em;
  font-size: 1.1rem;
  font-weight: 500;
}
.memberList-name-title {
  display: inline-block;
  letter-spacing: 0.05em;
}
.memberList-name-subTitle {
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 70%;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  color: #868F9A;
}
.memberList-pos {
  font-size: 0.9rem;
}

@media screen and (max-width:1024px) {

  .memberList {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media screen and (max-width:520px) {

  .memberList {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--padding-side);
  }
  .memberList-block {
    padding: 10px 10px 20px;
  }
  .memberList-name {
    padding-bottom: 0.4em;
    display: block;
    font-size: 1rem;
  }
  .memberList-name-subTitle {
    display: block;
    font-size: 70%;
  }
  .memberList-pos {
    font-size: 0.7rem;
  }

}

/***********
infoList
************/

.infoList {
}
.infoList li {
  margin-bottom: 2px;
}
.infoList li a {
  display: flex;
  min-height: 7.6em;
  color: inherit;
  background-color: var(--color-base);
  text-decoration: none;
  position: relative;
}
.infoList li a::after {
  content: "\003E";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 300;
  font-size: 1.2rem;
  width: 2em;
  height: 2em;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  right: 0.3em;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
}
.infoList li a:hover::after {
  color: var(--color-base);
  background-color: var(--color-brand01);
  scale: 0.75;
}
.infoList-img {
  width: clamp(80px,30%, 200px);
  position: relative;
}
.infoList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.infoList-inner {
  flex: 1;
  padding: 1.2em 3em 1.2em min(5vw,1.5em);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.infoList-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1px 2px;
  padding-bottom: 0.4em;
}
.infoList-time {
  font-size: 0.8rem;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  padding-right: 0.5em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.infoList-cat {
  font-size: 0.7rem;
}
.infoList-title {
  font-size: 0.95rem;
  max-height: calc(2em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5em;
  transition: 0.3s;
}
body.is-pc a:hover .infoList-title{
  color: var(--color-brand01);
}

@media screen and (max-width:834px) {


  .infoList {
  }
  .infoList li {
    margin-bottom: 2px;
  }
  .infoList li a {
    min-height: 3.6em;
  }
  .infoList li a::after {
    display: none;
  }
  .infoList-img {
    width: clamp(120px,40%, 200px);
  }
  .infoList-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 11;
  }
  .infoList-inner {
    padding: 1em 3vw ;
  }
  .infoList-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px 2px;
    padding-bottom: 0.4em;
  }
  .infoList-time {
    font-size: 0.8rem;
  }
  .infoList-cat {
    font-size: 0.75rem;
  }
  .infoList li:has(.infoList-img) .infoList-time {
    width: 100%;
  }

  .infoList li:not(:has(.infoList-img)) .infoList-title {
    max-height: calc(3em * 1.5);
    -webkit-line-clamp: 3;
  }
  .infoList li:has(.infoList-img) .infoList-title {
  }

  body.is-pc a:hover .infoList-title{
    color: var(--color-brand01);
  }

}

/***********
greeting
************/

.greeting {
  position: relative;
  margin-bottom: var(--padding-large);
}
.greeting::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  left: -100px;
  top: 0;
  background: var(--color-base);
  border-radius: var(--rounded-main);
}
.greeting-wrapper {
  position: relative;
  z-index: 2;
  padding-block: var(--padding-main);
}
.greeting-heading {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 1.5em;
  letter-spacing: 0.1em;
}

.greeting-container {
  display: flex;
  gap: 0 2em;
}
@media screen and (min-width:1280px) {
  .greeting-container {
    margin-right: -100px;
  }
}

.greeting-inner {
  flex: 1;
}
.greeting-text {
  font-size: 1.05rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
.greeting-visual {
  width: clamp(200px,30%, 310px);
}
.greeting-prof {
}
.greeting-prof figcaption {
  padding-top: 0.8em;
}
.greeting-prof-name {
  font-weight: 400;
  font-size: 1.2rem;
}
.greeting-prof-pos {
  display: inline-block;
  font-size: 70%;
}
.greeting-prof-list {
  font-size: 0.9rem;
  line-height: 1.6;
  padding-top: 0.4em;
}
.greeting-prof-list li {
  padding-left: 0.8em;
  position: relative;
}
.greeting-prof-list li + li {
  padding-top: 0.2em;
}
.greeting-prof-list li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: -0.1em;
  top: 0.6em;
  background-color: var(--color-dark01);
  border-radius: 50%;
  opacity: 0.6;
}

.greeting-banner {
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 2em;
}
.greeting-banner li {
}
.greeting-banner li a {
  display: block;
  color: var(--color-brand01);
  text-decoration: none;
}
body.is-pc .greeting-banner li a:hover {
  opacity: 0.8;
}
.greeting-banner li img {
  display: block;
}
.greeting-banner li span {
  font-size: 0.85rem;
  font-feature-settings: "palt";
  font-weight: 500;
  padding-top: 0.4em;
  display: inline-block;
  position: relative;
  line-height: 1.3;
}
.greeting-banner li span::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: "\f061";
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 80%;
  rotate: -45deg;
  margin-left: 0.5em;
  border-radius: 50%;
  color: var(--color-base);
  background-color: var(--color-brand01);
}

@media screen and (max-width:834px) {


  .greeting {
    background-color: var(--color-base);
  }
  .greeting::after {
    border-radius: 0;
  }
  .greeting-wrapper {
  }
  .greeting-heading {
    font-size: 1.2rem;
  }

  .greeting-container {
    display: block;
  }
  .greeting-inner {
    flex: 1;
  }
  .greeting-text {
    font-size: 1rem;
    line-height: var(--lineheight-main);
    letter-spacing: 0.02em;
  }
  .greeting-visual {
    padding-top: 2em;
    margin: 0 auto;
    width: auto;
  }
  .greeting-prof {
    display: flex;
    align-items: start;
  }
  .greeting-prof img {
    width: clamp(100px,30%, 150px);
  }
  .greeting-prof figcaption {
    flex: 1;
    padding-left: 1em;
    padding-top: 0;
  }
  .greeting-prof-name {
    font-size: 1.1rem;
  }
  .greeting-prof-pos {
    display: inline-block;
    font-size: 70%;
  }
  .greeting-prof-list {
    font-size: 0.8rem;
  }


  .greeting-banner {
    padding-top: 2em;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .greeting-banner li {
    max-width: clamp(120px,calc(50% - 10px), 200px);
  }
  .greeting-banner li a {
    display: block;
    color: var(--color-brand01);
    text-decoration: none;
  }
  body.is-pc .greeting-banner li a:hover {
    opacity: 0.8;
  }
  .greeting-banner li img {
    display: block;
  }
  .greeting-banner li span {
    font-size: 0.85rem;
    font-weight: 500;
  }
}

@media screen and (max-width:520px) {

  .greeting-banner {
    display: block;
    text-align: center;
  }
  .greeting-banner li {
    max-width: initial;
  }
  .greeting-banner li + li {
    padding-top: 1.5em;
  }
  body.is-pc .greeting-banner li a:hover {
    opacity: 0.8;
  }
  .greeting-banner li img {
    display: block;
    max-width: 220px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 8px;
  }
  .greeting-banner li span {
    font-size: 0.85rem;
    font-weight: 500;
  }

}

/***********
diagram
************/

.diagram {
  background-color: var(--color-base);
  border-radius: var(--rounded-large);
  padding: min(7vw,3em) min(5vw,2em);
  position: relative;
}
.diagram-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  translate: 0 -50%;
  background-color: var(--color-dark01);
  color: var(--color-base);
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.2em 1em;
}
.diagram-img {
  margin: 0 auto;
}

.diagram-img:has(img[src*="about_img01"]) {
  max-width: 607px;
}

@media screen and (max-width:520px) {

  .diagram-title {
    font-size: 1rem;
  }

}

/***********
aboutChart
************/

.aboutChart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.aboutChart li {
  width: clamp(220px,calc(33% - 1em), 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--color-base);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  padding: 1.5em;
}
.aboutChart-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-brand01);
  margin-bottom: 0.3em;
  min-height: calc(1.5 * 2em);
}
.aboutChart-text {
  font-size: 0.95rem;
  line-height: 1.8;
}

@media screen and (max-width:520px) {

  .aboutChart {
    gap: 0.5em;
    margin-left: -8vw;
    margin-right: -8vw;
  }
  .aboutChart li {
    width: clamp(160px,calc(50% - 1em), 220px);
    padding: 1em;
  }
  .aboutChart li:nth-child(3) {
    margin-top: -2em;
  }
  .aboutChart-title {
    font-size: 1rem;
    display: block;
    min-height: initial;
    line-height: 1.3;
  }
  .aboutChart-text {
    font-size: 0.85rem;
    line-height: 1.4;
  }

}

/***********
memberHeader
************/

.memberHeader {
  padding: 4em 0;
  position: relative;
}
.memberHeader::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100px;
  top: 0;
  background-color: var(--color-base);
}
.memberHeader:has(.memberHeader-img) {
  margin-bottom: 4em;
}
.memberHeader:not(:has(.memberHeader-img))::after {
  width: calc(100% + 200px);
}
.memberHeader-container {
  position: relative;
  z-index: 2;
}
.memberHeader-container:has(.memberHeader-img) {
  padding-right: calc(clamp(200px,30%, 300px) - 80px);
  margin-right: 120px;
}

.memberHeader-img {
  width: clamp(200px,30%, 300px);
  position: absolute;
  right: -120px;
  bottom: -8em;
}
.memberHeader-name {
  display: flex;
  align-items: end;
  gap:  0 0.8em;
  border-block: 1px solid var(--color-sub02);
  font-size: clamp(1.2rem,3vw, 1.6rem);
  font-weight: 500;
  padding: 0.5em 0.3em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.memberHeader-name-title {
  display: inline-block;
  letter-spacing: 0.05em;
}
.memberHeader-name-subTitle {
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 60%;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  padding-bottom: 0.2em;
}

.memberHeader-text {
  font-size: 0.95rem;
  line-height: var(--lineheight-main);
}
.memberHeader-link {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  gap: 0 2em;
}
.memberHeader-link li a {
  display: inline-block;
  position: relative;
  padding: 0.2em 1.5em 0.2em 0;
  color: var(--color-brand01);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
  transition: 0.3s;
}
body.is-pc .memberHeader-link li a:hover {
  text-decoration-color: inherit;
}
.memberHeader-link li 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: "\f061";
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 70%;
  border-radius: 50%;
  color: var(--color-base);
  background-color: var(--color-brand01);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}


@media screen and (max-width:834px) {

  .memberHeader {
    padding: min(7vw,2em) min(5vw,30px);
    background-color: var(--color-base);
    border-radius: var(--rounded-main);
  }
  .memberHeader::after {
    display: none;
  }
  .memberHeader:has(.memberHeader-img) {
    margin-bottom: 0;
  }
  .memberHeader-container {
    position: relative;
    z-index: 2;
  }
  .memberHeader-container:has(.memberHeader-img) {
    padding-right: 0;
    margin-right: 0;
  }

  .memberHeader-img {
    width: clamp(120px,50%, 200px);
    position: static;
    margin: 0 auto 1.5em;
  }
  .memberHeader-name {
    justify-content: center;
    font-size: clamp(1.2rem,3vw, 1.6rem);
  }
  .memberHeader-name-title {
    display: inline-block;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width:520px) {

  .memberHeader-link {
    padding-top: 1.5em;
    display: block;
    font-size: 0.9rem;
    text-align: center;
  }
  .memberHeader-link li + li {
    margin-top: 10px;
  }
  .memberHeader-link li a {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 20em;
    padding: 0.7em 1.5em 0.7em 1em;
    border: 1px solid var(--color-brand01);
  }
  body.is-pc .memberHeader-link li a:hover {
    text-decoration-color: inherit;
  }
  .memberHeader-link li a::after {
    right: 1em;
  }

}

/***********
singleBanner
************/

.singleBanner {
}
.singleBanner li {
}
.singleBanner li + li{
  margin-top: 2em;
}
.singleBanner li a {
  display: inline-block;
  color: var(--color-brand01);
  text-decoration: none;
}
body.is-pc .singleBanner li a:hover {
  opacity: 0.8;
}
.singleBanner li img {
  max-width: 300px;
  max-height: 200px;
  width: auto;
  height: auto;
  display: block;
}
.singleBanner li span {
  display: block;
  font-size: 0.85rem;
  font-feature-settings: "palt";
  font-weight: 500;
  padding-top: 0.6em;
  position: relative;
  line-height: 1.3;
}
.singleBanner li span::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: "\f061";
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 80%;
  rotate: -45deg;
  margin-left: 0.5em;
  border-radius: 50%;
  color: var(--color-base);
  background-color: var(--color-brand01);
}

@media screen and (max-width:520px) {


  .singleBanner li img {
    max-width: 260px;
    max-height: 150px;
  }

}

/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/
