  /* 20240731追加 */
  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .text-center {
    text-align: center;
  }

  .img-text-center {
    margin-left: auto;
    margin-right: auto;
  }

  p.text-line {
    line-height: 1.6;
  }

  p.text-line2 {
    line-height: 2.2;
  }

  .font-bold {
    font-weight: bold;
  }

  .text-small {
    font-size: 16px;
  }

  @media screen and (max-width: 767px) {
    .text-small {
      font-size: 1rem;
    }
  }

  .text-large {
    font-size: 24px;
  }

  @media screen and (max-width: 767px) {
    .text-large {
      font-size: 21px;
    }
  }

  .text-xlarge {
    font-size: 20px;
    font-size: 2rem;
  }

  @media screen and (max-width: 767px) {
    .text-xlarge {
      font-size: 16px;
      font-size: 1.6rem;
    }
  }

  .text-xxlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }

  @media screen and (max-width: 767px) {
    .text-xxlarge {
      font-size: 20px;
      font-size: 2rem;
    }
  }

  .text-bold {
    font-weight: bold;
  }

  .text-white {
    color: #fff !important;
  }

  .text-black {
    color: #000;
  }

  .text-red {
    color: #da3915;
  }

  .text-pink {
    color: #dd758e;
  }

  .text-blue {
    color: #8ab2c6;
  }

  .text-yellow {
    color: #f8b62d;
  }

  .text-green {
    color: #008000;
  }

  /* gridタイル */
  .row-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1em;
    margin-bottom: 1%;
  }

  .row-grid:last-of-type {
    margin-bottom: 0;
  }

  @media screen and (max-width: 767px) {
    .row-grid {
      display: block;
    }
  }

  .row-grid .grid_center {
    display: grid;
    vertical-align: middle;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .row-grid .cols {
      margin-bottom: 10px;
    }
  }

  @media screen and (max-width: 767px) {
    .row-grid .cols:last-of-type {
      margin-bottom: 0;
    }
  }

  .row-grid .cols:last-child {
    margin-bottom: 0;
  }

  .row-grid .span-2 {
    grid-column: 2 span;
  }

  .row-grid .span-3 {
    grid-column: 3 span;
  }

  .row-grid .span-4 {
    grid-column: 4 span;
  }

  .row-grid .span-5 {
    grid-column: 5 span;
  }

  .row-grid .span-6 {
    grid-column: 6 span;
  }

  .row-grid .span-7 {
    grid-column: 7 span;
  }

  .row-grid .span-8 {
    grid-column: 8 span;
  }

  .row-grid .span-9 {
    grid-column: 9 span;
  }

  .row-grid .span-10 {
    grid-column: 10 span;
  }

  .row-grid .span-11 {
    grid-column: 11 span;
  }

  .row-grid .span-12 {
    grid-column: 12 span;
  }

  .row-grid .span_height1 {
    grid-row: 1 span;
  }

  .row-grid .span_height2 {
    grid-row: 2 span;
  }

  .row-grid .span_height3 {
    grid-row: 3 span;
  }

  .row-grid .span_height4 {
    grid-row: 3 span;
  }

  .row-grid.reverse {
    direction: rtl;
  }

  .row-grid.reverse p,
  .row-grid.reverse h2,
  .row-grid.reverse h3,
  .row-grid.reverse h4,
  .row-grid.reverse span,
  .row-grid.reverse table {
    direction: initial;
  }

  @media screen and (max-width: 767px) {
    .row-grid.sp_img {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 10px;
    }

    .row-grid.sp_img.col2 .cols {
      grid-column: 6 span;
    }

    .row-grid.sp_img.col3 .cols {
      grid-column: 4 span;
    }

    .row-grid.sp_img.col4 .cols {
      grid-column: 3 span;
    }
  }

  .row:not(:last-child) {
    margin-bottom: 3%;
  }

  @media screen and (max-width: 767px) {
    .row {
      padding: 0 10px;
    }
  }

  .reverse .col {
    float: right;
  }

  .clr:after,
  .col:after,
  .container:after,
  .group:after,
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .gutters .col {
    margin-left: 2%;
  }

  @media screen and (max-width: 767px) {
    .gutters .col {
      margin-left: 0%;
      margin-bottom: 4%;
    }

    .gutters .col:last-child {
      margin-bottom: 0%;
    }
  }

  .reverse>.col:last-child,
  :not(.reverse)>.col:first-child {
    margin-left: 0;
  }

  .container {
    max-width: 1160px;
    margin: auto;
  }

  @media screen and (max-width: 1160px) {
    .container {
      padding: 0 10px;
    }
  }

  .container .w-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  @media screen and (max-width: 767px) {
    .container {
      margin-left: 15px;
      margin-right: 15px;
    }
  }

  .container.gutters {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  .col {
    float: left;
    display: block;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .col {
      float: none;
      width: 100% !important;
    }
  }

  .gutters .span_2 {
    width: 16%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 31%;
  }

  .gutters .span_6 {
    width: 49%;
  }

  .gutters .span_8 {
    width: 65%;
  }

  .gutters .span_12 {
    width: 100%;
  }

  @media (max-width: 767px) {
    .sp_img.col_2>.col {
      float: left;
      width: 48% !important;
      margin-left: 2%;
    }

    .sp_img.col_2>.col:first-child {
      margin-left: 0%;
    }

    .row.sp_img.col_2 {
      margin-bottom: 2%;
    }
  }

  /* margin*/
  .margin0 {
    margin: 0 !important;
  }

  .mt0 {
    margin-top: 0 !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .margin10 {
    margin: 10px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .ml10 {
    margin-left: 10px !important;
  }

  .mr10 {
    margin-right: 10px !important;
  }

  .margin20 {
    margin: 20px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .ml20 {
    margin-left: 20px !important;
  }

  .mr20 {
    margin-right: 20px !important;
  }

  .margin30 {
    margin: 30px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .ml30 {
    margin-left: 30px !important;
  }

  .mr30 {
    margin-right: 30px !important;
  }

  .margin40 {
    margin: 40px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .ml40 {
    margin-left: 40px !important;
  }

  .mr40 {
    margin-right: 40px !important;
  }

  .margin50 {
    margin: 50px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .ml50 {
    margin-left: 50px !important;
  }

  .mr50 {
    margin-right: 50px !important;
  }

  .mt100 {
    margin-top: 100px !important;
  }

  .mb100 {
    margin-bottom: 100px !important;
  }

  @media (min-width: 768px) {
    .pc-margin0 {
      margin: 0 !important;
    }

    .pc-mt0 {
      margin-top: 0 !important;
    }

    .pc-mb0 {
      margin-bottom: 0 !important;
    }

    .pc-ml0 {
      margin-left: 0 !important;
    }

    .pc-mr0 {
      margin-right: 0 !important;
    }

    .pc-margin10 {
      margin: 10px !important;
    }

    .pc-mt10 {
      margin-top: 10px !important;
    }

    .pc-mb10 {
      margin-bottom: 10px !important;
    }

    .pc-ml10 {
      margin-left: 10px !important;
    }

    .pc-mr10 {
      margin-right: 10px !important;
    }

    .pc-margin20 {
      margin: 20px !important;
    }

    .pc-mt20 {
      margin-top: 20px !important;
    }

    .pc-mb20 {
      margin-bottom: 20px !important;
    }

    .pc-ml20 {
      margin-left: 20px !important;
    }

    .pc-mr20 {
      margin-right: 20px !important;
    }

    .pc-margin30 {
      margin: 30px !important;
    }

    .pc-mt30 {
      margin-top: 30px !important;
    }

    .pc-mb30 {
      margin-bottom: 30px !important;
    }

    .pc-ml30 {
      margin-left: 30px !important;
    }

    .pc-mr30 {
      margin-right: 30px !important;
    }

    .pc-margin40 {
      margin: 40px !important;
    }

    .pc-mt40 {
      margin-top: 40px !important;
    }

    .pc-mb40 {
      margin-bottom: 40px !important;
    }

    .pc-ml40 {
      margin-left: 40px !important;
    }

    .pc-mr40 {
      margin-right: 40px !important;
    }

    .pc-margin50 {
      margin: 50px !important;
    }

    .pc-mt50 {
      margin-top: 50px !important;
    }

    .pc-mb50 {
      margin-bottom: 50px !important;
    }

    .pc-ml50 {
      margin-left: 50px !important;
    }

    .pc-mr50 {
      margin-right: 50px !important;
    }

    .sp-only {
      display: none !important;
    }

    .pc-text-center {
      text-align: center !important;
    }

    .pc-text-left {
      text-align: left !important;
    }

    .pc-text-right {
      text-align: right !important;
    }
  }

  @media (max-width: 767px) {
    .row:not(:last-child) {
      margin-bottom: 0%;
    }

    .reverse>.col:last-child,
    :not(.reverse)>.col:first-child {
      margin-left: 0;
    }

    p.text_vertical {
      font-size: 1rem;
    }

    .sp-margin0 {
      margin: 0 !important;
    }

    .sp-mt0 {
      margin-top: 0 !important;
    }

    .sp-mb0 {
      margin-bottom: 0 !important;
    }

    .sp-ml0 {
      margin-left: 0 !important;
    }

    .sp-mr0 {
      margin-right: 0 !important;
    }

    .sp-margin10 {
      margin: 10px !important;
    }

    .sp-mt10 {
      margin-top: 10px !important;
    }

    .sp-mb10 {
      margin-bottom: 10px !important;
    }

    .sp-ml10 {
      margin-left: 10px !important;
    }

    .sp-mr10 {
      margin-right: 10px !important;
    }

    .sp-margin20 {
      margin: 20px !important;
    }

    .sp-mt20 {
      margin-top: 20px !important;
    }

    .sp-mb20 {
      margin-bottom: 20px !important;
    }

    .sp-ml20 {
      margin-left: 20px !important;
    }

    .sp-mr20 {
      margin-right: 20px !important;
    }

    .sp-margin30 {
      margin: 30px !important;
    }

    .sp-mt30 {
      margin-top: 30px !important;
    }

    .sp-mb30 {
      margin-bottom: 30px !important;
    }

    .sp-ml30 {
      margin-left: 30px !important;
    }

    .sp-mr30 {
      margin-right: 30px !important;
    }

    .sp-margin40 {
      margin: 40px !important;
    }

    .sp-mt40 {
      margin-top: 40px !important;
    }

    .sp-mb40 {
      margin-bottom: 40px !important;
    }

    .sp-ml40 {
      margin-left: 40px !important;
    }

    .sp-mr40 {
      margin-right: 40px !important;
    }

    .sp-margin50 {
      margin: 50px !important;
    }

    .sp-mt50 {
      margin-top: 50px !important;
    }

    .sp-mb50 {
      margin-bottom: 50px !important;
    }

    .sp-ml50 {
      margin-left: 50px !important;
    }

    .sp-mr50 {
      margin-right: 50px !important;
    }

    .pc-only {
      display: none !important;
    }

    .sp-text-center {
      text-align: center !important;
    }

    .sp-text-left {
      text-align: left !important;
    }

    .sp-text-right {
      text-align: right !important;
    }
  }

  .flex-center {
    display: flex;
    justify-content: center;
  }

  .highlights {
    background-color: #f3f3f3;
    padding: 4em 0em;
  }

  @media screen and (max-width: 767px) {
    .highlights {
      padding: 2em 0;
    }
  }

  @media (max-width: 767px) {
    .highrights {
      padding: 3em 0em;
    }
  }

  @media (max-width: 1499px) {
    .pc-only1500 {
      display: none !important;
    }
  }

  @media (min-width: 1500px) {
    .sp-only1500 {
      display: none !important;
    }
  }

  .flex_v-center {
    display: flex;
    align-items: center;
  }

  .flex_center {
    display: flex;
    align-items: center;
    vertical-align: middle;
  }

  .text-gradient {
    background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @media (max-width:767px) {
    .flexible-logo {
      max-width: 250px;
    }
  }

  .outlink_box a {
    word-break: break-all;
  }

  .bl_history_item_content_body .row-grid {
    width: 50%;
  }

  @media screen and (min-width: 1000px) {
    .row-grid .bl_history_item_content_body_img {
      width: 100%;
    }
  }

  .history-balloon {
    position: relative;
    margin: 1em 0 0em 42px;
    padding: 15px 25px;
    background: #121212;
    border-radius: 30px;
    max-width: fit-content;
    color: #fff;
  }

  .history-balloon:before {
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: -10px;
    background: #121212;
    border-radius: 50%;
  }

  .history-balloon:after {
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 2px;
    background: #121212;
    border-radius: 50%;
  }

  .history-balloon p {
    margin: 0;
    padding: 0;
  }

  .history-fukidashi {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 16px 12px 0px;
    border-bottom: 1px solid #333333;
    margin: 0 0 10px 30px;
  }

  .history-fukidashi::before {
    content: "";
    position: absolute;
    left: -28px;
    bottom: -8px;
    width: 30px;
    height: 1px;
    transform: rotate(-28deg);
    box-sizing: border-box;
    background-color: #333333;
  }

  .history-fukidashi::after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -20px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #707070;
  }

  .speechBubble {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }

  .speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
    transform: skew(-25deg);
    transform-origin: top;
  }

  .speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    border-style: solid;
    border-width: 15.2px 15.2px 0 0;
    border-color: #ffffff transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    transform: skew(-25deg);
    transform-origin: top;
  }


  /*  */
  .speechBubble-left {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }

  .speechBubble-left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #000000 transparent transparent;
    translate: -100% -50%;
    transform: skew(0, -25deg);
    transform-origin: right;
  }

  .speechBubble-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 15.2px 15.2px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% calc(-50% - 0.4px);
    transform: skew(0, -25deg);
    transform-origin: right;
  }

  @media (max-width:999px) {
    .bl_history_item_content {
      display: block;
    }
  }

  .single_header_img {
    aspect-ratio: auto;
  }

  .bl_articleCard_2_img {
    height: auto !important;
    aspect-ratio: auto !important;
  }

  /*  */

  .award-td {
    display: none;
  }

  .award-td.active {
    display: table-row;
  }

  .award-entries .award-year ul li a {
    padding: 40px 0;
    border-bottom: 1px solid #D1D3D6;
  }

  .award_results_meta {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .award_results_meta .medium {
    padding: 2px 16px;
  }

  .award_results_title {
    margin-top: 16px;
    font-weight: bold;
  }

  @media screen and (max-width: 575.98px) {
    .award-tabs {
 
    }
  }

  .award-entries .award-year ul li a {
    padding: 24px 0;
  }

  .award_results_title {
    margin-top: 8px;
  }

  /*  */

  .award-tabs {
    display: flex;
    gap: 1px;
    margin-bottom: 40px;
  }

  .award-tabs li {
    display: inline-block;
    width: calc(33.3333% - 1px);
  }

  .award-tabs a {
    text-decoration: none;
    position: relative;
    position: relative;
    color: #fff;
    transition: background-color .3s;
    background-color: #014099;
    display: block;
    padding: .7em;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  .award-tabs a:before {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
  }
  .award-year table{
    width: 100%;
  }
  .award-year table th{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255 255 255);
    border-image: initial;
    background-color: #1d8248;
    color: #fff;
    padding: .8rem;
  }


@media (min-width:768px){
    .award-year table th.award-th1{
    width: 15%;
  }

  .award-year table th.award-th2{
    width: 15%;
  }

  .award-year table th.award-th3{
    width: 24%;
  }
  .award-year table th.award-th5{
    width: 22%;
  }
}


  .award-year table td{
     padding: .8rem;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
  }
  .award-year table td span{
    display: block;
  }
  @media (max-width:767px){
    .award-year table td {
      padding: 1rem;
  }
  .award-tabs{
    display: block;
  }
  .award-tabs li{
    width: 100%;
    margin-bottom:1px;
  }
  .award-tabs a{
    font-size:18px;
  }
  }
  /*  */
  @media (max-width:767px){
  .award-table__container {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  }

  
  .award-table {
    border-collapse: collapse;
  }
  
  .scroll-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    animation: scroll-hint-animation 2s infinite ease;
    z-index: 99;
  }
  
  @keyframes scroll-hint-animation {
    0% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-40%, -50%);
    }
    100% {
      transform: translate(-50%, -50%);
    }
  }
  
  .scroll-hint--show {
    display: none;
  }
