@charset "utf-8";
/*共通バナー*/ :root {
  --color-txtlink: #2817e7;
  --color-white1: hsl(0, 0%, 100%);
  --color-black: hsl(0, 0%, 0%);
  --color-gray1: hsl(0, 0%, 93%);
  --color-gray2: hsl(0, 0%, 80%);
  --color-gray3: hsl(0, 0%, 60%);
  --color-blue1: hsl(200, 85%, 60%);
  --color-blue2: hsl(214, 79%, 60%);
  --color-blue3: hsl(214, 79%, 40%);
  --color-orange1: hsl(35, 100%, 50%);
  --color-orange2: hsl(35, 100%, 60%);
  --color-lblue1: hsl(201, 100%, 96%);
  --color-lblue2: hsl(201, 100%, 80%);
  --color-liberty1: hsl(169, 100%, 97%);
  --color-liberty2: hsl(169, 47%, 65%);
  --color-liberty3: hsl(169, 65%, 37%);
  --color-event0: hsl(205, 100%, 33%);
  --color-event1: hsl(212, 47%, 49%);
  --color-event2: hsl(228, 56%, 98%);
  --color-event3: hsl(358, 67%, 41%);
  --color-event4: hsl(55, 100%, 95%);
}
:is(#libertytop, #kikantop /*,#aiocrtop*/ ) section.ba-band {
  display: none !important;
}
#container:has(section.ba-band a) section[class^="background_lightgrey"] {
  border-bottom: 0;
}
section.ba-band {
  /* min-height: 90px;*/
  border-top: .8px solid #895795;
  /*  border-bottom: 0.5px solid #008000;*/
  font-weight: bold;
}
section.ba-band2 {
  /* min-height: 90px;*/
  border-top: .8px solid #895795;
  /*  border-bottom: 0.5px solid #008000;*/
  font-weight: bold;
}
section[class^="ba-band"] a.addparam {
    font-feature-settings: "palt";
}
.txt {
  display: flex;
  align-items: center;
  gap: .5em;
  justify-content: center;
  text-align: center;
}
.txt3 {
    text-shadow: 1px 1px 2px #575757;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
}
.txt2 {
  text-shadow: 1px 1px 2px #575757;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
section.ba-band2026-3 {
  background-image: url("../event/image/back-event.webp");
  background-size: cover;
  background-position: 50% 20%;
  & a {
    display: grid;
    background: #0F9089;
    padding: 10px;
    color: #fff;
				        line-height: 1.1;
  }
  & .all {
    margin: 0 auto;
				display: flex;
     align-items: stretch;
					gap: 5px;
    & .ba-img {
      display: flex;
      align-items: center;
      & img {
        width: 100%;
        height: auto;
        max-width: 600px;
        padding: 3px;
        filter: none;
      }
    }
    & > .mark {
        background: rgba(0, 110, 94, 1.00);
        display: flex;
        align-items: center;
        font-size: 1em;
        padding: 4px 7px;
        font-weight: bold;
        line-height: 1.5;
        width: fit-content;
        text-align: center;
        border-radius: 3px;
        margin: 5px 0;
      }
  }
}
section.ba-band2026-2 {
  background-image: url("../event/image/back-event.webp");
  background-size: cover;
  background-position: 50% 20%;
  & a {
    display: grid;
    background-image: linear-gradient(90deg, rgba(15, 170, 147, 1.00) 10%, rgba(128, 196, 186, 1.00) 50%, rgba(15, 170, 147, 1.00) 90%);
    padding: 5px;
    color: #fff;
  }
  & .all {
    margin: 0 auto;
				display: flex;
     align-items: stretch;
					gap: 5px;
    & .ba-img {
      display: flex;
      align-items: center;
      & img {
        width: 100%;
        height: auto;
        max-width: 600px;
        padding: 3px;
        filter: none;
      }
    }
    & > .mark {
        background: rgba(0, 110, 94, 1.00);
        display: flex;
        align-items: center;
        font-size: 1em;
        padding: 4px 7px;
        font-weight: bold;
        line-height: 1.5;
        width: fit-content;
        text-align: center;
        border-radius: 3px;
        margin: 5px 0;
      }
  }
}
section.ba-band2025-2 {
  background-image: url("../event/image/back-event.webp");
  background-size: cover;
  background-position: 50% 20%;
  & a {
    display: grid;
    background-image: linear-gradient(90deg, rgba(176, 155, 35, 1) 10%, rgba(230, 239, 177, 1) 50%, rgba(176, 155, 35, 1) 90%);
    padding-top: 6px;
    color: #fff;
  }
  & .all {
    margin: 0 auto;
    & .mark {
      background: #895796;
      display: flex;
      align-items: center;
      font-size: .8em;
      padding: 5px 1em 5px 5px;
      font-weight: bold;
      line-height: 1;
      width: fit-content;
      clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
      margin-bottom: -2px;
      & > span {
        font-size: 1.8em;
        padding: 0 2px;
        line-height: 1;
        position: relative;
        top: -1px;
      }
    }
    & .ba-img {
      display: flex;
      align-items: center;
      & img {
        width: 100%;
        height: auto;
        max-width: 400px;
      }
      & > div {
        background: #f00;
        border-radius: 50px;
        font-size: .8em;
        padding: 5px .7em;
        line-height: 1;
        font-weight: 600;
        position: relative;
        top: -2px;
        left: -5px;
        width: fit-content;
        margin: 0 auto;
      }
    }
  }
  & p {
    margin: 0;
    color: #bc031b;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    margin-top: -6px;
  }
}
section.ba-band a .txt .sub {
  font-size: clamp(.7em, 1.0vw, .8em);
  font-weight: 700;
  color: #f00;
  background-color: #ffffff;
  border: solid 1px #f00;
  margin-left: 8px;
  padding: 2px 8px 3px 8px;
  box-shadow: 0 0 1px #ffffff;
  border-radius: 0px;
  margin: 0 auto;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}
section.ba-band2 a .txt .sub {
  font-size: clamp(.7em, 1.0vw, .8em);
  background: #f00;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  margin: 0 10px;
}
section.ba-band a {
  background: #895796;
  color: #fff;
  display: grid;
  position: relative;
  place-content: center;
  padding: .4em;
  /* padding: .7em;*/
  transition: all 0.5s ease;
  font-size: clamp(.8em, 1.9vw, 1.0em);
  font-feature-settings: normal;
}
section.ba-band2 a {
  background: #b2a847;
  color: #fff;
  display: grid;
  position: relative;
  place-content: center;
  padding: .4em;
  /* padding: .7em;*/
  transition: all 0.5s ease;
  font-size: clamp(.8em, 1.9vw, 1.0em);
}
section.ba-band2 a .txt > div:not(:nth-child(2)) {
  max-width: 1000px; /* 上段 */
  text-align: center !important;
}
section.ba-band a img {
  width: 100%;
  height: auto;
  max-width: 580px; /* 上段 */
}
section.ba-band2 a img {
  width: 100%;
  height: auto;
  max-width: 580px; /* 上段 */
}
/*ループ用*/
.ba-sp-nencho25 {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 13%);
  width: fit-content;
  margin: 0 auto;
  padding: .3em;
  gap: .8em;
  align-items: center;
  font-size: clamp(.7em, 3.2vw, 1.3em);
  max-width: 680px;
  max-height: 100px;
}
.text-shadow {
  color: #FF7127;
  font-weight: bold;
  width: fit-content;
  -webkit-text-stroke: 4px #FFF;
  text-stroke: 4px #FFF;
  paint-order: stroke;
}
.text-shadow > span {
  font-size: .9em;
  padding-left: .4em;
}
.batadoki-box {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  font-weight: bold;
  color: #3853b5;
  width: fit-content;
}
.batadoki-box img {
  width: 100%;
  max-width: 220px;
}
.ba-band2025-2.common a {
  min-height: 100px;
  place-content: center;
}
section.ba-band.common a {
  min-height: 100px;
}
/* 聖子さん動画2025 */
.ba-ai-merit {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 15%);
  width: fit-content;
  margin: 0 auto;
  padding: .3em;
  gap: .8em;
  align-items: center;
  font-size: clamp(.7em, 3.8vw, 1.3em);
  max-width: 550px;
  max-height: 100px;
}
.merit-text {
  display: inline-block;
  font-size: 0.9em;
  /*font-weight: 500;
	color: #ffffff;
	background-color: #ef970c;
	padding: 3px 15px 4px 15px;
	border-radius: 8px;*/
  font-weight: 600;
  color: #ef970c;
  margin-left: 4px;
  vertical-align: middle;
}
.merit-text2 {
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  color: #ffffff;
  background-color: #ef970c;
  padding: 2px 13px;
  border-radius: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
.merit-title {
  font-size: 1.5em;
  color: #555555;
  font-weight: 600;
  text-shadow: 1px 1px 1px #d7d7d7;
  margin-top: 3px;
}
/* 展示会2024秋 */
section.ba-band a img.logo-event {
  width: 100%;
  height: auto;
  max-width: 700px;
}
section.ba-band a .txt > div {
  position: relative;
}
section.ba-band a > div figure {
  width: 60px;
  margin: 0 .5em 0 0;
}
section.ba-band a > div {
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 1;
}
section.ba-band a .txt > .txt2 {
  display: flex;
  align-items: center;
  margin-top: .5em;
  /*	 max-width: 650px;*/
  max-width: 750px; /* 下段 */
}
section.ba-band a .txt > .txt2 > div {
  position: relative;
}
section.ba-band a .txt > .txt2 > div:last-of-type {
  max-width: 350px;
  margin-left: 1em;
  top: -3px;
}
section.ba-band a .txt > .txt2 > div:last-of-type::before {
  content: "";
  width: 110%;
  height: 2px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.ba-common {
  margin-inline: auto;
  width: fit-content;
  min-height: 90px;
}
section.ba-common a {
  display: block;
}
.ba-common img {
  width: 100%;
  height: auto;
}
.ba-band, .ba-band2, .ba-common {
  animation-name: fadeIn;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.fadebox {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.report-title {
  max-width: 300px;
  margin-inline: auto;
  font-weight: 600;
}
.report-title > .title {
  background: var(--color-blue3);
  text-align: center;
  max-width: 300px;
  margin: .3em auto 0;
  font-size: clamp(.8em, 2.0vw, 1.0em);
  padding: .2em 0 .3em;
  border-radius: 5px;
  border: 2px solid var(--color-white1);
  line-height: 1.4;
}
.report-title > .evt-voice {
  background: var(--color-orange1);
  display: grid;
  place-content: center;
  width: fit-content;
  padding: 0.3em 1em;
  border-radius: 100px;
  position: relative;
  font-size: clamp(.5em, 2.0vw, .7em);
  white-space: nowrap;
}
.report-title > .evt-voice::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: inherit;
  position: absolute;
  bottom: -.5em;
  left: 3em;
  width: 1em;
  height: .5em;
  z-index: -1;
}
.title-flex {
  color: var(--color-white1);
  display: flex;
  align-items: center;
  gap: 1em;
}
.title-flex h1 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  max-width: 450px;
}
.title-flex h2 {
  font-size: clamp(.7em, 2.0vw, 1.1em);
  margin: 0 0 .4em;
  padding: 0;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ba-common {
  margin: 1em auto;
}
/* 企業向け導入事例 */
/*.ba-case-co-banner {
	margin-top: 2px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.ba-case-co-kacomi {
	background: #FF7127;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 15px;
	border-radius: 30px;
	margin-left: -307px;
}
.ba-case-title {
	font-size: 1.5em;
	color: #000000;
	border-bottom: thick double #F86913;
	margin-left: -241px;
	margin-top: 14px;
}
.ba-case-titleimg {
	height: auto;
	width: 18%;
	float: right;
	margin: -77px 350px 12px auto;
}*/
.box-co-ba-img a {
  background-image: url(../benny/image/bg_casetop2.png);
  background-size: cover;
  background-position: bottom;
  display: grid;
  place-content: center;
  border-top: 1px solid #0086c6;
  border-bottom: 1px solid #0086c6;
}
.box-co-ba-img a img {
  width: 100%;
  height: auto;
}
section.sp-kakushin a {
  background: #FBE9A1;
  color: #505eaf;
}
.click {
  background: #F29520;
  padding: 2px 8px 3px 8px;
  ;
  font-size: 0.8em;
  color: #fff;
  border-radius: 20px;
  vertical-align: middle;
}
.click2 {
  background: #FF6B1E;
  padding: 3px 8px 4px 8px;
  font-size: 0.7em;
  color: #fff;
  border-radius: 20px;
  vertical-align: middle;
}
@media screen and (max-width:728px) {
  .ba-common {
    min-height: auto;
  }
  section.ba-band a > div figure {
    margin: 0 .2em 0 0;
  }
  .title-flex {
    gap: .5em;
  }
  .txt {
    line-height: 1.4;
  }
  .ba-band2025-2 .all .ba-img {
    flex-direction: column;
    margin-bottom: .2em;
  }
  .ba-band2026-2 .all .ba-img {
    flex-direction: column;
    margin-bottom: .2em;
    margin-top: 5px;
  }
  .ba-band2026-3 .all .ba-img {
    flex-direction: column;
    margin-bottom: .2em;
    margin-top: 5px;
  }
  .txt3 {
    font-size: 1.0em;
	text-align: center;	  
  }
  .txt2 {
    font-size: 0.8em;
  }
  .section.event-txt:has(.ba-case-co-banner) {
    grid-template-columns: 1fr;
  }
  .ba-case-co-banner > span.icon {
    margin: 5px 0;
  }
  .ba-case-titleimg {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width:480px) {
  .title-flex h2 {
    margin: 0;
  }
  .txt,.txt3 {
    flex-direction: column;
				gap: 4px;
  }
		.txt2{
		text-align: center;
		}
}
}