@charset "utf-8";

/* CSS Document */


.innerContents {
  padding-top: calc(var(--header-height) + 3em);
}

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

  .innerContents {
    padding-top: calc(var(--header-height) + 2em);
  }
}


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

.breadcrumb{
  font-size: clamp(1rem,1.2vw, 1.24rem);
  font-weight: 600;
  font-feature-settings: "palt";
  padding-top: 2em;
  padding-bottom: 1.5em;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 100;
}
.breadcrumb-lists{
  display: flex;
  width: 100%;
  padding-top: 1.2em;
}
.breadcrumb-lists li{
  position: relative;
}
.breadcrumb-lists li:not(:has(a)){
}
.breadcrumb-lists li:not(:last-child)::after{
  content: "＞";
  display: inline-block;
  padding: 0 0.4em;
  opacity: 0.6;
  scale: 0.7 1;
}
.breadcrumb-lists li a{
  color: inherit;
  text-decoration: none;
  transition: 0s;
  opacity: 0.6;
}
body.is-pc .breadcrumb-lists li a:hover{
  text-decoration: underline;
  opacity: 1;
}



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

  .breadcrumb{
    font-size: clamp(0.85rem,2vw, 1rem);
    padding-top: 0;
    padding-bottom: 1;
  }
  .breadcrumb-lists li:last-child {
    max-width: 12em;
    height: calc(1em * 1.5);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

}

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

.pageHeading {
  font-size: clamp(116%,1.6vw, 154%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  line-height: 1.2;
  padding-bottom: 5em;
}
.pageHeading-subTitle {
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  font-size: 500%;
  letter-spacing: 0.04em;
  background-color: var(--color-primary01);
  color: var(--color-base);
  border-radius: var(--rounded-main);
  padding: 0.1em 2rem ;
  border-bottom-left-radius: 0;
}
.pageHeading-title {
  background-color: var(--color-primary01);
  color: var(--color-base);
  font-weight: 800;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  border-radius: var(--rounded-main);
  padding: 0 2rem 0.8em;
  line-height: 1.3;
  position: relative;
  z-index: 9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pageHeading.-white .pageHeading-title,
.pageHeading.-white .pageHeading-subTitle {
  background-color: var(--color-base);
  color: var(--color-primary01);
}

.pageHeading.-center {
  align-items: center;
}
.pageHeading.-center .pageHeading-title {
  border-bottom-left-radius: var(--rounded-main);
}


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

  .pageHeading {
    font-size: clamp(100%,3.6vw, 200%);
    padding-bottom: 3em;
  }
  .pageHeading-subTitle {
    font-size: 254%;
    padding: 0.2em 1rem ;
  }
  .pageHeading-title {
    padding: 0 1rem 0.8em;
  }


}















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

.box {
  background-color: var(--color-base);
  padding: min(5vw,4em) min(4vw,6%);
}

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

  .box {
    margin-left: -3vw;
    margin-right: -3vw;
  }
}


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

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

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  min-width: 1.5em;
  height: 2.2em;
  line-height: 2.3em;
  color: var(--color-base);
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: clamp(116%,2vw, 185%);
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  opacity: 0.5;
  margin: 0 5px;
}
.pagination a {
}
.pagination span {
  opacity: 1;
}
.pagination a.prev ,
.pagination a.next {
  min-width: 2.2em;
  margin: 0 12px;
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--color-base) inset ;
  opacity: 1;
}
.pagination span.dots{
  border-color: transparent;
  opacity: 0.6;
  user-select: none;
}
body.is-pc .pagination a:hover ,
.pagination span:not(.dots){
  opacity: 1;
}

.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 {
  font-size: var(--fontSize-sub);
}

.post p:not([class]) {
  line-height: 1.8;
  font-size: var(--fontSize-sub);
  font-weight: 500;
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post h2:not([class]) {
  font-size: 2rem;
  font-size: clamp(1.31rem,3vw, 2rem);
  font-weight: 900;
  margin: 2.5em 0 0.8em 0;
  line-height: 1.4;
  position: relative;
}
.post h2:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--color-primary01) 5em, var(--color-sub01) 5em);
  margin-top: 0.6em;
}

.post h3:not([class]) {
  font-size: 1.85rem;
  font-size: clamp(1.31rem,2.5vw, 1.7rem);
  line-height: 1.4;
  font-weight: 700;
  border: 1px solid #ddd;
  margin: 2em 0 1em 0;
  padding: 0.6em 1em ;
  position: relative;
}

.post h4:not([class]) {
  font-size: clamp(1.31rem,2.5vw, 1.7rem);
  line-height: 1.4;
  font-weight: 900;
  margin: 2em 0 1em 0;
  border-left: 4px solid var(--color-base);
  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: 900;
  line-height: 1.4;
  margin: 2.5em 0 0.5em 0;
}

.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-sub01);
  padding: min(5vw,4em) min(4vw,6%);
  margin: 2em 0;
}
.post blockquote:not([class]) h2:first-child,
.post blockquote:not([class]) h3:first-child,
.post blockquote:not([class]) h4:first-child,
.post blockquote:not([class]) h5:first-child{
  margin-top: 0;
}

.post table:not([class]) {
  border: 1px solid #aaa;
  font-size: clamp(1.16rem,1.4vw, 1.39rem);
  font-weight: 400;
}

.post table:not([class]) thead td {
  border: 1px solid var(--color-sub01);
  padding: 1em 0.8em;
  text-align: center;
  line-height: 1.8;
  background-color: var(--color-sub01);
}
.post table:not([class]) thead th{
  border: 1px solid var(--color-sub01);
  padding: 1em 1.5em;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  background-color: var(--color-brand01);
  color: var(--color-base);
}

.post table:not([class]) tbody th {
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.8;
  background-color: var(--color-sub01);
}

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

.post ul:not([class]){
  font-size: clamp(1.16rem,1.4vw, 1.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;
}

/*
youtube比率対策
*/

.post iframe[src*="youtube"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.post table:not([class]) p:not([class]) {
  font-size: 100%;
}

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

  .post p:not([class]) {
    font-family: var(--font-family-gothic);
    line-height: 1.8;
  }

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

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}

.post h2 + ul,
.post h3 + ul,
.post h4 + ul,
.post h5 + ul,
.post h6 + ul,
.post h2 + ol,
.post h3 + ol,
.post h4 + ol,
.post h5 + ol,
.post h6 + ol{
  padding-top: 0 !important;
}



/***********
message
************/

.message {
  display: flex;
}
.message-heading {
  font-size: clamp(270%,3vw, 400%);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.message-heading-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  padding-right: 0.8em;
}
.message-heading-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  background-color: var(--color-primary01);
  color: var(--color-base);
  border-radius: var(--rounded-main);
  font-feature-settings: "palt";
  padding: 0.4em 0.2em;
  margin-right: 0.2em;
  white-space: nowrap;
}
.message-heading-brackets {
  display: inline-block;
}
.message-heading-brackets.-r {
  translate: 0.2em 0;
}
.message-heading-brackets.-l {
  translate: -0.2em 0;
}
.message-inner {
  flex: 1;
}

.message-visual {
  padding-bottom: 4em;
}
.message-text {
}
.message-sign {
  text-align: right;
  padding-top: 2em;
  font-size: var(--fontSize-sub);
  line-height: 1.8;
}

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


  .message {
    display: block;
  }
  .message-heading {
    font-size: clamp(185%,6vw, 300%);
    letter-spacing: 0.04em;
    padding-bottom: 0.5em;
  }
  .message-heading-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    padding-right: 0;
  }
  .message-heading-text {
    -webkit-writing-mode: horizontal-lr;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 0.2em 0.6em;
    margin-right: 0;
    margin-bottom: 0.2em;
    line-height: 1.4;
  }
  .message-heading-brackets {
    display: inline-block;
  }
  .message-heading-brackets.-r {
    translate: 0;
  }
  .message-heading-brackets.-l {
    translate: 0;
  }
  .message-inner {
    flex: 1;
  }

  .message-visual {
    padding-bottom: 2em;
  }

}

/***********
sideNavi
************/

.sideNavi {
  position: sticky;
  top: calc(var(--header-height) + 3em);
  left: 0;
  background-color: var(--color-primary01);
  color: var(--color-base);
  border-radius: var(--rounded-main);
  font-size: clamp(124%,1.4vw, 154%);
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  padding: 1em 1.5em;
  margin-left: -90px;
}
.sideNavi-list {
}
.sideNavi-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sideNavi-list li a{
  display: block;
  font-weight: 600;
  color: inherit;
  line-height: 1.4;
  text-decoration: none;
  padding: 1em 2em 1em 0;
  position: relative;
}
.sideNavi-list 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: "\f063";
  position: absolute;
  right: 0.2em;
  top: 50%;
  translate: 0 -50%;
  scale: 0.8;
  transition: 0.3s;
}
body.is-pc .sideNavi-list li a:hover::after {
  top: 55%;
}

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

  .sideNavi {
    margin-left: 0;
  }
}

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

  .sideNavi {
    display: none;
  }
}
/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
}
.separate-item.-large {
  width: 50%;
}
.separate-item.-small {
  width: 45%;
}
.separate-item.-xlarge {
  width: 55%;
}
.separate-item.-xsmall {
  width: 40%;
}
.separate-item.-xxlarge {
  width: 60%;
}
.separate-item.-xxsmall {
  width: 35%;
}
.separate-item.-half {
  width: 47.5%;
}
.separate.-reverse {
  flex-direction: row-reverse;
}

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

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

}

/***********
business
************/

.business {
  background-color: var(--color-base);
  border-radius: var(--rounded-main);
  padding: min(7vw,4em) min(5vw,4em);
  color: var(--color-brand01);
}
.business-section {
}
.business-section:not(:last-child) {
  border-bottom: 2px solid var(--color-brand01);
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.business-heading {
  display: flex;
  align-items: end;
  font-size: clamp(200%,3.5vw, 254%);
  padding-bottom: 0.4em;
}
.business-heading-num {
  font-size: 300%;
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  letter-spacing: -0.02em;
  min-width: 1.4em;
  line-height: 1;
  white-space: nowrap;
}
.business-heading-title {
  translate: 0 -0.2em;
  padding-left: 0.2em;
}

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

  .business-section:not(:last-child) {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .business-heading {
    padding-bottom: 0.4em;
    font-size: clamp(154%,5vw, 200%);
  }
  .business-heading-num {
    font-size: 254%;
    min-width: 1em;
    line-height: 1;
    white-space: nowrap;
  }
  .business-heading-title {
    padding-left: 0.5em;
  }

}

/***********
targetArea
************/

.targetArea {
}
.targetArea-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2em;
}
.targetArea-section:not(:last-child) {
  margin-bottom: 2em;
}
.targetArea-title {
  font-size: clamp(124%,1.4vw, 139%);
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.targetArea-title::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0.4em;
  border-radius: 50%;
  background-color: var(--color-base);
}
.targetArea-text {
  font-size: clamp(108%,1vw, 108%);
  font-weight: 500;
  line-height: 1.7;
}


/***********
outlineTable
************/

.outlineTable {
  font-size: var(--fontSize-sub);
  font-weight: 500;
  line-height: 1.7;
}
.outlineTable tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.outlineTable tr:first-child th,
.outlineTable tr:first-child td {
  padding-top: 0.5em;
}
.outlineTable th {
  padding: 2em 0 1.5em;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
.outlineTable td {
  padding: 2em 0 1.5em 1em;
  text-align: left;
  vertical-align: top;
}

.outlineTable-th.-small {
  width: 12em;
}


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

  .outlineTable,
  .outlineTable thead,
  .outlineTable tbody,
  .outlineTable tr,
  .outlineTable td,
  .outlineTable th {
    display: block;
    width: auto;
  }
  .outlineTable tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1.5em 0 1em;
  }
  .outlineTable tr:first-child  {
    padding-top: 0;
  }
  .outlineTable tr:first-child th,
  .outlineTable tr:first-child td {
    padding-top: 0;
  }
  .outlineTable th {
    padding: 0 0 0.5em 0;
    font-size: 116%;
  }
  .outlineTable td {
    padding: 0;
  }

  .outlineTable-th.-small {
    width: 13em;
  }

}

/***********
history
************/

.history {
  margin-top: 1em;
  position: relative;
}

.history-data {
  font-size: var(--fontSize-sub);
  font-weight: 500;
  display: flex;
  line-height: 1.8;
  padding-left: 4em;
  padding-bottom: 1.2em;
  position: relative;
}
.history-data::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
  background-color: var(--color-base);
}
.history-data:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0.4em;
  top: 0.5em;
  margin-left: -1px;
  background-color: var(--color-base);
}
.history-data dt{
  width: 7em;
  font-weight: 600;
  padding-top: 0.1em;
  font-family: var(--font-family-gothic-en);
}
.history-data dd{
  flex: 1;
}

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

  .history {
    margin-top: 1em;
  }

  .history-data {
    display: block;
    line-height: 1.8;
    padding-left: 2em;
    padding-bottom: 1em;
  }
  .history-data dt{
    width: auto;
    padding-top: 0.1em;
  }
  .history-data dd{
    flex: 1;
    line-height: 1.6;
  }

}

/***********
workflow
************/

.workflow {
  background-color: var(--color-base);
  border-radius: var(--rounded-main);
  padding: min(7vw,4em) min(5vw,4em);
  color: var(--color-brand01);
}
.workflow-heading {
  text-align: center;
  padding-bottom: 2em;
}
.workflow-heading-title {
  display: inline-block;
  font-size: clamp(170%,2.4vw, 231%);
  font-weight: 700;
  padding: 0.2em 1em;
  background-color: var(--color-primary01);
  color: var(--color-base);
  border-radius: var(--rounded-main);
}

.workflow-schedule {
}
.workflow-data {
  font-size: clamp(139%,1.8vw, 185%);
  font-weight: 500;
  display: flex;
  line-height: 1.8;
  padding-left: 2.5em;
  padding-bottom: 1.2em;
  position: relative;
}
.workflow-data::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
  background-color: var(--color-brand01);
}
.workflow-data:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0.4em;
  top: 0.5em;
  margin-left: -1px;
  background-color: var(--color-brand01);
}
.workflow-data dt{
  width: 4.5em;
  font-weight: 700;
  font-size: 108%;
  font-family: var(--font-family-gothic-en);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.workflow-data dd{
  flex: 1;
}

.workflow-data-title {
  padding-bottom: 0.2em;
}
.workflow-text {
}



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

  .history {
    margin-top: 1em;
  }

  .workflow-data {
    font-size: clamp(124%,4vw, 154%);
    line-height: 1.8;
    padding-left: 1.5em;
    padding-bottom: 1em;
  }
  .workflow-data dt{
    width: 3.8em;
    padding-top: 0;
    letter-spacing: -0.02em;
  }
  .workflow-data dd{
  }
  .workflow-text.l-textSub {
    line-height: 1.5;
  }

}



/***********
faq
************/

.faq {
  counter-reset : faq_num;
}
.faq-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3em;
}
.faq-section:not(:last-child) {
  margin-bottom: 3em;
}
.faq-heading {
  font-size: clamp(139%,1.8vw, 170%);
  font-weight: 700;
  padding-bottom: 1em;
  padding-left: 2.5em;
  position: relative;
}
.faq-heading::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 2em;
  height: 1.7em;
  padding-top: 0.2em;
  background-color: var(--color-primary01);
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-size: 90%;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: faq_num;
  content: counter(faq_num, decimal-leading-zero) ;
}

.faq-answer {
}
.faq-answer-inner {
}


/***********
intvCard
************/

.intvCard {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -3%;
}
.intvCard li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 3%;
}

.intvCard li a {
  display: block;
  background-color: var(--color-base);
  border-radius: var(--rounded-main);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  font-size: clamp(116%,1.6vw, 154%);
  line-height: 1.4;
}
.intvCard-img {
  padding: 6% 10% 0;
  text-align: center;
  overflow: hidden;
}
.intvCard-img img {
  translate: 0 5px;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.intvCard-inner {
  background-color: var(--color-primary01);
  color: var(--color-base);
  padding: 1em 2.5em 1em 1.5em;
  transition: 0.3s;
  position: relative;
}
.intvCard-inner::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";
  width: 1.6em;
  height: 1.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--color-base);
  border-radius: 50%;
  color: var(--color-base);
  position: absolute;
  right: 1em;
  bottom: 1em;
  scale: 0.8;
}
.intvCard-year {
  font-weight: 600;
}
.intvCard-title {
  font-weight: 600;
  font-size: 139%;
}
.intvCard-title small {
  display: inline-block;
  font-size: 60%;
  padding-left: 0.2em;
}
body.is-pc .intvCard li a:hover .intvCard-inner {
  /* background-color: var(--color-main); */
}
body.is-pc .intvCard li a:hover .intvCard-img img {
  translate: 0 0;
}

/*
quarter
*/

.intvCard.-quarter li {
  width: 23%;
}
.intvCard.-quarter li a {
  font-size: clamp(100%,1.2vw, 139%);
}
.intvCard.-quarter .intvCard-year {
  font-size: 90%;
}


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

  .intvCard li,
  .intvCard.-quarter li  {
    width: 48%;
  }
  .intvCard.-quarter li a {
    font-size: clamp(116%,1.6vw, 154%);
  }
  .intvCard.-quarter .intvCard-year {
    font-size: 100%;
  }

}

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

  .intvCard {
    display: block;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .intvCard li ,
  .intvCard.-quarter li {
    width: auto;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .intvCard li a,
  .intvCard.-quarter li a {
    font-size: clamp(116%,3.6vw, 139%);
  }
  .intvCard-img {
    padding: 6% 5% 0;
    margin: 0 auto;
    width: clamp(120px,60%, 240px);
  }
  .intvCard-inner {
    padding: 1em 4vw;
  }
  .intvCard-inner::after {
    right: 0.8em;
    bottom: 50%;
    translate: 0 50%;
    scale: 1;
  }
  .intvCard-title {
    font-size: 124%;
  }
}

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

.intvHeader {
  display: flex;
  align-items: start;
  padding-bottom: min(12vw,8em);
}
.intvHeader-visual {
  width: 55%;
  padding-right: 5%;
}
.intvHeader-visual img {
  border-radius: var(--rounded-main);
}
.intvHeader-inner {
  flex: 1;
}
.intvHeader-heading {
  font-size: clamp(200%,3vw, 339%);
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.35;
}
.intvHeader-data {
  padding-top: 2em;
  font-size: clamp(116%,1.6vw, 154%);
}
.intvHeader-year {
  font-weight: 600;
}
.intvHeader-title {
  font-weight: 600;
  font-size: 124%;
}
.intvHeader-title small {
  display: inline-block;
  font-size: 60%;
  padding-left: 0.2em;
}

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

  .intvHeader {
    display: block;
    padding-bottom: min(10vw,6em);
  }
  .intvHeader-visual {
    width: auto;
    padding-right: 0;
    padding-bottom: 1.5em;
  }
  .intvHeader-heading {
    font-size: clamp(170%,5vw, 239%);
    line-height: 1.5;
  }
  .intvHeader-data {
    padding-top: 1.5em;
    font-size: clamp(116%,3.6vw, 139%);
  }

}

/***********
intv
************/

.intv {
}
.intv-section {
}
.intv-section + .intv-section {
  padding-top: min(10vw,8em);
}
.intv-inner {
}
.intv-heading {
  font-size: clamp(154%,1.8vw, 170%);
  font-weight: 700;
  padding-bottom: 0.8em;
  padding-left: 2.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
}
.intv-heading::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 2em;
  height: 1.8em;
  padding-top: 0.1em;
  background-color: var(--color-primary01);
  color: var(--color-base);
  font-family: var(--font-family-gothic-en);
  font-size: 90%;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
}
.intv-visual {
}
.intv-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rounded-main);
}

/*
setting
*/

.intv-section:not(.-flex) .intv-inner {
  padding-bottom: 3em;
}
.intv-section:not(.-flex) .intv-visual img {
  aspect-ratio: 16 / 6;
  min-height: 300px;
}

.intv-section.-flex {
  display: flex;
  align-items: start;
}
.intv-section.-flex .intv-visual {
  width: 48.5%;
}
.intv-section.-flex .intv-inner {
  flex: 1;
}

.intv-section.-flex:not(.-reverse) .intv-inner {
  padding-right: 5%;
}

.intv-section.-flex.-reverse  {
  flex-direction: row-reverse;
}
.intv-section.-flex.-reverse .intv-inner {
  padding-left: 5%;
}

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

  .intv {
  }
  .intv-section {
  }
  .intv-section + .intv-section {
    padding-top: min(12vw,4em);
  }
  .intv-heading {
    font-size: clamp(139%,1.8vw, 170%);
    padding-bottom: 0.8em;
    margin-bottom: 1em;
  }
  .intv-section .intv-visual {
    padding-top: 2em;
  }

  /*
  setting
  */

  .intv-section:not(.-flex) .intv-inner {
    padding-bottom: 0;
  }
  .intv-section:not(.-flex) .intv-visual img {
    aspect-ratio : initial;
    min-height: initial;
  }

  .intv-section.-flex {
    display: block;
  }
  .intv-section.-flex .intv-visual {
    width: auto;
  }
  .intv-section.-flex:not(.-reverse) .intv-inner {
    padding-right: 0;
  }

  .intv-section.-flex.-reverse .intv-inner {
    padding-left: 0;
  }

}


/***********
intvProf
************/

.intvProf {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-left: none;
  border-right: none;
  padding: min(8vw,4em) 0  min(2vw,1em);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intvProf-section {
  width: 47%;
  padding-bottom: min(6vw,3em);
}
.intvProf-heading {
  font-size: clamp(139%,1.8vw, 170%);
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.6em;
}
.intvProf-heading::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 0.4em;
  background-color: var(--color-base);
}

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

  .intvProf {
    padding: min(12vw,4em) 0  min(5vw,2em);
    display: block;
  }
  .intvProf-section {
    width: auto;
    padding-bottom: min(6vw,4em);
  }
}

/***********
recruit
************/

.recruit {
}
.recruit-navi {
  display: flex;
  padding: 0 min(4vw,3em);
  overflow: hidden;
  white-space: nowrap;
}
.recruit-navi li {
  margin-right: 8px;
}
.recruit-navi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--color-primary01);
  color: var(--color-base);
  min-height: 2.5em;
  padding: 0 1.5em 0.1em;
  font-size: clamp(139%,1.8vw, 170%);
  font-weight: 700;
  font-feature-settings: "palt";
  text-decoration: none;
  border-radius: var(--rounded-main) var(--rounded-main) 0 0;
  letter-spacing: 0.04em;
  translate: 0 0.17em;
  transition: 0.1s;
}
.recruit-navi li a[target="_blank"] {
  padding-right: 2.8em;
  position: relative;
}
.recruit-navi li a[target="_blank"]::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: "\f08e";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}

.recruit-navi li.cat-current a ,
.recruit-navi li a.is-active {
  background-color: var(--color-base);
  color: var(--color-primary01);
  translate: 0 0.02em;
}
body.is-pc .recruit-navi li a:hover {
  translate: 0 0.02em;
}

.recruit-container {
  background-color: var(--color-base);
  color: var(--color-main);
  padding: min(8vw,4em) min(4vw,6%);
  border-radius: var(--rounded-main);
}

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

  .recruit {
  }
  .recruit-navi {
    padding: 0 ;
    margin: 0 10px;
    overflow: auto;
  }
  .recruit-navi li {
    margin-right: 4px;
  }
  .recruit-navi li a {
    padding: 0 1em 0.1em;
    height: 2.6em;
    font-size: clamp(100%,3.8vw, 139%);
    translate: 0 0;
  }

  .recruit-navi li.cat-current a ,
  .recruit-navi li a.is-active {
    background-color: var(--color-base);
    color: var(--color-primary01);
    translate: 0 0;
  }
  body.is-pc .recruit-navi li a:hover {
    translate: 0 0;
  }

  .recruit-container {
    background-color: var(--color-base);
    color: var(--color-main);
    padding: min(8vw,4em) min(4vw,6%);
    border-radius: var(--rounded-main);
  }


}


/***********
recruitTable
************/

.recruitTable {
  font-size: var(--fontSize-sub);
  font-weight: 500;
  line-height: 1.7;
}
.recruitTable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.recruitTable tr:first-child th,
.recruitTable tr:first-child td {
  padding-top: 0.5em;
}
.recruitTable th {
  padding: 2em 0 1.5em;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  color: var(--color-primary01);
}
.recruitTable td {
  padding: 2em 0 1.5em 1em;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}

.recruitTable-th.-small {
  width: 12em;
}


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

  .recruitTable,
  .recruitTable thead,
  .recruitTable tbody,
  .recruitTable tr,
  .recruitTable td,
  .recruitTable th {
    display: block;
    width: auto;
  }
  .recruitTable tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 1.5em 0 1em;
  }
  .recruitTable tr:first-child  {
    padding-top: 0;
  }
  .recruitTable th {
    padding: 0 0 0.5em 0;
    font-size: 116%;
  }
  .recruitTable td {
    padding: 0;
  }

  .recruitTable-th.-small {
    width: 13em;
  }

}

/***********
edu
************/

.edu {
}
.edu-section {
  background-color: var(--color-base);
  color: var(--color-main);
  padding: min(8vw,3%) min(4vw,3%);
  border-radius: var(--rounded-main);
  display: flex;
}
.edu-section + .edu-section {
  margin-top: 2em;
}
.edu-img {
  width: 48%;
  padding-right: 5%;
}
.edu-inner {
  flex: 1;
}
.edu-heading {
  font-size: clamp(108%,1.4vw, 131%);
  color: var(--color-primary01);
  padding-bottom: 1em;
  line-height: 1.4;
}
.edu-heading-title {
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 170%;
  letter-spacing: 0.06em;
}
.edu-heading-subTitle {
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-top: 0.3em;
}

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

  .edu {
  }
  .edu-section {
    padding: min(8vw,5%) min(4vw,5%);
    display: block;
  }
  .edu-section + .edu-section {
    margin-top: 1em;
  }
  .edu-img {
    width: auto;
    padding-right: 0;
    padding-bottom: 1.5em;
  }
  .edu-inner {
    flex: 1;
    padding-bottom: 1em;
  }
  .edu-heading {
    font-size: clamp(100%,3.6vw, 131%);
  }
  .edu-heading-title {
    font-size: 154%;
  }

}

/***********
benefitsList
************/

.benefitsList {
  font-size: clamp(124%,1.6vw, 154%);
  padding: 0 1em;
  margin-top: -1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset : benefits_num;
}
.benefitsList li {
  width: 47%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  min-height: 6em;
  padding: 1em 0 1em 3em;
  position: relative;
}

.benefitsList li::before{
  display: block;
  counter-increment:benefits_num;
  content: counter(benefits_num, decimal-leading-zero) ;
  font-family: var(--font-family-gothic-en);
  font-size: 90%;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  left: 0.2em;
  top: 50%;
  translate: 0 -50%;
  scale: 1.3;
}

.benefitsList li p small{
  display: inline-block;
  line-height: 1.5;
  padding-top: 0.4em;
  font-size: max(70%,12px);
}

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


  .benefitsList {
    font-size: clamp(124%,3.6vw, 154%);
    padding: 0 ;
    display: block;
  }
  .benefitsList li {
    width: auto;
    display: flex;
    min-height: 5em;
    padding-left: 2.5em;
    line-height: 1.4;
  }

  .benefitsList li::before{
    left: 0;
    scale: 1.4;
  }

}

/***********
entryFlow
************/

.entryFlow {
  display: flex;
  clip-path: polygon(0% 0%, 97% 0%,100% 50%,97% 100%, 0 100%);
}
.entryFlow li {
  flex: 1;
  background-color: var(--color-base);
  color: var(--color-primary01);
  font-size: clamp(124%,1.6vw, 154%);
  min-height: 9.5em;
  padding: 0.5em 5% 0.5em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}

.entryFlow li:not(:last-child)::before,
.entryFlow li:not(:last-child)::after {
  content: "";
  display: block;
  width: 4px;
  height: 50%;
  position: absolute;
  right: 0;
  background: var(--color-brand01);
}
.entryFlow li::before {
  top: 0;
  transform-origin: right bottom;
  transform: skewX(20deg);
}
.entryFlow li::after {
  bottom: 0;
  transform-origin: right top;
  transform: skewX(-20deg);
}

.entryFlow-icon {
  width: clamp(50px,25%, 120px);
  margin: 0 auto;
}
.entryFlow-step {
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
}
.entryFlow-step small {
  font-style: 90%;
  padding-right: 0.2em;
}
.entryFlow-title {
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.35;
  padding-top: 0.3em;
}

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

  .entryFlow {
    display: block;
    clip-path: polygon(0% 0%, 100% 0%,100% 92%,50% 100%, 0 92%);
  }
  .entryFlow li {
    flex: 1;
    font-size: clamp(139%,4vw, 154%);
    min-height: 4em;
    padding: 2.5em 0 2.5em 0;
  }

  .entryFlow li:not(:last-child)::before,
  .entryFlow li:not(:last-child)::after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 0;
    z-index: 9;
  }
  .entryFlow li::before {
    left: 0;
    transform-origin: right bottom;
    transform: skewY(10deg);
  }
  .entryFlow li::after {
    left: 50%;
    transform-origin: left bottom;
    transform: skewY(-10deg);
  }

  .entryFlow li:first-child {
    padding-top: 1.5em;
  }
  .entryFlow li:not(:first-child) {
    margin-top: -1em;
  }

  .entryFlow-icon {
    width: 3.5em;
    position: absolute;
    left: 1em;
    top: 50%;
    translate: 0 -65%;
  }
  .entryFlow-step {
  }
  .entryFlow-step small {
    font-style: 100%;
  }
  .entryFlow-title {
    padding-top: 0.1em;
  }

}

/***********
dataItem
************/

.dataItem {
  display: inline-block;
}
.dataItem:not(:last-child)::after {
  content: "／";
  display: inline-block;
  padding: 0 0.1em;
  scale: 0.8 1;
}

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

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

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

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