@charset "UTF-8";
.cmn-std-style {
  font-size: 1.8rem;
  /*画像+テキスト回り込み*/
  /*汎用性なし*/
}
.cmn-std-style section, .cmn-std-style aside {
  padding: 10rem 20px;
  position: relative;
  z-index: 1;
}
.cmn-std-style section > .wrapper, .cmn-std-style aside > .wrapper {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}
.cmn-std-style section > .wrapper + .wrapper, .cmn-std-style aside > .wrapper + .wrapper {
  margin-top: 10rem;
}
.cmn-std-style section + section:not(.fill-primary):not(.page-ttl):not(.page-ttl-bg):not(.page-ttl-detail), .cmn-std-style section + aside, .cmn-std-style aside + section:not(.fill-primary):not(.page-ttl):not(.page-ttl-bg):not(.page-ttl-detail), .cmn-std-style aside + aside {
  padding-top: 0;
}
.cmn-std-style article + article {
  margin-top: 8rem;
}
.cmn-std-style article article:not(:first-child) {
  margin-top: 4rem;
}
.cmn-std-style p:not([class]) {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 1lh;
}
.cmn-std-style p:not([class]):first-child {
  margin-top: 0;
}
.cmn-std-style a:not([class]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: var(--c_primary_blue);
}
.cmn-std-style a:not([class]):hover, .cmn-std-style a:not([class]):focus {
  text-decoration: underline;
}
.cmn-std-style a[target=_blank] {
  display: inline-block;
}
.cmn-std-style a.btn.btn-accent-fill[target=_blank]::after {
  display: none;
}
.cmn-std-style strong {
  font-size: 1.9rem;
  font-weight: 700;
}
.cmn-std-style b {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--c_primary);
  margin-right: 0.5em;
}
.cmn-std-style sup {
  padding: 0 0.5em 0 0;
}
.cmn-std-style ul > li ul > li a {
  font-weight: 400;
  color: var(--c_primary);
}
.cmn-std-style .ttl-undersepline {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
  color: var(--c_primary);
  position: relative;
  padding-bottom: 0.714285em;
  margin-top: 1em;
}
.cmn-std-style .ttl-undersepline:first-child {
  margin-top: 0;
}
.cmn-std-style .ttl-undersepline:not(:first-child) {
  margin-top: 1lh;
}
.cmn-std-style .ttl-undersepline:not(:last-child) {
  margin-bottom: 4rem;
}
.cmn-std-style .ttl-undersepline:has(+ .profile-block) {
  margin-bottom: 2rem;
}
.cmn-std-style .ttl-undersepline::before, .cmn-std-style .ttl-undersepline::after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 0.1rem solid;
  position: absolute;
  bottom: 0;
}
.cmn-std-style .ttl-undersepline::before {
  max-width: 9.4rem;
  left: 0;
}
.cmn-std-style .ttl-undersepline::after {
  max-width: calc(100% - 9.4rem - 0.4rem);
  border-color: var(--bdr_gray);
  right: 0;
}
.cmn-std-style .ttl-leadsquare {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.615384em;
  margin-top: 1em;
}
.cmn-std-style .ttl-leadsquare:first-child {
  margin-top: 0;
}
.cmn-std-style .ttl-leadsquare:not(:first-child) {
  margin-top: 1lh;
}
.cmn-std-style .ttl-leadsquare:not(:last-child) {
  margin-bottom: 2rem;
}
.cmn-std-style .ttl-leadsquare:not(:last-child):has(~ .checkbox-wrap) {
  margin-bottom: 1rem;
}
.cmn-std-style .ttl-leadsquare + p:not([class]) {
  margin-top: 0.5em;
}
.cmn-std-style .ttl-leadsquare::before {
  content: "";
  width: 0.76923em;
  height: 0.76923em;
  background: var(--c_primary);
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .ttl-leadsquare > small {
  padding-left: 1.875em;
  margin-left: 1.875em;
  border-left: 1px solid var(--bdr_gray);
  font-size: 0.6153846154em;
  font-weight: 600;
}
.cmn-std-style .ttl-leadbdr {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
  margin-top: 6rem;
}
.cmn-std-style .ttl-leadbdr:first-child {
  margin-top: 0;
}
.cmn-std-style .ttl-leadbdr:not(:last-child) {
  margin-bottom: 1em;
}
.cmn-std-style .ttl-leadbdr + p:not([class]) {
  margin-top: 0.5em;
}
.cmn-std-style .ttl-leadbdr::before {
  content: "";
  width: 0.727272em;
  height: 0.272727em;
  background: var(--c_primary);
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  translate: 0 -0.25em;
}
.cmn-std-style .ttl-mid {
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 4rem;
}
.cmn-std-style .ttl-mid:first-child {
  margin-top: 0;
}
.cmn-std-style .ttl-mid.-center {
  text-align: center;
}
.cmn-std-style .ttl-mid + p:not([class]) {
  margin-top: 0.5em;
}
.cmn-std-style .ttl-sml {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 2em;
}
.cmn-std-style .ttl-sml:first-child {
  margin-top: 0;
}
.cmn-std-style .ttl-sml + p:not([class]) {
  margin-top: 0.5em;
}
.cmn-std-style .ttl-bdr-fill {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  border: 1px solid var(--c_txt);
  border-radius: 1rem;
  background: var(--c_white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.cmn-std-style .ttl-bdr-fill.-large {
  padding: 0.4em 1.85em 0.3em;
  font-size: 1.8rem;
}
.cmn-std-style .ttl-bdr-fill-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.2rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3846153846;
}
.cmn-std-style .ttl-bdr-fill-txt:not(:first-child) {
  margin-top: 2.2rem;
}
.cmn-std-style .ttl-bdr-fill-txt:not(:last-child) {
  margin-bottom: 4rem;
}
.cmn-std-style .ttl-bdr-fill-txt .ttl-bdr-fill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  padding: 0.5em 1em;
  margin-top: -0.15lh;
  border-color: var(--c_primary);
  background: var(--c_primary);
  color: var(--c_white);
}
.cmn-std-style .ttl-simple {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6428571429;
}
.cmn-std-style .ttl-simple > span {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.625em;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.cmn-std-style .ttl-simple.-primary {
  color: var(--c_primary);
}
.cmn-std-style .ttl-simple.-center {
  text-align: center;
}
.cmn-std-style .lead-line-txt {
  font-weight: 600;
  overflow: hidden;
}
.cmn-std-style .lead-line-txt *, .cmn-std-style .lead-line-txt p {
  font-weight: inherit;
  color: inherit;
}
.cmn-std-style .lead-line-txt:not(:last-child) {
  margin-bottom: 1lh;
}
.cmn-std-style .lead-line-txt:not(:first-child) {
  margin-top: 2lh;
}
.cmn-std-style .lead-line-txt::before {
  content: "";
  display: inline-block;
  float: left;
  width: 1.75em;
  height: 0;
  border-top: 0.2rem solid;
  margin-top: 1.1em;
  margin-right: 0.5em;
}
.cmn-std-style .lead-comment-txt {
  overflow: hidden;
}
.cmn-std-style .lead-comment-txt:not(:last-child) {
  margin-bottom: 1lh;
}
.cmn-std-style .lead-comment-txt *:first-child {
  float: left;
  font-weight: 600;
  margin-right: 0.5em;
  color: var(--c_primary);
  line-height: 1.8;
}
.cmn-std-style .lead-comment-txt *:not(:first-child) {
  font-size: 1.6rem;
  line-height: 2;
}
.cmn-std-style .lead-comment-txt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.cmn-std-style .lead-comment-txt-column + .lead-comment-txt-column {
  margin-top: 0.5em;
}
.cmn-std-style .lead-comment-txt-column-wrap:not(:first-child) {
  margin-top: 1lh;
}
.cmn-std-style .lead-comment-txt-column-wrap:not(:last-child) {
  margin-bottom: 1lh;
}
.cmn-std-style .lead-comment-txt-column-lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 600;
}
.cmn-std-style .lead-txt {
  font-weight: 500;
  text-align: center;
}
.cmn-std-style .lead-txt:not(:first-child) {
  margin-top: 2rem;
}
.cmn-std-style .lead-txt p {
  font-weight: inherit;
  text-align: inherit;
}
.cmn-std-style .lead-emphasize {
  padding: 2lh 1lh;
  margin: 2lh auto;
  background: #f1f2f6;
}
.cmn-std-style .lead-emphasize *, .cmn-std-style .lead-emphasize p:not([class]) {
  font-style: italic;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--c_primary);
}
.cmn-std-style .notes-wrap:not(:first-child) {
  margin-top: 1lh;
}
.cmn-std-style .notes {
  font-size: 1.4rem;
}
.cmn-std-style .notes + .notes {
  margin-top: 0;
}
.cmn-std-style .keyword-list:not(:first-child) {
  margin-top: 4rem;
}
.cmn-std-style .keyword-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
}
.cmn-std-style .keyword-list > li + li {
  margin-top: 1em;
}
.cmn-std-style .keyword-list > li p {
  margin: 0;
}
.cmn-std-style .keyword-list > li p.keyword-ttl {
  min-width: 10rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: var(--c_white);
  background: var(--c_txt);
  border-radius: 0.5rem;
  padding: 0.25em 1em 0.35em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cmn-std-style .keyword-list > li p.keyword-ttl a[target=_blank] {
  display: initial;
}
.cmn-std-style .keyword-list > li p.keyword-dtl {
  font-size: 1.4rem;
}
.cmn-std-style .comment-list:not(:first-child) {
  margin-top: 4rem;
}
.cmn-std-style .comment-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
}
.cmn-std-style .comment-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .comment-list > li:has(.comment-mark) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmn-std-style .comment-list > li p:not([class]) {
  font-size: 1.4rem;
  margin: 0;
}
.cmn-std-style .comment-list > li p.comment-mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cmn-std-style .dot-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .dot-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.cmn-std-style .dot-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .dot-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .dot-list > li > .list-icon::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-size: 0.35em;
  font-weight: 900;
}
.cmn-std-style .check-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .check-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.cmn-std-style .check-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .check-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .check-list > li > .list-icon::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.cmn-std-style .num-list {
  counter-reset: number 0;
}
.cmn-std-style .num-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .num-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  counter-increment: number 1;
}
.cmn-std-style .num-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .num-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .num-list > li > .list-icon::before {
  content: counter(number) ".";
  font-size: 0.9411764em;
  font-weight: 700;
}
.cmn-std-style .brackets-num-list {
  counter-reset: number 0;
}
.cmn-std-style .brackets-num-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .brackets-num-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  counter-increment: number 1;
}
.cmn-std-style .brackets-num-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .brackets-num-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .brackets-num-list > li > .list-icon::before {
  content: "(" counter(number) ")";
  font-size: 0.9411764em;
  font-weight: 400;
}
.cmn-std-style .arrow-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .arrow-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.cmn-std-style .arrow-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .arrow-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .arrow-list > li > .list-icon::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.cmn-std-style .play-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .play-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.cmn-std-style .play-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .play-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .play-list > li > .list-icon::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-size: 0.65em;
  font-weight: 900;
}
.cmn-std-style .bookmark-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .bookmark-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.cmn-std-style .bookmark-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .bookmark-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .bookmark-list > li > .list-icon::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.cmn-std-style .squarenum-list {
  counter-reset: number 0;
}
.cmn-std-style .squarenum-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .squarenum-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  counter-increment: number 1;
}
.cmn-std-style .squarenum-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .squarenum-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .squarenum-list > li > .list-icon::before {
  width: 1.3846em;
  height: 1.3846em;
  content: counter(number);
  font-family: var(--f_openSans);
  font-size: 0.8125em;
  font-weight: 700;
  background: var(--c_primary);
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
}
.cmn-std-style .exclamation-list:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .exclamation-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.cmn-std-style .exclamation-list > li + li {
  margin-top: 1.2rem;
}
.cmn-std-style .exclamation-list > li > .list-icon {
  width: 1lh;
  height: 1lh;
  color: var(--c_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .exclamation-list > li > .list-icon::before {
  width: 1.25em;
  height: 1.25em;
  content: "！";
  font-family: var(--f_openSans);
  font-size: 1em;
  font-weight: 700;
  background: var(--c_primary);
  border-radius: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
}
.cmn-std-style .pict-wrap {
  margin: 1.5lh auto;
}
.cmn-std-style .pict-wrap:first-child {
  margin-top: 0;
}
.cmn-std-style .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
.cmn-std-style .img-wrap:first-child {
  margin-top: 0;
}
.cmn-std-style .img-wrap img {
  width: 100%;
  height: auto;
}
.cmn-std-style .img-wrap.img-fit img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-std-style .img-wrap.img-fit[data-mh] img {
  width: 100%;
  height: auto;
}
.cmn-std-style .caption {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 1.2rem;
  text-align: center;
}
.cmn-std-style .simple-link {
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: var(--c_txt);
}
.cmn-std-style .simple-link .circle-icon {
  width: 1.25lh;
  height: 1.25lh;
  color: var(--c_white);
  background: var(--c_txt);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .simple-link .circle-icon::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .simple-link:hover, .cmn-std-style .simple-link:focus {
  text-decoration: none;
}
.cmn-std-style .simple-link:hover .circle-icon, .cmn-std-style .simple-link:focus .circle-icon {
  color: var(--c_txt);
  background: var(--c_white);
}
.cmn-std-style .btn {
  width: 100%;
  max-width: 39rem;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0.1rem solid;
  border-radius: 100vw;
  padding: 1.25em 1lh;
  color: var(--c_txt);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .btn.btn-mid {
  font-size: 1.6rem;
  padding: 1em 1lh;
}
.cmn-std-style .btn.btn-sml {
  font-size: 1.3rem;
  padding: 1em 1lh;
}
.cmn-std-style .btn.btn-short {
  max-width: 20.8rem;
}
.cmn-std-style .btn:has(.circle-icon) {
  padding-right: 2lh;
  padding-left: 2lh;
}
.cmn-std-style .btn:has(.fa-icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.cmn-std-style .btn:has(.fa-arrow-up-right-from-square)::after {
  content: none;
}
.cmn-std-style .btn .circle-icon {
  width: 1.25lh;
  height: 1.25lh;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .btn-primary-line {
  color: var(--c_primary);
  background: var(--c_white);
}
.cmn-std-style .btn-primary-line:hover, .cmn-std-style .btn-primary-line:focus {
  text-decoration: none;
  color: var(--c_white);
  background: var(--c_primary);
}
.cmn-std-style .btn-primary-line:hover .circle-icon, .cmn-std-style .btn-primary-line:focus .circle-icon {
  color: var(--c_primary);
  background: var(--c_white);
}
.cmn-std-style .btn-primary-line.hov-cstm:hover, .cmn-std-style .btn-primary-line.hov-cstm:focus {
  color: var(--c_primary);
  background: var(--c_primary_light);
}
.cmn-std-style .btn-primary-line.hov-cstm:hover .circle-icon, .cmn-std-style .btn-primary-line.hov-cstm:focus .circle-icon {
  background: var(--c_white);
}
.cmn-std-style .btn-primary-line .circle-icon {
  color: var(--c_white);
  background: var(--c_primary);
  border: none;
}
.cmn-std-style .btn-primary-fill {
  color: var(--c_white);
  background: var(--c_primary);
  border-color: var(--c_primary);
}
.cmn-std-style .btn-primary-fill:hover, .cmn-std-style .btn-primary-fill:focus {
  text-decoration: none;
  color: var(--c_primary);
  background: var(--c_white);
}
.cmn-std-style .btn-primary-fill:hover .circle-icon, .cmn-std-style .btn-primary-fill:focus .circle-icon {
  color: var(--c_white);
  background: var(--c_primary);
}
.cmn-std-style .btn-primary-fill.hov-cstm:hover, .cmn-std-style .btn-primary-fill.hov-cstm:focus {
  color: var(--c_primary);
  background: var(--c_primary_light);
  border-color: var(--c_primary_light);
}
.cmn-std-style .btn-primary-fill.hov-cstm:hover .circle-icon, .cmn-std-style .btn-primary-fill.hov-cstm:focus .circle-icon {
  color: var(--c_white);
  background: var(--c_primary);
}
.cmn-std-style .btn-primary-fill .circle-icon {
  color: var(--c_primary);
  background: var(--c_white);
  border: none;
}
.cmn-std-style .btn-accent-fill {
  background: var(--c_accent);
  border-color: var(--c_accent);
}
.cmn-std-style .btn-accent-fill:hover, .cmn-std-style .btn-accent-fill:focus {
  text-decoration: none;
  background: var(--c_white);
}
.cmn-std-style .btn-accent-fill:hover .circle-icon, .cmn-std-style .btn-accent-fill:focus .circle-icon {
  background: var(--c_accent);
}
.cmn-std-style .btn-accent-fill.hov-cstm:hover, .cmn-std-style .btn-accent-fill.hov-cstm:focus {
  color: var(--c_white);
  background: var(--c_txt);
  border-color: var(--c_txt);
}
.cmn-std-style .btn-accent-fill.hov-cstm:hover .circle-icon, .cmn-std-style .btn-accent-fill.hov-cstm:focus .circle-icon {
  color: var(--c_txt);
  background: var(--c_accent);
}
.cmn-std-style .btn-accent-fill .circle-icon {
  color: var(--c_txt);
  background: var(--c_white);
  border: none;
}
.cmn-std-style .btn-accent-line {
  background: var(--c_white);
  border-color: var(--c_accent);
}
.cmn-std-style .btn-accent-line:hover, .cmn-std-style .btn-accent-line:focus {
  text-decoration: none;
  background: var(--c_accent);
}
.cmn-std-style .btn-accent-line:hover .circle-icon, .cmn-std-style .btn-accent-line:focus .circle-icon {
  background: var(--c_white);
}
.cmn-std-style .btn-accent-line.hov-cstm:hover, .cmn-std-style .btn-accent-line.hov-cstm:focus {
  color: var(--c_white);
  background: var(--c_txt);
  border-color: var(--c_txt);
}
.cmn-std-style .btn-accent-line.hov-cstm:hover .circle-icon, .cmn-std-style .btn-accent-line.hov-cstm:focus .circle-icon {
  color: var(--c_txt);
  background: var(--c_accent);
}
.cmn-std-style .btn-accent-line .circle-icon {
  color: var(--c_txt);
  background: var(--c_accent);
  border: none;
}
.cmn-std-style .btn-inactive-fill {
  background: var(--bdr_gray_pale);
  border-color: var(--bdr_gray_pale);
}
.cmn-std-style .btn-map {
  width: 100%;
  max-width: 20rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--c_primary);
  background: var(--c_white);
  border: 0.1rem solid var(--c_primary);
  border-radius: 100vw;
  padding: 0.25lh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .btn-map[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cmn-std-style .btn-map::after {
  font-size: 0.75em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .btn-map:hover, .cmn-std-style .btn-map:focus {
  color: var(--c_white);
  background: var(--c_primary);
}
.cmn-std-style .btn-map:hover::after, .cmn-std-style .btn-map:focus::after {
  color: var(--c_white);
}
.cmn-std-style .btn-wrap:not(:first-child) {
  margin-top: 6rem;
}
.cmn-std-style .img-contents + .btn-wrap:not(:first-child),
.cmn-std-style .img-contents-card + .btn-wrap:not(:first-child) {
  margin-top: 2rem;
}
.cmn-std-style .fill-box {
  border-radius: 0.5rem;
  padding: 2rem;
  margin-top: 1em;
}
.cmn-std-style .fill-box:first-child {
  margin-top: 0;
}
.cmn-std-style table {
  margin-top: 1em;
}
.cmn-std-style table:first-child {
  margin-top: 0;
}
.cmn-std-style table.def, .cmn-std-style table.normal {
  border-spacing: 0.2rem;
  background: var(--c_white);
}
.cmn-std-style table.def tr th, .cmn-std-style table.def tr td, .cmn-std-style table.normal tr th, .cmn-std-style table.normal tr td {
  min-width: 9em;
  background: var(--bg_base);
  padding: 1em;
}
.cmn-std-style table.def tr:first-child th, .cmn-std-style table.def tr:first-child td, .cmn-std-style table.normal tr:first-child th, .cmn-std-style table.normal tr:first-child td {
  color: var(--c_white);
  background: #555;
}
.cmn-std-style table.def tr + tr th, .cmn-std-style table.def tr + tr td, .cmn-std-style table.normal tr + tr th, .cmn-std-style table.normal tr + tr td {
  background: #E9F0F8;
}
.cmn-std-style table.def tr + tr th:first-child, .cmn-std-style table.def tr + tr td:first-child, .cmn-std-style table.normal tr + tr th:first-child, .cmn-std-style table.normal tr + tr td:first-child {
  font-weight: 500;
  background: #D7E4F8;
}
.cmn-std-style table.def tr td ul > li, .cmn-std-style table.normal tr td ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-std-style table.def tr td ul > li::before, .cmn-std-style table.normal tr td ul > li::before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
.cmn-std-style table.normal {
  width: 100%;
}
.cmn-std-style table.normal tr:first-child th {
  min-width: 8em;
  background: #D7E4F8;
  color: var(--c_txt);
}
.cmn-std-style table.normal tr:first-child td {
  background: #E9F0F8;
  font-weight: 400;
  color: var(--c_txt);
}
.cmn-std-style table.normal th {
  font-weight: 500;
  text-align: left;
}
.cmn-std-style table.normal td {
  font-weight: 400;
}
.cmn-std-style .def-tgl-wrapper {
  background: var(--bg_base);
  border-radius: 1rem;
  margin-top: 4rem;
}
.cmn-std-style .def-tgl-wrapper:first-child {
  margin-top: 0;
}
.cmn-std-style .def-tgl-wrapper + .def-tgl-wrapper {
  margin-top: 4rem;
}
.cmn-std-style .def-tgl-wrapper > .tgl-btn {
  border-radius: 1rem;
  display: block;
  padding: 1.5em 2em;
  color: var(--c_txt);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .def-tgl-wrapper > .tgl-btn.active {
  border-radius: 1rem 1rem 0 0;
}
.cmn-std-style .def-tgl-wrapper > .tgl-btn .ttl-leadbdr::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .def-tgl-wrapper > .tgl-btn:hover, .cmn-std-style .def-tgl-wrapper > .tgl-btn:focus {
  color: var(--c_white);
  background: var(--c_primary);
  text-decoration: none;
}
.cmn-std-style .def-tgl-wrapper > .tgl-btn:hover .ttl-leadbdr::before, .cmn-std-style .def-tgl-wrapper > .tgl-btn:focus .ttl-leadbdr::before {
  background: var(--c_white);
}
.cmn-std-style .def-tgl-wrapper > .tgl-dtl {
  /*js .js-tgl-list-obj*/
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  /*js end*/
}
.cmn-std-style .def-tgl-wrapper > .tgl-dtl.active .tgl-dtl-inner {
  visibility: visible;
}
.cmn-std-style .def-tgl-wrapper > .tgl-dtl > .tgl-dtl-inner {
  visibility: hidden;
}
.cmn-std-style .def-tgl-wrapper > .tgl-dtl > .tgl-dtl-inner > .tgl-dtl-content {
  border-top: 0.1rem solid var(--bdr_gray_pale);
  padding: 4rem 5rem;
}
.cmn-std-style .qa-tgl-wrapper {
  margin-top: 1em;
}
.cmn-std-style .qa-tgl-wrapper:first-child {
  margin-top: 0;
}
.cmn-std-style .qa-tgl-wrapper + .qa-tgl-wrapper {
  margin-top: 1em;
}
.cmn-std-style .qa-tgl-wrapper > .tgl-btn {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  color: var(--c_txt);
  background: var(--bg_base);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.5em 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .qa-tgl-wrapper > .tgl-btn:hover, .cmn-std-style .qa-tgl-wrapper > .tgl-btn:focus {
  color: var(--c_white);
  background: var(--c_primary);
  text-decoration: none;
}
.cmn-std-style .qa-tgl-wrapper > .tgl-btn.active {
  border-radius: 1rem 1rem 0 0;
}
.cmn-std-style .qa-tgl-wrapper > .tgl-btn::before {
  width: 1.75em;
  height: 1.75em;
  content: "Q";
  font-family: var(--f_Jost);
  font-size: 1.7em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .qa-tgl-wrapper.aqopen > .tgl-btn {
  border-radius: 1rem 1rem 0 0;
  background: var(--c_primary);
  color: var(--c_white);
  text-decoration: none;
}
.cmn-std-style .qa-tgl-wrapper:not(.aqopen) > .tgl-dtl {
  background: var(--c_white);
  /*js .js-tgl-list-obj*/
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  /*js end*/
}
.cmn-std-style .qa-tgl-wrapper:not(.aqopen) > .tgl-dtl.active .tgl-dtl-inner {
  visibility: visible;
}
.cmn-std-style .qa-tgl-wrapper > .tgl-dtl > .tgl-dtl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1em 2rem;
  visibility: hidden;
}
.cmn-std-style .qa-tgl-wrapper > .tgl-dtl > .tgl-dtl-inner::before {
  width: 1.75em;
  height: 1.75em;
  content: "A";
  font-family: var(--f_Jost);
  font-size: 3.4rem;
  font-weight: 500;
  color: var(--c_primary_pale);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  aspect-ratio: 1/1;
}
.cmn-std-style .qa-tgl-wrapper.aqopen > .tgl-dtl {
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  background: var(--c_white);
}
.cmn-std-style .qa-tgl-wrapper.aqopen > .tgl-dtl > .tgl-dtl-inner {
  visibility: visible;
}
.cmn-std-style .grid-wrapper {
  display: grid;
  gap: 4rem;
}
.cmn-std-style .grid-wrapper:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .grid-wrapper .col-item {
  width: 100%;
}
.cmn-std-style .grid-wrapper.grid-row5 {
  grid-template-columns: repeat(auto-fit, minmax(20.8rem, 1fr));
  gap: 1rem;
}
.cmn-std-style .grid-wrapper.grid-row5 .col-item {
  max-width: 52rem;
  justify-self: center;
}
.cmn-std-style .grid-wrapper.grid-row4 {
  grid-template-columns: repeat(auto-fit, minmax(25.5rem, 1fr));
  gap: 2rem;
}
.cmn-std-style .grid-wrapper.grid-row4 .col-item {
  max-width: 52rem;
  justify-self: center;
}
.cmn-std-style .grid-wrapper.grid-row3 {
  grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
  gap: 3rem;
}
.cmn-std-style .grid-wrapper.grid-row3 .col-item {
  max-width: 52rem;
  justify-self: center;
}
.cmn-std-style .grid-wrapper.grid-row2 {
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2rem), 1fr));
  gap: 4rem;
}
.cmn-std-style .grid-wrapper.grid-row2 .col-item {
  max-width: 52rem;
  justify-self: center;
}
.cmn-std-style .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1em 4rem;
  margin-top: 1em;
}
.cmn-std-style .flex-wrapper:first-child {
  margin-top: 0;
}
.cmn-std-style .flex-wrapper.flex-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.cmn-std-style .flex-wrapper .col-item {
  width: 100%;
  max-width: 52rem;
}
.cmn-std-style .flex-wrapper.flex-row3x2 .col-item {
  max-width: 56.851851%;
}
.cmn-std-style .flex-wrapper.flex-row3x2 .col-item + .col-item {
  max-width: 39.4444444%;
}
.cmn-std-style .flex-wrapper.flex-row4x2 .col-item {
  max-width: 64.81481%;
}
.cmn-std-style .flex-wrapper.flex-row4x2 .col-item + .col-item {
  max-width: 31.481481%;
}
.cmn-std-style .flex-wrapper.flex-row4x1 .col-item {
  max-width: 77.037037%;
}
.cmn-std-style .flex-wrapper.flex-row4x1 .col-item + .col-item {
  max-width: 19.25925925%;
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row5 {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row5 .col-item {
  max-width: 39rem;
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row4 {
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row4 .col-item {
  max-width: 39rem;
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row3 {
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row3 .col-item {
  max-width: 39rem;
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row2 {
  grid-template-columns: repeat(auto-fit, minmax(23.2rem, 1fr));
}
.cmn-std-style .flexcol2-main .grid-wrapper.grid-row2 .col-item {
  max-width: 39rem;
}
.cmn-std-style .flexcol2-main .flex-wrapper .col-item {
  max-width: 39rem;
}
.cmn-std-style .flexcol2-main .flex-wrapper.flex-row3x2 .col-item {
  max-width: 55.853658%;
}
.cmn-std-style .flexcol2-main .flex-wrapper.flex-row3x2 .col-item + .col-item {
  max-width: 39.2682926829%;
}
.cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x2 .col-item {
  max-width: 64.268292%;
}
.cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x2 .col-item + .col-item {
  max-width: 30.853658%;
}
.cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x1 .col-item {
  max-width: 71.951219%;
}
.cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x1 .col-item + .col-item {
  max-width: 23.17073%;
}
.cmn-std-style .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
.cmn-std-style .flex-center:not(:first-child) {
  margin-top: 6rem;
}
.cmn-std-style .flex-center .col-item {
  width: auto;
  margin: 0;
}
.cmn-std-style .float-group {
  overflow: hidden;
}
.cmn-std-style .float-group:not(:last-child) {
  margin-bottom: 2em;
}
.cmn-std-style .float-group-right {
  float: right;
  max-width: 31.481481%;
  margin: 0 0 2rem 4rem;
}
.cmn-std-style .float-group-left {
  float: left;
  max-width: 31.481481%;
  margin: 0 4rem 2rem 0;
}
.cmn-std-style .before-after-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4rem;
  margin-top: 1em;
}
.cmn-std-style .before-after-wrapper:first-child {
  margin-top: 0;
}
.cmn-std-style .before-after-wrapper .col-item {
  width: 100%;
  max-width: 52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.cmn-std-style .before-after-wrapper .col-item .item-ttl {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-left: 1rem;
}
.cmn-std-style .before-after-wrapper .col-item .item-ttl .img-icon {
  width: 1.4em;
  height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cmn-std-style .before-after-wrapper .col-item .item-ttl .img-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cmn-std-style .before-after-wrapper .col-item .item-ttl .img-icon:not(:has(img))::before {
  content: "";
  width: 100%;
  height: 100%;
}
.cmn-std-style .before-after-wrapper .col-item.before-item .item-ttl .img-icon::before {
  background: url(../img/common/icon/icon_before_after_issue.svg) no-repeat center/contain;
}
.cmn-std-style .before-after-wrapper .col-item.before-item .col-item-inner {
  background: var(--bg_base);
}
.cmn-std-style .before-after-wrapper .col-item.after-item .item-ttl .img-icon::before {
  background: url(../img/common/icon/icon_before_after_solution.svg) no-repeat center/contain;
}
.cmn-std-style .before-after-wrapper .col-item.after-item .col-item-inner {
  background: var(--c_primary);
}
.cmn-std-style .before-after-wrapper .col-item .col-item-inner {
  height: 100%;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 1rem;
}
.cmn-std-style .before-after-wrapper .col-item .col-item-inner .col-item-inner-content {
  height: 100%;
  border-radius: 0.5rem;
  background: var(--c_white);
  padding: 3rem;
}
.cmn-std-style [class*=img-size-]:not(:first-child) {
  margin-top: 6rem;
}
.cmn-std-style [class*=img-size-] > img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cmn-std-style .img-size-full {
  display: block;
  aspect-ratio: initial;
  overflow: hidden;
}
.cmn-std-style .img-size-ll {
  display: block;
  max-width: 520px;
  overflow: hidden;
}
.cmn-std-style .img-size-l {
  display: block;
  max-width: 400px;
  overflow: hidden;
}
.cmn-std-style .img-size-m {
  display: block;
  max-width: 300px;
  overflow: hidden;
}
.cmn-std-style .img-size-xm {
  display: block;
  max-width: 240px;
  overflow: hidden;
}
.cmn-std-style .img-size-s {
  display: block;
  max-width: 231px;
  overflow: hidden;
}
.cmn-std-style .img-size-xs {
  display: block;
  max-width: 198px;
  overflow: hidden;
}
.cmn-std-style .img-caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto;
}
.cmn-std-style .img-caption figcaption {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7857142857;
  text-align: center;
}
.cmn-std-style .img-caption figcaption.-fw400 {
  font-weight: 400;
}
.cmn-std-style .img-caption figcaption.-left {
  text-align: left;
}
.cmn-std-style .img-caption figcaption strong {
  display: block;
  font-size: 1.2857142857em;
  font-weight: inherit;
}
.cmn-std-style .checkbox-wrap:not(:last-child) {
  margin-bottom: 4rem;
}
.cmn-std-style .checkbox-wrap.grid-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 0rem 3rem;
}
.cmn-std-style .checkbox {
  padding-left: calc(1.1111111111em + 1rem);
  font-size: inherit;
  position: relative;
}
.cmn-std-style .checkbox::before {
  content: "\f00c";
  width: 1.1111111111em;
  font-family: "Font Awesome 5 Free";
  font-size: 0.85em;
  font-weight: 600;
  color: transparent;
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
  z-index: 2;
}
.cmn-std-style .checkbox::after {
  content: "";
  width: 1.1111111111em;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  background: var(--c_white);
  font-size: inherit;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.cmn-std-style .checkbox:has(.checkbox-input:focus) {
  outline: 0.5rem solid var(--c_txt);
}
.cmn-std-style .checkbox:has(.checkbox-input:checked)::before {
  color: var(--c_white);
}
.cmn-std-style .checkbox:has(.checkbox-input:checked)::after {
  background: var(--c_primary);
}
.cmn-std-style .checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.1111111111em;
  height: 1.1111111111em;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-std-style .img-contents,
.cmn-std-style .img-contents-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.cmn-std-style .img-contents:not(:first-child):not(.profile-block),
.cmn-std-style .img-contents-card:not(:first-child):not(.profile-block) {
  margin-top: 1lh;
}
.cmn-std-style .img-contents.-gap40,
.cmn-std-style .img-contents-card.-gap40 {
  gap: 4rem;
}
.cmn-std-style .img-contents.-gap60,
.cmn-std-style .img-contents-card.-gap60 {
  gap: 6rem;
}
.cmn-std-style .img-contents.-center,
.cmn-std-style .img-contents-card.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn-std-style .img-contents.-row,
.cmn-std-style .img-contents-card.-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cmn-std-style .img-contents.-min,
.cmn-std-style .img-contents-card.-min {
  max-width: 82.2rem;
}
.cmn-std-style .img-contents.-right,
.cmn-std-style .img-contents-card.-right {
  margin-left: auto;
}
.cmn-std-style .img-contents-img-wrap,
.cmn-std-style .img-contents-card-img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cmn-std-style .img-contents-img-wrap .btn-wrap,
.cmn-std-style .img-contents-card-img-wrap .btn-wrap {
  margin-top: 4rem;
}
.cmn-std-style .img-contents-img-wrap:has(.img-size-xm),
.cmn-std-style .img-contents-card-img-wrap:has(.img-size-xm) {
  width: min(61.5384615385%, 24rem);
}
.cmn-std-style .img-contents-img-wrap:has(.img-size-s),
.cmn-std-style .img-contents-card-img-wrap:has(.img-size-s) {
  width: min(59.2307692308%, 23.1rem);
}
.cmn-std-style .img-contents-img-wrap:has(.img-size-xs),
.cmn-std-style .img-contents-card-img-wrap:has(.img-size-xs) {
  width: min(50.7692307692%, 19.8rem);
}
.cmn-std-style .img-contents-content,
.cmn-std-style .img-contents-card-content {
  width: 100%;
  letter-spacing: 0.03em;
}
.cmn-std-style .img-contents-content .ttl-sml,
.cmn-std-style .img-contents-card-content .ttl-sml {
  letter-spacing: inherit;
}
.cmn-std-style .img-contents-content .ttl-sml ~ p:not([class]),
.cmn-std-style .img-contents-card-content .ttl-sml ~ p:not([class]) {
  margin-top: 0.5lh;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: inherit;
}
.cmn-std-style .img-contents-content .case-tag-wrap:not(:first-child),
.cmn-std-style .img-contents-card-content .case-tag-wrap:not(:first-child) {
  margin-top: 0.5lh;
  letter-spacing: 0;
}
.cmn-std-style .img-contents-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 3rem;
  border: 1px solid var(--bdr_gray_pale);
  border-radius: 1rem;
  background: var(--c_white);
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
}
.cmn-std-style .img-contents-card.-wide {
  padding: 4rem 5rem;
}
.cmn-std-style .img-contents-card[href] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .img-contents-card[href]:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
.cmn-std-style .img-contents-card-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .img-contents + .img-contents {
  margin-top: 6rem;
}
.cmn-std-style .img-contents-card + .img-contents-card {
  margin-top: 2rem;
}
.cmn-std-style .list-card {
  padding: 4rem 5.2rem 4.9rem;
  border: 1px solid var(--bdr_gray);
  border-radius: 1.5rem;
  background: var(--c_white);
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
  position: relative;
}
.cmn-std-style .list-card-ttl::before {
  position: absolute;
  top: 6rem;
  left: 0;
}
.cmn-std-style .list-card-list {
  margin-top: 4rem;
}
.cmn-std-style .list-card-list li {
  line-height: 1.75;
}
.cmn-std-style .list-card-list li + li {
  margin-top: 2.4rem;
}
.cmn-std-style .col-item .list-card {
  height: 100%;
}
.cmn-std-style .index-list-wrap {
  width: min(100%, 822px);
  padding: 4rem;
  margin: 0 auto;
  border-radius: 0.6rem;
  background: var(--bg_base);
}
.cmn-std-style .index-list {
  width: auto;
  min-width: min(100%, 538px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.cmn-std-style .index-list-label {
  font-size: 1.8rem;
  font-weight: 600;
}
.cmn-std-style .index-list ol {
  margin-top: 2rem;
}
.cmn-std-style .index-list ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.35em;
}
.cmn-std-style .index-list ol li:not(:first-child) {
  margin-top: 1.2rem;
}
.cmn-std-style .index-list ol li::marker {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--c_primary);
}
.cmn-std-style .index-list ol li a {
  color: var(--c_txt);
}
.cmn-std-style .index-list ol li a:hover, .cmn-std-style .index-list ol li a.is-current {
  color: var(--c_primary_blue);
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}
.cmn-std-style .index-list ol li > ol li::marker {
  font-weight: 500;
}
.cmn-std-style .dl-parts {
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.cmn-std-style .dl-parts-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.cmn-std-style .dl-parts-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 120px;
  aspect-ratio: 1/1;
}
.cmn-std-style .dl-parts-label {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7777777778;
}
.cmn-std-style .dl-parts-text {
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.75;
}
.cmn-std-style .dl-parts-btn {
  margin-top: 2.4rem;
}
.cmn-std-style .dl-parts-btn a.btn {
  margin: 0 auto;
}
.cmn-std-style .dl-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.9rem;
  padding: 6rem 12rem;
}
.cmn-std-style .dl-block-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cmn-std-style .dl-block-contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.cmn-std-style .dl-block-contents .img-contents-img {
  border-radius: 0;
}
.cmn-std-style .dl-block-contents .btn {
  min-width: 25.7rem;
}
.cmn-std-style .profile-block.img-contents {
  gap: 4rem;
}
.cmn-std-style .profile-block.img-contents + .profile-block.img-contents {
  margin-top: 4rem;
}
.cmn-std-style .profile-block.img-contents .ttl-leadsquare:not(:last-child) {
  margin-bottom: 1rem;
}
.cmn-std-style .profile-block.img-contents p:not([class]) {
  margin-top: 0.2lh;
}
.cmn-std-style .guidance-block {
  padding: 0 0 6rem;
  position: relative;
  z-index: 1;
}
.cmn-std-style .guidance-block::after {
  content: "";
  width: 100%;
  height: 78.9473684211%;
  border-radius: 1.5rem;
  background: var(--c_primary);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmn-std-style .guidance-block:not(:first-child) {
  margin-top: 4rem;
}
.cmn-std-style .guidance-block-btn {
  margin-top: 6rem;
}
.cmn-std-style .guidance-block-btn .btn {
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
.cmn-std-style .guidance-list {
  counter-reset: number;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.4rem;
  width: min(100%, 81rem);
  padding: 1.2rem 0;
  margin: 0 auto;
}
.cmn-std-style .guidance-list-item {
  counter-increment: number;
  padding: 3rem 2rem 2.5rem;
  outline: 1.2rem solid var(--c_white);
  outline-offset: -1px;
  border-radius: 8rem 1rem 1rem 1rem;
  background: var(--bg_base);
  -webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.07));
  position: relative;
}
.cmn-std-style .guidance-list-item::before {
  content: counter(number, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.0588235294em;
  height: 2.8235294118em;
  border-radius: 0.8823529412em 0.8823529412em 0.2352941176em 0.8823529412em;
  background: var(--c_primary);
  font-family: var(--f_Montserrat);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c_white);
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
}
.cmn-std-style .guidance-list-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
  text-align: center;
}
.cmn-std-style .guidance-list-contents {
  margin-top: 1.8666666667em;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.cmn-std-style .cta-content {
  padding: 10rem 2rem;
}
.cmn-std-style .cta-content:not(:first-child) {
  padding-top: 0;
}
.cmn-std-style .cta-content > .wrapper {
  max-width: 108rem;
  background: var(--c_accent);
  border-radius: 1.5rem;
  margin: auto;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
.cmn-std-style .cta-content > .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/cta_bg@2x.png) no-repeat center/cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.cmn-std-style .cta-content > .wrapper > .inner {
  position: relative;
}
.cmn-std-style .cta-content > .wrapper > .inner .txt-wrap {
  margin-top: 1.2rem;
}
.cmn-std-style .cta-content > .wrapper > .inner .txt-wrap p {
  text-align: center;
}
.cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap {
  margin-top: 3rem;
}
.cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn {
  min-width: 39rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 100vw;
  position: relative;
  padding: 1lh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn.cta-contact {
  border-color: var(--c_white);
  background: var(--c_white);
  color: var(--c_txt);
}
.cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn.cta-contact:hover, .cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn.cta-contact:focus {
  color: var(--c_white);
  background: var(--c_txt);
  text-decoration: none;
}
.cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn.cta-contact:hover .circle-icon, .cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn.cta-contact:focus .circle-icon {
  background: var(--c_white);
}
.cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn.cta-contact .circle-icon {
  width: 1.25lh;
  height: 1.25lh;
  color: var(--c_txt);
  background: var(--c_accent);
  border: none;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn[target=_blank]::after {
  content: none;
}
.cmn-std-style .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.cmn-std-style .article:not(:first-child) {
  margin-top: 6rem;
}
.cmn-std-style .article:hover {
  text-decoration: none;
}
.cmn-std-style .article:hover .circle-icon {
  color: var(--c_txt);
  background: var(--c_white);
}
.cmn-std-style .article:hover .article-img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cmn-std-style .article-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 1rem;
}
.cmn-std-style .article-img > img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cmn-std-style .article-contents {
  width: 100%;
}
.cmn-std-style .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
.cmn-std-style .article-date {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.cmn-std-style .article-ttl {
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.cmn-std-style .article-ttl > span {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.625em;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.cmn-std-style .article-footer {
  margin-top: 1.5rem;
}
.cmn-std-style .article-footer .label-txt-label {
  margin-right: 1.5rem;
  letter-spacing: 0.05em;
}
.cmn-std-style .article-footer .label-txt-label::after {
  margin-left: 1.4rem;
}
.cmn-std-style .article-footer .label-txt-txt {
  letter-spacing: 0.05em;
  font-weight: 600;
}
.cmn-std-style .article-footer .simple-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0 auto;
  font-weight: 400;
  pointer-events: none;
}
.cmn-std-style .article-pick-wrap {
  padding: 7rem 6rem 8rem;
  border-radius: 1.5rem;
}
.cmn-std-style .article-pick-wrap:not(:first-child) {
  margin-top: 10rem;
}
.cmn-std-style .article-pick-btn {
  margin-top: 5rem;
}
.cmn-std-style .article-pick-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 5rem auto 0;
}
.cmn-std-style .article-pick-list-link {
  display: block;
}
.cmn-std-style .article-pick-list-link:hover {
  text-decoration: none;
}
.cmn-std-style .article-pick-list-link:hover .article-pick-list-img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cmn-std-style .article-pick-list-link:hover .article-pick-list-btn .circle-icon {
  color: var(--c_txt);
  background: var(--c_white);
}
.cmn-std-style .article-pick-list-img > img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cmn-std-style .article-pick-list-ttl {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.cmn-std-style .article-pick-list-txt {
  margin-top: 2rem;
  line-height: 1.75;
}
.cmn-std-style .article-pick-list-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  margin-left: auto;
  font-weight: 400;
  pointer-events: none;
}
.cmn-std-style .side-menu {
  width: min(100%, 198px);
  padding: 3rem 2.6rem 2.9rem;
  border: 1px solid var(--c_txt);
  border-radius: 1rem;
  background: var(--c_white);
  -webkit-box-shadow: 0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.08);
          box-shadow: 0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.08);
}
.cmn-std-style .side-menu-list {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
.cmn-std-style .side-menu-list-item:not(:first-child) {
  margin-top: 2rem;
}
.cmn-std-style .side-menu-list-link {
  color: var(--c_txt);
  position: relative;
}
.cmn-std-style .side-menu-list-link::before {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  border-radius: 0 10px 10px 0;
  background: transparent;
  position: absolute;
  top: calc(0.5lh - 0.3rem);
  left: -2.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .side-menu-list-link:hover, .cmn-std-style .side-menu-list-link.is-current {
  color: var(--c_primary);
  text-decoration: none;
}
.cmn-std-style .side-menu-list-link:hover::before, .cmn-std-style .side-menu-list-link.is-current::before {
  background: var(--c_primary);
}
.cmn-std-style .side-menu + .side-menu-contents-contents.flexcol2-main {
  width: 100%;
  max-width: 82.2rem;
}
.cmn-std-style .side-menu-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
}
.cmn-std-style .side-menu-contents * {
  word-break: normal;
}
.cmn-std-style .side-menu-contents a[target=_blank].img-contents-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-std-style .side-menu-contents a.img-contents-card:hover .img-contents-card-img.img-size-xs img, .cmn-std-style .side-menu-contents a.img-contents-card:focus .img-contents-card-img.img-size-xs img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cmn-std-style .side-menu-contents-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: sticky;
  top: var(--header-height);
}
.cmn-std-style .side-menu-contents-block:not(:first-child) {
  margin-top: 10rem;
}
.cmn-std-style .side-menu-contents-block .ttl-undersepline:not(:last-child) {
  margin-bottom: 4rem;
}
.cmn-std-style .side-menu-contents-block .ttl-leadsquare:not(:first-child) {
  margin-top: 6rem;
}
.cmn-std-style .side-menu-contents-block .ttl-leadsquare:not(:last-child) {
  margin-bottom: 2.4rem;
}
.cmn-std-style .side-menu-contents-block .ttl-leadbdr:not(:first-child) {
  margin-top: 3rem;
}
.cmn-std-style .side-menu-contents-block + .side-menu-contents-block {
  margin-top: 1lh;
}
.cmn-std-style .fill-card {
  height: 100%;
  padding: 4rem;
  border-radius: 1rem;
  background: var(--bg_base);
}
.cmn-std-style .fill-card-contents {
  margin-top: 2rem;
}
.cmn-std-style .fill-primary {
  background: var(--c_primary);
  color: var(--c_white);
}
.cmn-std-style .fill-primary h3[class*=ttl-]::before, .cmn-std-style .fill-primary h4[class*=ttl-]::before, .cmn-std-style .fill-primary h5[class*=ttl-]::before, .cmn-std-style .fill-primary h6[class*=ttl-]::before {
  background-color: var(--c_white);
}
.cmn-std-style .fill-primary:not(:last-child) {
  margin-bottom: 10rem;
}
.cmn-std-style .fill-primary *:not(.btn):not(.circle-icon) {
  color: inherit;
}
.cmn-std-style .fill-primary.-bdr {
  border-radius: 1.5rem;
}
.cmn-std-style .fill-primary .grid-wrapper {
  margin-top: 6rem;
}
.cmn-std-style .fill-primary .grid-wrapper.grid-row2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 6.8rem;
}
.cmn-std-style .fill-lightblue {
  background: var(--tag_case);
}
.cmn-std-style .label-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-std-style .label-txt-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.8rem;
  font-weight: 600;
}
.cmn-std-style .label-txt-label::after {
  content: "";
  display: block;
  margin-top: 0.2rem;
  margin-left: 0.8rem;
  width: 1px;
  height: calc(100% - 0.7rem);
  background: var(--c_txt);
}
.cmn-std-style .label-txt-txt a {
  font-weight: 400;
  color: var(--c_primary);
}
.cmn-std-style .type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
.cmn-std-style .type-wrap:not(:first-child) {
  margin-top: 4rem;
}
.cmn-std-style .type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.6rem;
  font-size: 1.4rem;
}
.cmn-std-style .type.-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-display: 1.2rem;
}
.cmn-std-style .type-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
}
.cmn-std-style .type-label::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1rem;
  margin-right: 1rem;
  background: var(--c_txt);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.cmn-std-style .type-label::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 0.5em);
  margin-left: 1.6rem;
  background: var(--bdr_gray);
}
.cmn-std-style .cat-tag-wrap,
.cmn-std-style .status-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem;
}
.cmn-std-style .cat-tag,
.cmn-std-style .connection-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  color: var(--c_white);
}
.cmn-std-style .cat-tag.event,
.cmn-std-style .connection-tag.event {
  background: var(--c_event);
}
.cmn-std-style .cat-tag.seminar,
.cmn-std-style .connection-tag.seminar {
  background: var(--c_seminar);
}
.cmn-std-style .location-tag,
.cmn-std-style .status-tag,
.cmn-std-style .new-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.6rem;
  border: 1px solid var(--c_txt);
  border-radius: 3em;
  background: var(--c_white);
  font-size: 1.3rem;
  line-height: 1.9230769231;
}
.cmn-std-style .status-tag-wrap {
  gap: 1rem;
}
.cmn-std-style .status-tag {
  border: none;
  background: rgba(51, 51, 51, 0.8);
  color: var(--c_white);
}
.cmn-std-style .status-tag.is-during {
  background: var(--c_primary_light);
  color: var(--c_txt);
}
.cmn-std-style .new-tag {
  border: none;
  background: var(--c_new);
  color: var(--c_white);
  text-transform: uppercase;
}
.cmn-std-style .connection-tag {
  padding: 0 1rem;
  background: var(--c_txt);
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
.cmn-std-style .case-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.cmn-std-style .case-tag-wrap:not(:first-child) {
  margin-top: 1rem;
}
.cmn-std-style .case-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  border-radius: 3em;
  background: var(--tag_case);
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.cmn-std-style .case-tag + .cmn-std-style .case-tag {
  margin-left: 1rem;
}
.cmn-std-style .hash-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4rem;
}
.cmn-std-style .hash-tag-wrap:not(:first-child) {
  margin-top: 0.8rem;
}
.cmn-std-style .hash-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}
.cmn-std-style .hash-tag::before {
  content: "#";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cmn-std-style .breadcrumbs {
  width: 100%;
  padding: 1.1rem 2rem;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
}
.cmn-std-style .breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cmn-std-style .breadcrumbs-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-std-style .breadcrumbs-list > li:not(:first-child)::before {
  content: "\f054";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #969696;
}
.cmn-std-style .breadcrumbs-list > li a {
  font-weight: inherit;
  color: var(--c_primary);
}
.cmn-std-style .page-ttl {
  padding: calc(8.8rem - var(--breadcrumbs-height)) 2rem 0;
  position: relative;
  z-index: 1;
}
.cmn-std-style .page-ttl::after {
  content: "";
  width: min(55vw, 70.4rem);
  aspect-ratio: 704/624;
  background: url(../img/common/page_ttl_bg.png) top right no-repeat;
  background-size: cover;
  position: absolute;
  top: -4rem;
  right: 0;
  z-index: -1;
}
.cmn-std-style .page-ttl:not(:last-child) {
  margin-bottom: 10rem;
}
.cmn-std-style .page-ttl-ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5333333333;
}
.cmn-std-style .page-ttl-txt {
  margin-top: 0.8888888889em;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.cmn-std-style .page-ttl-search {
  margin-top: 10rem;
}
.cmn-std-style.archive-event .page-ttl-detail-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
.cmn-std-style.archive-event .page-ttl-detail-img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-std-style .page-ttl-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 2rem * 2);
  min-height: 44.4rem;
  padding: 6rem 2rem;
  margin: 0 auto 0;
  border-radius: 1.5rem;
  overflow: hidden;
  color: var(--c_white);
  text-align: center;
  position: relative;
  z-index: 1;
}
.cmn-std-style .page-ttl-bg:not(:last-child) {
  margin-bottom: 8rem;
}
.cmn-std-style .page-ttl-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cmn-std-style .page-ttl-bg-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.4444444444em;
  margin: 0 auto;
  border-radius: 1rem;
  background: var(--c_white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5555555556;
}
.cmn-std-style .page-ttl-bg-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-top: 3rem;
}
.cmn-std-style .page-ttl-bg-catch > span {
  padding: 0 0.3571428571em;
  border: 1px solid #707070;
  background: var(--c_txt);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4285714286;
  color: var(--c_white);
}
.cmn-std-style .page-ttl-bg-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
.cmn-std-style .page-ttl-detail {
  padding: 3rem 2rem;
}
.cmn-std-style .page-ttl-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
.cmn-std-style .page-ttl-detail-contents {
  width: 100%;
}
.cmn-std-style .page-ttl-detail-ttl {
  margin-top: 2rem;
}
.cmn-std-style .page-ttl-detail-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
}
.cmn-std-style .page-ttl-detail-date .label-txt-txt {
  font-weight: inherit;
}
.cmn-std-style .page-ttl-detail-date .label-txt-txt time {
  font-weight: inherit;
}
.cmn-std-style .page-ttl-detail-catch {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
}
.cmn-std-style .page-ttl-detail-tags {
  margin-top: 4rem;
}
.cmn-std-style .page-ttl-detail-tags-label {
  font-size: 1.8rem;
  color: var(--c_primary);
}
.cmn-std-style .page-ttl-detail-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(100%, 52rem);
  overflow: hidden;
}
.cmn-std-style .outline-leadtext {
  margin-top: 0;
}
.cmn-std-style .outline-leadtext:not(:first-child) {
  margin-top: 5.6rem;
}
.cmn-std-style .outline-leadtext + .column-summary {
  margin-top: 0;
}
.cmn-std-style .column-summary * {
  line-height: 2;
  letter-spacing: 0.02em;
}
.cmn-std-style .column-summary .speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.6rem 2rem;
}
.cmn-std-style .column-summary .speakers p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 0;
}
.cmn-std-style .column-summary:not(:first-child) {
  margin-top: 5.6rem;
}
.cmn-std-style .column-summary > *:not(.btn-wrap):not(:first-child) {
  margin-top: 4rem;
}
.cmn-std-style .request-block {
  margin-top: 0;
}
.cmn-std-style .request-block:not(:first-child) {
  margin-top: 5.6rem;
}
.cmn-std-style .request-block .txt-center {
  margin-top: 0;
}
.cmn-std-style .request-block .txt-center:not(:first-child) {
  margin-top: 4rem;
}
.cmn-std-style .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9rem;
  padding: 2.8rem 4.2rem;
  border-radius: 1rem;
  background: var(--bg_base_light);
}
.cmn-std-style .search-box-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 600;
}
.cmn-std-style .search-box-input {
  width: 100%;
  height: 6.9rem;
  position: relative;
}
.cmn-std-style .search-box-input input[type=search] {
  width: 100%;
  height: 100%;
  padding: 0.5rem 5.6rem 0.5rem 1rem;
  border: 1px solid var(--bdr_gray_pale);
  border-radius: 5rem;
  background: var(--c_white);
}
.cmn-std-style .search-box-input button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.6rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--c_primary);
  border-radius: 3em;
  background: var(--c_primary);
  font-size: 1.6rem;
  color: var(--c_white);
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .search-box-input button[type=submit]:hover {
  background: var(--c_white);
}
.cmn-std-style .search-box-input button[type=submit]:hover i {
  color: var(--c_primary);
}
.cmn-std-style .search-result-head .checkbox-wrap.grid-wrapper.grid-row3 {
  margin-top: 1rem;
  justify-self: flex-start;
}
.cmn-std-style .search-result-body {
  margin-top: 10rem;
}
.cmn-std-style .search-result-body .comment-list {
  margin-top: 6rem;
}
.cmn-std-style .img-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cmn-std-style .img-center.-mw448 {
  max-width: 448px;
}
.cmn-std-style .img-center.-mw448 > picture {
  width: 100%;
  max-width: initial;
}
.cmn-std-style .related-links .dot-list a {
  font-weight: 400;
  color: var(--c_primary_blue);
}
.cmn-std-style .related-links .dot-list a[target=_blank]::after {
  color: inherit;
}
.cmn-std-style .related-links .btn-wrap {
  margin-top: 10rem;
}
.cmn-std-style .signature {
  font-size: 1.6rem;
  font-weight: 400;
}
.cmn-std-style .signature:not(:first-child) {
  margin-top: 2.4rem;
}
.cmn-std-style .signature strong {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.125em;
  font-weight: 600;
}
.cmn-std-style .signature strong span {
  padding-left: 0.3em;
  font-size: 0.8888888889em;
}
.cmn-std-style .column-wrap {
  display: grid;
  grid-template-columns: 1fr 27.1rem;
  gap: 5.6rem;
}
.cmn-std-style .column-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.1rem, 1fr));
  gap: 6rem 3rem;
}
.cmn-std-style .column-list-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmn-std-style .column-list-article picture {
  width: 100%;
  aspect-ratio: 231/159;
  border-radius: 1rem;
}
.cmn-std-style .column-list-article picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .column-list-article:hover picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cmn-std-style .column-list-article-contents {
  margin-top: 1.6rem;
}
.cmn-std-style .column-list-date {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.cmn-std-style .column-list-ttl {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.625;
}
.cmn-std-style .column-list-ttl small {
  display: block;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}
.cmn-std-style .column-list-ttl small:not(:first-child) {
  margin-top: 1em;
}
.cmn-std-style .column-list-tags {
  margin-top: 2rem;
}
.cmn-std-style .column-list-sub .column-list-article {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.cmn-std-style .column-list-sub .column-list-article:not(:first-child) {
  margin-top: 3rem;
}
.cmn-std-style .column-list-sub .column-list-article-contents {
  margin-top: 0;
}
.cmn-std-style .column-list-sub .column-list-date {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.cmn-std-style .column-list-sub .column-list-ttl {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.cmn-std-style .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.cmn-std-style .pager:not(:first-child) {
  margin-top: 6rem;
}
.cmn-std-style .pager-arrow, .cmn-std-style .pager-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.7058823529em;
  aspect-ratio: 1/1;
  border: 1px solid var(--c_primary);
  border-radius: 50%;
  background: var(--c_white);
  font-size: 1.7rem;
  color: var(--c_primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .pager-arrow:hover {
  background: var(--c_primary);
  color: var(--c_white);
}
.cmn-std-style .pager-num {
  border-color: transparent;
  color: var(--c_txt);
}
.cmn-std-style .pager-num.is-current, .cmn-std-style .pager-num:hover {
  border-color: var(--c_primary);
  background: var(--c_primary);
  color: var(--c_white);
}
.cmn-std-style .page-link-wrap {
  gap: 2.4rem;
}
.cmn-std-style .page-link-wrap .col-item {
  width: min(100%, 25.2rem);
}
.cmn-std-style .page-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.625em 2.875em 1.375em 1.875em;
  border: 1px solid var(--bdr_gray);
  border-radius: 0.625em;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.75;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .page-link .fa-chevron-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.4444444444em;
  height: 2.4444444444em;
  border-radius: 50%;
  background: var(--c_txt);
  font-size: 0.5625em;
  color: var(--c_white);
  position: absolute;
  top: 50%;
  right: 1.8888888889em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-std-style .page-link:hover {
  background: var(--c_txt);
  color: var(--c_white);
}
.cmn-std-style .page-link:hover .fa-chevron-down {
  background: var(--c_white);
  color: var(--c_txt);
}
.cmn-std-style .case-article-wrap.grid-wrapper.grid-row4 {
  grid-template-columns: repeat(auto-fit, minmax(23.1rem, 1fr));
  gap: 6rem 5.2rem;
}
.cmn-std-style hr[id] {
  visibility: hidden;
  border: none;
  margin: 0;
  padding: 0;
}
.cmn-std-style hr[id] + *, .cmn-std-style hr[id]:first-child + *:not(:first-child) {
  margin-top: 0;
}
.cmn-std-style .hr-true {
  margin-top: 1lh;
}
.cmn-std-style .is-hidden {
  display: none;
}
.cmn-std-style .load-more-wrap {
  text-align: center;
  margin-top: 2rem;
}
.cmn-std-style .load-more-wrap .load-more-btn {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  border: 0.1rem solid #ccc;
  background-color: #f0f0f0;
  border-radius: 0.5rem;
}
.cmn-std-style iframe {
  display: block;
  margin: 2lh auto;
  aspect-ratio: 16/9;
}
.cmn-std-style iframe:first-child {
  margin-top: 0;
}
.cmn-std-style iframe:last-child {
  margin-bottom: 0;
}
.cmn-std-style.archive-casestudy-list .column-list-ttl.casestudy-list-ttl {
  font-size: 1.3rem;
}
.cmn-std-style.archive-casestudy-list .column-list-ttl.casestudy-list-ttl span {
  font-size: 1.6rem;
}
.cmn-std-style .error-block:not(:last-child) {
  margin-bottom: 6rem;
}
.cmn-std-style .error-btn:not(:first-child) {
  margin-top: 4rem;
}

.front-sec-ttl {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  gap: 0.25em;
  position: relative;
}
.front-sec-ttl:not(.simple)::before {
  content: "";
  width: 1lh;
  height: 1lh;
  border-left: 0.2rem solid var(--c_primary);
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% 0;
  rotate: 45deg;
}
.front-sec-ttl span.en {
  font-family: var(--f_Montserrat);
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-transform: uppercase;
}
.front-sec-ttl span.ja {
  font-size: 1.6rem;
}
.front-sec-ttl.simple span.ja {
  font-size: 2.2rem;
  font-weight: 600;
}
.front-sec-ttl .lead-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
}
.front-sec-ttl .lead-dot::before {
  content: "";
  width: 0.36em;
  height: 0.36em;
  background: var(--c_primary);
  border-radius: 100vw;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

section.front-topics > .wrapper {
  max-width: 108rem;
  margin: auto;
}
section.front-topics > .wrapper > .inner .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1lh 5.5rem;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.sec-ttl-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.sec-ttl-wrap .front-sec-ttl.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.sec-ttl-wrap .front-sec-ttl.simple span.en {
  font-size: 2.9rem;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.sec-ttl-wrap .front-sec-ttl.simple span.ja {
  font-size: 1.4rem;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap {
  width: 100%;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item {
  border-bottom: 0.1rem solid var(--bdr_gray_pale);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1lh 2rem;
  padding: 1em 1.5lh 1em 1em;
  position: relative;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:first-child {
  border-top: 0.1rem solid var(--bdr_gray_pale);
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .content-wrap {
  width: 100%;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .content-wrap .topics-ttl {
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .date-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 3rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .date-category-wrap .date {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .date-category-wrap .category-wrap {
  margin: 0;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .date-category-wrap .category-wrap span {
  min-width: 10.6rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: var(--c_white);
  border-radius: 0.5rem;
  display: block;
  padding: 0.35em 1em 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .date-category-wrap .category-wrap span.topics {
  color: var(--c_txt);
  background: var(--c_topics);
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .fa-icon {
  color: var(--bdr_gray_pale);
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:hover .content-wrap .topics-ttl, section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:focus .content-wrap .topics-ttl {
  color: var(--c_primary);
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:hover .date-category-wrap .date, section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:focus .date-category-wrap .date {
  color: var(--c_primary);
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:hover .date-category-wrap .category-wrap span.topics, section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:focus .date-category-wrap .category-wrap span.topics {
  color: var(--c_white);
  background: var(--c_primary);
}
section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:hover .fa-icon, section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item:focus .fa-icon {
  color: var(--c_primary);
}
.flex-solution-wrap.card-flex-wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.5rem;
}
.flex-solution-wrap.card-flex-wrap .card-item {
  width: 100%;
  max-width: 26.6rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 4rem 4rem;
  position: relative;
}
.flex-solution-wrap.card-flex-wrap .card-item:hover {
  text-decoration: none;
}
.flex-solution-wrap.card-flex-wrap .card-item .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.flex-solution-wrap.card-flex-wrap .card-item .content-wrap .solution-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: var(--c_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-solution-wrap.card-flex-wrap .card-item .content-wrap .txt-wrap {
  margin-top: 1rem;
}
.flex-solution-wrap.card-flex-wrap .card-item .content-wrap .txt-wrap p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  color: var(--c_white);
}
.flex-solution-wrap.card-flex-wrap .card-item .img-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.flex-solution-wrap.card-flex-wrap .card-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-solution-wrap.card-flex-wrap .card-item .img-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--c_primary);
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-solution-wrap.card-flex-wrap .card-item .circle-icon {
  width: 1.25em;
  height: 1.25em;
  background: var(--c_primary_light);
  border: none;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-solution-wrap.card-flex-wrap .card-item .circle-icon .fa-icon {
  color: var(--c_txt);
}
.flex-solution-wrap.card-flex-wrap .card-item:hover .img-wrap::before, .flex-solution-wrap.card-flex-wrap .card-item:focus .img-wrap::before {
  background: var(--c_primary_pale);
  opacity: 0.93;
}
.flex-solution-wrap.card-flex-wrap .card-item:hover .circle-icon, .flex-solution-wrap.card-flex-wrap .card-item:focus .circle-icon {
  color: var(--c_primary);
  background: var(--c_white);
}
@media all and (max-width: 1023px) {
  .cmn-std-style .ttl-undersepline {
    font-size: 2rem;
  }
  .cmn-std-style .ttl-leadsquare {
    font-size: 2rem;
  }
  .cmn-std-style .ttl-leadbdr {
    font-size: 1.8rem;
  }
  .cmn-std-style .ttl-mid {
    font-size: 1.8rem;
  }
  .cmn-std-style .ttl-sml {
    font-size: 1.6rem;
  }
  .cmn-std-style .ttl-bdr-fill-txt .ttl-bdr-fill {
    margin-top: 0;
  }
  .cmn-std-style .ttl-bdr-fill-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    font-size: 2rem;
  }
  .cmn-std-style .ttl-simple {
    font-size: 2.1rem;
  }
  .cmn-std-style .keyword-list > li p.keyword-ttl {
    font-size: 1.1rem;
  }
  .cmn-std-style .keyword-list > li p.keyword-dtl {
    font-size: 1.2rem;
  }
  .cmn-std-style .comment-list > li p:not([class]) {
    font-size: 1.2rem;
  }
  .cmn-std-style .caption {
    font-size: 1.2rem;
  }
  .cmn-std-style .btn {
    max-width: 37.5rem;
    font-size: 1.6rem;
  }
  .cmn-std-style .btn.btn-mid {
    font-size: 1.4rem;
  }
  .cmn-std-style .btn.btn-sml {
    font-size: 1.2rem;
  }
  .cmn-std-style .qa-tgl-wrapper .tgl-btn {
    gap: 1em;
    font-size: 1.6rem;
  }
  .cmn-std-style .qa-tgl-wrapper .tgl-btn::before {
    width: auto;
    height: auto;
  }
  .cmn-std-style .qa-tgl-wrapper .tgl-dtl-inner {
    gap: 1em;
  }
  .cmn-std-style .qa-tgl-wrapper .tgl-dtl-inner::before {
    width: auto !important;
    height: auto !important;
    font-size: 2.7rem;
  }
  .cmn-std-style .grid-wrapper.grid-row5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn-std-style .grid-wrapper.grid-row4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn-std-style .grid-wrapper.grid-row3 {
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn-std-style .grid-wrapper.grid-row2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .cmn-std-style .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .flex-wrapper.flex-row-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .flex-wrapper.flex-row3x2 .col-item {
    max-width: 61.4rem;
  }
  .cmn-std-style .flex-wrapper.flex-row3x2 .col-item + .col-item {
    max-width: 42.6rem;
  }
  .cmn-std-style .flex-wrapper.flex-row4x2 .col-item {
    max-width: 70rem;
  }
  .cmn-std-style .flex-wrapper.flex-row4x2 .col-item + .col-item {
    max-width: 34rem;
  }
  .cmn-std-style .flex-wrapper.flex-row4x1 .col-item {
    max-width: 83.2rem;
  }
  .cmn-std-style .flex-wrapper.flex-row4x1 .col-item + .col-item {
    max-width: 20.8rem;
  }
  .cmn-std-style .flexcol2-main .grid-wrapper.grid-row2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .cmn-std-style .flexcol2-main .flex-wrapper.flex-row3x2 .col-item {
    max-width: 45.8rem;
  }
  .cmn-std-style .flexcol2-main .flex-wrapper.flex-row3x2 .col-item + .col-item {
    max-width: 32.2rem;
  }
  .cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x2 .col-item {
    max-width: 52.7rem;
  }
  .cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x2 .col-item + .col-item {
    max-width: 25.3rem;
  }
  .cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x1 .col-item {
    max-width: 59rem;
  }
  .cmn-std-style .flexcol2-main .flex-wrapper.flex-row4x1 .col-item + .col-item {
    max-width: 19rem;
  }
  .cmn-std-style .float-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em 4rem;
  }
  .cmn-std-style .float-group-right {
    float: none;
    max-width: 34rem;
  }
  .cmn-std-style .float-group-left {
    float: none;
    max-width: 34rem;
  }
  .cmn-std-style .float-group-container {
    max-width: 70rem;
  }
  .cmn-std-style .before-after-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .cmn-std-style .before-after-wrapper .col-item .item-ttl {
    font-size: 1.8rem;
  }
  .cmn-std-style .before-after-wrapper .col-item + .col-item.after-item {
    position: relative;
  }
  .cmn-std-style .before-after-wrapper .col-item + .col-item.after-item::before {
    content: "";
    width: 3.2rem;
    height: 2.4rem;
    background: var(--c_primary);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    display: block;
    bottom: 100%;
    left: 50%;
    translate: -50% calc(50% - 1.6rem);
  }
  .cmn-std-style .img-contents,
  .cmn-std-style .img-contents-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .img-contents.-row,
  .cmn-std-style .img-contents-card.-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn-std-style .img-contents-content .btn-wrap,
  .cmn-std-style .img-contents-card-content .btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn-std-style .img-contents-card {
    padding: 3rem 2rem;
  }
  .cmn-std-style .img-contents-card.-wide {
    padding: 3rem 2rem;
  }
  .cmn-std-style .list-card {
    padding: 4rem 3rem 5rem;
  }
  .cmn-std-style .index-list-wrap {
    padding: 3rem 2rem;
  }
  .cmn-std-style .dl-parts-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .dl-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 4rem 2rem;
  }
  .cmn-std-style .guidance-block {
    padding: 6rem 2rem;
  }
  .cmn-std-style .guidance-block::after {
    width: 100vw;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cmn-std-style .guidance-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cmn-std-style .cta-content > .wrapper > .inner .btn-wrap.sec-btn-wrap .btn {
    width: 100%;
    min-width: auto;
    max-width: 37.5rem;
    font-size: 1.4rem;
  }
  .cmn-std-style .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .article:not(:first-child) {
    margin-top: 5rem;
  }
  .cmn-std-style .article-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn-std-style .article-footer .simple-link {
    margin-left: auto;
  }
  .cmn-std-style .article-pick-wrap {
    padding: 4rem 2rem;
  }
  .cmn-std-style .article-pick-list {
    grid-template-columns: repeat(1, 1fr);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cmn-std-style .side-menu-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .cmn-std-style .side-menu-contents-side {
    width: 100%;
    position: relative;
    top: initial;
  }
  .cmn-std-style .fill-card {
    padding: 3rem 2rem;
  }
  .cmn-std-style .fill-primary .grid-wrapper.grid-row2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
  }
  .cmn-std-style .table-scroll-wrap {
    overflow-x: scroll;
  }
  .cmn-std-style .table-scroll-wrap > table {
    width: 983px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .cmn-std-style .page-ttl-ttl {
    font-size: 2.5rem;
  }
  .cmn-std-style .page-ttl-search {
    margin-top: 5rem;
  }
  .cmn-std-style .page-ttl-bg {
    min-height: initial;
    padding: 4rem 2rem;
  }
  .cmn-std-style .page-ttl-bg-ttl {
    font-size: 1.6rem;
  }
  .cmn-std-style .page-ttl-bg-catch > span {
    font-size: min(4.1vw, 2.8rem);
  }
  .cmn-std-style .page-ttl-bg-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .page-ttl-detail-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .page-ttl-detail-img {
    text-align: center;
  }
  .cmn-std-style .page-ttl-detail-img > img {
    display: inline-block;
  }
  .cmn-std-style .search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 2.8rem 2rem;
  }
  .cmn-std-style .column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn-std-style .column-list-article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-std-style .page-link-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .front-sec-ttl:not(.simple) {
    max-width: calc(100% - 2rem);
    margin-left: 2rem;
  }
  .front-sec-ttl span.en {
    font-size: 2rem;
  }
  .front-sec-ttl span.ja {
    font-size: 1.4rem;
  }
  .front-sec-ttl.simple span.ja {
    font-size: 1.6rem;
  }
  section.front-topics > .wrapper > .inner .flex-row {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  section.front-topics > .wrapper > .inner .flex-row .row-item.sec-ttl-wrap .front-sec-ttl.simple span.en {
    font-size: 2rem;
  }
  section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em 2rem;
  }
  section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .content-wrap .topics-ttl {
    font-size: 1.4rem;
  }
  section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .date-category-wrap .date {
    font-size: 1.6rem;
  }
  section.front-topics > .wrapper > .inner .flex-row .row-item.topics-list-wrap .topics-list .topics-item .date-category-wrap .category-wrap span {
    font-size: 1.2rem;
  }
  .flex-solution-wrap.card-flex-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-solution-wrap.card-flex-wrap .card-item {
    max-width: 37.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-solution-wrap.card-flex-wrap .card-item .content-wrap .solution-ttl {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .cmn-std-style table.normal {
    width: 100%;
  }
  .cmn-std-style table.normal b {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .cmn-std-style table.normal tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn-std-style table.normal th {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .cmn-std-style table.normal td {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .cmn-std-style .archive-event .normal th, .cmn-std-style td {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .cmn-std-style .column-summary b {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .cmn-std-style .column-summary .speakers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .cmn-std-style .column-summary .normal tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1024px) {
  .cmn-std-style .before-after-wrapper .col-item + .col-item.after-item .col-item-inner .col-item-inner-content {
    position: relative;
  }
  .cmn-std-style .before-after-wrapper .col-item + .col-item.after-item .col-item-inner .col-item-inner-content::before {
    content: "";
    width: 2.4rem;
    height: 3.2rem;
    background: var(--c_primary);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    translate: calc(-100% - 1.6rem) -50%;
  }
}
@media all and (max-width: 540px) {
  .cmn-std-style .column-summary .speakers {
    text-align: center;
  }
  .cmn-std-style .column-summary .speakers p {
    text-align: left;
  }
  .cmn-std-style .column-summary .speakers img {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=map/under.css.map */
