html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:rgba(0,0,0,0)
}
img {
    vertical-align:top
}
h1,h2,h3,h4,h5,h6 {
    -webkit-font-smoothing:antialiased
}
body {
    line-height:1
    color: #000;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display:block
}
ul {
    list-style:none
}
blockquote,q {
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
    content:"";
    content:none
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:rgba(0,0,0,0)
}
option {
  color: #000;
}
select {
  -webkit-tap-highlight-color: transparent;
}
del {
    text-decoration:line-through
}
abbr[title],dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help
}
table {
    border-collapse:collapse;
    border-spacing:0
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0
}
html {
    overflow:auto;
    font-size:62.5%
}

*,*:before,*:after {
    box-sizing:border-box
}
a {
    text-decoration:none;
    color:#333;
    transition:.3s linear;
    box-sizing:border-box
}
a:hover {
    opacity:.7
}
/* =================================== */
:root {
  --border-radius: 20px;
  --gap: 3rem;
  --radius: 20px;

    /* Colors */
  --c-text: #000;
  --c-accent: #14607E;
  --c-accent-2: #466BB3;
  --c-danger: #E60719;
  --c-bg-blue: #F1F6FA;
  --c-bg-blue-2: #E8F0F6;
  --c-bg-gray: #ECECEC;

  /* Typography */
  --ff-deco: 'Cormorant Garamond', serif;
}
a {color: #000;}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
body {
      margin: 0;
      color: var(--c-text);
      font: 1.6rem / 2 "Noto Sans JP", sans-serif;
      overflow-wrap: break-word;
      word-break: break-word;
      overflow: hidden;
      position: relative;
      background-color: #f2f2f2;
    }
    header {
      position: fixed;
      display: flex;
      justify-content: space-between;
      align-items: end;
      padding: 20px;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 5000;
      background: #ffffffed;
      font-weight: bold;
      align-items: center;
    }
    section {
      padding: 4rem 0;
    }
    header .logo {
      font-size: 20px;
      font-weight: bold;
      max-width: 315px;
      margin-right: 1rem;
    }
    nav {
      display: flex;
      gap: var(--gap);
      justify-content: center;
      line-height: 1.2;
      text-align: center;
      align-items: center;
    }
    nav a span {
      color: #8FC31F;
      display: block;
      font-size: 10px;
    }
    nav a {
      text-decoration: none;
      color: var(--c-text);
      font-size: 16px;
    }
    nav a.header-contact {
      background: #8fc31f url(../images/common/ico_contact.svg) 15px center no-repeat;
      background-size: 25px auto;
      padding: 20px 10px 20px 35px;
      color: #fff;
      margin-top: -5px;
      width: 240px;
      border-radius: 50px;
    }
    nav a.header-tel {
      font-size: 24px;
      font-family: system-ui;
      letter-spacing: 0.2rem;
    }
    nav a.header-tel span {
      color: #000;
    }
    nav a.header-tel span.tel {
      text-align: left;
      font-size: 15px;
      margin-bottom: -7px;
    }
/* タイトル========================*/
    .ttl01 {
      font-size: 40px;
      margin: 0 0 4rem;
      line-height: 1.2;
      padding-bottom: 1rem;
      position: relative;
      letter-spacing: 0.1rem;
    }
    .ttl01:before {
      content: '';
      width: 200%;
      position: relative;
      border-bottom: 2px solid #8FC31F;
      display: block;
      position: absolute;
      bottom: -2px;
      left: -100%;
    }
    .ttl01 span {
      font-size: 16px;
      color: #8FC31F;
      position: relative;
      position: absolute;
      right: 0;
      bottom: -20px;
      background: #f2f2f2;
      text-align: right;
      letter-spacing: 0.1rem;
      padding: 0 0 10px 5px;
    }
    .ttl02 {
      font-size: 32px;
      margin: 0 0 4rem;
      line-height: 1;
      padding-bottom: 1rem;
      position: relative;
      display: flex;
      justify-content: center;
      gap: 1rem;
    }
    .ttl02:before {
      content:'';
      width: 30px;
      height: 30px;
      display: block;
      background: url(../images/common/ico_before.svg) center center no-repeat;
    }
    .ttl02:after {
      content:'';
      width: 30px;
      height: 30px;
      display: block;
      background: url(../images/common/ico_after.svg) center center no-repeat;
    }

/* トップ========================*/
    .top-message h2, #csr .ttl03, #cityroge .ttl03 {
      font-weight: bold;
      font-size: clamp(20px, 3vw + 1rem, 34px);
      line-height: 2;
      margin: 5rem 0 2rem;
    }
    .top-message h2 span, #csr .ttl03 span, #cityroge .ttl03 span {
      background-color: #8FC31F;
      color: #fff;
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 5px;
      white-space: nowrap;
    }
    .flex2_7, .flex2_3 {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
    .flex2_7 li:first-child {
      width: 57%;
    }
    #csr .flex4 {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-bottom: 3rem;
      flex-wrap: wrap;
    }
    #csr .flex4 img {
      width: calc(25% - 2rem);
      max-width: 260px;
      height: 260px;
      object-fit: cover;
    }
/* TOP　ニュース========================*/
    .news ul {
      max-width: 900px;
      margin: 0 auto;
    }
    .news li {
      background: #fff;
      padding: 1rem;
      margin: 0 0 2rem;
      border-radius: 10px;
    }
    .news li a {
      display: flex;
      flex-wrap: nowrap;
      gap: 2rem;
      align-items: center;
      line-height: 1.4;
    }
    .news li a .date {
      font-weight: bold;
      border-right: 2px solid #8FC31F;
      padding: 1rem;
      width: 110px;
    }
/* TOP　イベント========================*/
    .event ul {
      display: flex;
      font-size: 14px;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .event li {
      width: calc( 50% - 2rem);
      display: flex;
      margin-bottom: 4rem;
    }
    .event ul li a {
      display: flex;
      border-radius: 10px;
      color: #fff;
    }
    .event ul li a img {
      width: 60%;
      height: auto;
      border-radius: 10px 0 0 10px;
      object-fit: cover;
    }
    .event ul li a div {
      padding: 1rem;
      display: flex;
      flex-wrap: wrap;
      background: #000;
      border-radius: 0 10px 10px 0;
    }
    .event ul li a div p {
      margin-top: auto;
      font-size: 14px;
    }
    .event ul li a h3 {
      font-size: 18px;
    }
    .event ul li a span {
      font-size: 12px;
      letter-spacing: 0.1rem;
      width: 100%;
    }
/* 大会情報========================*/
    .info h3 {
      background: url(../images/common/ico01.svg) left center no-repeat;
      background-size: 20px auto;
      font-size: 36px;
      padding-left: 3rem;
      margin-bottom: 1rem;
      } 
    .info h3.info2 {
      background: url(../images/common/ico02.svg) left center no-repeat;background-size: 20px auto;
      } 
    .info h3.info3 {
      background: url(../images/common/ico03.svg) left center no-repeat;background-size: 20px auto;
      } 
    .info h3.info4 {
      background: url(../images/common/ico04.svg) left center no-repeat;background-size: 20px auto;
      } 
    .li-info, .li-info dl {
      display: flex;
      gap: 2rem;
      line-height: 1.4;
    }
    .li-info li {
      width: 50%;
      margin-bottom: 2rem;
    }
    .li-info dl {
      align-items: center;
      background-color: #fff;
      border-radius: 10px;
      margin-bottom: 2rem;
      padding: 1.5rem 1rem;
    }
    .li-info dd {
      border-left: 2px solid #8FC31F;
      padding-left: 2rem;
      max-width: 460px;
    }
    .li-info dt {
      font-weight: bold;
      width: 90px;
      text-align: center;
      font-size: 34px;
      position: relative;
      margin-right: -1.5rem;
    }
    .li-info dt:after {
      content: '月';
      font-size: 18px;
    }
    .li-info dd h4 {
      font-size: 24px;
      margin-bottom: 1rem;
    }
    .li-info dd p {
      font-size: 13px;
    }
    .li-info2 dd {
      border-left: 2px solid #3fa9f5;
    }
    .li-info3 dd {
      border-left: 2px solid #ff931e;
    }
    .li-info4 dd {
      border-left: 2px solid #2e3192;
    }

/* イベント実績報告========================*/
.event .bx-event, .bx-contact, .bx-roge-contact {
  border: 2px solid #8FC31F;
  background-color: #fff;
  padding: 2rem 1rem 1rem;
  width: 100%;
  text-align: center;
}
.event .bx-event p, .bx-contact p {
  font-size: 20px;
  margin-bottom: 1rem;
}
.event .bx-event p span {
  font-size: 14px;
  display: block;
}
.event .bx-event ul {
  display: flex;
  flex-wrap: center;
  justify-content: center;
  margin-right: -1rem;
  flex-wrap: wrap;
}
.event .bx-event ul a {
  background-color: #000;
  border-radius: 30px;
  padding:  0 10px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.event .bx-event ul a.current {
  background-color: #8FC31F;
  font-weight: bold;
}
/* イベント実績報告詳細========================*/
#event-detail{
  padding-bottom: 4rem;
}
#event-detail h1 {
  font-size: 36px;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.4;
}
#event-detail h2 {
  font-size: 28px;
  line-height: 1.4;
}
#event-detail h2 span {
  font-size: 18px;
  display: block;
  color: #8FC31F;
  letter-spacing: 0.2rem;
}
.bx-eventgoal {
  border-bottom: 2px solid #8FC31F;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
  .flex2_3 li:first-child {
    min-width: 320px;
  }
  .flex2_3 li {
    margin-bottom: 3rem;
  }


/* お問い合わせ・資料請求========================*/
.tbl-form {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 830px;
  margin: 0 auto 3rem;
  line-height: 1.4;
}
.tbl-form th {
    width: 25rem;
    vertical-align: middle;
    font-weight: normal;
}
.tbl-form th, .tbl-form td {
    box-sizing: border-box;
    padding: 2rem 0;
    text-align: left;
    font-weight: 400;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.sodan::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #8fc31f;
    border-bottom: 2px solid #8fc31f;
    transform: rotate(45deg);
}
.sodan select {cursor: pointer;border-radius: 50px;text-align: center;}
.wpcf7-form input {
    box-sizing: border-box;
}
.zip-row .wpcf7-form-control {
    width: auto;
    display: inline-block;
}
.zip-row .zip-mark {
    margin-right: .25rem;
}
.required, .any {
    color: #fff;
    font-size: 14px;
    background-color: #8FC31F;
    margin-right: 2rem;
    padding: 1px 5px 2px 7px;
    letter-spacing: 2px;
    vertical-align: top;
    float: right;
    border-radius: 5px;
}
.any {
    background-color: #646464;
}
button, input[type="text"], input[type="email"], input[type="url"], input[type="tel"], textarea, select {
    border: 1px solid #8FC31F;
    padding: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.8rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 576px;
    background-color: #F8F8F8;
    color: #000;
}
input[type="submit"] {
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    background-color: initial;
    color: #000;
}
input[type="submit"]:hover {
    cursor: pointer;
    background-color: #8FC31F;;
}
.agree {
 position: relative;
 font-size: 14px;
 border: 1px solid #8FC31F;
 padding: 1rem 1rem 2rem 2em;
}
.agree label {
 font-size: 16px;
}
.agree a {
 color: #8FC31F;
 text-decoration: underline;
}
.agree:before {
    content: '※';
    left: 1em;
    position: absolute;
}
/* ページネーション========================*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2rem;
    list-style-type: none;
    padding: 0;
}

.pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 2px solid #000000;
    color: #000000;
    border-radius: 5px 5px 0 5px;
    position: relative;
}
.pagination a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    right: 0;
    bottom: 0;
    position: absolute;
}
.pagination a:not(:hover) {
    text-decoration: none;
}
.pagination a:hover {
    background-color: #000000;
    color: #fff;
}
.pagination .current a:after {
    border-color: transparent transparent #fff transparent;
}


.pagination .current a {
    background-color: #000000;
    color: #fff;
    pointer-events: none;
    border: 2px solid #fff;
    width: calc( 2em + 4px );
    height: calc( 2em + 4px );
}
.event .pagination li, .event .bx-event ul li {
  margin: initial;
  width: initial;
  display: initial;
}
/* footer　========================*/
    section.ft-info {padding: 0;}
    .ft-info h2 {
      font-size: 36px;
      font-weight: normal;
    }
    .ft-info h2 span {
      font-size: 18px;
      display: block;
      font-family: arial;
      letter-spacing: 0.1rem;
      margin: -1rem 0 2rem;
    }
    .ft-info ul {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      font-size: 16px;
    }
    .ft-info ul .btn01 {
      border-color: #fff;
      background: none;
      color: #fff;
    }
    .ft-info ul .btn01:after, .ft-info ul .btn02::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0px 10px 10px;
      border-color: transparent transparent #ffffff transparent;
      right: 0;
      bottom: 0;
      position: absolute;
    }
    .ft-info ul li a {
      background-color: #000000b0;
      padding: 4rem 1rem 5rem;
      width: 100%;
      position: relative;
      height: 100%;
      display: block;
      color: #fff;
      border: 5px solid;
    }
    .ft-info ul li:first-child {
      width: 100%;
      background: url(../images/common/bg_contact.jpg) center center no-repeat;
      background-size: cover;
    }
    .ft-info ul li:nth-child(2) {
      width: 50%;
      background: url(../images/common/bg_csr.jpg) center center no-repeat;
      background-size: cover;
    }
    .ft-info ul li:nth-child(3) {
      width: 50%;
      background: url(../images/common/bg_company.jpg) center center no-repeat;
      background-size: cover;
    }
    .ft-info-roge ul li:first-child {
      width: 50%;
      background: url(../images/sports/bg_sports.jpg) center center no-repeat;
      background-size: cover;
    }
    .ft-info-roge ul li:nth-child(2) {
      width: 50%;
      background: url(../images/promotion/bg_promotion.jpg) center bottom no-repeat;
      background-size: cover;
    }
/* パンくず========================*/
.breadcrumb {
  text-align: left;
  justify-content: left;
  max-width: 1200px;
  margin: 2rem auto 6rem;
  padding: 0 2rem;
}
.breadcrumb2 {
  padding: 10rem 2rem 0;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
}
.breadcrumb ol a {font-size: 14px;}

.breadcrumb ol li:not(:last-of-type)::after {
  content: "›";
  margin: 0.6em;
  color: #000;
}
/* ハンバーガー========================*/
    .hamburger {
      display: none;
      flex-direction: column;
      justify-content: space-between;
      width: 26px;
      height: 19px;
      cursor: pointer;
      position: fixed;
      top: 20px;
      right: 30px;
      z-index: 5000; /* ← 最前面に */
      transition: all 0.3s ease;
    }
    .hamburger span {
      display: block;
      height: 3px;
      background: #000;
      border-radius: 2px;
      transition: all 0.4s ease;
    }
    /* ハンバーガー → × */
    .hamburger.active {
      background-color: #000;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px;
    }
    .hamburger.active span:nth-child(1) {
      transform: rotate(35deg) translate(5px, 5px);
      background-color: #ffffff;
      top: 22px;
      left: 9px;
      position: relative;
      width: 40px;
      height: 2px;
    }
    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
      transform: rotate(-35deg) translate(7px, -8px);
      background-color: #ffffff;
      top: -18px;
      left: 9px;
      position: relative;
      width: 40px;
      height: 2px;
    }

    /* フルスクリーンメニュー */
    .mobile-nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #fff;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.5s ease;
      z-index: 2000; /* ← ハンバーガーより下 */
      padding-top: 9rem;
    }
    .mobile-nav.active {
      opacity: 1;
      pointer-events: auto;
    }
    .mobile-nav a {
      text-decoration: none;
      color: var(--c-text);
      font-size: 18px;
      transition: color 0.3s ease;
      padding: 1rem;
      width: 100%;
      text-align: center;
    }
    .mobile-nav a.header-entry {
      max-width: 300px;
      width: 80%;
      border: none;
      background: var(--c-danger);
      margin-top: 20px;
      color: #fff;
    }
    .mobile-nav .fv-btns {
      left: 0;
      right: auto;
      width: 100%;
      bottom: 90px;
    }
    .mobile-nav .fv-btns li {
      width: 100%;
    }
    .mobile-nav .fv-btns li a {
      min-width: 100%;
      width: 100%;
      border-radius: 0;
      background: #8FC31F url(../images/common/ico_mail.svg) center 1rem no-repeat;
      background-size: 20px auto;
      padding: 3rem 1rem 1rem 1rem;
      font-size: 16px;
      text-align: center;
      margin-left: 0;
      border: 0;
    }
    .mobile-nav .fv-btns li:last-child a {
      min-width: 50%;
      border-radius: 0;
      background: #000 url(../images/common/ico_blog.svg) center 1rem no-repeat;
      background-size: 20px auto;
      padding: 3rem 1rem 1rem 1rem;
      font-size: 16px;
    }
 
    @media (max-width: 1320px) {
    nav {
      flex-wrap: wrap;
    }
    nav a.header-contact {
     background: #8fc31f url(../images/common/ico_contact.svg) calc(50% - 100px) center no-repeat;
     background-size: 25px auto;
     width: 100%;
      position: absolute;
      bottom: -58px;
      left: 0;
      border-radius: 0;
     }
    }

    @media (min-width: 1050px) and (max-width: 1320px) {
      .breadcrumb2 {
          padding: 14rem 2rem 0;
      }
    }

    @media (max-width: 1050px) {
      header nav { display: none; }
      .hamburger { display: flex !important; }
      header .logo {max-width: 200px;}
      header {padding: 15px 20px 5px;}
      .breadcrumb2 {
          padding: 6rem 2rem 0;
      }
    }

/* ヒーロー =================== */
    .hero {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }
    .hero img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 1.5s ease;
    }
    .hero img.active {
      opacity: 1;
    }
    .overlay {
      position: absolute;
      top: 45%;
      left: 37%;
      transform: translate(-70%, -40%);
      text-align: center;
      color: #fff;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
      width: 30%;
    }
    .overlay img {
      width: 380px;
      height: auto;
    }

    .overlay p {
      font-size: 20px;
      margin-top: 16px;
    }
    .fv-btns {
      position: absolute;
      bottom: 11rem;
      right: 12rem;
      display: flex;
      flex-wrap: nowrap;
    }
    .fv-btns li a {
      background: #8FC31F url(../images/common/ico_mail.svg) 2.5rem center no-repeat;
      background-size: 40px auto;
      border: 2px solid;
      border-radius: 60px;
      color: #fff;
      padding: 1rem 2rem 1rem 7.5rem;
      margin-right: 2rem;
      display: block;
      line-height: 1.2;
      letter-spacing: 0.1rem;
      min-width: 220px;
    }
    .fv-btns li:last-child a {
      background: #000 url(../images/common/ico_blog.svg) 4.5rem center no-repeat;
      background-size: 40px auto;
      padding: 1rem 2rem 1rem 9.5rem;
    }

    .flex2, .flex3 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 3rem;
    }

    .flex3 li {
      width: 30%;
      position: relative;
      margin: 0 auto;
    }
    .flex2 li {
      width: 50%;
    }

    .inner {
      width: 100%;
      max-width: 1200px;
      margin-right: auto;
      margin-left: auto;
      padding: 2rem 2rem 6rem;
    }
/* TOP initiative =================== */
    .initiative .inner h3 {
      font-weight: bold;
      font-size: 22px;
      padding: 1rem 0;
    }
    .initiative .inner img {
      border-radius: 10px;
      margin-top: 2rem;
    }
    .initiative ul li {
      position: relative;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
    }
    .initiative ul li:first-letter {
      color: #8FC31F;
    }
    .initiative ul li span.number {
      font-size: 30px;
      font-family: arial;
    }
    .initiative ul li span.number:before {
      content: "#";
      color: #8FC31F;
      margin-right: 5px;
    }

/* スポーツイベント事業 =================== */
    .bg-ttl {
      background: url(../images/sports/bg_sports.jpg) center center no-repeat;
      background-size: cover;
      height: 430px;
    }
    .bg-ttl:after {
      content: '';
      background-color: #000000b0;
      width: 100%;
      margin: 0 auto;
      height: 430px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
    }
    .bg-ttl .bg-ttl-txt {
      max-width: 1200px;
      color: #fff;
      margin: 0 auto;
      font-size: 42px;
      letter-spacing: 0.2rem;
      padding-top: 13rem;
      padding-left: 2rem;
      font-weight: bold;
    }
    .bg-ttl .bg-ttl-txt span {
      background-color: #8FC31F;
    }
    .bx-overlap {
      position: relative;
    }
    .bx-overlap img {
      width: 70%;
      height: 380px;
      object-fit: cover;
    }
    .bx-overlap div {
      width: 50%;
      background-color: #9ec646d6;
      position: relative;
      left: 50%;
      top: -200px;
      padding: 3rem;
      margin-bottom: -140px;
    }
    .bx-overlap div h2 {
      font-size: 42px;
      line-height: 1.4;
    }
    .bx-overlap div h2 span {
      font-size: 30px;
      color: #fff;
      letter-spacing: 0.2rem;
      display: block;
      margin-bottom: 2rem;
    }
/* 地域プロモーション事業 =================== */
    .bg-promotion {
      background: url(../images/promotion/bg_promotion.jpg) center center no-repeat;
      background-size: cover;
      height: 430px;
    }
    #promotion .flex3 li img {
      border-radius: 10px;
    }
    #promotion h3 {
      font-size: 26px;
      text-align: center;
      line-height: 1.6;
      padding: 1rem 0;
    }
    #promotion h3 span {
      font-size: 12px;
      letter-spacing: 0.1rem;
      color: #8fc31f;
      display: block;
    }
/* シティロゲ =================== */
.bg-cityroge {
  background: url(../images/cityrogaining/bg_cityrogaining.jpg) center center no-repeat;
  background-size: cover;
  height: 430px;
}
#cityroge .flex img {
  max-width: 240px;
  margin: auto;
}
.batch {
    position: absolute;
    bottom: -100px;
    right: 10%;
    width: 200px;
    height: 200px;
}
.txt-trademark {
  font-size: 14px;
  margin: -3rem 0 3rem 0;
}
#cityroge .flex2 {
  flex-wrap: nowrap;
  margin-top: 4rem;
}
#cityroge .flex2 img {
  border-radius: 10px;
}
#cityroge .flex3 li {
  border: 3px solid #8FC31F;
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
#cityroge .flex3 li:after {
  content: '▶';
  font-size: 30px;
  top: calc(50% - 30px);
  right: -3.5rem;
  position: absolute;
}
#cityroge .flex3 li:last-child:after {
  content: none;
}
#cityroge .flex3 li img {
  margin-bottom: 1rem;
}
#cityroge .flex3 li:before {
    content: '01';
    font-size: 42px;
    font-family: system-ui;
    position: absolute;
    top: -26px;
    left: calc(50% - 26px);
    background: #fff;
    padding: 0 2px;
    color: #8FC31F;
    background: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 50%, #ffffff 50%, #ffffff 100%);
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
    line-height: 1;
}
#cityroge .flex3 li:nth-child(2):before {
    content: '02';
  }
#cityroge .flex3 li:nth-child(3):before {
    content: '03';
  }
.flex-roge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.flex-roge ul, .li-target {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 20px;
}
.flex-roge li {
  width: calc(100% - 100px);
  margin-bottom: 2rem;
}
.flex-roge ul li:first-child {
  width: 170px;
}
.flex-roge h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.bx-roge {
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #8fc31f;
  padding: 0 2rem 2rem 2rem;
}
.bx-roge h3 {
  background-color: #8fc31f;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  margin: 0 -2rem 0 -2rem;
  width: calc(100% + 4rem);
  font-size: 28px;
  letter-spacing: 0.2rem;
}
.flex-flow {
  display: flex;
  flex-wrap: nowrap;
  gap: 5rem;
}
.flex-flow li {
  position: relative;
  flex: 1;
  font-size: 14px;
}
.flex-point li, .flex-program li, .li-target li {
  flex: 1;
}
.flex-point2 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.flex-point li p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.flex-point2 li .bx01 {
  margin-top: auto;
}
.flex-point2 li span {
    margin-top: 2.5rem;
    width: 100%;
}
.flex-flow li:before {
  content: 'FLOW';
  font-size: 13px;
  color: #8fc31f;
  text-align: center;
  display: block;
  position: relative;
  top: 2rem;
  font-weight: bold;
}
.flex-point li:before {
  content: 'POINT';
}
.flex-point2 li:before {
    position: absolute;
    left: calc(50% - 1.6rem);
    content: 'PLAN';
}
.flex-flow li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000;
    position: absolute;
    top: 20%;
    right: -30px;
}
.flex-flow li:last-child:after, .flex-point li:after {
    content: none;
}
.flex-flow li span {
  font-size: 42px;
  line-height: 1.6;
  color: #8fc31f;
  text-align: center;
  display: block;
  font-weight: bold;
  font-family: system-ui;
}
.flex-program {
  gap: 2rem;
}
.flex-flow p.flow-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.flex-program p {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.flex-program p span {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  font-family: initial;
}
.ttl-roge {
  text-align: center;
  font-size: 40px;
}
.ttl-roge span {
  background: linear-gradient(transparent 80%, #8fc31f 80%);
}
.bx01 {
  border: 2px solid #000;
  padding: 1rem 0;
}
.flex-flow li .bx01 span {
  color: #8FC31F;
  display: initial;
  font-size: 20px;
  font-family: initial;
}
.flex-merit li:before {
  content: 'FEATURES AND BENEFITS';
  line-height: 1;
  margin-bottom: 1rem;
}
.ttl04 {
  font-size: 28px;
}
.li-target {
  align-items: stretch;
}
.li-target li {
  border: 3px solid #8FC31F;
  text-align: center;
  border-radius: 5px;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1rem 0;
}
#cityroge .btn01 {width: 300px;}
.bx-roge-contact {
  border-radius: 5px;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  max-width: 620px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  position: relative;
}
.bx-roge-contact .tel {
 font-size: 42px;
 line-height: 1.4;
 font-weight: bold;
}
.bx-roge-contact img {
 width: 30%;
  height: 100%;
  object-fit: cover;
  margin-right: 2rem;
  border-radius: 50%;
  aspect-ratio: 1;
}
.bx-roge-contact .small {
 font-size: 14px;
}

/* CSR　========================*/
.bg-csr {
  background: url(../images/csr/bg_csr.jpg) center center no-repeat;
  background-size: cover;
  height: 430px;
}
#csr .accordion-003:first-of-type {
  border-top: 1px solid #000;
}
.accordion-003 {
    margin-bottom: 7px;
    border-bottom: 1px solid #000;
}

.accordion-003 summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 0;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
    font-size: 20px;
    gap: 1.5rem;
}
.accordion-003 summary img {
    height: 120px;
    min-width: 120px;
    max-width: 120px;
    object-fit: cover;
}
.accordion-003 summary .date {
    display: block;
    font-weight: normal;
    font-size: 14px;
}


.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #000000b3;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 1em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
    right: 1em;
    position: absolute;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 0 2rem;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
.bg-csr h2 {
    padding-top: 15rem;
}
/* 会社概要 =================== */
    #company .inner2 {
      max-width: 960px;
      margin-right: auto;
      margin-left: auto;
    }
    .bx-white {
      background-color: #fff;
      border-radius: 30px;
      padding: 2rem 4rem;
    }
    .tbl01 {
      border-collapse: collapse;
      width: 100%;
    }
    .tbl01 th, .tbl01 td {
      border-bottom: 1px solid #000;
      padding: 1em;
    }
    .tbl01 th {
      border-bottom: 1px solid #8FC31F;
      font-weight: bold;
      text-align: left;
      width: 22%;
      min-width: 4em;
    }
    .tbl01 tr:last-child th, .tbl01 tr:last-child td {
      border-bottom: 0;
    }
    .li01 li {
      position: relative;
      padding-left: 1.5em;
    }
    .li01 li:before {
        color: #8FC31F;
        content: '●';
        position: absolute;
        left: 0;
    }
    #company dd {
      margin-bottom: 2rem;
    }
    #company h4 {
      font-size: 40px;
      letter-spacing: 0.3rem;
    }
    #company h4 span {
      font-size: 26px;
      color: #8FC31F;
      display: block;
    }
    .name {font-size: 18px;text-align: right;}
/* FOOTER =================== */
    .footer {
      background-color: #fff;
      color: #000;
    }
    .footer-address, .footer-address a {
      color: #000;
      margin-bottom: 5.2rem;
      font-size: 14px;
    }
    .footer-inner {
      margin: 0 auto;
      text-align: center;
      padding-top: 2rem;
    }

    .footer-nav ul {
      list-style: none;
      padding: 4rem 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .footer-nav ul li {
      border-right: 1px solid;
      text-align: center;
    }
    .footer-nav ul li:last-child {
      border-right: none;
    }

    .footer-nav a {
      color: #000;
      text-decoration: none;
      transition: opacity 0.3s;
      display: block;
      padding:  0 2rem;
    }

    .footer-nav a:hover {
      opacity: 0.7;
    }

    .footer-copy {
      font-size: 14px;
      background-color: #000;
      text-align: center;
      padding: 1rem;
      font-family: Arial, Helvetica, sans-serif;
      color: #fff;
    }
    .footer-nav a.link-blank, .footer-link a.link-blank {
      background: url(../images/common/arrow_blank.svg) right 2px no-repeat;
      background-size: 15px auto;
      padding-right: 20px;
      display: inline-block;
      line-height: 1.2;
    }

/* TOTOP =================== */
    #back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
      background-color: var(--c-text);
      border-radius: 50%;
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s;
      z-index: 1000;
      border: none;
    }

    #back-to-top.show {
      opacity: 1;
      pointer-events: auto;
    }
    #back-to-top::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 54%;
        left: 50%;
        translate: -50% -50%;
    }

/* flexbox =================== */
    .flex, .flex-re {
      display: flex;
      gap: 4rem;
      align-items: center;
    }
    .box-2 {flex: 3;}
    .box-8 {flex: 8;}
    .box-4 {flex: 4;}
    .box-6 {flex: 6;}

    .content-wrap {
      max-width: 1130px;
      margin: 0 auto;
      padding: 0 20px;
    }
/* 装飾 =================== */
    .bg-blue {background: var(--c-bg-blue);}
    .bg-blue2 {background: var(  --c-bg-blue-2);}
    .marker {background: linear-gradient(transparent 70%, #8fc31f82 30%);}
    .att01 {color: #952C2C;}
    .center {text-align: center;}
    .center-m {margin-right: auto;margin-left: auto;display: block;}
    .small {font-size: 80%;}
    .block {display: block;}
    .mb1 {margin-bottom: 1rem;}
    .mb2 {margin-bottom: 2rem;}
    .mb3 {margin-bottom: 3rem;}
    .mb4 {margin-bottom: 4rem;}
    .mb6 {margin-bottom: 6rem;}
    .mb8 {margin-bottom: 8rem;}
    .mb10 {margin-bottom: 10rem;}
    .pl20 {padding-left: 20px;}
    .pr20 {padding-right: 20px;}
    .w70per {max-width: 70%;}
    .w100per {width: 100%;}
    .btn01 {
      padding: 0 10px;
      text-align: center;
      background: #ffffff;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      width: 240px;
      max-width: 80%;
      display: block;
      color: #000;
      cursor: pointer;
      font-size: 16px;
      border: 2px solid;
      border-radius: 5px 5px 0 5px;
      position: relative;
    }
    .btn01:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0px 10px 10px;
      border-color: transparent transparent #000000 transparent;
      right: 0;
      bottom: 0;
      position: absolute;
    }
    .btn01:hover {
      background: #8FC31F;
      opacity: 1;
    }

/* PC */
   @media (min-width: 768px) {
      .sp {display: none;}
    }

/* SP */
    @media (max-width: 768px) {
      img, .li-info li, .ft-info ul li:nth-child(2), .ft-info ul li:nth-child(3), .flex3 li, #csr .flex4 img, .ft-info-roge ul li:first-child { width: 100%;}
      .ft-info ul li a {border: none;border-bottom: 2px solid #fff;}
      .li-info li {margin-bottom: 0;}
      .li-info, .flex-roge {flex-wrap: wrap;gap: 0;}
      .event li, .flex-roge li { width: 100%;margin-bottom: 2rem;}
      .event ul li a img {width: 50%;}
      .event ul li a img.noimage {background-color: #fff;object-fit: contain;}
      .event ul li a h3 {line-height: 1.4;}
      .pc {display: none;}
      .flex, .flex-re {align-items: baseline;}
      section {padding: 0;}
      .flex2_7, .flex2_3 { flex-wrap: wrap;}
      .flex2_7 li { margin: 0 auto;}
      .flex2_7 li:first-child { width: 100%;}
      .info h3, .li-info dt, .ft-info h2, .ttl-roge, .bx-overlap div h2, .bg-ttl .bg-ttl-txt, #promotion h3, #company h4, .ttl02, #event-detail h1, #event-detail h2 {font-size: 24px;}
      #promotion h3, .bx-roge h3, .flex-program p, .flex-flow p.flow-ttl {font-size: 20px;}
      .li-info dd h4, .bx-overlap div h2 span, #company h4 span, .accordion-003 summary {font-size: 18px;}
      .breadcrumb {padding: 0 1rem;}
      .breadcrumb2 {padding: 5rem 1rem 0;}
      .breadcrumb ol a, .breadcrumb ol {font-size: 12px;}
      #event-detail h2 span, .bx-contact p {font-size: 14px;}
      .bx-overlap div h2 span {margin-bottom: 1rem;}
      .li-info dt {width: 60px;}
      .li-info dd {padding-left: 1rem;max-width: calc(100% - 80px);}
      .center-m img, .center-m, .flex3 li, #cityroge .flex2 li, .flex-roge ul li {max-width: 460px;}
      .bx-white {padding: 2rem 2rem;}
      .flex-point {gap: 1rem;}
      .flex-flow {gap:2rem;}
      .top-message h2 span, #csr .ttl03 span {margin-left: 0;}
      .tbl01 th, .tbl01 td {display: block;width: 100%;padding: 1rem 0;line-height: 1.6;position: relative;}
      .tbl01 th {border-bottom: none;margin-bottom: -2rem;}
      .tbl01 td:after {
        content: '';
        position: absolute;
        bottom: -1px;
        width: 30%;
        height: 1px;
        background: #8FC31F;
        left: 0;
      }
      .tbl01 tr:last-child td:after {content: none;}
      .tbl-form th, .tbl-form td {
        width: 100%;
        display: block;
        padding-top: 5px;
      }
      .ttl02:before {
        width: 30px;
        height: 30px;
        left: calc(50% - 80px);
      }
      .ttl02:after {
        width: 30px;
        height: 30px;
        right: calc(50% - 105px);
      }
      .ttl01 {
        font-size: 26px;
      }
      .ttl01 span, .ft-info h2 span {
        font-size: 14px;
        bottom: -20px;
      }
      .pagination {
        gap: 0 1.4rem;
      }
      .fv-btns {
          left: 0;
          right: auto;
          bottom: 1rem;
          padding: 1rem;
          gap: 1rem;
          width: 100%;
      }
      .fv-btns li, #cityroge .flex2 li, .flex-flow li {
          width: 100%;
      }
      .flex-roge ul {
        flex-wrap: wrap;
        justify-content: center;
      }
      .flex-roge ul li:first-child {
        max-width: 170px;
        width: 100%;
      }
      .flex-roge ul h4 {
       text-align: center;
      }
      #cityroge .flex2 {
        align-items: center;
      }
      .fv-btns li a {
          min-width: 100%;
          width: 100%;
          border-radius: 10px;
          background: #8FC31F url(../images/common/ico_mail.svg) center 1rem no-repeat;
          background-size: 20px auto;
          padding: 3rem 1rem 1rem 1rem;
          font-size: 16px;
          text-align: center;
          margin-left: 0;
          border: 0;
          border: 2px solid #fff;
      }
      .fv-btns li:last-child a {
          min-width: 100%;
          width: 100%;
          background: #000 url(../images/common/ico_blog.svg) center 1rem no-repeat;
          background-size: 20px auto;
          padding: 3rem 1rem 1rem 1rem;
      }
      .mobile-nav .fv-btns {
        gap: 0;
        padding: 0;
      }
      .footer-logo {
        width: 313px;
        margin: 0 auto 2rem;
      }
      .flex3, .flex,  #cityroge .flex2, .flex-flow, .li-target, .bx-roge-contact {
        flex-direction: column;
      }
      .bx-roge-contact {
        position: relative;
        padding-top: 6rem;
     }
     .contact-txt {position: absolute;top: 2rem;left: calc(50% - 120px);}
     .bx-roge-contact img {margin-right: 0;}
      .bx-roge-contact .tel {font-size: 30px;}
      #cityroge .flex3 li:after {
        content: none;
      }
      .flex-flow li:after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #000;
        right: calc(50% - 20px);
        top: initial;
        bottom: -5rem;
      }

      .footer-address {
        font-size: 12px;
        padding-bottom: 2rem;
        margin-bottom: 1rem;
      }
      .footer-link {
        display: block;
        border-bottom: 1px solid #727272;
        margin-bottom: 2rem;
      }

      .footer-nav ul {
        margin: 0 0 2rem;
        gap: 10px;
      }
      .footer-nav ul li {
        width: 100%;
        padding: 1rem 0;
        border: none;
      }
      footer img {max-width: 240px;}
      .inner {
          padding: 0 1rem 6rem;
      }
      .news li a {
        flex-wrap: wrap;
      }
      .news li a .date {
          border-right: none;
          border-bottom: 2px solid #8FC31F;
          padding: 1rem 0;
          width: 100%;
      }
      .news li {
        padding: 1.5rem;
      }
      .initiative ul li {margin-bottom: 2rem;}
      .bx-overlap img {
        width: 90%;
        height: 250px;
      }
      .bx-overlap div {
        width: 90%;
        left: 10%;
        top: -40px;
        padding: 2rem;
        margin-bottom: 0;
      }
      .bg-ttl, .bg-ttl:after {
        height: 300px;
      }
      .batch {
        right: 1rem;
        width: 140px;
        height: 140px;
        bottom: -70px;
      }

      .overlay {
        position: absolute;
        top: 40%;
        left: 65%;
        width: 80%;
      }
      .mb2 {margin-bottom: 1rem;}
      .mb3 {margin-bottom: 1.5rem;}
      .mb4 {margin-bottom: 2rem;}
      .mb6 {margin-bottom: 3rem;}
      .mb8 {margin-bottom: 4rem;}
      .mb10 {margin-bottom: 5rem;}
  }

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* reveal base */
.reveal {
  opacity: 0;
  transform: translateY(20px); /* 上からふわっと = 下から20px上がる */
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 子要素に段階的ディレイを配るときに使う（JSが変数を付与） */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* アニメを極力抑制（ユーザー設定尊重） */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-stagger > * {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}


