@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
:root {
  --navy: #071b31;
  --blue: #0b4380;
  --cyan: #19c8e4;
  --ice: #eef7fa;
  --line: #dbe6eb;
  --text: #183044
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: 'Noto Sans JP', sans-serif
}
.bc-lp {
  overflow: hidden
}
.bc-container {
  width: min(1160px, calc(100% - 80px));
  margin: auto
}
.bc-section {
  padding: 100px 0;
}
.bc-kicker {
  margin: 0 0 22px;
  color: #1689ac;
  font: 600 13px/1 'Barlow Condensed', sans-serif;
  letter-spacing: .22em
}
.bc-kicker:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  margin: 0 13px 4px 0;
  background: currentColor
}
.bc-kicker--light {
  color: #7adff0
}
.bc-heading {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.4;
  letter-spacing: .04em
}
.bc-display {
  margin: 0;
  color: var(--navy);
  font-size: clamp(35px, 4vw, 58px);
  line-height: 1.52;
  letter-spacing: .04em
}
.bc-display em, .bc-system h2 em {
  color: #118db0;
  font-style: normal
}
.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 230px;
  padding: 19px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  transition: .25s
}
.bc-btn svg, .bc-textlink svg, .bc-header__contact svg, .bc-product a svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6
}
.bc-btn:hover, .bc-header__contact:hover {
  transform: translateY(-2px)
}
.bc-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 290px 1fr 220px;
  align-items: center;
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #ffffff2e;
  color: #fff
}
.bc-logo {
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: 25px 17px;
  align-items: center;
  padding-left: 40px;
  color: inherit;
  text-decoration: none;
  font: 700 25px/1 'Barlow Condensed', sans-serif;
  letter-spacing: .08em
}
.bc-logo__mark {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--cyan);
  color: var(--cyan);
  font-size: 18px;
  transform: skew(-7deg)
}
.bc-logo small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  opacity: .7
}
.bc-header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 38px;
  padding-right: 45px
}
.bc-header__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .08em
}
.bc-header__contact {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--cyan);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: .25s
}
.bc-hero {
  position: relative;
  min-height: 810px;
  background: var(--navy);
  color: #fff
}
.bc-hero__image {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #031222fc 0%, #031222de 30%, #03122238 66%, #03122214), url('https://www.mecc.co.jp/broadcast/wp-content/themes/mecc-mt/img/broadcast-hero.png') center/cover
}
.bc-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, #0516278c)
}
.bc-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 80px));
  margin: auto;
  padding-top: 230px
}
.bc-hero h1 {
  margin: 0;
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.42;
  letter-spacing: .07em;
  text-shadow: 0 4px 30px #00000040
}
.bc-hero__lead {
  margin: 30px 0 42px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .05em
}
.bc-hero__actions {
  display: flex;
  align-items: center;
  gap: 35px
}
a.bc-btn--white {
  background: #fff;
  color: var(--navy)
}
a.bc-textlink {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #ffffff73;
  padding: 10px 0
}
.bc-scroll {
  position: absolute;
  z-index: 3;
  left: 35px;
  bottom: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  writing-mode: vertical-rl;
  color: #ffffffa6;
  font: 500 9px/1 'Barlow Condensed', sans-serif;
  letter-spacing: .22em
}
.bc-scroll span {
  width: 1px;
  height: 55px;
  background: linear-gradient(var(--cyan), transparent)
}
.bc-hero__signal {
  position: absolute;
  z-index: 1;
  right: -100px;
  bottom: 90px;
  width: 420px;
  height: 210px
}
.bc-hero__signal i {
  position: absolute;
  inset: 0;
  border: 1px solid #19c8e42e;
  border-radius: 50%;
  transform: rotate(-12deg)
}
.bc-hero__signal i:nth-child(2) {
  inset: 35px
}
.bc-hero__signal i:nth-child(3) {
  inset: 70px
}
/*==================================
導入メッセージ
==================================*/
.bc-intro {
  background: #fff
}
.bc-intro__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0 110px;
  align-items: center
}
.bc-intro__copy {
  position: relative;
  padding: 52px 0 45px
}
.bc-intro__copy:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, var(--cyan), transparent)
}
.bc-intro__copy p {
  margin: 0 0 23px;
  font-size: 15px;
  line-height: 2.15
}
.bc-intro__strong {
  padding-top: 15px;
  color: var(--blue);
  font-size: 18px !important;
  font-weight: 700
}
/*==================================
放送業務
==================================*/
.bc-system {
  position: relative;
  min-height: 760px;
  background: #eaf2f5
}
.bc-system__photo {
  position: absolute;
  inset: 0;
  background: url('https://www.mecc.co.jp/broadcast/wp-content/themes/mecc-mt//img/broadcast-system.png') center/cover
}
.bc-system__wrap {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}
.bc-system__panel {
  width: 560px;
  padding: 70px 65px;
  background: #fffffff0;
  box-shadow: 0 25px 70px #071b3126;
  backdrop-filter: blur(6px)
}
.bc-system h2 {
  margin: 0 0 25px;
  color: var(--navy);
  font-size: 46px;
  line-height: 1.45;
  letter-spacing: .05em
}
.bc-system__panel > p:not(.bc-kicker) {
  font-size: 14px;
  line-height: 2
}
.bc-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 35px;
  border-top: 1px solid var(--line)
}
.bc-flow div {
  padding: 19px 6px 0;
  border-right: 1px solid var(--line)
}
.bc-flow div:last-child {
  border: 0
}
.bc-flow span {
  display: block;
  color: #38acc8;
  font: 600 10px 'Barlow Condensed', sans-serif
}
.bc-flow b {
  font-size: 13px;
  color: var(--navy)
}
.bc-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 65px
}
.bc-heading-row > p {
  margin: 0;
  color: #5b6f7d;
  font-size: 14px;
  line-height: 2
}
/*==================================
選ばれる理由
==================================*/
.bc-reasons {
  background: #f5f9fa
}
.bc-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid #cbdce3
}
.bc-reason {
  position: relative;
  padding: 43px 28px 48px;
  border-right: 1px solid #cbdce3
}
.bc-reason:last-child {
  border-right: 0
}
.bc-reason > span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #9db4bf;
  font: 600 12px 'Barlow Condensed', sans-serif
}
.bc-reason__icon {
  height: 74px;
  display: flex;
  align-items: flex-end;
  gap: 6px
}
.bc-reason__icon i {
  display: block;
  width: 10px;
  background: #0f91b8
}
.bc-reason__icon i:nth-child(1) {
  height: 28px;
  opacity: .35
}
.bc-reason__icon i:nth-child(2) {
  height: 47px;
  opacity: .65
}
.bc-reason__icon i:nth-child(3) {
  height: 65px
}
#second .bc-reason h3 {
  min-height: 58px;
  margin: 24px 0 14px;
  font-size: 17px;
  line-height: 1.7;
	border: none;
	background: none;
	padding: 0;
}
.bc-reason p {
  margin: 0;
  color: #5c6d78;
  font-size: 13px;
  line-height: 1.95
}
/*==================================
製品ラインナップ
==================================*/
.bc-products {
  position: relative;
  background: var(--navy);
  color: #fff
}
.bc-products:before, .bc-contact__grid {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#ffffff06 1px, transparent 1px), linear-gradient(90deg, #ffffff06 1px, transparent 1px);
  background-size: 55px 55px
}
.bc-products > .bc-container {
  position: relative
}
.bc-heading-row--light .bc-heading, .bc-heading-row--light > p {
  color: #fff
}
.bc-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}
.bc-product {
  position: relative;
  min-height: 490px;
  padding: 28px 30px 30px;
  border: 1px solid #ffffff21;
  background: #ffffff0e;
  transition: .3s
}
.bc-product a{
	color: #75dcec;
}
.bc-product:hover {
  transform: translateY(-7px);
  border-color: #19c8e4b3;
  background: #ffffff17
}
.bc-product__top {
  display: flex;
  justify-content: space-between;
  color: #75dcec;
  font: 500 12px 'Barlow Condensed', sans-serif;
  letter-spacing: .13em
}
.bc-product__visual {
  margin: 22px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #fff;
}
.bc-product__visual img{
	max-height: 150px;
    width: 90%;
    object-fit: contain;
}
.bc-product .more{
	text-align: right;
	margin-top: 30px;
}
.bc-rack {
  width: 90px
}
.bc-rack i {
  display: block;
  height: 18px;
  margin: 5px;
  border: 1px solid #75dcec7a;
  background: linear-gradient(90deg, #19c8e433 75%, #35d1e9 75%)
}
.bc-wave {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 55px
}
.bc-wave i {
  width: 3px;
  border-radius: 3px;
  background: #44d6ec
}
.bc-wave i:nth-child(1), .bc-wave i:nth-child(5) {
  height: 16px
}
.bc-wave i:nth-child(2), .bc-wave i:nth-child(4) {
  height: 35px
}
.bc-wave i:nth-child(3) {
  height: 55px
}
.bc-product__name {
  margin: 0;
  color: #aebfca;
  font-size: 12px
}
#second .bc-product h3 {
	color: #fff;
  margin: 8px 0 15px;
  font: 600 26px 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  border: none;
	background: none;
	padding: 0;
}
.bc-product__text {
  margin: 0;
  color: #c6d1d9;
  font-size: 13px;
  line-height: 1.9
}
.bc-product > a {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff29;
  padding-top: 16px;
  color: #72dced;
  text-decoration: none;
  font: 600 11px 'Barlow Condensed', sans-serif;
  letter-spacing: .13em
}
.bc-support__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center
}
.bc-support__photo {
  position: relative;
  min-height: 760px;
  background: url('https://www.mecc.co.jp/broadcast/wp-content/themes/mecc-mt//img/broadcast-support.png') center/cover
}
.bc-support__photo:after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid #ffffff66
}
.bc-support__photo span {
  position: absolute;
  z-index: 1;
  bottom: 44px;
  left: 45px;
  color: #fff;
  font: 600 12px 'Barlow Condensed', sans-serif;
  letter-spacing: .2em
}
.bc-support__lead {
  margin: 28px 0 35px;
  font-size: 14px;
  line-height: 2
}
.bc-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line)
}
.bc-steps li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line)
}
.bc-steps span {
  color: #1592b5;
  font: 600 14px 'Barlow Condensed', sans-serif
}
.bc-steps h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 15px
}
.bc-steps p {
  margin: 0;
  color: #6c7b84;
  font-size: 12px;
  line-height: 1.7
}
/*==================================
お客様の声
==================================*/
.bc-voice {
  background: var(--ice)
}
.bc-voice__card {
  position: relative;
  margin-top: 45px;
  padding: 65px 80px 58px;
  background: #fff;
  border-left: 5px solid var(--cyan);
  box-shadow: 0 18px 50px #071b3112
}
.bc-voice__card .photo{
	width: 70%;
	margin: 0 0 0 auto;
}
.bc-voice__card img{
	width: 100%;
}
.voice_name{
	font-size: 0.8rem;
    text-align: right;
    padding: 1rem 0 0;
}
.bc-quote {
  position: absolute;
  right: 55px;
  top: 5px;
  color: #d6eff4;
  font: 700 130px/1 Georgia, serif
}
.bc-voice__title {
  position: relative;
  margin: 0 0 25px;
  color: var(--navy);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.65
}
.bc-voice__text {
  position: relative;
  max-width: 850px;
  margin: 0;
  color: #556975;
  font-size: 14px;
  line-height: 2
}
.bc-voice__person {
  margin: 25px 0 0;
  color: #1689ac;
  font-size: 13px;
  font-weight: 700
}
.bc-contact {
  position: relative;
  padding: 115px 0;
  background: linear-gradient(125deg, #071b31, #0c3f69);
  color: #fff
}
.bc-contact__inner {
  position: relative;
  text-align: center
}
.bc-contact h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.5;
  letter-spacing: .06em
}
.bc-contact__inner > p:not(.bc-kicker) {
  margin: 25px 0 42px;
  color: #c7d5de;
  font-size: 14px;
  line-height: 2
}
.bc-contact__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px
}
.bc-btn--cyan {
  background: var(--cyan);
  color: var(--navy)
}
.bc-contact__actions div {
  display: flex;
  flex-direction: column;
  text-align: left
}
.bc-contact__actions small {
  color: #91aabc;
  font-size: 10px
}
.bc-contact__actions div a {
  color: #fff;
  text-decoration: none;
  font: 600 29px 'Barlow Condensed', sans-serif;
  letter-spacing: .07em
}
.bc-footer {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  background: #041321;
  color: #fff
}
.bc-logo--footer {
  padding-left: 0
}
.bc-footer p {
  font: 500 10px 'Barlow Condensed', sans-serif;
  letter-spacing: .12em;
  color: #8293a0
}
@media(max-width:900px) {
  .bc-container, .bc-hero__inner {
    width: min(100% - 42px, 720px)
  }
  .bc-header {
    grid-template-columns: 1fr 76px;
    height: 70px
  }
  .bc-logo {
    padding-left: 20px
  }
  .bc-header__nav {
    display: none
  }
  .bc-header__contact {
    height: 70px;
    font-size: 0
  }
  .bc-hero {
    min-height: 720px
  }
  .bc-hero__inner {
    padding-top: 190px
  }
  .bc-intro__grid, .bc-support__grid {
    grid-template-columns: 1fr;
    gap: 55px
  }
  .bc-intro__copy:before {
    left: 0;
    top: -15px;
    width: 100%;
    height: 1px
  }
  .bc-reasons__grid, .bc-products__grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .bc-reason:nth-child(2) {
    border-right: 0
  }
  .bc-system__panel {
    width: min(90%, 560px)
  }
  .bc-heading-row {
    align-items: flex-start;
    gap: 30px
  }
  .bc-support__photo {
    min-height: 520px
  }
}
@media(max-width:600px) {
  .bc-section {
    padding: 80px 0 0;
  }
  .bc-container, .bc-hero__inner {
    width: calc(100% - 36px)
  }
  .bc-logo {
    grid-template-columns: 35px auto;
    padding-left: 16px;
    font-size: 22px
  }
  .bc-logo small {
    font-size: 8px
  }
  .bc-hero {
    min-height: 690px
  }
  .bc-hero__image {
    background-position: 62% center
  }
  .bc-hero__inner {
    padding-top: 170px
  }
  .bc-hero h1 {
    font-size: 30px
  }
  .bc-hero__lead br {
    display: none
  }
  .bc-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px
  }
  .bc-scroll {
    display: none
  }
  .bc-intro__grid {
    gap: 38px
  }
  .bc-display {
    font-size: 30px
  }
  .bc-system {
    min-height: 710px;
    padding: 280px 0 30px
  }
  .bc-system__photo {
    height: 340px;
    bottom: auto
  }
  .bc-system__wrap {
    min-height: auto
  }
  .bc-system__panel {
    width: 100%;
    padding: 42px 25px
  }
  .bc-system h2 {
    font-size: 30px
  }
  .bc-flow b {
    font-size: 11px
  }
  .bc-heading-row {
    display: block;
    margin-bottom: 40px
  }
  .bc-heading-row > p {
    margin-top: 18px
  }
  .bc-reasons__grid, .bc-products__grid {
    grid-template-columns: 1fr
  }
  .bc-reason {
    border-right: 0;
    border-bottom: 1px solid #cbdce3
  }
  .bc-product {
    min-height: 470px
  }
  .bc-support__photo {
    min-height: 430px
  }
  .bc-support__grid {
    gap: 45px
  }
  .bc-voice__card {
    padding: 52px 25px 38px
  }
  .bc-voice__title {
    font-size: 21px
  }
  .bc-quote {
    right: 18px;
    font-size: 90px
  }
  .bc-contact {
    padding: 80px 0
  }
  .bc-contact__actions {
    flex-direction: column;
    gap: 30px
  }
  .bc-contact__actions div {
    text-align: center
  }
  .bc-footer {
    height: auto;
    padding: 30px 20px;
    gap: 20px
  }
  .bc-logo--footer {
    padding-left: 0
  }
	.bc-voice__card .photo{
		width: 60%;
		margin: 0 auto;
	}
	.voice_name {
		text-align: center;
	}
}