@charset "UTF-8";

/*-- reset --*/
main * {
  margin: 0px;
  padding: 0px;
}

main li{
  list-style: none;
}

main dl,
main dt,
main dd{
  margin: 0;
}

main a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

main button{
  -webkit-tap-highlight-color: transparent;
}

main *:focus {
  outline: none;
}

/*-- common --*/
main h2 {
  font-weight: bold;
  display: block;
}

main .btnArea{
  display: flex;
  justify-content: center;
}

main .btnArea a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 8px;
}

main .btnArea span{
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

main img{
  width: 100%;
}

main .annotation{
  font-size: 1.2rem;
}

.underlineLink{
  text-decoration: underline;
  color: #07a32b;
}

.btnArea.topLink a{
  background-color: #07a32b;
  color: #fff;
  position: relative;
  border: 1px solid #07a32b;
}

.btnArea.topLink a:after{
  content:'';
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnArea.topLink a sup {
  padding-bottom: 0.7em;
}

/*-- .actionBtn --*/
main .actionBtn{
  width: 100%;
  background-color: #E5F6E9;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

main .actionBtn.hide{
  display: none;
}

main .actionBtn .btnInner{
  position: relative;
}

main .actionBtn .closeBtn{
  position: absolute;
  background-color: #fff;
  border: solid 2px #07a32b;
  border-radius: 50%;
  font-size: 0;
}

main .actionBtn .closeBtn:before,
main .actionBtn .closeBtn:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #07a32b;
}

main .actionBtn .closeBtn:before{
  transform: translate(-50%,-50%) rotate(45deg);
}

main .actionBtn .closeBtn:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

main .actionBtn ul li{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main .actionBtn ul li p{
  font-weight: bold;
  text-align: center;
}

main .actionBtn ul li a{
  width: 100%;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

main .actionBtn ul li .btnArea a{
  background-color: #F99427;
  border: 1px solid #F99427;
}

/*-- .modal --*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(10, 10, 10, 0.3);
  z-index: 10000;
}

#tmp_255-security .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 800px;
  border-radius: 20px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 10001;
}

#tmp_255-security .modal.on {
  display: block;
}

#tmp_255-security .modalInner {
  text-align: left;
}

#tmp_255-security .modal .modalInner li.modalInner2 .Image__moduleA,
#tmp_255-security .modal .modalInner li.modalInner3 .Image__moduleA{
  margin-bottom: 0;
}

#tmp_255-security .modalInner li.modalInner1,
#tmp_255-security .modalInner li.modalInner2,
#tmp_255-security .modalInner li.modalInner3  {
  display: none;
}

#tmp_255-security .modal.on .modalInner li.modalInner1.show,
#tmp_255-security .modal.on .modalInner li.modalInner2.show,
#tmp_255-security .modal.on .modalInner li.modalInner3.show {
  display: block;
}

#tmp_255-security .modal ul.modalTxt>li{
  display: grid;
  grid-template-columns: 2em 1fr;
  font-size: 1.4rem;
}

#tmp_255-security ul.dotList li{
  padding-left: 1em;
  text-indent: -1em;
}

#tmp_255-security .modal .btnArea a {
  background-color: #07a32b;
  color: #fff;
  position: relative;
  border: 1px solid #07a32b;
}

#tmp_255-security .modal .btnArea a:after,
#tmp_255-security .modal .btnArea a:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

#tmp_255-security .modal .btnArea a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#tmp_255-security .modal .btnArea a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.highlight{
  color: #F99427;
  font-weight: bold;
}

/*-- #mainVisual --*/
main #mainVisual .innerWrap{
  background-color: #F9F9F9;
}

#mainVisual .kv{
  position: relative;
}

#mainVisual .Heading_Subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #07a32b;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
}

#mainVisual h1 span{
  display: block;
}

#mainVisual .Heading_TxtArea h2{
  color: #07a32b;
}

/*-- #anchorLinkArea --*/
#anchorLinkArea .AnchorLink__text{
  font-weight: bold;
}

#anchorLinkArea .AnchorLink__text span{
  font-size: 0.8em;
}

/*-- #identification --*/
#identification .Text__module.-spaceWide>p:not(:first-child){
  margin-top: 1em;
}

#identification .linkBtnArea{
  display: flex;
  flex-direction: column;
}

main #identification .btnArea{
  flex-direction: column;
  align-items: center;
}

#identification .txtIndent{
  text-indent: -1em;
  padding-left: 1em;
}

#identification .Table__header02{
  text-align: center;
}

#identification .Table__Img{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
}

#identification .Table__data span.Table__Caption{
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#identification .Table__data span.Table__Caption span{
  padding: 0 1em;
}

#identification .Table__data span{
  display: block;
}

#identification .btnArea.topLink a:after,
#identification .btnArea.dispSp a:after{
  content: none;
}

/*-- #aboutService --*/
#aboutService .btnArea {
  margin-top: 20px;
}


/*-- PC --*/
@media (min-width: 1025px){
  /*-- common --*/
  main #tmp_255-security .dispPc{
    display: flex;
  }

  main #tmp_255-security .dispSp{
    display: none;
  }

  main .inner{
    max-width: 1000px;
    margin: 0 auto;
  }

  main p{
    font-size: 1.6rem;
  }

  main .btnArea a {
    min-height: 60px;
  }

  #tmp_255-security .Column__layoutA.-column02{
    grid-template-columns: 1fr 400px;
    column-gap: 40px;
  }

  #tmp_255-security .Image__moduleA.rowSingleImg{
    width: 780px;
    margin: 40px auto 0;
  }

  #tmp_255-security .Image__moduleA.popUpBtn,
  #tmp_255-security .Image__module.popUpBtn{
    border: 1px solid #707070;
  }

  /*-- .actionBtn --*/
  .Footer__wrapper{
    padding-bottom: 175px;
  }

  main .actionBtn .closeBtn{
    position: absolute;
    top: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  main .actionBtn .closeBtn:before,
  main .actionBtn .closeBtn:after{
    width: 2px;
    height: 22px;
  }

  main .actionBtn ul{
    max-width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }

  main .actionBtn ul li{
    width: 380px;
  }

  main .actionBtn ul li .btnArea a:hover{
    background-color: #fff;
    color: #F99427;
  }

  main .actionBtn ul li .btnArea a:hover:after{
    border-top: 2px solid #F99427;
    border-right: 2px solid #F99427;
  }

  main .actionBtn ul li p{
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  main .actionBtn ul li a {
    min-height: 40px;
  }

  .FollowingMenu__block.bannerOn {
    bottom: 228px;
  }

  /*-- .modal --*/
  #tmp_255-security .modal{
    padding: 40px;
    width: 60vw;
  }

  #tmp_255-security .modal .modalInner li .Image__moduleA{
    margin-bottom: 20px;
  }

  #tmp_255-security .modal ul.modalTxt>li:not(last-child){
    margin-bottom: 15px;
  }

  #tmp_255-security .modal .btnArea{
    padding-top: 40px;
  }

  .modal .btnArea a {
    width: 300px;
  }

  #tmp_255-security .modal .modalInner .btnArea{
    padding-top: 40px;
  }

  /*-- nav --*/
  nav.spNav{
    display: none;
  }

  /*-- #mainVisual --*/
  #mainVisual .kv{
    display: flex;
    justify-content: space-between;
    padding: 55px 60px 0;
  }

  #mainVisual h1{
    width: 400px;
  }

  #mainVisual h1 span{
    font-size: 5rem;
  }

  #mainVisual h1 span.Heading__inner{
    margin-top: 25px;
  }

  #mainVisual .Heading_TxtArea{
    margin-top: 40px;
  }

  #mainVisual .Heading_TxtArea h2{
    margin-top: 80px;
    font-size: 2rem;
  }

  #mainVisual .Heading_Subtitle {
    margin: 0 0 40px;
    padding: 6px 10px;
    font-size: 20px;
  }

  #mainVisual .Heading_ImageArea{
    width: 260px;
  }

  #mainVisual .annotation{
    position: absolute;
    bottom: 25px;
    right: 60px;
    text-shadow: #fff 0 0 5px;
  }

  /*-- #anchorLinkArea --*/
  #anchorLinkArea.innerWrap{
    padding-top: 80px;
  }

  #anchorLinkArea .AnchorLink__layout{
    margin: 0;
  }

  #anchorLinkArea .AnchorLink__item {
    display: inline-grid;
    grid-row: span 2;
  }

  #anchorLinkArea .-column04 .AnchorLink__moduleA {
    max-width: 230px;
    height: 90px;
  }

  #anchorLinkArea .Image__moduleA{
    display: grid;
    place-content: center;
    height: 200px;
  }

  #anchorLinkArea .AnchorLink__item:first-child .Image__moduleA{
    margin: 0 58px;
  }

  #anchorLinkArea .AnchorLink__item:nth-child(2) .Image__moduleA{
    margin: 0 36px;
  }

  #anchorLinkArea .AnchorLink__item:nth-child(3) .Image__moduleA{
    margin: 0 52px;
  }

  #anchorLinkArea .AnchorLink__item:last-child .Image__moduleA{
    margin: 0 60px;
  }


  /*-- #counterplan --*/
  #counterplan .Column__layoutA.-column02{
    grid-template-columns: 1fr 1fr;
  }

  #counterplan .Column__layoutA.-column02 .Column__item{
    display: flex;
    flex-direction: column;
  }

  #counterplan .Column__layoutA.-column02 .Column__item .Heading__module03,
  #counterplan .Column__layoutA.-column02 .Column__item .Text__module{
    margin-top: 0;
  }

  #counterplan .Column__layoutA.-column02 .Image__moduleA{
    width: 400px;
    margin: 40px auto 0;
  }

  #counterplan .Column__layoutA.-column02 .Column__item:first-child .Image__moduleA{
    width: 181px;
    margin-top: auto;
  }

/*-- #identification --*/
  #identification .Table__Img._ho>div:first-child{
    padding: 0 48px 0 30px;
  }

  #identification .Table__Img._he>div:first-child{
    padding: 0 68px 0 0;
  }

  #identification .Table__data span.Table__Caption._he {
    margin-right: 47px;
  }

  /*-- #aboutService --*/
  main #aboutService .inner{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  #aboutService .block{
    background-color: #E5F6E9;
    padding: 40px 60px;
  }

  #aboutService h2{
    width: 400px;
    margin-bottom: 30px;
  }

  #aboutService .btnArea.topLink a{
    width: 480px;
  }

  #aboutService .btnArea.topLink a:hover {
    background-color: #fff;
    color: #07a32b;
  }

  #aboutService .btnArea.topLink a:hover:after{
    border-top: 2px solid #07a32b;
    border-right: 2px solid #07a32b;
  }


  .btnArea.topLink a{
    width: 480px;
  }

  .btnArea.topLink a:hover {
    background-color: #fff;
    color: #07a32b;
  }

  .btnArea.topLink a:hover:after{
    border-top: 2px solid #07a32b;
    border-right: 2px solid #07a32b;
  }

}


/*-- TB --*/
@media all and (min-width: 769px) and (max-width: 1024px){
  /*-- common --*/
  main #tmp_255-security section .dispTb{
    display: block;
  }

  body main #tmp_255-security .noDispTB{
    display: none;
  }

  main section .inner{
    padding-left: 0;
    padding-right: 0;
  }

  main #tmp_255-security .dispSp.popUpBtn{
    margin-top: 0;
  }

  main #tmp_255-security .Image__moduleA{
    margin-top: 0;
    margin-bottom: 0;
  }
  main #tmp_255-security .Image__moduleA.rowSingleImg{
    margin-top: 20px;
  }

  /*-- .actionBtn --*/
  main #tmp_255-security .actionBtn .btnArea a{
    justify-content: center;
  }

  main #tmp_255-security .actionBtn .btnArea span {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }

  /*-- nav --*/
  main #tmp_255-security nav.spNav button {
    background-color: #FF6600;
    min-width: 52px;
    padding: 4vh 2vw 6vh;
    border-radius: 5px 0 0 5px;
  }

  /*-- #mainVisual --*/
  #tmp_255-security #mainVisual h1 span {
    width: calc(76vw * 0.5);
  }


  /*-- #anchorLinkArea --*/
  #tmp_255-security #anchorLinkArea .AnchorLink__layout.-column04 {
    display: flex;
    flex-direction: column;
  }

  #tmp_255-security #anchorLinkArea .AnchorLink__layout.-column04 .AnchorLink__moduleA {
    width: 100%;
    max-width: 500px;
    border: solid 1px #f60;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-inline: auto;
  }

  #tmp_255-security #anchorLinkArea .Image__moduleA:first-child{
    width: calc(24vw * 0.5);
  }

  #tmp_255-security #anchorLinkArea .Image__moduleA:nth-child(2){
    width: calc(33vw * 0.5);
    margin: 30px auto;
  }

  #tmp_255-security #anchorLinkArea .Image__moduleA:nth-child(3){
    width: calc(27vw * 0.5);
    margin: 30px auto;
  }

  #tmp_255-security #anchorLinkArea .Image__moduleA:last-child{
    width: calc(24vw * 0.5);
    margin: 30px auto;
  }

  /*-- #counterplan --*/
  #counterplan .Column__layoutA.-column02 .Column__item .Heading__module03 {
    margin-top: 0;
  }

  #tmp_255-security #counterplan .Column__layoutA.-column02 .Column__item .Image__moduleA{
    margin-top: 20px;
  }

  #tmp_255-security #counterplan .Column__layoutA.-column02 .Column__item:first-child .Image__moduleA {
    width: 160px;
  }

}


/*-- SP TB--*/
@media all and (max-width: 1024px) {
  /*-- #common --*/
  main #tmp_255-security .dispPc{
    display: none;
  }

  main #tmp_255-security .dispSp{
    display: flex;
  }

  #tmp_255-security section .btnArea a {
    background-color: #07a32b;
    color: #fff;
    position: relative;
    border: 1px solid #07a32b;
    max-width: 500px;
    width: 100%;
  }

  #tmp_255-security .Column__layoutA {
      row-gap: 0;
  }

  #design .btnArea a:after,
  #management .btnArea a:after{
      content: '';
      position: absolute;
      display: inline-block;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #tmp_255-security .popUpBtn{
    margin-top: 20px;
  }


  /*-- .actionBtn --*/
  .Footer__wrapper{
    padding-bottom: 132px;
  }

  main .actionBtn ul{
    padding: 15px 15px 20px;
    display: flex;
    justify-content: center;
  }

  main .actionBtn ul li p{
    font-size: 1rem;
    margin-bottom: 5px;
  }

  main .actionBtn .btnArea a {
    font-size: 1.3rem;
    min-height: unset;
    padding: 8px 10px;
  }

  main .actionBtn .btnArea span{
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
  }

  main .actionBtn .closeBtn{
    position: absolute;
    top: -15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: solid 1px #07a32b;
  }

  main .actionBtn .closeBtn:before,
  main .actionBtn .closeBtn:after{
    width: 1px;
    height: 11px;
  }

  .FollowingMenu__block.bannerOn {
    bottom: 176px;
  }


  /*-- .modal --*/
  #tmp_255-security .modal {
    padding: 20px;
    width: 96vw;
    max-width: 500px;
  }

  #tmp_255-security .scrollableArea{
    overflow-y: scroll;
    height: 70vh;
  }

  #tmp_255-security .modal .modalInner li .Image__moduleA{
    margin-bottom: 20px;
  }

  #tmp_255-security .modal ul.modalTxt>li:not(last-child){
    margin-bottom: 10px;
  }

  #tmp_255-security .modal .btnArea{
    padding-top: 20px;
  }

  #tmp_255-security .modal .btnArea a{
    width: 100%;
  }

  /*-- nav --*/
  nav.spNav{
    position: fixed;
    top: 62px;
    right: -75vw;
    z-index: 9998;
    transition: right 0.4s ease;
  }

  nav.spNav.on{
    right: 0;
    transition: right 0.4s ease;
  }

  .spNavOverlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(10,10,10,0.3);
    z-index: 9997;
    display: none;
  }

  nav.spNav button{
    position: absolute;
    top: 0;
    left: -8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8vw;
    height: 16vh;
    background-color: #FF6600;
    border-radius: 5px 0 0 5px;
    padding-top: 3vh;
  }

  nav.spNav button span{
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.8em;
  }

  nav.spNav button span:before{
    content:'';
    position: absolute;
    bottom: -2rem;
    left: 0.45em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav button span:after{
    content:'';
    position: absolute;
    bottom: -2rem;
    left: 0.85em;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  nav.spNav.on button span:before{
    content:'';
    position: absolute;
    left: 0.2em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav.on button span:after{
    content:'';
    position: absolute;
    left: 0.6em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 6vw;
    width: 75vw;
    border-radius: 0 0 0 5px;
  }

  nav.spNav ul li{
    display: flex;
    flex-direction: column;
    width: 80%;
    border-top: 1px solid #5A5A5A;
  }

  nav.spNav ul li.otherPage{
    width: 100%;
  }

  nav.spNav ul li:first-child,
  nav.spNav ul li:nth-child(2){
    border-top: none;
    border-bottom: 1px solid #5A5A5A;
  }

  nav.spNav ul li:nth-child(3){
    border-top: none;
  }

  nav.spNav ul li a{
    width: 100%;
    display: flex;
    padding: 3vh 3vw;
  }

  nav.spNav ul li span{
    color: #5A5A5A;
  }

  nav.spNav ul li span.navIcon {
    display: inline-flex;
    width: 1rem;
    margin: 0 1rem;
  }

  nav.spNav ul li.otherPage a{
    justify-content: space-between;
    align-items: center;
  }

  nav.spNav ul li.otherPage a:after{
    content:'';
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.spNav ul li.otherPage a span{
    font-weight: bold;
  }


  /*-- main --*/
  main .inner{
    max-width: 500px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  main .btnArea a {
    min-height: 50px;
    font-size: 1.3rem;
  }

  #identification .Image__moduleA,
  #management .Image__moduleA,
  #counterplan .Image__moduleA
  {
    margin-top: 20px;
    margin-bottom: 0;
  }

  /*-- #mainVisual --*/
  #mainVisual .inner{
    padding-top: 40px;
  }

  #mainVisual .Heading_TxtArea{
    text-align: center;
  }

  #mainVisual .Heading_Subtitle {
    margin: 0 auto 25px;
    padding: 6px 10px;
    font-size: 14px;
  }

  #mainVisual h1{
    margin: 0 auto 25px;
  }

  #mainVisual h1 span{
    width: 76vw;
    display: inline-block;
    line-height: 1;
    max-width: 400px;
  }

  #mainVisual h1 span.Heading__inner{
    font-size: 3.6rem;
    white-space: nowrap;
    margin-top: 25px;
  }

  #mainVisual .Heading_TxtArea h2{
    font-size: 14px;
    margin-bottom: 20px;
  }

  #mainVisual .Heading_ImageArea{
    margin: 0 auto;
    width: 38vw;
  }

  #mainVisual .annotation{
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-shadow: #fff 0 0 5px;
  }

  /*-- #anchorLinkArea --*/
  #anchorLinkArea .AnchorLink__layout{
    gap: 0;
  }

  #anchorLinkArea .AnchorLink__moduleA{
    max-width: initial;
  }

  #anchorLinkArea .AnchorLink__item .Image__moduleA{
    min-height: 160px;
    margin: auto;
    display: grid;
    place-content: center;
  }

  #anchorLinkArea .AnchorLink__item:first-child .Image__moduleA{
    width: 24vw;
    max-width: 90px;
  }

  #anchorLinkArea .AnchorLink__item:nth-child(2) .Image__moduleA{
    width: 33vw;
    max-width: 125px;
  }

  #anchorLinkArea .AnchorLink__item:nth-child(3) .Image__moduleA{
    width: 27vw;
    max-width: 100px;
  }

  #anchorLinkArea .AnchorLink__item:last-child .Image__moduleA{
    width: 24vw;
    max-width: 88px;
  }

  /*-- #identification --*/
  main #identification .btnArea {
      width: 100%;
  }

  #identification .fn-scrollable .Table__wrapper {
      width: 900px;
  }

  #identification .Table__Img._ho>div:first-child{
    padding: 0px 28px 0 24px;
  }

  #identification .Table__Img._he>div:first-child{
    padding: 0 44px 0 0;
  }

  #identification .Table__data span.Table__Caption._he {
    margin-right: 38px;
}

  /*-- #counterplan --*/
  #counterplan .Column__layoutA.-column02 .Column__item:first-child .Heading__module03 {
    margin-top: 0;
  }

  #counterplan .Column__layoutA.-column02 .Column__item:first-child .Image__moduleA{
    width: 42vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }

  /*-- #aboutService --*/
  #aboutService .innerWrap{
    background-color: #E5F6E9;
  }

  #aboutService .inner{
    margin-top: 60px;
  }

  #aboutService .block{
    margin-bottom: 40px;
    padding: 40px 0;
  }

  #aboutService h2{
    width: 90%;
    margin: 0 auto 20px;
  }

  #aboutService .btnArea.topLink{
    margin: 20px auto 0;
    padding-left: 0;
    padding-right: 0;
  }

  #aboutService .btnArea.topLink a{
    max-width: 500px;
    width: 100%;
  }

  .btnArea.topLink{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btnArea.topLink a{
    max-width: 500px;
    width: 100%;
  }

}