@charset "UTF-8";

section,
section.wrap {
  padding-top: 80px;
}

#leaguer section:first-of-type {
  padding-top: 50px;
}

header .leaguer-h .wrap {
  max-width: 1360px;
}

#techno-service,
#technology,
#video_list {
  border-bottom: 1px solid #707070;
}

#video_list {
  padding-bottom: 50px;
}

.contents {
  padding: 0 0 100px;
}

/*leaguer page  header*/
header .leaguer-h {
  background-color: #454545;
  padding: 20px 0;
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  border-bottom: 1px solid #707070;
}

header .leaguer-h,
header .leaguer-h * {
  transition: all 0.2s;
  will-change: top, left, opacity, margin, padding, width, height, transform,
    transition;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  visibility: visible;
}

header .leaguer-h .leaguer-title {
  align-items: center;
}

header .leaguer-h .leaguer-title .main {
  width: calc(100% - 244px);
}

header .leaguer-h .leaguer-title .cheer {
  width: 224px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

header .leaguer-h .leaguer-title .main {
  justify-content: flex-start;
}

header .leaguer-h .leaguer-logo {
  width: 140px;
  height: 0;
  padding-top: 140px;
  background-color: #fff;
  margin-right: 20px;
  border: solid 1px #d9d9d9;
  position: relative;
}

header .leaguer-h .leaguer-logo img {
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

header .leaguer-h .main_inner {
  width: calc(100% - 160px);
  text-align: left;
}

header .leaguer-h .main_inner .year-icon {
  font-size: 12px;
  vertical-align: middle;
}

header .leaguer-h .main_inner h2 {
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
}

header .leaguer-h .main_inner .prefecture {
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}

header .leaguer-h .main_inner a {
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  padding: 7px 28px;
  color: #ff2700;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  background-color: #fff;
  border: solid 1px #ff2700;
}

header .leaguer-h .cheer a {
  width: 100%;
  display: inline-block;
  padding: 20px 5px 20px 30px;
  /* border: solid 1px #FF2700; */
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ff2700;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  max-width: 190px;
}

header .leaguer-h .cheer a::before {
  content: "";
  width: 56px;
  height: 31px;
  background: url(../img/leaguer/cheer.png) center no-repeat;
  background-size: contain;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  position: absolute;
}

header .leaguer-h .cheer p {
  font-size: 11px;
  text-align: right;
  /* margin-top: 10px; */
}

header .leaguer-h .overview {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  transition: all 0.2s;
  max-height: 30vh;
  overflow: auto;
}

/*スクロール後  header*/
header.scroll .leaguer-h {
  padding: 10px 0;
}

header.scroll .leaguer-h,
header.scroll .leaguer-h * {
  transition: all 0.2s;
}

header.scroll .leaguer-h .leaguer-title .main {
  width: calc(100% - 200px);
}

header.scroll .leaguer-h .leaguer-title .cheer {
  width: 180px;
}

header.scroll .leaguer-h .leaguer-logo {
  width: 70px;
  padding-top: 70px;
  margin-right: 10px;
}

header.scroll .leaguer-h .leaguer-logo img {
  padding: 3px;
}

header.scroll .leaguer-h .main_inner {
  width: calc(100% - 90px);
}

header.scroll .leaguer-h .main_inner h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

header.scroll .leaguer-h .main_inner .prefecture {
  font-size: 13px;
  line-height: 1;
  margin-top: 5px;
}

header.scroll .leaguer-h .main_inner a {
  font-size: 12px;
}

header .leaguer-h .cheer a {
  /* font-size: 15px; */
}

header.scroll .leaguer-h .cheer a {
  font-size: 14px;
}

header.scroll .leaguer-h .cheer a::before {
  width: 42px;
  height: 28px;
}

header.scroll .leaguer-h .overview {
  display: none;
}

header.scroll .leaguer-h .overview::after {
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}


p {
  font-size: 16px;
}

.morebtn:hover,
.more-btn:hover {
  filter: hue-rotate(150deg);
  transition: all 0.4s;
}

/*最新情報*/
.newinfo {
  border-bottom: solid 1px #707070;
}

.newinfo .headbox,
.service .headbox {
  width: 100%;
  border-bottom: #707070 solid 1px;
  line-height: 1;
  margin: 20px 0 -1px;
  display: block;
  position: relative;
  z-index: 1;
}

/*チュートリアル*/
.tg-dialog-footer-sup {
  display: none !important;
}

#tg-dialog-next-btn {
  margin: 0 auto !important;
  width: 100%;
}

.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  margin: 0 auto;
}

.tg-dialog .tg-dialog-header {
  padding: 15px 15px 0 15px !important;
}

.tg-dialog .tg-dialog-body {
  padding: 5px 15px 15px !important;
}

.tg-dialog .tg-dialog-footer {
  padding: 0 15px 15px 15px !important;
}

.sampleStyle {
  width: 92% !important;
}

@media screen and (max-width: 1125px) {}

.newinfo-inner {
  display: block;
  padding-bottom: 0;
}

.newinfo-inner .ni-col01,
.newinfo-inner .ni-col02 {
  padding: 30px 0;
}

.newinfo-inner img {
  border: solid 1px #d7d7d7;
}

/*リスト無しの場合*/
.newinfo-inner .ni-col01 {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.newinfo-inner .ni-col01 a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.newinfo-inner .ni-col01 img {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

/*リストありの場合*/
.newinfo-inner.haveelm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.newinfo-inner.haveelm .ni-col01 {
  width: 55%;
  margin: 0 auto;
  padding-right: 30px;
  border-right: #707070 solid 1px;
  margin-right: 30px;
  min-height: 600px;
}

.newinfo-inner.haveelm .ni-col01 a,
.newinfo-inner.two_elm .ni-col01 a {
  display: inline-block;
}

.newinfo-inner.haveelm .ni-col01 img {
  max-width: 100%;
}

.newinfo-inner.haveelm .ni-col02 {
  width: 40%;
  box-sizing: border-box;
  position: relative;
}

/*記事2つの場合*/
.newinfo-inner.two_elm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.newinfo-inner.two_elm .ni-col01 img {
  max-width: 100%;
}

.newinfo-inner p {
  margin-top: 8px;
  display: block;
}

.newinfo-inner .ni-day {
  font-size: 24px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.newinfo-inner .ni-day::before {
  content: "\f017";
  color: #86B81B;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}

.newinfo-inner .ni-title {
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  display: block;
}

.newinfo-inner .ni-txt {
  font-size: 18px;
}

.ni-col02 .ni-col2-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  /* p-6 */
  overflow-y: auto;
}

.newinfo-inner .ni-col02 p {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
}

.newinfo-inner .ni-col02 .ni-day {
  font-size: 18px;
  margin-top: 5px;
}

.newinfo-inner .ni-col02 .ni-title {
  font-size: 17px;
  display: block;
}

.newinfo-inner .ni-col02 .ni-txt {
  font-size: 13px;
}

.newinfo-inner .ni-col02 .ni-col02_inner {
  margin-bottom: 20px;
}

.newinfo-inner .ni-col02 img {
  width: 180px;
}

.newinfo-inner .ni-col02 .col02_inner-box {
  width: calc(100% - 190px);
}

.newinfo-inner .ni-col01 a,
.newinfo-inner .ni-col02 a {
  color: #FFF;
  text-decoration: none;
}

.newinfo-inner .ni-col01 a:hover,
.newinfo-inner .ni-col02 a:hover {
  filter: none;
  opacity: 0.6;
}

p.slink {
  font-size: 11px;
  margin-top: 5px;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

p.slink::before {
  content: "- ";
}

@media screen and (max-width: 1200px) {
  .newinfo-inner.haveelm .ni-col01 {
    width: auto;
    max-width: 700px;
    margin: 0 auto;

  }

  .newinfo-inner.haveelm .ni-col02 {
    /* width: calc(100% - 730px); */
    padding-left: 20px;
  }

  .newinfo-inner .ni-col02 .ni-col02_inner {
    display: block;
  }

  .newinfo-inner .ni-col02 img {
    width: 100px;
    float: left;
    margin-right: 10px;
  }

  .newinfo-inner .ni-col02 .col02_inner-box {
    width: 100%;
  }
}

.headbox {
  padding-bottom: 5px;
}

/*技術・サービスに関する解説*/
/* .service {
  margin-top: 60px;
} */
.service .headbox {
  border-bottom: none;
}

.innovation .service .service_contents {
  color: #FFF;
}

.service.innovation .service_contents {
  color: #FFF;
}

.headbox.green_underline {
  border-bottom: solid #707070 1px;
}

.service.innovation {}

.service_contents {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  color: #FFF;
}

.service_contents.green_background::after {
  content: "";
  background-color: rgba(0, 235, 36, 0.8);
  width: 100%;
  height: 100%;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  border-left: none;
  border-right: none;
}

.innovation .service_contents::after {
  /* background-color: #434343; */
  border-top: 5px solid #00eb24;
  border-bottom: 5px solid #00eb24;
  background-color: transparent;
}

.more {
  display: none;
}

button {
  display: block;
}

.service_contents .service_techno {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  position: relative;
}

.service_contents .service_techno_single {
  grid-template-columns: 1fr !important;
}

.service_contents .service_techno_double {
  grid-template-columns: 1fr !important;
}

.service_contents .service_techno> :only-child,
.service_contents .service_techno> :first-child:last-child {
  grid-template-columns: 1fr;
}

.service_contents .service_techno .service_techno-inner {
  position: relative;
}

.service_contents .service_techno .service_techno-inner h3 {
  font-size: 21px;
  padding: 0 0 10px;
}

.service_contents .service_techno .service_techno-inner p {
  font-size: 15px;
  color: #FFF;
}

.innovation .service_contents .service_techno .service_techno-inner p {
  color: #fff;
}

.morebtn,
.more-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
  max-width: 180px;
  padding: 10px;
  border: solid 1px #0f11d1;
  color: #0f11d1;
  cursor: pointer;
  font-size: 14px;
}

.sns_bubble {
  width: 100%;
  /* height: 65px; */
  box-sizing: border-box;
  position: relative;
  /* margin-top: 30px; */
}

.sns_bubb {
  /* --background-color: #00EB24;
  --shadow-size: 2px; */
  /* --shadow-color: rgba(0, 0, 0, 0.3); */
  /* --border-width: 0px; */
  /* --border-color: #00EB24;
  --pick-size: 7px;
  --pick-radius: 4px;
  --pick-thin: 0.9;
  --pick-left: 44%;
  background-color: var(--background-color);
  display: inline-block;
  border-radius: 18px;
  padding: 15px 15px;
  border: var(--border-width) solid var(--border-color);
  position: absolute;
  box-shadow: 0 var(--shadow-size) var(--shadow-size) var(--shadow-color);
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 270px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #444;
  color: #000!important; */
  color: #FFF;
  display: inline-block;
  padding: 20px 13px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  background-color: #ccc;
  font-size: 14px;
  width: 100%;
  font-weight: 700;
}

/* .sns_bubb::after {
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent var(--background-color) var(--background-color)
    transparent;
  left: var(--pick-left);
  bottom: calc(var(--pick-size) * -1);
  border-width: var(--pick-size);
  border-radius: 0 0 var(--pick-radius) 0;
  transform: scaleX(var(--pick-thin)) rotate(45deg);
} */
/* .sns_bubb::before {
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent var(--border-color) var(--border-color) transparent;
  bottom: calc((var(--pick-size) + var(--border-width) * 2) * -1);
  left: calc(var(--pick-left) - var(--border-width) * 2);
  border-width: calc(var(--pick-size) + var(--border-width) * 2);
  border-radius: 0px 0px calc(var(--pick-radius) * 1.5) 0px;
  box-shadow: calc(var(--shadow-size) * 1.4) calc(var(--shadow-size) * 1.4)
    var(--shadow-size) var(--shadow-color);
  transform: scaleX(var(--pick-thin)) rotate(45deg);
} */
/* .sns_bubble:first-of-type .sns_bubb{
  --background-color: #c5c5c5;
} */
/* .sns_bubble:first-of-type .sns_bubb::before{
  border-color: transparent #c5c5c5 #c5c5c5 transparent;
} */
.dlbtn_wrap p {
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}

.techno_snsbtn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 20px;
  text-align: center;
  /* display: block; */
  max-width: 700px;
  margin: 10px auto 0;
}

.techno_snsbtn a {
  display: inline-block;
  padding: 15px 13px 15px 36px;
  border: solid;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  position: relative;
  /* min-width: 240px; */
  margin: 0 10px;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}

.techno_snsbtn a::before {
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-size: contain;
  display: block;
}

.techno_snsbtn a span {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
}

.techno_snsbtn a span span.pc {
  display: inline;
}

.techno_snsbtn a.techno_snsbtn-f {
  border: solid 2px #1877f2;
}

.techno_snsbtn a.techno_snsbtn-f::before {
  background: url(../img/logo_facebook.png) no-repeat center;
  background-size: contain;
}

.techno_snsbtn a.techno_snsbtn-f span {
  border-bottom: dashed 2px #1877f2;
  color: #1877f2;
}

.techno_snsbtn a.techno_snsbtn-x {
  border: solid 2px #000;
}

.techno_snsbtn a.techno_snsbtn-x:hover {
  opacity: 0.5;
}

.techno_snsbtn a.techno_snsbtn-x::before {
  background: url(../img/logo-x.png) no-repeat center;
  background-size: contain;
}

.techno_snsbtn a.techno_snsbtn-x span {
  border-bottom: dashed 2px #000;
  color: #000;
}

.techno_snsbtn a.techno_snsbtn-x span small {
  font-size: 13px;
}

h4.btn-h {
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 5px solid #000;
  line-height: 1.2;
  margin-top: 30px;
}

.dlbtn_wrap {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  gap: 15px;
}

a.dlbtn {
  display: block;
  padding: 13px 10px;
  width: 100%;
  max-width: 234px;
  text-align: center;
  color: #ff2700;
  border: solid 1px #ff2700;
  margin: 10px 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  padding-right: 10px;
  position: relative;
  background-color: #fff;
}

a.dlbtn i {
  font-size: 14px;
  color: #ff2700;
  padding-right: 5px;
}

.keycolorbg h3,
.keycolorbg .service_techno .service_techno-inner p {
  color: #FFF;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.yt-click {
  cursor: pointer;
}

.videolist {
  /* margin-top: 60px; */
}

.videolist h3 {
  font-size: 108px;
}

.video-li_box {
  margin-top: 10px !important;
}

.video-li_box.haveelm {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  gap: 20px;
}

.video-li-new p {
  display: block;
  background-color: rgba(225, 225, 225, 0.4);
  padding: 10px;
  box-sizing: border-box;
  font-size: 17px;
  margin: 3px 0;
}

.video-li-new {
  /* margin: 0 auto; */
  max-width: 750px;
}

.video-li-pre ul {
  overflow-y: auto;
  max-height: 330px;
}

.video-li-pre ul li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  padding: 6px;
  background-color: rgba(225, 225, 225, 0.4);
  margin-bottom: 5px;
}

.video-li-pre ul li p {
  font-size: 15px;
  padding: 0 5px;
  box-sizing: border-box;
}

.now-playing div {
  filter: grayscale(100%);
  position: relative;
  transition: all 0.5s;
}

.now-playing div::before {
  content: "\25B6";
  opacity: 65%;
  font-size: 2ch;
  color: gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  line-height: 1em;
  text-align: center;
  padding: 0.3em 0.3em 0.4em 0.4em;
  box-sizing: content-box;
  transition: all 0.5s;
}

.yt-click {
  cursor: pointer;
}

/*リストなし*/
.video-li_box.no_elem {
  display: block;
  margin: 0 auto;
}

.video-li_box.no_elem .video-li-new {
  margin: 0 auto;
  max-width: 750px;
}

/*スタッツ*/
.stats {
  margin: 80px auto 0;
}

.stats .mainstats {
  width: 100%;
  margin: 50px auto 0;
  justify-content: center;
}

.stats .mainstats_box {
  text-align: center;
  max-width: calc(100% / 2);
  padding: 0 3%;
  box-sizing: border-box;
}

.stats .mainstats_stast {
  font-size: 20px;
}

.stats .odometer.abolition {
  font-family: "abolition", sans-serif !important;
  font-size: 120px;
  color: #FFF;
}

.parup,
.pardown,
.paruc {
  font-size: 22px;
  position: relative;
}

.parup::after,
.pardown::after,
.paruc::after {
  content: "\f062";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  margin-left: 7px;
  display: inline-block;
  font-size: 90%;
}

.parup {
  color: #d10303;
}

.parup::after {
  transform: rotate(45deg);
}

.pardown {
  color: #1c9ab1;
}

.pardown::after {
  transform: rotate(135deg);
}

.paruc::after {
  transform: rotate(90deg);
}

.stats-table {
  width: 100%;
  margin-top: 70px;
  box-sizing: border-box;
}

.stats-table thead,
.stats-table tbody {}

.stats-table thead tr,
.stats-table tbody tr {
  padding: 15px 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  text-align: left;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
}

.stats-table tbody tr .parup,
.stats-table tbody tr .pardown,
.stats-table tbody tr .paruc {
  font-size: 100%;
  justify-self: end;
}

.stats-table tbody tr:nth-last-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}

.stats-table tbody tr:nth-last-of-type(even) {
  background-color: #f4f4f4;
}

.list.close li:nth-child(n + 7) {
  display: none;
}

/*ニュース*/
.news {
  margin: 0 auto 0;
  display: block;
  /* gap: 40px; */
  box-sizing: border-box;
  /* grid-template-columns: 1fr 1fr; */
}

.news>div {
  margin: 0 auto;
  /* max-width: 750px; */
}

.news>div:nth-of-type(2) {
  margin-top: 50px;
}

.news ul {
  margin-top: 30px;
  /* max-height: 300px; */
  overflow-y: auto;
}

.news ul li {
  width: 100%;
  display: inline-block;
  padding: 15px;
  border-bottom: dotted 2px #707070;
  font-size: 15px;
}

.news ul li span {
  display: inline-block;
  padding-right: 20px;
}

.news ul li a {
  text-decoration: underline;
  color: #e35100;
}

/*X*/
section.x-account {
  padding: 0;
  z-index: 0;
  position: relative;
  margin: 140px 0 90px;
  min-height: 300px;
}

.x-account::after {
  content: "";
  width: 100%;
  height: calc(100% + 100px);
  display: block;
  z-index: -3;
  background-color: rgba(60, 60, 60, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  transform: skewY(-2deg) translateY(-50%);
  transform-origin: center right;
}

.x-account .x-tlbox {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
}

/*支援と進捗*/
.progress {
  margin-top: 70px;
}

.progress p {
  font-size: 16px;
}

.progress p strong {
  font-size: 22px;
  font-weight: 700;
}

.progress .progress_box {
  position: relative;
  margin: 20px auto;
  border: solid #707070 1px;
  border-radius: 10px;
  padding: 50px 20px 20px;
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  grid-template-columns: 3fr 1fr;
}

.progress .progress_box:nth-of-type(n + 2) {
  margin-top: 50px;
}

.progress .progress_box:nth-of-type(n + 2)::before {
  content: "";
  width: 1px;
  height: 20px;
  border-left: dotted 3px #707070;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.progress .progress_box h3 {
  font-weight: 700;
  font-size: 22px;
  position: relative;
  margin-top: 20px;
}

.progress .progress_box h3::before {
  content: "○";
}

.progress .progress_box .prg-day {
  display: block;
  position: absolute;
  padding: 5px 40px 5px 10px;
  background-color: #434343;
  border-radius: 7px 0 50px 0;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

/*支援期間ネットワーク*/
.network {
  background-color: #434343;
  margin-top: 70px;
  padding: 40px 0;
}

.network-box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #fff;
  /* border-bottom: 1px solid #fff; */
}

.network-box>div {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}

.network-box>div::after {
  content: "";
  width: 50%;
  display: block;
}

.network-box>div:nth-of-type(odd) {
  border-right: 1px solid #fff;
  padding: 15px 15px 15px 10%;
}

.network-box>div:nth-of-type(even) {
  padding: 15px 10% 15px 15px;
}

.network-box h3 {
  font-size: 17px;
}

.network-box p {
  font-size: 14px;
  margin-top: 5px;
}

/*代表者紹介・基本情報*/
.information {
  /* margin-top: 60px; */
}

.infotable {
  margin-top: 30px;
  border: solid 1px #707070;
  width: 100%;
}

.infotable tr {
  border-bottom: solid 1px #707070;
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.infotable tr:last-child {
  border-bottom: none;
}

.infotable tr th,
.infotable tr td {
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 15px;
}

.infotable tr th {
  background-color: #454545;
  text-align: left;
  border-right: solid 1px #707070;
}

.infotable tr td {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
}

.infotable tr td img {
  float: left;
  margin: 5px;
  max-width: 150px;
  border: solid #e3e3e3 1px;
}

.infotable tr td a {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
}

.infotable tr td a:hover {
  color: #FF0;
}

.map {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 0;
  padding-top: 300px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-li-new p,
.video-li-pre ul li {
  /* background-color: rgb(184 184 184 / 40%); */
}

.video-li-new p {
  margin-top: 10px;
}

.video-li-new p,
.video-li-pre ul li p {
  border-left: 1px solid #00eb24;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 500;
}

.video-li-pre ul li {
  margin: 0 0 10px;
  padding: 0;
}

.newinfo-inner .ni-col02 .col02_inner-box {
  width: 100%;
}

.morelink {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  color: #FFF;
  border: solid 1px #FFF;
  margin: 20px auto;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  padding-right: 10px;
  position: relative;
}

.morelink i {
  font-size: 14px;
  color: #FFF;
  padding-left: 5px;
  /* position: absolute; */
  /* right: 7px;
top:50%;
transform: translateY(-50%); */
}

header .leaguer-h .leaguer-title .main {
  align-items: center;
}

.innovation .service_contents::after {
  background-color: transparent;
}

.service_contents .service_techno img {
  border: solid #707070 1px;
}

.innovation .service_contents .service_techno .service_techno-inner,
.innovation .service_contents .service_techno .service_techno-inner p,
.innovation .service_contents .service_techno .service_techno-inner h3 {
  color: #FFF;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 1024px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {

  section,
  section.wrap {
    padding-top: 70px;
  }

  header .leaguer-h {
    padding: 15px 0;
  }

  header .leaguer-h .leaguer-title .main {
    width: calc(100% - 220px);
  }

  header .leaguer-h .leaguer-title .cheer {
    width: 200px;
  }

  header .leaguer-h .leaguer-logo {
    width: 110px;
    padding-top: 110px;
    margin-right: 15px;
  }

  header .leaguer-h .leaguer-logo img {
    padding: 5px;
  }

  header .leaguer-h .main_inner {
    width: calc(100% - 130px);
  }

  header .leaguer-h .main_inner .prefecture {
    font-size: 14px;
    margin-top: 6px;
  }

  header .leaguer-h .main_inner a {
    padding: 7px 18px;
  }

  .download_button {
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    padding: 7px 28px;
    color: #ff2700;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    background-color: #fff;
    border: solid 1px #ff2700;
  }

  header .leaguer-h .cheer a {
    padding: 13px 5px 13px 30px;
    font-size: 13px;
  }

  header .leaguer-h .overview {
    font-size: 13px;
    margin-top: 7px;
    line-height: 1.4;
  }

  /*スクロール後  header*/

  header.scroll .leaguer-h,
  header.scroll .leaguer-h * {
    transition: all 0.2s;
  }

  header.scroll .leaguer-h .leaguer-title .main {
    width: calc(100% - 190px);
  }

  header.scroll .leaguer-h .leaguer-title .cheer {
    width: 170px;
  }

  header.scroll .leaguer-h .main_inner .prefecture {
    font-size: 12px;
  }

  p {
    font-size: 14px;
  }

  /*==============================
	最新情報 1024
	==============================*/

  .newinfo-inner .ni-col01,
  .newinfo-inner .ni-col02 {
    padding: 20px 0;
  }

  .newinfo-inner p {
    margin-top: 5px;
  }

  /*リストありの場合*/
  .newinfo-inner.haveelm {
    grid-template-columns: 2fr 1fr;
  }

  .newinfo-inner.haveelm .ni-col01 {
    max-height: 600px;
  }

  .newinfo-inner.haveelm .ni-col02 {
    padding-left: 20px;
    margin-left: 20px;
    max-height: 550px;
  }

  .newinfo-inner.two_elm {
    grid-template-columns: repeat(2, 1fr);
  }

  .newinfo-inner .ni-day {
    font-size: 20px;
  }

  .newinfo-inner .ni-title {
    font-size: 24px;
  }

  .newinfo-inner .ni-txt {
    font-size: 15px;
  }

  .newinfo-inner .ni-col02 .ni-col02_inner {
    margin-bottom: 15px;
  }

  .newinfo-inner .ni-col02 img {
    width: 100%;
    float: none;
  }

  .newinfo-inner .ni-col02 .col02_inner-box {
    width: 100%;
  }

  /*==============================
 技術・サービスに関する解説 1024
 ==============================*/
  .service {
    /* margin-top: 40px; */
  }

  .service .headbox {
    border-bottom: none;
  }

  .service_contents {
    padding: 30px 0;
  }

  .service_contents .service_techno {
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 20px;
  }

  .service_contents .service_techno .service_techno-inner p {
    font-size: 14px;
  }

  .morebtn,
  .more-btn {
    margin: 25px auto 0;
    max-width: 180px;
    padding: 7px;
  }

  .sns_bubble {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
  }

  .sns_bubb {
    border-radius: 10px;
    padding: 10px 10px;
  }

  .techno_snsbtn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 20px;
  }

  .techno_snsbtn a {
    display: inline-block;
    padding: 15px 13px 15px 36px;
    border: solid;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    position: relative;
  }

  .techno_snsbtn a::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-size: contain;
    display: block;
  }

  .techno_snsbtn a span {
    font-size: 15px;
  }

  .techno_snsbtn a.techno_snsbtn-x span small {
    font-size: 12px;
  }

  .videolist {
    margin-top: 0px;
  }

  .videolist h3 {
    font-size: 46px;
  }

  .video-li_box {
    display: block;
  }

  .video-li-new {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
  }

  .video-li-pre {
    width: 100%;
    /* margin-top: 10px; */
  }

  .video-li-pre ul {
    /* overflow-y: auto;
    max-height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px; */
  }

  .video-li-pre ul li {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
  }

  /*==============================
	スタッツ 1024
 ==============================*/
  .stats {
    margin: 50px auto 0;
  }

  .stats .mainstats {
    margin: 30px auto 0;
  }

  .stats .mainstats_stast {
    font-size: 17px;
  }

  .stats .odometer.abolition {
    font-size: 70px;
  }

  .parup,
  .pardown,
  .paruc {
    font-size: 16px;
  }

  .stats-table {
    margin-top: 40px;
  }

  .stats-table thead tr,
  .stats-table tbody tr {
    padding: 15px;
    font-size: 15px;
  }

  /*==============================
	ニュース 1024
 ==============================*/
  .news {
    /* margin: 50px auto 0; */
    gap: 20px;
  }

  .news h2 {
    font-size: 16px;
  }

  .news ul {
    margin-top: 20px;
  }

  .news ul li {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
  }

  .news ul li span {
    padding-right: 10px;
  }

  /*==============================
	X 1024
 ==============================*/
  section.x-account {
    margin: 80px 0 60px;
  }

  .x-account::after {
    height: calc(100% + 20%);
  }

  .x-account .x-tlbox {
    margin: 20px auto 0;
  }

  /*==============================
	支援と進捗 1024
 ==============================*/
  .progress {
    margin-top: 50px;
  }

  .progress p {
    font-size: 15px;
  }

  .progress p strong {
    font-size: 18px;
  }

  .progress .progress_box {
    border-radius: 10px;
    padding: 30px 20px 20px;
  }

  .progress .progress_box h3 {
    font-size: 18px;
  }

  .progress .progress_box .prg-day {
    padding: 5px 30px 5px 10px;
    font-size: 30px;
  }

  /*==============================
	支援期間ネットワーク 1024
 ==============================*/
  .network {
    margin-top: 50px;
    padding: 30px 0;
  }

  .network-box {
    margin-top: 20px;
  }

  .network-box>div:nth-of-type(odd) {
    border-right: 1px solid #fff;
    padding: 10px 10px 10px 10%;
  }

  .network-box>div:nth-of-type(even) {
    padding: 10px 10% 10px 10px;
  }

  /*==============================
	代表者紹介・基本情報 1024
 ==============================*/
  .information {
    /*margin-top: 50px;*/
    margin-top: 0;
  }

  .infotable {
    margin-top: 20px;
  }

  .infotable tr {
    grid-template-columns: 2fr 5fr;
  }

  .infotable tr th,
  .infotable tr td {
    font-size: 14px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 750px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 750px) {

  section,
  section.wrap {
    padding-top: 30px;
  }

  header .leaguer-h .leaguer-title .main {
    width: calc(100% - 190px);
  }

  header .leaguer-h .leaguer-title .cheer {
    width: 170px;
  }

  header .leaguer-h .leaguer-logo {
    width: 80px;
    padding-top: 80px;
  }

  header .leaguer-h .leaguer-logo img {
    padding: 5px;
  }

  header .leaguer-h .main_inner {
    width: calc(100% - 130px);
  }

  header .leaguer-h .main_inner .prefecture {
    font-size: 12px;
  }

  header .leaguer-h .main_inner a {
    padding: 7px 10px;
    font-size: 12px;
  }

  .download_button {
    padding: 7px 10px;
    font-size: 12px;
  }

  header .leaguer-h .cheer a {
    padding: 13px 10px 13px 30px;

    /* color: transparent; */
    /* max-width: 70px; */
  }

  header .leaguer-h .cheer a::before {
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 46px;
  }

  header .leaguer-h .overview {
    /* max-height: 100%; */
    overflow-y: auto;
  }

  /*スクロール後  header*/

  header.scroll .leaguer-h .leaguer-title .main {
    /* width: calc(100% - 115px); */
  }

  header.scroll .leaguer-h .leaguer-title .cheer {
    /* width: 100px; */
  }

  header.scroll .year-icon {
    font-size: 10px;
  }

  header.scroll .leaguer-h .cheer a::before {
    width: 43px;
    height: 28px;
  }

  /*==============================
	最新情報 750
	==============================*/

  .newinfo-inner p {
    margin-top: 5px;
  }

  .newinfo-inner .ni-col01 {
    padding: 0;
    padding-top: 20px;
  }

  .newinfo-inner .ni-col01 a {
    display: block;
  }

  /*リストありの場合*/
  .newinfo-inner.haveelm {
    display: block;
  }

  .newinfo-inner.haveelm .ni-col01 {
    border: none;
    padding-right: 0;
    margin-right: 0;
    max-height: 100%;
    min-height: 10px;
  }

  .newinfo-inner.haveelm {
    height: auto;
  }

  .newinfo-inner.haveelm .ni-col02 {
    padding: 0;
    margin: 0;
    max-height: auto;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    border-left: none;
    max-height: 100%;
  }

  .newinfo-inner.two_elm {
    grid-template-columns: 1fr;
  }

  .newinfo-inner .ni-day {
    margin-top: 10px;
  }

  .newinfo-inner .ni-title {
    font-size: 18px;
  }

  .newinfo-inner .ni-txt {
    font-size: 14px;
  }

  .newinfo-inner .ni-col02 .ni-col02_inner {
    margin-bottom: 10px;
  }

  /*==============================
 技術・サービスに関する解説 750
 ==============================*/
  .service_contents .service_techno {
    display: block;
  }

  .service_contents .service_techno .service_techno-inner {
    margin-top: 10px;
  }

  .techno_snsbtn {
    margin-top: 10px;
  }

  .video-li_box.haveelm {
    display: block;
  }

  .video-li-pre ul {
    display: block;
    margin-top: 20px;
  }

  .video-li-new p,
  .video-li-pre ul li p {
    border-left: none;
  }

  /*==============================
	スタッツ 750
 ==============================*/
  .stats {
    margin: 30px auto 0;
  }

  .stats .mainstats {
    margin: 20px auto 0;
  }

  .stats .mainstats_stast {
    font-size: 15px;
  }

  .stats .mainstats_box {
    min-width: calc(100% / 2);
    max-width: 100%;
    margin-bottom: 20px;
  }

  .stats .odometer.abolition {
    font-size: 70px;
  }

  .parup,
  .pardown,
  .paruc {
    font-size: 14px;
  }

  .stats-table {
    margin-top: 10px;
  }

  .stats-table thead tr,
  .stats-table tbody tr {
    font-size: 14px;
  }

  /*==============================
	ニュース 750
 ==============================*/
  .news {
    margin: 30px auto 0;
    display: block;
  }

  .news>div:nth-of-type(2) {
    margin-top: 30px;
  }

  .news ul {
    margin-top: 10px;
  }

  .news ul li {
    padding: 12px 0;
    font-size: 14px;
  }

  .news ul li span {
    padding-right: 10px;
  }

  /*==============================
	X 750
 ==============================*/
  .x-account {
    margin: 70px 0 90px;
  }

  /*==============================
	支援期間ネットワーク 750
 ==============================*/
  .network {
    margin-top: 50px;
    padding: 30px 0;
  }

  .network-box {
    display: block;
  }

  .network-box>div:nth-of-type(odd) {
    border-right: none;
    padding: 10px 25px;
  }

  .network-box>div:nth-of-type(even) {
    padding: 10px 25px;
  }

  /*==============================
	代表者紹介・基本情報 750
 ==============================*/
  .information {
    margin-top: 30px;
  }

  .infotable tr {
    display: block;
  }

  .infotable tr th,
  .infotable tr td {
    display: block;
  }

  .infotable tr th {
    border-right: none;
    border-bottom: solid 1px #707070;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 480px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 480px) {
  .service_contents {
    padding: 10px 0 30px;
  }

  .service_contents .service_techno .service_techno-inner h3 {
    font-size: 16px;
  }

  #leaguer h2 {
    margin-bottom: 0;
  }

  .service_contents {
    padding: 10px 0 30px;
  }

  .infotable {
    margin-top: 10px;
  }

  #basic_information h2 {
    margin-bottom: 10px;
  }

  .information {
    margin-top: 0;
  }

  .newinfo-inner.haveelm .ni-col02 {
    gap: 0px;
    margin-top: 10px;
  }

  .newinfo-inner .ni-col02 .ni-title,
  .newinfo-inner .ni-title {
    font-size: 15px;
  }

  .newinfo-inner .ni-col02 .ni-day,
  .newinfo-inner .ni-day {
    font-size: 15px;
  }

  header .leaguer-h .leaguer-title {
    display: block;
  }

  header .leaguer-h .leaguer-title .main {
    width: 100%;
  }

  header .leaguer-h .leaguer-title .cheer {
    width: 100%;
    display: block;
    margin-top: 5px;
  }

  header .leaguer-h .leaguer-logo {
    width: 60px;
    padding-top: 60px;
    margin-right: 7px;
  }

  header .leaguer-h .leaguer-logo img {
    padding: 5px;
  }

  header .leaguer-h .main_inner {
    width: calc(100% - 70px);
  }

  header .leaguer-h .main_inner .prefecture {
    margin-top: 3px;
    line-height: 1.1;
  }

  header .leaguer-h .main_inner a {
    padding: 5px 10px;
    font-size: 11px;
    width: 100%;
  }

  .contents {
    padding: 0 0 50px;
  }

  .newinfo-inner.haveelm {
    height: auto;
  }

  /* header .leaguer-h .cheer a {
    padding: 10px 10px;
    color: transparent;
    max-width: 70px;
  }
  header .leaguer-h .cheer a::before {
    width: 46px;
    height: 25px;
  } */

  /*スクロール後  header*/

  header.scroll .leaguer-h .leaguer-title .main {
    width: 100%;
  }

  header.scroll .leaguer-h .leaguer-logo {
    width: 60px;
    padding-top: 60px;
    margin-right: 7px;
  }

  header.scroll .leaguer-h .leaguer-logo img {
    padding: 5px;
  }

  header.scroll .leaguer-h .main_inner {
    width: calc(100% - 70px);
  }

  header.scroll .leaguer-h .main_inner .prefecture {
    margin-top: 3px;
    line-height: 1.1;
  }

  header.scroll .leaguer-h .main_inner a {
    padding: 5px 10px;
    font-size: 11px;
    width: 100%;
  }

  header .leaguer-h .main_inner h2,
  header.scroll .leaguer-h .main_inner h2 {
    font-size: 16px;
    margin-bottom: 0;
  }

  /* header .leaguer-h .cheer a {
    padding: 10px 10px;
    color: transparent;
    max-width: 70px;
  }
  header .leaguer-h .cheer a::before {
    width: 46px;
    height: 25px;
  } */


  /*==============================
	支援と進捗 750
 ==============================*/
  .progress {
    margin-top: 40px;
  }

  .progress p {
    font-size: 14px;
  }

  .progress p strong {
    font-size: 17px;
  }

  .progress .progress_box {
    border-radius: 10px;
    padding: 30px 20px 20px;
  }

  .progress .progress_box h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .progress .progress_box .prg-day {
    padding: 5px 20px 5px 10px;
    font-size: 20px;
    border-radius: 3px 0 100px 0;
  }

  .progress .progress_box {
    display: block;
    border-radius: 7px;
  }

  .progress .progress_box img {
    margin: 10px 0 0;
  }

  .progress .progress_box {
    font-size: 13px;
  }

  .newinfo-inner {
    padding-bottom: 10px;
  }

  #leaguer section:first-of-type {
    padding-top: 20px;
  }

  .techno_snsbtn {
    grid-template-columns: 1fr;
  }

  .techno_snsbtn a {
    padding: 10px 0px 10px 50px;
    text-align: left;
  }
}