@charset "utf-8";

/* ======================================================
 * top.css
 * ------------------------------------------------------
 * Reset
 * Base
 * Animation
 * Parts
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * Reset
====================================================== */
@layer reset {
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,address,img,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.6;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,figcaption,figure,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  border: none;
}

input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
}

/* ======================================================
 * Basic
====================================================== */
@layer basic {
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%
}

body {
  word-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  color: #222;
  word-break: break-word
}

body *,
body :after,
body :before {
  box-sizing: border-box
}
figure {
  margin: 0
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}
a {
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
}
a:link {
  color: #06a
}
a:hover,
a:link {
  text-decoration: none
}

a:hover {
  color: #1d9bff
}

button,
input,
pre,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
  color: #222;
  font-size: 1.6rem;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}

button:not([disabled]),
input[type=submit] {
  cursor: pointer
}

::-webkit-input-placeholder {
  color: #999 !important
}

:-moz-placeholder,
::-moz-placeholder {
  color: #999 !important
}

::-moz-placeholder {
  opacity: 1
}

:-ms-input-placeholder {
  color: #999 !important
}

:placeholder-shown {
  color: #999 !important
}

@media print, screen and (min-width:768px) {
  body {
    /* min-width: 1260px; */
    max-width: 1920px;
    margin: 0 auto;
    font-family: DM Sans, Noto Sans JP, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
    font-feature-settings: 'palt' on;
  }

  a[href^="tel:"] {
    display: inline-block !important;
    outline: none;
    color: #222;
    text-decoration: none;
    cursor: default;
    pointer-events: none
  }

  button,
  input,
  pre,
  select,
  textarea {
    font-family: DM Sans, Noto Sans JP, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.7
  }
}

@media only screen and (max-width:767.98px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
    font-feature-settings: 'palt' on;
  }

  body,
  button,
  input,
  pre,
  select,
  textarea {
    font-family: DM Sans, Noto Sans JP, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.7
  }
}

@media print {
  body {
    page: print-width;
    width: calc(1256px + 30px * 2) !important;
    margin: 0 auto !important
  }

  body[data-browser^=ie] {
    zoom: 1.9 !important;
    -webkit-transform: scale(.45) !important;
    -webkit-transform-origin: 0 0 !important;
    transform: scale(.45) !important;
    transform-origin: 0 0 !important
  }

  body[data-browser=chrome] {
    zoom: .85
  }
}
}

/* ======================================================
 * Base
====================================================== */
@layer base {
/* ---- Main ---- */
.Main {
  overflow: hidden;
}
/* ---- Main__guide ---- */
.Main__guide {
  display: block;
  width: 100%;
}
.main-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
  list-style: none;
}
.main-breadcrumb>li {
  display: inline-block;
  position: relative;
  letter-spacing: -0.2px;
}
.main-breadcrumb>li::after {
  display: block;
  position: absolute;
  color: #999;
  content: "\03e";
  font-size: .8rem;
}
.main-breadcrumb__type--nolink,
.main-breadcrumb__type,
.main-breadcrumb__type:visited {
  color: #999;
}
.main-breadcrumb>li:last-of-type {
  padding-right: 0;
}
.main-breadcrumb>li:last-of-type:after {
  display: none;
}
.main-breadcrumb>li:last-of-type>[class*=__type] {
  color: #222;
}
/* ---- Main__head ---- */
.Main__head>:first-child,
.Main__head>[class^=list-wrap]>:first-child,
.Main__head>section:first-child>:first-child {
  margin-top: 0 !important
}
/* ---- Main__content ---- */
.Main__content {
  width: 100%;
  margin: 0 auto
}
.Main__content>:first-child,
.Main__content>[class^=list-wrap]>:first-child,
.Main__content>section:first-child>:first-child {
  margin-top: 0 !important
}

/* Base PC
-------------------------------- */
@media print, screen and (min-width:768px) {
  /* ---- Main ---- */
  .Main {
    background-image: linear-gradient(1.72deg, #DAE2EA 15.13%, #ECF0F3 54.34%, #F9F9F9 70.26%, #E5EAF0 88.37%);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  /* ---- Main__guide ---- */
  .main-breadcrumb {
    flex-flow: row wrap;
    width: 100%;
    max-width: calc(1256px + 30px * 2);
    margin: 0 auto;
    padding: 24px 30px 9px
  }
  .main-breadcrumb>li {
    margin-right: .7em;
    padding-right: 1.1em;
    font-size: 1.1rem
  }
  .main-breadcrumb>li:after {
    top: .4em;
    right: 0
  }
  .main-breadcrumb>li:last-of-type {
    margin-right: 0
  }
  .main-breadcrumb>li:last-of-type>[class*=__type] {
    font-weight: 500;
  }
  .main-breadcrumb__type {
    transition: opacity 0.5s ease-out 0s;
  }
  .main-breadcrumb__type:hover {
    opacity: .5;
    text-decoration: none;
  }
  /* ---- Main__head ---- */
  .Main__head {
    margin-top: 8.8rem;
  }
  /* ---- Main__content ---- */
  .Main__content {
    max-width: calc(1256px + 30px * 2);
    padding: 4.8rem 30px 12.8rem
  }
  /* ---- Footer ---- */
  .Footer{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Base SP
-------------------------------- */
@media only screen and (max-width:767.98px) {
  /* ---- Main ---- */
  .Main {
    background-image: linear-gradient(1.62deg, #ECF0F3 1.68%, #DAE2EA 27.68%, #ECF0F3 48.09%, #F9F9F9 66.94%, #E5EAF0 88.36%);
  }
  /* ---- Main__guide ---- */
  .Main__guide {
    overflow-x: auto;
  }
  .main-breadcrumb {
    padding: 24px 8px 8px;
  }
  .main-breadcrumb>li {
    flex-shrink: 0;
    margin-right: .64em;
    padding-right: 1em;
    font-size: 1.1rem;
  }
  .main-breadcrumb>li:after {
    top: 2.5px;
    right: 0;
  }
  .main-breadcrumb>li:last-of-type {
    padding-right: 0;
  }
  .main-breadcrumb>li:last-of-type>[class*=__type] {
    font-weight: 400;
  }
  /* ---- Main__head ---- */
  .Main__head {
    margin-top: 8.8rem;
  }
  /* ---- Main__content ---- */
  .Main__content {
    padding: 4.8rem 32px 8.0rem
  }
}
}

/* ------------------------------------------------------
  * OldStyle
------------------------------------------------------ */
.mls {
  margin-left: 6px !important;
  vertical-align: middle;
}

/* ======================================================
 * Animation
====================================================== */

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */


/* ------------------------------------------------------
 * Parts
------------------------------------------------------ */
/* ----- cmn-disaster-info ----- */
.cmn-disaster-info:not(.is-active) {
  display: none;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
    * OldStyle
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ---- cmn-pc-hidden ---- */
  .cmn-pc-hidden {
    display: none !important;
  }

  /* ---- cmn-lower-wrap ---- */
  .cmn-lower-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 3.3rem;
    margin-left: calc(50% - 50vw);
    padding: 0;
  }
  .cmn-lower-wrap__inner {
    width: 100%;
    max-width: calc(1256px + 30px * 2);
    margin: 0 auto;
    padding: 0 30px;
  }
  /* --- cmn-lower-main-lnav--- */
  .cmn-lower-main-lnav__stage1 {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
  }
  .cmn-lower-main-lnav__stage1 > li {
    position: relative;
  }
  .cmn-lower-main-lnav__stage1__type {
    position: relative;
    display: block;
    padding: 0 16.3px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #626262;
    letter-spacing: 0.7px;
  }
  .cmn-lower-main-lnav__stage1__type > .mls {
    margin-left: 10px !important;
  }
  .cmn-lower-main-lnav__stage1 > li:last-of-type > .cmn-lower-main-lnav__stage1__type {
    padding-right: 0;
  }
  .cmn-lower-main-lnav__stage1__type:hover,
  .cmn-lower-main-lnav__stage1 > li.is-current .cmn-lower-main-lnav__stage1__type{
    color: #0066aa;
  }
  .cmn-lower-main-lnav__stage1__type::after {
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    right: 0;
    width: 1px;
    height: calc(100% - 15px);
    background-color: #ddd;
    content: "";
  }
  .cmn-lower-main-lnav__stage1 > li:last-of-type > .cmn-lower-main-lnav__stage1__type::after {
    display: none;
  }

  /* ---- cmn-heading1 ---- */
  .cmn-heading1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 8.8rem;
    margin-left: calc(50% - 50vw);
    padding: 0;
  }
  body .cmn-heading1 + * {
    margin-top: 3.3rem;
  }
  .cmn-heading1__inner {
    width: 100%;
    max-width: calc(1256px + 30px * 2);
    margin: 0 auto;
    padding: 0 30px;
  }
  .cmn-heading1__title {
    margin: 0;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }


  /* ---- cmn-heading2 ---- */
  .cmn-heading2 {
    margin: 8.9rem 0 0;
  }
  .cmn-heading2__title {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .cmn-heading2__subtitle {
    margin-top: 2.6rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }


  /* ---- cmn-heading3 ---- */
  .cmn-heading3 {
    margin-top: 12.8rem;
    padding: 0;
  }
  body .cmn-heading3 + * {
    margin-top: 4.6rem;
  }
  .cmn-heading3__title {
    margin: 0;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }


  /* ---- cmn-heading4 ---- */
  .cmn-heading4 {
    margin-top: 6.4rem;
    padding: 0;
  }
  body .cmn-heading4 + * {
    margin-top: 3.2rem;
  }
  .cmn-heading4__title {
    margin: 0;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }


  /* ---- cmn-heading5 ---- */
  .cmn-heading5 {
    margin-top: 4.8rem;
    padding: 0;
  }
  body .cmn-heading5 + * {
    margin-top: 1.6rem;
  }
  .cmn-heading5__title {
    margin: 0;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }


  /* ---- cmn-card ---- */
  .cmn-card-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 20px;
    width: 100%;
    margin: 6.4rem 0 0;
  }
  .cmn-card-wrap[data-card-col-pc="3"] > * {
    width: calc(((100% - (20px * 2)) / 3));
  }
  .cmn-card-wrap[data-card-col-pc="1"] > * {
    width: 100%;
  }
  .cmn-card {
    display: flex;
  }
  .cmn-card__type,
  .cmn-card__type--blank,
  .cmn-card__type--pdf,
  .cmn-card__type--nolink {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: .8rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 2.4rem 24px 4.8rem;
  }
  .cmn-card__type:link,
  .cmn-card__type:visited,
  .cmn-card__type--blank:link,
  .cmn-card__type--blank:visited,
  .cmn-card__type--pdf:link,
  .cmn-card__type--pdf:visited {
    color: #222222;
  }
  .cmn-card__type:hover,
  .cmn-card__type--blank:hover,
  .cmn-card__type--pdf:hover {
    background: #dde0e7;
  }
  .cmn-card__type .cmn-card__title ,
  .cmn-card__type--blank .cmn-card__title {
    padding-right: 58px;
  }
  .cmn-card__type--pdf .cmn-card__title {
    padding-right: 95px;
  }
  .cmn-card__type .cmn-card__title::before ,
  .cmn-card__type--blank .cmn-card__title::before ,
  .cmn-card__type--pdf .cmn-card__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((2.4rem / 2) * 1.7 - 11px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-card__type .cmn-card__title::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-card__type--blank .cmn-card__title::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-card__type--pdf .cmn-card__title::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-card__type--pdf .cmn-card__title .cmn-card__pdf-badge {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: calc((2.4rem / 2) * 1.7 - 11px);
    right: calc(34px + 8px);
    height: 22px;
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
  }
  .cmn-card__head {
    margin-bottom: 3.8rem;
    transition: opacity  0.5s ease-out 0s;
  }
  .cmn-card__body {
    display: flex;
    flex-direction: column;
    row-gap: .9rem;
    transition: opacity  0.5s ease-out 0s;
  }
  .cmn-card__foot {
    margin-top: 1.6rem;
    border-top: 1px solid #DDE0E7;
    padding-top: 1.6rem;
    transition: opacity  0.5s ease-out 0s;
  }
  .cmn-card__image {
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
  }
  .cmn-card__figcaption,
  .cmn-card__figcaption--center,
  .cmn-card__figcaption--right {
    text-align: left;
    margin: .9rem 0 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #7a7a7a;
  }
  .cmn-card__figcaption--center {
    text-align: center;
  }
  .cmn-card__figcaption--right {
    text-align: right;
  }
  .cmn-card__title {
    position: relative;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #0E0D6A;
  }
  .cmn-card__description {
    letter-spacing: 0.08em;
  }
  .cmn-card__filesize {
    font-style: normal;
  }

  /* ---- cmn-card-v2 ---- */
  .cmn-card-v2-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
    margin-top: 6.4rem;
  }
  .cmn-card-v2 {
    display: flex;
    width: 100%;
  }
  .cmn-card-v2__type {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    gap: 0 100px;
    width: 100%;
    border-radius: .8rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 2.4rem 24px 2.4rem 48px;
    transition: background  0.5s ease-out 0s;
    color: #222222;
  }
  .cmn-card-v2__type:has(.cmn-card-v2__head:link:hover) ,
  a.cmn-card-v2__type:hover {
    background: #dde0e7;
  }
  .cmn-card-v2__head {
    display: block;
    max-width: 476px;
    width: 41%;
  }
  .cmn-card-v2__head:link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    cursor: pointer;
  }
  .cmn-card-v2__body {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity  0.5s ease-out 0s;
  }
  .cmn-card-v2__body > *:not(.cmn-card-v2__link) {
    transition: opacity  0.5s ease-out 0s;
    pointer-events: none;
  }
  .cmn-card-v2__image {
    overflow: hidden;
    border-radius: 6px;
  }
  .cmn-card-v2__title {
    position: relative;
    margin: 0 0 1.2rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-card-v2__description {
    letter-spacing: 0.08em;
  }
  .cmn-card-v2__link-icon {
    margin-top: 6.2rem;
    position: relative;
    display: block;
    height: 22px;
  }
  .cmn-card-v2__link-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 34px;
    height: 22px;
    border-radius: 8px;
    background: #0E0D6A;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-card-v2__link-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
  }
  .cmn-card-v2__link-icon::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-card-v2__link {
    margin-top: 5.5rem;
  }
  .cmn-card-v2__link__type,
  .cmn-card-v2__link__type--blank {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-right: calc(18px + 34px);
    padding-bottom: 8px;
    border-bottom: 1px solid #C9CCD3;
    color: var(--color_text_main);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.08em;
    transition: color  0.5s ease-out 0s;
  }
  .cmn-card-v2__link__type::before ,
  .cmn-card-v2__link__type--blank::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 34px;
    height: 22px;
    border-radius: 8px;
    background: #0E0D6A;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-card-v2__link__type::after ,
  .cmn-card-v2__link__type--blank::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
  }
  .cmn-card-v2__link__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-card-v2__link__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }
  a.cmn-card-v2__link__type:hover ,
  a.cmn-card-v2__link__type--blank:hover {
    color: #7A7A7A;
  }
  a.cmn-card-v2__link__type:hover::before ,
  a.cmn-card-v2__link__type--blank:hover::before {
    background-color: #1D9BFF;
  }


  /* ---- cmn-anchor-navi ---- */
  .cmn-anchor-navi-wrap {
    margin-top: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem 0;
  }
  .cmn-anchor-navi {
    margin: 0;
    border-radius: 6px;
    padding: 1.8rem 24px;
    background: #fff;
  }
  .cmn-anchor-navi__list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 1.4rem 32px;
  }
  .cmn-anchor-navi__link {
    position: relative;
    display: inline-block;
    padding-right: 46px;
    color: #626262;
  }
  .cmn-anchor-navi__link::before  {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.3rem / 2) * 1.7 - 9px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-anchor-navi__link:hover {
    color: #1D9BFF;
  }
  .cmn-anchor-navi__link:hover::before {
    background-color: #1D9BFF;
  }
  .cmn-anchor-navi__link::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_05.svg);
  }
  .cmn-anchor-navi__label {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }


  /* ---- cmn-figure ---- */
  .cmn-figure-wrap ,
  .cmn-figure-wrap--center ,
  .cmn-figure-wrap--right {
    display: flex;
    margin: 6.4rem 0 0;
  }
  .cmn-figure-wrap--center {
    justify-content: center;
  }
  .cmn-figure-wrap--right {
    justify-content: flex-end;
  }
  .cmn-figure {
    margin: 0;
  }
  .cmn-figure__frame {
    display: inline-block;
  }
  .cmn-figure__frame img {
    transition: opacity 0.5s ease-out 0s;
  }
  a.cmn-figure__frame:hover img {
    opacity: 0.5;
  }
  .cmn-figure__caption,
  .cmn-figure__caption--center,
  .cmn-figure__caption--right {
    margin: .9rem 0 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #7a7a7a;
  }
  .cmn-figure__caption {
    text-align: left;
  }
  .cmn-figure__caption--center {
    text-align: center;
  }
  .cmn-figure__caption--right {
    text-align: right;
  }


  /* ---- cmn-figure-v2 ---- */
  .cmn-figure-v2 {
    margin: 0;
  }
  .cmn-figure-v2__frame {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
  }
  .cmn-figure-v2__frame img {
    transition: opacity 0.5s ease-out 0s;
  }
  a.cmn-figure-v2__frame:hover img {
    opacity: 0.5;
  }
  .cmn-figure-v2__caption,
  .cmn-figure-v2__caption--center,
  .cmn-figure-v2__caption--right {
    margin: .9rem 0 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #7a7a7a;
  }
  .cmn-figure-v2__caption {
    text-align: left;
  }
  .cmn-figure-v2__caption--center {
    text-align: center;
  }
  .cmn-figure-v2__caption--right {
    text-align: right;
  }


  /* ---- cmn-anchor-navi-box ---- */
  .cmn-anchor-navi-box-wrap {
    margin-top: 4.8rem;
  }
  .cmn-anchor-navi-box {
    margin-top: 2.4rem;
    border-radius: 6px;
    padding: 1.0rem 24px 1.6rem;
    background: #fff;
  }
  .cmn-anchor-navi-box__head {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-anchor-navi-box__body {
    margin-top: 1.4rem;
  }
  .cmn-anchor-navi-box__title {
    position: relative;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-anchor-navi-box__list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 1.4rem 32px;
  }
  .cmn-anchor-navi-box__link {
    position: relative;
    display: inline-block;
    padding-right: 46px;
    color: #626262;
  }
  .cmn-anchor-navi-box__link::before  {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.3rem / 2) * 1.7 - 9px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-anchor-navi-box__link:hover {
    color: #1D9BFF;
  }
  .cmn-anchor-navi-box__link:hover::before {
    background-color: #1D9BFF;
  }
  .cmn-anchor-navi-box__link::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_05.svg);
  }
  .cmn-anchor-navi-box__label {
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }


  /* ----- cmn-link-list-v2 ----- */
  .cmn-link-list-v2 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 1.6rem 32px;
  }
  .cmn-link-list-v2 > li {
    border-bottom: 1px solid #C9CCD3;
  }
  .cmn-link-list-v2 > li > [class*="__type"] {
    position: relative;
    display: block;
    padding-right: calc(18px + 34px);
    padding-bottom: 8px;
    color: #222222;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: -0.02em;
    transition: color 0.5s ease-out 0s;
  }
  .cmn-link-list-v2 > li > [class*="__type"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 22px;
    border-radius: 8px;
    background: #0E0D6A;
    transform: translateY(-50%);
    transition: background 0.5s ease-out 0s;
  }
  .cmn-link-list-v2 > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
  }
  .cmn-link-list-v2 > li .cmn-link-list-v2__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-link-list-v2 > li .cmn-link-list-v2__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }
  .cmn-link-list-v2 > li > [class*="__type"]:hover {
    color: var(--color_text_sub);
  }
  .cmn-link-list-v2 > li> [class*="__type"]:hover::before {
    background-color: var(--color_link_hover);
  }


  /* ----- cmn-link-list-v3 ----- */
  .cmn-link-list-v3 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 1.4rem 32px;
    margin: 0;
  }
  .cmn-link-list-v3[data-column-pc="3"] {
    gap: 0 40px;
  }
  .cmn-link-list-v3[data-column-pc="3"] > li {
    width: calc((100% - (40px * 2))/3);
  }
  .cmn-link-list-v3 > li {
    position: relative;
    top: 0;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #F1F2F6 78%, rgba(241, 242, 246, 0.00) 100%) 1;
    opacity: 1;
    transition: top  0.5s ease-out 0s, opacity  0.5s ease-out 0s;
  }
  .cmn-link-list-v3 > li > [class*="__type"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-block: 14px 13px;
    padding-inline: 0 45px;
    color: #222222;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    text-align: left;
    transition: color 0.5s ease-out 0s;
  }
  .cmn-link-list-v3 > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
    transform: translateY(-50%);
  }
  .cmn-link-list-v3__type::after {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-link-list-v3__type--blank::after {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-link-list-v3 > li > [class*="__type"]:hover {
    color: #1D9BFF;
  }
  .cmn-link-list-v3 > li > [class*="__type"]:hover::after {
    background: #1D9BFF;
  }


  /* ----- cmn-link-list-v4 ----- */
  .cmn-link-list-v4 {
    display: flex;
    flex-flow: row wrap;
    gap: 5px 27px;
  }
  .cmn-link-list-v4 > li > [class*="__type"] {
    position: relative;
    padding-right: 34px;
    color: #222222;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
    transition: color 0.5s ease-out 0s;
  }
  .cmn-link-list-v4 > li > [class*="__type"]::after {
    content: "";
    display: inline-block;
    position: relative;
    top: calc((1em * 1.7 / 2) - 10px);
    right: 0;
    width: 23px;
    height: 16px;
    margin-left: 11px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-link-list-v4__type::after {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-link-list-v4__type--blank::after {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-link-list-v4 > li > [class*="__type"]:hover {
    color: #1D9BFF;
  }
  .cmn-link-list-v4 > li > [class*="__type"]:hover::after {
    background: #1D9BFF;
  }


  /* ----- cmn-card-v3 ----- */
  .cmn-card-v3-wrap {
    display: flex;
    justify-content: center;
    margin: 6.4rem 0 0;
  }
  .cmn-card-v3 > [class*="__type"] {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .cmn-card-v3__head {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cmn-card-v3__image {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out 0s;
  }
  .cmn-card-v3__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .cmn-card-v3__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-block: 30px 17px;
    padding-inline: 24px 65px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    color: #FFFFFF;
  }
  .cmn-card-v3 > [class*="__type"] .cmn-card-v3__body::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(50% - 15px);
    right: 24px;
    width: 34px;
    height: 22px;
    transform: translateY(50%);
  }
  .cmn-card-v3__type .cmn-card-v3__body::after {
    background: url(/extlib/common/img_new/cmn_ic01_03.svg) no-repeat center / contain;
  }
  .cmn-card-v3__type--blank .cmn-card-v3__body::after {
    background: url(/extlib/common/img_new/cmn_ic01_04.svg) no-repeat center / contain;
  }
  .cmn-card-v3__title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .cmn-card-v3__subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .cmn-card-v3 > [class*="__type"]:hover .cmn-card-v3__image {
    transform: scale(1.1);
  }

  /* ---- cmn-media ---- */
  .cmn-media {
    display: flex;
    flex-direction: row-reverse;
    column-gap: calc(((100% - 440px)/12) + 80px);
    margin-top: 6.4rem;
  }
  .cmn-media__head {
    width: calc((100% - (40px * 2))/3);
    display: flex;
    justify-content: flex-end;
  }
  .cmn-media__column {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cmn-media__column >* {
    width: calc((100% - 8px)/2);
  }
  .cmn-media__body {
    flex: 1 1;
  }
  .cmn-media__head > *:first-child ,
  .cmn-media__body > *:first-child {
    margin-top: 0;
  }
  .cmn-media__image {
    margin: 0;
  }
  .cmn-media__frame {
    text-align: center;
  }
  .radius-card__image{
    border-radius: 6px;
    overflow: hidden;
  }
  .cmn-media__caption,
  .cmn-media__caption--center,
  .cmn-media__caption--right {
    margin: .9rem 0 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #7a7a7a;
  }
  .cmn-media__caption {
    text-align: left;
  }
  .cmn-media__caption--center {
    text-align: center;
  }
  .cmn-media__caption--right {
    text-align: right;
  }

  /* ---- cmn-text ---- */
  .cmn-text ,
  .cmn-text--center ,
  .cmn-text--right ,
  .cmn-text-v2,
  .cmn-text-v2--center ,
  .cmn-text-v2--right {
    margin: 3.2rem 0 0;
    color: #222;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .cmn-text--center ,
  .cmn-text-v2--center {
    text-align: center;
  }
  .cmn-text--right ,
  .cmn-text-v2--right {
    text-align: right;
  }
  .cmn-text-v2,
  .cmn-text-v2--center ,
  .cmn-text-v2--right {
    max-width: 824px;
  }

  /* ---- cmn-lead ---- */
  .cmn-lead-wrap {
    margin-top: 6.4rem;
    padding: 65px 30px;
    border-radius: 8px;
    background-color: #fff;
  }
  .cmn-lead-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-lead {
    color: #0e0d6a;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.0;
    letter-spacing: 0.08em;
    text-align: center;
  }

  /* ---- cmn-list-wrap ---- */
  .cmn-list-wrap {
    margin-top: 3.8rem;
  }
  .cmn-list-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-list-wrap--column {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 20px;
    margin-top: 3.8rem;
  }
  .cmn-list-wrap--column > *{
    margin-top: 0 !important;
  }
  /* ---- cmn-unorder-list ---- */
  .cmn-unorder-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 3.2rem 0 0;
    padding: 0px;
    gap: 5px;
    list-style: none;
  }
  .cmn-unorder-list[data-list-column-pc="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .cmn-unorder-list > li {
    position: relative;
    padding-left: 15px;
    color: #222;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-unorder-list > li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #222;
  }

  /* ---- cmn-note-order-list ---- */
  .cmn-note-order-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0.8rem 0 0;
    padding: 0px;
    gap: 5px;
    list-style: none;
  }
  .cmn-note-order-list > li {
    position: relative;
    padding-left: 27px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-note-order-list .cmn-note-order-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ---- cmn-note-list ---- */
  .cmn-note-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0.8rem 0 0;
    padding: 0px;
    gap: 5px;
    list-style: none;
  }
  .cmn-note-list > li {
    position: relative;
    padding-left: 23px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-note-list .cmn-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ---- cmn-notice ---- */
  .cmn-notice-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    margin-top: 3.2rem;
    margin-left: calc(50% - 50vw);
    padding: 0;
  }
  .cmn-notice-wrap__inner {
    width: 100%;
    max-width: calc(1256px + 30px * 2);
    margin: 0 auto;
    padding: 0 30px;
  }
  .cmn-notice {}
  .cmn-notice__inner {
    display: block;
    padding: 12px 24px 16px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
  }
  .cmn-notice__inner:hover {
    background-color: #dde0e7;
  }
  .cmn-notice__head {
    padding-bottom: 10px;
    border-bottom: 1px solid #dde0e7;
    transition: opacity  0.5s ease-out 0s;
  }
  .cmn-notice__body {
    margin-top: 1.0rem;
    transition: opacity  0.5s ease-out 0s;
  }
  .cmn-notice__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice__title {
    position: relative;
    padding-right: 50px;
    color: #222;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-notice__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.5rem / 2) * 1.7 - 9px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-notice__text {
    color: #222;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  /* ---- cmn-button-wrap ---- */
  .cmn-button-wrap {
    margin-top: 3.2rem;
  }
  .cmn-button-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-button-wrap[data-button-column-pc] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
  }
  .cmn-button-wrap[data-button-column-pc="1"] > * {
    width: 100%;
  }
  .cmn-button-wrap[data-button-column-pc="2"] > * {
    width: calc((100% - (40px * 1)) / 2);
  }
  .cmn-button-wrap[data-button-column-pc="3"] > * {
    width: calc((100% - (40px * 2)) / 3);
  }

  /* ---- cmn-button-wrap-v2 ---- */
  .cmn-button-wrap-v2 {
    margin-top: 2.8rem;
  }
  .cmn-button-wrap-v2 > *:first-child {
    margin-top: 0;
  }
  .cmn-button-wrap-v2[data-button-column-pc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .cmn-button-wrap-v2[data-button-column-pc="1"] > * {
    width: 100%;
  }
  .cmn-button-wrap-v2[data-button-column-pc="2"] > * {
    width: calc((100% - (16px * 1)) / 2);
  }
  .cmn-button-wrap-v2[data-button-column-pc="3"] > * {
    width: calc((100% - (16px * 2)) / 3);
  }

  /* ---- cmn-button ---- */
  .cmn-button {
    display: inline-block;
    margin-top: 1.6rem;
  }
  .cmn-button__type {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 50px 10px 0;
    border-bottom: 1px solid #c9ccd3;
  }
  .cmn-button__type::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 34px;
    height: 22px;
    border-radius: 8px;
    background: #0e0d6a;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-button__type::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-button__type:hover .cmn-button__label {
    color: #7a7a7a;
  }
  .cmn-button__type:hover::before {
    background-color: #1d9bff;
  }
  .cmn-button__label {
    color: #222;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    transition: color  0.5s ease-out 0s;
  }

  /* ---- cmn-button-v2 ---- */
  .cmn-button-v2 {
    display: inline-block;
  }
  [class*="cmn-button-v2__type"] {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 13px 60px 13px 24px;
    min-height: 54px;
    border: 1px solid #DDE0E7;
    border-radius: 6px;
    background-color: #fff;
    transition: border-color 0.5s ease-out 0s;
  }
  [class*="cmn-button-v2__type"]::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 11px);
    right: 22px;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-button-v2__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-button-v2__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  [class*="cmn-button-v2__type"]:hover {
    border-color: #1d9bff;
  }
  [class*="cmn-button-v2__type"]:hover .cmn-button-v2__label {
    color: #1d9bff;
  }
  [class*="cmn-button-v2__type"]:hover::before {
    background-color: #1d9bff;
  }
  .cmn-button-v2__label {
    color: #222;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    transition: color  0.5s ease-out 0s;
  }

  /* ---- cmn-link-list-box ---- */
  .cmn-link-list-box {
    margin-top: 6.4rem;
    padding: 22px 24px 28px;
    background-color: #fff;
    border-radius: 8px;
  }
  .cmn-link-list-box + .cmn-link-list-box {
    margin-top: 20px;
  }
  .cmn-link-list-box > *:first-child {
    margin-top: 0;
  }
  .cmn-link-list-box__body {
    margin-top: 1.2rem;
  }
  .cmn-link-list-box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-link-list-box__body .cmn-list-wrap + .cmn-list-wrap {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #DDE0E7;
  }
  .cmn-link-list-box__title {
    color: #0E0D6A;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-link-list-box__lead {
    color: #222;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-link-list-box__lead + * {
    margin-top: 1.3rem;
  }
  .cmn-link-list-box__link + * {
    margin-top: 1.4rem;
  }
  .cmn-link-list-box__link {
    margin-top: 1.6rem!important;
  }
  .cmn-link-list-box__link__type,
  .cmn-link-list-box__link__type--blank {
    color: #626262;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.74px;
    position: relative;
    display: inline-block;
    padding-right: 51px;
  }
  .cmn-link-list-box__link__type::before,
  .cmn-link-list-box__link__type--blank::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.6rem / 2) - 5px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-link-list-box__link__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-link-list-box__link__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-link-list-box__media {
    display: flex;
    column-gap: 40px;
  }
  .cmn-link-list-box__media__lead {
    color: #222;
    line-height: 1.7;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .cmn-link-list-box__media__lead + * {
    margin-top: 2.4rem;
  }
  .cmn-link-list-box__media__head {
    width: 260px;
  }

  /* ---- cmn-link-list ---- */
  .cmn-link-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 1.4rem 32px;
    margin-top: 1.6rem;
  }
  .cmn-link-list > li {
  }

  .cmn-link-list__type,
  .cmn-link-list__type--blank {
    position: relative;
    display: inline-block;
    padding-right: 48px;
    color: #626262;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .cmn-link-list__type::before,
  .cmn-link-list__type--blank::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.6rem / 2) - 11px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-link-list__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-link-list__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-link-list__type:hover,
  .cmn-link-list__type--blank:hover {
    color: #1D9BFF;
  }
  .cmn-link-list__type:hover::before,
  .cmn-link-list__type--blank:hover::before {
    background-color: #1D9BFF;
  }

  /* ---- cmn-news ---- */
  .cmn-news {
    margin-top: 3.2rem;
  }
  .cmn-news__inner {
    padding: 54px 24px;
    border-radius: 6px;
    background-color: #fff;
  }
  .cmn-news__inner > *:first-child {
    margin-top: 0;
  }
  .cmn-news__body {
    margin-top: 2.8rem;
  }
  .cmn-news__body > *:first-child {
    margin-top: 0;
  }
  .cmn-news__title {
    color: #222;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-news__article {
    margin-top: 1.3rem;
  }
  .cmn-news__article__type,
  .cmn-news__article__type--blank {
    position: relative;
    display: block;
    padding-bottom: 15px;
    padding-right: 50px;
  }
  .cmn-news__article__type::after,
  .cmn-news__article__type--blank::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 70%, rgba(255, 255, 255, 0));
  }
  .cmn-news__article__type::before,
  .cmn-news__article__type--blank::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-news__article__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-news__article__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-news__article__type:hover .cmn-news__article__body .cmn-news__article__title,
  .cmn-news__article__type--blank:hover .cmn-news__article__body .cmn-news__article__title,
  .cmn-news__article__type:hover .cmn-news__article__body .cmn-news__article__date,
  .cmn-news__article__type--blank:hover .cmn-news__article__body .cmn-news__article__date {
    color: #1D9BFF;
  }
  .cmn-news__article__type:hover::before,
  .cmn-news__article__type--blank:hover::before {
    background-color: #1D9BFF;
  }
  .cmn-news__article__body {
  }
  .cmn-news__article__title {
    color: #222;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    transition: color 0.5s ease-out 0s;
  }
  .cmn-news__article__date {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8;
    transition: color 0.5s ease-out 0s;
  }

  /* ---- cmn-tab ---- */
  .cmn-tab {
    margin-top: 3.2rem;
  }
  .cmn-tab__list {
    display: flex;
    gap: 40px;
  }
  .cmn-tab__list > li {
    width: calc((100% - (40px * 2)) / 3);
  }
  .cmn-tab__list > li.is_current .cmn-tab__button {
    background-color: #0e0d6a;
    pointer-events: none;
  }
  .cmn-tab__list > li.is_current .cmn-tab__button::before {
    background-color: #fff;
  }
  .cmn-tab__list > li.is_current .cmn-tab__label {
    color: #fff;
  }
  .cmn-tab__button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 64px 14px 24px;
    border: 1px solid #DDE0E7;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    transition: border-color  0.5s ease-out 0s;
  }
  .cmn-tab__button::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 11px);
    right: 24px;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: url(/extlib/common/img_new/cmn_ic01_05.svg);
    transition: background 0.5s ease-out 0s;
  }
  .cmn-tab__button:hover {
    border-color: #1d9bff;
  }
  .cmn-tab__button:hover::before {
    background-color: #1d9bff;
  }
  .cmn-tab__button:hover .cmn-tab__label {
    color: #1d9bff;
  }
  .cmn-tab__label {
    color: #222;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    transition: color  0.5s ease-out 0s;
  }
  .cmn-tab__panel:not([data-tab-panel="open"]) {
    display: none;
  }

  /* ---- cmn-gmap ---- */
  .cmn-gmap {
    margin-top: 3.2rem;
  }
  .cmn-gmap__body {
    position: relative;
    width: 100%;
    padding-top: 66.7%;
  }
  .cmn-gmap__body > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
    overflow: hidden;
  }

  /* ---- cmn-box ---- */
  .cmn-box-wrap {
    margin-top: 6.4rem;
    display: grid;
    gap: 36px 40px;
  }
  .cmn-box-wrap[data-box-column-pc="1"] {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.4rem;
  }
  .cmn-box-wrap[data-box-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .cmn-box-wrap[data-box-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .cmn-box[data-box-size-pc="1col"] {
    grid-column: span 1;
  }
  .cmn-box[data-box-size-pc="2col"] {
    grid-column: span 2;
  }
  .cmn-box[data-box-size-pc="3col"] {
    grid-column: span 3;
  }
  .cmn-box-wrap > .cmn-box {
    margin-top: 0;
  }
  .cmn-box {
    margin-top: 6.4rem;
    padding: 32px 40px;
    border-radius: 8px;
    background-color: #fff;
  }
  .cmn-box__head {
    padding-bottom: 5px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-box__body {
    margin-top: 1.8rem;
  }
  .cmn-box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-box__title {
    color: #222;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  /* ---- cmn-summary ---- */
  .cmn-summary {
    margin-top: 6.4rem;
  }
  .cmn-summary__headline {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: #0E0D6A;
  }
  .cmn-summary__body {
    margin-top: 2.2rem;
    border-top: 1px solid #DDE0E7;
  }
  .cmn-summary__item {
    display: grid;
    grid-template-columns: auto 368px;
    column-gap: 64px;
    align-items: center;
    padding: 12px 0px 12px;
    border-bottom: 1px solid #DDE0E7;
  }
  .cmn-summary__item__body > * {
    margin-top: 0;
  }
  .cmn-summary__item__body {
    display: grid;
    grid-template-columns: 68px auto;
    grid-auto-rows: auto;
    align-items: center;
    column-gap: 40px;
  }
  .cmn-summary__title {
    grid-row: 1;
    grid-column: 1;
    color: #222;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-summary__description {
    grid-column: 2;
    color: #222;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-summary__description + .cmn-summary__description {
    margin-top: 1.6rem;
    padding-top: 16px;
    border-top: 1px solid #DDE0E7;
  }
  .cmn-summary__item__foot {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 0;
  }
  .cmn-summary__figure {
    margin: 0;
    width: calc((100% - 8px) / 2);
    text-align: center;
  }
  .cmn-summary__figure__frame {
    display: inline-block;
  }
  .cmn-summary__figure__frame > img {
    border-radius: 4px;
  }
  .cmn-summary__figure__caption {
    margin: 0.9rem 0 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #7a7a7a;
    text-align: center;
  }

  /* ---- cmn-description-list ---- */
  .cmn-description-list-wrap {
    margin-top: 5.4rem;
  }
  .cmn-description-list-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 40px;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #DDE0E7;
  }
  .cmn-description-list:first-child {
    border-top: 1px solid #DDE0E7;
  }
  .cmn-description-list > dt {
    flex-shrink: 0;
    width: 176px;
    margin: 0;
    color: #222;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .cmn-description-list > dd {
    width: 100%;
    margin: 0;
  }
  .cmn-description-list > dd > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list__text {
    color: #222;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list__text__sub {
    margin-left: 5px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list__link-list {
    display: flex;
    flex-flow: row wrap;
    gap: 5px 27px;
    margin-top: 0.3rem;
  }
  .cmn-description-list__link-list > li > [class*="__type"] {
    position: relative;
    padding-right: 40px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    transition: color 0.5s ease-out 0s;
  }
  .cmn-description-list__link-list > li > [class*="__type"]:hover {
    color: #1d9bff;
  }
  .cmn-description-list__link-list > li > [class*="__type"]:hover::before {
    background-color: #1d9bff;
  }
  .cmn-description-list__link-list > li > [class*="__type"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 15px;
    border-radius: 5px;
    background: #7a7a7a;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-description-list__link-list > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
  }
  .cmn-description-list__link-list__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-description-list__link-list__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }

  /* ---- cmn-description-list-v2 ---- */
  .cmn-description-list-v2-wrap {
    margin-top: 5.4rem;
  }
  .cmn-description-list-v2-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__head > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__body > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__body {
    margin-top: 1.8rem;
  }
  .cmn-description-list-v2-wrap__foot > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__foot {
    margin-top: 1.8rem;
  }
  .cmn-description-list-v2 {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 40px;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #DDE0E7;
  }
  .cmn-description-list-v2:first-child {
    border-top: 1px solid #DDE0E7;
  }
  .cmn-description-list-v2 > dt {
    width: 100%;
    margin: 0;
    color: #222;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .cmn-description-list-v2 > dd {
    flex-shrink: 0;
    margin: 0;
  }
  .cmn-description-list-v2 > dd > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2__text {
    color: #222;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list-v2__text__sub {
    margin-left: 5px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list-v2__link-list {
    display: flex;
    flex-flow: row wrap;
    gap: 5px 27px;
    margin-top: 0.3rem;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"] {
    position: relative;
    padding-right: 40px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    transition: color 0.5s ease-out 0s;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"]:hover {
    color: #1d9bff;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"]:hover::before {
    background-color: #1d9bff;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 15px;
    border-radius: 5px;
    background: #7a7a7a;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
  }
  .cmn-description-list-v2__link-list__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-description-list-v2__link-list__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }
  .cmn-description-list-v2-wrap__caption {
    margin-top: 0.4rem;
    color: #222;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-align: right;
  }

  /* ---- cmn-alert-box ---- */
  .cmn-alert-box {
    margin-top: 6.4rem;
    padding: 32px 24px 30px;
    border-radius: 6px;
    border: 1px solid #dde0e7;
    background-color: #fff;
  }
  .cmn-alert-box+.cmn-alert-box {
    margin-top: 2.0rem;
  }
  .cmn-alert-box__head {
    margin-bottom: 2.3rem;
    padding-bottom: 16px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-alert-box__head > *:first-child {
    margin-top: 0;
  }
  .cmn-alert-box__body {}
  .cmn-alert-box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-alert-box.alertON {
    border: 1px solid #c50018;
  }

  /* ---- cmn-alert-lead ---- */
  .cmn-alert-lead {
    position: relative;
    margin-top: 4.8rem;
    padding-left: 36px;
    color: #c50018;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.0;
    letter-spacing: 0.08em;
  }
  .cmn-alert-lead::before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(/extlib/common/img_new/cmn_ic11_02.svg) no-repeat center center/contain;
  }


  /* ----- cmn-alert-link-list ----- */
  .cmn-alert-link-list {
    display: flex;
    flex-flow: row wrap;
    gap: 14px 37px;
  }
  .cmn-alert-link-list > li > [class*="__type"] {
    position: relative;
    padding-right: 47px;
    color: #222222;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    transition: color 0.5s ease-out 0s;
  }
  .cmn-alert-link-list > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transform: translateY(-50%);
    transition: background 0.5s ease-out 0s;
  }
  .cmn-alert-link-list__type::after {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-alert-link-list__type--blank::after {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-alert-link-list > li > [class*="__type"]:hover {
    color: #1D9BFF;
  }
  .cmn-alert-link-list > li > [class*="__type"]:hover::after {
    background: #1D9BFF;
  }

  /* ---- cmn-notice-layout ---- */
  .cmn-notice-layout {
    margin-top: 5.6rem;
  }
  .cmn-notice-layout__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice-layout__body {
    margin-top: 2.2rem;
  }
  .cmn-notice-layout__heading {
    color: #222;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-notice-layout__box-wrap {
    margin-top: 6.4rem;
    display: grid;
    gap: 16px 40px;
  }
  .cmn-notice-layout__box-wrap[data-box-column-pc="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
  .cmn-notice-layout__box-wrap[data-box-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .cmn-notice-layout__box-wrap[data-box-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
  }
  .cmn-notice-layout__box-wrap > [class*="cmn-notice-layout__box"] {
    margin-top: 0;
  }
  .cmn-notice-layout__box {
    display: flex;
    flex-direction: column;
    margin-top: 6.4rem;
    padding: 12px 22px 18px;
    border-radius: 6px;
    border: 1px solid #dde0e7;
    background-color: #fff;
  }
  .cmn-notice-layout__box__head {
    flex-shrink: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-notice-layout__box__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    margin-top: 2.8rem;
  }
  .cmn-notice-layout__box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice-layout__box__title {
    color: #222;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-notice-layout__box__unorder-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
  }
  .cmn-notice-layout__box__unorder-list > li {
    color: #222;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .cmn-notice-layout__box-v2,
  .cmn-notice-layout__box-v2--important {
    margin-top: 6.4rem;
    padding: 12px 22px 18px;
    border-radius: 6px;
    border: 1px solid #dde0e7;
    background-color: #fff;
  }
  .cmn-notice-layout__box-v2--important ,
  .cmn-notice-layout__box-v2.alert {
    border-color: #c50018;
  }
  .cmn-notice-layout__box-v2--important .cmn-notice-layout__box-v2__title ,
  .cmn-notice-layout__box-v2.alert .cmn-notice-layout__box-v2__title {
    position: relative;
    padding-left: 25px;
  }
  .cmn-notice-layout__box-v2--important .cmn-notice-layout__box-v2__title::before ,
  .cmn-notice-layout__box-v2.alert .cmn-notice-layout__box-v2__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(/extlib/common/img_new/cmn_ic17_01.svg) no-repeat center center/contain;
  }
  .cmn-notice-layout__box-v2__head {
    padding-bottom: 8px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-notice-layout__box-v2__body {
    margin-top: 2.4rem;
  }
  .cmn-notice-layout__box-v2__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice-layout__box-v2__title {
    color: #222;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }


 /* ----- cmn-disaster-info ----- */
  .cmn-disaster-info {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-block: 8px 10px;
    padding-inline: 58px;
    background: #222222;
    color: #FFFFFF;
  }
  .cmn-disaster-info .cmn-disaster-info__inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 12px;
    max-width: var(--content-width);
  }
  .cmn-disaster-info .cmn-disaster-info__head {
    flex-shrink: 0;
    margin: 0;
  }
  .cmn-disaster-info .cmn-disaster-info__head__inner {
    padding: 0;
    border: none;
    background: none;
    text-align: left;
  }
  .cmn-disaster-info .cmn-disaster-info__head__inner .cmn-disaster-info__title__visually-hidden {
    display: none;
  }
  .cmn-disaster-info .cmn-disaster-info__title {
    position: relative;
    display: inline-block;
    padding-block: 1px;
    padding-inline: 28px 12px;
    border-radius: 10px;
    background: var(--color_other_alert);
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .cmn-disaster-info .cmn-disaster-info__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 20px;
    height: 20px;
    background: url(/extlib/top_new/img/index_ic01_01.svg) no-repeat center /contain;
    transform: translateY(-50%);
  }
  .cmn-disaster-info .cmn-disaster-info__body {
    flex-grow: 1;
    padding-block: 4px 0;
  }
  .cmn-disaster-info .cmn-disaster-info__list> :first-child {
    margin-top: 0 !important;
  }
  .cmn-disaster-info .cmn-disaster-info__article {
    margin-top: 0.7rem;
  }
  .cmn-disaster-info .cmn-disaster-info__article>[class*="__type"] {
    display: flex;
    align-items: flex-start;
    gap: 0 12px;
    color: #FFFFFF;
  }
  .cmn-disaster-info .cmn-disaster-info__article__category {
    flex-shrink: 0;
    display: inline-block;
    padding-inline: 10px;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    font-size: 1.0rem;
    font-weight: 500;
  }
  .cmn-disaster-info .cmn-disaster-info__article__date {
    flex-shrink: 0;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .cmn-disaster-info .cmn-disaster-info__article__title {
    font-size: 1.2rem;
    font-weight: 500;
  }

  /* ---- cmn-column ---- */
  .cmn-column {
    margin-top: 6.4rem;
    display: grid;
    gap: 36px 40px;
  }
  .cmn-column[data-column-pc="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
  .cmn-column[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .cmn-column[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .cmn-column__item[data-column-size-pc="1col"] {
    grid-column: span 1;
  }
  .cmn-column__item[data-column-size-pc="2col"] {
    grid-column: span 2;
  }
  .cmn-column__item[data-column-size-pc="3col"] {
    grid-column: span 3;
  }
  .cmn-column__item > *:first-child {
    margin-top: 0;
  }



  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {}
@media screen and (min-width: 768px) and (max-width: 1920px) {}
@media screen and (min-width: 768px) and (max-width: 1440px) {}
@media screen and (min-width: 768px) and (max-width: 1372px) {}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .cmn-card-wrap[data-card-col-pc="3"] > * {
    width: calc(((100% - 20px) / 2));
  }
  .cmn-text-v2,
  .cmn-text-v2--center ,
  .cmn-text-v2--right {
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {}
@media screen and (min-width: 768px) and (max-width: 1024px) {}
@media screen and (min-width: 768px) and (max-width: 812px) {}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * OldStyle
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ---- cmn-sp-hidden ---- */
  .cmn-sp-hidden {
    display: none !important;
  }

  /* ---- cmn-lower-wrap ---- */
  .cmn-lower-wrap {
    margin-top: 1.7rem;
    margin-inline: -32px;
  }
  .Main__head .cmn-lower-wrap {
    margin-inline: 0;
  }
  .cmn-lower-wrap__inner {
    padding-top: 6px;
  }
    /* --- cmn-lower-main-lnav--- */
  .cmn-lower-main-lnav--top {
    padding-top: 11px;
  }
  .cmn-lower-main-lnav__stage1 {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
  }
  .cmn-lower-main-lnav__stage1 > li {
    position: relative;
  }
  .cmn-lower-main-lnav__stage1__type {
    position: relative;
    display: block;
    padding: 0 16.3px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #626262;
    letter-spacing: 0.7px;
  }
  .cmn-lower-main-lnav__stage1__type > .mls {
    margin-left: 10px !important;
  }
  .cmn-lower-main-lnav__stage1 > li.is-current .cmn-lower-main-lnav__stage1__type{
    color: #0066aa;
  }
  .cmn-lower-main-lnav__stage1__type::after {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    background-color: #ddd;
    content: "";
  }
  .cmn-lower-main-lnav__stage1 > li:last-of-type > .cmn-lower-main-lnav__stage1__type::after {
    display: none;
  }
  /* ---- cmn-heading1 ---- */
  .cmn-heading1 {
    width: 100vw;
    margin-top: 8.8rem;
    margin-inline: -32px;
    padding: 0;
  }
  body .cmn-heading1 + *{
    margin-top: 1.7rem;
  }
  .Main__head .cmn-heading1 {
    margin-inline: 0;
  }
  .cmn-heading1__inner {
    width: 100%;
    padding: 0 32px;
  }
  .cmn-heading1__title {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }


  /* ----- cmn-heading2 ----- */
  .cmn-heading2 {
    margin: 5.8rem 0 0;
  }
  .cmn-heading2__title {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .cmn-heading2__subtitle {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }


  /* ---- cmn-heading3 ---- */
  .cmn-heading3 {
    margin-top: 8.0rem;
    padding: 0;
  }
  body .cmn-heading3 + * {
    margin-top: 32px;
  }
  .cmn-heading3__title {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }


  /* ---- cmn-heading4 ---- */
  .cmn-heading4 {
    margin-top: 3.2rem;
    padding: 0;
  }
  body .cmn-heading4 + * {
    margin-top: 2.4rem;
  }
  .cmn-heading4__title {
    margin: 0;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }


  /* ---- cmn-heading5 ---- */
  .cmn-heading5 {
    margin-top: 2.4rem;
    padding: 0;
  }
  body .cmn-heading5 + * {
    margin-top: 1.6rem;
  }
  .cmn-heading5__title {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }


  /* ---- cmn-card ---- */
  .cmn-card-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 8px 0;
    margin: 4.0rem -16px 0;
  }
  .cmn-card {
    display: flex;
    width: 100%;
  }
  .cmn-card__type,
  .cmn-card__type--blank,
  .cmn-card__type--pdf,
  .cmn-card__type--nolink {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: .8rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.6rem 1.6rem 3.2rem;
  }
  .cmn-card__type:link,
  .cmn-card__type:visited,
  .cmn-card__type--blank:link,
  .cmn-card__type--blank:visited,
  .cmn-card__type--pdf:link,
  .cmn-card__type--pdf:visited {
    color: #222222;
  }
  .cmn-card__type .cmn-card__title ,
  .cmn-card__type--blank .cmn-card__title {
    padding-right: 58px;
  }
  .cmn-card__type--pdf .cmn-card__title {
    padding-right: 95px;
  }
  .cmn-card__type .cmn-card__title::before ,
  .cmn-card__type--blank .cmn-card__title::before ,
  .cmn-card__type--pdf .cmn-card__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((2.0rem / 2) * 1.7 - 11px);
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-card__type .cmn-card__title::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-card__type--blank .cmn-card__title::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-card__type--pdf .cmn-card__title::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-card__type--pdf .cmn-card__title .cmn-card__pdf-badge {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: calc((2.0rem / 2) * 1.7 - 11px);
    right: calc(34px + 8px);
    height: 22px;
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
  }
  .cmn-card__head {
    margin-bottom: 2.4rem;
  }
  .cmn-card__body {
    display: flex;
    flex-direction: column;
    row-gap: 0.7rem;
  }
  .cmn-card__foot {
    margin-top: 1.2rem;
    border-top: 1px solid #DDE0E7;
    padding-top: 1.8rem;
  }
  .cmn-card__image {
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
  }
  .cmn-card__title {
    position: relative;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #0E0D6A;
  }
  .cmn-card__description {
    letter-spacing: 0.08em;
  }
  .cmn-card__filesize {
    font-style: normal;
  }

  /* ---- cmn-card-v2 ---- */
  .cmn-card-v2-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    margin: 4.0rem -16px 0;
  }
  .cmn-card-v2 {
    display: flex;
    width: 100%;
  }
  .cmn-card-v2__type {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 2.2rem 0;
    width: 100%;
    border-radius: .8rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.6rem 16px 3.2rem;
    color: #222222;
  }
  .cmn-card-v2__head {
    display: block;
  }
  .cmn-card-v2__head:link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    cursor: pointer;
  }
  .cmn-card-v2__body {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity  0.5s ease-out 0s;
    padding: 0 16px;
  }
  .cmn-card-v2__body > *:not(.cmn-card-v2__link) {
    transition: opacity  0.5s ease-out 0s;
    pointer-events: none;
  }
  .cmn-card-v2__image {
    overflow: hidden;
    border-radius: 4px;
  }
  .cmn-card__figcaption,
  .cmn-card__figcaption--center,
  .cmn-card__figcaption--right {
    text-align: left;
    margin: 1rem 0 0;
    font-size: 1.2rem;
    color: #7a7a7a;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .cmn-card__figcaption--center {
    text-align: center;
  }
  .cmn-card__figcaption--right {
    text-align: right;
  }
  .cmn-card-v2__title {
    position: relative;
    margin: 0 0 1.0rem;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-card-v2__description {
    letter-spacing: 0.08em;
  }
  .cmn-card-v2__link-icon {
    margin-top: 1.9rem;
    position: relative;
    display: block;
    height: 22px;
  }
  .cmn-card-v2__link-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 34px;
    height: 22px;
    border-radius: 8px;
    background: #0E0D6A;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-card-v2__link-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
  }
  .cmn-card-v2__link-icon::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-card-v2__link {
    margin-top: 1.4rem;
  }
  .cmn-card-v2__link__type ,
  .cmn-card-v2__link__type--blank {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-right: calc(17px + 34px);
    padding-bottom: 9px;
    border-bottom: 1px solid #C9CCD3;
    color: var(--color_text_main);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
    transition: color  0.5s ease-out 0s;
  }
  .cmn-card-v2__link__type::before ,
  .cmn-card-v2__link__type--blank::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 34px;
    height: 22px;
    border-radius: 8px;
    background: #0E0D6A;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-card-v2__link__type::after ,
  .cmn-card-v2__link__type--blank::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
  }
  .cmn-card-v2__link__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-card-v2__link__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }


  /* ---- cmn-anchor-navi ---- */
  .cmn-anchor-navi-wrap {
    display: flex;
    flex-direction: column;
    gap: .8rem 0;
    margin: 4.8rem -16px 0;
  }
  .cmn-anchor-navi {
    margin: 0;
    border-radius: 6px;
    padding: 1.8rem 16px;
    background: #fff;
  }
  .cmn-anchor-navi__list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: .5rem 16px;
  }
  .cmn-anchor-navi__link {
    position: relative;
    display: inline-block;
    padding-right: 34px;
    color: #626262;
  }
  .cmn-anchor-navi__link::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.3rem / 2) * 1.7 - 9px);
    right: 0;
    width: 26px;
    height: 17px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-anchor-navi__link::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_05.svg);
  }
  .cmn-anchor-navi__label {
    font-size: 1.3rem;
    color: #626262;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  /* ---- cmn-figure ---- */
  .cmn-figure-wrap,
  .cmn-figure-wrap--center,
  .cmn-figure-wrap--right {
    display: flex;
    margin: 3.2rem 0 0;
  }
  .cmn-figure-wrap--center {
    justify-content: center;
  }
  .cmn-figure-wrap--right {
    justify-content: flex-end;
  }
  .cmn-figure {
    margin: 0;
  }
  .cmn-figure__frame {
    display: inline-block;
  }
  .cmn-figure__caption,
  .cmn-figure__caption--center,
  .cmn-figure__caption--right {
    margin: 1rem 0 0;
    font-size: 1.2rem;
    color: #7a7a7a;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .cmn-figure__caption {
    text-align: left;
  }
  .cmn-figure__caption--center {
    text-align: center;
  }
  .cmn-figure__caption--right {
    text-align: right;
  }

  /* ---- cmn-figure-v2 ---- */
  .cmn-figure-v2 {
    margin: 0;
  }
  .cmn-figure-v2__frame {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
  }
  .cmn-figure-v2__caption,
  .cmn-figure-v2__caption--center,
  .cmn-figure-v2__caption--right {
    margin: 1rem 0 0;
    font-size: 1.2rem;
    color: #7a7a7a;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .cmn-figure-v2__caption {
    text-align: left;
  }
  .cmn-figure-v2__caption--center {
    text-align: center;
  }
  .cmn-figure-v2__caption--right {
    text-align: right;
  }

  /* ---- cmn-anchor-navi-box ---- */
  .cmn-anchor-navi-box-wrap {
    display: flex;
    flex-direction: column;
    gap: .8rem 0;
    margin: 4.8rem -16px 0;
  }
  .cmn-anchor-navi-box {
    margin: 0;
    border-radius: 6px;
    padding: 1.4rem 16px 1.6rem;
    background: #fff;
  }
  .cmn-anchor-navi-box__head {
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-anchor-navi-box__body {
    margin-top: 1.0rem;
  }
  .cmn-anchor-navi-box__title {
    position: relative;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-anchor-navi-box__list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: .5rem 16px;
  }
  .cmn-anchor-navi-box__link {
    position: relative;
    display: inline-block;
    padding-right: 34px;
    color: #626262;
  }
  .cmn-anchor-navi-box__link::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.3rem / 2) * 1.7 - 9px);
    right: 0;
    width: 26px;
    height: 17px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-anchor-navi-box__link::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_05.svg);
  }
  .cmn-anchor-navi-box__label {
    font-size: 1.3rem;
    color: #626262;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }


  /* ----- cmn-link-list-v2 ----- */
  .cmn-link-list-v2 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: .5rem 16px;
  }
  .cmn-link-list-v2 > li {
    border-bottom: 1px solid #C9CCD3;
  }
  .cmn-link-list-v2 > li > [class*="__type"] {
    position: relative;
    display: block;
    padding-block: 3px;
    padding-right: calc(18px + 25px);
    color: #222222;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: -0.02em;
    transition: color  0.5s ease-out 0s;
  }
  .cmn-link-list-v2 > li > [class*="__type"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 16px;
    border-radius: 5.76px;
    background: #0E0D6A;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-link-list-v2 > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
  }
  .cmn-link-list-v2 > li > .cmn-link-list-v2__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-link-list-v2 > li > .cmn-link-list-v2__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }


  /* ----- cmn-link-list-v3 ----- */
  .cmn-link-list-v3 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: .5rem 16px;
  }
  .cmn-link-list-v3[data-column-pc="3"] {
    gap: 0;
  }
  .cmn-link-list-v3[data-column-pc="3"] > li {
    width: 100%;
  }
  .cmn-link-list-v3 > li {
    position: relative;
    top: 0;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #F1F2F6 78%, rgba(241, 242, 246, 0.00) 100%) 1;
    opacity: 1;
    transition: top var(--transition_default-set), opacity var(--transition_default-set);
  }
  .cmn-link-list-v3 > li > [class*="__type"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-block: 14px 13px;
    padding-inline: 0 45px;
    color: var(--color_text_main);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    text-align: left;
    transition: color var(--transition_default-set);
  }
  .cmn-link-list-v3 > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 22px;
    transform: translateY(-50%);
    transition: filter var(--transition_default-set);
  }
  .cmn-link-list-v3__type::after {
    background: url(/extlib/common/img_new/cmn_ic01_01.svg) no-repeat center /contain;
  }
  .cmn-link-list-v3__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic01_02.svg) no-repeat center /contain;
  }

  /* ----- cmn-link-list-v4 ----- */
  .cmn-link-list-v4 {
    display: flex;
    flex-flow: row wrap;
    gap: 5px 14px;
    margin: 0.6rem 0 0;
  }
  .cmn-link-list-v4 > li > [class*="__type"] {
    position: relative;
    padding-right: 34px;
    color: #222222;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
    transition: color  0.5s ease-out 0s;
  }
  .cmn-link-list-v4 > li > [class*="__type"]::after {
    content: "";
    display: inline-block;
    position: relative;
    top: calc((1em * 1.7 / 2) - 10px);
    right: 0;
    width: 23px;
    height: 15px;
    margin-left: 11px;
    transition: filter  0.5s ease-out 0s;
  }
  .cmn-link-list-v4__type::after {
    background: url(/extlib/common/img_new/cmn_ic01_01.svg) no-repeat center / contain;
  }
  .cmn-link-list-v4__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic01_02.svg) no-repeat center / contain;
  }


  /* ----- cmn-card-v3 ----- */
  .cmn-card-v3-wrap {
    display: flex;
    justify-content: center;
    margin: 4.0rem 0 0;
  }
  .cmn-card-v3 > [class*="__type"] {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .cmn-card-v3__head {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cmn-card-v3__image {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out 0s;
  }
  .cmn-card-v3__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .cmn-card-v3__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-block: 30px 17px;
    padding-inline: 20px 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    color: #FFFFFF;
  }
  .cmn-card-v3 > [class*="__type"] .cmn-card-v3__body::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(50% - 15px);
    right: 20px;
    width: 34px;
    height: 22px;
    transform: translateY(50%);
  }
  .cmn-card-v3__type .cmn-card-v3__body::after {
    background: url(/extlib/common/img_new/cmn_ic01_03.svg) no-repeat center / contain;
  }
  .cmn-card-v3__type--blank .cmn-card-v3__body::after {
    background: url(/extlib/common/img_new/cmn_ic01_04.svg) no-repeat center / contain;
  }
  .cmn-card-v3__title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .cmn-card-v3__subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  /* ---- cmn-media ---- */
  .cmn-media {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    margin-top: 3.2rem;
  }
  .cmn-media__head,
  .cmn-media__body {
    width: 100%;
  }
  .cmn-media__head > *:first-child ,
  .cmn-media__body > *:first-child {
    margin-top: 0;
  }
  .cmn-media__column {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cmn-media__column >* {
    width: calc((100% - 8px)/2);
  }
  .cmn-media__image {
    margin: 0;
  }
  .cmn-media__frame {
    text-align: center;
  }
  .radius-card__image{
    border-radius: 6px;
    overflow: hidden;
  }
  .cmn-media__caption,
  .cmn-media__caption--center,
  .cmn-media__caption--right {
    margin: 1rem 0 0;
    font-size: 1.2rem;
    color: #7a7a7a;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .cmn-media__caption {
    text-align: left;
  }
  .cmn-media__caption--center {
    text-align: center;
  }
  .cmn-media__caption--right {
    text-align: right;
  }


  /* ---- cmn-text ---- */
  .cmn-text ,
  .cmn-text--center ,
  .cmn-text--right ,
  .cmn-text-v2,
  .cmn-text-v2--center ,
  .cmn-text-v2--right {
    margin: 2.4rem 0 0;
    color: #222;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .cmn-text--center ,
  .cmn-text-v2--center {
    text-align: center;
  }
  .cmn-text--right ,
  .cmn-text-v2--right {
    text-align: right;
  }

  /* ---- cmn-lead ---- */
  .cmn-lead-wrap {
    margin: 3.2rem -16px 0;
    padding: 38px 15px;
    border-radius: 8px;
    background-color: #fff;
  }
  .cmn-lead-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-lead {
    color: #0e0d6a;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.0;
    letter-spacing: 0.08em;
    text-align: center;
  }

  /* ---- cmn-list-wrap ---- */
  .cmn-list-wrap {
    margin-top: 2.4rem;
  }
  .cmn-list-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-list-wrap--column {
    display: flex;
    flex-direction: column;
    gap: 2px 0;
    margin-top: 2.4rem;
  }
  .cmn-list-wrap--column > *{
    width: 100%;
    margin-top: 0 !important;
  }


  /* ---- cmn-unorder-list ---- */
  .cmn-unorder-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2.4rem 0 0;
    padding: 0px;
    gap: 2px;
    list-style: none;
  }
  .cmn-unorder-list > li {
    position: relative;
    padding-left: 15px;
    color: #222;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-unorder-list > li::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #222;
  }

  /* ---- cmn-note-order-list ---- */
  .cmn-note-order-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0.4rem 0 0;
    padding: 0px;
    gap: 2px;
    list-style: none;
  }
  .cmn-note-order-list > li {
    position: relative;
    padding-left: 27px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-note-order-list .cmn-note-order-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ---- cmn-note-list ---- */
  .cmn-note-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0.4rem 0 0;
    padding: 0px;
    gap: 2px;
    list-style: none;
  }
  .cmn-note-list > li {
    position: relative;
    padding-left: 23px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-note-list .cmn-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ---- cmn-notice ---- */
  .cmn-notice-wrap {
    margin-top: 2.4rem;
    margin-inline: -32px;
  }
  .Main__head .cmn-notice-wrap {
    margin-inline: 0;
  }
  .cmn-notice-wrap__inner {
    padding: 20px 32px 10px;
  }
  .cmn-notice {
    margin: 0 -16px;
  }
  .cmn-notice__inner {
    display: block;
    padding: 18px 16px 12px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
  }
  .cmn-notice__head {
    padding-bottom: 11px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-notice__body {
    margin-top: 0.6rem;
  }
  .cmn-notice__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice__title {
    position: relative;
    padding-right: 50px;
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-notice__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.4rem / 2) * 1.7 - 9px);
    right: 0;
    width: 26px;
    height: 17px;
    background: #626262;
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .cmn-notice__text {
    color: #222;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  /* ---- cmn-button-wrap ---- */
  .cmn-button-wrap {
    margin-top: 2.4rem;
  }
  .cmn-button-wrap > *:first-child {
    margin-top: 0;
  }

  /* ---- cmn-button-wrap-v2 ---- */
  .cmn-button-wrap-v2 {
    margin-top: 1.6rem;
  }
  .cmn-button-wrap-v2 > *:first-child {
    margin-top: 0;
  }

  /* ---- cmn-button ---- */
  .cmn-button {
    display: inline-block;
    margin-top: 1.2rem;
  }
  .cmn-button__type {
    position: relative;
    display: inline-block;
    padding: 0 50px 8px 0;
    border-bottom: 1px solid #c9ccd3;
  }
  .cmn-button__type::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 34px;
    height: 22px;
    border-radius: 8px;
    background: #0e0d6a;
    transform: translateY(-50%);
  }
  .cmn-button__type::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-button__label {
    color: #222;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  /* ---- cmn-button-v2 ---- */
  .cmn-button-v2 {
    display: inline-block;
    width: 100%;
    margin-top: 0.8rem;
  }
  [class*="cmn-button-v2__type"] {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 12px 40px 11px 12px;
    min-height: 49px;
    border: 1px solid #DDE0E7;
    border-radius: 6px;
    background-color: #fff;
  }
  [class*="cmn-button-v2__type"]::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 9px);
    right: 11px;
    width: 26px;
    height: 17px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .cmn-button-v2__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-button-v2__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-button-v2__label {
    color: #222;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  /* ---- cmn-link-list-box ---- */
  .cmn-link-list-box {
    margin: 4.8rem -16px 0;
    padding: 16px 16px;
    background-color: #fff;
    border-radius: 8px;
  }
  .cmn-link-list-box + .cmn-link-list-box {
    margin-top: 8px;
  }
  .cmn-link-list-box__body {
    margin-top: 1.2rem;
  }
  .cmn-link-list-box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-link-list-box__body .cmn-list-wrap + .cmn-list-wrap {
    padding-top: 16px;
    border-top: 1px solid #DDE0E7;
    margin-top: 16px;
  }
  .cmn-link-list-box__title {
    color: #0E0D6A;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-link-list-box__lead {
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 1.12px;
  }
  .cmn-link-list-box__lead + * {
    margin-top: 0.6rem;
  }
  .cmn-link-list-box__link + * {
    margin-top: .6rem;
  }
  .cmn-link-list-box__link__type,
  .cmn-link-list-box__link__type--blank {
    color: #626262;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .74px;
    position: relative;
    display: inline-block;
    padding-right: 36px;
  }
  .cmn-link-list-box__link__type::before,
  .cmn-link-list-box__link__type--blank::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.6rem / 2) - 8px);
    right: 0;
    width: 26px;
    height: 17px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-link-list-box__link__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-link-list-box__link__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-link-list-box__media {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
  }
  .cmn-link-list-box__media > .cmn-link-list-box__media__head > .cmn-link-list-box__media__head__image > img {
    width: 100%;
  }
  .cmn-link-list-box__media__lead {
    color: #222;
    line-height: 1.7;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .cmn-link-list-box__media__lead + * {
    margin-top: 1.4rem;
  }

  /* ---- cmn-link-list ---- */
  .cmn-link-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 8px 16px;
    margin-top: 1.2rem;
  }
  .cmn-link-list > li {
  }

  .cmn-link-list__type,
  .cmn-link-list__type--blank {
    position: relative;
    display: inline-block;
    padding-right: 36px;
    color: #626262;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .cmn-link-list__type::before,
  .cmn-link-list__type--blank::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc((1.6rem / 2) - 8px);
    right: 0;
    width: 26px;
    height: 17px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background 0.5s ease-out 0s;
  }
  .cmn-link-list__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-link-list__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }

  /* ---- cmn-news ---- */
  .cmn-news {
    margin: 2.4rem -16px 0;
  }
  .cmn-news__inner {
    padding: 20px 16px 32px;
    border-radius: 6px;
    background-color: #fff;
  }
  .cmn-news__inner > *:first-child {
    margin-top: 0;
  }
  .cmn-news__body {
    margin-top: 1.5rem;
    padding-top: 18px;
    border-top: 1px solid #ccc;
  }
  .cmn-news__body > *:first-child {
    margin-top: 0;
  }
  .cmn-news__title {
    color: #222;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  .cmn-news__article {
    margin-top: 1.8rem;
  }
  .cmn-news__article__type,
  .cmn-news__article__type--blank {
    position: relative;
    display: block;
    padding-bottom: 15px;
  }
  .cmn-news__article__type::after,
  .cmn-news__article__type--blank::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 70%, rgba(255, 255, 255, 0));
  }
  .cmn-news__article__type::before,
  .cmn-news__article__type--blank::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 34px;
    height: 22px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .cmn-news__article__type::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_01.svg);
  }
  .cmn-news__article__type--blank::before {
    mask-image: url(/extlib/common/img_new/cmn_ic01_02.svg);
  }
  .cmn-news__article__title {
    color: #222;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-news__article__property {
    margin-top: 0.8rem;
    padding-right: 40px;
  }
  .cmn-news__article__date {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8;
  }

  /* ---- cmn-tab ---- */
  .cmn-tab {
    margin: 2.4rem 0 0;
  }
  .cmn-tab__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 -16px;
  }
  .cmn-tab__list > li {
    width: 100%;
  }
  .cmn-tab__list > li.is_current .cmn-tab__button {
    background-color: #0e0d6a;
    pointer-events: none;
  }
  .cmn-tab__list > li.is_current .cmn-tab__button::before {
    background-color: #fff;
  }
  .cmn-tab__list > li.is_current .cmn-tab__label {
    color: #fff;
  }
  .cmn-tab__button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 54px;
    padding: 14px 64px 12px 16px;
    border: 1px solid #DDE0E7;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
  }
  .cmn-tab__button::before  {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    right: 14px;
    width: 26px;
    height: 17px;
    background: #626262;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: url(/extlib/common/img_new/cmn_ic01_05.svg);
  }
  .cmn-tab__label {
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-tab__panel:not([data-tab-panel="open"]) {
    display: none;
  }

  /* ---- cmn-gmap ---- */
  .cmn-gmap {
    margin-top: 2.4rem;
  }
  .cmn-gmap__body {
    position: relative;
    width: 100%;
    padding-top: 66.7%;
  }
  .cmn-gmap__body > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
    overflow: hidden;
  }

  /* ---- cmn-box ---- */
  .cmn-box-wrap {
    margin-top: 3.2rem;
  }
  .cmn-box-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-box {
    margin: 1.6rem -16px 0;
    padding: 26px 16px;
    border-radius: 8px;
    background-color: #fff;
  }
  .cmn-box__head {
    padding-bottom: 5px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-box__body {
    margin-top: 1.8rem;
  }
  .cmn-box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-box__title {
    color: #222;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  /* ---- cmn-summary ---- */
  .cmn-summary {
    margin-top: 4.3rem;
  }
  .cmn-summary__headline {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: #0E0D6A;
  }
  .cmn-summary__body {
    margin-top: 0.7rem;
    border-top: 1px solid #DDE0E7;
    padding-top: 26px;
  }
  .cmn-summary__item:not(:first-child) {
    margin-top: 2.4rem;
  }
  .cmn-summary__item__body {
    display: grid;
    grid-template-columns: 35px auto;
    grid-auto-rows: auto;
    column-gap: 13px;
  }
  .cmn-summary__title {
    grid-row: 1;
    grid-column: 1;
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-summary__description {
    grid-column: 2;
    color: #222;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-summary__description + .cmn-summary__description {
    margin-top: 1.0rem;
  }
  .cmn-summary__item__foot {
    display: flex;
    gap: 8px;
    margin-top: 1.2rem;
    padding-left: calc(35px + 13px);
  }
  .cmn-summary__figure {
    margin: 0;
    width: calc((100% - 8px) / 2);
    text-align: center;
  }
  .cmn-summary__figure__frame {
    display: inline-block;
  }
  .cmn-summary__figure__frame > img {
    border-radius: 4px;
  }
  .cmn-summary__figure__caption {
    margin: 1.0rem 0 0;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: center;
  }

  /* ---- cmn-description-list ---- */
  .cmn-description-list-wrap {
    margin-top: 3.2rem;
  }
  .cmn-description-list-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px 0 12px;
    border-bottom: 1px solid #DDE0E7;
  }
  .cmn-description-list:first-child {
    border-top: 1px solid #DDE0E7;
  }
  .cmn-description-list > dt {
    width: 100%;
    margin: 0.2rem 0 0;
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-description-list > dd {
    width: 100%;
    margin: 0;
  }
  .cmn-description-list > dd > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list__text {
    color: #222;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list__text__sub {
    margin-left: 8px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list__link-list {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem 16px;
    margin-top: 0;
  }
  .cmn-description-list__link-list > li > [class*="__type"] {
    position: relative;
    padding-right: 40px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list__link-list > li > [class*="__type"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 15px;
    border-radius: 5px;
    background: #7a7a7a;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-description-list__link-list > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
  }
  .cmn-description-list__link-list__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-description-list__link-list__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }

  /* ---- cmn-description-list-v2 ---- */
  .cmn-description-list-v2-wrap {
    margin-top: 3.2rem;
  }
  .cmn-description-list-v2-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__head > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__body > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__body {
    margin-top: 1.8rem;
  }
  .cmn-description-list-v2-wrap__foot > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2-wrap__foot {
    margin-top: 1.8rem;
  }
  .cmn-description-list-v2 {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 16px;
    width: 100%;
    margin: 0;
    padding: 18px 0 12px;
    border-bottom: 1px solid #DDE0E7;
  }
  .cmn-description-list-v2:first-child {
    border-top: 1px solid #DDE0E7;
  }
  .cmn-description-list-v2 > dt {
    width: 100%;
    margin: 0;
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-description-list-v2 > dd {
    flex-shrink: 0;
    margin: 0;
  }
  .cmn-description-list-v2 > dd > *:first-child {
    margin-top: 0;
  }
  .cmn-description-list-v2__text {
    color: #222;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list-v2__text__sub {
    margin-left: 8px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list-v2__link-list {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem 16px;
    margin-top: 0;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"] {
    position: relative;
    padding-right: 40px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 15px;
    border-radius: 5px;
    background: #7a7a7a;
    transform: translateY(-50%);
    transition: background  0.5s ease-out 0s;
  }
  .cmn-description-list-v2__link-list > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
  }
  .cmn-description-list-v2__link-list__type::after {
    background: url(/extlib/common/img_new/cmn_ic02_05.svg) no-repeat center / contain;
  }
  .cmn-description-list-v2__link-list__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic02_06.svg) no-repeat center / contain;
  }
  .cmn-description-list-v2-wrap__caption {
    margin-top: 0;
    color: #222;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-align: right;
  }

  /* ---- cmn-alert-box ---- */
  .cmn-alert-box {
    margin: 8.0rem -16px 0;
    padding: 20px 15px;
    border: 1px solid #dde0e7;
    border-radius: 6px;
    background-color: #fff;
  }
  .cmn-alert-box+.cmn-alert-box {
    margin-top: 2.0rem;
  }
  .cmn-alert-box__head {
    margin-bottom: 1.4rem;
    padding-bottom: 14px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-alert-box__head > *:first-child {
    margin-top: 0;
  }
  .cmn-alert-box__body {}
  .cmn-alert-box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-alert-box.alertON {
    border: 1px solid #c50018;
  }


  /* ---- cmn-alert-lead ---- */
  .cmn-alert-lead {
    position: relative;
    margin-top: 3.2rem;
    padding-left: 32px;
    color: #c50018;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  .cmn-alert-lead::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(/extlib/common/img_new/cmn_ic11_02.svg) no-repeat center center/contain;
  }

  /* ----- cmn-alert-link-list ----- */
  .cmn-alert-link-list {
    display: flex;
    flex-flow: row wrap;
    gap: 9px 14px;
    margin: 0.6rem 0 0;
  }
  .cmn-alert-link-list > li > [class*="__type"] {
    position: relative;
    padding-right: 38px;
    color: #222222;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    transition: color  0.5s ease-out 0s;
  }
  .cmn-alert-link-list > li > [class*="__type"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 17px;
    transform: translateY(-50%);
    transition: filter  0.5s ease-out 0s;
  }
  .cmn-alert-link-list__type::after {
    background: url(/extlib/common/img_new/cmn_ic01_01.svg) no-repeat center / contain;
  }
  .cmn-alert-link-list__type--blank::after {
    background: url(/extlib/common/img_new/cmn_ic01_02.svg) no-repeat center / contain;
  }

  /* ---- cmn-notice-layout ---- */
  .cmn-notice-layout {
    margin-top: 3.4rem;
  }
  .cmn-notice-layout__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice-layout__body {
    margin-top: 1.2rem;
  }
  .cmn-notice-layout__heading {
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-notice-layout__box-wrap {
    margin-top: 2.0rem;
  }
  .cmn-notice-layout__box-wrap > *:first-child {
    margin-top: 0;
  }
  .cmn-notice-layout__box {
    margin-top: 0.8rem;
    padding: 12px 11px 20px;
    border-radius: 6px;
    border: 1px solid #dde0e7;
    background-color: #fff;
  }
  .cmn-notice-layout__box__head {
    padding-bottom: 8px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-notice-layout__box__body {
    margin-top: 2.0rem;
  }
  .cmn-notice-layout__box__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice-layout__box__title {
    color: #222;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .cmn-notice-layout__box__unorder-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
  }
  .cmn-notice-layout__box__unorder-list > li {
    color: #222;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .cmn-notice-layout__box-v2,
  .cmn-notice-layout__box-v2--important {
    margin-top: 2.4rem;
    padding: 14px 15px 20px;
    border-radius: 6px;
    border: 1px solid #dde0e7;
    background-color: #fff;
  }
  .cmn-notice-layout__box-v2--important ,
  .cmn-notice-layout__box-v2.alert {
    border-color: #c50018;
  }
  .cmn-notice-layout__box-v2--important .cmn-notice-layout__box-v2__title ,
  .cmn-notice-layout__box-v2.alert .cmn-notice-layout__box-v2__title {
    position: relative;
    padding-left: 30px;
  }
  .cmn-notice-layout__box-v2--important .cmn-notice-layout__box-v2__title::before ,
  .cmn-notice-layout__box-v2.alert .cmn-notice-layout__box-v2__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(/extlib/common/img_new/cmn_ic17_01.svg) no-repeat center center/contain;
  }
  .cmn-notice-layout__box-v2__head {
    padding-bottom: 11px;
    border-bottom: 1px solid #dde0e7;
  }
  .cmn-notice-layout__box-v2__body {
    margin-top: 2.4rem;
  }
  .cmn-notice-layout__box-v2__body > *:first-child {
    margin-top: 0;
  }
  .cmn-notice-layout__box-v2__title {
    color: #222;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }


  /* ----- cmn-disaster-info ----- */
  .cmn-disaster-info {
    width: 100%;
    background: #222222;
    color: #FFFFFF;
  }
  .cmn-disaster-info .cmn-disaster-info__head {
    position: relative;
  }
  .cmn-disaster-info .cmn-disaster-info__head::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 20px * 2);
    height: 1px;
    background: rgb(255 255 255 / 0.2);
  }
  .cmn-disaster-info .cmn-disaster-info__head__inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 40px 8px 20px;
    border: none;
    background: none;
    text-align: left;
  }
  .cmn-disaster-info .cmn-disaster-info__head__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(/extlib/common/img_new/cmn_ic04_01.svg) no-repeat center /contain;
    transform: translateY(-50%) scale(1, 1);
    transition: transform var(--transition_default-set);
  }
  .cmn-disaster-info .cmn-disaster-info__head__inner[aria-expanded="false"]::after {
    transform: translateY(-50%) scale(1, -1);
  }
  .cmn-disaster-info .cmn-disaster-info__head__inner[aria-expanded="true"] .cmn-disaster-info__title__visually-hidden {
    display: none;
  }
  .cmn-disaster-info .cmn-disaster-info__head__inner[aria-expanded="false"] .cmn-disaster-info__title__visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
  .cmn-disaster-info .cmn-disaster-info__title {
    position: relative;
    display: inline-block;
    padding-block: 1px 0;
    padding-inline: 28px 12px;
    border-radius: 10px;
    background: var(--color_other_alert);
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .cmn-disaster-info .cmn-disaster-info__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 20px;
    height: 20px;
    background: url(/extlib/top_new/img/index_ic01_01.svg) no-repeat center /contain;
    transform: translateY(-50%);
  }
  .cmn-disaster-info .cmn-disaster-info__body {
    padding-block: 6px 15px;
    padding-inline: 20px;
  }
  .cmn-disaster-info .cmn-disaster-info__list {
    position: relative;
  }
  .cmn-disaster-info .cmn-disaster-info__list> :first-child {
    margin-top: 0 !important;
  }
  .cmn-disaster-info .cmn-disaster-info__article {
    margin-top: 0;
  }
  .cmn-disaster-info .cmn-disaster-info__article>[class*="__type"] {
    display: block;
    color: #FFFFFF;
  }
  .cmn-disaster-info .cmn-disaster-info__article__category {
    display: inline-block;
    padding-inline: 10px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 1.0rem;
    font-weight: 500;
  }
  .cmn-disaster-info .cmn-disaster-info__article__date {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .cmn-disaster-info .cmn-disaster-info__article__title {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 667px) {}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 580px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 414px) {}
@media only screen and (max-width: 390px) {}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {}


/* ======================================================
 * Print
====================================================== */
@media print {}


