@charset "UTF-8";
@layer legacy {
  .main-content {
    padding-top: 6.25rem;
  }
  @media screen and (max-width: 720px) {
    .main-content {
      padding-top: 12.8205128205vw;
    }
  }
  .site-header {
    position: absolute;
    z-index: 100;
    width: 100%;
  }
  .site-header .site-header__logo {
    float: left;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    width: 300px;
    text-align: center;
  }
  .site-header .site-header__box {
    float: right;
  }
  .site-header .site-header__box .button {
    display: block;
    float: left;
  }
  @media screen and (max-width: 720px) {
    .site-header .site-header__logo {
      padding: 2vw 4vw;
      width: auto;
    }
    .site-header .site-header__logo img {
      height: 9vw;
    }
    .site-header .site-header__box .button {
      width: 13vw;
      height: 13vw;
    }
    .nav-overlay {
      left: 0;
      top: 13vw;
      margin-left: 0;
      width: 100%;
      height: calc(100vh - 13vw);
    }
    .nav-overlay .button--close {
      display: none;
    }
    .nav-overlay ul {
      font-size: 4vw;
    }
    .nav-overlay ul .icon--q {
      top: 0.5vw;
      margin-left: 0.5vw;
      width: 6vw;
      height: 6vw;
    }
  }
  .nav-overlay {
    display: none;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    background-color: #c01c25;
    width: 800px;
    height: 100vh;
  }
  @media screen and (max-width: 720px) {
    .nav-overlay {
      position: absolute;
    }
  }
  .nav-overlay .button--toggle {
    position: absolute;
    background-color: #c01c25;
    right: 0px;
    top: 0px;
  }
  .nav-overlay ul {
    border-top: 1px solid #d9777c;
    margin: 0 auto;
    max-width: 800px;
  }
  .nav-overlay ul li {
    border-bottom: 1px solid #d9777c;
  }
  .nav-overlay ul li .icon--q {
    margin-left: 5px;
  }
  .nav-overlay a {
    display: block;
    padding: 10px 15px;
    color: #FFF;
  }
  .nav-overlay .nav-overlay__item {
    background-color: #dc5846;
  }
  .nav-overlay .nav-overlay__items-primary li,
  .nav-overlay .nav-overlay__items-secondary li {
    background-color: #c01c25;
    width: 50%;
  }
  .nav-overlay .nav-overlay__items-primary li:nth-child(odd),
  .nav-overlay .nav-overlay__items-secondary li:nth-child(odd) {
    border-right: 1px solid #d9777c;
  }
  .nav-overlay .nav-overlay__items-primary li.last-row-item,
  .nav-overlay .nav-overlay__items-secondary li.last-row-item {
    border-bottom: 0;
  }
  .nav-overlay .nav-overlay__items-primary {
    background-color: #b01722;
  }
  .nav-overlay .nav-overlay__items-secondary {
    background-color: #ce452d;
  }
  .nav-overlay .nav-overlay__items-secondary li {
    background-color: #dc5846;
  }
  .nav-overlay .nav-overlay__items-thirdly {
    background-color: #c01c25;
  }
  .cat-title {
    background-color: rgba(201, 29, 23, 0.9);
    padding: 1.875rem 0;
    color: #FFF;
    text-align: center;
  }
  .cat-title .string {
    font-size: 1.3125rem;
    letter-spacing: 0.1875rem;
    font-weight: normal;
    line-height: 1.4;
  }
  .compo-vertical-video {
    margin-top: 5rem;
    text-align: center;
  }
  .compo-vertical-video .item {
    position: relative;
    display: inline-block;
  }
  .compo-vertical-video .item iframe {
    position: relative;
    z-index: 1;
  }
  .compo-vertical-video .item .compo-vertical-video__button {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  @media screen and (max-width: 720px) {
    .compo-vertical-vodeo {
      margin-top: 10vw;
    }
  }
  .compo-horizontal-search-layout .compo-horizontal-search-layout__header,
  .compo-horizontal-search-layout .compo-horizontal-search-layout__body {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  @media screen and (max-width: 720px) {
    .compo-horizontal-search-layout .compo-horizontal-search-layout__header,
    .compo-horizontal-search-layout .compo-horizontal-search-layout__body {
      display: block;
    }
  }
  @media screen and (max-width: 720px) {
    .compo-horizontal-search-layout .compo-horizontal-search-layout__header {
      margin-bottom: 2vw;
    }
  }
  .compo-subject {
    background-color: #c01c25;
    padding: 1.25rem;
    color: #FFF;
  }
  .compo-subject a {
    color: #FFF;
  }
  .compo-subject .compo-subject__header {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.3125rem;
  }
  .compo-subject .compo-subject__desc {
    margin-top: 0.9375rem;
    text-align: center;
  }
  .compo-subject .compo-subject__desc p {
    font-size: 1rem;
  }
  .compo-subject .compo-subject__body figure img {
    width: 100%;
  }
  .compo-subject .compo-subject__link {
    margin-top: 0.9375rem;
    padding: 0 0.625rem 0.3125rem 0.625rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .compo-subject .compo-subject__link li {
    width: 48%;
    text-align: center;
  }
  .compo-subject .compo-subject__link li a {
    display: block;
    background-color: #FFF;
    padding: 0.4375rem 0.625rem 0.3125rem 0.625rem;
    color: #c01c25;
  }
  .compo-subject .compo-subject__link li a .icon--arrow {
    top: 0.25rem;
    margin-right: -0.625rem;
    margin-left: 0.625rem;
  }
  @media screen and (min-width: 721px) {
    .compo-subject .compo-subject__link li a:hover {
      text-decoration: underline;
    }
  }
  @media screen and (max-width: 720px) {
    .compo-subject {
      padding: 4vw;
    }
    .compo-subject .compo-subject__header {
      margin-bottom: 2vw;
      font-size: 4.6vw;
      letter-spacing: 0.3125rem;
    }
    .compo-subject .compo-subject__desc {
      margin-top: 3vw;
    }
    .compo-subject .compo-subject__desc p {
      font-size: 4vw;
    }
    .compo-subject .compo-subject__link {
      margin-top: 3vw;
      padding: 0 2vw 1vw 2vw;
    }
    .compo-subject .compo-subject__link li a {
      padding: 1vw 1vw;
    }
    .compo-subject .compo-subject__link li a .icon--arrow {
      top: 1.2vw;
    }
    .compo-subject.flex__item {
      margin-top: 12vw;
    }
    .compo-subject.flex__item:first-child {
      margin-top: 0;
    }
  }
  .compo-relation {
    margin-top: 9.375rem;
  }
  .compo-relation .compo-relation__body {
    line-height: 2;
  }
  .compo-relation .compo-relation__body p {
    font-size: 1rem;
  }
  .compo-relation .compo-relation__wrap-button {
    margin-top: 2.8125rem;
    text-align: center;
  }
  .compo-relation .compo-relation__wrap-button .compo-relation__button-lead {
    margin-bottom: 0.3125rem;
    color: #c01c25;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 720px) {
    .compo-relation {
      margin-top: 20vw;
    }
    .compo-relation .compo-relation__body {
      padding-right: 5vw;
      padding-left: 5vw;
    }
    .compo-relation .compo-relation__wrap-button {
      margin-top: 6vw;
    }
    .compo-relation .compo-relation__wrap-button .compo-relation__button-lead {
      margin-bottom: 0.3125rem;
      font-size: 6vw;
    }
  }
  .compo-notebox {
    padding: 2.5rem;
    border: 2px solid var(--main);
    border-radius: 0 3.75rem 0 0;
  }
  @media screen and (max-width: 720px) {
    .compo-notebox {
      padding: 3vw 4vw;
    }
  }
  .compo-notebox__header {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid var(--main);
  }
  @media screen and (max-width: 720px) {
    .compo-notebox__header .string {
      font-size: 4.92vw;
    }
  }
  .compo-meta {
    line-height: 1.1;
  }
  .compo-meta .compo-meta__item {
    display: inline-block;
    font-size: 0.625rem;
  }
  .compo-meta .compo-meta__tags {
    margin-left: 0.625rem;
    padding-left: 0.625rem;
    border-left: 0.0625rem solid #c01c25;
    line-height: 1.1;
  }
  .compo-meta .compo-meta__tags a {
    color: #c01c25;
  }
  @media screen and (min-width: 721px) {
    .compo-meta .compo-meta__tags a:hover {
      text-decoration: underline;
    }
  }
  .compo-border-box {
    background: var(--accent);
    color: #fff;
    border-radius: 0 0 3.75rem 0;
  }
  .compo-border-box .header-d .string {
    color: #fff !important;
  }
  .compo-border-box a {
    color: #fff !important;
  }
  @media screen and (min-width: 721px) {
    .compo-border-box:has(header) .compo-border-box__inner {
      display: grid;
      grid-template-columns: 16.25rem 1fr;
      gap: 1.875rem;
    }
  }
  .compo-border-box__inner {
    padding: 2.5rem;
  }
  @media screen and (max-width: 720px) {
    .compo-border-box__inner {
      padding: 7.6923076923vw;
    }
  }
  .compo-border-box .icon.icon--arrow {
    border-color: #fff !important;
  }
  .compo-border-box-a {
    background-color: #fcf2e7;
    padding: 1.875rem;
    border: 0.3125rem solid #c01c25;
  }
  @media screen and (max-width: 720px) {
    .compo-border-box-a {
      padding: 5vw;
    }
  }
  .compo-border-solid-box {
    border: 0.125rem solid #4B80E1;
  }
  .compo-border-solid-box .compo-border-solid-box__header {
    padding: 0.625rem;
    border-bottom: 0.125rem solid #4B80E1;
    text-align: center;
    color: #4B80E1;
  }
  .compo-border-solid-box .compo-border-solid-box__header .string {
    font-size: 1rem;
  }
  .compo-border-solid-box .compo-border-solid-box__header .string small {
    margin-right: 0.3125rem;
  }
  .compo-border-solid-box .compo-border-solid-box__header-a {
    display: inline-block;
    background-color: #4B80E1;
    padding: 0.625rem;
    color: #FFF;
  }
  .compo-border-solid-box .compo-border-solid-box__header-a .string {
    font-size: 1.5625rem;
    font-weight: normal;
  }
  .compo-border-solid-box .compo-border-solid-box__header-a .string small {
    font-size: 0.9375rem;
  }
  .compo-border-solid-box .compo-border-solid-box__body {
    padding: 1.25rem;
  }
  .compo-border-solid-box.compo-border-solid-box--green {
    border-color: #22B373;
  }
  .compo-border-solid-box.compo-border-solid-box--green .compo-border-solid-box__header-a {
    background-color: #22B373;
  }
  .compo-border-solid-box.compo-border-solid-box--green .compo-border-solid-box__header {
    border-bottom-color: #22B373;
    color: #22B373;
  }
  @media screen and (max-width: 720px) {
    .compo-border-solid-box .compo-border-solid-box__header {
      padding: 2vw;
    }
    .compo-border-solid-box .compo-border-solid-box__header .string {
      font-size: 4vw;
    }
    .compo-border-solid-box .compo-border-solid-box__header .string small {
      margin-right: 1vw;
    }
    .compo-border-solid-box .compo-border-solid-box__header-a {
      padding: 2vw;
    }
    .compo-border-solid-box .compo-border-solid-box__header-a .string {
      font-size: 4vw;
    }
    .compo-border-solid-box .compo-border-solid-box__header-a .string small {
      font-size: 3vw;
    }
    .compo-border-solid-box .compo-border-solid-box__body {
      padding: 3vw;
    }
  }
  .compo-color-box {
    background-color: #00aebb;
    background-image: url(../images/content/slash-w-alpha.png);
    padding: 1.5625rem;
    color: #FFF;
  }
  .compo-color-box .compo-color-box__header {
    margin-bottom: 1.25rem;
    padding: 0.3125rem 0.625rem;
    border-left: 0.5rem double #FFF;
  }
  .compo-color-box .compo-color-box__header .string {
    font-size: 1.375rem;
    font-weight: normal;
  }
  .compo-color-box .compo-color-box__header small {
    font-size: 1rem;
  }
  .compo-color-box .compo-color-box__caption {
    background: url(../images/content/slash-w.png) 0 0 repeat-y;
    margin-bottom: 0.9375rem;
    padding: 0.75rem 1.25rem 0.75rem 2.1875rem;
    border: 0.0625rem solid #FFF;
  }
  .compo-color-box .compo-color-box__caption .string {
    font-weight: normal;
  }
  .compo-color-box .dog-year {
    color: #00aebb;
  }
  .compo-color-box.compo-color-box--blue {
    background-color: #0098dc;
  }
  .compo-color-box.compo-color-box--blue .dog-year {
    color: #0098dc;
  }
  .compo-color-box.compo-color-box--orange {
    background-color: #f6ab00;
  }
  .compo-color-box.compo-color-box--orange .dog-year {
    color: #f6ab00;
  }
  .compo-color-box.compo-color-box--pink {
    background-color: #f06c7f;
  }
  .compo-color-box.compo-color-box--pink .dog-year {
    color: #f06c7f;
  }
  .compo-color-box.compo-color-box--vermilion {
    background-color: #ed604e;
  }
  .compo-color-box.compo-color-box--vermilion .dog-year {
    color: #ed604e;
  }
  .compo-color-box.compo-color-box--violet {
    background-color: #758bbd;
  }
  .compo-color-box.compo-color-box--violet .dog-year {
    color: #758bbd;
  }
  .compo-color-box.compo-color-box--cosmos {
    background-color: #da5d9e;
  }
  .compo-color-box.compo-color-box--cosmos .dog-year {
    color: #da5d9e;
  }
  .compo-color-box.compo-color-box--green {
    background-color: #6abc3b;
  }
  .compo-color-box.compo-color-box--green .dog-year {
    color: #6abc3b;
  }
  .compo-color-box.compo-color-box--khaki {
    background-color: #d1a930;
  }
  .compo-color-box.compo-color-box--khaki .dog-year {
    color: #d1a930;
  }
  @media screen and (max-width: 720px) {
    .compo-color-box {
      padding: 0.9375rem;
    }
    .compo-color-box .compo-color-box__header {
      margin-bottom: 3vw;
      padding: 1vw 3vw;
    }
    .compo-color-box .compo-color-box__header .string {
      font-size: 5vw;
    }
    .compo-color-box .compo-color-box__header small {
      font-size: 4vw;
    }
    .compo-color-box .compo-color-box__caption {
      margin-bottom: 0.9375rem;
      padding: 0.75rem 1.25rem 0.75rem 2.1875rem;
    }
    .compo-color-box .compo-color-box__caption .string {
      font-size: 4vw;
    }
  }
  .compo-border-item {
    padding: 0.9375rem;
    border: 0.0625rem solid #c01c25;
    font-weight: bold;
    color: #c01c25;
  }
  .compo-border-item p {
    font-size: 1rem;
    font-weight: bold;
  }
  .compo-plugin {
    padding: 1.25rem;
    border: 0.0625rem solid #cccccc;
  }
  .compo-plugin .compo-plugin__banner,
  .compo-plugin .compo-plugin__desc {
    display: table-cell;
    vertical-align: middle;
  }
  .compo-plugin .compo-plugin__desc {
    padding-left: 1.25rem;
    font-size: 1rem;
  }
  @media screen and (max-width: 720px) {
    .compo-plugin {
      padding: 0.9375rem;
    }
    .compo-plugin .compo-plugin__banner {
      width: 6.875rem;
      vertical-align: top;
    }
    .compo-plugin .compo-plugin__desc {
      padding-left: 0.625rem;
    }
  }
  .compo-search {
    overflow: hidden;
    display: inline-block;
    width: 21.875rem;
    border: 0.0625rem solid #cccccc;
  }
  .compo-search .compo-search__query {
    float: left;
    padding: 1rem 1.125rem;
    width: 18rem;
    border: 0;
    font-size: 1.1875rem;
  }
  .compo-search .compo-search__button {
    float: right;
    display: block;
    background-color: #c01c25;
    width: 3.75rem;
    height: 3.75rem;
    text-align: center;
  }
  .compo-search.compo-search--longer {
    width: 33.125rem;
  }
  .compo-search.compo-search--longer .compo-search__query {
    width: 28.75rem;
  }
  .compo-search.compo-search--min {
    width: 21.25rem;
  }
  .compo-search.compo-search--min .compo-search__query {
    padding: 0.1875rem 0.625rem;
    width: 18.9375rem;
  }
  .compo-search.compo-search--min .compo-search__button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .compo-search.compo-search--min .compo-search__button .icon {
    top: 0.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }
  @media screen and (max-width: 720px) {
    .compo-search {
      width: 100%;
    }
    .compo-search .compo-search__query {
      width: calc(100% - 3.75rem);
      font-size: 6vw;
    }
    .compo-search.compo-search--longer {
      width: 100%;
    }
    .compo-search.compo-search--longer .compo-search__query {
      padding: 3vw 3vw;
      height: 13vw;
      width: calc(100% - 13vw);
      font-size: 4vw;
    }
    .compo-search.compo-search--longer .compo-search__button {
      width: 13vw;
      height: 13vw;
      font-size: 0.625rem;
    }
    .compo-search.compo-search--longer .compo-search__button .icon--search-w {
      width: 7vw;
      height: 7vw;
    }
    .compo-search.compo-search--min {
      width: 100%;
    }
    .compo-search.compo-search--min .compo-search__query {
      height: 2.1875rem;
      width: calc(100% - 2.1875rem);
      font-size: 4vw;
    }
  }
  @media screen and (max-width: 720px) {
    .compo-meta .compo-meta__item {
      font-size: 3.28vw;
    }
  }
  .compo-point-circle .item {
    position: relative;
    margin-bottom: 0.625rem;
    min-height: 4.625rem;
  }
  .compo-point-circle .item .icon--point-circle {
    position: absolute;
    left: 0;
    top: 0;
  }
  .compo-point-circle .item .compot-point-circle__text {
    padding-top: 1.25rem;
    padding-left: 5.9375rem;
  }
  .compo-point-circle .item .compot-point-circle__text p, .compo-point-circle .item .compot-point-circle__text dt {
    font-size: 1.375rem;
    line-height: 1.4;
  }
  .compo-point-circle .item .compot-point-circle__text dt {
    margin-bottom: 0.9375rem;
  }
  .compo-point-circle .item .compot-point-circle__text dd {
    font-size: 1rem;
  }
  .compo-point-rect .item {
    position: relative;
    margin-bottom: 0.625rem;
  }
  .compo-point-rect .item .compot-point-rect__icon,
  .compo-point-rect .item .compot-point-rect__text {
    display: table-cell;
    vertical-align: top;
  }
  .compo-point-rect .item .icon--point-rect {
    white-space: nowrap;
  }
  .compo-point-rect .item .compot-point-rect__text {
    padding-left: 1.25rem;
  }
  .compo-point-rect .item .compot-point-rect__text p, .compo-point-rect .item .compot-point-rect__text dt {
    padding-top: 0.625rem;
    font-size: 1.375rem;
    line-height: 1.4;
  }
  .compo-point-rect .item .compot-point-rect__text dt {
    margin-bottom: 0.9375rem;
  }
  .compo-point-rect .item .compot-point-rect__text dd {
    font-size: 1rem;
  }
  .compo-items {
    background-color: #c01c25;
    background-image: url(/assets/images/content/slash.png);
    padding: 0.9375rem 0.9375rem;
    padding-bottom: 0.3125rem;
  }
  .compo-items .compo-items__inner {
    width: 100%;
  }
  .compo-items .compo-items__inner .item {
    background: url(../images/content/dog-year.png) 0 0 no-repeat;
    margin-bottom: 0.625rem;
    padding: 1rem 1.125rem;
    vertical-align: middle;
    color: #c01c25;
    font-weight: bold;
    line-height: 1.3;
  }
  .compo-items .compo-items__inner .item a {
    display: block;
    position: relative;
    color: #c01c25;
    padding-left: 1.25rem;
  }
  .compo-items .compo-items__inner .item a .icon--arrow {
    position: absolute;
    left: 0;
    top: 0.1875rem;
  }
  @media screen and (max-width: 720px) {
    .compo-items {
      padding: 0.9375rem 0.9375rem;
      padding-bottom: 0.3125rem;
    }
    .compo-items .compo-items__inner .flex {
      justify-content: space-between;
    }
    .compo-items .compo-items__inner .flex .item {
      width: 48%;
    }
    .compo-items .compo-items__inner .flex .item a {
      padding-left: 5vw;
    }
  }
  .compo-items-circle--committee {
    background-color: #f5c9dd;
    background-image: url(/assets/images/content/slash-w-alpha.png);
    padding: 0.9375rem 0.9375rem;
    padding-bottom: 0.3125rem;
  }
  .compo-items-circle--committee .compo-items__inner {
    width: 100%;
  }
  .compo-items-circle--committee .compo-items__inner .item {
    background: url(../images/content/dog-year.png) 0 0 no-repeat;
    margin-bottom: 0.625rem;
    padding: 1rem 1.125rem;
    vertical-align: middle;
    color: #c01c25;
    font-weight: bold;
    line-height: 1.3;
  }
  .compo-items-circle--committee .compo-items__inner .item a {
    display: block;
    position: relative;
    color: #c01c25;
    padding-left: 1.25rem;
  }
  .compo-items-circle--committee .compo-items__inner .item a .icon--arrow {
    position: absolute;
    left: 0;
    top: 0.1875rem;
  }
  @media screen and (max-width: 720px) {
    .compo-items-circle--committee {
      padding: 0.9375rem 0.9375rem;
      padding-bottom: 0.3125rem;
    }
    .compo-items-circle--committee .compo-items__inner .flex {
      justify-content: space-between;
    }
    .compo-items-circle--committee .compo-items__inner .flex .item {
      width: 48%;
    }
    .compo-items-circle--committee .compo-items__inner .flex .item a {
      padding-left: 5vw;
    }
  }
  .compo-items-circle--sports {
    background-color: #bbddec;
    background-image: url(/assets/images/content/slash-w-alpha.png);
    padding: 0.9375rem 0.9375rem;
    padding-bottom: 0.3125rem;
  }
  .compo-items-circle--sports .compo-items__inner {
    width: 100%;
  }
  .compo-items-circle--sports .compo-items__inner .item {
    background: url(../images/content/dog-year.png) 0 0 no-repeat;
    margin-bottom: 0.625rem;
    padding: 1rem 1.125rem;
    vertical-align: middle;
    color: #c01c25;
    font-weight: bold;
    line-height: 1.3;
  }
  .compo-items-circle--sports .compo-items__inner .item a {
    display: block;
    position: relative;
    color: #c01c25;
    padding-left: 1.25rem;
  }
  .compo-items-circle--sports .compo-items__inner .item a .icon--arrow {
    position: absolute;
    left: 0;
    top: 0.1875rem;
  }
  @media screen and (max-width: 720px) {
    .compo-items-circle--sports {
      padding: 0.9375rem 0.9375rem;
      padding-bottom: 0.3125rem;
    }
    .compo-items-circle--sports .compo-items__inner .flex {
      justify-content: space-between;
    }
    .compo-items-circle--sports .compo-items__inner .flex .item {
      width: 48%;
    }
    .compo-items-circle--sports .compo-items__inner .flex .item a {
      padding-left: 5vw;
    }
  }
  .compo-items-circle--culture {
    background-color: #c5d2a2;
    background-image: url(/assets/images/content/slash-w-alpha.png);
    padding: 0.9375rem 0.9375rem;
    padding-bottom: 0.3125rem;
  }
  .compo-items-circle--culture .compo-items__inner {
    width: 100%;
  }
  .compo-items-circle--culture .compo-items__inner .item {
    background: url(../images/content/dog-year.png) 0 0 no-repeat;
    margin-bottom: 0.625rem;
    padding: 1rem 1.125rem;
    vertical-align: middle;
    color: #c01c25;
    font-weight: bold;
    line-height: 1.3;
  }
  .compo-items-circle--culture .compo-items__inner .item a {
    display: block;
    position: relative;
    color: #c01c25;
    padding-left: 1.25rem;
  }
  .compo-items-circle--culture .compo-items__inner .item a .icon--arrow {
    position: absolute;
    left: 0;
    top: 0.1875rem;
  }
  @media screen and (max-width: 720px) {
    .compo-items-circle--culture {
      padding: 0.9375rem 0.9375rem;
      padding-bottom: 0.3125rem;
    }
    .compo-items-circle--culture .compo-items__inner .flex {
      justify-content: space-between;
    }
    .compo-items-circle--culture .compo-items__inner .flex .item {
      width: 48%;
    }
    .compo-items-circle--culture .compo-items__inner .flex .item a {
      padding-left: 5vw;
    }
  }
  .compo-items-circle--organisation {
    background-color: #ED6C00;
    background-image: url(/assets/images/content/slash-w-alpha.png);
    padding: 0.9375rem 0.9375rem;
    padding-bottom: 0.3125rem;
  }
  .compo-items-circle--organisation .compo-items__inner {
    width: 100%;
  }
  .compo-items-circle--organisation .compo-items__inner .item {
    background: url(../images/content/dog-year.png) 0 0 no-repeat;
    margin-bottom: 0.625rem;
    padding: 1rem 1.125rem;
    vertical-align: middle;
    color: #c01c25;
    font-weight: bold;
    line-height: 1.3;
  }
  .compo-items-circle--organisation .compo-items__inner .item a {
    display: block;
    position: relative;
    color: #c01c25;
    padding-left: 1.25rem;
  }
  .compo-items-circle--organisation .compo-items__inner .item a .icon--arrow {
    position: absolute;
    left: 0;
    top: 0.1875rem;
  }
  @media screen and (max-width: 720px) {
    .compo-items-circle--organisation {
      padding: 0.9375rem 0.9375rem;
      padding-bottom: 0.3125rem;
    }
    .compo-items-circle--organisation .compo-items__inner .flex {
      justify-content: space-between;
    }
    .compo-items-circle--organisation .compo-items__inner .flex .item {
      width: 48%;
    }
    .compo-items-circle--organisation .compo-items__inner .flex .item a {
      padding-left: 5vw;
    }
  }
  .compo-pickup-item .compo-pickup-item__inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell .media-poster {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    height: 21.25rem;
  }
  .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell .compo-pickup-item__video {
    overflow: hidden;
    width: 100%;
    line-height: 1;
  }
  .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell .compo-pickup-item__video iframe {
    margin-left: -6.25rem;
    vertical-align: top;
  }
  .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell.compo-pickup-item__cell--text {
    padding: 2.5rem;
  }
  .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell.compo-pickup-item__cell--text .title {
    margin: 0.9375rem 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell.compo-pickup-item__cell--text .compo-meta .compo-meta__item {
    font-size: 0.875rem;
  }
  .compo-pickup-item .compo-pickup-item-wrap-button {
    margin-top: -0.625rem;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    .compo-pickup-item .compo-pickup-item__inner {
      display: block;
    }
    .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell {
      display: block;
      width: 100%;
    }
    .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell .media-poster {
      height: 45vw;
    }
    .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell.compo-pickup-item__cell--text {
      padding: 4vw 7vw;
    }
    .compo-pickup-item .compo-pickup-item__inner .compo-pickup-item__cell.compo-pickup-item__cell--text .title {
      margin: 2vw 0;
      font-size: 4.1vw;
    }
    .compo-pickup-item .compo-pickup-item-wrap-button {
      margin-top: -0.625rem;
      text-align: center;
    }
  }
  .compo-profile-item {
    padding-bottom: 1.25rem;
  }
  .compo-profile-item .compo-profile-item__header {
    margin-top: 0;
    margin-bottom: 1.5625rem;
  }
  .compo-profile-item .header-f {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .compo-profile-item .compo-profile-item__body p {
    font-size: 0.9375rem;
  }
  .compo-profile-item .compo-profile-item__body figure {
    margin-top: 1.25rem;
    text-align: center;
  }
  .compo-profile-item .compo-profile-item__body figure img {
    max-width: 80%;
  }
  .compo-profile-item .compo-profile-item__body figure figcaption {
    margin: 0.625rem auto 0 auto;
    max-width: 80%;
    font-size: 0.875rem;
  }
  .compo-profile-item .compo-profile-item__summery .compo-profile-item__photo {
    float: left;
    width: 8.75rem;
  }
  .compo-profile-item .compo-profile-item__summery .compo-profile-item__text {
    margin-left: 10rem;
  }
  .compo-profile-item .compo-profile-item__summery .compo-profile-item__name {
    margin-bottom: 0.3125rem;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .compo-profile-item .compo-profile-item__summery .compo-profile-item__ruby,
  .compo-profile-item .compo-profile-item__summery .compo-profile-item__meta {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
  .compo-profile-item .compo-profile-item__summery .compo-profile-item__meta {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .compo-profile-item .compo-profile-item__summery .compo-point-rect .label-ja {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .compo-profile-item .compo-profile-item__summery .compo-point-rect .compot-point-rect__text {
    vertical-align: middle;
  }
  .compo-profile-item .compo-profile-item__summery .compo-point-rect .compot-point-rect__text p {
    padding: 0;
    font-size: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .compo-profile-item {
      padding-bottom: 4vw;
    }
    .compo-profile-item .compo-profile-item__header {
      margin-bottom: 5vw;
    }
    .compo-profile-item .header-f {
      margin-top: 5vw;
      margin-bottom: 4vw;
    }
    .compo-profile-item .compo-profile-item__body p {
      font-size: 4.1vw;
    }
    .compo-profile-item .compo-profile-item__body figcaption {
      font-size: 4.1vw;
    }
    .compo-profile-item .compo-profile-item__summery .compo-profile-item__photo {
      width: 6.25rem;
    }
    .compo-profile-item .compo-profile-item__summery .compo-profile-item__text {
      margin-left: 7.5rem;
    }
    .compo-profile-item .compo-profile-item__summery .compo-profile-item__name {
      font-size: 6vw;
    }
    .compo-profile-item .compo-profile-item__summery .compo-profile-item__ruby,
    .compo-profile-item .compo-profile-item__summery .compo-profile-item__meta {
      margin-bottom: 4vw;
      font-size: 3.8vw;
    }
    .compo-profile-item .compo-profile-item__summery .compo-profile-item__meta {
      font-size: 3.2vw;
    }
    .compo-profile-item .compo-profile-item__summery .compo-point-rect .label-ja {
      font-size: 3.8vw;
      line-height: 1.3;
    }
  }
  .compo-profile .header-g {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .compo-profile .compo-profile__header {
    margin-bottom: 2.5rem;
  }
  .compo-profile .compo-profile__body {
    margin: 0 2.5rem;
  }
  .compo-profile .compo-profile__body .icon--point-rect {
    min-width: 7.5rem;
  }
  .compo-profile .compo-profile__body .compo-point-rect .item {
    margin-bottom: 1.25rem;
  }
  .compo-profile .compo-profile__body .compot-point-rect__text {
    vertical-align: middle;
  }
  .compo-profile .compo-profile__body .compot-point-rect__text p {
    padding-top: 0;
    font-size: 0.9375rem;
  }
  .compo-profile .compo-profile__body .table-b th {
    width: 20%;
  }
  .compo-profile .compo-profile__body .table-plain th {
    width: 15%;
  }
  .compo-profile .compo-profile__cont {
    padding: 0 1.5625rem;
  }
  .compo-profile .compo-profile__summery {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .compo-profile .compo-profile__summery .item {
    display: table-cell;
    vertical-align: top;
  }
  .compo-profile .compo-profile__summery .compo-profile__photo {
    width: 6.25rem;
  }
  .compo-profile .compo-profile__summery .compo-profile__text {
    padding: 0 1.25rem;
    width: 15.3125rem;
  }
  .compo-profile .compo-profile__summery .compo-profile__text dl {
    line-height: 1.4;
  }
  .compo-profile .compo-profile__summery .compo-profile__text dt {
    font-size: 1rem;
  }
  .compo-profile .compo-profile__summery .compo-profile__text dd {
    font-size: 1.625rem;
  }
  .compo-profile .compo-profile__summery .compo-profile__text dd small {
    display: block;
    font-size: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .compo-profile .header-g {
      margin-top: 5vw;
      margin-bottom: 3vw;
    }
    .compo-profile .compo-profile__header {
      margin-top: 0;
      margin-bottom: 5vw;
    }
    .compo-profile .compo-profile__body {
      margin: 0;
    }
    .compo-profile .compo-profile__body .icon--point-rect {
      min-width: 0;
      width: 30vw;
    }
    .compo-profile .compo-profile__body .compo-point-rect .item {
      margin-bottom: 1.25rem;
    }
    .compo-profile .compo-profile__body .compot-point-rect__text {
      vertical-align: middle;
    }
    .compo-profile .compo-profile__body .compot-point-rect__text p {
      padding-top: 0;
      font-size: 4vw;
    }
    .compo-profile .compo-profile__body .table-b th {
      width: 30%;
    }
    .compo-profile .compo-profile__body .table-plain th {
      width: 30%;
      white-space: nowrap;
    }
    .compo-profile .compo-profile__cont {
      padding: 0;
    }
    .compo-profile .compo-profile__summery {
      display: block;
    }
    .compo-profile .compo-profile__summery .item {
      display: block;
      vertical-align: top;
    }
    .compo-profile .compo-profile__summery .compo-profile__photo {
      float: left;
      width: 5rem;
    }
    .compo-profile .compo-profile__summery .compo-profile__text {
      margin-left: 5.625rem;
      padding: 0;
      width: auto;
    }
    .compo-profile .compo-profile__summery .compo-profile__text dt {
      font-size: 3.8vw;
    }
    .compo-profile .compo-profile__summery .compo-profile__text dd {
      font-size: 5.2vw;
    }
    .compo-profile .compo-profile__summery .compo-profile__text dd small {
      font-size: 4vw;
    }
    .compo-profile .compo-profile__summery .compo-profile__props {
      clear: both;
      padding-top: 5vw;
    }
  }
  .compo-wrap-resposive-iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .compo-wrap-resposive-iframe video,
  .compo-wrap-resposive-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .compo-wrap-resposive-iframe-p {
    position: relative;
    width: 100%;
  }
  @media screen and (max-width: 720px) {
    .compo-wrap-resposive-iframe-p iframe {
      width: 100%;
      height: 150vw;
    }
  }
  .compo-mat-item {
    background: #eeeeee;
    padding: 1.5625rem;
  }
  .compo-mat-item p {
    font-size: 1.125rem;
  }
  .compo-mat-item--white {
    background: #fff;
    padding: 1.5625rem;
  }
  .compo-mat-item--white p {
    font-size: 1rem;
  }
  .compo-fixed-bar {
    position: relative;
    width: 100%;
  }
  .compo-fixed-bar.fix .compo-fixed-bar__inner {
    position: fixed;
  }
  .compo-fixed-bar .compo-fixed-bar__inner {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
  }
  .compo-fixed-bar .compo-fixed-bar__inner .button--c {
    margin: 0 0 0.3125rem 0;
    padding: 0.625rem 0.625rem 1.25rem 0.9375rem;
    text-align: center;
    transition: background 0.25s ease;
  }
  .compo-fixed-bar .compo-fixed-bar__inner .button--c .label {
    display: inline-block;
    font-size: 1.125rem;
  }
  @media screen and (min-width: 721px) {
    .compo-fixed-bar .compo-fixed-bar__inner .button--c .label {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
    }
  }
  .compo-fixed-bar .compo-fixed-bar__inner .button--c .icon {
    display: block;
    margin-top: 0.1875rem;
    border-width: 0.125rem;
  }
  .compo-fixed-bar .compo-fixed-bar__inner .button--c:hover {
    text-decoration: none;
    background-color: #e33a35;
  }
  @media screen and (max-width: 720px) {
    .compo-fixed-bar .compo-fixed-bar__inner {
      position: fixed;
      right: 0;
      top: inherit;
      bottom: 0;
      background-color: #FFF;
      padding: 2vw;
      width: 100%;
      box-shadow: 0 -0.0625rem 0 rgba(51, 51, 51, 0.1);
    }
    .compo-fixed-bar .compo-fixed-bar__inner ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .compo-fixed-bar .compo-fixed-bar__inner ul li {
      margin: 0;
      width: 49%;
    }
    .compo-fixed-bar .compo-fixed-bar__inner .button--c {
      display: block;
      margin: 0;
      padding: 3vw;
      text-align: center;
      transition: background 0.25s ease;
    }
    .compo-fixed-bar .compo-fixed-bar__inner .button--c .label {
      display: inline-block;
      width: auto;
      font-size: 4.1vw;
    }
    .compo-fixed-bar .compo-fixed-bar__inner .button--c .icon {
      display: inline-block;
      margin-top: -1.5vw;
      border-width: 0.125rem;
    }
  }
  .compo-point-info .item {
    margin-bottom: 1.875rem;
  }
  .compo-point-info .item:last-child {
    margin-bottom: 0;
  }
  .compo-point-info .item dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .compo-point-info .item dt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fcf2e7;
    border: 0.0625rem solid #c01c25;
    font-size: 1.375rem;
    text-align: center;
    width: 20%;
    height: 9.375rem;
  }
  .compo-point-info .item dt small {
    display: block;
    font-size: 70%;
  }
  .compo-point-info .item dt:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    right: -0.625rem;
    top: 50%;
    margin-top: -0.625rem;
    width: 1.125rem;
    height: 1.125rem;
    background: #fcf2e7;
    border-top: 0.0625rem solid #c01c25;
    border-right: 0.0625rem solid #c01c25;
    transform: rotate(45deg);
  }
  .compo-point-info .item dd {
    width: 74%;
    line-height: 1.5;
  }
  .compo-point-info .item dd ul {
    font-size: 0.9375rem;
  }
  .compo-point-info .item dd ul li {
    margin-bottom: 0;
  }
  @media screen and (max-width: 720px) {
    .compo-point-info .item {
      margin-bottom: 8vw;
    }
    .compo-point-info .item:last-child {
      margin-bottom: 0;
    }
    .compo-point-info .item dl {
      display: block;
    }
    .compo-point-info .item dt {
      margin-bottom: 7vw;
      padding: 3vw;
      font-size: 5vw;
      text-align: center;
      width: auto;
      height: auto;
    }
    .compo-point-info .item dt:after {
      right: inherit;
      left: 50%;
      top: inherit;
      bottom: -2vw;
      width: 4vw;
      height: 4vw;
      margin-top: 0;
      margin-left: -2vw;
      transform: rotate(135deg);
    }
    .compo-point-info .item dd {
      width: auto;
      line-height: 1.5;
    }
    .compo-point-info .item dd ul {
      margin-bottom: 5vw;
    }
    .compo-point-info .item dd ul li {
      margin-bottom: 0;
    }
  }
  .compo-emergency {
    margin: 0 auto 1.25rem auto;
    width: 37.5rem;
    max-width: 100%;
  }
  @media screen and (min-width: 44.9375rem) {
    .compo-emergency {
      display: table;
    }
  }
  .compo-emergency dt, .compo-emergency ul {
    font-size: 1.125rem;
  }
  .compo-emergency a {
    display: inline-block;
    position: relative;
    color: #c01c25;
    padding-left: 1.25rem;
  }
  .compo-emergency a .icon {
    position: absolute;
    left: 0;
    top: 0.5rem;
  }
  @media screen and (min-width: 721px) {
    .compo-emergency a:hover {
      text-decoration: underline;
    }
  }
  .compo-emergency dl {
    color: #c01c25;
    font-weight: bold;
  }
  @media screen and (min-width: 44.9375rem) {
    .compo-emergency dl {
      display: table-row;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    .compo-emergency dl > * {
      display: table-cell;
      vertical-align: top;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    .compo-emergency dt {
      padding-right: 0.625rem;
      white-space: nowrap;
    }
    .compo-emergency dt .icon {
      margin-right: 0.3125rem;
      top: 0.25rem;
    }
  }
  .compo-emergency__list li {
    margin-bottom: 0.3125rem;
  }
  @media screen and (max-width: 720px) {
    .compo-emergency {
      margin-bottom: 4vw;
    }
    .compo-emergency a {
      padding-left: 4vw;
    }
    .compo-emergency a .icon {
      top: 2vw;
    }
    .compo-emergency dt {
      margin-bottom: 2vw;
    }
    .compo-emergency dt .icon {
      margin-right: 1.5vw;
      top: 1.2vw;
    }
    .compo-emergency__list li {
      margin-bottom: 1vw;
      font-size: 90%;
    }
  }
  .compo-mat-narrow {
    padding: 2.1875rem 2.1875rem 0 2.1875rem;
    background-color: #ededed;
  }
  @media screen and (max-width: 720px) {
    .compo-mat-narrow {
      padding: 4.666vw 4.666vw 0 4.666vw;
    }
  }
  .compo-form-checkbox {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 1.5625rem;
  }
  @media screen and (max-width: 720px) {
    .compo-form-checkbox {
      padding-left: 0;
      padding-bottom: 2.666vw;
    }
  }
  .compo-form-checkbox:after {
    content: "";
    display: block;
    clear: both;
  }
  .compo-form-checkbox label {
    display: block;
    float: left;
  }
  .compo-form-checkbox label input[type=checkbox] {
    display: none;
  }
  .compo-form-checkbox label input[type=checkbox] + span {
    position: relative;
    vertical-align: baseline;
    margin-bottom: 0.625rem;
    padding: 0 1.25rem 0 1.5625rem;
  }
  .compo-form-checkbox label input[type=checkbox] + span:before, .compo-form-checkbox label input[type=checkbox] + span:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .compo-form-checkbox label input[type=checkbox] + span:before {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.125rem;
    border-style: solid;
    border-color: #c01c26;
    background-color: transparent;
    z-index: 0;
  }
  .compo-form-checkbox label input[type=checkbox] + span:after {
    margin: 0.3125rem 0.4375rem;
    width: 0.375rem;
    height: 0.5625rem;
    z-index: 1;
  }
  .compo-form-checkbox label input[type=checkbox]:checked + span:before {
    background-color: #c01c26;
  }
  .compo-form-checkbox label input[type=checkbox]:checked + span:after {
    border: 0.125rem solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
  }
  .compo-form-checkbox label span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .compo-form-checkbox label.input-color-kokusai input[type=checkbox] + span:before {
    border-color: #00AEBB;
  }
  .compo-form-checkbox label.input-color-kokusai input[type=checkbox]:checked + span:before {
    background-color: #00AEBB;
  }
  .compo-form-checkbox label.input-color-ningen input[type=checkbox] + span:before {
    border-color: #F6AB00;
  }
  .compo-form-checkbox label.input-color-ningen input[type=checkbox]:checked + span:before {
    background-color: #F6AB00;
  }
  .compo-form-checkbox label.input-color-keizai input[type=checkbox] + span:before {
    border-color: #E95377;
  }
  .compo-form-checkbox label.input-color-keizai input[type=checkbox]:checked + span:before {
    background-color: #E95377;
  }
  .compo-form-checkbox label.input-color-shogaku input[type=checkbox] + span:before {
    border-color: #0093D4;
  }
  .compo-form-checkbox label.input-color-shogaku input[type=checkbox]:checked + span:before {
    background-color: #0093D4;
  }
  .compo-form-checkbox label.input-color-chiiki input[type=checkbox] + span:before {
    border-color: #EB6143;
  }
  .compo-form-checkbox label.input-color-chiiki input[type=checkbox]:checked + span:before {
    background-color: #EB6143;
  }
  .compo-form-checkbox label.input-color-riko input[type=checkbox] + span:before {
    border-color: #5CB531;
  }
  .compo-form-checkbox label.input-color-riko input[type=checkbox]:checked + span:before {
    background-color: #5CB531;
  }
  .compo-form-checkbox label.input-color-seimei input[type=checkbox] + span:before {
    border-color: #DA5D9E;
  }
  .compo-form-checkbox label.input-color-seimei input[type=checkbox]:checked + span:before {
    background-color: #DA5D9E;
  }
  .compo-form-checkbox label.input-color-kenchiku input[type=checkbox] + span:before {
    border-color: #5C6FB4;
  }
  .compo-form-checkbox label.input-color-kenchiku input[type=checkbox]:checked + span:before {
    background-color: #5C6FB4;
  }
  .compo-form-checkbox label.input-color-gejutsu input[type=checkbox] + span:before {
    border-color: #DA9100;
  }
  .compo-form-checkbox label.input-color-gejutsu input[type=checkbox]:checked + span:before {
    background-color: #DA9100;
  }
  .compo-form-checkbox label.input-color-keiei input[type=checkbox] + span:before {
    border-color: #0499D9;
  }
  .compo-form-checkbox label.input-color-keiei input[type=checkbox]:checked + span:before {
    background-color: #0499D9;
  }
  .compo-form-checkbox label.input-color-zoukei input[type=checkbox] + span:before {
    border-color: #74498d;
  }
  .compo-form-checkbox label.input-color-zoukei input[type=checkbox]:checked + span:before {
    background-color: #74498d;
  }
  .compo-form-checkbox.compo-form-checkbox-col-2 label {
    width: 50%;
  }
  .compo-box-category {
    margin-bottom: 0.625rem;
  }
  @media screen and (max-width: 720px) {
    .compo-box-category {
      margin-bottom: 0.625rem;
    }
  }
  .compo-box-category:hover {
    text-decoration: none;
  }
  .compo-box-category span {
    display: inline-block;
    text-align: center;
  }
  .compo-box-category span:hover {
    text-decoration: none;
  }
  .compo-box-category span[class*=cat-] {
    margin-right: 0.25rem;
  }
  @media screen and (max-width: 720px) {
    .compo-box-category span[class*=cat-] {
      margin-right: 0.25rem;
    }
  }
  .compo-box-category span[class*=cat-faculty-] {
    padding: 0.375rem 0.75rem;
    min-width: 6.875rem;
    color: #fff;
    background-color: #c01c25;
  }
  @media screen and (max-width: 720px) {
    .compo-box-category span[class*=cat-faculty-] {
      padding: 0.625rem 0.75rem;
      min-width: 5.9375rem;
    }
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-ningen {
    background-color: #F6AB00;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-kokusai {
    background-color: #00AEBB;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-keizai {
    background-color: #E95377;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-shogaku {
    background-color: #0093D4;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-chiiki {
    background-color: #EB6143;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-riko {
    background-color: #5CB531;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-seimei {
    background-color: #DA5D9E;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-kenchiku {
    background-color: #5C6FB4;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-kogaku {
    background-color: #536FAA;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-gejutsu {
    background-color: #DA9100;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-keiei {
    background-color: #0499D9;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-daigakuin {
    background-color: #c01c25;
  }
  .compo-box-category span[class*=cat-faculty-].cat-faculty-zoukei {
    background-color: #74498d;
  }
  .compo-box-category span[class*=cat-state-] {
    padding: 0.375rem 0.75rem;
    color: #c01c26;
  }
  @media screen and (max-width: 720px) {
    .compo-box-category span[class*=cat-state-] {
      padding: 0.625rem 0.75rem;
    }
  }
  .compo-box-category span[class*=cat-state-].cat-state-current {
    background-color: #fee0e0;
  }
  .compo-box-category span[class*=cat-state-].cat-state-graduate {
    background-color: #fce8c3;
  }
  .compo-box-category span[class*=cat-state-].cat-state-teacher {
    background-color: #E6E9F1;
    color: #536FAA;
  }
  .compo-switch-display.is-open .icon.icon--plusminus:after {
    transform: translate(-50%, -0.0625rem) rotate(0deg);
  }
  .box-narrow-button {
    padding-top: 0.5rem;
    text-align: center;
  }
  .page-event {
    position: relative;
    padding: 7.5rem 0 5.625rem 0;
  }
  @media screen and (max-width: 720px) {
    .page-event {
      padding: 21.3333333333vw 0 16vw 0;
    }
  }
  .page-event__hdr {
    position: relative;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  @media screen and (max-width: 720px) {
    .page-event__hdr {
      margin-bottom: 4vw;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__en img {
      width: 40.5333333333vw;
    }
  }
  .page-event__ttl {
    display: inline-block;
    background: #c01c25;
    margin-top: 0.9375rem;
    color: #fff;
    font-size: 1rem;
    padding: 0.125rem 3.75rem;
    font-weight: normal;
  }
  @media screen and (max-width: 720px) {
    .page-event__ttl {
      margin-top: 2vw;
      display: inline-block;
      padding: 0;
      font-size: 3.2vw;
      width: 28vw;
    }
  }
  .page-event__cont {
    border-top: 0.0625rem solid #ccc;
    border-bottom: 0.0625rem solid #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__cont {
      padding: 1.25rem 0;
    }
    .page-event__cont:hover .page-event__thumb img {
      transform: scale(1.1);
      opacity: 0.7;
    }
    .page-event__cont:hover .page-event__txt {
      text-decoration: underline;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__cont {
      padding: 4vw 0;
      justify-content: space-between;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__box {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 22.5rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__box {
      width: 26.6666666667vw;
    }
  }
  .page-event__time {
    background: #c01c25;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__time {
      width: 11.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__time {
      height: 16vw;
    }
  }
  .page-event__ym {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    .page-event__ym {
      font-size: 2.6666666667vw;
    }
  }
  .page-event__d {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1;
  }
  .page-event__d b {
    font-size: 2.875rem;
    font-weight: normal;
  }
  @media screen and (max-width: 720px) {
    .page-event__d {
      font-size: 2.6666666667vw;
    }
    .page-event__d b {
      font-size: 6.9333333333vw;
    }
  }
  .page-event__w {
    position: relative;
    top: 0.375rem;
    margin-left: 0.3125rem;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    color: #c01c25;
    line-height: 2.5rem;
    border-radius: 6.25rem;
    font-size: 1rem;
  }
  @media screen and (max-width: 720px) {
    .page-event__w {
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      line-height: 5.3333333333vw;
      font-size: 2.6666666667vw;
    }
  }
  .page-event__wthumb {
    overflow: hidden;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__wthumb {
      width: 11.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__wthumb {
      height: 20vw;
    }
  }
  .page-event__thumb {
    height: 100%;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__thumb {
      height: 8.75rem;
    }
  }
  .page-event__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-property: transform, opacity;
    transition-duration: 0.25s;
  }
  .page-event__wtxt {
    padding: 0 1.875rem;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__wtxt {
      width: calc(100% - 22.5rem);
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__wtxt {
      width: calc(100% - 26.6666666667vw);
      padding: 0 0 0 4vw;
    }
  }
  .page-event__meta {
    margin-bottom: 0.625rem;
  }
  .page-event__meta > * {
    margin-right: 0.4375rem;
  }
  @media screen and (max-width: 720px) {
    .page-event__meta {
      margin-bottom: 2vw;
    }
    .page-event__meta > * {
      margin-right: 0.6666666667vw;
    }
  }
  .page-event__tax {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    color: #c01c25;
    border: 0.0625rem solid #c01c25;
    line-height: 1.1;
  }
  @media screen and (max-width: 720px) {
    .page-event__tax {
      padding: 0.6666666667vw 1.3333333333vw;
      font-size: 2.4vw;
    }
  }
  .page-event__state {
    display: inline-block;
    padding: 0.4375rem 0.625rem;
    line-height: 1.1;
  }
  @media screen and (max-width: 720px) {
    .page-event__state {
      padding: 1.0666666667vw 1.3333333333vw;
      font-size: 2.4vw;
    }
  }
  .page-event__state.is-open {
    color: #fff;
    background: #c01c25;
  }
  .page-event__state.is-entry {
    color: #fff;
    background: #000;
  }
  .page-event__state.is-end {
    background: #f2f2f2;
  }
  .page-event__info {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    color: #999;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__info {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__info {
      margin-top: 2.6666666667vw;
      font-size: 2.4vw;
    }
  }
  .page-event__info .icon {
    margin-right: 0.4375rem;
    vertical-align: middle;
  }
  @media screen and (max-width: 720px) {
    .page-event__info .icon {
      margin-right: 1.3333333333vw;
    }
    .page-event__info .icon.icon--men {
      top: -0.4vw;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__info > li {
      margin-left: 1.5em;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__info > li {
      margin-top: 1.0666666667vw;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 96%;
    }
  }
  .page-event__info > li:first-child {
    margin-left: 0;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__info > li:first-child {
      max-width: 13.125rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  }
  .page-event__txt {
    font-size: 1rem;
    overflow: hidden;
    padding: 0 0.625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2;
  }
  @media screen and (max-width: 720px) {
    .page-event__txt {
      padding: 0;
      font-size: 2.9333333333vw;
      -webkit-line-clamp: 3;
      line-height: 1.5;
    }
  }
  .page-event__wbtn {
    text-align: center;
    padding-top: 2.5rem;
  }
  @media screen and (max-width: 720px) {
    .page-event__wbtn {
      padding-top: 8vw;
    }
  }
  .page-event__btn {
    background: #c01c25;
    color: #fff;
    font-size: 1rem;
    padding: 1.125rem 1.25rem;
    min-width: 13.75rem;
    text-align: left;
  }
  .page-event__btn .icon {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.3125rem;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-event__btn:hover {
      background: #d43025;
    }
  }
  @media screen and (max-width: 720px) {
    .page-event__btn {
      width: 53.3333333333vw;
      padding: 4vw 4vw;
      font-size: 3.2vw;
    }
  }
  html.lb-disable-scrolling {
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
  }
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
  }
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 0.1875rem;
    /* Image border */
    border: 0.25rem solid white;
  }
  .lightbox a img {
    border: none;
  }
  .lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 15.625rem;
    height: 15.625rem;
    margin: 0 auto;
    border-radius: 0.25rem;
    /* Background color behind image.
      This is visible during transitions. */
    background-color: white;
  }
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .lb-cancel {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    background: url(/assets/images/lightbox2/loading.gif) no-repeat;
  }
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  .lb-container > .nav {
    left: 0;
  }
  .lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  }
  .lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/assets/images/lightbox2/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/assets/images/lightbox2/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 0.3125rem;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  .lb-data {
    padding: 0 0.25rem;
    color: #ccc;
  }
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  .lb-data .lb-caption {
    display: inline-block;
    margin-top: 0.3125rem;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1em;
  }
  .lb-data .lb-caption a {
    color: #FFF;
    text-decoration: underline;
  }
  .lb-data .lb-caption a .icon--blank {
    top: -0.125rem;
  }
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 0.75rem;
    color: #999999;
  }
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 1.875rem;
    height: 1.875rem;
    background: url(/assets/images/lightbox2/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider * {
    outline: none;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 0.0625rem;
    display: none;
  }
  [dir=rtl] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0.0625rem solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .screen-reader-text {
    clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
    height: 0.0625rem;
    overflow: hidden;
    position: absolute !important;
    width: 0.0625rem;
    word-wrap: normal !important;
  }
  .sp-only-ib,
  .sp-only {
    display: none;
  }
  .project-meta {
    background: #EFEFEF;
    padding: 0.9375rem 1.25rem;
    border-radius: 0.25rem;
  }
  .project-meta li:last-child {
    margin-bottom: 0;
  }
  .wrap-button {
    margin-top: 2.5rem;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    .wrap-button {
      margin-top: 6vw;
    }
  }
  .accordion .accordion__switch {
    position: relative;
    cursor: pointer;
  }
  .accordion .accordion__switch .icon--arrow {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.5rem;
    transform: rotate(135deg);
    transition: transform 0.25s ease;
  }
  .accordion .accordion__switch.active .icon--arrow {
    transform: rotate(-45deg);
  }
  .modal-window {
    position: absolute;
    top: 6.25rem;
    background: #FFF;
    z-index: 10000;
  }
  @media screen and (min-width: 44.9375rem) {
    .modal-window {
      left: 50%;
      margin-left: -15.625rem;
      padding: 2.5rem;
      width: 31.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    .modal-window {
      left: 0;
      margin: 0 5%;
      padding: 5vw;
      width: 90%;
    }
  }
  .modal-close-trigger {
    cursor: pointer;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
    background-color: #000;
    width: 3.125rem;
    height: 3.125rem;
  }
  .modal-close-trigger:before, .modal-close-trigger:after {
    content: "";
    display: block;
    position: absolute;
    height: 0.1875rem;
    width: 50%;
    background: #FFF;
    top: 50%;
    left: 50%;
    margin: -2% 0 0 -24%;
  }
  .modal-close-trigger:before {
    transform: rotate(135deg);
  }
  .modal-close-trigger:after {
    transform: rotate(-135deg);
  }
  @media screen and (max-width: 720px) {
    .modal-close-trigger {
      right: -4vw;
      top: -4vw;
      width: 12vw;
      height: 12vw;
    }
  }
  .modal-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .sentence p, .sentence ul, .sentence ol, .sentence dl {
    margin-bottom: 0.9375rem;
  }
  .unit {
    margin-bottom: 5rem;
  }
  .unit:last-child {
    margin-bottom: 0;
  }
  .page-meta {
    text-align: center;
  }
  .page-meta .icon {
    margin-top: -3.75rem;
  }
  @media screen and (max-width: 720px) {
    .page-meta .icon {
      margin-top: -2.5rem;
    }
  }
  .page-meta .page-meta__share {
    margin-top: -1.25rem;
    text-align: right;
    min-height: 1.25rem;
  }
  .page-foot-block {
    margin-top: 6.25rem;
  }
  .page-foot-block .page-foot-block__item {
    margin-bottom: 6.25rem;
  }
  .page-foot-block .page-foot-block__item:last-child {
    margin-bottom: 0;
  }
  .first-content {
    margin-top: 5rem;
  }
  @media screen and (max-width: 720px) {
    .first-content {
      margin-top: 10vw;
    }
  }
  @media screen and (max-width: 720px) {
    .page-foot-block {
      margin-top: 20vw;
    }
    .page-foot-block .page-foot-block__item {
      margin-bottom: 10vw;
    }
    .page-foot-block .page-foot-block__item:last-child {
      margin-bottom: 0;
    }
  }
  .more {
    margin-top: 1.25rem;
  }
  .faq {
    margin-bottom: 1.875rem;
    padding-left: 1.25rem;
  }
  .faq:last-child {
    margin-bottom: 0;
  }
  .faq dt,
  .faq dd {
    position: relative;
    padding: 1.5625rem 4.375rem;
    border-radius: 0.5rem;
  }
  .faq dt:before,
  .faq dd:before {
    position: absolute;
    left: 1.5625rem;
    top: 2.3125rem;
    font-size: 1.875rem;
    font-family: "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: normal;
    line-height: 0.625rem;
  }
  .faq dt {
    background: #c01c25;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    color: #FFF;
  }
  .faq dt:before {
    content: "Q";
  }
  .faq dt:after {
    display: block;
    content: "";
    position: absolute;
    left: -1.25rem;
    top: 3.125rem;
    margin-top: -0.625rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.25rem 1.25rem 1.25rem;
    border-color: transparent transparent #c01c25 transparent;
  }
  .faq dd {
    font-size: 1rem;
    border: 0.0625rem solid #cccccc;
  }
  .faq dd:before {
    content: "A";
  }
  @media screen and (max-width: 720px) {
    .faq dt,
    .faq dd {
      padding: 4vw 6vw 4vw 12vw;
    }
    .faq dt:before,
    .faq dd:before {
      left: 5vw;
      top: 7.6vw;
      font-size: 5vw;
      line-height: 1vw;
    }
    .faq dt:after {
      left: -4vw;
      top: 8vw;
      margin-top: -2vw;
      border-width: 0 4vw 4vw 4vw;
    }
  }
  .dog-year {
    background: url(/assets/images/content/dog-year.png) 0 0 no-repeat;
    margin-bottom: 0.625rem;
    padding: 1.5625rem 1.875rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .dog-year:last-child {
    margin-bottom: 0;
  }
  .dog-year-red {
    background: url(/assets/images/content/dog-year-red.png) 0 0 no-repeat;
    margin-bottom: 0.625rem;
    padding: 1.5625rem 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dog-year-red a {
    color: #FFF;
  }
  .dog-year-red.dog-year-red--a {
    padding: 2.1875rem 1.875rem;
  }
  .dog-year-red:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 720px) {
    .dog-year-red {
      padding: 5vw;
    }
    .dog-year-red.dog-year-red--a {
      padding: 5vw;
    }
  }
  .note {
    margin-top: 0.625rem;
    text-align: right;
  }
  .note-box {
    margin-top: 2.5rem;
    text-align: right;
  }
  .caption {
    margin-top: 0.3125rem;
    text-align: center;
  }
  .section-in-fill {
    position: relative;
    padding-top: 5rem;
  }
  .section-in-fill .header-o {
    margin-bottom: 3.125rem;
  }
  .section-in-fill.section-in-fill--small-header {
    top: -0.9375rem;
  }
  .section-in-fill.section-in-fill--small-header .wrap-read-more-button {
    margin-top: 0;
    top: 1.875rem;
  }
  .section-in-fill.section-in-fill--small-header .wrap-read-more-button a {
    min-width: 18.75rem;
  }
  @media screen and (max-width: 720px) {
    .section-in-fill {
      top: -5vw;
    }
    .section-in-fill .header-o {
      margin-bottom: 8vw;
    }
    .section-in-fill.section-in-fill--small-header {
      top: -2.5vw;
    }
  }
  @media screen and (max-width: 45rem) and (max-width: 45rem) {
    .section-in-fill.section-in-fill--small-header .wrap-read-more-button {
      margin-top: 0;
      top: 0rem;
    }
    .section-in-fill.section-in-fill--small-header .wrap-read-more-button a {
      min-width: 0;
    }
  }
  @media screen and (max-width: 720px) {
    .section-in-fill.section-in-fill--small-header .list-article--more {
      padding-bottom: 0;
    }
  }
  .sandwiched-fill {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .prev-fill {
    padding-top: 8.125rem;
  }
  .padding-fill {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  @media screen and (max-width: 720px) {
    .padding-fill {
      padding-top: 6vw;
      padding-bottom: 6vw;
    }
  }
  .hover-scale {
    overflow: hidden;
  }
  .hover-scale a {
    background-position: 50% 50%;
    transition: transform 0.25s ease;
  }
  @media screen and (min-width: 721px) {
    .hover-scale a:hover {
      transform: scale(1.1);
    }
  }
  .media-poster--kokuhaku {
    background-image: url(/assets/images/pages/home/video-img.jpg);
  }
  .dotted-line {
    color: #c01c25;
    font-size: 1.25rem;
    line-height: 2.2;
  }
  .dotted-line span {
    border-bottom: 0.125rem dotted #c01c25;
  }
  @media screen and (max-width: 720px) {
    .unit {
      margin-bottom: 10vw;
    }
    .unit:last-child {
      margin-bottom: 0;
    }
    .sp-pad-w {
      padding-right: 10vw;
      padding-left: 10vw;
    }
    .sp-pad-m {
      padding-right: 6vw;
      padding-left: 6vw;
    }
    .sp-pad {
      padding-right: 4vw;
      padding-left: 4vw;
    }
    .bg-slash {
      padding: 4vw;
    }
    .sandwiched-fill {
      padding-top: 18vw;
      padding-bottom: 28vw;
    }
    .prev-fill {
      padding-top: 18vw;
    }
    .pc-only {
      display: none;
    }
    .sp-only {
      display: block;
    }
    .sp-only-ib {
      display: inline-block;
    }
  }
  .context-img {
    float: right;
    margin: 0 0 0.625rem 0.9375rem;
  }
  .page-content .reset-a-style,
  .reset-a-style {
    cursor: default;
    color: #000;
  }
  .page-content .reset-a-style:hover,
  .reset-a-style:hover {
    text-decoration: none;
  }
  a.hover-block:hover {
    text-decoration: none;
  }
  a.hover-block:hover .hover-block__ud {
    text-decoration: underline;
  }
  .ellipsis-row2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .ellipsis-row3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
  }
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .mfp-align-top .mfp-container:before {
    display: none;
  }
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
  }
  .mfp-ajax-cur {
    cursor: progress;
  }
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .mfp-loading.mfp-figure {
    display: none;
  }
  .mfp-hide {
    display: none !important;
  }
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 1044;
  }
  .mfp-preloader a {
    color: #CCC;
  }
  .mfp-preloader a:hover {
    color: #FFF;
  }
  .mfp-s-ready .mfp-preloader {
    display: none;
  }
  .mfp-s-error .mfp-content {
    display: none;
  }
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
  }
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .mfp-close {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 1.125rem 0.625rem;
    color: #FFF;
    font-style: normal;
    font-size: 1.75rem;
    font-family: Arial, Baskerville, monospace;
  }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
  }
  .mfp-close:active {
    top: 0.0625rem;
  }
  .mfp-close-btn-in .mfp-close {
    color: #333;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -0.375rem;
    text-align: right;
    padding-right: 0.375rem;
    width: 100%;
  }
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 0.75rem;
    line-height: 1.125rem;
    white-space: nowrap;
  }
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -3.4375rem;
    padding: 0;
    width: 5.625rem;
    height: 6.875rem;
    -webkit-tap-highlight-color: transparent;
  }
  .mfp-arrow:active {
    margin-top: -3.375rem;
  }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
  }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2.1875rem;
    margin-left: 2.1875rem;
    border: medium inset transparent;
  }
  .mfp-arrow:after {
    border-top-width: 0.8125rem;
    border-bottom-width: 0.8125rem;
    top: 0.5rem;
  }
  .mfp-arrow:before {
    border-top-width: 1.3125rem;
    border-bottom-width: 1.3125rem;
    opacity: 0.7;
  }
  .mfp-arrow-left {
    left: 0;
  }
  .mfp-arrow-left:after {
    border-right: 1.0625rem solid #FFF;
    margin-left: 1.9375rem;
  }
  .mfp-arrow-left:before {
    margin-left: 1.5625rem;
    border-right: 1.6875rem solid #3F3F3F;
  }
  .mfp-arrow-right {
    right: 0;
  }
  .mfp-arrow-right:after {
    border-left: 1.0625rem solid #FFF;
    margin-left: 2.4375rem;
  }
  .mfp-arrow-right:before {
    border-left: 1.6875rem solid #3F3F3F;
  }
  .mfp-iframe-holder {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 56.25rem;
  }
  .mfp-iframe-holder .mfp-close {
    top: -2.5rem;
  }
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
    background: #000;
  }
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 2.5rem 0 2.5rem;
    margin: 0 auto;
  }
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0;
  }
  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2.5rem;
    bottom: 2.5rem;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
    background: #444;
  }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .mfp-figure figure {
    margin: 0;
  }
  .mfp-bottom-bar {
    margin-top: -2.25rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
  }
  .mfp-title {
    text-align: left;
    line-height: 1.125rem;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 2.25rem;
  }
  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
  }
  @media screen and (max-width: 50rem) and (orientation: landscape), screen and (max-height: 18.75rem) {
    /**
        * Remove all paddings around the image on small screen
        */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
      padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 0.3125rem;
    }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 0.1875rem 0.3125rem;
      position: fixed;
      box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
      right: 0.3125rem;
      top: 0.1875rem;
    }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 2.1875rem;
      height: 2.1875rem;
      line-height: 2.1875rem;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
    }
  }
  @media all and (max-width: 56.25rem) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
    }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0;
    }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%;
    }
    .mfp-container {
      padding-left: 0.375rem;
      padding-right: 0.375rem;
    }
  }
  .post-password-form p {
    margin-bottom: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .post-password-form p {
      margin-bottom: 5vw;
    }
  }
  .post-password-form label {
    display: block;
    margin-bottom: 1.875rem;
    margin-left: 6.25rem;
    font-weight: bold;
  }
  .post-password-form label input {
    margin-left: 0.625rem;
    width: 55%;
    text-align: left;
  }
  @media screen and (max-width: 720px) {
    .post-password-form label {
      margin-left: 0;
      text-align: left;
    }
    .post-password-form label input {
      width: 100%;
    }
  }
  .post-password-form input[type=submit] {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #c01c25;
    padding: 0.9375rem 3.125rem;
    font-size: 1.25rem;
    color: #FFF;
    width: 12.5rem;
  }
  @media screen and (max-width: 720px) {
    .post-password-form input[type=submit] {
      padding: 3vw 6vw;
      width: 70%;
      font-size: 5vw;
    }
  }
}
@layer legacy {
  .page-content .bg-red a {
    color: #FFF;
  }
  @media screen and (min-width: 721px) {
    .page-layout-2-col {
      position: relative;
    }
  }
  .page-layout-plain {
    padding-top: 4.0625rem;
  }
  @media screen and (max-width: 720px) {
    .page-layout-2-col .main-content {
      float: none;
      width: auto;
    }
    .page-layout-2-col .sidebar {
      margin-top: 15vw;
      float: none;
      width: auto;
    }
  }
  .page-nav {
    background-color: #c01c25;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-nav {
      min-width: 75rem;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    .page-nav ul {
      display: table;
      font-size: 1rem;
      width: 75rem;
      margin-left: auto;
      margin-right: auto;
    }
    .page-nav ul > li {
      display: table-cell;
      text-align: center;
    }
  }
  .page-nav ul li a {
    position: relative;
    display: block;
    padding: 1.25rem 1.75rem;
    color: #FFF;
    transition: background 0.25s ease;
  }
  .page-nav ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 1.6875rem;
    border-left: 0.0625rem dotted #e6a4a8;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-nav ul li a:hover {
      background-color: #e33a35;
    }
  }
}
@layer legacy {
  .fixed-width-l {
    margin-right: auto;
    margin-left: auto;
    width: var(--base-width);
    max-width: 100%;
  }
  .fixed-width-l:has(.main-content) {
    width: auto;
  }
  .fixed-width-l:has(.main-content) .sidebar,
  .fixed-width-l:has(.main-content) .main-content {
    margin-right: auto;
    margin-left: auto;
    width: var(--base-width);
    max-width: 100%;
  }
  .fixed-width-l:has(.main-content) .sidebar {
    margin-top: 7.5rem;
  }
  .fixed-width {
    margin-right: auto;
    margin-left: auto;
    width: 55rem;
    max-width: 100%;
  }
  .fixed-width-m {
    margin-right: auto;
    margin-left: auto;
    width: 60rem;
    max-width: 100%;
  }
  .fixed-width-s {
    margin-right: auto;
    margin-left: auto;
    width: 37.5rem;
    max-width: 100%;
  }
}
@layer legacy {
  hr {
    background: none;
    height: 0;
    border: 0;
    border-top: 0.0625rem solid #ccc;
  }
  hr.hr-default {
    margin: 2.5rem 0;
    border-top: 0.0625rem dotted #999999;
  }
  @media screen and (max-width: 720px) {
    hr.hr-default {
      margin: 8vw 0;
    }
  }
  hr.hr-a {
    margin: 1.875rem 0;
    border-top: 0.125rem dotted #999999;
  }
  @media screen and (max-width: 720px) {
    hr.hr-a {
      margin: 4vw 0;
    }
  }
  hr.hr-a.hr-a--red {
    border-top-color: #c01c25;
  }
  hr.hr-a.hr-a--blue {
    border-top-color: #4B80E1;
  }
  hr.hr-a.hr-a--green {
    border-top-color: #22B373;
  }
  hr.hr-a.hr-a--orange {
    border-top-color: #e37615;
  }
  hr.hr-a.hr-a--violet {
    border-top-color: #74498d;
  }
}
@layer legacy {
  .col {
    zoom: 1;
  }
  .col:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
  .col .box {
    float: left;
  }
  .col .box--r {
    float: right;
  }
  .col.col--2 .box {
    margin-bottom: 0.625rem;
    width: 49%;
  }
  .col.col--2 .box:nth-child(2n) {
    float: right;
  }
  .col.col--3 .box {
    margin-right: 2%;
    width: 32%;
  }
  .col.col--3 .box:nth-child(3n) {
    margin-right: 0;
  }
  @media screen and (max-width: 720px) {
    .col .box,
    .col .box--r {
      float: none;
    }
    .col.col--2 .box {
      margin-bottom: 5vw;
      width: auto;
    }
    .col.col--2 .box:nth-child(2n) {
      float: none;
    }
    .col.col--3 .box {
      margin-right: 0;
      width: auto;
    }
    .col.col--3 .box:nth-child(3n) {
      float: none;
    }
  }
}
@layer legacy {
  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex.flex--col-2 .flex__item {
    margin-bottom: 0.9375rem;
    width: 48%;
  }
  .flex.flex--col-3 {
    justify-content: flex-start;
  }
  .flex.flex--col-3 .flex__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.9375rem;
  }
  .flex.flex--col-3 .flex__item:nth-child(3n) {
    margin-right: 0;
  }
  .flex.flex--col-4 {
    justify-content: flex-start;
  }
  .flex.flex--col-4 .flex__item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0.9375rem;
  }
  .flex.flex--col-4 .flex__item:nth-child(4n) {
    margin-right: 0;
  }
  .flex.flex--col-5 {
    justify-content: flex-start;
  }
  .flex.flex--col-5 .flex__item {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 0.9375rem;
  }
  .flex.flex--col-5 .flex__item:nth-child(5n) {
    margin-right: 0;
  }
  @media screen and (max-width: 720px) {
    .flex.flex--col-4 .flex__item,
    .flex.flex--col-3 .flex__item,
    .flex.flex--col-2 .flex__item {
      margin-bottom: 6vw;
    }
    .flex.flex--col-3 .flex__item,
    .flex.flex--col-2 .flex__item {
      margin-right: 0;
      width: 100%;
    }
    .flex.flex--col-4 {
      justify-content: space-between;
    }
    .flex.flex--col-4 .flex__item {
      margin-right: 0;
      width: 49%;
    }
    .flex.flex--col-5 {
      /*上書き不可*/
      justify-content: flex-start;
    }
    .flex.flex--col-5 .flex__item {
      width: 19%;
      margin-right: 1.25%;
      margin-bottom: 0.9375rem;
    }
    .flex.flex--col-5 .flex__item:nth-child(5n) {
      margin-right: 0;
    }
    .flex.flex--sp-col-2 {
      justify-content: space-between;
    }
    .flex.flex--sp-col-2 .flex__item {
      width: 49%;
    }
    .flex--reset-sp {
      display: block;
    }
    .flex--reset-sp .flex__item {
      margin-bottom: 3vw;
      width: auto;
    }
  }
}
@layer legacy {
  .search-overlay {
    display: none;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 201;
    background-color: #c01c25;
    padding: 1.875rem;
    width: 25rem;
    height: 100vh;
    color: #FFF;
  }
  .search-overlay__box {
    margin-bottom: 0.625rem;
  }
  .search-overlay__box label {
    float: left;
    display: block;
    padding-top: 0.3125rem;
    font-size: 1.25rem;
  }
  .search-overlay__box .button {
    float: right;
  }
  .button.button--close {
    width: 2.375rem;
    height: 2.375rem;
  }
  .search-overlay__query {
    width: 18.75rem;
    height: 2.5rem;
    border: 0;
  }
  .search-overlay__button {
    background: #FFF;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
  }
  .search-overlay__button .icon--search {
    width: 60%;
    height: 60%;
  }
  @media screen and (min-width: 721px) {
    .search-overlay__button:hover {
      filter: saturate(200%);
    }
  }
  @media screen and (max-width: 720px) {
    .search-overlay {
      padding: 8vw;
      width: 100%;
    }
    .search-overlay .search-overlay__box {
      margin-bottom: 3vw;
    }
    .search-overlay .search-overlay__box label {
      padding-top: 0;
      font-size: 5vw;
    }
    .search-overlay .search-overlay__query {
      width: 86%;
      font-size: 5vw;
    }
    .search-overlay .button.button--close {
      width: 7vw;
      height: 7vw;
    }
  }
  .search-overlay2 {
    position: absolute;
    top: 0;
    z-index: 201;
    background: #f2f2f2;
    border-right: 0.0625rem solid #ccc;
  }
  @media screen and (min-width: 721px) {
    .search-overlay2 {
      right: 5rem;
      padding: 0.9375rem 1.875rem;
      width: 21.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    .search-overlay2 {
      display: none;
      width: 100%;
      left: 0;
      top: 16vw;
      padding: 5.0666666667vw;
      background: #fdfdfd;
    }
  }
  .search-overlay2__props {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media screen and (max-width: 720px) {
    .search-overlay2__props {
      background: #f2f2f2;
    }
  }
  .search-overlay2__query {
    background: #f2f2f2;
    width: calc(100% - 3.125rem);
    height: 3.125rem;
    border: 0;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 720px) {
    .search-overlay2__query {
      font-size: 3.4666666667vw;
      padding: 0 1.5em;
    }
  }
  .search-overlay2__button {
    background: transparent;
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
  }
  .search-overlay2 ::placeholder {
    color: #999;
  }
  .nav-overlay2 {
    display: none;
    position: absolute;
    top: 0;
    z-index: 200;
    height: 100vh;
    overflow: auto;
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2 {
      right: 0;
    }
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2 {
      background: #c01c25;
      padding-bottom: 7.5rem;
    }
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2 {
      left: 0;
      top: 16vw;
      width: 100%;
    }
  }
  .nav-overlay2__olink {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 2.9333333333vw;
  }
  .nav-overlay2__olink > li {
    position: relative;
    width: 50%;
    background: #d9363f;
    border-bottom: 0.0625rem solid #fb5a60;
  }
  .nav-overlay2__olink > li:nth-child(even) {
    border-left: 0.0625rem solid #fb5a60;
  }
  .nav-overlay2__olink a {
    padding: 3.3333333333vw 4vw;
    display: block;
  }
  .nav-overlay2__olink .icon {
    position: absolute;
    left: inherit;
    right: 4vw;
    top: 4.6666666667vw;
  }
  .nav-overlay2 a {
    color: #fff;
  }
  .nav-overlay2__inner {
    background: #c01c25;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__inner {
      width: 43.75rem;
      min-height: 100vh;
      padding: 8.4375rem 0 6.25rem 3.75rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  .nav-overlay2__list {
    font-size: 1rem;
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__list {
      font-size: 2.9333333333vw;
    }
  }
  .nav-overlay2__list > li .icon--arrow-l {
    position: absolute;
    left: inherit;
    right: 0.625rem;
    top: 1.25rem;
    transition: right 0.25s;
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__list > li .icon--arrow-l {
      border: 0;
      width: 3.4666666667vw;
      height: 3.4666666667vw;
      transform: rotate(0);
    }
    .nav-overlay2__list > li .icon--arrow-l::before, .nav-overlay2__list > li .icon--arrow-l::after {
      content: "";
      display: block;
      width: 100%;
      height: 0.0625rem;
      background: #fff;
    }
    .nav-overlay2__list > li .icon--arrow-l::before {
      position: relative;
      top: 0.0625rem;
      transform: rotate(90deg);
      transform-origin: center;
      transition: 0.25s transform;
    }
    .nav-overlay2__list > li .icon--arrow-l.is-open::before {
      transform: rotate(0);
    }
  }
  .nav-overlay2__list a {
    position: relative;
    transition: opacity 0.25s;
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__list a:hover {
      opacity: 0.5;
    }
    .nav-overlay2__list a:hover .icon--arrow-l {
      right: -0.625rem;
    }
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__list a {
      padding: 3.3333333333vw 4vw;
    }
  }
  .nav-overlay2__wchildren {
    border-left: 0.0625rem solid #fb5a60;
    padding-left: 3.125rem;
    width: calc(100% - 19.375rem);
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__children {
      opacity: 0;
      height: 0;
      overflow: hidden;
      transform: translateX(-1.25rem);
      transition-property: opacity transform;
      transition-duration: 0.4s;
    }
    .nav-overlay2__children.is-show {
      opacity: 1;
      height: auto;
      transform: translateX(0);
    }
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__children {
      display: none;
      background: #9f171f;
      padding: 0.0625rem 0;
      font-size: 2.9333333333vw;
    }
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__children > li {
      margin-top: 1.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__children > li {
      padding: 0 2.6666666667vw;
      border-top: 0.0625rem dotted #fb5a60;
    }
    .nav-overlay2__children > li:first-child {
      border-top: 0;
    }
  }
  .nav-overlay2__children .icon--arrow-white2 {
    margin-right: 0.625rem;
    top: 0.4375rem;
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__children .icon--arrow-white2 {
      position: absolute;
      right: 0;
      top: 4vw;
      left: inherit;
      border-width: 0.125rem;
    }
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__children a:hover {
      text-decoration: underline;
    }
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__children a {
      display: block;
      padding: 2.6666666667vw 4vw;
    }
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__list {
      width: 16.875rem;
    }
  }
  .nav-overlay2__link {
    display: block;
    padding: 0.9375rem 0;
    border-bottom: 0.0625rem dotted #fb5a60;
  }
  .nav-overlay2__link:first-child {
    border-top: 0.0625rem dotted #fb5a60;
  }
  @media screen and (max-width: 720px) {
    .nav-overlay2__link {
      border-top-style: solid;
      border-bottom-style: solid;
    }
  }
  .nav-overlay2__slinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__slinks {
      margin-top: 1em;
    }
  }
  @media screen and (min-width: 721px) {
    .nav-overlay2__slinks > li {
      margin-top: 1em;
      margin-right: 2em;
    }
    .nav-overlay2__slinks > li:nth-child(1), .nav-overlay2__slinks > li:nth-child(3) {
      width: 5.5em;
    }
  }
  .nav-overlay2__slinks .icon--arrow-white2 {
    margin-right: 0.625rem;
    margin-left: 0;
    top: 0.5rem;
  }
  .nav-overlay2__stoker.compo-stoker {
    position: absolute;
    right: 43.75rem;
  }
}
@layer legacy {
  .page-header {
    background: #fff;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header {
      min-width: 75rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-header {
      box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.1);
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 30;
    }
  }
  @media screen and (max-width: 82.5rem) {
    .page-header .is-target {
      display: none;
    }
  }
  .page-header__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__inner {
      height: 5rem;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__logo {
      padding: 0.9375rem 1.5rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-header__logo {
      padding: 4vw;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__logo img {
      width: 20rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-header__logo img {
      width: 48vw;
    }
  }
  .page-header__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__nav {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 0.9375rem;
      background: #6c0006;
    }
    .page-header__nav > li {
      margin: 0 1.25rem;
    }
    .page-header__nav a {
      display: block;
      color: #fff;
      padding: 1rem 1.5625rem;
    }
    .page-header__nav a:hover {
      text-decoration: underline;
    }
    .page-header__nav .icon.icon--blank-blk {
      top: 0.375rem;
      margin-left: 0.5rem;
    }
  }
  .page-header__search.button.button--search {
    position: relative;
    z-index: 201;
    height: 100%;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__search.button.button--search {
      width: 6.25rem;
    }
    .page-header__search.button.button--search.is-scrolled {
      box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
    }
  }
  @media screen and (max-width: 720px) {
    .page-header__search.button.button--search {
      width: 16vw;
      padding-top: 1.3333333333vw;
      border-left: 0.0625rem solid #ccc;
    }
  }
  .page-header__toggle-label {
    font-size: 0.625rem;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__toggle-label {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 1.1875rem;
    }
  }
  .page-header__toggle.button.button--toggle {
    position: relative;
    z-index: 201;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .page-header__toggle.button.button--toggle.is-scrolled {
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 720px) {
    .page-header__toggle.button.button--toggle b {
      bottom: 2.6666666667vw;
    }
    .page-header__toggle.button.button--toggle b img {
      width: 7.3333333333vw;
    }
  }
  .page-header__toggle.button.button--toggle > span {
    display: block;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__toggle.button.button--toggle > span {
      margin-bottom: 0.6875rem;
    }
  }
  .page-header__toggle.button.button--toggle svg {
    width: 1.625rem;
    vertical-align: top;
    font-size: 0.0625rem;
  }
  .page-header__toggle.button.button--toggle svg rect {
    fill: #fff;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__toggle.button.button--toggle svg {
      position: relative;
      top: -0.3125rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-header__toggle.button.button--toggle svg {
      width: 4.8vw;
    }
  }
  .page-header__toggle.button.button--toggle .is-line-1,
  .page-header__toggle.button.button--toggle .is-line-4 {
    transform-origin: center;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  .page-header__toggle.button.button--toggle .is-line-2,
  .page-header__toggle.button.button--toggle .is-line-3 {
    transform-origin: center;
    transition-property: transform;
    transition-duration: 0.2s;
  }
  .page-header__toggle.button.button--toggle.button--toggle--open {
    transform: translateX(0);
  }
  .page-header__toggle.button.button--toggle.button--toggle--open .is-line-1,
  .page-header__toggle.button.button--toggle.button--toggle--open .is-line-4 {
    opacity: 0;
  }
  .page-header__toggle.button.button--toggle.button--toggle--open .is-line-2 {
    transform: rotate(45deg);
  }
  .page-header__toggle.button.button--toggle.button--toggle--open .is-line-3 {
    transform: rotate(-45deg);
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__toggle.button.button--toggle {
      width: 5rem;
    }
    .page-header__toggle.button.button--toggle .button--toggle__bar {
      width: 1.6875rem;
    }
    .page-header__toggle.button.button--toggle .button--toggle__close,
    .page-header__toggle.button.button--toggle .button--toggle__label {
      position: relative;
    }
    .page-header__toggle.button.button--toggle .button--toggle__close img,
    .page-header__toggle.button.button--toggle .button--toggle__label img {
      width: auto;
      height: 0.5625rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-header__toggle.button.button--toggle {
      width: 16vw;
    }
  }
  .page-header__wbtn {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 201;
    pointer-events: none;
    width: 100%;
  }
  @media screen and (min-width: 44.9375rem) {
    .page-header__wbtn {
      min-width: 75rem;
      left: 0;
      height: 5rem;
    }
  }
  @media screen and (max-width: 720px) {
    .page-header__wbtn {
      right: 0;
      height: 16vw;
    }
  }
  .page-header__wbtn > * {
    pointer-events: fill;
  }
}
@layer legacy {
  .header-a {
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .header-a .dtring {
    font-size: 2.5rem;
  }
  @media screen and (max-width: 720px) {
    .header-a .dtring {
      font-size: 6.6666666667vw;
    }
  }
  .header-b {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .header-b .header-b__inner {
    display: inline-block;
  }
  .header-b .string {
    display: block;
    background-color: var(--accent);
    margin-top: 0.5rem;
    padding: 0.1875rem 0.3125rem 0.25rem 0.3125rem;
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    font-size: 0.875rem;
  }
  .header-b .label {
    font-size: 2.125rem;
    letter-spacing: 0.0625rem;
    line-height: 1.1;
    font-weight: normal;
  }
  .header-b.header-b--black .string {
    background-color: #000;
  }
  @media screen and (max-width: 720px) {
    .header-b img {
      height: 7vw;
    }
    .header-b .string {
      font-size: 3vw;
    }
    .header-b .label {
      font-size: 6.2vw;
    }
  }
  .flex__item .header-c,
  .flex__item .header-e,
  .flex__item .header-p {
    overflow: hidden;
  }
  .accordion__target .header-e,
  .accordion__target .header-p {
    overflow: hidden;
  }
  @media screen and (min-width: 721px) {
    .wrapper:has(.header-c),
    .wrapper:has(.header-p) {
      overflow: hidden;
    }
  }
  .header-c {
    margin-top: 3.125rem;
    --my-width: 100vw;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 0.625rem;
  }
  @media screen and (min-width: 721px) {
    .header-c:has(.icon--new-circle) {
      padding-bottom: 1.875rem;
    }
  }
  .header-c.accordion__switch {
    padding: 1.2em 2em 1.2em 1.2em;
    border: 1px solid var(--accent);
  }
  @media screen and (min-width: 721px) {
    .header-c.accordion__switch {
      padding-left: 2em;
    }
  }
  .header-c.accordion__switch::after {
    display: none;
  }
  .header-c.accordion__switch .string {
    font-size: 1.5rem;
  }
  @media screen and (max-width: 720px) {
    .header-c.accordion__switch .string {
      font-size: 5.1282051282vw;
    }
  }
  .header-c::after {
    content: "";
    height: 2px;
    background: var(--main);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  @media screen and (min-width: 721px) {
    .header-c::after {
      width: var(--my-width);
    }
  }
  @media screen and (max-width: 720px) {
    .header-c::after {
      width: 100%;
    }
  }
  .header-c .string {
    font-size: 2.5rem;
  }
  @media screen and (max-width: 720px) {
    .header-c .string {
      font-size: 6.6666666667vw;
    }
  }
  .header-c .icon--new-circle {
    vertical-align: middle;
  }
  .header-c-green {
    position: relative;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
    padding: 0 0.3125rem 0.3125rem 1.25rem;
    border-bottom: 0.0625rem dotted #999999;
  }
  .header-c-green:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.0625rem;
    background: #7ABC5C;
    width: 20%;
    height: 0.0625rem;
  }
  .header-c-green:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem 0 0 0.75rem;
    border-color: transparent transparent transparent #7ABC5C;
  }
  .header-c-green .string {
    font-size: 1.625rem;
    font-weight: normal;
  }
  .header-c-green .string small {
    font-size: 70%;
  }
  @media screen and (max-width: 720px) {
    .header-c-green {
      margin-bottom: 5vw;
    }
    .header-c-green .string {
      font-size: 6vw;
    }
  }
  .header-d {
    margin-bottom: 0.625rem;
  }
  .header-d .string {
    font-size: 1.25rem;
  }
  @media screen and (max-width: 720px) {
    .header-d .string {
      font-size: 5.641025641vw;
    }
  }
  .header-e {
    --my-width: 100vw;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.875rem;
  }
  .header-e::after {
    content: "";
    height: 100%;
    background: linear-gradient(to right, var(--accent), #fbf5f6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  @media screen and (min-width: 721px) {
    .header-e::after {
      width: var(--my-width);
    }
  }
  @media screen and (max-width: 720px) {
    .header-e::after {
      width: 100%;
    }
  }
  .header-e .string {
    position: relative;
    line-height: 1.4;
    font-size: 2rem;
    z-index: 1;
    color: var(--base);
  }
  @media screen and (max-width: 720px) {
    .header-e .string {
      font-size: 5.1282051282vw;
    }
  }
  .header-f {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .header-f .string {
    font-size: 2rem;
  }
  @media screen and (max-width: 720px) {
    .header-f .string {
      font-size: 5.1282051282vw;
    }
  }
  .header-g {
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .header-g .string {
    font-size: 1.5rem;
  }
  .header-h {
    margin-bottom: 1.25rem;
    padding-bottom: 0.3125rem;
    border-bottom: 0.0625rem solid #c01c25;
  }
  .header-h .string {
    font-size: 1.875rem;
    font-weight: normal;
  }
  @media screen and (max-width: 720px) {
    .header-h {
      margin-bottom: 5vw;
      padding-bottom: 2vw;
    }
    .header-h .string {
      font-size: 5vw;
    }
  }
  .header-i {
    margin-bottom: 3.125rem;
    padding-bottom: 0.3125rem;
  }
  .header-i .string {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: normal;
  }
  .header-i .string span {
    display: block;
    margin-bottom: 0.3125rem;
    font-size: 2.5rem;
  }
  .header-i .string b {
    position: relative;
    top: -0.3125rem;
    display: inline-block;
    background: #c01c25;
    padding: 0.125rem 1.25rem;
    color: #FFF;
    font-size: 1.5625rem;
    font-weight: normal;
    border-radius: 6.25rem;
  }
  @media screen and (max-width: 720px) {
    .header-i {
      margin-bottom: 4vw;
      padding-bottom: 2vw;
    }
    .header-i .string {
      font-size: 9.4vw;
    }
    .header-i .string span {
      font-size: 5vw;
    }
    .header-i .string b {
      top: -0.3125rem;
      padding: 0.5vw 4vw;
      font-size: 4vw;
    }
  }
  .header-j {
    margin-bottom: 2.8125rem;
    color: #c01c25;
  }
  .header-j .string {
    font-size: 1.75rem;
    letter-spacing: 0.1875rem;
    line-height: 1.7;
  }
  @media screen and (max-width: 720px) {
    .header-j {
      margin-bottom: 5vw;
    }
    .header-j .string {
      font-size: 6vw;
      letter-spacing: normal;
    }
  }
  .header-k {
    margin-bottom: 1.25rem;
  }
  @media screen and (max-width: 720px) {
    .header-k {
      margin-bottom: 4vw;
    }
  }
  .header-k .string {
    font-size: 1.625rem;
  }
  @media screen and (max-width: 720px) {
    .header-k .string {
      font-size: 5.1282051282vw;
    }
  }
  .header-l {
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .header-l .string {
    font-size: 1.375rem;
    font-weight: normal;
  }
  .header-l .string small {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 1.4375rem;
    color: #c01c25;
  }
  .header-l .string span {
    display: inline-block;
    background: #c01c25;
    padding: 1.5625rem;
    width: 41.875rem;
    color: #FFF;
    font-size: 1.625rem;
  }
  @media screen and (max-width: 720px) {
    .header-l {
      margin-bottom: 5vw;
    }
    .header-l .string {
      font-size: 5vw;
    }
    .header-l .string small {
      margin-bottom: 4vw;
      font-size: 3.8vw;
    }
    .header-l .string span {
      padding: 4vw;
      width: 100%;
      font-size: 6vw;
    }
  }
  .header-m {
    margin-bottom: 1.25rem;
  }
  .header-m .string {
    display: inline-block;
    padding-bottom: 0.9375rem;
    min-width: 35.625rem;
    font-size: 1.75rem;
    color: #c01c25;
    border-bottom: 0.1875rem solid #c01c25;
  }
  @media screen and (max-width: 720px) {
    .header-m {
      margin-bottom: 4vw;
      border-left-width: 0.1875rem;
    }
    .header-m .string {
      display: block;
      padding-bottom: 5vw;
      font-size: 5vw;
      min-width: 0;
    }
  }
  .header-n {
    margin-bottom: 0.9375rem;
  }
  .header-n .string {
    font-size: 1.375rem;
    color: var(--accent);
  }
  .header-n.header-n--navy .string {
    color: #1B1478;
  }
  .header-n.header-n--blue .string {
    color: #5D93CE;
  }
  .header-n.header-n--green .string {
    color: #22B373;
  }
  .header-n.header-n--orange .string {
    color: #e37615;
  }
  .header-n.header-n--violet .string {
    color: #74498d;
  }
  @media screen and (max-width: 720px) {
    .header-n {
      margin-bottom: 2vw;
    }
    .header-n .string {
      font-size: 4.5vw;
    }
  }
  .header-n.set-disp-table .set-disp-cell {
    vertical-align: middle;
  }
  .header-n.set-disp-table .set-disp-cell.wrap-icon {
    padding-right: 1.25rem;
  }
  .header-o {
    text-align: center;
  }
  .header-o .string {
    display: inline-block;
    background-color: #c01c25;
    padding: 0.5rem 0.3125rem 0.375rem 0.3125rem;
    min-width: 15.625rem;
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 720px) {
    .header-o .string {
      padding: 1vw;
      min-width: 50%;
      font-size: 3vw;
    }
  }
  .header-p {
    position: relative;
    background-color: #c01c25;
    margin-bottom: 2.1875rem;
    --my-width: 100vw;
    position: relative;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.875rem;
    --my-color: var(--accent);
    --my-end-color: #fbf5f6;
  }
  .header-p.header-p--navy {
    --accent: #1B1478;
  }
  .header-p.header-p--green {
    --accent: #22B373;
  }
  .header-p.header-p--orange {
    --accent: #e37615;
  }
  .header-p::after {
    content: "";
    height: 100%;
    background: linear-gradient(to right, var(--my-color), var(--my-end-color));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  @media screen and (min-width: 721px) {
    .header-p::after {
      width: var(--my-width);
    }
  }
  @media screen and (max-width: 720px) {
    .header-p::after {
      width: 100%;
    }
  }
  .header-p .string {
    position: relative;
    line-height: 1.4;
    font-size: 2rem;
    z-index: 1;
    color: var(--base);
  }
  @media screen and (max-width: 720px) {
    .header-p .string {
      font-size: 5.1282051282vw;
    }
  }
  .header-q {
    position: relative;
    margin-bottom: 1.5625rem;
  }
  .header-q .string {
    display: table;
    width: 100%;
    background-color: #4B80E1;
    color: #FFF;
    font-weight: normal;
    font-size: 1.375rem;
  }
  .header-q .string small,
  .header-q .string span {
    display: table-cell;
    padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  }
  .header-q .string small {
    background-color: #1B1478;
    width: 2.5rem;
    text-align: center;
  }
  .header-q .string span {
    padding-left: 1.25rem;
  }
  @media screen and (max-width: 720px) {
    .header-q {
      margin-bottom: 5vw;
    }
    .header-q .string {
      font-size: 4vw;
    }
    .header-q .string small {
      width: 10vw;
    }
    .header-q .string span {
      padding-left: 2vw;
    }
  }
  .header-r {
    margin-bottom: 1.25rem;
    border: 0.125rem solid #4B80E1;
  }
  .header-r .string {
    padding: 0.3125rem;
    color: #4B80E1;
    font-size: 1rem;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    .header-r {
      margin-bottom: 4vw;
    }
    .header-r .string {
      font-size: 3.5vw;
    }
  }
  .header-s {
    margin-bottom: 1.875rem;
    background-color: #4B80E1;
  }
  .header-s .string {
    padding: 0.625rem;
    color: #FFF;
    font-size: 1.125rem;
    text-align: center;
    font-weight: normal;
  }
  @media screen and (max-width: 720px) {
    .header-s {
      margin-bottom: 4vw;
    }
    .header-s .string {
      font-size: 4vw;
    }
  }
  .header-t {
    position: relative;
    margin-bottom: 1.875rem;
    color: #4B80E1;
    text-align: center;
  }
  .header-t .string {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
  }
  .header-t:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.875rem 3.4375rem 0 3.4375rem;
    border-color: #4b80e1 transparent transparent transparent;
  }
  @media screen and (max-width: 720px) {
    .header-t {
      margin-bottom: 4vw;
    }
    .header-t .string {
      font-size: 4vw;
    }
    .header-t:after {
      border-width: 6.5vw 9vw 0 9vw;
    }
  }
  .set-p-20 .header-t {
    margin-top: -4.375rem;
  }
  @media screen and (max-width: 720px) {
    .set-p-20 .header-t {
      margin-top: -19vw;
    }
  }
  .header-u {
    overflow: hidden;
    position: relative;
    background: #FFC5B5;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1.875rem;
    color: #c01c25;
    text-align: center;
  }
  .header-u:before, .header-u:after {
    display: block;
    content: "";
    position: absolute;
    background: #FFF;
    width: 3.125rem;
    height: 3.125rem;
    left: -1.5625rem;
    top: 50%;
  }
  .header-u:before {
    margin-top: 0.5625rem;
    transform: rotate(45deg);
  }
  .header-u:after {
    margin-top: -3.875rem;
    transform: rotate(-45deg);
  }
  .header-u .string {
    font-size: 1.125rem;
  }
  .header-u .string:before, .header-u .string:after {
    display: block;
    content: "";
    position: absolute;
    background: #FFF;
    width: 3.125rem;
    height: 3.125rem;
    right: -1.5625rem;
    top: 50%;
  }
  .header-u .string:before {
    margin-top: 0.5625rem;
    transform: rotate(45deg);
  }
  .header-u .string:after {
    margin-top: -3.875rem;
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 720px) {
    .header-u {
      margin-bottom: 5vw;
    }
    .header-u .string {
      font-size: 4vw;
    }
  }
  .header-v {
    margin-bottom: 1.5625rem;
    text-align: center;
  }
  .header-v .string {
    font-size: 1.875rem;
    font-weight: normal;
  }
  .header-v .lead {
    position: relative;
    display: inline-block;
    margin-top: 0.1875rem;
    padding: 0 3.75rem;
    font-size: 0.8125rem;
    color: #c01c25;
  }
  .header-v .lead:after, .header-v .lead:before {
    display: block;
    content: "";
    position: absolute;
    width: 3.125rem;
    border-bottom: 0.125rem dotted #c01c25;
    top: 50%;
    margin-top: -0.125rem;
  }
  .header-v .lead:after {
    right: 0;
  }
  .header-v .lead:before {
    left: 0;
  }
  @media screen and (max-width: 720px) {
    #container .header-v {
      margin-bottom: 5vw;
    }
    #container .header-v .string {
      font-size: 6vw;
    }
    #container .header-v .lead {
      font-size: 3.6vw;
    }
  }
  .header-w {
    background: #fcf2e7;
    margin-bottom: 1.5625rem;
    padding: 0.9375rem 1.25rem;
  }
  .header-w .string {
    font-size: 1.6875rem;
    font-weight: normal;
  }
  @media screen and (max-width: 720px) {
    .header-w {
      margin-bottom: 5vw;
      padding: 4vw 5vw;
    }
    .header-w .string {
      font-size: 5.5vw;
    }
  }
  @media screen and (max-width: 720px) {
    #container .cat-title {
      padding: 1.8vw 1.8vw 2vw 1.8vw;
    }
    #container .cat-title .string {
      font-size: 3.6vw;
      letter-spacing: 0.3em;
    }
  }
  .header-x {
    background: #c01c25;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    padding: 0.625rem;
    color: #FFF;
  }
  .header-x .string {
    font-size: 1.125rem;
  }
  .header-x .string,
  .header-x .text {
    padding: 0.1875rem 0.9375rem;
    border-left: 0.3125rem double #FFF;
    font-weight: normal;
  }
  @media screen and (max-width: 720px) {
    .header-x {
      margin-top: 6vw;
      margin-bottom: 3vw;
    }
    .header-x .string {
      font-size: 4.2vw;
    }
  }
  .header-x.header-f--blue {
    border-left-color: #5D93CE;
  }
  .header-x.header-f--blue .string,
  .header-x.header-f--blue .text {
    border-left-color: #5D93CE;
  }
  .header-y {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #ccc;
  }
  .header-y .string {
    font-size: 1rem;
  }
  .header-y.accordion__switch {
    padding-right: 2.1875rem;
  }
  @media screen and (max-width: 720px) {
    .header-y {
      margin-top: 6vw;
      margin-bottom: 2vw;
    }
    .header-y .string {
      font-size: 5vw;
    }
    .header-y.accordion__switch {
      padding-right: 10vw;
    }
  }
  .header-z {
    padding: 1.2em 4em 1.2em 2em;
  }
  .header-z.accordion__switch {
    border: 1px solid var(--accent) !important;
  }
  .header-z .icon--arrow {
    border-color: var(--accent) !important;
  }
  .header--narrow-a {
    padding-bottom: 2.125rem;
  }
  @media screen and (max-width: 720px) {
    .header--narrow-a {
      padding-bottom: 1rem;
    }
  }
  .header--narrow-a .string {
    font-size: 1.3125rem;
  }
  @media screen and (max-width: 720px) {
    .header--narrow-a .string {
      font-size: 0.875rem;
    }
  }
  .header--narrow-a .icon.icon--narrow {
    margin-right: 0.625rem;
  }
  @media screen and (max-width: 720px) {
    .header--narrow-a .icon.icon--narrow {
      margin-right: 1.866vw;
    }
  }
  .header--accordion {
    position: relative;
  }
  .header--accordion .icon.icon--plusminus {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0);
  }
  @media screen and (max-width: 720px) {
    .header--accordion .icon.icon--plusminus {
      transform: translate(1.6vw, -1.6vw);
    }
  }
}
@layer legacy {
  .list-default li {
    position: relative;
    margin-bottom: 0.3125rem;
    padding-left: 1.875rem;
  }
  .list-default li:before, .list-default li:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    height: 0.0625rem;
  }
  .list-default li:before {
    background-color: #cccccc;
    width: 1.25rem;
  }
  .list-default li:after {
    background-color: #de1c25;
    width: 0.5rem;
  }
  .list-default.large-text li:before, .list-default.large-text li:after {
    top: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .list-default.large-text li:before, .list-default.large-text li:after {
      top: 4vw;
    }
  }
  .list-schedule li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .list-schedule li .icon {
    position: absolute;
    left: 0;
    top: 0.125rem;
  }
  @media screen and (max-width: 720px) {
    .list-schedule li {
      padding-left: 6.15vw;
    }
    .list-schedule li .icon {
      top: 0.3vw;
    }
  }
  .list-schedule li:last-child {
    margin-bottom: 0;
  }
  .list-disc {
    list-style: disc;
    margin-left: 1.25rem;
  }
  .list-disc li {
    margin-bottom: 0.3em;
  }
  .list-dia li {
    margin-bottom: 0.3em;
    text-indent: -1rem;
    margin-left: 1rem;
  }
  .list-dia li:before {
    content: "◆ ";
    color: #4B80E1;
    font-size: 80%;
  }
  @media screen and (max-width: 720px) {
    .list-dia li {
      text-indent: -4.1vw;
      margin-left: 5.74vw;
    }
  }
  .list-define dt,
  .list-define dd {
    padding-left: 1.875rem;
  }
  .list-define dt {
    position: relative;
    margin-bottom: 0.3125rem;
    font-weight: bold;
  }
  .list-define dt:before, .list-define dt:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    height: 0.0625rem;
  }
  .list-define dt:before {
    background-color: #cccccc;
    width: 1.25rem;
  }
  .list-define dt:after {
    background-color: #de1c25;
    width: 0.5rem;
  }
  .list-define dt.green:before {
    background-color: #cccccc;
    width: 1.25rem;
  }
  .list-define dt.green:after {
    background-color: #55923b;
    width: 0.5rem;
  }
  .list-define dd {
    margin-bottom: 0.625rem;
  }
  .list-define dd:last-child {
    margin-bottom: 0;
  }
  .list-inline li {
    display: inline-block;
    margin-right: 0.625rem;
    vertical-align: top;
  }
  .list-menu {
    font-size: 1.1875rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  @media screen and (max-width: 720px) {
    .list-menu {
      font-size: 4.1025641026vw;
    }
  }
  .list-menu li {
    border-bottom: 0.0625rem solid #FFF;
    border-right: 0.0625rem solid #FFF;
    width: 100%;
  }
  @media screen and (min-width: 721px) {
    .list-menu li .icon {
      top: 0.5625rem;
      margin-right: 1.75rem;
    }
  }
  .list-menu li a {
    display: block;
    --context-color: var(--main);
    border: 1px solid var(--main);
    gap: 0.625rem;
    padding: 1.25rem;
    transition: 0.25s;
    border-radius: 0 2.5rem 0 0;
  }
  @media screen and (max-width: 720px) {
    .list-menu li a {
      padding: 4.6153846154vw 2.5641025641vw;
      border-radius: 0 5.1282051282vw 0 0;
    }
  }
  @media (hover: hover) {
    .list-menu li a:hover {
      --context-color: var(--accent);
      border-color: var(--accent);
      color: var(--accent);
    }
  }
  .list-menu li a .icon--arrow-l {
    border-color: var(--main) !important;
    border-width: 1px !important;
  }
  @media screen and (max-width: 720px) {
    .list-menu li a .icon--arrow-l {
      top: 2.0512820513vw;
      margin-right: 3.0769230769vw;
    }
  }
  .list-menu_d {
    font-size: 1.1875rem;
  }
  .list-menu_d li {
    border-bottom: 0.0625rem solid #FFF;
    border-right: 0.0625rem solid #FFF;
    width: 50%;
    padding: 0.1em;
  }
  .list-menu_d li a {
    display: block;
    padding: 0.9375rem 2.1875rem;
    color: #FFF;
    transition: filter 0.25s ease;
    border-radius: 0.625rem;
  }
  @media screen and (min-width: 721px) {
    .list-menu_d li a:hover {
      filter: saturate(130%);
    }
  }
  .list-menu_d li.list-menu__row {
    width: 100%;
    border-right: 0;
  }
  .list-menu_d li .icon {
    top: 0.5625rem;
    margin-right: 1.75rem;
  }
  .list-article {
    justify-content: start;
  }
  @media screen and (min-width: 721px) {
    .list-article {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem 1.25rem;
    }
  }
  .list-article .item {
    position: relative;
  }
  .list-article .item .button--more {
    display: none;
  }
  .list-article .item__thumb {
    overflow: hidden;
    border: 1px solid var(--main);
    aspect-ratio: 285/220;
  }
  .list-article .item__thumb img,
  .list-article .item__thumb a {
    display: block;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .list-article .item__thumb img {
    object-fit: cover;
    max-width: none;
  }
  .list-article .item__text {
    display: flex;
    flex-direction: column;
  }
  .list-article .title {
    margin-top: 0.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.125rem;
  }
  .list-article .list-tax {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    --my-color: var(--main);
    gap: 0.375rem;
  }
  .list-article .list-tax:has(li) {
    margin: 0.75rem 0 0 0;
  }
  .list-article .list-tax a {
    color: var(--main);
  }
  .list-a li a {
    position: relative;
  }
  .list-a li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: 0 0/auto 7.1875rem repeat;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s ease;
  }
  .list-a li a:hover {
    text-decoration: none;
  }
  .list-a li a:hover:before {
    opacity: 1;
  }
  .list-a li .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #FFF;
  }
  .list-a li .list-a__text,
  .list-a li .list-a__img {
    width: 50%;
    vertical-align: top;
  }
  .list-a li .list-a__text {
    padding: 0.625rem;
  }
  .list-a li .list-a__text dt {
    margin-bottom: 0.625rem;
    padding: 0.125rem 0.625rem;
    border-left: 0.375rem double #FFF;
  }
  .list-a li .list-a__text dd {
    font-size: 0.75rem;
  }
  .list-a li .list-a__img {
    background-size: cover;
    background-position: 50% 0;
  }
  .list-a li .set-bg-kokusai:before {
    background-image: url(/assets/images/content/slash/slash-lbule.png);
  }
  .list-a li .set-bg-ningen:before {
    background-image: url(/assets/images/content/slash/slash-yellow.png);
  }
  .list-a li .set-bg-keizai:before {
    background-image: url(/assets/images/content/slash/slash-sakura.png);
  }
  .list-a li .set-bg-shogaku:before {
    background-image: url(/assets/images/content/slash/slash-blue.png);
  }
  .list-a li .set-bg-chiiki:before {
    background-image: url(/assets/images/content/slash/slash-red.png);
  }
  .list-a li .set-bg-riko:before {
    background-image: url(/assets/images/content/slash/slash-green.png);
  }
  .list-a li .set-bg-seimei:before {
    background-image: url(/assets/images/content/slash/slash-pink.png);
  }
  .list-a li .set-bg-kenchiku:before {
    background-image: url(/assets/images/content/slash/slash-navy.png);
  }
  .list-a li .set-bg-gejutsu:before {
    background-image: url(/assets/images/content/slash/slash-lyellow.png);
  }
  .list-a li .set-bg-zoukei:before {
    background-image: url(/assets/images/content/slash/slash-purple.png);
  }
  @media screen and (max-width: 720px) {
    #container .list-a li a .inner {
      display: block;
    }
    #container .list-a li a .list-a__text,
    #container .list-a li a .list-a__img {
      display: block;
      width: auto;
      vertical-align: top;
    }
    #container .list-a li a .list-a__text {
      padding: 4vw;
    }
    #container .list-a li a .list-a__img {
      width: 100%;
      height: 32vw;
    }
    #container .list-a li a:before {
      display: none;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-menu_d li a {
      padding: 2vw 3vw;
      height: 100%;
    }
    #container .list-menu_d li.list-menu__row {
      width: 100%;
      border-right: 0;
    }
    #container .list-menu_d li .icon {
      top: 1.6vw;
      margin-right: 4vw;
    }
    #container .list-article {
      padding-bottom: 5vw;
    }
    #container .list-article .item {
      background-color: #fff;
      margin-right: 0;
      margin-bottom: 6vw;
      padding-bottom: 1.25rem;
      width: 100%;
      border-top-width: 0.1875rem;
    }
    #container .list-article .item.item--figure, #container .list-article .item.item__banner {
      padding-bottom: 0;
    }
    #container .list-article .item .item__thumb a {
      width: 100%;
      height: 25vw;
    }
    #container .list-article .item .item__text {
      padding: 2vw 2vw 3vw 2vw;
    }
    #container .list-article .item .title {
      line-height: 1.3;
    }
    #container .list-article .item .person-title {
      margin-bottom: 2vw;
      font-size: 3.5vw;
      line-height: 1.3;
    }
    #container .list-article .item .person-gakubu {
      font-size: 2.6vw;
    }
    #container .list-article .item .person-name {
      font-size: 3.5vw;
    }
    #container .list-article .item .sub {
      font-size: 4.1vw;
      margin: 0;
    }
    #container .list-article .item .title {
      margin: 0 0 1vw 0;
    }
    #container .list-article .item .button--more {
      padding: 1vw;
    }
    #container .list-article .item .button--more img {
      height: 2.8vw;
    }
    #container .list-article .item .icon--new {
      display: block;
      margin-bottom: 1vw;
    }
    #container .list-article .item .compo-meta {
      margin-top: 0.6vw;
    }
    #container .list-article .item:last-child {
      margin-bottom: 0;
    }
    #container .list-article.list-article--col4 {
      justify-content: space-between;
      margin-left: -5vw;
      margin-right: -5vw;
    }
    #container .list-article.list-article--col4 .item {
      margin-bottom: 6vw;
      width: 48%;
    }
    #container .list-article.list-article--col4 .item .title {
      font-size: 3.6vw;
    }
    #container .list-article.list-article--col4 .item__text {
      padding: 1.5vw 2vw 2.5vw 2vw;
    }
    #container .list-article.list-article--col4 .item__thumb a {
      height: 17vw;
    }
    #container .list-article.list-article--col4 .compo-meta .compo-meta__item {
      font-size: 3vw;
    }
    #container .list-article.list-article--archives {
      padding-bottom: 5%;
    }
    #container .list-article.list-article--more .item {
      margin-right: 0;
      margin-bottom: 6vw;
      padding: 0;
      width: 100%;
    }
    #container .list-article.list-article--more .item .item__thumb {
      width: 28vw;
    }
    #container .list-article.list-article--more .item .item__thumb a {
      height: 28vw;
    }
    #container .list-article.list-article--more .item .item__box {
      position: relative;
      margin-left: 28vw;
      padding: 1vw 0;
      height: 100%;
    }
    #container .list-article.list-article--more .item .item__box .title {
      font-size: 4vw;
    }
    #container .list-article.list-article--more .item .compo-meta .compo-meta__item {
      font-size: 3vw;
    }
  }
  .list-event {
    border-top: 0.125rem solid #999999;
  }
  .list-event .item {
    background-color: #FFF;
    border-bottom: 0.125rem solid #999999;
  }
  @media screen and (min-width: 721px) {
    .list-event .item a:hover {
      text-decoration: underline;
    }
  }
  .list-event .item .item__inner {
    display: table;
    padding: 0.5rem;
    width: 100%;
  }
  .list-event .item .item__cell {
    display: table-cell;
    vertical-align: middle;
  }
  .list-event .item .item__icons {
    width: 9.625rem;
  }
  .list-event .item .item__date,
  .list-event .item .item__thumb {
    float: left;
    width: 4.8125rem;
    height: 4.8125rem;
  }
  .list-event .item .item__thumb {
    background-size: cover;
  }
  .list-event .item .item__date {
    background-color: #c01c25;
    padding-top: 0;
    color: #FFF;
    text-align: center;
    line-height: 1;
  }
  .list-event .item .item__date .d {
    display: block;
    font-size: 2.5rem;
  }
  .list-event .item .item__date .ym {
    font-size: 0.625rem;
  }
  .list-event .item .item__date .c {
    font-size: 1.25rem;
    vertical-align: middle;
  }
  .list-event .item .item__date .mm {
    display: block;
    background-color: #8d0400;
    padding: 0.3125rem 0.125rem;
    font-size: 0.75rem;
  }
  .list-event .item .item__date .dd {
    display: block;
    padding: 0.3125rem;
    font-size: 2.5rem;
  }
  .list-event .item .item__text {
    padding-left: 0.625rem;
    font-size: 1.0625rem;
  }
  #container .list-event2 {
    border-bottom: 0.0625rem solid #ccc;
  }
  #container .list-event2__cont {
    border-top: 0.0625rem solid #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__cont {
      padding: 0.875rem 0;
    }
    #container .list-event2__cont:hover {
      text-decoration: none;
    }
    #container .list-event2__cont:hover .list-event2__thumb img {
      transform: scale(1.1);
      opacity: 0.7;
    }
    #container .list-event2__cont:hover .list-event2__txt {
      text-decoration: underline;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__cont {
      padding: 4vw 0;
      justify-content: space-between;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__box {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 22.5rem;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__box {
      width: 26.6666666667vw;
    }
  }
  #container .list-event2__time {
    background: #c01c25;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__time {
      width: 11.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__time {
      width: 26.6666666667vw;
      height: 16vw;
    }
  }
  #container .list-event2__ym {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__ym {
      font-size: 2.6666666667vw;
    }
  }
  #container .list-event2.is-ym-hide .list-event2__ym {
    display: none;
  }
  #container .list-event2__d {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1;
  }
  #container .list-event2__d b {
    font-size: 2.875rem;
    font-weight: normal;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__d {
      font-size: 2.6666666667vw;
    }
    #container .list-event2__d b {
      font-size: 6.9333333333vw;
    }
  }
  #container .list-event2__w {
    position: relative;
    top: 0.375rem;
    margin-left: 0.3125rem;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    color: #c01c25;
    line-height: 2.5rem;
    border-radius: 6.25rem;
    font-size: 1rem;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__w {
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      line-height: 5.3333333333vw;
      font-size: 2.6666666667vw;
    }
  }
  #container .list-event2__wthumb {
    overflow: hidden;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__wthumb {
      width: 11.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__wthumb {
      height: 20vw;
    }
  }
  #container .list-event2__thumb {
    height: 100%;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__thumb {
      height: 8.75rem;
    }
  }
  #container .list-event2__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-property: transform, opacity;
    transition-duration: 0.25s;
  }
  #container .list-event2__wtxt {
    padding: 0 1.875rem;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__wtxt {
      width: calc(100% - 22.5rem);
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__wtxt {
      width: calc(100% - 26.6666666667vw);
      padding: 0 0 0 4vw;
    }
  }
  #container .list-event2__wtxt2 {
    padding: 0 1.875rem;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__wtxt2 {
      width: calc(100% - 11.25rem);
      min-height: 6.25rem;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__wtxt2 {
      width: calc(100% - 26.6666666667vw);
      padding: 0 0 0 4vw;
    }
  }
  #container .list-event2__meta {
    margin-bottom: 0.625rem;
  }
  #container .list-event2__meta > * {
    margin-right: 0.4375rem;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__meta {
      margin-bottom: 2vw;
    }
    #container .list-event2__meta > * {
      margin-right: 0.6666666667vw;
    }
  }
  #container .list-event2__tax {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    color: #c01c25;
    border: 0.0625rem solid #c01c25;
    line-height: 1.1;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__tax {
      padding: 0.6666666667vw 1.3333333333vw;
      font-size: 2.4vw;
    }
  }
  #container .list-event2__tax2 {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    color: #111;
    background-color: #f6f6f6;
    border: 0.0625rem solid #ccc;
    border-radius: 0.9375rem;
    line-height: 1.1;
    margin: 0 0.625rem 0.3125rem 0;
    font-size: 0.8125rem;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__tax2 {
      padding: 0.6666666667vw 1.3333333333vw;
      font-size: 2.4vw;
    }
  }
  #container .list-event2__state {
    display: inline-block;
    padding: 0.4375rem 0.625rem;
    line-height: 1.1;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__state {
      padding: 1.0666666667vw 1.3333333333vw;
      font-size: 2.4vw;
    }
  }
  #container .list-event2__state.is-open {
    color: #fff;
    background: #c01c25;
  }
  #container .list-event2__state.is-entry {
    color: #fff;
    background: #000;
  }
  #container .list-event2__state.is-end {
    background: #f2f2f2;
  }
  #container .list-event2__info {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    color: #999;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__info {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__info {
      margin-top: 2.6666666667vw;
      font-size: 2.4vw;
    }
  }
  #container .list-event2__info .icon {
    margin-right: 0.4375rem;
    vertical-align: middle;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__info .icon {
      margin-right: 1.3333333333vw;
    }
    #container .list-event2__info .icon.icon--men {
      top: -0.4vw;
    }
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__info > li {
      margin-left: 1.5em;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__info > li {
      margin-top: 1.0666666667vw;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 96%;
    }
  }
  #container .list-event2__info > li:first-child {
    margin-left: 0;
  }
  @media screen and (min-width: 44.9375rem) {
    #container .list-event2__info > li:first-child {
      max-width: 13.125rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  }
  #container .list-event2__txt {
    font-size: 1rem;
    overflow: hidden;
    padding: 0 0.625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 2;
  }
  @media screen and (max-width: 720px) {
    #container .list-event2__txt {
      padding: 0;
      font-size: 2.9333333333vw;
      -webkit-line-clamp: 3;
      line-height: 1.5;
    }
  }
  @media screen and (max-width: 720px) {
    #container .list-event .item .item__inner {
      padding: 2vw 0;
    }
    #container .list-event .item .item__icons {
      width: 9.625rem;
    }
    #container .list-event .item .item__text {
      padding-right: 2vw;
      font-size: 4.1vw;
    }
  }
  .list-has-thumb .item {
    overflow: hidden;
    margin-bottom: 2.5rem;
  }
  .list-has-thumb .item .item__thumb {
    position: relative;
    float: left;
    width: 10rem;
  }
  .list-has-thumb .item .item__thumb figcaption {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    color: #FFF;
    font-size: 1.25rem;
    text-align: center;
  }
  .list-has-thumb .item .item__text {
    margin-left: 11.875rem;
  }
  .list-has-thumb .item .item__text dt {
    margin-bottom: 0.625rem;
    color: #c01c25;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .list-has-thumb .item .item__text dd {
    font-size: 0.9375rem;
  }
  .list-has-thumb .item:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 720px) {
    #container .list-has-thumb .item {
      margin-bottom: 10vw;
    }
    #container .list-has-thumb .item .item__thumb {
      width: 25vw;
    }
    #container .list-has-thumb .item .item__thumb figcaption {
      top: 5vw;
      font-size: 4vw;
    }
    #container .list-has-thumb .item .item__text {
      margin-left: 28vw;
    }
    #container .list-has-thumb .item .item__text dt {
      margin-bottom: 2vw;
      font-size: 4vw;
      line-height: 1.4;
    }
    #container .list-has-thumb .item .item__text dd {
      font-size: 3.6vw;
    }
    #container .list-has-thumb .item:last-child {
      margin-bottom: 0;
    }
  }
  .list-hr {
    border-top: 0.0625rem solid #a5a5a5;
  }
  .list-hr .item {
    border-bottom: 0.0625rem solid #a5a5a5;
  }
  .list-hr .item.item--ptb {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .list-has-thumb-a {
    overflow: hidden;
    border-top: 0.0625rem solid #a5a5a5;
  }
  .list-has-thumb-a .item {
    border-bottom: 0.0625rem solid #a5a5a5;
  }
  .list-has-thumb-a .item .inner {
    display: table;
  }
  .list-has-thumb-a .item a:hover {
    text-decoration: none;
  }
  .list-has-thumb-a .item a:hover dt {
    text-decoration: underline;
  }
  .list-has-thumb-a .item .item__thumb,
  .list-has-thumb-a .item .item__text {
    display: table-cell;
    vertical-align: top;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .list-has-thumb-a .item .item__thumb {
    width: 18%;
  }
  .list-has-thumb-a .item .item__text {
    padding-top: 0.9375rem;
    padding-left: 4%;
  }
  .list-has-thumb-a .item .item__text dt {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
  }
  .list-has-thumb-a .item .item__text dd .date {
    color: #c01c25;
    font-size: 1.125rem;
  }
  .list-has-thumb-a .item .item__text dd .article-date {
    text-align: right;
    font-size: 0.75rem;
    color: #a5a5a5;
  }
  .list-has-thumb-a:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 720px) {
    .list-has-thumb-a .item .item__thumb {
      width: 30%;
    }
    .list-has-thumb-a .item .item__text {
      padding-top: 0.625rem;
    }
    .list-has-thumb-a .item .item__text dd .date {
      font-size: 4.1vw;
    }
    .list-has-thumb-a .item .item__text dd .article-date {
      font-size: 3vw;
    }
  }
  .list-archives .item {
    display: block;
    border: 0.0625rem solid #C01C25;
    line-height: 1.4;
  }
  .list-archives .item a {
    position: relative;
    display: block;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  }
  .list-archives .item a .icon--arrow,
  .list-archives .item a .icon--pdf {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    margin-top: -0.3125rem;
  }
  .list-archives .item a .icon--pdf {
    margin-top: -0.5rem;
  }
  @media screen and (min-width: 721px) {
    .list-archives .item a:hover {
      text-decoration: underline;
    }
  }
  .list-archives .item dt {
    margin-bottom: 0.625rem;
  }
  .list-archives .item .item__label {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .list-archives .item .item__desc ul {
    font-size: 1rem;
  }
  .list-archives-voice .item {
    display: block;
    border: 0.0625rem solid #C01C25;
    line-height: 1.4;
  }
  .list-archives-voice .item a {
    position: relative;
    display: block;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  }
  .list-archives-voice .item a .icon--arrow,
  .list-archives-voice .item a .icon--pdf {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    margin-top: -0.3125rem;
  }
  .list-archives-voice .item a .icon--pdf {
    margin-top: -0.5rem;
  }
  .list-archives-voice .item dt {
    margin-bottom: 0.625rem;
  }
  .list-archives-voice .item .item__label {
    font-size: 1.375rem;
    font-weight: bold;
  }
  .list-archives-voice .item .item__desc ul {
    font-size: 1rem;
  }
  .list-archives-voice li.is-hide {
    display: none;
  }
  .list-link li a {
    position: relative;
    display: inline-block;
    padding-left: 1.375rem;
  }
  .list-link li a .icon--arrow,
  .list-link li a .icon--arrow-sm {
    position: absolute;
    left: 0;
    top: 0.375rem;
  }
  @media screen and (max-width: 720px) {
    #container .list-archives .item dt {
      margin-bottom: 0.3125rem;
    }
    #container .list-archives .item .item__label {
      font-size: 4.8vw;
    }
  }
  .list-info li {
    background-color: #FFF;
    margin-bottom: 0.625rem;
  }
  .list-info li:last-child {
    margin-bottom: 0;
  }
  .list-info li dl {
    display: table;
  }
  .list-info li dt, .list-info li dd {
    display: table-cell;
    padding: 0.9375rem;
  }
  .list-info li dt {
    position: relative;
    background-color: #c01c25;
    color: #FFF;
    width: 8.75rem;
    text-align: center;
  }
  .list-info li dt:before {
    display: block;
    content: "";
    position: absolute;
    right: -0.625rem;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -0.625rem;
    border-style: solid;
    border-width: 0.625rem 0 0.625rem 1.08125rem;
    border-color: transparent transparent transparent #c01c25;
  }
  .list-info li dd {
    padding-left: 1.875rem;
  }
  .list-info li dd a {
    color: #000;
  }
  .list-info li .icon--pdf-l {
    top: -0.0625rem;
  }
  @media screen and (max-width: 720px) {
    #container .list-info li {
      margin-bottom: 3vw;
    }
    #container .list-info li:last-child {
      margin-bottom: 0;
    }
    #container .list-info li dt, #container .list-info li dd {
      padding: 4vw;
    }
    #container .list-info li dt {
      width: 10vw;
      font-size: 3.6vw;
    }
    #container .list-info li .icon--pdf-l {
      top: 1vw;
    }
  }
  .list-banner .item {
    margin-bottom: 0.625rem;
    border: 0.1875rem solid #e2e2e2;
  }
  .list-banner .item .item__box {
    display: block;
    padding: 0.9375rem;
  }
  .list-banner .item .item__inner {
    display: table;
    width: 100%;
    color: #000;
    line-height: 1.4;
  }
  .list-banner .item .item__inner .img,
  .list-banner .item .item__inner .text {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    display: table-cell;
    vertical-align: middle;
  }
  .list-banner .item .item__inner .img {
    width: 3.75rem;
    text-align: center;
  }
  .list-banner .item .item__inner .text {
    padding-right: 1.25rem;
    font-size: 0.875rem;
  }
  @media screen and (max-width: 720px) {
    #container .list-banner .item {
      margin-bottom: 5vw;
    }
    #container .list-banner .item .item__box {
      padding: 4vw;
    }
    #container .list-banner .item .item__inner .img,
    #container .list-banner .item .item__inner .text {
      padding-top: 4vw;
      padding-bottom: 4vw;
    }
    #container .list-banner .item .item__inner .img {
      width: 20vw;
    }
    #container .list-banner .item .item__inner .text {
      padding-right: 4vw;
    }
  }
  .list-table {
    display: table;
  }
  .list-table dl {
    display: table-row;
  }
  .list-table dl dt, .list-table dl dd {
    padding: 0.3125rem;
    display: table-cell;
    vertical-align: top;
  }
  .list-table dl dt {
    padding-left: 0;
  }
  .list-tax {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4em;
    margin-top: 0.2em;
  }
  .list-tax li {
    --my-color: #000;
    display: block;
    border: 0.0625rem solid var(--main);
    color: var(--main);
    font-size: 0.6875rem;
    border-radius: 62.5rem;
  }
  .list-tax li a {
    display: block;
    padding: 0.1em 1em;
    color: var(--main);
    transition: 0.25s opacity;
  }
  @media (hover: hover) {
    .list-tax li a:hover {
      opacity: 0.8;
    }
  }
  @media screen and (max-width: 720px) {
    .list-tax li {
      font-size: 2.8vw;
    }
  }
}
@layer legacy {
  .wrap-table {
    overflow: auto;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .table-plain {
    width: 100%;
    table-layout: fixed;
    color: var(--main);
    font-size: 1.125rem;
    font-weight: 500;
  }
  @media screen and (max-width: 720px) {
    .table-plain {
      width: 194.8717948718vw;
      font-size: 3.0769230769vw;
    }
  }
  .table-plain th,
  .table-plain td {
    padding: 1.375rem 1.25rem;
    border: 1px solid var(--main);
    vertical-align: middle;
  }
  @media screen and (max-width: 720px) {
    .table-plain th,
    .table-plain td {
      padding: 3.5897435897vw 3.0769230769vw;
    }
  }
  .table-plain thead th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid var(--main);
    background: var(--accent);
    color: #fff;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    .table-plain thead th {
      padding-top: 3.3333333333vw;
      padding-bottom: 3.3333333333vw;
    }
  }
  .table-default {
    width: 100%;
    background-color: #FFF;
    border-left: 0.0625rem solid #cccccc;
    border-top: 0.0625rem solid #cccccc;
  }
  .table-default tr th,
  .table-default tr td {
    padding: 1rem;
    border-right: 0.0625rem solid #cccccc;
    border-bottom: 0.0625rem solid #cccccc;
    vertical-align: top;
  }
  .table-default tr th {
    background-color: #e6e6e6;
    text-align: left;
    font-weight: normal;
  }
  .table-result {
    background-color: #FFF;
    border-left: 0.0625rem solid #cccccc;
    border-top: 0.0625rem solid #cccccc;
    width: 100%;
    min-width: 43.125rem;
  }
  .table-result thead tr th {
    text-align: center;
  }
  .table-result .table-result__col-1 {
    width: 15rem;
  }
  .table-result .table-result__col-2 {
    width: 11.25rem;
  }
  .table-result .table-result__photo {
    float: left;
    width: 6.25rem;
  }
  .table-result .table-result__summery {
    margin-left: 7.5rem;
  }
  .table-result .table-result__summery dl {
    font-size: 0.75rem;
  }
  .table-result .table-result__summery dd {
    font-size: 1.125rem;
  }
  .table-result .table-result__summery dd small {
    margin-top: 0.625rem;
    display: block;
    line-height: 1.2;
    font-size: 0.75rem;
  }
  .table-result .table-result__summery a {
    color: #000;
    text-decoration: underline;
  }
  .table-result tr th,
  .table-result tr td {
    padding: 0.75rem;
    border-right: 0.0625rem solid #cccccc;
    border-bottom: 0.0625rem solid #cccccc;
    vertical-align: top;
  }
  .table-result tr th {
    background: #c01c25;
    color: #FFF;
    text-align: left;
    font-weight: normal;
    font-size: 1.125rem;
  }
  .table-result.table-result--tax .table-result__col-0 {
    width: 8.75rem;
  }
  .table-result.table-result--tax .table-result__col-0 b {
    font-size: 1.0625rem;
  }
  .table-result.table-result--tax .table-result__col-1 {
    width: 15rem;
  }
  .table-result.table-result--tax .table-result__col-2 {
    width: 9.25rem;
  }
  .table-a {
    width: 100%;
    table-layout: fixed;
    color: var(--main);
    font-size: 1.125rem;
    font-weight: 500;
  }
  @media screen and (max-width: 720px) {
    .table-a {
      width: 194.8717948718vw;
      font-size: 3.0769230769vw;
    }
  }
  .table-a th,
  .table-a td {
    padding: 1.375rem 1.25rem;
    border: 1px solid var(--main);
    vertical-align: middle;
  }
  @media screen and (max-width: 720px) {
    .table-a th,
    .table-a td {
      padding: 3.5897435897vw 3.0769230769vw;
    }
  }
  .table-a th {
    background: var(--accent);
    color: #fff;
  }
  .table-b {
    background-color: #FFF;
    border-left: 0.0625rem solid #CBCBCB;
    border-right: 0.0625rem solid #CBCBCB;
    border-bottom: 0.0625rem solid #CBCBCB;
    border-top: 0.0625rem solid #CBCBCB;
    width: 100%;
  }
  .table-b thead tr th {
    text-align: center;
  }
  .table-b tr th,
  .table-b tr td {
    padding: 0.625rem;
    border-bottom: 0.0625rem solid #CBCBCB;
    vertical-align: top;
    font-size: 0.9375rem;
  }
  .table-b tr th {
    background: #FDA8AD;
    color: #AB0B14;
    text-align: left;
    border-bottom-color: #FFF;
  }
  .table-b tr td {
    word-break: break-all;
  }
  .table-b tr:last-child th,
  .table-b tr:last-child td {
    border-bottom: 0;
  }
  .table-c {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.5rem;
    border-top: 0.0625rem dashed #4B80E1;
  }
  .table-c:last-child {
    border-bottom: 0.0625rem dashed #4B80E1;
  }
  .table-c tr th,
  .table-c tr td {
    padding: 0.625rem;
    vertical-align: middle;
  }
  .table-c tr th {
    background: #4B80E1;
    color: #FFF;
    text-align: center;
    font-weight: normal;
  }
  .table-c tr td {
    word-break: break-all;
  }
  .table-c tr td div {
    padding: 0.9375rem 0;
  }
  @media screen and (max-width: 720px) {
    .table-c tr td div {
      padding: 0;
    }
  }
  .table-d {
    border: solid 0.125rem #6F6D5E;
    min-width: 37.5rem;
  }
  .table-d tbody th {
    width: 9.375rem;
  }
  .table-d tr th,
  .table-d tr td {
    border-bottom: 0.0625rem solid #999;
    border-right: 0.0625rem solid #999;
    padding: 0.625rem;
    vertical-align: middle;
  }
  .table-d tr .button--d {
    display: block;
  }
  .table-d tr .textcut {
    margin: 0.3125rem 0;
  }
  .table-d tr .indent {
    text-indent: -1em;
    margin-left: 1em;
  }
  .table-d tr .indent2 {
    padding-left: 1rem;
  }
  .table-e {
    border: solid 0.125rem #6f6c5e;
  }
  .table-e thead th,
  .table-e thead td,
  .table-e tfoot th,
  .table-e tfoot td {
    background-color: #d3edfb;
    text-align: center;
  }
  .table-e tr th,
  .table-e tr td {
    border-bottom: 0.0625rem solid #6f6c5e;
    border-right: 0.0625rem solid #6f6c5e;
    padding: 0.625rem;
    vertical-align: middle;
  }
  .table-f {
    border: solid 0.125rem #6F6D5E;
    min-width: 37.5rem;
  }
  .table-f tr th,
  .table-f tr td {
    border-bottom: 0.0625rem solid #999;
    border-right: 0.0625rem solid #999;
    padding: 0.625rem 0.3125rem;
    vertical-align: middle;
  }
  @media screen and (max-width: 720px) {
    .table-responsive {
      display: block;
    }
    .table-responsive thead, .table-responsive tbody, .table-responsive tr, .table-responsive th, .table-responsive td {
      display: block;
      text-align: left;
    }
    .table-result .table-result__photo {
      width: 5rem;
    }
    .table-result .table-result__col-1 {
      width: 12.5rem;
    }
    .table-result .table-result__col-2 {
      width: 10rem;
    }
    .table-result .table-result__summery {
      margin-left: 6.25rem;
    }
    .table-result .table-result__summery dl {
      font-size: 3.5vw;
    }
    .table-result .table-result__summery dd {
      font-size: 4vw;
    }
    .table-result .table-result__summery dd small {
      font-size: 3.2vw;
    }
    .table-result tr th,
    .table-result tr td {
      font-size: 4vw;
    }
    .table-result.table-result--tax .table-result__col-0 {
      width: 8.125rem;
    }
    .table-result.table-result--tax .table-result__col-0 b {
      font-size: 4.2vw;
    }
    .table-result.table-result--tax .table-result__col-1 {
      width: 12.5rem;
    }
    .table-result.table-result--tax .table-result__col-2 {
      width: 9.25rem;
    }
  }
  .table-archives {
    width: 100%;
  }
  .table-archives th, .table-archives td {
    padding: 1.25rem;
    border-bottom: 0.0625rem solid #CCC;
  }
  .table-archives th {
    width: 11.875rem;
    text-align: left;
  }
  .table-archives td.cell-icon {
    padding-left: 0;
    padding-right: 0;
  }
  .table-archives.table-archives--a {
    border-top: 0.0625rem solid #CCC;
    border-left: 0.0625rem solid #CCC;
    border-right: 0.0625rem solid #CCC;
  }
  @media screen and (max-width: 720px) {
    .table-archives {
      display: block;
    }
    .table-archives thead, .table-archives tbody, .table-archives tr, .table-archives th, .table-archives td {
      display: block;
    }
    .table-archives th, .table-archives td {
      padding: 5vw 0;
      text-align: left;
    }
    .table-archives th {
      padding-bottom: 0;
      width: auto;
      border-bottom: 0;
    }
    .table-archives td {
      padding-top: 2vw;
    }
    .table-archives td.cell-icon {
      padding-bottom: 0;
      border-bottom: 0;
      display: inline-block;
    }
    .table-archives.table-archives--a th, .table-archives.table-archives--a td {
      padding-right: 5vw;
      padding-left: 5vw;
    }
  }
  .table-archives-type-a {
    width: 100%;
  }
  .table-archives-type-a th, .table-archives-type-a td {
    padding: 0.625rem;
    border-bottom: 0.0625rem solid #CCC;
  }
  .table-archives-type-a th {
    width: 8.125rem;
    text-align: left;
    font-weight: normal;
  }
  .table-archives-type-a .icon-cell {
    width: 11.25rem;
  }
  @media screen and (max-width: 720px) {
    .table-archives-type-a th, .table-archives-type-a td {
      padding: 2vw;
    }
    .table-archives-type-a th {
      width: auto;
    }
    .table-archives-type-a td {
      display: block;
      border-top: 0.0625rem solid #CCC;
    }
    .table-archives-type-a th,
    .table-archives-type-a .icon-cell {
      display: inline-block;
      border-top: 0;
      border-bottom: 0;
    }
  }
  .table-archives-type_d {
    width: 100%;
  }
  .table-archives-type_d th, .table-archives-type_d td {
    padding: 0.625rem;
    border-bottom: 0.0625rem solid #CCC;
  }
  .table-archives-type_d td a {
    color: #333333;
  }
  .table-archives-type_d td a:hover {
    color: #7abc5c;
  }
  .table-archives-type_d th {
    width: 8.125rem;
    text-align: left;
    font-weight: normal;
  }
  .table-archives-type_d .icon-cell {
    width: 11.25rem;
  }
  @media screen and (max-width: 720px) {
    .table-archives-type_d th, .table-archives-type_d td {
      padding: 2vw;
    }
    .table-archives-type_d th {
      width: auto;
    }
    .table-archives-type_d td {
      display: block;
      border-top: 0.0625rem solid #CCC;
    }
    .table-archives-type_d td a {
      color: #7abc5c;
    }
    .table-archives-type_d th,
    .table-archives-type_d .icon-cell {
      display: inline-block;
      border-top: 0;
      border-bottom: 0;
    }
  }
}
@layer legacy {
  .icon {
    position: relative;
    display: inline-block;
    background: 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
    line-height: 1;
    font-size: 0.625rem;
  }
  .icon.icon--daigakugyoji, .icon.icon--ryogyoji {
    top: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .icon.icon--daigakugyoji:before, .icon.icon--ryogyoji:before {
    display: block;
    content: "";
    position: relative;
    background-color: #f08425;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 6.25rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--daigakugyoji:before, .icon.icon--ryogyoji:before {
      width: 4.1vw;
      height: 4.1vw;
    }
  }
  .icon.icon--rad-text {
    background: #4b80e1;
    padding: 0.375rem 1rem;
    color: #fff;
    border-radius: 6.25rem;
    font-size: 0.875rem;
  }
  .icon.icon--rad-text-red {
    display: block;
    background: var(--accent);
    padding: 0.125rem 0.625rem;
    color: #fff;
    border-radius: 6.25rem;
    font-size: 0.875rem;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--rad-text-red {
      font-size: 3.6vw;
      min-width: 40vw;
    }
  }
  .icon.icon--green-text-green {
    display: block;
    background: #7abc5c;
    padding: 0.125rem 0.625rem;
    color: #fff;
    border-radius: 6.25rem;
    font-size: 0.875rem;
    text-align: center;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--green-text-green {
      font-size: 3.6vw;
      min-width: 40vw;
    }
  }
  .icon.icon--ryogyoji:before {
    background-color: #5abe2e;
  }
  .icon.icon--search {
    background-image: url(/assets/images/icon/icon-search.svg);
    width: 1.625rem;
    height: 1.625rem;
  }
  .icon.icon--search2 {
    background-image: url(/assets/images/icon/icon-search2.png);
    background-position: 50% 50%;
    width: 3.25rem;
    height: 3.3125rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--search2 {
      background-image: url(/assets/images/icon/icon-search2-sp.png);
      width: 10.4vw;
      height: 10.4vw;
    }
  }
  .icon.icon--search2.is-open {
    background-image: url(/assets/images/icon/icon-search2-close.svg);
  }
  .icon.icon--search3 {
    background-image: url(/assets/images/icon/icon-search3.svg);
    width: 1.8125rem;
    height: 1.8125rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--search3 {
      width: 4.8vw;
      height: 4.8vw;
    }
  }
  .icon.icon--search-w {
    background-image: url(/assets/images/icon/icon-search-w.svg);
    width: 1.625rem;
    height: 1.625rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--search-w {
      width: 4.6153846154vw;
      height: 4.6153846154vw;
    }
  }
  .icon.icon--search-g {
    background-image: url(/assets/images/icon/icon-search-g.svg);
    width: 1.625rem;
    height: 1.625rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--search-g {
      width: 5.4vw;
      height: 5.4vw;
    }
  }
  .icon.icon--new {
    background-image: url(/assets/images/icon/icon-new.svg);
    width: 2.6875rem;
    height: 1.125rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--new {
      width: 10vw;
      height: 4.5vw;
    }
  }
  .icon.icon--new-rect {
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    width: 2.8125rem;
    font-size: 0.8125rem;
    padding: 0;
    aspect-ratio: 1/1;
    background-color: var(--accent);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--new-rect {
      width: 10vw;
      height: 4.5vw;
    }
  }
  .icon.icon--new-circle {
    background: #DB5598;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 6.25rem;
    font-size: 0.8125rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--new-circle {
      width: 9vw;
      height: 9vw;
      line-height: 9.3vw;
      font-size: 2.8vw;
    }
  }
  .icon.icon--new-circle-red {
    background: #c01c25;
    width: 3.125rem;
    height: 3.125rem;
    color: #fff;
    text-align: center;
    line-height: 3.125rem;
    border-radius: 6.25rem;
    font-size: 0.8125rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--new-circle-red {
      width: 8vw;
      height: 8vw;
      line-height: 8vw;
      font-size: 2.4vw;
    }
  }
  .icon.icon--text-rect {
    background: #c01c25;
    padding: 0.25rem 0.625rem;
    min-width: 3.125rem;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
  }
  .icon.icon--text-rect.icon--text-rect--ob {
    background: #666;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--text-rect {
      min-width: 10vw;
    }
  }
  .icon.icon--emergency {
    background-image: url(/assets/images/icon/icon-emergency.svg);
    width: 1.375rem;
    height: 1.375rem;
  }
  .icon.icon--q {
    background-image: url(/assets/images/icon/icon-q.svg);
    width: 1.375rem;
    height: 1.375rem;
    font-size: 3.69vw;
  }
  .icon.icon--date {
    background-color: #c01c25;
    padding: 0.75rem 0.625rem;
    width: 4.375rem;
    height: 4.375rem;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .icon.icon--date dt {
    margin-bottom: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 0.625rem;
    border-bottom: 0.0625rem solid #fff;
  }
  .icon.icon--date span {
    display: inline-block;
    height: auto;
  }
  .icon.icon--date .y {
    display: block;
    margin-bottom: 0.1875rem;
    font-size: 0.625rem;
  }
  .icon.icon--date .m,
  .icon.icon--date .d,
  .icon.icon--date .sep {
    font-size: 1rem;
    vertical-align: middle;
  }
  .icon.icon--date-mmdd {
    background-color: #c01c25;
    width: 6.25rem;
    height: 6.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .icon.icon--date-mmdd dt {
    background-color: #8d0400;
    padding: 0.3125rem 0.125rem;
    font-size: 1.25rem;
  }
  .icon.icon--date-mmdd dd {
    padding: 0.375rem;
    font-size: 3.5625rem;
  }
  .icon.icon--arrow {
    top: 0.4375rem;
    margin-right: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
    border-top: 0.125rem solid var(--accent);
    border-right: 0.125rem solid var(--accent);
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow {
      width: 2.5vw;
      height: 2.5vw;
      border-width: 0.125rem;
    }
  }
  .icon.icon--arrow2 {
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.0625rem solid #c01c25;
    border-right: 0.0625rem solid #c01c25;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow2 {
      width: 2.5vw;
      height: 2.5vw;
    }
  }
  .icon.icon--arrow-sm {
    top: 0.4375rem;
    margin-right: 0.625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.0625rem solid #c01c25;
    border-right: 0.0625rem solid #c01c25;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-sm {
      width: 2.5vw;
      height: 2.5vw;
    }
  }
  .icon.icon--arrow-sm-white {
    top: 0.4375rem;
    margin-right: 0.625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-sm-white {
      width: 2.5vw;
      height: 2.5vw;
    }
  }
  .icon.icon--arrow-skyblue {
    top: 0.4375rem;
    margin-right: 0.625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #419fb2;
    border-right: 0.125rem solid #419fb2;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-skyblue {
      top: 2.5vw;
      width: 2vw;
      height: 2vw;
    }
  }
  .icon.icon--arrow-white {
    top: 0.4375rem;
    margin-right: 0.625rem;
    width: 0.8125rem;
    height: 0.8125rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-white {
      width: 2.8vw;
      height: 2.8vw;
    }
  }
  .icon.icon--arrow-white.icon--arrow-white--large {
    width: 1.25rem;
    height: 1.25rem;
  }
  .icon.icon--arrow-white2 {
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.0625rem solid #fff;
    border-right: 0.0625rem solid #fff;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-white2 {
      width: 2.8vw;
      height: 2.8vw;
    }
  }
  .icon.icon--toggle {
    top: 0.4375rem;
    margin-right: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
    border-top: 0.1875rem solid #666666;
    border-right: 0.1875rem solid #666666;
    transform: rotate(135deg);
    transition: transform 0.25s ease;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--toggle {
      width: 3vw;
      height: 3vw;
    }
  }
  .icon.icon--arrow-back {
    top: 0.4375rem;
    left: 0.1875rem;
    margin-right: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
    border-top: 0.125rem solid var(--accent);
    border-right: 0.125rem solid var(--accent);
    transform: rotate(-135deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-back {
      width: 2.5vw;
      height: 2.5vw;
      border-width: 0.125rem;
    }
  }
  .icon.icon--blank {
    top: 0.3125rem;
    background: #fff;
    margin-right: 0.625rem;
    width: 0.6875rem;
    height: 0.625rem;
    border: 0.0625rem solid var(--accent);
    border-top-width: 0.125rem;
  }
  .icon.icon--blank:before {
    display: block;
    content: "";
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    background: #fff;
    width: 0.5625rem;
    height: 0.5rem;
    border: 0.0625rem solid #c01c25;
    border-top-width: 0.125rem;
  }
  .icon.icon--blank-blk {
    top: 0.3125rem;
    background: #fff;
    margin-right: 0.625rem;
    width: 0.6875rem;
    height: 0.625rem;
    border: 0.0625rem solid #000;
    border-top-width: 0.125rem;
  }
  .icon.icon--blank-blk:before {
    display: block;
    content: "";
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    background: #fff;
    width: 0.5625rem;
    height: 0.5rem;
    border: 0.0625rem solid #000;
    border-top-width: 0.125rem;
  }
  .icon.icon--blank-white {
    top: 0.3125rem;
    margin-right: 0.625rem;
    width: 0.6875rem;
    height: 0.625rem;
    border: 0.0625rem solid #fff;
    border-top-width: 0.125rem;
  }
  .icon.icon--blank-white:before {
    display: block;
    content: "";
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    width: 0.5625rem;
    height: 0.5rem;
    border: 0.0625rem solid #fff;
    background-color: #c01c25;
    border-top-width: 0.125rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--blank-white {
      width: 2.5vw;
      height: 2.2vw;
    }
    .icon.icon--blank-white:before {
      width: calc(2.5vw - 0.125rem);
      height: calc(2vw - 0.125rem);
    }
  }
  .icon.icon--blank-wwin {
    top: 0.3125rem;
    background-image: url(/assets/images/icon/icon-blank-wwin.svg);
    width: 0.875rem;
    height: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--blank-wwin {
      width: 4vw;
      height: 4vw;
    }
  }
  .icon.icon--pdf {
    top: 0.1875rem;
    background-image: url(/assets/images/icon/icon-pdf.svg);
    margin-right: 0.625rem;
    width: 0.8125rem;
    height: 1rem;
  }
  .icon.icon--pdf-l {
    top: 0.1875rem;
    background-image: url(/assets/images/icon/icon-pdf-l.png);
    margin-left: 0.625rem;
    width: 1.25rem;
    height: 1.5625rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--pdf-l {
      margin-left: 2vw;
      width: 4vw;
      height: 5vw;
    }
  }
  .icon.icon--pdf-c {
    background-image: url(/assets/images/icon/icon-pdf-c.png);
    margin-left: 0.625rem;
    width: 1.5rem;
    height: 1.875rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--pdf-c {
      margin-left: 2vw;
      width: 4vw;
      height: 5vw;
    }
  }
  .icon.icon--word, .icon.icon--docx, .icon.icon--doc {
    top: 0.25rem;
    background-image: url(/assets/images/icon/icon-word.svg);
    margin-right: 0.625rem;
    width: 1rem;
    height: 1rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--word, .icon.icon--docx, .icon.icon--doc {
      margin-right: 1.5vw;
      width: 4vw;
      height: 4vw;
    }
  }
  .bg-link--red .icon.icon--excel, .bg-link--red .icon.icon--xlsx, .bg-link--red .icon.icon--xls {
    background-image: url(/assets2/img/icon/excel.svg);
  }
  .icon.icon--excel, .icon.icon--xlsx, .icon.icon--xls {
    top: 0.25rem;
    background-image: url(/assets/images/icon/icon-excel.svg);
    margin-right: 0.625rem;
    width: 1rem;
    height: 1rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--excel, .icon.icon--xlsx, .icon.icon--xls {
      margin-right: 1.5vw;
      width: 4vw;
      height: 4vw;
    }
  }
  .icon.icon--pdf {
    top: 0.1875rem;
    background-image: url(/assets/images/icon/icon-pdf.svg);
    margin-right: 0.625rem;
    width: 0.8125rem;
    height: 1rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--pdf {
      margin-right: 1.5vw;
      width: 4vw;
      height: 5vw;
    }
  }
  .icon.icon--mail {
    top: 0.625rem;
    background-image: url(/assets/images/icon/icon-mail.svg);
    margin-right: 0.625rem;
    width: 0.875rem;
    height: 0.625rem;
  }
  .icon.icon--arrow-l {
    left: 0.25rem;
    top: 0.3125rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-l {
      width: 2.5vw;
      height: 2.5vw;
      border-width: 0.125rem;
    }
  }
  .icon.icon--arrow-r {
    left: 0.25rem;
    top: 0.3125rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #c01c25;
    border-right: 0.125rem solid #c01c25;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-r {
      width: 2.5vw;
      height: 2.5vw;
    }
  }
  .icon.icon--arrow-b {
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #c01c25;
    border-right: 0.125rem solid #c01c25;
    transform: rotate(135deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-b {
      width: 2.5vw;
      height: 2.5vw;
    }
  }
  .icon.icon--arrow-b-b {
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #000;
    border-right: 0.125rem solid #000;
    transform: rotate(135deg);
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-b-b {
      width: 2.5vw;
      height: 2.5vw;
    }
  }
  .icon.icon--arrow-l-double {
    left: 0.25rem;
    top: 0.3125rem;
    width: 1rem;
    height: 1rem;
  }
  .icon.icon--arrow-l-double:before, .icon.icon--arrow-l-double:after {
    display: block;
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    transform: rotate(45deg);
  }
  .icon.icon--arrow-l-double:before {
    left: 0.6875rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--arrow-l-double:before, .icon.icon--arrow-l-double:after {
      width: 2.5vw;
      height: 2.5vw;
      border-width: 0.125rem;
    }
    .icon.icon--arrow-l-double:before {
      left: 2vw;
    }
  }
  .icon.icon--point-circle {
    background-color: var(--accent);
    width: 4.625rem;
    height: 4.625rem;
    color: #fff;
    text-align: center;
    border-radius: 6.25rem;
  }
  .icon.icon--point-circle:before {
    display: block;
    content: "";
    position: absolute;
    right: -0.625rem;
    top: 50%;
    margin-top: -0.375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0 0.3125rem 0.8125rem;
    border-color: transparent transparent transparent var(--accent);
  }
  .icon.icon--point-circle span {
    display: block;
  }
  .icon.icon--point-circle .label {
    margin-bottom: 0.1875rem;
    padding-top: 0.9375rem;
    font-size: 0.8125rem;
  }
  .icon.icon--point-circle .string {
    font-size: 1.875rem;
  }
  .icon.icon--point-square {
    background-color: var(--accent);
    padding: 0.625rem;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    font-size: 1.625rem;
    color: #fff;
  }
  .icon.icon--point-square small {
    margin-bottom: 0.1875rem;
    display: block;
    font-size: 0.625rem;
  }
  .icon.icon--point-square.icon--point-square--green {
    background-color: #22b373;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--point-square {
      padding: 3vw 0 0 0;
      width: 14vw;
      height: 14vw;
      font-size: 6vw;
    }
    .icon.icon--point-square small {
      font-size: 2vw;
    }
  }
  .icon.icon--point-rect {
    background-color: #c01c25;
    padding: 0.875rem 1.25rem;
    color: #fff;
  }
  .icon.icon--point-rect:before {
    display: block;
    content: "";
    position: absolute;
    right: -0.625rem;
    top: 50%;
    margin-top: -0.375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0 0.3125rem 0.8125rem;
    border-color: transparent transparent transparent #c01c25;
  }
  .icon.icon--point-rect span {
    display: inline-block;
  }
  .icon.icon--point-rect .label {
    margin-right: 2.1875rem;
    font-size: 1.125rem;
  }
  .icon.icon--point-rect .label-ja {
    font-size: 0.9375rem;
  }
  .icon.icon--point-rect .string {
    font-size: 1.375rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--point-rect {
      padding: 3vw 4vw;
    }
    .icon.icon--point-rect .label {
      margin-right: 5vw;
      font-size: 4vw;
    }
    .icon.icon--point-rect .label-ja {
      font-size: 4vw;
    }
    .icon.icon--point-rect .string {
      font-size: 5vw;
    }
  }
  .icon.icon--men {
    background-image: url(/assets/images/icon/icon-men.svg);
    width: 1rem;
    height: 1.0625rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--men {
      width: 3.3333333333vw;
      height: 3.7333333333vw;
    }
  }
  .icon.icon--pin {
    background-image: url(/assets/images/icon/icon-pin.svg);
    width: 1.125rem;
    height: 1.625rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--pin {
      width: 5vw;
      height: 7.2vw;
    }
  }
  .icon.icon--pin2 {
    background-image: url(/assets/images/icon/icon-pin2.svg);
    width: 0.875rem;
    height: 1.3125rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--pin2 {
      width: 3.3333333333vw;
      height: 4vw;
    }
  }
  .icon.icon--pin-white {
    background-image: url(/assets/images/icon/icon-pin-white.svg);
    width: 1.125rem;
    height: 1.625rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--pin-white {
      width: 3.7vw;
      height: 5.2vw;
    }
  }
  .icon.icon--narrow {
    background-image: url(/assets/images/icon/icon-narrow.png);
    width: 1.625rem;
    height: 1.625rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--narrow {
      width: 4.8vw;
      height: 4.8vw;
    }
  }
  .icon.icon--narrow-reset {
    background-image: url(/assets/images/icon/icon-narrow-reset.png);
    width: 1.75rem;
    height: 1.75rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--narrow-reset {
      width: 1.4375rem;
      height: 1.4375rem;
    }
  }
  .icon.icon--plusminus {
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #c01c26;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--plusminus {
      width: 8vw;
      height: 8vw;
    }
  }
  .icon.icon--plusminus:before, .icon.icon--plusminus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 0.125rem;
    background-color: #fff;
    transform: translate(-50%, -0.0625rem);
    transition: all 0.5s ease;
  }
  .icon.icon--plusminus:after {
    transform: translate(-50%, -0.0625rem) rotate(90deg);
  }
  .icon.icon--plusminus.is-open:after {
    transform: translate(-50%, -0.0625rem) rotate(0deg);
  }
  .large-text .icon.icon--pdf {
    top: 0.375rem;
  }
  @media screen and (max-width: 720px) {
    .icon.icon--date-mmdd {
      width: 4.375rem;
      height: 4.375rem;
    }
    .icon.icon--date-mmdd dt {
      font-size: 0.75rem;
    }
    .icon.icon--date-mmdd dd {
      padding: 0.3125rem;
      font-size: 2.5rem;
    }
  }
}
@layer legacy {
  .button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0.625rem;
    vertical-align: top;
    line-height: 1.1;
    text-decoration: none;
    user-select: none;
    border: 0;
    transition: background 0.25s ease;
  }
  .button--reset-lh {
    line-height: 1.7;
  }
  .button:hover {
    text-decoration: none;
  }
  .button.button--ebook {
    display: block;
    background: #e4e4e4;
    padding: 1.875rem;
    color: #c01c25;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .button.button--ebook .img {
    display: block;
    position: absolute;
    right: 1.25rem;
    top: -3.125rem;
  }
  .button.button--a {
    background-color: #6c0006;
    padding: 1.25rem 1.5625rem;
    padding-right: 4.375rem;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: underline;
  }
  .button.button--a .icon--arrow-white {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -0.375rem;
  }
  .button.button--a:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 720px) {
    .button.button--a {
      padding: 5vw 6vw;
      padding-right: 3.125rem;
      width: 100%;
      font-size: 5vw;
    }
    .button.button--a .icon--arrow-white {
      right: 3vw;
      margin-top: -1.5vw;
    }
  }
  .button.button--b {
    background-color: var(--accent);
    padding: 1.875rem 6.875rem 1.875rem 4.375rem;
    padding-right: 4.375rem;
    font-size: 1.25rem;
    color: #fff;
  }
  .button.button--b .icon--arrow-white--large {
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    margin-top: -0.625rem;
  }
  @media screen and (min-width: 721px) {
    .button.button--b:hover {
      text-decoration: underline;
    }
  }
  @media screen and (max-width: 720px) {
    .button.button--b {
      padding: 3vw 6vw;
      padding-right: 2.5rem;
      width: 100%;
      font-size: 5vw;
    }
    .button.button--b .icon--arrow-white--large {
      right: 3vw;
      width: 5vw;
      height: 5vw;
      margin-top: -2.5vw;
    }
  }
  .button.button--c {
    position: relative;
    display: inline-block;
    background: var(--accent);
    margin: 0.3125rem 0;
    padding: 1.375rem 4.0625rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    border: 0.0625rem solid var(--accent);
  }
  .button.button--c .icon--arrow-sm-white {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.25rem;
  }
  .button.button--c--active {
    background: #fff;
    color: #c01c25;
  }
  @media screen and (max-width: 720px) {
    .button.button--c {
      font-size: 4.1vw;
    }
    .button.button--c .icon--arrow-sm-white {
      margin-top: -1vw;
    }
  }
  .button.button--d {
    position: relative;
    display: inline-block;
    background: #243549;
    margin: 0.3125rem 0;
    padding: 0.625rem 1.5625rem;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 0.25rem;
  }
  .button.button--d .icon--arrow-sm-white {
    position: absolute;
    right: 0.3125rem;
    top: 50%;
    margin-top: -0.375rem;
  }
  @media screen and (max-width: 720px) {
    .button.button--d {
      padding: 2vw 4vw;
      font-size: 3.6vw;
    }
    .button.button--d .icon--arrow-sm-white {
      margin-top: -1vw;
    }
  }
  .button.button--e {
    position: relative;
    background: #fff;
    margin: 0.3125rem 0;
    padding: 0.625rem 1.5625rem;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 0.125rem;
    border: 0.0625rem solid #333;
  }
  .button.button--e .icon--arrow-b {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.375rem;
  }
  .button.button--e.disabled {
    cursor: default;
    color: #ccc;
  }
  @media screen and (max-width: 720px) {
    .button.button--e {
      padding: 2vw 4vw;
      font-size: 3.6vw;
    }
    .button.button--e .icon--arrow-sm-white {
      margin-top: -1vw;
    }
  }
  .button.button--f {
    position: relative;
    background: #ff1a65;
    margin: 0.3125rem 0;
    padding: 1.5625rem 8.125rem;
    font-size: 1.0625rem;
    text-align: center;
    color: #fff;
    border-radius: 0.4375rem;
  }
  .button.button--f .icon {
    vertical-align: middle;
    margin-right: 0.625rem;
  }
  .button.button--f:hover {
    background: #f90b59;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.4);
    transition: 0.3s ease-in-out;
  }
  @media screen and (max-width: 720px) {
    .button.button--f {
      padding: 5vw 0;
      width: 100%;
    }
  }
  .button.button--g {
    position: relative;
    background: #000;
    padding: 0.8em 2em;
    font-size: 1.0625rem;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
  .button.button--g:hover {
    background: #c01c25;
  }
  @media screen and (max-width: 720px) {
    .button.button--g {
      font-size: 3.6vw;
    }
  }
  .button.button--slide-switch {
    background-color: #fda8ad;
    padding: 0.625rem 1.25rem;
    padding-right: 4.375rem;
    font-size: 1.25rem;
  }
  .button.button--slide-switch .icon--toggle {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.4375rem;
  }
  .button.button--slide-switch.button--slide-switch--on .icon--toggle {
    transform: rotate(-45deg);
    margin-top: -0.25rem;
  }
  @media screen and (max-width: 720px) {
    .button.button--slide-switch {
      padding: 4vw 4vw;
      font-size: 4vw;
      padding-right: 2.5rem;
    }
    .button.button--slide-switch .icon--toggle {
      right: 0.3125rem;
      margin-top: -2vw;
    }
  }
  .button.button--read-more {
    background-color: var(--accent);
    width: 13.75rem;
    padding: 0.875rem 1.25rem;
    text-align: center;
    font-size: 0.625rem;
    transition: 0.25s filter;
  }
  @media (hover: hover) {
    .button.button--read-more:hover {
      filter: brightness(110%);
    }
  }
  @media screen and (max-width: 720px) {
    .button.button--read-more {
      padding: 1vw 1vw 1.2vw 1vw;
    }
    .button.button--read-more img {
      height: 3vw;
    }
  }
  .button.button--more {
    display: block;
    background-color: #c01c25;
    padding: 0.3125rem 0.625rem;
    text-align: right;
    font-size: 0.625rem;
  }
  @media screen and (min-width: 721px) {
    .button.button--more:hover {
      background-color: #d43025;
    }
  }
  .button.button--search {
    background: #fff;
    padding: 0;
    width: 3.625rem;
    height: 3.625rem;
    color: #c01c25;
    text-align: center;
    transition: filter 0.25s ease;
  }
  .button.button--search .icon--search {
    width: 48.275862069%;
    height: 48.275862069%;
    margin-top: 17.2413793103%;
  }
  .button.button--search b {
    position: absolute;
    left: 0;
    bottom: 12.0689655172%;
    width: 100%;
    text-align: center;
    font-size: 0rem;
  }
  .button.button--search b img {
    width: 68.9655172414%;
  }
  @media screen and (min-width: 721px) {
    .button.button--search:hover {
      filter: saturate(200%);
    }
  }
  .button.button--close {
    width: 3.625rem;
    height: 3.625rem;
  }
  .button.button--close:before, .button.button--close:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 0.125rem;
    width: 100%;
    background: #fff;
  }
  .button.button--close:before {
    transform: rotate(135deg);
  }
  .button.button--close:after {
    transform: rotate(-135deg);
  }
  .button.button--toggle {
    background: #c01c25;
    padding: 0;
    width: 3.625rem;
    height: 3.625rem;
    transform: rotate(0deg);
    color: #fff;
    text-align: center;
  }
  @media screen and (min-width: 721px) {
    .button.button--toggle:hover {
      background-color: #d43025;
    }
  }
  .button.button--toggle .button--toggle__bar {
    display: block;
    position: absolute;
    height: 0.125rem;
    width: 60%;
    background: #fff;
    opacity: 1;
    left: 20%;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .button.button--toggle .button--toggle__bar:nth-child(1) {
    top: 22.4137931034%;
  }
  .button.button--toggle .button--toggle__bar:nth-child(2) {
    top: 37.9310344828%;
  }
  .button.button--toggle .button--toggle__bar:nth-child(3) {
    top: 53.4482758621%;
  }
  .button.button--toggle b {
    position: absolute;
    left: 0;
    bottom: 13.7931034483%;
    width: 100%;
    text-align: center;
    font-size: 0rem;
  }
  .button.button--toggle b img {
    width: 56.8965517241%;
  }
  .button.button--toggle .button--toggle__close {
    display: none;
  }
  .button.button--toggle.button--toggle--open .button--toggle__bar:nth-child(1) {
    top: 42%;
    transform: rotate(135deg);
  }
  .button.button--toggle.button--toggle--open .button--toggle__bar:nth-child(2) {
    opacity: 0;
    left: -3.75rem;
  }
  .button.button--toggle.button--toggle--open .button--toggle__bar:nth-child(3) {
    top: 42%;
    transform: rotate(-135deg);
  }
  .button.button--toggle.button--toggle--open .button--toggle__label {
    display: none;
  }
  .button.button--toggle.button--toggle--open .button--toggle__close {
    display: block;
  }
  .button.button--circle {
    padding: 0;
    font-size: 2rem;
    color: #c01c25;
    border: 0.125rem solid #c01c25;
    border-radius: 6.25rem;
    width: 3.625rem;
    height: 3.625rem;
    line-height: 3.625rem;
    text-align: center;
  }
  @media screen and (min-width: 721px) {
    .button.button--circle:hover {
      background-color: #c01c25;
      color: #fff;
    }
  }
  .button.button--circle.disabled {
    cursor: default;
    border-color: #afafaf;
    color: #afafaf;
  }
  .button.button--circle.disabled:hover {
    background-color: #fff;
    color: #afafaf;
  }
  @media screen and (max-width: 720px) {
    .button.button--circle {
      width: 12vw;
      height: 12vw;
      font-size: 7vw;
      line-height: 11vw;
    }
  }
  .button.button--photo {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
    transition: 0.25s opacity ease;
  }
  @media screen and (min-width: 721px) {
    .button.button--photo:hover {
      text-decoration: none;
      opacity: 0.8;
    }
  }
  .button.button--photo .inner {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    padding: 1.25rem;
    color: #fff;
  }
  .button.button--photo .inner dt {
    font-size: 1.25rem;
  }
  .button.button--photo .inner dt .button__placeholder,
  .button.button--photo .inner dt small {
    display: block;
    margin-top: 0.625rem;
    font-size: 80%;
  }
  .button.button--photo .inner dd {
    margin-top: 1.25rem;
  }
  .button.button--photo .button__placeholder {
    height: 1.1rem;
  }
  .button.button--narrow-reset {
    padding: 0.9375rem 2.5rem;
    border: 0.1875rem solid #d0d0d0;
    background-color: #fff;
  }
  @media screen and (max-width: 720px) {
    .button.button--narrow-reset {
      padding: 0.75rem 1.875rem;
    }
  }
  .button.button--narrow-reset .icon {
    vertical-align: middle;
    margin-right: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .button.button--narrow-reset .icon {
      margin-right: 0.75rem;
    }
  }
  .button.button--narrow-reset span.text {
    display: inline-block;
    padding-top: 0.0625rem;
    min-height: 1.4375rem;
    font-size: 0.875rem;
    line-height: 1.4;
    vertical-align: middle;
  }
  @media screen and (max-width: 720px) {
    .button.button--narrow-reset span.text {
      min-height: 1.4375rem;
      font-size: 0.875rem;
    }
  }
  @media screen and (max-width: 720px) {
    .button--photo {
      font-size: 7vw;
    }
    .button--photo .inner {
      padding: 5vw;
    }
    .button--photo .inner dt {
      font-size: 5vw;
    }
    .button--photo .inner dt small {
      margin-top: 2vw;
    }
    .button--photo .inner dd {
      margin-top: 3vw;
    }
  }
  .wrap-read-more-button {
    position: relative;
    margin-top: 2.5rem;
    text-align: center;
  }
  .wrap-read-more-button .overflow-fill {
    position: absolute;
    top: -1.5625rem;
    width: 100%;
  }
  @media screen and (max-width: 720px) {
    .wrap-read-more-button {
      margin-top: 0;
    }
    .wrap-read-more-button .button--read-more {
      width: 100%;
    }
    .wrap-read-more-button .overflow-fill {
      top: 3vw;
      width: 80vw;
    }
    .wrap-read-more-button .overflow-fill-sp {
      position: absolute;
      top: 2vw;
      width: 100%;
    }
  }
  .active .button--c {
    background: #fff;
    color: var(--accent);
  }
}
@layer legacy {
  .nav-wrap .nav .nav__secondary {
    background-color: #FFF;
    padding: 0.625rem;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner {
    display: table;
    font-size: 0.875rem;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner .item {
    position: relative;
    display: table-cell;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner .item a {
    display: block;
    padding: 0.5rem 0.3125rem;
    color: #c01c25;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner .item a.active {
    background-color: #c01c25;
    color: #FFF;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner .item.item--mark {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner .item.item--mark .item--mark__label {
    display: block;
    padding: 0.5rem 0.3125rem;
    border: 2px solid #c01c25;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner .item:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c01c25;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__inner .item:first-child:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c01c25;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children {
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    background: #FFF;
    width: 200%;
    border-top: 2px solid #c01c25;
    border-bottom: 2px solid #c01c25;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items {
    text-align: left;
    float: left;
    width: 50%;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items.items--full {
    width: 100%;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items.items--full dd li a,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items.items--full .has-child li a {
    padding-left: 1.875rem;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items.items--full dd li .icon--arrow-r,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items.items--full .has-child li .icon--arrow-r {
    left: 0.625rem;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items.items--higher-left {
    border-right: 1px solid #c01c25;
    width: calc(50% - 1px);
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items.items--higher-right {
    border-left: 1px solid #c01c25;
    width: calc(50% - 1px);
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dt,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .child {
    display: table;
    table-layout: fixed;
    background: #c01c25;
    width: 101%;
    color: #FFF;
    font-size: 0.8125rem;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dt .thumb,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dt .text,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .child .thumb,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .child .text {
    display: table-cell;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dt .thumb,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .child .thumb {
    width: 22%;
    vertical-align: top;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dt .text,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .child .text {
    padding: 0.3125rem 0.5625rem;
    vertical-align: middle;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dt.first-child .label,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .child.first-child .label {
    position: relative;
    display: inline-block;
    top: -2px;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dd ul,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .has-child ul {
    font-size: 0.6875rem;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dd li,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .has-child li {
    position: relative;
    display: block;
    width: 100%;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dd li:nth-child(even),
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .has-child li:nth-child(even) {
    background: #f2f2f2;
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dd li a,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .has-child li a {
    padding-left: 30%;
  }
  @media screen and (max-width: 720px) {
    .nav-wrap .nav .nav__secondary .nav__secondary__children .items dd li a:hover,
    .nav-wrap .nav .nav__secondary .nav__secondary__children .items .has-child li a:hover {
      text-decoration: underline;
    }
  }
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items dd li .icon--arrow-r,
  .nav-wrap .nav .nav__secondary .nav__secondary__children .items .has-child li .icon--arrow-r {
    position: absolute;
    left: 22%;
    top: 0.75rem;
  }
  .nav-tab {
    margin-top: 3.125rem;
  }
  .nav-tab .nav-tab__switchs {
    margin-bottom: 0.9375rem;
    border-bottom: 0.125rem solid var(--accent);
    line-height: 1.5;
  }
  .nav-tab .nav-tab__switchs li {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: #ffc5b5;
    margin: 0;
    padding: 0.375rem 1.25rem;
    width: 32.5%;
    color: var(accent);
  }
  .nav-tab .nav-tab__switchs li.active {
    background: var(--accent);
    color: #fff;
  }
  .nav-tab .nav-tab__switchs li.color-0 {
    background: #ffe9d5;
    color: #f58728;
  }
  .nav-tab .nav-tab__switchs li.color-0.active {
    background: #f58728;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs li.color-0:hover {
      background: #f58728;
    }
  }
  .nav-tab .nav-tab__switchs li.color-1 {
    background: #e0f2f3;
    color: #16bdbf;
  }
  .nav-tab .nav-tab__switchs li.color-1.active {
    background: #16bdbf;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs li.color-1:hover {
      background: #16bdbf;
    }
  }
  .nav-tab .nav-tab__switchs li.color-2 {
    background: #e6f2dd;
    color: #78c14a;
  }
  .nav-tab .nav-tab__switchs li.color-2.active {
    background: #78c14a;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs li.color-2:hover {
      background: #78c14a;
    }
  }
  .nav-tab .nav-tab__switchs li.color-3 {
    background: #fee8f0;
    color: #f178af;
  }
  .nav-tab .nav-tab__switchs li.color-3.active {
    background: #f178af;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs li.color-3:hover {
      background: #f178af;
    }
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs li {
      transition: background 0.25s ease, color 0.25s ease;
    }
    .nav-tab .nav-tab__switchs li:hover {
      background: #c01c25;
      color: #fff;
    }
  }
  @media screen and (max-width: 720px) {
    .nav-tab .nav-tab__switchs li {
      padding: 1.5vw 3.5vw;
    }
  }
  .nav-tab .nav-tab__switchs li:after {
    display: block;
    content: "";
    position: absolute;
    right: -2.8125rem;
    top: -1.4375rem;
    background: #fff;
    width: 3.75rem;
    height: 3.75rem;
    transform: rotate(60deg);
  }
  .nav-tab .nav-tab__switchs.nav-tab__switchs--col-5 li {
    width: 20%;
  }
  @media screen and (max-width: 720px) {
    .nav-tab .nav-tab__switchs.nav-tab__switchs--col-5 li {
      padding: 1.5vw 3.5vw;
      width: 33%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 3vw;
    }
    .nav-tab .nav-tab__switchs.nav-tab__switchs--col-5 li.sp-bb {
      border-bottom: 0.125rem solid #c01c25;
      margin-bottom: 2vw;
    }
  }
  .nav-tab .nav-tab__switchs.nav-tab__switchs--col-nari {
    justify-content: flex-start;
  }
  .nav-tab .nav-tab__switchs.nav-tab__switchs--col-nari li {
    width: auto;
    padding-right: 3.125rem;
  }
  @media screen and (max-width: 720px) {
    .nav-tab .nav-tab__switchs.nav-tab__switchs--col-nari li {
      padding-right: 11vw;
    }
    .nav-tab .nav-tab__switchs.nav-tab__switchs--col-nari li.sp-bb {
      border-bottom: 0.125rem solid #c01c25;
      margin-bottom: 2vw;
    }
  }
  .nav-tab .nav-tab__switchs_d {
    margin-bottom: 0.9375rem;
    border-bottom: 0.125rem solid #7abc5c;
    line-height: 1.5;
  }
  .nav-tab .nav-tab__switchs_d li {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: #c8dd75;
    margin: 0;
    padding: 0.375rem 1.25rem;
    width: 32.5%;
    color: #fff;
    border-radius: 0.3125rem 0rem 0.3125rem 0rem;
  }
  .nav-tab .nav-tab__switchs_d li.active {
    background: #7abc5c;
    color: #fff;
  }
  .nav-tab .nav-tab__switchs_d li.color-0 {
    background: #ffe9d5;
    color: #f58728;
  }
  .nav-tab .nav-tab__switchs_d li.color-0.active {
    background: #f58728;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs_d li.color-0:hover {
      background: #f58728;
    }
  }
  .nav-tab .nav-tab__switchs_d li.color-1 {
    background: #e0f2f3;
    color: #16bdbf;
  }
  .nav-tab .nav-tab__switchs_d li.color-1.active {
    background: #16bdbf;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs_d li.color-1:hover {
      background: #16bdbf;
    }
  }
  .nav-tab .nav-tab__switchs_d li.color-2 {
    background: #e6f2dd;
    color: #78c14a;
  }
  .nav-tab .nav-tab__switchs_d li.color-2.active {
    background: #78c14a;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs_d li.color-2:hover {
      background: #78c14a;
    }
  }
  .nav-tab .nav-tab__switchs_d li.color-3 {
    background: #fee8f0;
    color: #f178af;
  }
  .nav-tab .nav-tab__switchs_d li.color-3.active {
    background: #f178af;
    color: #fff;
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs_d li.color-3:hover {
      background: #f178af;
    }
  }
  @media screen and (min-width: 721px) {
    .nav-tab .nav-tab__switchs_d li {
      transition: background 0.25s ease, color 0.25s ease;
    }
    .nav-tab .nav-tab__switchs_d li:hover {
      background: #7abc5c;
      color: #fff;
    }
  }
  @media screen and (max-width: 720px) {
    .nav-tab .nav-tab__switchs_d li {
      padding: 1.5vw 3.5vw;
    }
  }
  .nav-tab .nav-tab__switchs_d li:after {
    display: block;
    content: "";
    position: absolute;
    right: -2.8125rem;
    top: -1.4375rem;
    background: #f9fce8;
    width: 3.75rem;
    height: 3.75rem;
    transform: rotate(60deg);
  }
  .nav-tab .nav-tab__switchs_d.nav-tab__switchs--col-5 li {
    width: 20%;
  }
  @media screen and (max-width: 720px) {
    .nav-tab .nav-tab__switchs_d.nav-tab__switchs--col-5 li {
      padding: 1.5vw 3.5vw;
      width: 33%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 3vw;
    }
    .nav-tab .nav-tab__switchs_d.nav-tab__switchs--col-5 li.sp-bb {
      border-bottom: 0.125rem solid #7abc5c;
      margin-bottom: 2vw;
    }
  }
  .nav-tab .nav-tab__switchs_d.nav-tab__switchs--col-nari {
    justify-content: flex-start;
  }
  .nav-tab .nav-tab__switchs_d.nav-tab__switchs--col-nari li {
    width: auto;
    padding-right: 3.125rem;
  }
  @media screen and (max-width: 720px) {
    .nav-tab .nav-tab__switchs_d.nav-tab__switchs--col-nari li {
      padding-right: 11vw;
    }
    .nav-tab .nav-tab__switchs_d.nav-tab__switchs--col-nari li.sp-bb {
      border-bottom: 0.125rem solid #7abc5c;
      margin-bottom: 2vw;
    }
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul {
    font-size: 0.875rem;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-0 li {
    border-color: #f58728;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-0 a {
    color: #f58728;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-0 a.current {
    background: #ffe9d5;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-1 li {
    border-color: #16bdbf;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-1 a {
    color: #16bdbf;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-1 a.current {
    background: #e0f2f3;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-2 li {
    border-color: #78c14a;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-2 a {
    color: #78c14a;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-2 a.current {
    background: #e6f2dd;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-3 li {
    border-color: #f178af;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-3 a {
    color: #f178af;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item ul.color-3 a.current {
    background: #fee8f0;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item li {
    border: 0.0625rem solid #c01c25;
    line-height: 1.4;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item li a {
    display: block;
    padding: 0.625rem 0.9375rem;
    height: 100%;
    font-weight: bold;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item li a span {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    color: #000;
    font-weight: normal;
  }
  .nav-tab .nav-tab__content .nav-tab__content__item li a.current {
    background: #ffc5b5;
  }
  @media screen and (max-width: 720px) {
    .nav-tab {
      margin-top: 10vw;
    }
  }
  .bg-gray .nav-tab .nav-tab__switchs li:after {
    background: #f2f2f2;
  }
  @media screen and (max-width: 720px) {
    .bg-gray.reset-sp-bg .nav-tab .nav-tab__switchs li:after {
      background: #fff;
    }
  }
  .nav-local {
    line-height: 1.4;
  }
  .nav-local a.current {
    font-weight: bold;
    text-decoration: underline;
  }
  .nav-local .nav-local__header {
    margin-bottom: 0.25rem;
    padding: 1.375rem 0.625rem;
    border: 0.0625rem solid #c01c25;
    text-align: center;
  }
  .nav-local .nav-local__header .string {
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
  }
  .nav-local .nav-local__header small {
    color: #c01c25;
    font-size: 0.875rem;
  }
  .nav-local .nav-local__flat {
    font-size: 0.9375rem;
  }
  .nav-local .nav-local__flat .item {
    margin-bottom: 0.125rem;
  }
  .nav-local .nav-local__flat a {
    background-color: #c01c25;
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    padding-right: 1.875rem;
    color: #fff;
  }
  .nav-local .nav-local__flat a:before {
    display: block;
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-right: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    transform: rotate(45deg);
    margin-top: -0.5rem;
  }
  .nav-local .nav-local__hierarchy dl dt,
  .nav-local .nav-local__hierarchy dl dd {
    margin-bottom: 0.125rem;
    font-size: 0.9375rem;
  }
  .nav-local .nav-local__hierarchy dl dt a,
  .nav-local .nav-local__hierarchy dl dd a {
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    padding-right: 1.875rem;
  }
  .nav-local .nav-local__hierarchy dl dt a:before,
  .nav-local .nav-local__hierarchy dl dd a:before {
    display: block;
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-right: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.1875rem solid #c01c25;
    border-right: 0.1875rem solid #c01c25;
    transform: rotate(45deg);
    margin-top: -0.5rem;
  }
  .nav-local .nav-local__hierarchy dl dt a.green-arrow:before,
  .nav-local .nav-local__hierarchy dl dd a.green-arrow:before {
    display: block;
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-right: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.1875rem solid #55923b;
    border-right: 0.1875rem solid #55923b;
    transform: rotate(45deg);
    margin-top: -0.5rem;
  }
  .nav-local .nav-local__hierarchy dl dt {
    background-color: #c01c25;
  }
  .nav-local .nav-local__hierarchy dl dt a {
    color: #fff;
  }
  .nav-local .nav-local__hierarchy dl dt a:before {
    border-color: #fff;
  }
  .nav-local .nav-local__hierarchy dl dd {
    display: none;
  }
  .nav-local .nav-local__hierarchy dl dd.visible {
    display: block;
  }
  .nav-local .nav-local__hierarchy dl dd > ul {
    font-size: 0.9375rem;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li {
    margin: 0;
    border: 0.0625rem solid #c01c25;
    border-top: 0;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li:first-child {
    border-top: 0.0625rem solid #c01c25;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li a.current {
    font-size: 1.0625rem;
    font-weight: bold;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li.active > a {
    padding-bottom: 0.3125rem;
    font-weight: bold;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li.active > a:before {
    transform: rotate(135deg);
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li .children {
    padding-bottom: 0.625rem;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li .children li {
    position: relative;
    margin-bottom: 0;
    padding-left: 0.9375rem;
    border-bottom: 0.0625rem dotted #ddd;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li .children li:last-child {
    border-bottom: 0;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li .children li a {
    display: block;
    position: relative;
    padding: 0.375rem 0.1875rem 0.375rem 1.25rem;
    color: #656565;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li .children li a:before {
    display: none;
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li .children li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.9375rem;
    width: 0.25rem;
    height: 0.25rem;
    border-top: 0.125rem solid #c01c25;
    border-right: 0.125rem solid #c01c25;
    transform: rotate(45deg);
  }
  .nav-local .nav-local__hierarchy dl dd > ul > li .children li a.current {
    color: #c01c25;
  }
  .nav-local .nav-local__hierarchy dl .accordion__switch a:before {
    transition: 0.25s transform ease;
    transform: rotate(135deg);
  }
  .nav-local .nav-local__hierarchy dl .accordion__switch.active a:before {
    transform: rotate(-45deg);
    margin-top: -0.25rem;
  }
  .nav-local .nav-local__hierarchy dl.active dt a:before {
    transform: rotate(135deg);
  }
  .nav-local .nav-local__hierarchy dl.active dd {
    display: block;
  }
  .nav-local.nav-local--accordion dl dd.visible {
    display: none;
  }
  .show-sidebar-children .nav-local .nav-local__hierarchy dd {
    display: block;
  }
  .nav-hierarchy a {
    text-decoration: underline;
  }
  .nav-hierarchy dt {
    margin-bottom: 0.3125rem;
    font-weight: bold;
    font-size: 1.0625rem;
  }
  .nav-hierarchy dt a {
    position: relative;
    display: inline-block;
    color: #c01c25;
    padding-left: 1.5625rem;
  }
  .nav-hierarchy dt a:before {
    display: block;
    content: "";
    position: absolute;
    background: #c01c25;
    left: 0;
    top: 0.4375rem;
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 6.25rem;
  }
  .nav-hierarchy dd {
    margin-left: 1.5625rem;
    margin-bottom: 1.25rem;
  }
  .nav-hierarchy dd ul {
    font-size: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .nav-local .nav-local__hierarchy dl dd .children li {
      padding-left: 0.9375rem;
    }
    .nav-local .nav-local__hierarchy dl dd .children li a {
      padding-left: 5vw;
    }
    .nav-local .nav-local__hierarchy dl dd .children li a:after {
      left: 0;
      top: 4vw;
      width: 1.5vw;
      height: 1.5vw;
      border-width: 0.0625rem;
    }
    .nav-hierarchy dt {
      margin-bottom: 0;
      font-size: 3.4vw;
    }
    .nav-hierarchy dt a {
      display: block;
      background: #c01c25;
      color: #fff;
    }
    .nav-hierarchy dt a:before {
      display: none;
    }
    .nav-hierarchy dt a:after {
      border-color: #fff;
    }
    .nav-hierarchy dd {
      margin: 0;
    }
    .nav-hierarchy dd ul {
      font-size: 3vw;
    }
    .nav-hierarchy dd ul li:nth-child(even) {
      background-color: #f1f1f1;
    }
    .nav-hierarchy a {
      display: block;
      position: relative;
      padding: 2.5vw 3vw;
      padding-right: 5vw;
    }
    .nav-hierarchy a:after {
      display: block;
      content: "";
      position: absolute;
      right: 0.5rem;
      top: 50%;
      margin-right: 0;
      width: 1.4vw;
      height: 1.4vw;
      border-top: 0.125rem solid #c01c25;
      border-right: 0.125rem solid #c01c25;
      transform: rotate(45deg);
      margin-top: -1vw;
    }
    .nav-hierarchy.nav-hierarchy--sp-toggle dt a:after {
      transition: transform 0.25s ease;
      transform: rotate(135deg);
    }
    .nav-hierarchy.nav-hierarchy--sp-toggle dt a.on:after {
      transform: rotate(-45deg);
    }
    .nav-hierarchy.nav-hierarchy--sp-toggle dd {
      display: none;
    }
  }
}
@layer legacy {
  .compo-breadcrumb {
    padding: 1.25rem 0;
    width: var(--base-width);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media screen and (max-width: 720px) {
    .compo-breadcrumb {
      font-size: 3.3333333333vw;
      padding: 3.3333333333vw 5.1282051282vw;
    }
  }
  .compo-breadcrumb p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
  }
  .compo-breadcrumb p > *:not(:last-child)::after {
    background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.85%208.57%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23000%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%20.8px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.28%20.28%204.28%204.28%20.28%208.28%22%2F%3E%0A%3C%2Fsvg%3E") 0 0/contain no-repeat;
    content: "";
    aspect-ratio: 4/8;
    width: 0.25rem;
    display: inline-block;
    margin: 0 0.875rem;
  }
  .compo-breadcrumb p a {
    color: var(--accent);
  }
  .compo-breadcrumb p b {
    color: var(--main);
    font-weight: normal;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@layer legacy {
  .compo-notfound {
    padding: 8.75rem 1.25rem 7.5rem 1.25rem;
  }
  .compo-notfound .compo-notfound__header {
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .compo-notfound .compo-notfound__header .string {
    margin: 1.875rem 0 0.625rem 0;
    font-size: 3.75rem;
    font-weight: normal;
    font-family: "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: 1;
    letter-spacing: 0.4375rem;
  }
  .compo-notfound .compo-notfound__header .desc p {
    font-size: 1.5rem;
  }
  .compo-notfound .compo-notfound__sentence {
    margin-bottom: 2.5rem;
    text-align: center;
    line-height: 2;
  }
  .compo-notfound .compo-notfound__sentence p {
    font-size: 0.875rem;
  }
  .compo-notfound .compo-notfound__box {
    padding: 1.5625rem;
  }
  .compo-notfound .compo-notfound__box dt {
    margin-bottom: 0.9375rem;
    text-align: center;
    font-size: 1.5rem;
  }
  .compo-notfound .compo-notfound__search {
    border: 0.0625rem solid #FFF;
  }
  .compo-notfound .compo-notfound__search .compo-notfound__search__query,
  .compo-notfound .compo-notfound__search .button {
    height: 3.4375rem;
    border: 0;
  }
  .compo-notfound .compo-notfound__search .compo-notfound__search__query {
    width: calc(100% - 3.4375rem);
  }
  .compo-notfound .compo-notfound__search .button {
    background-color: #FFF;
    width: 3.4375rem;
  }
  .compo-notfound .compo-notfound__link {
    background-color: #FFF;
    color: #c01c25;
  }
  .compo-notfound .compo-notfound__link a {
    margin: 0;
    padding-left: 2.5rem;
    width: 100%;
    font-size: 1.125rem;
  }
  .compo-notfound .compo-notfound__link a .icon {
    top: 1.5rem;
    margin-right: 0.9375rem;
  }
  @media screen and (max-width: 720px) {
    .compo-notfound {
      padding: 28vw 0 10vw 0;
    }
    .compo-notfound .compo-notfound__header {
      margin-bottom: 1.875rem;
      text-align: center;
    }
    .compo-notfound .compo-notfound__header .icon img {
      max-width: 80%;
    }
    .compo-notfound .compo-notfound__header .string {
      margin: 5vw 0 4vw 0;
      font-size: 11vw;
    }
    .compo-notfound .compo-notfound__header .desc p {
      font-size: 5vw;
    }
    .compo-notfound .compo-notfound__sentence {
      margin-bottom: 10vw;
    }
    .compo-notfound .compo-notfound__sentence p {
      font-size: 3.7vw;
    }
    .compo-notfound .compo-notfound__box {
      padding: 4vw 4vw 6vw 4vw;
    }
    .compo-notfound .compo-notfound__box dt {
      margin-bottom: 3vw;
      font-size: 6vw;
    }
    .compo-notfound .compo-notfound__link a {
      text-align: center;
      padding-right: 7vw;
      padding-left: 7vw;
      font-size: 4vw;
    }
    .compo-notfound .compo-notfound__link a .icon {
      top: 1.5rem;
      margin-right: 0.9375rem;
    }
  }
}
@layer legacy {
  .summery {
    margin-bottom: 0.625rem;
    text-align: right;
  }
  .compo-summary {
    margin-bottom: 5rem;
  }
  .compo-summary .compo-summary__desc {
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .compo-summary .compo-summary__desc p {
    font-size: 1.25rem;
  }
  .compo-summary .compo-summary__link ul {
    font-size: 1rem;
    text-align: center;
  }
  .compo-summary .compo-summary__link ul li {
    display: inline-block;
    margin: 0 0.625rem 0.625rem 0.625rem;
  }
  .compo-summary .compo-summary__link ul li a {
    position: relative;
    display: inline-block;
    background-color: #c01c25;
    color: #FFF;
    padding: 0.625rem 2.5rem;
  }
  @media screen and (min-width: 721px) {
    .compo-summary .compo-summary__link ul li a:hover {
      text-decoration: underline;
    }
  }
  @media screen and (min-width: 721px) {
    .compo-summary .compo-summary__link.compo-summary__link--col-3 ul li {
      width: 30%;
    }
    .compo-summary .compo-summary__link.compo-summary__link--col-3 ul li a {
      display: block;
    }
  }
  .compo-summary .compo-summary__other {
    padding-bottom: 1.875rem;
  }
  @media screen and (max-width: 720px) {
    .compo-summary {
      margin-bottom: 15vw;
    }
    .compo-summary .compo-summary__desc {
      margin-bottom: 4.5vw;
    }
    .compo-summary .compo-summary__desc p {
      font-size: 4.5vw;
    }
    .compo-summary .compo-summary__link ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      font-size: 4.2vw;
    }
    .compo-summary .compo-summary__link ul li {
      display: inline-block;
      margin: 0 0 3vw 0;
      width: 48%;
    }
    .compo-summary .compo-summary__link ul li a {
      display: block;
      padding: 2vw;
    }
    .compo-summary .compo-summary__other {
      padding-bottom: 0;
    }
  }
}
@layer legacy {
  .compo-article {
    font-size: 1rem;
  }
  .compo-article img {
    height: auto;
  }
  .compo-article .compo-article__header {
    color: #c01c25;
    padding-bottom: 0.625rem;
    border-bottom: 0.125rem solid #c01c25;
  }
  .compo-article .compo-article__header .list-tax + .string {
    margin-top: 0.6em;
  }
  .compo-article .compo-article__header .string {
    font-size: 1.5rem;
  }
  .compo-article .compo-article__meta {
    margin: 1.25rem 0;
    display: table;
    width: 100%;
  }
  .compo-article .compo-article__meta > .item {
    display: table-cell;
    vertical-align: top;
  }
  .compo-article .compo-article__meta > .item a,
  .compo-article .compo-article__meta > .item iframe {
    vertical-align: top;
  }
  .compo-article .compo-article__meta > .item .twitter-share-button {
    position: relative;
    top: 0.3125rem;
  }
  .compo-article .compo-article__meta .compo-article__share {
    text-align: right;
  }
  .compo-article .compo-article__meta .compo-article__share a {
    display: inline-block;
    line-height: 1;
  }
  .compo-article .compo-article__meta time {
    font-size: 0.875rem;
  }
  .compo-article .compo-article__body a {
    color: #c01c25;
  }
  .compo-article .compo-article__body p, .compo-article .compo-article__body ul, .compo-article .compo-article__body ol, .compo-article .compo-article__body dl, .compo-article .compo-article__body table {
    margin: 1em 0;
  }
  .compo-article .compo-article__body h2 {
    margin: 2em 0 1em 0;
    color: #c01c25;
    font-size: 1.25rem;
  }
  .compo-article .compo-article__body .header-c .string {
    margin: 0;
  }
  .compo-article .compo-article__body ul {
    list-style: disc;
  }
  .compo-article .compo-article__body ul,
  .compo-article .compo-article__body ol {
    margin-left: 1.875rem;
  }
  .compo-article .compo-article__body ul li,
  .compo-article .compo-article__body ol li {
    margin-bottom: 0.3125rem;
  }
  .compo-article .compo-article__body table {
    border: 0.0625rem solid #cccccc;
  }
  .compo-article .compo-article__body table tr th,
  .compo-article .compo-article__body table tr td {
    padding: 1.125rem;
    border-right: 0.0625rem dotted #cccccc;
    border-bottom: 0.0625rem solid #cccccc;
    vertical-align: top;
  }
  .compo-article .compo-article__body table tr th:last-child,
  .compo-article .compo-article__body table tr td:last-child {
    border-right: 0;
  }
  .compo-article .compo-article__body table tr th {
    background-color: #f6f6f6;
    text-align: left;
    font-weight: normal;
  }
  .compo-article .compo-article__relation {
    margin-top: 3.125rem;
    text-align: center;
  }
  .compo-article .compo-article__relation a {
    position: relative;
    display: inline-block;
    background: #c01c25;
    margin: 0.3125rem 0;
    padding: 0.9375rem 2.1875rem;
    color: #FFF;
  }
  .compo-article .compo-article__relation a .icon--arrow {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.4375rem;
    border-color: #FFF;
  }
  .compo-article .compo-notebox {
    margin-top: 2.5rem;
  }
  .compo-article.compo-article--event .compo-article__header {
    margin-bottom: 1.875rem;
    padding-bottom: 0;
    border-bottom: 0;
    color: #000;
  }
  .compo-article.compo-article--event .compo-article__header .string {
    font-size: 1.75rem;
  }
  @media screen and (max-width: 720px) {
    .compo-article {
      font-size: 4.1vw;
    }
    .compo-article .compo-article__header .string {
      font-size: 5vw;
    }
    .compo-article .compo-article__body h2 {
      margin: 7vw 0 4vw 0;
      font-size: 4.5vw;
    }
    .compo-article .compo-article__body img {
      height: auto;
    }
    .compo-article.compo-article--event .compo-article__header {
      margin-bottom: 4vw;
    }
    .compo-article.compo-article--event .compo-article__header .string {
      font-size: 5.5vw;
    }
    .compo-article .compo-article__relation {
      margin-top: 8vw;
    }
    .compo-article .compo-article__relation a {
      display: block;
    }
    .compo-article .compo-notebox {
      margin-top: 8vw;
    }
  }
  @media screen and (min-width: 721px) {
    .compo-article-a {
      margin-right: 1.25rem;
      margin-left: 1.25rem;
    }
  }
  .compo-article-a .compo-article-a__meta {
    margin-bottom: 1.25rem;
  }
  .compo-article-a .compo-article-a__meta .item .item__name {
    margin-bottom: 0.3125rem;
    font-size: 1.5rem;
  }
  .compo-article-a .compo-article-a__meta .item .item__carrer {
    font-size: 1.0625rem;
  }
  .compo-article-a .compo-article-a__meta .item .item__carrer ul {
    line-height: 1.4;
  }
  .compo-article-a .compo-article-a__meta .item .item__profile {
    padding: 0.9375rem 0;
    border-top: 0.0625rem solid #000;
    border-bottom: 0.0625rem solid #000;
  }
  .compo-article-a .compo-article-a__meta .item.item--sns {
    text-align: right;
  }
  .compo-article-a .compo-article-a__meta .item.item--sns iframe,
  .compo-article-a .compo-article-a__meta .item.item--sns .fb-like {
    vertical-align: top;
  }
  .compo-article-a .compo-article-a__body {
    line-height: 1.9;
  }
  .compo-article-a .compo-article-a__body .unit {
    margin-bottom: 6.25rem;
  }
  .compo-article-a .compo-article-a__body p {
    font-size: 1rem;
  }
  @media screen and (max-width: 720px) {
    .compo-article-a {
      padding-right: 5vw;
      padding-left: 5vw;
    }
    .compo-article-a .compo-article-a__meta {
      margin-bottom: 5vw;
    }
    .compo-article-a .compo-article-a__meta .item .item__name {
      margin-bottom: 1vw;
      font-size: 4.6vw;
    }
    .compo-article-a .compo-article-a__meta .item .item__profile {
      margin-top: 6vw;
      padding: 4vw 0;
    }
    .compo-article-a .compo-article-a__body .unit {
      margin-bottom: 20vw;
    }
  }
  @media screen and (min-width: 721px) {
    .compo-article-b {
      margin-right: 1.25rem;
      margin-left: 1.25rem;
    }
  }
  .compo-article-b .compo-article-b__meta {
    margin-bottom: 1.25rem;
  }
  .compo-article-b .compo-article-b__meta .item .item__name {
    margin-bottom: 0.3125rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .compo-article-b .compo-article-b__meta .item.item--sns {
    text-align: right;
  }
  .compo-article-b .compo-article-b__meta .item.item--sns iframe,
  .compo-article-b .compo-article-b__meta .item.item--sns .fb-like {
    vertical-align: top;
  }
  .compo-article-b .compo-article-b__body {
    line-height: 1.9;
  }
  .compo-article-b .compo-article-b__body .unit {
    margin-bottom: 2.5rem;
  }
  .compo-article-b .compo-article-b__body .unit .header-e {
    margin-top: 3.75rem;
  }
  .compo-article-b .compo-article-b__body p {
    font-size: 1rem;
  }
  .compo-article-b .compo-article-b__body .item--move {
    margin-top: 4.6875rem;
    text-align: center;
  }
  .compo-article-b .compo-article-b__body .item--wrap-button {
    margin-top: 3.75rem;
    text-align: center;
  }
  .compo-article-b .compo-article-b__body .item--wrap-button a {
    width: 33.75rem;
  }
  @media screen and (max-width: 720px) {
    .compo-article-b {
      padding-right: 5vw;
      padding-left: 5vw;
    }
    .compo-article-b .compo-article-b__meta {
      margin-bottom: 5vw;
    }
    .compo-article-b .compo-article-b__meta .item .item__name {
      margin-bottom: 0;
      font-size: 4.5vw;
    }
    .compo-article-b .compo-article-b__body .unit {
      margin-bottom: 6vw;
    }
    .compo-article-b .compo-article-b__body .unit .header-e {
      margin-top: 10vw;
      margin-bottom: 5vw;
      margin-right: -4vw;
      margin-left: -4vw;
    }
    .compo-article-b .compo-article-b__body .item--move {
      margin-top: 10vw;
    }
    .compo-article-b .compo-article-b__body .item--wrap-button {
      margin-top: 10vw;
    }
    .compo-article-b .compo-article-b__body .item--wrap-button a {
      width: 100%;
    }
  }
  .article-archives {
    margin-top: 6.25rem;
  }
  .article-archives .section-in-fill {
    top: -0.625rem;
  }
  .article-archives .header-b .string {
    margin-top: 0;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .article-archives .overflow-fill-sp {
    position: relative;
    top: 1.5625rem;
  }
  @media screen and (max-width: 720px) {
    .article-archives {
      margin-top: 20vw;
    }
    .article-archives .section-in-fill {
      top: -0.625rem;
    }
    .article-archives .header-b {
      margin-bottom: 8vw;
    }
    .article-archives .overflow-fill-sp {
      top: 5vw;
    }
    .article-archives .overflow-fill-sp a {
      width: 80%;
    }
  }
}
@layer legacy {
  .visual {
    position: relative;
    background-color: #f2fafd;
    margin-right: auto;
    margin-left: auto;
    max-width: 125rem;
  }
  .visual .fixed-width-l {
    width: auto;
  }
  .visual .visual__item {
    background-size: cover;
    background-position: 50% 50%;
  }
  .visual .visual__item .inner,
  .visual .visual__item span {
    display: block;
    height: 100vh;
    min-height: 50rem;
  }
  .visual .visual__item img {
    width: 100%;
  }
  .visual .cat-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .visual.visual--home {
    max-width: none;
  }
  .visual.visual--home .visual__item .item {
    position: absolute;
    left: 0;
    bottom: 22%;
    max-width: 60%;
  }
  .visual.visual--home .visual__item .item-str {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
  }
  .visual.visual--home .slick-dots {
    position: absolute;
    left: 0;
    bottom: 6.875rem;
    width: 100%;
    text-align: center;
    font-size: 0.625rem;
  }
  .visual.visual--home .slick-dots li {
    display: inline-block;
    margin: 0 0.3125rem;
    vertical-align: top;
  }
  .visual.visual--home .slick-dots li button {
    overflow: hidden;
    background: transparent;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border: 0.125rem solid #FFF;
    text-indent: -624.9375rem;
    border-radius: 6.25rem;
    font-size: 0.625rem;
  }
  .visual.visual--home .slick-dots li.slick-active button {
    background: #FFF;
    font-size: 0.625rem;
  }
  @media screen and (max-width: 720px) {
    .visual.visual--home .slick-dots {
      bottom: 7vw;
    }
    .visual.visual--home .slick-dots li button {
      width: 0.625rem;
      height: 0.625rem;
    }
  }
  .visual.visual--home .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -1.4375rem;
    overflow: hidden;
    background-color: #000;
    border: 0.0625rem solid #000;
    width: 2.875rem;
    height: 2.875rem;
    text-indent: -624.9375rem;
    outline: none;
  }
  @media screen and (min-width: 721px) {
    .visual.visual--home .slick-arrow {
      transition: opacity 0.25s ease;
    }
    .visual.visual--home .slick-arrow:hover {
      opacity: 0.8;
    }
  }
  .visual.visual--home .slick-arrow:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
    margin: -0.25rem 0 0 -0.25rem;
  }
  .visual.visual--home .slick-arrow.slick-prev {
    left: 0;
  }
  .visual.visual--home .slick-arrow.slick-prev:after {
    transform: rotate(230deg);
  }
  .visual.visual--home .slick-arrow.slick-next {
    right: 0;
  }
  .visual.visual--cat {
    margin-bottom: 6rem;
  }
  .visual.visual--csc .visual__banner .item {
    margin-right: 12%;
    right: 0;
    top: 8.75rem;
  }
  @media screen and (max-width: 720px) {
    .visual.visual--csc .visual__banner .item {
      margin-right: 5%;
      top: 30%;
      width: 40%;
    }
  }
  @media screen and (min-width: 721px) {
    .visual.visual--cover .visual__bg {
      height: 100vh;
    }
  }
  .visual .visual__bg {
    background: 50% 0% no-repeat;
    background-size: cover;
    height: 31.25rem;
  }
  .visual .visual__in-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  @media screen and (max-width: 720px) {
    .visual .visual__in-logo {
      width: 50%;
    }
  }
  .visual .visual__banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .visual .visual__banner .item {
    display: block;
    position: absolute;
  }
  .visual__bg-img {
    height: 100%;
  }
  .visual__bg-img *[class*=slick] {
    height: 100%;
  }
  .visual__bg-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .visual__bg-img .slick-dots {
    position: absolute;
    left: 0.625rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.3125rem;
    height: auto;
  }
  @media screen and (min-width: 721px) {
    .visual__bg-img .slick-dots {
      top: 23.75rem;
    }
  }
  @media screen and (max-width: 44.9375rem) {
    .visual__bg-img .slick-dots {
      bottom: 10vw;
    }
  }
  .visual__bg-img .slick-dots button {
    overflow: hidden;
    border-radius: 6.25rem;
    background: #fff;
    text-indent: -62.4375rem;
    font-size: 0.625rem;
    padding: 0;
    width: 0.625rem;
    height: 0.625rem;
  }
  .visual__bg-img .slick-dots button[aria-selected=true] {
    background: #c01c25;
  }
  @media screen and (max-width: 720px) {
    .visual {
      position: relative;
    }
    .visual .visual__item {
      background-size: 100% auto;
      background-position: 50% 50%;
    }
    .visual .visual__item .inner {
      display: block;
      height: 93vw;
      min-height: 0;
    }
    .visual .nav {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -9vw;
      margin-bottom: 0;
    }
    .visual.visual--home {
      padding-bottom: 11vw;
    }
    .visual.visual--cat {
      margin-bottom: 18vw;
    }
    .visual.visual--page {
      margin-bottom: 0;
    }
  }
}
@layer legacy {
  .bg-gray {
    background-color: #f2f2f2;
  }
  .bg-gray .bg-gray__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  @media screen and (max-width: 720px) {
    .bg-gray .bg-gray__inner {
      padding-top: 8vw;
      padding-bottom: 8vw;
    }
  }
  .bg-gray.bg-gray--on-footer {
    margin-top: 9.375rem;
  }
  @media screen and (max-width: 720px) {
    .bg-gray.bg-gray--on-footer {
      margin-top: 20vw;
    }
  }
  .bg-red {
    background-color: var(--accent);
    color: #FFF;
  }
  .bg-red a {
    color: #FFF;
  }
  .bg-red .bg-red__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  @media screen and (max-width: 720px) {
    .bg-red .bg-red__inner {
      padding-top: 8vw;
      padding-bottom: 8vw;
    }
  }
  .bg-red .compo-border-item {
    border-color: #FFF;
    color: #FFF;
  }
  .bg-red .compo-search {
    border-color: #FFF;
  }
  .bg-red .compo-search .compo-search__query {
    background: transparent;
    color: #FFF;
  }
  .bg-red .compo-search .compo-search__query::-webkit-input-placeholder {
    color: #FFF;
  }
  .bg-red .compo-search .compo-search__query:-moz-placeholder {
    color: #FFF;
  }
  .bg-red .compo-search .compo-search__query::-moz-placeholder {
    color: #FFF;
  }
  .bg-red .compo-search .compo-search__query:-ms-input-placeholder {
    color: #FFF;
  }
  .bg-red .compo-search .compo-search__button {
    background-color: #FFF;
  }
  .bg-red .compo-search .compo-search__button .icon--search-w {
    background-image: url(../images/icon/icon-search.svg);
  }
  .bg-red .header-c {
    border-bottom-color: #FFF;
  }
  .bg-red .header-c:after {
    background: #FFF;
  }
  .bg-red .header-c:before {
    border-color: transparent transparent transparent #FFF;
  }
  .bg-red .header-e {
    background: #FFF url(../images/content/slash.png) repeat-y;
    color: var(--accent);
  }
  .bg-red .header-f {
    border-left-color: #FFF;
  }
  .bg-red .header-f .string {
    border-left-color: #FFF;
  }
  .bg-red .header-g {
    color: #FFF;
  }
  .bg-red .header-g:before {
    background-color: #FFF;
  }
  .bg-red .icon.icon--point-circle {
    background-color: #FFF;
    color: var(--accent);
  }
  .bg-red .icon.icon--point-circle:before {
    border-color: transparent transparent transparent #FFF;
  }
  .bg-red .icon.icon--point-rect {
    background-color: #FFF;
    color: var(--accent);
  }
  .bg-red .icon.icon--point-rect:before {
    border-color: transparent transparent transparent #FFF;
  }
  .bg-lyellow {
    background-color: #fdf2e6;
  }
  .bg-lyellow .bg-lyellow__inner {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  @media screen and (max-width: 720px) {
    .bg-lyellow .bg-lyellow__inner {
      padding-top: 8vw;
      padding-bottom: 8vw;
    }
  }
  .bg-link {
    position: relative;
    display: inline-block;
    margin: 0.3125rem 0;
    padding: 0.9375rem 0.9375rem 0.9375rem 2.1875rem;
    font-size: 1rem;
  }
  @media screen and (max-width: 720px) {
    .bg-link {
      font-size: 4.1vw;
    }
  }
  .bg-link .icon {
    position: absolute;
    left: 0.9375rem;
    top: 1.25rem;
  }
  .bg-link .icon.icon--arrow {
    top: 1.375rem;
  }
  .bg-link .icon.icon--arrow-back {
    top: 1.5rem;
  }
  .bg-link .icon.icon--mail {
    top: 1.4375rem;
  }
  .bg-link.bg-link--s {
    padding: 0.375rem 0.75rem 0.3125rem 1.5625rem;
  }
  .bg-link.bg-link--s .icon--arrow-b-b {
    left: 0.625rem;
    top: 0.8125rem;
  }
  @media screen and (max-width: 720px) {
    .bg-link.bg-link--s {
      padding: 1.5vw 3vw 1.5vw 6.3vw;
    }
    .bg-link.bg-link--s .icon--arrow-b-b {
      left: 2.2vw;
      top: 3vw;
    }
  }
  .bg-link--blue {
    background-color: #52aaca;
  }
  .bg-link--blue .icon.icon--blank {
    background: #52aaca;
  }
  .bg-link--blue .icon.icon--blank:before {
    background: #52aaca;
  }
  .bg-link--pink {
    background-color: #ea5471;
  }
  .bg-link--pink .icon.icon--blank {
    background: #ea5471;
  }
  .bg-link--pink .icon.icon--blank:before {
    background: #ea5471;
  }
  .bg-link--green {
    background-color: #00a67b;
  }
  .bg-link--green .icon.icon--blank {
    background: #00a67b;
  }
  .bg-link--green .icon.icon--blank:before {
    background: #00a67b;
  }
  .bg-link--violet {
    background-color: #6972b5;
  }
  .bg-link--violet .icon.icon--blank {
    background: #6972b5;
  }
  .bg-link--violet .icon.icon--blank:before {
    background: #6972b5;
  }
  .bg-link--orange {
    background-color: #df8126;
  }
  .bg-link--orange .icon.icon--blank {
    background: #df8126;
  }
  .bg-link--orange .icon.icon--blank:before {
    background: #df8126;
  }
  .bg-link--white {
    background-color: #FFF;
    color: var(--accent);
  }
  .bg-link--white .icon.icon--blank {
    background: #FFF;
  }
  .bg-link--white .icon.icon--blank:before {
    background: #FFF;
  }
  .bg-link--red {
    background-color: var(--accent);
  }
  .bg-link--red .icon.icon--blank {
    background: var(--accent);
  }
  .bg-link--red .icon.icon--blank:before {
    background: var(--accent);
  }
  .bg-link--gray {
    background-color: #cccccc;
    color: #030303;
  }
  .bg-link--gray .icon.icon--arrow {
    border-color: #030303;
  }
  .bg-link--gray .icon.icon--arrow-back {
    border-color: #030303;
  }
  .bg-link--gray .icon.icon--blank {
    background: #cccccc;
    border-color: #030303;
  }
  .bg-link--gray .icon.icon--blank:before {
    background: #cccccc;
    border-color: #030303;
  }
  .bg-link--gray .icon.icon--mail {
    background-image: url(../images/icon/icon-mail-g.svg);
  }
  .bg-link--green-d {
    background-color: #fff;
    color: #7abc5c;
  }
  .bg-link--green-d .icon.icon--arrow {
    border-color: #7abc5c;
  }
  .bg-link--green-d .icon.icon--arrow-back {
    border-color: #7abc5c;
  }
  .bg-link--green-d .icon.icon--blank {
    background: #fff;
    border-color: #7abc5c;
  }
  .bg-link--green-d .icon.icon--blank:before {
    background: #fff;
    border-color: #7abc5c;
  }
  .bg-link--green-d .icon.icon--mail {
    background-image: url(../images/icon/icon-mail-g.svg);
  }
  .bg-link--red,
  .bg-link--blue,
  .bg-link--pink,
  .bg-link--green,
  .bg-link--violet,
  .bg-link--orange {
    color: #FFF;
  }
  .bg-link--red .icon.icon--arrow,
  .bg-link--blue .icon.icon--arrow,
  .bg-link--pink .icon.icon--arrow,
  .bg-link--green .icon.icon--arrow,
  .bg-link--violet .icon.icon--arrow,
  .bg-link--orange .icon.icon--arrow {
    border-color: #FFF;
  }
  .bg-link--red .icon.icon--arrow-back,
  .bg-link--blue .icon.icon--arrow-back,
  .bg-link--pink .icon.icon--arrow-back,
  .bg-link--green .icon.icon--arrow-back,
  .bg-link--violet .icon.icon--arrow-back,
  .bg-link--orange .icon.icon--arrow-back {
    border-color: #FFF;
  }
  .bg-link--red .icon.icon--blank,
  .bg-link--blue .icon.icon--blank,
  .bg-link--pink .icon.icon--blank,
  .bg-link--green .icon.icon--blank,
  .bg-link--violet .icon.icon--blank,
  .bg-link--orange .icon.icon--blank {
    border-color: #FFF;
  }
  .bg-link--red .icon.icon--blank:before,
  .bg-link--blue .icon.icon--blank:before,
  .bg-link--pink .icon.icon--blank:before,
  .bg-link--green .icon.icon--blank:before,
  .bg-link--violet .icon.icon--blank:before,
  .bg-link--orange .icon.icon--blank:before {
    border-color: #FFF;
  }
  .bg-link--red .icon.icon--pdf,
  .bg-link--blue .icon.icon--pdf,
  .bg-link--pink .icon.icon--pdf,
  .bg-link--green .icon.icon--pdf,
  .bg-link--violet .icon.icon--pdf,
  .bg-link--orange .icon.icon--pdf {
    background-image: url(../images/icon/icon-pdf-w.svg);
  }
  .bg-link--red .icon.icon--mail,
  .bg-link--blue .icon.icon--mail,
  .bg-link--pink .icon.icon--mail,
  .bg-link--green .icon.icon--mail,
  .bg-link--violet .icon.icon--mail,
  .bg-link--orange .icon.icon--mail {
    background-image: url(../images/icon/icon-mail-w.svg);
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-slash {
    background: var(--accent) url(../images/content/bg-slash.png);
    padding: 1.875rem;
  }
  .bg-slash .bg-slash__inner {
    background-color: #fff;
  }
  .bg-slash .bg-slash__wrap-read-more-button {
    position: relative;
    text-align: center;
  }
  .bg-slash .bg-slash__wrap-read-more-button .bg-slash__overflow-fill {
    position: absolute;
    top: 0.9375rem;
    width: 100%;
  }
  @media screen and (max-width: 720px) {
    .bg-slash .bg-slash__wrap-read-more-button .bg-slash__overflow-fill {
      top: 2vw;
    }
    .bg-slash .bg-slash__wrap-read-more-button .bg-slash__overflow-fill a {
      width: 100%;
    }
  }
}
@layer legacy {
  @media screen and (min-width: 721px) {
    .set-hover-style:hover {
      text-decoration: underline;
    }
  }
  .set-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .set-scroll {
    overflow: auto;
    max-height: 31.25rem;
  }
  .set-scroll-s {
    overflow: auto;
    max-height: 11.875rem;
  }
  .set-over-flow-hidden {
    overflow: hidden;
  }
  .set-color-white {
    color: #FFF;
  }
  .set-color-red {
    color: var(--accent);
  }
  .set-color-black {
    color: #000;
  }
  .set-color-c99f45 {
    color: #c99f45;
  }
  .set-color-1b1478 {
    color: #1B1478;
  }
  .set-color-22b373 {
    color: #22B373;
  }
  .set-color-66cccc {
    color: #6CC;
  }
  .set-color-c63473 {
    color: #c63473;
  }
  .set-color-41a1be {
    color: #41a1be;
  }
  .set-color-12407b {
    color: #12407b;
  }
  .set-color-ff0053 {
    color: #ff0053;
  }
  .set-color-e37615 {
    color: #e37615;
  }
  .set-color-4dacea {
    color: #4dacea;
  }
  .set-color-55923b {
    color: #55923b;
  }
  .set-color-7ABC5C {
    color: #7ABC5C;
  }
  .set-color-f5c242 {
    color: #f5c242;
  }
  .set-bc-4dacea {
    border-color: #4dacea;
  }
  .set-bc-55923b {
    border-color: #55923b;
  }
  .set-bc-7ABC5C {
    border-color: #7ABC5C;
  }
  .set-bc-f5c242 {
    border-color: #f5c242;
  }
  .set-bg-white {
    background-color: #FFF;
  }
  .set-bg-red {
    background-color: #c01c25;
  }
  .set-bg-dred {
    background-color: #ac0b14;
  }
  .set-bg-lenji {
    background-color: #6c0006;
  }
  .set-bg-enji {
    background-color: #550005;
  }
  .set-bg-gray {
    background-color: #d9d9d9;
  }
  .set-bg-dgray {
    background-color: #cccccc;
  }
  .set-bg-lgray {
    background-color: #f0f0f0;
  }
  .set-bg-lpink {
    background-color: #fea9ae;
  }
  .set-bg-slash {
    background: var(--accent);
  }
  .set-bg-dslash {
    background: var(--accent);
  }
  .set-bg-gray-slash {
    background: #d9d9d9;
  }
  .set-bg-blue {
    background-color: #52aaca;
  }
  .set-bg-blue-l {
    background-color: rgba(82, 170, 202, 0.2);
  }
  .set-bg-pink {
    background-color: #ea5471;
  }
  .set-bg-pink-l {
    background-color: rgba(234, 84, 113, 0.2);
  }
  .set-bg-green {
    background-color: #00a67b;
  }
  .set-bg-green-l {
    background-color: rgba(0, 166, 123, 0.2);
  }
  .set-bg-violet {
    background-color: #6972b5;
  }
  .set-bg-violet-l {
    background-color: rgba(105, 114, 181, 0.2);
  }
  .set-bg-orange {
    background-color: #df8126;
  }
  .set-bg-orange-l {
    background-color: rgba(223, 129, 38, 0.2);
  }
  .set-bg-d852a2 {
    background-color: #d852a2;
  }
  .set-bg-70B544 {
    background-color: #70B544;
  }
  .set-bg-b50a14 {
    background-color: #b50a14;
  }
  .set-bg-2990d0 {
    background-color: #2990d0;
  }
  .set-bg-c99f45 {
    background-color: #c99f45;
  }
  .set-bg-293c90 {
    background-color: #293c90;
  }
  .set-bg-e46C7b {
    background-color: #e46C7b;
  }
  .set-bg-eb834b {
    background-color: #eb834b;
  }
  .set-bg-009fe8 {
    background-color: #009fe8;
  }
  .set-bg-70b544 {
    background-color: #70b544;
  }
  .set-bg-c95083 {
    background-color: #c95083;
  }
  .set-bg-3daba4 {
    background-color: #3daba4;
  }
  .set-bg-eb834b {
    background-color: #eb834b;
  }
  .set-bg-e8382f {
    background-color: #e8382f;
  }
  .set-bg-4874b4 {
    background-color: #4874b4;
  }
  .set-bg-70b544 {
    background-color: #70b544;
  }
  .set-bg-e2eaf9 {
    background-color: #e2eaf9;
  }
  .set-bg-e4f5ed {
    background-color: #e4f5ed;
  }
  .set-bg-f3f5f5 {
    background-color: #f3f5f5;
  }
  .set-bg-ffeef5 {
    background-color: #ffeef5;
  }
  .set-bg-d93473 {
    background-color: #d93473;
  }
  .set-bg-fffc9b {
    background-color: #fffc9b;
  }
  .set-bg-ffbb70 {
    background-color: #ffbb70;
  }
  .set-bg-cbeeee {
    background-color: #cbeeee;
  }
  .set-bg-ffabd9 {
    background-color: #ffabd9;
  }
  .set-bg-afe686 {
    background-color: #afe686;
  }
  .set-bg-ff1a65 {
    background-color: #ff1a65;
  }
  .set-bg-f4f6fa {
    background-color: #f4f6fa;
  }
  .set-bg-fdfff2 {
    background-color: #fdfff2;
  }
  .set-bg-fce4d8 {
    background-color: #fce4d8;
  }
  .set-bg-685348 {
    background-color: #685348;
  }
  .set-bg-fffdc2 {
    background-color: #fffdc2;
  }
  .set-bg-4dacea {
    background-color: #4dacea;
  }
  .set-bg-55923b {
    background-color: #55923b;
  }
  .set-bg-f5c242 {
    background-color: #f5c242;
  }
  .set-bg-7ABC5C {
    background-color: #7ABC5C;
  }
  .set-bg-c8dd75 {
    background-color: #c8dd75;
  }
  .set-bg-f9fce8 {
    background-color: #f9fce8;
  }
  .set-block-c {
    margin-left: auto;
    margin-right: auto;
  }
  .set-nowrap {
    white-space: nowrap;
  }
  .set-min-line {
    line-height: 1;
  }
  .set-mid-line {
    line-height: 1.2;
  }
  .set-low-line {
    line-height: 1.4;
  }
  .set-pos-rel {
    position: relative;
  }
  .set-pos-abs {
    position: absolute;
  }
  .set-hide {
    display: none;
  }
  .set-wrap-items-ib .item {
    display: inline-block;
    vertical-align: top;
  }
  .set-disp-table {
    display: table;
  }
  .set-disp-cell {
    display: table-cell;
  }
  .set-disp-ib {
    display: inline-block;
  }
  .set-disp-b {
    display: block;
  }
  .set-valign-t {
    vertical-align: top;
  }
  .set-valign-m {
    vertical-align: middle;
  }
  .set-valign-b {
    vertical-align: bottom;
  }
  .set-float-l {
    float: left;
  }
  .set-float-r {
    float: right;
  }
  .set-align-c {
    text-align: center;
  }
  .set-align-r {
    text-align: right;
  }
  .set-align-l {
    text-align: left;
  }
  .set-align-j {
    text-align: justify;
  }
  .set-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .set-lt-016 {
    letter-spacing: 0.1rem;
  }
  .large-text {
    font-size: 1.125rem;
  }
  .larger-text {
    font-size: 1.5rem;
  }
  .set-w-11em {
    width: 11em;
  }
  .set-w-1em {
    width: 1em;
  }
  .set-w-2em {
    width: 2em;
  }
  .set-w-3em {
    width: 3em;
  }
  .set-w-4em {
    width: 4em;
  }
  .set-w-5em {
    width: 5em;
  }
  .set-w-6em {
    width: 6em;
  }
  .set-w-7em {
    width: 7em;
  }
  .set-w-8em {
    width: 8em;
  }
  .set-w-9em {
    width: 9em;
  }
  .set-w-10em {
    width: 10em;
  }
  .set-w-10 {
    width: 10%;
  }
  .set-w-11 {
    width: 11%;
  }
  .set-w-12 {
    width: 12%;
  }
  .set-w-13 {
    width: 13%;
  }
  .set-w-14 {
    width: 14%;
  }
  .set-w-15 {
    width: 15%;
  }
  .set-w-16 {
    width: 16%;
  }
  .set-w-17 {
    width: 17%;
  }
  .set-w-18 {
    width: 18%;
  }
  .set-w-19 {
    width: 19%;
  }
  .set-w-20 {
    width: 20%;
  }
  .set-w-21 {
    width: 21%;
  }
  .set-w-22 {
    width: 22%;
  }
  .set-w-23 {
    width: 23%;
  }
  .set-w-24 {
    width: 24%;
  }
  .set-w-25 {
    width: 25%;
  }
  .set-w-29 {
    width: 29%;
  }
  .set-w-30 {
    width: 30%;
  }
  .set-w-32 {
    width: 32%;
  }
  .set-w-35 {
    width: 35%;
  }
  .set-w-38 {
    width: 38%;
  }
  .set-w-40 {
    width: 40%;
  }
  .set-w-42 {
    width: 42%;
  }
  .set-w-43 {
    width: 43%;
  }
  .set-w-45 {
    width: 45%;
  }
  .set-w-48 {
    width: 48%;
  }
  .set-w-49 {
    width: 49%;
  }
  .set-w-50 {
    width: 50%;
  }
  .set-w-52 {
    width: 52%;
  }
  .set-w-55 {
    width: 55%;
  }
  .set-w-58 {
    width: 58%;
  }
  .set-w-60 {
    width: 60%;
  }
  .set-w-65 {
    width: 65%;
  }
  .set-w-68 {
    width: 68%;
  }
  .set-w-70 {
    width: 70%;
  }
  .set-w-80 {
    width: 80%;
  }
  .set-w-90 {
    width: 90%;
  }
  .set-w-full {
    width: 100%;
  }
  .set-w-40px {
    width: 2.5rem;
  }
  .set-w-50px {
    width: 3.125rem;
  }
  .set-w-60px {
    width: 3.75rem;
  }
  .set-w-70px {
    width: 4.375rem;
  }
  .set-w-80px {
    width: 5rem;
  }
  .set-w-90px {
    width: 5.625rem;
  }
  .set-w-100px {
    width: 6.25rem;
  }
  .set-w-130px {
    width: 8.125rem;
  }
  .set-w-140px {
    width: 8.75rem;
  }
  .set-w-150px {
    width: 9.375rem;
  }
  .set-w-160px {
    width: 10rem;
  }
  .set-w-180px {
    width: 11.25rem;
  }
  .set-w-200px {
    width: 12.5rem;
  }
  .set-w-240px {
    width: 15rem;
  }
  .set-w-250px {
    width: 15.625rem;
  }
  .set-w-280px {
    width: 17.5rem;
  }
  .set-w-300px {
    width: 18.75rem;
  }
  .set-w-350px {
    width: 21.875rem;
  }
  .set-w-400px {
    width: 25rem;
  }
  .set-w-460px {
    width: 28.75rem;
  }
  .set-w-480px {
    width: 30rem;
  }
  .set-w-490px {
    width: 30.625rem;
  }
  .set-w-500px {
    width: 31.25rem;
  }
  .set-w-570px {
    width: 35.625rem;
  }
  .set-w-600px {
    width: 37.5rem;
  }
  .set-w-670px {
    width: 41.875rem;
  }
  .set-minw-100px {
    min-width: 6.25rem;
  }
  .set-minw-200px {
    min-width: 12.5rem;
  }
  .set-minw-300px {
    min-width: 18.75rem;
  }
  .set-minw-400px {
    min-width: 25rem;
  }
  .set-minw-500px {
    min-width: 31.25rem;
  }
  .set-minw-600px {
    min-width: 37.5rem;
  }
  .set-mts {
    margin-top: 0.3125rem;
  }
  .set-mt-5 {
    margin-top: 0.3125rem;
  }
  .set-mt-10 {
    margin-top: 0.625rem;
  }
  .set-mt-15 {
    margin-top: 0.9375rem;
  }
  .set-mt-20 {
    margin-top: 1.25rem;
  }
  .set-mt-30 {
    margin-top: 1.875rem;
  }
  .set-mt-40 {
    margin-top: 2.5rem;
  }
  .set-mt-50 {
    margin-top: 3.125rem;
  }
  .set-mt-60 {
    margin-top: 3.75rem;
  }
  .set-mt-70 {
    margin-top: 4.375rem;
  }
  .set-mt-80 {
    margin-top: 5rem;
  }
  .set-mt-90 {
    margin-top: 5.625rem;
  }
  .set-mt-100 {
    margin-top: 6.25rem;
  }
  .set-mt-155 {
    margin-top: 9.6875rem;
  }
  .set-mr-2per {
    margin-right: 2%;
  }
  .set-mr-5per {
    margin-right: 5%;
  }
  .set-mr-5 {
    margin-right: 0.3125rem;
  }
  .set-mr-10 {
    margin-right: 0.625rem;
  }
  .set-mr-15 {
    margin-right: 0.9375rem;
  }
  .set-mr-20 {
    margin-right: 1.25rem;
  }
  .set-mr-30 {
    margin-right: 1.875rem;
  }
  .set-mr-40 {
    margin-right: 2.5rem;
  }
  .set-mr-50 {
    margin-right: 3.125rem;
  }
  .set-mr-60 {
    margin-right: 3.75rem;
  }
  .set-mr-70 {
    margin-right: 4.375rem;
  }
  .set-mr-80 {
    margin-right: 5rem;
  }
  .set-mr-90 {
    margin-right: 5.625rem;
  }
  .set-mr-100 {
    margin-right: 6.25rem;
  }
  .set-mbl {
    margin-bottom: 3.125rem;
  }
  .set-mb {
    margin-bottom: 2.1875rem;
  }
  .set-mbs {
    margin-bottom: 1.25rem;
  }
  .set-mbss {
    margin-bottom: 0.625rem;
  }
  .set-mbsss {
    margin-bottom: 0.3125rem;
  }
  .set-mb-2 {
    margin-bottom: 0.125rem;
  }
  .set-mb-5 {
    margin-bottom: 0.3125rem;
  }
  .set-mb-10 {
    margin-bottom: 0.625rem;
  }
  .set-mb-15 {
    margin-bottom: 0.9375rem;
  }
  .set-mb-20 {
    margin-bottom: 1.25rem;
  }
  .set-mb-30 {
    margin-bottom: 1.875rem;
  }
  .set-mb-40 {
    margin-bottom: 2.5rem;
  }
  .set-mb-50 {
    margin-bottom: 3.125rem;
  }
  .set-mb-60 {
    margin-bottom: 3.75rem;
  }
  .set-mb-70 {
    margin-bottom: 4.375rem;
  }
  .set-mb-80 {
    margin-bottom: 5rem;
  }
  .set-mb-90 {
    margin-bottom: 5.625rem;
  }
  .set-mb-100 {
    margin-bottom: 6.25rem;
  }
  .set-mb-130 {
    margin-bottom: 8.125rem;
  }
  .set-mb-150 {
    margin-bottom: 9.375rem;
  }
  .set-ml-170px {
    margin-left: 10.625rem;
  }
  .set-ml-2per {
    margin-left: 2%;
  }
  .set-ml-5per {
    margin-left: 5%;
  }
  .set-ml-10per {
    margin-left: 10%;
  }
  .set-ml-15per {
    margin-left: 15%;
  }
  .set-ml-20per {
    margin-left: 20%;
  }
  .set-ml-30per {
    margin-left: 30%;
  }
  .set-ml-40per {
    margin-left: 40%;
  }
  .set-ml-50per {
    margin-left: 50%;
  }
  .set-ml-60per {
    margin-left: 60%;
  }
  .set-ml-70per {
    margin-left: 70%;
  }
  .set-ml-80per {
    margin-left: 80%;
  }
  .set-ml-90per {
    margin-left: 90%;
  }
  .set-ml-5 {
    margin-left: 0.3125rem;
  }
  .set-ml-10 {
    margin-left: 0.625rem;
  }
  .set-ml-15 {
    margin-left: 0.9375rem;
  }
  .set-ml-20 {
    margin-left: 1.25rem;
  }
  .set-ml-30 {
    margin-left: 1.875rem;
  }
  .set-ml-40 {
    margin-left: 2.5rem;
  }
  .set-ml-50 {
    margin-left: 3.125rem;
  }
  .set-ml-60 {
    margin-left: 3.75rem;
  }
  .set-ml-70 {
    margin-left: 4.375rem;
  }
  .set-ml-80 {
    margin-left: 5rem;
  }
  .set-ml-90 {
    margin-left: 5.625rem;
  }
  .set-ml-100 {
    margin-left: 6.25rem;
  }
  .set-p {
    padding: 0.625rem;
  }
  .set-p-20 {
    padding: 1.25rem;
  }
  .set-p-40 {
    padding: 2.5rem;
  }
  .set-pt-5 {
    padding-top: 0.3125rem;
  }
  .set-pt-10 {
    padding-top: 0.625rem;
  }
  .set-pt-15 {
    padding-top: 0.9375rem;
  }
  .set-pt-20 {
    padding-top: 1.25rem;
  }
  .set-pt-30 {
    padding-top: 1.875rem;
  }
  .set-pt-40 {
    padding-top: 2.5rem;
  }
  .set-pt-50 {
    padding-top: 3.125rem;
  }
  .set-pt-60 {
    padding-top: 3.75rem;
  }
  .set-pt-70 {
    padding-top: 4.375rem;
  }
  .set-pt-80 {
    padding-top: 5rem;
  }
  .set-pt-90 {
    padding-top: 5.625rem;
  }
  .set-pt-100 {
    padding-top: 6.25rem;
  }
  .set-pr-5 {
    padding-right: 0.3125rem;
  }
  .set-pr-10 {
    padding-right: 0.625rem;
  }
  .set-pr-15 {
    padding-right: 0.9375rem;
  }
  .set-pr-20 {
    padding-right: 1.25rem;
  }
  .set-pr-30 {
    padding-right: 1.875rem;
  }
  .set-pr-40 {
    padding-right: 2.5rem;
  }
  .set-pr-50 {
    padding-right: 3.125rem;
  }
  .set-pr-60 {
    padding-right: 3.75rem;
  }
  .set-pr-70 {
    padding-right: 4.375rem;
  }
  .set-pr-80 {
    padding-right: 5rem;
  }
  .set-pr-90 {
    padding-right: 5.625rem;
  }
  .set-pr-100 {
    padding-right: 6.25rem;
  }
  .set-pb-5 {
    padding-bottom: 0.3125rem;
  }
  .set-pb-10 {
    padding-bottom: 0.625rem;
  }
  .set-pb-15 {
    padding-bottom: 0.9375rem;
  }
  .set-pb-20 {
    padding-bottom: 1.25rem;
  }
  .set-pb-30 {
    padding-bottom: 1.875rem;
  }
  .set-pb-40 {
    padding-bottom: 2.5rem;
  }
  .set-pb-50 {
    padding-bottom: 3.125rem;
  }
  .set-pb-60 {
    padding-bottom: 3.75rem;
  }
  .set-pb-70 {
    padding-bottom: 4.375rem;
  }
  .set-pb-80 {
    padding-bottom: 5rem;
  }
  .set-pb-90 {
    padding-bottom: 5.625rem;
  }
  .set-pb-100 {
    padding-bottom: 6.25rem;
  }
  .set-pl-5 {
    padding-left: 0.3125rem;
  }
  .set-pl-10 {
    padding-left: 0.625rem;
  }
  .set-pl-15 {
    padding-left: 0.9375rem;
  }
  .set-pl-20 {
    padding-left: 1.25rem;
  }
  .set-pl-30 {
    padding-left: 1.875rem;
  }
  .set-pl-40 {
    padding-left: 2.5rem;
  }
  .set-pl-50 {
    padding-left: 3.125rem;
  }
  .set-pl-60 {
    padding-left: 3.75rem;
  }
  .set-pl-70 {
    padding-left: 4.375rem;
  }
  .set-pl-80 {
    padding-left: 5rem;
  }
  .set-pl-90 {
    padding-left: 5.625rem;
  }
  .set-pl-100 {
    padding-left: 6.25rem;
  }
  .set-indent {
    margin-left: 1rem;
    text-indent: -0.8125rem;
  }
  .set-indent-a {
    margin-left: 1.25rem;
    text-indent: -1.25rem;
  }
  .reset-pt {
    padding-top: 0;
  }
  .reset-pr {
    padding-right: 0;
  }
  .reset-pb {
    padding-bottom: 0;
  }
  .reset-pl {
    padding-left: 0;
  }
  .reset-mt {
    margin-top: 0;
  }
  .reset-mr {
    margin-right: 0;
  }
  .reset-mb {
    margin-bottom: 0;
  }
  .reset-ml {
    margin-left: 0;
  }
  .reset-max-w {
    max-width: none;
  }
  .reset-bold {
    font-weight: normal;
  }
  .set-tdu {
    text-decoration: underline;
  }
  .set-bb-red {
    padding-bottom: 0.125rem;
    border-bottom: 0.125rem solid #c01c25;
  }
  @media screen and (max-width: 720px) {
    .set-mbl {
      margin-bottom: 8vw;
    }
    .set-mb {
      margin-bottom: 5vw;
    }
    .set-mbs {
      margin-bottom: 3vw;
    }
    .set-scroll {
      max-height: 100vw;
    }
    .set-scroll-s {
      overflow: auto;
      max-height: 70vw;
    }
    .context-img {
      float: none;
      margin: 0 0 3vw 0;
      text-align: center;
    }
    .large-text {
      font-size: 5.33vw;
    }
    .larger-text {
      font-size: 6.15vw;
    }
    .set-sp-nowrap {
      white-space: nowrap;
    }
    .set-sp-align-c {
      text-align: center;
    }
    .set-sp-align-r {
      text-align: right;
    }
    .set-sp-align-l {
      text-align: left;
    }
    .set-sp-w-10 {
      width: 10%;
    }
    .set-sp-w-20 {
      width: 20%;
    }
    .set-sp-w-30 {
      width: 30%;
    }
    .set-sp-w-40 {
      width: 40%;
    }
    .set-sp-w-50 {
      width: 50%;
    }
    .set-sp-w-60 {
      width: 60%;
    }
    .set-sp-w-65 {
      width: 65%;
    }
    .set-sp-w-70 {
      width: 70%;
    }
    .set-sp-w-80 {
      width: 80%;
    }
    .set-sp-w-90 {
      width: 90%;
    }
    .set-sp-w-full {
      width: 100%;
    }
    .set-sp-w-150 {
      width: 150%;
    }
    .set-sp-w-200 {
      width: 200%;
    }
    .set-sp-mt-5 {
      margin-top: 5vw;
    }
    .set-sp-mt-10 {
      margin-top: 10vw;
    }
    .set-sp-mt-15 {
      margin-top: 15vw;
    }
    .set-sp-mt-20 {
      margin-top: 20vw;
    }
    .set-sp-mt-30 {
      margin-top: 30vw;
    }
    .set-sp-mt-40 {
      margin-top: 40vw;
    }
    .set-sp-mt-50 {
      margin-top: 50vw;
    }
    .set-sp-mt-60 {
      margin-top: 60vw;
    }
    .set-sp-mt-70 {
      margin-top: 70vw;
    }
    .set-sp-mt-80 {
      margin-top: 80vw;
    }
    .set-sp-mt-90 {
      margin-top: 90vw;
    }
    .set-sp-mt-100 {
      margin-top: 100vw;
    }
    .set-sp-mr-5 {
      margin-right: 5vw;
    }
    .set-sp-mr-10 {
      margin-right: 10vw;
    }
    .set-sp-mr-15 {
      margin-right: 15vw;
    }
    .set-sp-mr-20 {
      margin-right: 20vw;
    }
    .set-sp-mr-30 {
      margin-right: 30vw;
    }
    .set-sp-mr-40 {
      margin-right: 40vw;
    }
    .set-sp-mr-50 {
      margin-right: 50vw;
    }
    .set-sp-mr-60 {
      margin-right: 60vw;
    }
    .set-sp-mr-70 {
      margin-right: 70vw;
    }
    .set-sp-mr-80 {
      margin-right: 80vw;
    }
    .set-sp-mr-90 {
      margin-right: 90vw;
    }
    .set-sp-mr-100 {
      margin-right: 100vw;
    }
    .set-sp-mb-5 {
      margin-bottom: 5vw;
    }
    .set-sp-mb-10 {
      margin-bottom: 10vw;
    }
    .set-sp-mb-12 {
      margin-bottom: 12vw;
    }
    .set-sp-mb-15 {
      margin-bottom: 15vw;
    }
    .set-sp-mb-20 {
      margin-bottom: 20vw;
    }
    .set-sp-mb-30 {
      margin-bottom: 30vw;
    }
    .set-sp-mb-40 {
      margin-bottom: 40vw;
    }
    .set-sp-mb-50 {
      margin-bottom: 50vw;
    }
    .set-sp-mb-60 {
      margin-bottom: 60vw;
    }
    .set-sp-mb-70 {
      margin-bottom: 70vw;
    }
    .set-sp-mb-80 {
      margin-bottom: 80vw;
    }
    .set-sp-mb-90 {
      margin-bottom: 90vw;
    }
    .set-sp-mb-100 {
      margin-bottom: 100vw;
    }
    .set-sp-ml-5 {
      margin-left: 5vw;
    }
    .set-sp-ml-10 {
      margin-left: 10vw;
    }
    .set-sp-ml-15 {
      margin-left: 15vw;
    }
    .set-sp-ml-20 {
      margin-left: 20vw;
    }
    .set-sp-ml-30 {
      margin-left: 30vw;
    }
    .set-sp-ml-40 {
      margin-left: 40vw;
    }
    .set-sp-ml-50 {
      margin-left: 50vw;
    }
    .set-sp-ml-60 {
      margin-left: 60vw;
    }
    .set-sp-ml-70 {
      margin-left: 70vw;
    }
    .set-sp-ml-80 {
      margin-left: 80vw;
    }
    .set-sp-ml-90 {
      margin-left: 90vw;
    }
    .set-sp-ml-100 {
      margin-left: 100vw;
    }
    .set-p {
      padding: 2.5vw 4vw;
    }
    .set-p-4 {
      padding: 4vw;
    }
    .set-sp-pt-5 {
      padding-top: 5vw;
    }
    .set-sp-pt-10 {
      padding-top: 10vw;
    }
    .set-sp-pt-15 {
      padding-top: 15vw;
    }
    .set-sp-pt-20 {
      padding-top: 20vw;
    }
    .set-sp-pt-30 {
      padding-top: 30vw;
    }
    .set-sp-pt-40 {
      padding-top: 40vw;
    }
    .set-sp-pt-50 {
      padding-top: 50vw;
    }
    .set-sp-pt-60 {
      padding-top: 60vw;
    }
    .set-sp-pt-70 {
      padding-top: 70vw;
    }
    .set-sp-pt-80 {
      padding-top: 80vw;
    }
    .set-sp-pt-90 {
      padding-top: 90vw;
    }
    .set-sp-pt-100 {
      padding-top: 100vw;
    }
    .set-sp-pr-5 {
      padding-right: 5vw;
    }
    .set-sp-pr-10 {
      padding-right: 10vw;
    }
    .set-sp-pr-15 {
      padding-right: 15vw;
    }
    .set-sp-pr-20 {
      padding-right: 20vw;
    }
    .set-sp-pr-30 {
      padding-right: 30vw;
    }
    .set-sp-pr-40 {
      padding-right: 40vw;
    }
    .set-sp-pr-50 {
      padding-right: 50vw;
    }
    .set-sp-pr-60 {
      padding-right: 60vw;
    }
    .set-sp-pr-70 {
      padding-right: 70vw;
    }
    .set-sp-pr-80 {
      padding-right: 80vw;
    }
    .set-sp-pr-90 {
      padding-right: 90vw;
    }
    .set-sp-pr-100 {
      padding-right: 100vw;
    }
    .set-sp-pb-5 {
      padding-bottom: 5vw;
    }
    .set-sp-pb-10 {
      padding-bottom: 10vw;
    }
    .set-sp-pb-15 {
      padding-bottom: 15vw;
    }
    .set-sp-pb-20 {
      padding-bottom: 20vw;
    }
    .set-sp-pb-30 {
      padding-bottom: 30vw;
    }
    .set-sp-pb-40 {
      padding-bottom: 40vw;
    }
    .set-sp-pb-50 {
      padding-bottom: 50vw;
    }
    .set-sp-pb-60 {
      padding-bottom: 60vw;
    }
    .set-sp-pb-70 {
      padding-bottom: 70vw;
    }
    .set-sp-pb-80 {
      padding-bottom: 80vw;
    }
    .set-sp-pb-90 {
      padding-bottom: 90vw;
    }
    .set-sp-pb-100 {
      padding-bottom: 100vw;
    }
    .set-sp-pl-5 {
      padding-left: 5vw;
    }
    .set-sp-pl-10 {
      padding-left: 10vw;
    }
    .set-sp-pl-15 {
      padding-left: 15vw;
    }
    .set-sp-pl-20 {
      padding-left: 20vw;
    }
    .set-sp-pl-30 {
      padding-left: 30vw;
    }
    .set-sp-pl-40 {
      padding-left: 40vw;
    }
    .set-sp-pl-50 {
      padding-left: 50vw;
    }
    .set-sp-pl-60 {
      padding-left: 60vw;
    }
    .set-sp-pl-70 {
      padding-left: 70vw;
    }
    .set-sp-pl-80 {
      padding-left: 80vw;
    }
    .set-sp-pl-90 {
      padding-left: 90vw;
    }
    .set-sp-pl-100 {
      padding-left: 100vw;
    }
    .set-indent {
      margin-left: 4.1vw;
      text-indent: -3.5vw;
    }
    .set-indent-a {
      margin-left: 5.2vw;
      text-indent: -5.2vw;
    }
    .reset-sp-mt {
      margin-top: 0;
    }
    .reset-sp-mr {
      margin-right: 0;
    }
    .reset-sp-mb {
      margin-bottom: 0 !important;
    }
    .reset-sp-ml {
      margin-left: 0;
    }
    .reset-sp-p {
      padding-top: 0;
    }
    .reset-sp-pt {
      padding-top: 0;
    }
    .reset-sp-pr {
      padding-right: 0;
    }
    .reset-sp-pb {
      padding-bottom: 0;
    }
    .reset-sp-pl {
      padding-left: 0;
    }
    .reset-sp-w {
      width: auto;
    }
    .reset-sp-pos {
      position: static;
    }
    .reset-sp-bg {
      background: transparent;
    }
  }
  @media print {
    .set-print-hide {
      display: none;
    }
  }
  .set-color-kokusai {
    color: #00AEBB;
  }
  .set-bg-kokusai {
    background-color: #00AEBB;
    color: #FFF;
  }
  .set-bg-kokusai-l {
    background-color: #DDF0F2;
  }
  .set-color-ningen {
    color: #F6AB00;
  }
  .set-bg-ningen {
    background-color: #F6AB00;
    color: #FFF;
  }
  .set-bg-ningen-l {
    background-color: #FEEFD4;
  }
  .set-color-keizai {
    color: #E95377;
  }
  .set-bg-keizai {
    background-color: #E95377;
    color: #FFF;
  }
  .set-bg-keizai-l {
    background-color: #FBE3E5;
  }
  .set-color-shogaku {
    color: #0093D4;
  }
  .set-bg-shogaku {
    background-color: #0093D4;
    color: #FFF;
  }
  .set-bg-shogaku-l {
    background-color: #DCE9F7;
  }
  .set-color-chiiki {
    color: #EB6143;
  }
  .set-bg-chiiki {
    background-color: #EB6143;
    color: #FFF;
  }
  .set-bg-chiiki-l {
    background-color: #FCE4D8;
  }
  .set-color-keiei {
    color: #0499D9;
  }
  .set-bg-keiei {
    background-color: #0499D9;
    color: #FFF;
  }
  .set-bg-keiei-l {
    background-color: #E6F0FA;
  }
  .set-color-riko {
    color: #5CB531;
  }
  .set-bg-riko {
    background-color: #5CB531;
    color: #FFF;
  }
  .set-bg-riko-l {
    background-color: #E5F1D9;
  }
  .set-color-seimei {
    color: #DA5D9E;
  }
  .set-bg-seimei {
    background-color: #DA5D9E;
    color: #FFF;
  }
  .set-bg-seimei-l {
    background-color: #F8E4EF;
  }
  .set-color-kenchiku {
    color: #5C6FB4;
  }
  .set-bg-kenchiku {
    background-color: #5C6FB4;
    color: #FFF;
  }
  .set-bg-kenchiku-l {
    background-color: #E0E1F1;
  }
  .set-color-joho {
    color: #6DBA44;
  }
  .set-bg-joho {
    background-color: #6DBA44;
    color: #FFF;
  }
  .set-bg-joho-l {
    background-color: #EDF5E5;
  }
  .set-color-kogaku {
    color: #536FAA;
  }
  .set-bg-kogaku {
    background-color: #536FAA;
    color: #FFF;
  }
  .set-bg-kogaku-l {
    background-color: #E6E9F1;
  }
  .set-color-gejutsu {
    color: #DA9100;
    --my-color: #DA9100;
  }
  .set-bg-gejutsu {
    background-color: #DA9100;
    --my-color: #DA9100;
    color: #FFF;
  }
  .set-bg-gejutsu-l {
    background-color: #F9EAD2;
    --my-color: #F9EAD2;
  }
  .set-bg-zoukei {
    background-color: #74498d;
    --my-color: #74498d;
    color: #FFF;
  }
  .set-color-new-kokusai {
    color: #80cf3f;
    --my-color: #80cf3f;
  }
  .set-bg-new-kokusai {
    background-color: #d9f1c5;
    --my-color: #d9f1c5;
    color: #000;
  }
  .set-bg-new-kokusai-l {
    background-color: #80cf3f;
  }
  .set-color-new-ningen {
    color: #dbc60e;
  }
  .set-bg-new-ningen {
    background-color: #fffcbf;
    color: #000;
  }
  .set-bg-new-ningen-l {
    background-color: #fef63a;
  }
  .set-color-new-keizai {
    color: #ed0042;
  }
  .set-bg-new-keizai {
    background-color: #fab2c6;
    color: #000;
  }
  .set-bg-new-keizai-l {
    background-color: #ff6685;
  }
  .set-color-new-shogaku {
    color: #0093D4;
  }
  .set-bg-new-shogaku {
    background-color: #d1f0fb;
    color: #000;
  }
  .set-bg-new-shogaku-l {
    background-color: #67ccf3;
  }
  .set-color-new-chiiki {
    color: #f15b22;
  }
  .set-bg-new-chiiki {
    background-color: #ffd9cb;
    color: #000;
  }
  .set-bg-new-chiiki-l {
    background-color: #ff8152;
  }
  .set-color-new-keiei {
    color: #0499D9;
  }
  .set-bg-new-keiei {
    background-color: #d1edf8;
    color: #000;
  }
  .set-bg-new-keiei-l {
    background-color: #68c2e8;
  }
  .set-color-new-riko {
    color: #5CB531;
  }
  .set-bg-new-riko {
    background-color: #f0f8c3;
    color: #000;
  }
  .set-bg-new-riko-l {
    background-color: #cce739;
  }
  .set-color-new-seimei {
    color: #f460b7;
  }
  .set-bg-new-seimei {
    background-color: #fde2f2;
    color: #000;
  }
  .set-bg-new-seimei-l {
    background-color: #f8a0d4;
  }
  .set-color-new-kenchiku {
    color: #9c61b6;
  }
  .set-bg-new-kenchiku {
    background-color: #eaddf0;
    color: #000;
  }
  .set-bg-new-kenchiku-l {
    background-color: #ba90cc;
  }
  .set-color-new-gejutsu {
    color: #34bbac;
  }
  .set-bg-new-gejutsu {
    background-color: #c2eae6;
    color: #000;
  }
  .set-bg-new-gejutsu-l {
    background-color: #34bbac;
  }
}
@layer legacyutil {
  .set-fs-11 {
    font-size: 0.6875rem;
  }
  .set-fs-12 {
    font-size: 0.75rem;
  }
  .set-fs-13 {
    font-size: 0.8125rem;
  }
  .set-fs-14 {
    font-size: 0.875rem;
  }
  .set-fs-15 {
    font-size: 0.9375rem;
  }
  .set-fs-16 {
    font-size: 1rem;
  }
  .set-fs-17 {
    font-size: 1.0625rem;
  }
  .set-fs-18 {
    font-size: 1.125rem;
  }
  .set-fs-19 {
    font-size: 1.1875rem;
  }
  .set-fs-20 {
    font-size: 1.25rem;
  }
  .set-fs-21 {
    font-size: 1.3125rem;
  }
  .set-fs-22 {
    font-size: 1.375rem;
  }
  .set-fs-23 {
    font-size: 1.4375rem;
  }
  .set-fs-24 {
    font-size: 1.5rem;
  }
  .set-fs-25 {
    font-size: 1.5625rem;
  }
  .set-fs-26 {
    font-size: 1.625rem;
  }
  .set-fs-27 {
    font-size: 1.6875rem;
  }
  .set-fs-28 {
    font-size: 1.75rem;
  }
  .set-fs-29 {
    font-size: 1.8125rem;
  }
  .set-fs-30 {
    font-size: 1.875rem;
  }
  @media screen and (max-width: 720px) {
    .set-sp-fs-def {
      font-size: 4.1vw;
    }
    .set-sp-fs-3 {
      font-size: 3vw;
    }
    .set-sp-fs-3_5 {
      font-size: 3.5vw;
    }
    .set-sp-fs-4 {
      font-size: 4vw;
    }
    .set-sp-fs-5 {
      font-size: 5vw;
    }
    .set-sp-fs-6 {
      font-size: 6vw;
    }
  }
}
@layer legacy {
  .pager {
    margin: 5rem 0;
    font-size: 0.9375rem;
    text-align: center;
  }
  .pager span,
  .pager a {
    position: relative;
    display: inline-block;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    vertical-align: top;
  }
  .pager a {
    border: 0.0625rem solid #cccccc;
    color: #000;
  }
  .pager a.prev, .pager a.next, .pager a.first, .pager a.last {
    background: #ccc;
    overflow: hidden;
    text-indent: -62.4375rem;
  }
  .pager a.prev:after, .pager a.next:after, .pager a.first:after, .pager a.last:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.625rem;
    height: 0.625rem;
    margin: -0.3125rem 0 0 -0.625rem;
    border-top: 0.125rem solid #000;
    border-right: 0.125rem solid #000;
    transform: rotate(45deg);
  }
  .pager a.prev:after, .pager a.first:after {
    transform: rotate(-135deg);
    margin-left: -0.3125rem;
  }
  .pager a.last:before, .pager a.first:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #000;
    width: 0.0625rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.625rem;
  }
  .pager a.last:before {
    margin-left: 0.4375rem;
  }
  .pager .current,
  .pager a:hover {
    background: #c01c25;
    border-color: #c01c25;
    color: #FFF;
  }
  .pager .current:before,
  .pager a:hover:before {
    background: #FFF;
  }
  .pager .current:after,
  .pager a:hover:after {
    border-color: #FFF;
  }
  @media screen and (max-width: 720px) {
    .pager {
      margin: 8vw 0;
      font-size: 4.1vw;
    }
    .pager span,
    .pager a {
      line-height: 13vw;
    }
    .pager .page-numbers {
      display: none;
    }
    .pager .current,
    .pager .prev,
    .pager .next,
    .pager .first,
    .pager .last {
      display: inline-block;
      width: 13vw;
      height: 13vw;
    }
    .pager .current:after,
    .pager .prev:after,
    .pager .next:after,
    .pager .first:after,
    .pager .last:after {
      width: 2vw;
      height: 2vw;
      margin: -1vw 0 0 -1vw;
    }
    .pager .next:after,
    .pager .last:after {
      margin-left: -2vw;
    }
    .pager.last:before, .pager.first:before {
      height: 4vw;
      margin: -2vw 0 0 -4vw;
    }
    .pager.last:before {
      margin-left: 4vw;
    }
    .pager .current {
      width: 30vw;
      background: #FFF;
      color: #c01c25;
      border: 0.0625rem solid #c01c25;
      font-size: 5.74vw;
      font-weight: bold;
    }
    .pager .current:before {
      display: inline-block;
      background: transparent;
      margin-right: 2vw;
      content: "PAGE";
      font-size: 4.1vw;
      font-weight: normal;
    }
  }
}
@layer legacy {
  .compo-tab .compo-tab__content .compo-tab__content__inner {
    padding: 3.125rem 2.1875rem 1.25rem 2.1875rem;
    border: 0.0625rem solid #C8C8C8;
  }
  .compo-tab .compo-tab__content .compo-tab__content__inner .flex__item.wrap-old .button {
    width: 100%;
  }
  .compo-tab .compo-tab__content .compo-tab__content__inner .flex__item.wrap-old .sp-pad .button {
    margin-bottom: 1.5625rem;
  }
  .compo-tab .compo-tab__content #gozyuon .compo-tab__content__inner {
    padding: 5rem 5rem;
  }
  .compo-tab .compo-tab__content #gozyuon .compo-tab__content__inner .flex--col-5 {
    width: 48%;
    text-align: center;
  }
  .compo-tab .compo-tab__switchs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.25rem;
  }
  .compo-tab .compo-tab__switchs li {
    position: relative;
    cursor: pointer;
    background: url(../images/content/tab-bg.svg) 0 0 no-repeat;
    padding: 0.625rem 0.9375rem;
    border-right: 0.0625rem solid #C8C8C9;
    margin-left: -0.0625rem;
  }
  .compo-tab .compo-tab__switchs li b {
    font-weight: normal;
  }
  .compo-tab .compo-tab__switchs li:last-child {
    margin-left: 0;
  }
  .compo-tab .compo-tab__switchs li.active {
    background-image: url(../images/content/tab-bg-on.svg);
    border-right: 0.0625rem solid #c01c25;
    color: #FFF;
  }
  .compo-tab .compo-tab__switchs li.active span {
    border-left-color: #FFF;
  }
  .compo-tab .compo-tab__switchs li.active:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    margin-left: -0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #c01c24 transparent transparent transparent;
  }
  @media screen and (min-width: 721px) {
    .compo-tab .compo-tab__switchs li:hover {
      background-image: url(../images/content/tab-bg-on.svg);
      border-right: 0.0625rem solid #c01c25;
      color: #FFF;
    }
    .compo-tab .compo-tab__switchs li:hover span {
      border-left-color: #FFF;
    }
    .compo-tab .compo-tab__switchs li:hover:after {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      bottom: -0.5rem;
      margin-left: -0.5rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.5rem 0.5rem 0 0.5rem;
      border-color: #c01c24 transparent transparent transparent;
    }
  }
  .compo-tab .compo-tab__switchs li span {
    display: block;
    margin-left: 0.125rem;
    border-left: 0.1875rem solid #c01c25;
    font-weight: normal;
  }
  .compo-tab .compo-tab__switchs li .string {
    border-left: 0.1875rem solid #c01c25;
  }
  .compo-tab .compo-tab__switchs li .string span {
    padding: 0.1875rem 0.9375rem;
  }
  .compo-tab .compo-tab__switchs.compo-tab__switchs--col-3 li {
    width: 33%;
  }
  .compo-tab .compo-tab__switchs.compo-tab__switchs--col-3 li:last-child {
    width: calc(34% + 0.125rem);
  }
  #old {
    margin-top: 1.25rem;
  }
  @media screen and (max-width: 720px) {
    .compo-tab #gozyuon .compo-tab__content__inner {
      padding: 6vw 5vw;
    }
    .compo-tab #gozyuon .compo-tab__content__inner .flex--col-5 {
      margin-bottom: 6vw;
      padding-bottom: 3vw;
      width: auto;
      border-bottom: 0.0625rem solid #C8C8C8;
    }
    .compo-tab #gozyuon .compo-tab__content__inner .flex--col-5:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0;
    }
    .compo-tab .compo-tab__content__inner {
      padding: 0;
      border: 0;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item {
      width: 50%;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item:first-child {
      border-right: 0.0625rem solid #C8C8C8;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item .nav-hierarchy:last-child {
      border-bottom: 0.125rem solid #C8C8C8;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item.wrap-old {
      margin-top: 4vw;
      margin-bottom: 0;
      width: 100%;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item.wrap-old .sp-pad .button {
      width: 100%;
      margin-bottom: 5vw;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item.wrap-old .old__items {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item.wrap-old .old__items .item {
      width: 50%;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item.wrap-old .old__items .item .item {
      width: 100%;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item.wrap-old .old__items .item .item:first-child {
      border-right: 0;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3 .flex__item.wrap-old .old__items .item:first-child {
      border-right: 0.0625rem solid #C8C8C8;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3.wrap-run-sp-unwrap {
      overflow: hidden;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3.wrap-run-sp-unwrap .set-float-l:nth-child(odd) {
      border-right: 0.0625rem solid #C8C8C8;
    }
    .compo-tab .compo-tab__content__inner .flex--col-3.wrap-run-sp-unwrap .nav-hierarchy {
      border-bottom: 0.0625rem solid #C8C8C8;
    }
    .compo-tab .compo-tab__switchs {
      border-bottom: 0.125rem solid #EFEFEF;
      font-size: 3vw;
    }
    .compo-tab .compo-tab__switchs li {
      padding: 2vw 1vw;
    }
    .compo-tab .compo-tab__switchs li b {
      font-size: 120%;
    }
    .compo-tab .compo-tab__switchs li.active:after {
      display: none;
    }
    .compo-tab .compo-tab__switchs li span {
      border-left-width: 0.125rem;
    }
    .compo-tab .compo-tab__switchs li .string {
      border-left-width: 0.125rem;
    }
    .compo-tab .compo-tab__switchs li .string span {
      padding: 1vw 3vw;
    }
    #old {
      margin-top: 0;
    }
  }
  .compo-tab-a .compo-tab-a__switchs {
    margin-bottom: 1.5625rem;
    text-align: center;
  }
  .compo-tab-a .compo-tab-a__switchs .item {
    cursor: pointer;
    display: inline-block;
    position: relative;
    display: inline-block;
    background: #b9c4d5;
    margin: 0 0.1875rem;
    padding: 0.625rem 2.8125rem;
    color: #FFF;
    font-size: 1rem;
    text-align: center;
    color: #243549;
    line-height: 1.4;
  }
  .compo-tab-a .compo-tab-a__switchs .item.active {
    background-color: #c01c25;
    color: #FFF;
  }
  .compo-tab-a .compo-tab-a__switchs .item.active:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.625rem;
    margin-left: -0.625rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.625rem 0.625rem 0 0.625rem;
    border-color: #c01c25 transparent transparent transparent;
  }
  @media screen and (max-width: 720px) {
    .compo-tab-a .compo-tab-a__switchs {
      margin-bottom: 5vw;
    }
    .compo-tab-a .compo-tab-a__switchs .item {
      display: inline-block;
      margin: 0 1vw;
      padding: 2vw 2vw;
      width: 41vw;
      font-size: 4vw;
    }
  }
}
@layer legacy {
  .compo-slider {
    position: relative;
  }
  @media screen and (max-width: 720px) {
    .compo-slider {
      overflow: hidden;
    }
  }
  .compo-slider .slick-arrow {
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -2.8125rem;
    overflow: hidden;
    width: 3.125rem;
    height: 3.125rem;
    text-indent: -624.9375rem;
    outline: none;
  }
  @media screen and (min-width: 721px) {
    .compo-slider .slick-arrow {
      transition: opacity 0.25s ease;
    }
    .compo-slider .slick-arrow:hover {
      opacity: 0.8;
    }
  }
  .compo-slider .slick-arrow:after {
    display: block;
    content: "";
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    width: 50%;
    height: 50%;
    border-top: 0.1875rem solid #c01c25;
    border-right: 0.1875rem solid #c01c25;
    transform: rotate(45deg);
    margin: -0.25rem 0 0 -0.25rem;
  }
  .compo-slider .slick-arrow.slick-prev {
    left: -2.1875rem;
  }
  .compo-slider .slick-arrow.slick-prev:after {
    transform: rotate(225deg);
  }
  .compo-slider .slick-arrow.slick-next {
    right: -2.8125rem;
  }
  @media screen and (max-width: 720px) {
    .compo-slider .slick-arrow.slick-prev {
      left: 0.625rem;
    }
    .compo-slider .slick-arrow.slick-next {
      right: 0rem;
    }
  }
  .compo-slider:before, .compo-slider:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 1.9375rem;
    left: 65%;
    bottom: -0.0625rem;
    z-index: 100;
  }
  @media screen and (max-width: 37.5rem) {
    .compo-slider:before, .compo-slider:after {
      left: 87%;
    }
  }
  .compo-slider:before {
    left: -65%;
  }
  @media screen and (max-width: 37.5rem) {
    .compo-slider:before {
      left: -87%;
    }
  }
  .compo-slider .slick-list {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .compo-slider .compo-slider__item {
    width: 25rem;
  }
  .compo-slider .compo-slider__item .compo-slider__item__box {
    position: relative;
    margin-bottom: 4.0625rem;
    border: 0.375rem solid #c01c25;
    border-left-width: 0.1875rem;
    border-right-width: 0.1875rem;
  }
  .compo-slider .compo-slider__item .compo-slider__item__box .icon--text-rect {
    position: absolute;
    left: 0;
    top: 0;
  }
  .compo-slider .compo-slider__item .compo-slider__item__box:before, .compo-slider .compo-slider__item .compo-slider__item__box:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5rem 1.5625rem 0 1.5625rem;
    border-color: #c01c25 transparent transparent transparent;
    left: 50%;
    bottom: -2.5rem;
    margin-left: -1.875rem;
  }
  .compo-slider .compo-slider__item .compo-slider__item__box:before {
    z-index: 2;
    border-color: #FFF transparent transparent transparent;
    bottom: -1.8125rem;
  }
  .compo-slider .compo-slider__item .compo-slider__item__img {
    height: 12.0625rem;
  }
  @media screen and (max-width: 720px) {
    .compo-slider .compo-slider__item .compo-slider__item__img {
      height: 51.466vw;
    }
  }
  .compo-slider .compo-slider__item .compo-slider__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .compo-slider .compo-slider__item .compo-slider__item__text {
    position: relative;
    background-color: #FFF;
    padding: 0.9375rem 1.25rem;
  }
  .compo-slider .compo-slider__item .compo-slider__item__text p {
    font-size: 1rem;
  }
  .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__name {
    font-size: 0.8125rem;
    min-height: 0;
  }
  .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__lead {
    min-height: 5.125rem;
    padding-top: 0.3125rem;
  }
  @media screen and (max-width: 720px) {
    .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__lead {
      min-height: 22vw;
      padding-top: 1vw;
    }
  }
  .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__lead:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
  .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__lead .string {
    display: block;
    margin-left: 3.125rem;
  }
  @media screen and (max-width: 720px) {
    .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__lead .string {
      margin-left: 10vw;
    }
  }
  .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__lead .icon--new-circle {
    top: -0.3125rem;
    float: left;
  }
  @media screen and (max-width: 720px) {
    .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__lead .icon--new-circle {
      top: -1vw;
    }
  }
  .compo-slider .compo-slider__item .button--more {
    text-align: center;
  }
  .compo-slider .compo-slider__item .button--more img {
    display: inline-block;
  }
  @media screen and (max-width: 720px) {
    .compo-slider .compo-slider__item .button--more {
      padding: 1vw;
    }
    .compo-slider .compo-slider__item .button--more img {
      height: 3vw;
    }
  }
  @media screen and (max-width: 720px) {
    .compo-slider .compo-slider__item .compo-slider__item__text p.compo-slider__item__name {
      font-size: 3.3vw;
    }
  }
  .compo-slider-a {
    position: relative;
  }
  .compo-slider-a .item {
    margin: 0 0.625rem;
    width: 17.5rem;
    overflow: hidden;
    background-color: #FFF;
    border: 0.0625rem solid #c01c25;
    border-radius: 0.375rem;
  }
  .compo-slider-a .item a {
    display: block;
  }
  .compo-slider-a .item a:hover {
    text-decoration: none;
  }
  .compo-slider-a .item a:hover .string {
    text-decoration: underline;
  }
  .compo-slider-a .compo-slider-a__text {
    padding: 1.25rem;
  }
  .compo-slider-a .compo-slider-a__text .string {
    margin-bottom: 1.25rem;
    font-weight: normal;
    font-size: 1rem;
  }
  .compo-slider-a .compo-slider-a__prop {
    color: #000;
  }
  .compo-slider-a .compo-slider-a__prop dt {
    font-size: 0.8125rem;
  }
  .compo-slider-a .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -1.4375rem;
    overflow: hidden;
    background-color: #000;
    border: 0.0625rem solid #000;
    width: 2.875rem;
    height: 2.875rem;
    text-indent: -624.9375rem;
    outline: none;
  }
  @media screen and (min-width: 721px) {
    .compo-slider-a .slick-arrow {
      transition: opacity 0.25s ease;
    }
    .compo-slider-a .slick-arrow:hover {
      opacity: 0.8;
    }
  }
  .compo-slider-a .slick-arrow:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
    margin: -0.25rem 0 0 -0.25rem;
  }
  .compo-slider-a .slick-arrow.slick-prev {
    left: 0;
  }
  .compo-slider-a .slick-arrow.slick-prev:after {
    transform: rotate(230deg);
  }
  .compo-slider-a .slick-arrow.slick-next {
    right: 0;
  }
  @media screen and (max-width: 720px) {
    .compo-slider-a .item {
      margin: 0 2vw;
      width: 82vw;
    }
    .compo-slider-a .compo-slider-a__text {
      padding: 5vw;
    }
    .compo-slider-a .compo-slider-a__text .string {
      margin-bottom: 4vw;
      font-size: 4.5vw;
    }
    .compo-slider-a .compo-slider-a__prop dt {
      font-size: 3.6vw;
    }
  }
  .compo-slider-a__arrow {
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
@layer legacy {
  .compo-stats {
    justify-content: left;
  }
  .compo-stats .item {
    margin-right: 1.25%;
    margin-bottom: 0.75rem;
    padding: 1.5625rem;
    width: 32.5%;
    color: #FFF;
  }
  .compo-stats .item:nth-child(1) .compo-stats__body, .compo-stats .item:nth-child(2) .compo-stats__body, .compo-stats .item:nth-child(3) .compo-stats__body {
    min-height: 6.25rem;
  }
  .compo-stats .item:nth-child(4) .compo-stats__body, .compo-stats .item:nth-child(5) .compo-stats__body, .compo-stats .item:nth-child(6) .compo-stats__body {
    min-height: 5rem;
  }
  .compo-stats .item:nth-child(7) .compo-stats__body, .compo-stats .item:nth-child(8) .compo-stats__body, .compo-stats .item:nth-child(9) .compo-stats__body {
    min-height: 5.625rem;
  }
  .compo-stats .item:nth-child(10) .compo-stats__body, .compo-stats .item:nth-child(11) .compo-stats__body {
    min-height: 6.25rem;
  }
  .compo-stats .item:nth-child(12) .compo-stats__body {
    min-height: 3.125rem;
  }
  .compo-stats .item:nth-child(13) .compo-stats__body, .compo-stats .item:nth-child(14) .compo-stats__body, .compo-stats .item:nth-child(15) .compo-stats__body {
    min-height: 6.25rem;
  }
  .compo-stats .item:nth-child(16) .compo-stats__body, .compo-stats .item:nth-child(17) .compo-stats__body {
    min-height: 7.8125rem;
  }
  .compo-stats .item:nth-child(18) .compo-stats__body {
    min-height: 6.875rem;
  }
  .compo-stats .item.item--col-2 {
    margin-right: 0;
    width: 66.25%;
  }
  .compo-stats .item .box--r {
    width: 42%;
  }
  .compo-stats .item .compo-stats__header {
    background: url(/assets/images/content/header-bg.svg) 0 100% no-repeat;
    margin-bottom: 0.3125rem;
    padding-bottom: 1.5625rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .compo-stats .item .compo-stats__body.compo-stats__body--a {
    min-height: 5rem;
  }
  .compo-stats .item .compo-stats__body.compo-stats__body--c {
    height: 6.5625rem;
  }
  .compo-stats .item .compo-stats__num {
    margin-bottom: 0.625rem;
    line-height: 1;
    font-size: 2.375rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .compo-stats .item .compo-stats__num .inline-list {
    display: inline-block;
    vertical-align: bottom;
  }
  .compo-stats .item .compo-stats__num .inline-list li {
    margin-bottom: 0.3125rem;
  }
  .compo-stats .item .compo-stats__num strong {
    position: relative;
    display: inline-block;
    margin: 0 0.3125rem;
    font-size: 4.875rem;
    font-weight: normal;
  }
  .compo-stats .item .compo-stats__num strong.first {
    margin-left: 0;
  }
  .compo-stats .item .compo-stats__num strong.last {
    margin-right: 0;
  }
  .compo-stats .item .compo-stats__num small {
    position: relative;
    display: inline-block;
    margin: 0 0.3125rem;
  }
  .compo-stats .item .compo-stats__num sup {
    position: relative;
    line-height: 1;
    vertical-align: bottom;
    top: -1.625rem;
    font-size: 1.125rem;
  }
  .compo-stats .item .compo-stats__text {
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
  .compo-stats .item .compo-stats__text p {
    font-size: 1.125rem;
  }
  .compo-stats .item .compo-stats__props {
    margin-bottom: 0.625rem;
  }
  .compo-stats .item .compo-stats__props th, .compo-stats .item .compo-stats__props td {
    padding: 0.125rem;
  }
  .compo-stats .item .compo-stats__props th {
    padding-left: 0;
    font-weight: normal;
    text-align: left;
  }
  .compo-stats .item .compo-stats__note {
    line-height: 1.4;
  }
  .compo-stats .item .compo-stats__note p {
    font-size: 0.75rem;
  }
  .compo-stats .item .compo-stats__note-table-desc {
    margin-bottom: 0.1875rem;
    font-size: 0.75rem;
  }
  .compo-stats .item .compo-stats__note-table-desc small {
    font-size: 0.625rem;
    margin-left: 0.3125rem;
  }
  .compo-stats .item .compo-stats__note-table {
    margin-bottom: 0.3125rem;
    width: 100%;
    border: 0.0625rem solid #FFF;
  }
  .compo-stats .item .compo-stats__note-table:last-child {
    margin-bottom: 0;
  }
  .compo-stats .item .compo-stats__note-table th, .compo-stats .item .compo-stats__note-table td {
    padding: 0.3125rem;
  }
  .compo-stats .item .compo-stats__note-table th p, .compo-stats .item .compo-stats__note-table td p {
    font-size: 0.625rem;
  }
  .compo-stats .item .compo-stats__note-table th {
    background: #FFF;
    width: 4.375rem;
    text-align: center;
    font-size: 0.6875rem;
  }
  .compo-stats .item .compo-stats__note-table td {
    font-size: 0.625rem;
  }
  .compo-stats .item:nth-child(3n) {
    margin-right: 0;
  }
  @media screen and (max-width: 720px) {
    .compo-stats {
      justify-content: space-between;
    }
    .compo-stats .item {
      position: relative;
      margin-right: 0;
      margin-bottom: 1.8vw;
      padding: 3.2vw;
      width: 49%;
    }
    .compo-stats .item:nth-child(1) .compo-stats__body, .compo-stats .item:nth-child(2) .compo-stats__body {
      min-height: 13vw;
    }
    .compo-stats .item:nth-child(3) .compo-stats__body, .compo-stats .item:nth-child(4) .compo-stats__body {
      min-height: 9vw;
    }
    .compo-stats .item:nth-child(5) .compo-stats__body, .compo-stats .item:nth-child(6) .compo-stats__body {
      min-height: 5vw;
    }
    .compo-stats .item:nth-child(7) .compo-stats__body, .compo-stats .item:nth-child(8) .compo-stats__body {
      min-height: 16vw;
    }
    .compo-stats .item:nth-child(9) .compo-stats__body, .compo-stats .item:nth-child(10) .compo-stats__body {
      min-height: 10vw;
    }
    .compo-stats .item:nth-child(11) .compo-stats__body, .compo-stats .item:nth-child(12) .compo-stats__body {
      min-height: 0;
    }
    .compo-stats .item:nth-child(11) .compo-stats__note {
      margin-top: 8vw;
    }
    .compo-stats .item:nth-child(13) .compo-stats__body, .compo-stats .item:nth-child(14) .compo-stats__body {
      min-height: 10vw;
    }
    .compo-stats .item:nth-child(15) .compo-stats__body, .compo-stats .item:nth-child(16) .compo-stats__body {
      min-height: 13vw;
    }
    .compo-stats .item:nth-child(17) .compo-stats__body, .compo-stats .item:nth-child(18) .compo-stats__body {
      min-height: 0;
    }
    .compo-stats .item.item--col-2 {
      width: 100%;
    }
    .compo-stats .item.item--col-2 strong,
    .compo-stats .item.item--col-2 .i {
      display: inline-block;
      vertical-align: middle;
    }
    .compo-stats .item .box--r {
      width: 100%;
      margin-top: 3vw;
    }
    .compo-stats .item .compo-stats__header {
      background-size: 40vw auto;
      margin-bottom: 2vw;
      padding-bottom: 4vw;
      font-size: 3vw;
    }
    .compo-stats .item .compo-stats__body.compo-stats__body--a {
      min-height: 0;
    }
    .compo-stats .item .compo-stats__num {
      margin-bottom: 2vw;
      font-size: 4vw;
    }
    .compo-stats .item .compo-stats__num .inline-list {
      margin-left: 2vw;
      font-size: 2vw;
      vertical-align: middle;
    }
    .compo-stats .item .compo-stats__num .inline-list li {
      margin-bottom: 1vw;
    }
    .compo-stats .item .compo-stats__num strong {
      margin: 0 1vw;
      font-size: 9vw;
    }
    .compo-stats .item .compo-stats__num strong.first {
      margin-left: 0;
    }
    .compo-stats .item .compo-stats__num strong.last {
      margin-right: 0;
    }
    .compo-stats .item .compo-stats__num small {
      margin: 0 2vw;
    }
    .compo-stats .item .compo-stats__num sup {
      top: -3vw;
      font-size: 2vw;
    }
    .compo-stats .item .compo-stats__text {
      margin-bottom: 2vw;
    }
    .compo-stats .item .compo-stats__text p {
      font-size: 3.4vw;
    }
    .compo-stats .item .compo-stats__text img.set-float-l {
      max-width: 40%;
    }
    .compo-stats .item .compo-stats__props {
      margin-bottom: 1vw;
    }
    .compo-stats .item .compo-stats__props th, .compo-stats .item .compo-stats__props td {
      padding: 0.0625rem 0;
      font-size: 3vw;
    }
    .compo-stats .item .compo-stats__note p {
      font-size: 2.5vw;
    }
    .compo-stats .item .compo-stats__note-table-desc {
      margin-bottom: 0.1875rem;
      font-size: 3vw;
    }
    .compo-stats .item .compo-stats__note-table th, .compo-stats .item .compo-stats__note-table td {
      padding: 0.125rem;
      font-size: 2.5vw;
    }
  }
}
html:lang(en) [data-wovn-ignore] {
  display: none !important;
}
html:lang(en) .compo-stoker {
  font-size: 0px;
}
@media screen and (min-width: 719px) {
  html:lang(en) .compo-stoker__link1,
  html:lang(en) .compo-stoker__link2 {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.2;
    justify-content: flex-start;
  }
  html:lang(en) .compo-stoker__link1 .icon,
  html:lang(en) .compo-stoker__link2 .icon {
    position: absolute;
    bottom: 14px;
    left: 50%;
    translate: -60% 0;
  }
  html:lang(en) .compo-stoker__link1 {
    height: 180px;
  }
  html:lang(en) .compo-stoker__link2 {
    height: 120px;
  }
  html:lang(en) .compo-stoker__sns {
    display: flex;
    flex-direction: column;
  }
  html:lang(en) .page-nav ul {
    font-size: 1.5rem;
    line-height: 1.4;
    display: flex;
  }
  html:lang(en) .page-nav ul > li {
    position: relative;
  }
  html:lang(en) .page-nav ul a {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 720px) {
  html:lang(en) .compo-stoker {
    flex-wrap: nowrap;
    line-height: 1.3;
  }
  html:lang(en) .compo-stoker__link1,
  html:lang(en) .compo-stoker__link2 {
    padding: 2vw;
    font-size: 3vw;
    display: flex;
    align-items: center;
  }
  html:lang(en) .compo-stoker__sns {
    padding-top: 4vw;
  }
}

@media screen and (max-width: 720px) {
  #wovn-translate-widget[wovn].type-floating.mobile.wovn--position-bottom.wovn--position-left.wovn--slide-in {
    bottom: 20vw !important;
  }
}