@charset "utf-8";

/* ========================================
	ヘッダー設定
======================================== */
header {
  border-bottom: 0;
  padding-left: 13px;
  height: 80px;
  display: flex;
  align-items: center;
}
header .lp_header {
  flex-grow: 1;
}
.lp_header__brand{
  margin-left: 0!important;
  padding-left: 0!important;
}
@media (max-width: 750px) {
  header {
    padding-left: 20px;
    border-bottom: 4px solid #c81d33;
  }
}

.l-header{
  padding: 14px 30px 16px;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #f1f1f1;
  transition: .3s top;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  border: none;
  right: 0;
  left: auto;
}
@media (min-width: 1201px) {
  .l-header {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1200px) {
  .l-header{
    top:0 !important;
    padding: 14px 20px 14px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.l-header.js-scroll{
  top: -38px;
}
.l-header .l-header__toggle {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .l-header__toggle{
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  .l-header__toggle span{
    display: block;
    width: 100%;
    height: 4px;
    background: #c03;
    position: absolute;
  }
  .l-header__toggle span:nth-child(1){
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
  }
  .l-header__toggle span:nth-child(2){
    top:calc(50% - 13px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
  }
  .l-header__toggle span:nth-child(3){
    top: calc(50% + 13px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
  }
}

.l-header__top{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 12px;
}
.l-header__top__text{
  font-weight: 500;
}
@media (max-width: 1200px) {
  .l-header__top{
    display: none;
  }
}

.l-header__logo{
  width: 200px;
}
.l-header__logo__img{
  width: 100%;
  display: block;
}

.l-header__under{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .l-header__under{
    width: 100%;
  }
}

.l-header__overlay{
  display: none;
}
@media (max-width: 1200px) {
  .l-header__overlay{
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top:0;
    left: 0;
    background: rgba(#000,.6);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transition-property: opacity,visibility;
  }
  .l-header__overlay.js-open{
    opacity: 1;
    visibility: visible;
  }
}

.l-header .l-header__toggle.js-open + .l-header__navWrap{
  right: 0;
}
@media (max-width: 1200px) {
  .l-header__navWrap{
    position: fixed;
    transition: right .6s;
    right: -100%;
    top:0;
    max-width: 320px;
    width: 80%;
    height: 100svh;
    background: #fff;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 9999;
  }
  .l-header__navWrap__close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top:20px;
    cursor: pointer;
  }
  .l-header__navWrap__close span{
    display: block;
    width: 100%;
    height: 2px;
    background: #c03;
    position: absolute;
  }
  .l-header__navWrap__close span:nth-child(1){
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
  }
  .l-header__navWrap__close span:nth-child(2){
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
  }
}

.l-header__nav{
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  font-size: 1.3rem;
}

.l-header__nav__item{
  transition: color .3s;
}
.l-header__nav__item.js-active,&:hover{
  color: #c03;
}
.l-header__nav__item--contact{
  color: #fff;
  background: #c03;
  padding:15px 25px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: opacity .3s;
}
.l-header__nav__item--contact:hover{
  opacity: .8;
  color: #fff;
}

.l-header__nav__text{
  display: none;
}

@media (min-width: 1201px) {
  .l-header__nav {
    gap: 0;
  }
  .l-header__nav__item {
    font-size: min(13px, .9027777778vw);
    letter-spacing: -.02em;
    cursor: pointer;
  }
  .l-header__nav__item:not(:nth-child(1)) {
    margin-left: min(30px, 2.0833333333vw);
  }
  .l-header__nav__item--contact {
    width: min(194px, 13.4722222222vw);
    height: min(44px, 3.0555555556vw);
    padding-block: 0;
    line-height: min(44px, 3.0555555556vw);
    font-size: min(13px, .9027777778vw);
    font-weight: bold;
    letter-spacing: .04em;
    text-align: center;
    margin-left: min(35px, 2.4305555556vw);
    white-space: nowrap;
  }
  .l-header__nav__item--contact + .l-header__nav__item--contact {
    margin-left: min(12px, .8333333333vw);
  }
}
@media (max-width: 1440px) {
  .l-header__nav{
    gap: 20px;
  }
}
@media (max-width: 1270px) {
  .l-header__nav{
    gap: 15px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .l-header__nav{
    display: block;
    font-size: .9375rem ;
    text-align: center;
  }
  .l-header__nav__item{
    display: block;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .l-header__nav__item--contact{
    display: block;
    color: #fff;
    background: #c03;
    padding:15px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 20px;
    line-height: 1.6;
  }
  .l-header__nav__text{
    display: block;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}



/* ========================================
	共通設定
======================================== */
/* ======== 共通 ======== */
.l-header,
main{
  font-family: "Noto Sans JP", sans-serif;
}
.l-header a,
main a{
  text-decoration: none;
}
main *,
main *::before,
main *::after {
  box-sizing: border-box;
}
main img{
  vertical-align: middle;
}

.txt-color--red{
  color: #c81d33;
}
.sp-only{
  display: none;
}

@media (max-width: 768px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }

  .main-article{
    padding: 0;
  }
}


/* ========================================
	各ブロック設定
======================================== */
/* ======== kv ======== */
.kv{
  display: flex;
  align-items: center;
  min-height: 427px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/kv_img_pc.png) no-repeat center / cover;
}
.kv__inner{
  width: 1168px;
  margin: 0 auto;
}
.kv__heading .kv__heading-text{
  color: #fff;
  font-weight: bold;
}
.kv__heading-text--main{
  display: block;
  font-size: 66px;
}
.kv__heading-text--sub{
  display: inline-block;
  margin: 10px 0 0;
  padding: 9px 25px;
  background: #c81d33;
  font-size: 48px;
}
.kv__text{
  margin: 14px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .kv{
    aspect-ratio: 25 / 11;
    align-items: flex-start;
    min-height: auto;
    padding: 30px 20px 10px;
    background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/kv_img_sp.png) no-repeat center / cover;
  }
  .kv__inner{
    width: 100%;
  }
  .kv__heading-text--main{
    font-size: 6.4vw;
  }
  .kv__heading-text--sub{
    margin-top: 1.1vw;
    padding: 3px 8px;
    font-size: 4.8vw;
  }
  .kv__text{
    margin-top: 1.9vw;
    font-size: 3.5vw;
    line-height: 1.2;
  }
}


/* ======== cta ======== */
.cta{
  margin: 44px 0 0;
}
.threepoints + .cta{
  margin-top: 74px;
}
.case + .cta{
  margin: 72px 0 70px;
}
.cta__block{
  display: flex;
  justify-content: center;
  gap: 17px;
}
.cta-link{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 350px;
  height: 86px;
  color: #fff;
  background: #c81d33 url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/btn_arrow.png) right 15px center no-repeat;
  background-size: 20px auto;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.cta-link:hover{
  opacity: .8;
}
.cta-link small,
.cta-link span{
  color: #fff;
}
.cta-link small{
  position: relative;
  display: inline-block;
  padding-inline: 15px;
  margin-block: -2px 11px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .08em;
}
.cta-link small:before,
.cta-link small:after{
  content: "";
  position: absolute;
  top: -2px;
  width: 30px;
  height: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/btn_line.png) no-repeat;
  background-size: auto 16px;
}
.cta-link small:before {
  left: 0;
  background-position: top left;
}
.cta-link small:after {
  right: 0;
  background-position: top right;
}
.cta-link span{
  font-size: 21px;
  line-height: 1;
  letter-spacing: .04em;
}
@media (max-width: 768px) {
  .threepoints + .cta{
    margin-top: 44px;
  }
  .case + .cta{
    margin: 44px 0;
  }

  .cta__block{
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }

  .cta-link{
    width: 320px;
    height: 60px;
    background-position: right 12px center;
  }
  .cta-link small{
    margin-block: -2px 4px;
    font-size: 13px;
  }
  .cta-link span{
    font-size: 16px;
  }
}



/* ======== 2つの価値 ======== */
.twopoints{
  margin: 62px 0 0;
  text-align: center;
}
.twopoints__heading{
  color: #c81d33;
  font-size: 45px;
  font-weight: bold;
}
.twopoints__sub-heading{
  margin: 44px 0 0;
  font-size: 38px;
  font-weight: bold;
}
.twopoints__txt{
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.twopoints__cards{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 118px;
  margin: 54px 0 0;
}
.twopoints__cards::before{
  content: "";
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/twopoints_01_cross.png) no-repeat center / contain;
  width: 75px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.twopoints__card{
  width: 418px;
  padding: 18px;
  border-radius: 12px;
  background: #c81d33;
}
.twopoints__card::before{
  position: absolute;
  top: -18px;
  left: -28px;
  content: "";
  display: inline-block;
  width: 96px;
  height: 96px;
}
.twopoints__card--speed::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/twopoints_01_icon_speed.png) no-repeat center / contain;
}
.twopoints__card--scalable::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/twopoints_01_icon_scalable.png) no-repeat center / contain;
}
.twopoints__card-ttl{
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
.twopoints__card-txt{
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.twopoints__card-list{
  margin: 12px 16px 0;
}
.twopoints__card-item{
  padding: 4px;
  background: #fff;
  font-size: 23px;
  font-weight: 500;
}
.twopoints__card-item:nth-child(n + 2){
  margin-top: 10px;
}
@media (max-width: 768px) {
  .twopoints{
    margin-top: 42px;
  }
  .twopoints__heading{
    font-size: 32px;
    line-height: 1.25;
  }
  .twopoints__sub-heading{
    margin-top: 50px;
    font-size: 24px;
  }
  .twopoints__txt{
    font-size: 18px;
    line-height: 1.45;
  }

  .twopoints__cards{
    flex-direction: column;
    gap: 68px;
    margin-top: 48px;
    padding: 0 25px;
  }
  .twopoints__cards::before{
    width: 37px;
    height: 41px;
  }
  .twopoints__card{
    width: 100%;
    padding: 16px 2px 18px;
    border-radius: 6px;
  }
  .twopoints__card::before{
    top: -12px;
    left: -16px;
    width: 57px;
    height: 57px;
  }
  .twopoints__card-ttl{
    font-size: 40px;
    line-height: 1;
  }
  .twopoints__card-txt{
    margin-top: 2px;
    font-size: 20px;
  }
  .twopoints__card-list{
    margin-top: 6px;
  }
  .twopoints__card-item{
    font-size: 18px;
  }
  .twopoints__card-item:nth-child(n + 2){
    margin-top: 9px;
  }
}


/* ======== 多くの企業は、まず保守・運用の効率化からIoT化を始めます。 ======== */
.twopoints__bottom{
  min-height: 786px;
  margin: 54px 0 0;
  padding: 66px 0 0;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/twopoints_02_bg_pc.png) no-repeat bottom;
}
.field{
  margin: 44px 0 0;
}
.field__heading{
  max-width: 882px;
  margin: 0 auto;
  padding: 8px 10px;
  background: #000;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.field__media{
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}
.field__media-img{
  max-width: 496px;
}
.field__media-body{
  max-width: 369px;
  margin: 4px 0 0 25px;
}
.field__media-txt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
}
.field__label{
  display: inline-block;
  margin-right: 4px;
  padding: 2px 9px;
  border-radius: 6px;
  background: #7e8083;
  color: #fff;
}
.field__point{
  display: block;
  width: 100%;
  margin: 2px 0 0;
  font-size: 29px;
}

.field__media-txt--differentiated{
  margin-top: 18px;
}
.field__media-txt--differentiated .field__label{
  background: #c81d33;
}
.field__media-txt--differentiated .field__point{
  color: #c81d33;
}

.field__media-box{
  position: relative;
  margin: 31px 0 0;
  padding: 11px 10px;
  border: 1px solid #c81d33;
  border-radius: 6px;
  background: #fff;
  color: #c81d33;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
.field__media-box::before{
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 19px solid #c81d33;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
@media (max-width: 768px) {
  .twopoints__bottom{
    min-height: auto;
    margin-top: 66px;
    padding: 34px 0 90px;
    background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/twopoints_02_bg_sp.png) no-repeat bottom;
  }
  .twopoints__bottom .twopoints__txt{
    font-size: 15px;
    line-height: 1.52;
  }
  .field__heading{
    max-width: 344px;
    font-size: 23px;
    text-align: center;
  }
  .field__media{
    display: block;
    margin-top: 18px;
    padding: 0 14px;
  }
  .field__media-img{
    margin: 0 auto;
  }
  .field__media-body{
    margin: 26px auto 0;
  }
  .field__media-txt{
    font-size: 18px;
    line-height: 1.45;
  }
  .field__label{
    padding: 2px 7px;
  }
  .field__point{
    font-size: 23px;
  }

  .field__media-txt--differentiated{
    margin-top: 16px;
  }

  .field__media-box{
    margin: 33px 10px 0;
    padding: 9px 10px;
    font-size: 20px;
  }
  .field__media-box::before{
    top: -25px;
  }
}


/* ======== IoT化で価値を得るには、乗り越えないといけないさまざまなハードルがある ======== */
.problemsolving__heading{
  margin: 58px 0 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.problemsolving__img{
  max-width: 913px;
  margin: 4px auto 0;
}
.problemsolving__select{
  max-width: 760px;
  margin: 85px auto 0;
  padding: 19px 20px;
  border: 2px solid #c81d33;
  border-radius: 100vh;
  color: #c81d33;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

.tab{
  position: relative;
  max-width: 925px;
  margin: 68px auto 0;
}
.tab::before,
.tab::after{
  position: absolute;
  top: -62px;
  content: "";
  display: inline-block;
  width: 55px;
  height: 43px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/problemsolving_phase_allow.png) no-repeat center / contain;
}
.tab::before{
  left: calc(25% - 28px);
}
.tab::after{
  left: calc(75% - 28px);
}
.tab__label{
  display: flex;
  align-items: flex-end;
  margin-bottom: -4px;
  z-index: 10;
}
.tab__btn{
  width: 50%;
  padding: 15px 0;
  border: 4px solid #929292;
  border-right: none;
  border-bottom: none;
  background: #929292;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.tab__btn span{
  color: #fff;
}
.tab__btn-inner{
  position: relative;
  display: inline-block;
  padding-left: 2.1rem;
}
.tab__btn-num{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tab__btn.is-select{
  padding: 25px 0;
  border-right: 4px solid #929292;
  background: #fff;
  pointer-events: none;
}
.tab__btn.is-select span{
  color: #c81d33;
}
.tab__btn.is-select + .tab__btn{
  border-left: none;
  border-right: 4px solid #929292;
}


.tab__contents{
  padding: 52px 98px 86px;
  border: 4px solid #929292;
}

.tab__body:not(.is-select){
  display: none;
}

.tab__body-ttl{
  position: relative;
  padding: 0 0 10px 52px;
  border-bottom: 2px solid #c81d33;
  color: #c81d33;
  font-size: 24px;
  font-weight: bold;
}
.tab__body-ttl::before{
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
}
.tab__body-ttl--beginner::before{
  left: 6px;
  width: 35px;
  height: 45px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/icon_beginner.png) no-repeat center / contain;
}
.tab__body-ttl--security::before{
  left: 12px;
  width: 35px;
  height: 43px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/icon_security.png) no-repeat center / contain;
}
.tab__body-ttl--cycle::before{
  left: 0;
  width: 47px;
  height: 46px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/icon_cycle.png) no-repeat center / contain;
}
.tab__body-list + .tab__body-ttl{
  margin-top: 66px;
}

.tab__body-list{
  padding: 24px 40px;
  background: #ebebeb;
  font-size: 24px;
  font-weight: bold;
}
.tab__body-item{
  position: relative;
  padding: 0 0 12px 56px;
  border-bottom: 1px solid #000;
}
.tab__body-item:nth-child(n + 2){
  margin-top: 12px;
}
.tab__body-item::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  background: #fff;
}

.problemsolving__next{
  position: relative;
  margin: 58px 0 0;
  padding: 0 0 70px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.problemsolving__next::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  border-top: solid 46px #c81d33;
  border-right: solid 44px transparent;
  border-left: solid 44px transparent;
}
.problemsolving__next span{
  display: block;
  font-size: 38px;
}
@media (max-width: 768px) {
  .problemsolving__heading{
    margin-top: 36px;
    font-size: 24px;
    line-height: 1.25;
  }
  .problemsolving__img{
    margin-top: 9px;
  }
  .problemsolving__select{
    max-width: 76.3vw;
    margin-top: 40px;
    padding: 18px 10px 14px;
    border-radius: 15px;
    font-size: 19px;
    line-height: 1.38;
  }

  .tab::before,
  .tab::after{
    top: -60px;
    width: 30px;
    height: 23px;
  }
  .tab::before{
    left: calc(25% - 24px);
  }
  .tab::after{
    left: calc(75% - 3px);
  }
  .tab__btn{
    padding: 7px 6px;
    border-width: 2px;
    font-size: 14px;
    text-align: left;
  }
  .tab__btn-inner{
    padding-left: 1.9rem;
  }
  .tab__btn-num{
    font-size: 24px;
  }
  .tab__btn.is-select{
    padding: 10px 6px;
    border-right-width: 2px;
  }


  .tab__contents{
    border-width: 2px;
    padding: 24px 4px 36px;
  }

  .tab__body-ttl{
    padding: 0 0 12px 82px;
    font-size: 18px;
  }
  .tab__body-ttl::before{
    top: calc(50% - 8px);
  }
  .tab__body-ttl--beginner::before{
    left: 32px;
    width: 37px;
    height: 49px;
  }
  .tab__body-ttl--security::before{
    left: 36px;
    width: 36px;
    height: 45px;
  }
  .tab__body-ttl--cycle::before{
    width: 51px;
    height: 50px;
    left: 24px;
  }
  .tab__body-list + .tab__body-ttl{
      margin-top: 30px;
  }

  .tab__body-list{
    padding: 14px 12px 12px;
    font-size: 16px;
  }
  .tab__body-item{
    padding: 0 0 6px 30px;
  }
  .tab__body-item:nth-child(n + 2){
    margin-top: 7px;
  }
  .tab__body-item::before{
    top: calc(50% - 4px);
    width: 24px;
    height: 24px;
  }

  .problemsolving__next{
    margin-top: 42px;
    padding-bottom: 38px;
    font-size: 19px;
  }
  .problemsolving__next::after{
    bottom: -4px;
    border-top-width: 22px;
    border-right-width: 22px;
    border-left-width: 22px;
  }
  .problemsolving__next span{
    font-size: 24px;
  }
}


/* ======== 3つのポイント ======== */
.threepoints{
  margin: 34px 0 0;
  padding: 74px 0 104px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/threepoints_bg_pc.png) no-repeat top / cover;
  text-align: center;
}
.threepoints__heading{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.25;
}
.threepoints__intro{
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.threepoints__list{
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: 60px 0 0;
}
.threepoints__item{
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/threepoints_item_bg.png) no-repeat center / contain;
  width: 314px;
  height: 382px;
  padding: 60px 0 0;
}
.threepoints__item-num,
.threepoints__accordion-num{
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0 0 8px;
  border-radius: 50%;
  background: #c81d33;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.threepoints__item-ttl{
  font-size: 31px;
  font-weight: bold;
}
.threepoints__item-sub{
  color: #c81d33;
  font-size: 22px;
  font-weight: bold;
}
.threepoints__item-img{
  width: 82px;
  margin: 10px auto 0;
}
.threepoints__item-txt{
  margin: 12px 0 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.threepoints__bridge{
  max-width: 989px;
  margin: 30px auto 0;
  padding: 22px 0;
  background: #c81d33;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.35;
}

.threepoints__accordion{
  position: relative;
  max-width: 928px;
  margin: 62px auto 0;
}
.threepoints__accordion + .threepoints__accordion{
  margin-top: 45px;
}
.threepoints__accordion-inner{
  position: relative;
  overflow: hidden;
  padding: 38px 29px 84px;
  border-radius: 14px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
  background: #fff;
}
.threepoints__accordion-num{
  top: -13px;
  left: 18px;
  z-index: 10;
}

.threepoints__accordion-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  padding: 12px;
  border: none;
  background: #000;
  cursor: pointer;
}
.threepoints__accordion-btn span{
  display: inline-block;
  padding: 0 40px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.threepoints__accordion-btn span::after{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/accordion_icon_open.png) no-repeat center / contain;
}
.threepoints__accordion-content.is-open + .threepoints__accordion-btn span::after{
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/accordion_icon_close.png) no-repeat center / contain;
}

.threepoints__accordion-top{
  display: flex;
  align-items: center;
}
.threepoints__accordion-head{
  width: 116px;
}
.threepoints__accordion-icon{
  width: 81px;
}
.threepoints__accordion-label{
  font-size: 19px;
  font-weight: bold;
}

.threepoints__accordion-title{
  width: calc(100% - 565px);
  margin-left: 22px;
  text-align: left;
}
.threepoints__accordion-heading{
  color: #c81d33;
  font-size: 27px;
  font-weight: bold;
}
.threepoints__accordion-sub{
  margin-top: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.threepoints__accordion-type{
  display: flex;
  gap: 5px;
  margin-left: 12px;
}
.threepoints__accordion-text{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  padding: 0 10px;
  background: #929292;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.threepoints__accordion-list{
  width: 340px;
}
.threepoints__accordion-item{
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  border: 1px solid #929292;
  color: #c81d33;
  font-size: 18px;
  font-weight: 500;
}
.threepoints__accordion-item:nth-child(n + 2){
  margin-top: 5px;
}

.threepoints__accordion-content{
  width: 656px;
  margin: 43px auto 0;
  padding: 0 0 8px;
  border: 1px solid #000;
}
.threepoints__accordion-content .threepoints__accordion-heading{
  padding: 16px 70px 10px;
  background: #000;
  color: #fff;
  font-size: 18px;
}
.threepoints__accordion-content .threepoints__accordion-heading::before{
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 54px;
  height: 80px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/threepoints_01_main_icon.png) no-repeat center / contain;
}

.threepoints__accordion--02 .threepoints__accordion-content .threepoints__accordion-heading::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/threepoints_02_main_icon.png) no-repeat center / contain;
}
.threepoints__accordion--03 .threepoints__accordion-content .threepoints__accordion-heading::before{
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/threepoints_03_main_icon.png) no-repeat center / contain;
}

.threepoints__accordion-content .threepoints__accordion-heading span{
  display: block;
  margin: 2px 0 0;
  color: #fff;
  font-size: 24px;
}

.threepoints__accordion-detail{
  position: relative;
  margin: 7px 19px;
  padding: 10px;
}

.threepoints__accordion-detail::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background: #f7dde1;
}
.threepoints__accordion--02 .threepoints__accordion-detail::before{
  width: calc(100% * 2 / 3);
}
.threepoints__accordion--03 .threepoints__accordion-detail::before{
  width: calc(100% / 3);
  right: 0;
  left: auto;
}


.threepoints__steps{
  display: flex;
  gap: 4px;
}

.threepoints__step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #c81d33;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 8px 10px;
  width: calc((100% - 8px) / 3);
}
.threepoints__step:not(:last-of-type){
  margin-right: 10px;
}
.threepoints__step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #c81d33;
}
.threepoints__step:last-child::after {
  display: none;
}

.threepoints__details{
  display: flex;
  gap: 16px;
  margin: 14px 0 0;
}
.threepoints__detail{
  display: flex;
  flex-direction: column;
  width: calc((100% - 32px) / 3);
}
.threepoints__detail-issue{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 110px;
  margin: 0 0 22px;
  border: 1px solid #929292;
  background: #fff;
}
.threepoints__detail-issue::after{
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/icon_arrow_down_rd.png) no-repeat center / contain;
}
.threepoints__detail-ttl{
  padding: 5px;
  background: #929292;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.threepoints__detail-col{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 7px 14px 16px;
}
.threepoints__detail-txt{
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

.threepoints__accordion--01 .threepoints__detail--01 .threepoints__detail-img{
  width: 29px;
}
.threepoints__accordion--01 .threepoints__detail--02 .threepoints__detail-img{
  width: 32px;
}
.threepoints__accordion--01 .threepoints__detail--03 .threepoints__detail-img{
  width: 44px;
}
.threepoints__accordion--02 .threepoints__detail--01 .threepoints__detail-img{
  width: 38px;
}
.threepoints__accordion--02 .threepoints__detail--02 .threepoints__detail-img{
  width: 42px;
}
.threepoints__accordion--02 .threepoints__detail--03 .threepoints__detail-img{
  width: 47px;
}
.threepoints__accordion--03 .threepoints__detail--01 .threepoints__detail-img{
  width: 40px;
}
.threepoints__accordion--03 .threepoints__detail--02 .threepoints__detail-img{
  width: 58px;
}
.threepoints__accordion--03 .threepoints__detail--03 .threepoints__detail-img{
  width: 42px;
}

.threepoints__detail-support{
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 3px solid #c81d33;
  background: #fff;
}
.threepoints__detail-support .threepoints__detail-ttl{
  background: #c81d33;
}
.threepoints__detail-support .threepoints__detail-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 10px 0 12px;
  line-height: 1.35;
  text-align: center;
}

.threepoints__step--gr,
.threepoints__detail--gr .threepoints__detail-support .threepoints__detail-ttl{
  background: #929292;
}
.threepoints__step--gr::after{
  border-left-color: #929292;
}
.threepoints__detail--gr .threepoints__detail-support{
  border-color: #929292;
}
.threepoints__detail--gr .threepoints__detail-issue::after{
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/icon_arrow_down_gr.png) no-repeat center / contain;
}


.threepoints__effective{
  display: flex;
  align-items: center;
  justify-content: center;
}
.threepoints__effective-label{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border: 1px solid #c81d33;
  border-radius: 50%;
  color: #c81d33;
  font-size: 19px;
  font-weight: bold;
}
.threepoints__effective-txt{
  margin-left: 6px;
  color: #c81d33;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}
.threepoints__effective-img{
  width: 90px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .threepoints{
    padding: 54px 0 42px;
    background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/threepoints_bg_sp.png) no-repeat top / cover;
  }
  .threepoints__heading{
    font-size: 28px;
    line-height: 1.2;
  }
  .threepoints__intro{
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .threepoints__list{
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 54px;
  }
  .threepoints__list::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    border-top: solid 22px #c81d33;
    border-right: solid 22px transparent;
    border-left: solid 22px transparent;
  }
  .threepoints__item{
    width: 89.6vw;
    height: auto;
    padding: 34px 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
    border-radius: 6px;
    background: #fff;
  }
  .threepoints__item-num,
  .threepoints__accordion-num{
    top: -16px;
    width: 44px;
    height: 44px;
    padding: 0 0 5px;
    font-size: 36px;
  }
  .threepoints__item-ttl{
    font-size: 24px;
  }
  .threepoints__item-sub{
    font-size: 17px;
  }
  .threepoints__item-img{
    width: 61px;
    margin-top: 8px;
  }
  .threepoints__item-txt{
    margin-top: 14px;
    font-size: 15px;
  }

  .threepoints__bridge{
    max-width: 91.7vw;
    margin-top: 16px;
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
  }

  .threepoints__accordion{
    max-width: 89.3vw;
    margin-top: 52px;
  }
  .threepoints__accordion + .threepoints__accordion{
    margin-top: 55px;
  }
  .threepoints__accordion-inner{
    padding: 38px 14px 60px;
    border-radius: 6px;
  }
  .threepoints__accordion-num{
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .threepoints__accordion-btn{
    height: 30px;
    padding: 0 0 2px;
  }
  .threepoints__accordion-btn span{
    padding-right: 20px;
    font-size: 16px;
  }
  .threepoints__accordion-btn span::after{
    width: 13px;
    height: 13px;
    top: calc(50% + 2px);
  }

  .threepoints__accordion-top{
    display: block;
  }
  .threepoints__accordion-head{
    display: flex;
    align-items: center;
    width: auto;
    height: 62px;
    margin: 0 auto;
  }
  .threepoints__accordion-icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
  }
  .threepoints__accordion-label{
    margin-left: calc(50% + 30px);
    font-size: 16px;
    text-align: left;
  }

  .threepoints__accordion-title{
    width: 100%;
    margin: 10px 0 0;
  }
  .threepoints__accordion-heading{
    font-size: 20px;
  }
  .threepoints__accordion-sub{
    margin-top: 6px;
    font-size: 15px;
  }

  .threepoints__accordion-type{
    display: block;
    margin: 12px 0 0;
  }
  .threepoints__accordion-text{
    width: 100%;
    padding: 3px 0;
    font-size: 17px;
  }

  .threepoints__accordion-list{
    width: 100%;
    margin-top: 5px;
  }
  .threepoints__accordion-item{
    font-size: 17px;
  }

  .threepoints__accordion-content{
    width: 286px;
    margin-top: 18px;
  }
  .threepoints__accordion-content .threepoints__accordion-heading{
    padding: 16px 50px 12px;
    font-size: 12px;
  }
  .threepoints__accordion-content .threepoints__accordion-heading::before{
    width: 31px;
    height: 37px;
    left: 10px;
  }

  .threepoints__accordion-content .threepoints__accordion-heading span{
    margin: 0;
    font-size: 16px;
  }

  .threepoints__accordion-detail{
    display: flex;
    gap: 9px;
    margin: 14px 4px;
    padding: 12px 10px;
  }

  .threepoints__accordion-detail::before,
  .threepoints__accordion--02 .threepoints__accordion-detail::before,
  .threepoints__accordion--03 .threepoints__accordion-detail::before{
    width: 100%;
  }
  .threepoints__accordion--02 .threepoints__accordion-detail::before{
    height: calc(100% * 2 / 3);
  }
  .threepoints__accordion--03 .threepoints__accordion-detail::before{
    top: auto;
    height: calc(100% / 3);
  }


  .threepoints__steps{
    flex-direction: column;
    gap: 16px;
    width: 24px;
  }

  .threepoints__step {
    width: 100%;
    height: 107px;
    font-size: 13px;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .threepoints__step:not(:last-of-type){
    margin: 0;
  }
  .threepoints__step::after {
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -8px;
    border-top: 8px solid #c81d33;
    border-right: 12px solid transparent;
    border-bottom: none;
    border-left: 12px solid transparent;
  }

  .threepoints__details{
    flex-direction: column;
    width: calc(100% - 33px);
    margin: 0;
  }
  .threepoints__detail{
    width: 100%;
    margin-top: 6px;
  }
  .threepoints__detail-issue{
    flex-direction: row;
    min-height: 44px;
    margin-bottom: 14px;
  }
  .threepoints__detail-issue::after{
    bottom: -11px;
    width: 20px;
    height: 11px;
  }
  .threepoints__detail-ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    padding: 0;
    font-size: 14px;
    writing-mode: vertical-rl;
  }
  .threepoints__detail-col{
    width: 100%;
    padding: 0 6px;
  }
  .threepoints__detail-txt{
    font-size: 10px;
    letter-spacing: -1px;
  }

  .threepoints__accordion--01 .threepoints__detail--01 .threepoints__detail-img{
    width: 24px;
  }
  .threepoints__accordion--01 .threepoints__detail--02 .threepoints__detail-img{
    width: 25px;
  }
  .threepoints__accordion--01 .threepoints__detail--03 .threepoints__detail-img{
    width: 29px;
  }
  .threepoints__accordion--02 .threepoints__detail--01 .threepoints__detail-img{
    width: 34px;
  }
  .threepoints__accordion--02 .threepoints__detail--02 .threepoints__detail-img{
    width: 34px;
  }
  .threepoints__accordion--02 .threepoints__detail--03 .threepoints__detail-img{
    width: 32px;
  }
  .threepoints__accordion--03 .threepoints__detail--01 .threepoints__detail-img{
    width: 28px;
  }
  .threepoints__accordion--03 .threepoints__detail--02 .threepoints__detail-img{
    width: 37px;
  }
  .threepoints__accordion--03 .threepoints__detail--03 .threepoints__detail-img{
    width: 31px;
  }

  .threepoints__detail-support{
    flex-direction: row;
    min-height: 44px; 
  }
  .threepoints__detail-support .threepoints__detail-ttl{
    width: 18px;
  }
  .threepoints__detail-support .threepoints__detail-txt{
    justify-content: flex-start;
    width: calc(100% - 18px);
    margin: 0;
    padding: 0 6px;
    text-align: left;
  }

  .threepoints__step--gr::after{
    border-top-color: #929292;
  }


  .threepoints__effective{
    margin: 0 4px;
  }
  .threepoints__effective-label{
    width: 39px;
    height: 39px;
    font-size: 14px;
  }
  .threepoints__effective-txt{
    margin-left: 4px;
    font-size: 12px;
  }
  .threepoints__effective-img{
    width: 52px;
    margin-left: 2px;
  }
}


/* ======== 導入事例 ======== */
.case{
  margin: 116px 0 0;
}

.case__heading{
  font-size: 43px;
  font-weight: bold;
  text-align: center;
}

.case__card{
  max-width: 877px;
  margin: 40px auto 0;
  padding: 10px;
  border-radius: 30px;
  background: #ebebeb;
}
.case__card-heading{
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 26px 26px 0 0;
  background: #fff;
}
.case__card-ttl{
  min-width: 347px;
  margin-right: 15px;
  font-size: 26px;
  font-weight: bold;
}
.case__card-ttl span{
  display: inline-block;
  width: 124px;
  margin-right: 6px;
  padding: 8px;
  border-radius: 100vh;
  background: #c81d33;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.case__card-sub{
  position: relative;
  padding-left: 18px;
  font-size: 21px;
  font-weight: bold;
}
.case__card-sub::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 6px;
  height: 50px;
  background: #c81d33;
}

.case__card-content{
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 26px 26px 30px;
}
.comment{
  width: 280px;
  padding: 24px 0 0;
  border-radius: 14px;
  background: #c81d33;
}
.comment__txt{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.comment__img{
  width: 118px;
  margin: 0 auto;
}

.case__card-detail{
  width: calc(100% - 304px);
}
.detail__item{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100px;
  margin-top: -6px;
}
.detail__item + .detail__item::before{
  position: absolute;
  top: -2px;
  right: 0;
  content: "";
  display: inline-block;
  width: calc(100% - 206px);
  height: 1px;
  background: #c81d33;
}
.detail__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 99px;
  padding: 0 12px 10px 0;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/case_detail_bg_line2.png) no-repeat center / contain;
  color: #c81d33;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.detail__ttl--line3{
  height: 126px;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/case_detail_bg_line3.png) no-repeat center / contain;
}
.detail__txt{
  width: calc(100% - 212px);
  padding: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .case{
    margin-top: 40px;
  }

  .case__heading{
    font-size: 24px;
  }

  .case__card{
    max-width: 352px;
    margin-top: 14px;
    padding: 6px;
    border-radius: 15px;
  }
  .case__card-heading{
    display: block;
    padding: 6px 12px;
    border-radius: 12px 12px 0 0;
  }
  .case__card-ttl{
    min-width: auto;
    margin: 0;
    font-size: 15px;
  }
  .case__card-ttl span{
    width: 62px;
    margin-right: 8px;
    padding: 3px;
    font-size: 15px;
  }
  .case__card-sub{
    margin-top: 6px;
    padding: 8px 0 0;
    border-top: 1px solid #c81d33;
    font-size: 14px;
    text-align: center;
  }
  .case__card-sub::before{
    display: none;
  }

  .case__card-content{
    display: block;
    padding: 16px 12px;
  }
  .comment{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    border-radius: 7px;
  }
  .comment__txt{
    width: calc(100% - 59px);
    font-size: 12px;
    text-align: left;
  }
  .comment__img{
    width: 59px;
  }

  .case__card-detail{
    width: 100%;
  }
  .detail__item{
    display: block;
    min-height: auto;
    margin: 15px 0 0;
  }
  .detail__item + .detail__item{
    margin-top: 20px;
  }
  .detail__item + .detail__item::before{
    display: none;
  }
  .detail__ttl{
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
    background: #fff;
    font-size: 15px;
  }
  .detail__txt{
    width: 100%;
    margin: 10px 0 0;
    padding: 0 10px;
    font-size: 14px;
  }
}


/* ======== ページ一番下バナーリンク ======== */
.footerbnr{
  margin: 106px 0 62px;
}
.footerbnr__txt{
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.footerbnr__link{
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 21px auto 0;
}
@media (max-width: 768px) {
  .footerbnr{
    margin: 45px 0 20px;
  }
  .footerbnr__txt{
    font-size: 13px;
  }
  .footerbnr__link{
    margin-top: 12px;
    width: 85.0666666667vw;
  }
}


/* ======== 右下追従 ======== */
.fixedbnr{
  position: fixed;
  right: 0;
  bottom: 54px;
  z-index: 10;
  transition: transform .3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 258px;
  height: 147px;
  border: 2px solid #c81d33;
  border-radius: 20px 0 0 20px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}
.fixedbnr.is-hide{
  transform: translateX(120%);
}
.fixedbnr__close{
  position: absolute;
  top: -10px;
  left: -12px;
  z-index: 9;
  width: 31px;
  height: 31px;
  border: 0;
  background: url(/content/dam/nttcom/hq/jp/business/services/connectiot/lp/embedded-iot/img/bnr_btn_close.png) no-repeat center / contain;
  cursor: pointer;
}
.fixedbnr__txt{
  font-size: 19px;
  font-weight: bold;
  line-height: 1.35;
}
.fixedbnr__link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 42px;
  margin: 8px 0 0;
  border-radius: 10px;
  background: #c81d33;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.fixedbnr__link:hover{
  color: #fff;
  opacity: .8;
}

/* ホワイトペーパー */
.fixedbnr.whitepaper{
  right: 0;
  bottom: 202px;
  z-index: 10;
  width: 267px;
  height: 422px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.fixedbnr.whitepaper .fixedbnr__close{
  top: 0;
  left: -2px;
}
.fixedbnr.whitepaper .fixedbnr__link{
  position: absolute;
  bottom: 48px;
  left: calc(50% + 6px);
  transform: translateX(-50%);
}
.fixedbnr.whitepaper .fixedbnr__txt{
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  padding: 0 0 0 12px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.fixedbnr a:visited{
color:#fff;
}

@media (max-width: 768px) {
  .fixedbnr{
    display: none;
  }
}