@charset "utf-8";

/* CSS Document */


@media screen and (max-width:1440px) {
  .innerContents {
    padding-left: 20px;

  }
}
@media screen and (max-width:640px) {
  .innerContents {
    padding-left: 0;
  }
}

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

.pageHeading {
  position: relative;
  margin-left: var(--side-padding);
  font-size: clamp(170%,1.6vw, 300%);
  font-feature-settings: "palt";
  height: 14em;
  min-height: 350px;
  overflow: hidden;
}

.pageHeading.-small {
  height:4em;
  font-size: clamp(254%,2vw, 300%);
}


.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, 18, 58, 0.25);
}
.pageHeading-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageHeading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 9;
  padding-top: calc(var(--header-height) / 2 );
  color: var(--color-base);
}
.pageHeading.-small .pageHeading-container{
  padding-bottom: 0.2em;
}
.pageHeading-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/line04.png) no-repeat right 68% / 30vw auto;
}

.pageHeading-block {
  position: relative;
  z-index: 9;
}

.pageHeading-parent {
  font-size: max(64%,15px);
}
.pageHeading.-small .pageHeading-parent{
  margin-bottom: 0.2em;
}
.pageHeading-parent-text {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-brand04);
  border-radius: 10em;
  padding: 0.1em 1.5em;
  display: inline-block;
  background-color: var(--color-base);
}
.pageHeading-subTitle {
  font-size: 339%;
  line-height: 1.1;
}
.pageHeading-subTitle-text {
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  letter-spacing: -0.04em;
  display: inline-block;
  position: relative;
}
.pageHeading-title {
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
}
.pageHeading-title::before ,
.pageHeading-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: var(--color-base);
  position: absolute;
  top: 55%;
}
.pageHeading-title::before {
  left: calc(100% + 0.5em);
}
.pageHeading-title::after {
  right: calc(100% + 0.5em);
}

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

  .pageHeading {
    font-size: clamp(170%,1.6vw, 300%);
    min-height: 200px;
  }

  .pageHeading-container {
    padding-top: calc(var(--header-height) / 2 );
  }
  .pageHeading-subTitle {
    font-size: 270%;
  }
}


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

  .pageHeading {
    font-size: clamp(139%,4vw, 300%);
    min-height: 200px;
    height: 15em;
    margin-left: 0;
  }
  .pageHeading-subTitle {
    font-size: 224%;
  }
  .pageHeading-title {
    padding-top: 0.5em;
  }

}

/***********
breadcrumb
************/

.breadcrumb{
  font-size: clamp(100%,1.2vw, 116%);
  font-weight: 400;
  font-feature-settings: "palt";
  margin-left: calc( var(--side-padding) + 2em);
  letter-spacing: 0;
  position: relative;
  z-index: 100;
}
.breadcrumb-lists{
  display: flex;
  position: absolute;
  width: 100%;
  padding-top: 1.2em;
}
.breadcrumb-lists li{
  position: relative;
}
.breadcrumb-lists li:not(:last-child)::after{
  content: "＞";
  display: inline-block;
  padding: 0 0.5em;
  color: var(--color-brand02);
  scale: 0.6 1;
}
.breadcrumb-lists li a{
  color: var(--color-brand02);
  text-decoration: none;
}
body.is-pc .breadcrumb-lists li a:hover{
  text-decoration: underline;
  color: var(--color-brand02);
}

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

  .breadcrumb{
    margin-left: min(4vw,30px);
  }
}

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

  .breadcrumb{
    font-size: 70%;
    -webkit-overflow-scrolling: touch;
    translate: 0 -2em;
    color: var(--color-base);
    letter-spacing: 0;
    margin-left: 0;
  }
  .breadcrumb-lists{
    overflow: auto;
    display: flex;
    white-space: nowrap;
    padding-left: 3%;
    padding-top: 0;
  }
  .breadcrumb-lists li a{
    color: var(--color-base);
  }
  .breadcrumb-lists li:last-child {
    max-width: 12em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body.is-pc .breadcrumb-lists li a:hover{
    color: var(--color-base);
  }
  .breadcrumb-lists li:not(:last-child)::after{
    padding: 0 0.3em;
    color: var(--color-base);
  }

}


/***********
box
************/

.box {
  background-color: var(--color-base);
  padding: min(5vw,4em) min(4vw,6%);
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

@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: 6em;
  padding-bottom: 2em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  color: var(--color-brand01);
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: clamp(116%,2vw, 154%);
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  margin: 0 5px;
}
.pagination a {
  background-color: var(--color-base);
  box-shadow: 0 0 0 1px var(--color-brand01) inset ;
}
.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);
  box-shadow: 0 0 0 1px var(--color-brand01) inset ;
}

.pagination a.prev,
.pagination a.next{
}

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

  .pagination {
    padding-top: 3em;
  }
  .pagination span,
  .pagination a {
    font-size: 116%;
    margin: 0 1px 2px;
  }
}


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

.post {
}

.post p:not([class]) {
  line-height: 1.8;
  font-size: clamp(1.16rem,1.4vw, 1.39rem);
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post h2:not([class]) {
  font-size: clamp(1.31rem,2.5vw, 1.7rem);
  line-height: 1.4;
  font-weight: 700;
  background-color: var(--color-brand01);
  color: var(--color-base);
  margin: 2em 0 1em 0;
  padding: 0.6em 1em ;
  position: relative;
}


.post h3:not([class]) {
  font-size: clamp(1.31rem,2.5vw, 1.7rem);
  font-weight: 700;
  margin: 2.5em 0 0.8em 0;
  line-height: 1.4;
  color: var(--color-brand03);
  position: relative;
}
.post h3:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--color-brand01) 5em, var(--color-sub01) 5em);
  margin-top: 0.6em;
}
.post h4:not([class]) {
  font-size: clamp(1.31rem,2.5vw, 1.7rem);
  line-height: 1.4;
  font-weight: 700;
  margin: 2em 0 1em 0;
  color: var(--color-brand03);
  border-left: 4px solid var(--color-brand01);
  padding: 0.1em 0em 0.1em 0.8em;
  position: relative;
}

.post h5:not([class]) {
  font-size: clamp(1.31rem,2.5vw, 1.7rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 2.5em 0 0.5em 0;
  color: var(--color-brand03);
}

.post h6:not([class]) {
  font-size: 1.7rem;
  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-brand01);
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 50%;
}


.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-sub03);
  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 var(--color-brand03);
  font-size: clamp(1.16rem,1.4vw, 1.39rem);
  font-weight: 400;
}

.post table:not([class]) thead td {
  border: 1px solid var(--color-brand03);
  padding: 1em 0.8em;
  text-align: center;
  line-height: 1.8;
}
.post table:not([class]) thead th{
  border: 1px solid var(--color-brand03);
  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 var(--color-brand03);
  padding: 1em 1.5em;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.8;
  background-color: var(--color-sub03);
}

.post table:not([class]) tbody td {
  border: 1px solid var(--color-brand03);
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  background-color: var(--color-base);
}

.post ul:not([class]){
  font-size: clamp(1.16rem,1.4vw, 1.39rem);
  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.39rem);
  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-family: var(--font-family-gothic);
    line-height: 1.8;
  }

  .post h2:not([class]) {
  }

  .post h3:not([class]) {
  }

  .post h4:not([class]) {
  }

  .post h5:not([class]) {
  }

  .post h6:not([class]) {
  }

  .post img[src$="jpg"],
  .post img[src$="jpeg"] {
  }

  .post blockquote:not([class]) {
  }

  .post table:not([class]) {
    font-size: 1rem;
  }
  .post table:not([class]) thead th,
  .post table:not([class]) tbody th ,
  .post table:not([class]) tbody td {
    padding: 0.8em;
  }

  .post ul:not([class]){
  }
  .post ol:not([class]){
  }

}

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



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

.dataTable {
  line-height: 1.6;
  font-size: clamp(116%,1.4vw, 139%);
  border-top: 1px solid var(--color-main);
}

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

.dataTable tbody tr {
  border-bottom: 1px solid var(--color-main);
}
.dataTable tbody th {
  padding: 1em 1.5em ;
  font-weight: 500;
  background-color: var(--color-sub03);
  line-height: 1.4;
}
.dataTable tbody td {
  padding: 1em 1.5em 1em 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 th,
.dataTable.-alignLeft 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: 22%;
  }


  .dataTable-data dt {
    padding-right: 0.5em;
    margin-right: 1em;
  }

}

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

  /*
  spBlock
  */

  .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;
    font-size: 116%;
  }
  .dataTable.-spBlock tbody td {
    padding: 1em 0em 2em ;
    font-size: 108%;
    line-height: 1.7;
    text-align: left;
  }
  .dataTable.-spBlock tbody td::before,
  .dataTable.-spBlock tbody td::after {
    display: none;
  }


  /*
  size
  */

  .dataTable-th.-trisect {
    width: 33%;
  }
  .dataTable-th.-small {
    width: 10em;
  }
  .dataTable-th.-xsmall {
    width: 8em;
  }
  .dataTable-th.-xxsmall {
    width: 6em;
  }

}

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

.fileLink {
  font-size: clamp(1.16rem,1.8vw, 1.39rem);
  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(../../img/icon/pdf.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="jpg"]::after,
.fileLink a[href*="jpeg"]::after {
  background: url(../../img/icon/jpg.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="png"]::after {
  background: url(../../img/icon/png.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="doc"]::after,
.fileLink a[href*="docx"]::after {
  background: url(../../img/icon/doc.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="xls"]::after,
.fileLink a[href*="xlsx"]::after {
  background: url(../../img/icon/xls.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="zip"]::after {
  background: url(../../img/icon/zip.png) no-repeat left top / 100% auto;
}



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

.article {
}

.article-heading {
  position: relative;
  font-size: clamp(1rem,1.6vw, 1.39rem);
  border-bottom: 2px solid var(--color-brand01);
  padding-bottom: 1.5em;
  margin-bottom: 2.5em;
}

.article-heading-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 1em;
}
.article-heading-time {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 116%;
  margin-right: 1em;
}
.article-heading-cat {
  display: inline-block;
  padding: 0.3em 1.5em;
  margin: 1px;
  background-color: var(--color-brand01);
  color: var(--color-base);
  border-radius: 10em;
  font-feature-settings: "palt";
  font-size: 93%;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.article-heading-type {
  display: inline-block;
  padding: 0.2em 0.6em;
  margin-right: 3px;
  background-color: var(--color-brand01);
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.article-heading-type.cat-part {
  background-color: green;
}

.article-heading-title {
  font-weight: 700;
  font-size: 200%;
  line-height: 1.35;
}

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

  .article {
  }

  .article-heading {
  }
  .article-heading-data {
  }
  .article-heading-time {
    font-size: 100%;
  }
  .article-heading-cat {
    padding: 0.1em 1em;
    min-width: initial;
    font-size: 100%;
  }
  .article-heading-title {
    font-size: 154%;
    line-height: 1.45;
  }


}


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

.works {

}
.works-heading {
}
.works-heading {
  font-size: clamp(124%,1.8vw, 154%);
  padding-bottom: 1.5em;
}
.works-heading-title {
  line-height: 1.35;
  font-size: 170%;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  color: var(--color-brand03);
}
.works-heading-subTitle {
  display: inline-block;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  color: var(--color-brand01);
  position: relative;
  line-height: 1.2;
}
.works-heading-subTitle::before {
  content: "";
  display: block;
  width: 10em;
  height: 1px;
  background-color: var(--color-brand04);
  position: absolute;
  left: calc(100% + 0.5em);
  top: calc(50% - 1px);
}


.works-before {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-bottom: -1%;
}
.works-before li {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.works-before li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}


.works-after {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-bottom: -1%;
}
.works-after li {
  width: 49%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.works-after li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}


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

  .works-before {
    display: block;
    margin-bottom: -5px;
  }
  .works-before li {
    width: auto;
    margin-bottom: 5px;
  }


  .works-after {
    display: block;
    margin-bottom: 5px;
  }
  .works-after li ,
  .works-after li.is-tall {
    width: auto;
    margin-left: 0;
    margin-bottom: 5px;
  }
}


/***********
divide
************/

.intro {
  position: relative;
  padding-bottom: 9em;
}
.l-block:has(.intro) {
  padding-bottom: 0;
}
.intro-inner {
  position: relative;
  z-index: 9;
}
.serviceIntro-inner {
}
.intro-box {
  width: 55%;
  max-width: 650px;
}
.intro-visual {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 80%;
  pointer-events: none;
}
.intro-img {
  -webkit-mask: url(../../img/mask01.png);
  mask: url(../../img/mask01.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

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

  .intro {
    padding-bottom: 0;
  }
  .intro-inner {
  }
  .serviceIntro-inner {
  }
  .intro-box {
    width: auto;
    max-width: initial;
  }
  .intro-visual {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 500px;
    margin: 1em auto 0;
    pointer-events: none;
  }

}

/***********
divide
************/

.divide {
  display: flex;
  align-items: start;
}
.divide-inner {
  flex: 1;
  padding-right: 3%;
}
.divide-visual {
  width: 40%;
}
.divide-img {
  margin-right: -80%;
}

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

  .divide {
    display: block;
  }
  .divide-inner {
    padding-right: 0;
  }
  .divide-visual {
    width: auto;
    padding-top: 2em;
  }
  .divide-img {
    margin-right: 0;
  }

}


/***********
serviceIntro
************/

.serviceIntro {
}
.serviceIntro-inner {
  position: relative;
}
.serviceIntro-inner .l-textMain{
  position: relative;
  z-index: 9;
}
.serviceIntro-icon {
  width: 28%;
  position: absolute;
  right: 4em;
  bottom: 0;
  translate: 0 90%;
}

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

  .serviceIntro {
  }
  .serviceIntro-inner {
  }
  .serviceIntro-inner .l-textMain{
  }
  .serviceIntro-icon {
    display: none;
  }

}

/***********
split
************/

.split {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  background-color: var(--color-base);
}
.split + .split {
  margin-top: 4em;
}
.split-img {
  width: 50%;
}
.split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.split-inner {
  flex: 1;
  padding: min(7vw,5em) min(4vw,6%)
}

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

  .split {
    display: block;
  }
  .split-img {
    width: auto;
  }
  .split-inner {
  }

}

/***********
featureCard
************/

.featureCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -5em;
  counter-reset : featureCard_num;
}
.featureCard li {
  width: 47%;
  margin-bottom: 5em;
}

.featureCard-heading {
  font-size: clamp(116%,1.4vw, 139%);
  display: flex;
  align-items: start;
  margin-bottom: 0.8em;
  position: relative;
}
.featureCard-heading::after {
  display: block;
  content: '0' counter(featureCard_num) ;
  font-style: italic;
  font-weight: 300;
  font-size: 660%;
  font-family: var(--font-family-gothic-en);
  line-height: 1;
  letter-spacing: -0.04em;
  position: absolute;
  right: 0;
  top: -0.2em;
  color: var(--color-brand04);
  opacity: 0.2;
}
.featureCard-badge {
  padding-right: 1em;
  letter-spacing: 0;
}
.featureCard-badge-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 4.4em;
  height: 4.4em;
  color: var(--color-base);
  background-color: var(--color-brand01);
  border-radius: 50%;
  white-space: nowrap;
  position: relative;
}
.featureCard-badge-title {
  font-family: var(--font-family-gothic-en);
  font-size: 93%;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 0.4em;
}
.featureCard-badge-num {
  font-family: var(--font-family-gothic-en);
  font-weight: 900;
  line-height: 1.1;
}
.featureCard-badge-num::after {
  display: block;
  counter-increment:featureCard_num;
  content: counter(featureCard_num) ;
  font-style: italic;
  font-weight: 600;
  font-size: 200%;
  line-height: 1;
}

.featureCard-heading-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.2em;
  position: relative;
  z-index: 9;
}
.featureCard-heading-title {
  font-weight: 700;
  font-size: 154%;
  line-height: 1.3;
}

.featureCard-img {
}
.featureCard-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
.featureCard-inner {
  padding-top: 2em;
}

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

  .featureCard {
    display: block;
    margin-bottom: -3em;
  }
  .featureCard li {
    width: auto;
    margin-bottom: 3em;
  }

  .featureCard-heading {
    font-size: clamp(100%,1.4vw, 139%);
  }
  .featureCard-inner {
    padding-top: 1.2em;
  }

}
/***********
flow
************/

.flow {
  counter-reset : flow_num;
}
.flow-section {
  display: flex;
  border-radius: 10px;
  border: 3px solid var(--color-brand01);
  background-color: var(--color-base);
  position: relative;
}
.flow-section:not(:last-child) {
  margin-bottom: 50px;
}
.flow-section:not(:last-child)::after {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  translate: -50% 0 ;
  background-color: #8199da;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.flow-num {
  font-size: clamp(254%,4vw, 370%);
  background-color: var(--color-brand01);
  width: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.flow-num-text {
}
.flow-inner {
  flex: 1;
  padding: min(5vw,2.5em) 5%
}
.flow-heading {
  display: flex;
  align-items: center;
  font-size: clamp(139%,1.6vw, 170%);
  padding-bottom: 1em;
}
.flow-heading-title {
  font-size: 147%;
  line-height: 1.35;
  color: var(--color-brand03);
}
.flow-heading-subTitle {
  font-weight: 700;
  color: var(--color-brand01);
  margin-left: 1.5em;
  padding: 0.2em 0 0.2em 1em;
  border-left: 1px solid var(--color-brand01);
}

.flow-num-text::after {
  display: inline;
  white-space: nowrap;
  content: '0' counter(flow_num) ;
  counter-increment:flow_num;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  color: transparent;
  text-stroke: 0.5px var(--color-base);
  -webkit-text-stroke: 0.5px var(--color-base);
  line-height: 1;
  letter-spacing: -0.04em;
}

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

  .flow-section {
    border-width: 2px;
  }
  .flow-num {
    width: 1.4em;
  }
  .flow-num-text {
  }
  .flow-inner {
    flex: 1;
  }
  .flow-heading {
    display: block;
    padding-bottom: 0.6em;
  }
  .flow-heading-title {
    font-size: 139%;
  }
  .flow-heading-subTitle {
    margin-left: 0;
    padding:  0 0;
    border-left: none;
  }

  .flow-num-text::after {
    margin-left: -0.15em;
  }

}

/***********
faqSection
************/

.faqSection {
}
.faqSection-item {
  position: relative;
  margin-bottom: 1.2em;
  box-shadow: 0 0 8px rgba(129, 153, 218, 0.5);
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  transition: filter 0.1s;
}
.faqSection-heading {
  font-size: clamp(116%,2vw, 170%);
  font-weight: 600;
  background-color: var(--color-base);
  color: var(--color-brand01);
  padding: 1em 3em 1em 4em;
  min-height: 3.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  line-height: 1.35;
  cursor: pointer;
}
.faqSection-heading::before {
  content: 'Q' ;
  width: 2.2em;
  height: 2.2em;
  color: var(--color-base);
  background-color: var(--color-brand01);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  position: absolute;
  left: 0.6em;
  top: 0.6em;
  transition: 0.3s;
}
.faqSection-heading::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: "\2b";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  scale: 1.1;
}
body.is-pc .faqSection-heading:not(.is-active):hover {
  filter: brightness(110%);
}
.faqSection-heading.is-active {
  border-radius: 10px 10px 0 0;
}
.faqSection-heading.is-active::after {
  content: "\f068";
}


.faqSection-answer {
  border-top: none;
  display: none;
}
.faqSection-answer-inner {
  padding: 2em 5% 3em 6rem;
  position: relative;
  background-color: var(--color-sub01);
  margin: 1em 4% 1.5em 4em;
  border-radius: 6px;
}
.faqSection-answer-inner::before {
  content: "A.";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 0.1em;
  color: var(--color-accent01);
  font-family: var(--font-family-gothic-en);
  font-weight: 600;
  position: absolute;
  left: 1.8rem;
  top: 0.5em;
  font-size: 2.54em;
  font-size: clamp(170%,4vw, 2.54em);
}


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


  .faqSection {
  }
  .faqSection-item {
    margin-bottom: 10px;
  }
  .faqSection-heading {
    font-weight: 500;
    padding: 1em 3em 1em 4em;
    min-height: 3.5em;
  }
  .faqSection-heading::before {
  }

  .faqSection-heading.is-active {
    border-radius: 5px 5px 0 0;
  }


  .faqSection-answer {
    border-width: 2px;
    border-radius:  0 0 5px 5px;
  }
  .faqSection-answer-inner {
    padding: 0.5em 5% 3em 4em;
    position: relative;
    background-color: var(--color-base);
    margin: 0;
  }
  .faqSection-answer-inner::before {
    left: 1rem;
    top: 0em;
    font-size: clamp(200%,5vw, 2.54em);
  }

}

/***********
intvList
************/

.intvList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4%;
}
.intvList-section {
  width: 48%;
  margin-bottom: 4%;
}
.intvList-section a {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  background-color: var(--color-base);
  font-size: clamp(93%,1.4vw, 124%);
}
.intvList-img {
}
.intvList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
.intvList-inner {
  padding: 0 2em 2em;
  position: relative;
  z-index: 2;
}
.intvList-title {
  margin-top: -0.8em;
  font-size: 154%;
}
.intvList-title span{
  display: inline;
  line-height: 1.9em;
  padding: 0.1em 0.5em 0.2em;
  color: var(--color-base);
  background: linear-gradient(transparent 0%, var(--color-brand01) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--color-base);
}
.intvList-box {
  padding-top: 0.5em;
}
.intvList-name {
  font-family: var(--font-family-gothic-en);
  font-size: 200%;
  font-style: italic;
  font-weight: 600;
  color: var(--color-brand03);
}
.intvList-pos {
  font-weight: 600;
  color: var(--color-brand01);
}
.intvList-pos span:not(:last-child)::after{
  content: "／";
}

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

  .intvList {
    margin-bottom: -2em;
  }
  .intvList-section {
    width: auto;
    margin-bottom: 2em;
  }
  .intvList-section a {
    font-size: clamp(93%,1.4vw, 124%);
  }
  .intvList-img img {
    aspect-ratio: 16 / 9;
  }
  .intvList-pos {
    font-size: 116%;
  }
}


/***********
recruitList
************/

.recruitList {
}
.recruitList li {
}
.recruitList li + li {
  margin-top: 1.1em;
}
.recruitList li:not(:last-child) {
}
.recruitList a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: clamp(116%,1.4vw, 139%);
  text-decoration: none;
  padding: 1.5em 4em 1.5em 2.5em;
  border: 1px solid var(--color-brand03);
  background-color: var(--color-base);
  position: relative;
}
body.is-pc .recruitList a:hover {
  translate: -2px -2px;
  box-shadow: 3px 3px 0 var(--color-brand01);
}

.recruitList-data {
  display: flex;
  flex-wrap: wrap;
}
.recruitList-cat {
  display: inline-block;
  padding: 0.2em 0.6em;
  margin-right: 3px;
  background-color: var(--color-brand01);
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: max(77%,12px);
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.recruitList-cat.cat-part {
  background-color: green;
}

.recruitList-title {
  flex: 1;
  font-size: 124%;
  font-weight: 500;
  padding-top: 0.5em;
  position: relative;
}
.recruitList-text {
  font-size: 85%;
  padding-top: 0.5em;
}

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


  .recruitList {
  }
  .recruitList li {
  }
  .recruitList li + li {
    margin-top: 10px;
  }
  .recruitList li:not(:last-child) {
  }
  .recruitList a {
    font-size: clamp(116%,1.4vw, 139%);
    padding: 1.2em 1em 1.2em 1.2em;
  }
  body.is-pc .recruitList a:hover {
    translate: -2px -2px;
    box-shadow: 3px 3px 0 var(--color-brand01);
  }
}



/***********
intvHeader
************/

.intvHeader {
  padding-top: 8em;
  padding-bottom: 8em;
}
.intvHeader-container {
  position: relative;
}
.intvHeader-visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
}
.intvHeader-img {
  margin-right: -15%;
}
.intvHeader-inner {
  padding-top: 10em;
  position: relative;
  z-index: 9;
}
.intvHeader-block {
  width: 52%;
  padding: 4em 5% 5em 0;
}
.intvHeader-box {
}

.intvHeader-title {
  font-weight: 700;
  font-size: clamp(139%,2.8vw, 254%);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.intvHeader-title span {
  display: inline;
  line-height: 1.9em;
  padding: 0.1em 0.5em 0.2em;
  color: var(--color-base);
  background: linear-gradient(transparent 0%, var(--color-brand01) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.intvHeader-name {
  color: var(--color-brand01);
  font-family: var(--font-family-gothic-en);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(170%,2vw, 300%);
  padding-top: 0.8em;
}
.intvHeader-pos {
  display: inline-block;
  font-size: clamp(116%,1.8vw, 154%);
  font-weight: 600;
  color: var(--color-brand03);
  background-color: var(--color-base);
  text-align: center;
  line-height: 1.4;
}
.intvHeader-pos span:not(:last-child)::after{
  content: "／";
}

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

  .intvHeader {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .intvHeader-container {
  }
  .intvHeader-visual {
    position: static;
    width: auto;
    padding-left: 5%;
    text-align: right;
  }
  .intvHeader-img {
    margin-right: -10vw;
  }
  .intvHeader-inner {
    padding-top: 0;
    margin-top: -1.5em;
    position: relative;
    z-index: 9;
  }
  .intvHeader-block {
    width: auto;
    padding: 0 5% 0 0;
  }
  .intvHeader-box {
  }

  .intvHeader-title {
    font-size: clamp(154%,4vw, 200%);
  }

  .intvHeader-name {
    font-size: clamp(200%,8vw, 254%);
    padding-top: 0.2em;
  }
  .intvHeader-pos {
    display: inline-block;
    font-size: clamp(116%,2vw, 154%);
  }

}

/***********
intvWrapper
************/

.intvWrapper {
  padding: 8em 0;
}

.intvSection  + .intvSection {
  padding-top: 8em;
  position: relative;
  z-index: 9;
}
.intvSection-heading {
  font-size: clamp(139%,2vw, 239%);
  font-weight: 600;
  position: relative;
  padding-left: 3.80em;
  margin-bottom: 1.2em;
  min-height: 2.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  color: var(--color-base);
}
.intvSection-heading::before {
  content: "Q";
  width: 3em;
  height: 3em;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-brand02);
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
.intvSection-container {
  display: flex;
  padding: min(5vw,4em) min(4vw,6%);
  background-color: var(--color-base);
  border-radius: 10px;
}
.intvSection-inner {
  flex: 1;
}
.intvSection-img {
  padding-left: 5%;
  width: 45%;
}

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

  .intvWrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .intvSection  + .intvSection {
    padding-top: 3em;
  }
  .intvSection-container {
    display: block;
  }
  .intvSection-inner {
  }
  .intvSection-img {
    padding-left: 0;
    padding-top: 2em;
    width: auto;
  }

}

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

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

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

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

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

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