@charset "UTF-8";
.xl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1460px;
  box-sizing: border-box;
}
@media screen and (max-width: 1460px) {
  .xl_contain {
    padding: 0 6vw;
  }
}

.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .lg_contain {
    padding: 0 6vw;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .md_contain {
    padding: 0 6vw;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.75;
}

/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* LAZYLOAD SETTINGS */
.blurUp {
  filter: blur(8px);
  transition: filter 400ms;
}
.blurUp.lazyloaded {
  filter: blur(0);
}

span.anchor::before {
  content: "";
  display: block;
  height: 7rem;
  margin-top: -7rem;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  span.anchor::before {
    height: 13.89vw;
    margin-top: -13.89vw;
  }
}

.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 7%);
  transition: all 0.9s;
}
.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.text-center {
  text-align: center;
}

.ds {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ds {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.link_grid {
  position: relative;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
#top main {
  position: relative;
}
#top main section {
  position: relative;
  width: 100%;
}
#top main section .secttl span {
  display: block;
  font-size: 0.16em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #top main section .secttl span {
    font-size: 3vw;
    margin-top: 3vw;
  }
}
#top main section.about_st .xl_contain, #top main section.service_st .xl_contain {
  padding-top: 6rem;
  padding-bottom: 0;
  padding-left: 13rem;
}
@media screen and (max-width: 1460px) {
  #top main section.about_st .xl_contain, #top main section.service_st .xl_contain {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top main section.about_st .xl_contain, #top main section.service_st .xl_contain {
    padding-top: 5vw;
    padding-left: 6vw;
  }
}
#top main section.about_st .xl_contain .secttl, #top main section.service_st .xl_contain .secttl {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top main section.about_st .xl_contain .secttl, #top main section.service_st .xl_contain .secttl {
    text-align: left;
    margin-bottom: 6vw;
  }
  #top main section.about_st .xl_contain .secttl span, #top main section.service_st .xl_contain .secttl span {
    margin-top: 3vw;
  }
}
#top main section.about_st .xl_contain .kv_block, #top main section.service_st .xl_contain .kv_block {
  position: relative;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  #top main section.about_st .xl_contain .kv_block, #top main section.service_st .xl_contain .kv_block {
    margin-top: 5vw;
  }
}
#top main section.about_st .xl_contain .kv_block .thumb, #top main section.service_st .xl_contain .kv_block .thumb {
  position: relative;
  width: 100%;
}
#top main section.about_st .xl_contain .kv_block .link_grid, #top main section.service_st .xl_contain .kv_block .link_grid {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 28rem;
  height: 9.3rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top main section.about_st .xl_contain .kv_block .link_grid, #top main section.service_st .xl_contain .kv_block .link_grid {
    width: 66.5vw;
    height: 18vw;
  }
}
#top main section.service_st .xl_contain {
  padding-top: 11rem;
}
@media screen and (max-width: 768px) {
  #top main section.service_st .xl_contain {
    padding-top: 6vw;
  }
  #top main section.service_st .xl_contain .ds {
    font-size: 3.4vw;
    line-height: 1.6;
  }
  #top main section.service_st .xl_contain .kv_block {
    margin-top: 8vw;
  }
}
#top main section.case_st .xl_contain {
  padding-top: 10rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain {
    padding-top: 5vw;
  }
}
#top main section.case_st .xl_contain .secttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain .secttl {
    margin-bottom: 3vw;
  }
}
#top main section.case_st .xl_contain .case_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain .case_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 5vw;
  }
}
#top main section.case_st .xl_contain .case_grid li {
  width: 100%;
  height: 100%;
}
#top main section.case_st .xl_contain .case_grid li a.plink {
  text-decoration: none;
}
#top main section.case_st .xl_contain .case_grid li a.plink:hover .thumb img {
  transform: scale(1.1);
}
#top main section.case_st .xl_contain .case_grid li .thumb {
  width: 100%;
  max-height: 21rem;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain .case_grid li .thumb {
    max-height: 26vw;
  }
}
#top main section.case_st .xl_contain .case_grid li .thumb img {
  height: 100%;
}
#top main section.case_st .xl_contain .case_grid li .ttl {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  color: initial;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain .case_grid li .ttl {
    margin-top: 1.6vw;
    font-size: 2.9vw;
    padding-right: 2vw;
  }
}
#top main section.case_st .xl_contain .case_grid li .cat_list_pc {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain .case_grid li .cat_list_pc {
    display: none;
  }
}
#top main section.case_st .xl_contain .case_grid li .cat_list_pc a {
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #2C2C2C;
  display: block;
  letter-spacing: 0.08em;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  padding: 0px 5px 2px;
  line-height: 1.2;
}
#top main section.case_st .xl_contain .case_grid li .cat_list_sp {
  display: none;
  margin-top: 2vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain .case_grid li .cat_list_sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#top main section.case_st .xl_contain .case_grid li .cat_list_sp p {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 3vw;
  padding: 0 2vw;
  line-height: 1.2;
  border-right: solid #9b9b9b 1px;
  color: initial;
}
#top main section.case_st .xl_contain .case_grid li .cat_list_sp p:first-of-type {
  border-left: solid #9b9b9b 1px;
}
#top main section.case_st .xl_contain .link_grid {
  display: flex;
  justify-content: center;
  margin-top: 6.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top main section.case_st .xl_contain .link_grid {
    margin-top: 10vw;
  }
}
#top main section.products_st .xl_contain {
  padding-top: 15rem;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #top main section.products_st .xl_contain {
    padding-top: 16vw;
  }
}
#top main section.products_st .xl_contain .thumb {
  width: 44.5%;
  max-height: 45rem;
}
@media screen and (max-width: 768px) {
  #top main section.products_st .xl_contain .thumb {
    width: 100%;
  }
}
#top main section.products_st .xl_contain .thumb img {
  height: 100%;
}
#top main section.products_st .xl_contain .content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top main section.products_st .xl_contain .content {
    width: 100%;
  }
}
#top main section.products_st .xl_contain .content .secttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top main section.products_st .xl_contain .content .secttl {
    margin-bottom: 8vw;
  }
}
#top main section.products_st .xl_contain .content .ds {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #top main section.products_st .xl_contain .content .ds {
    font-size: 3vw;
    line-height: 1.9;
  }
}
#top main section.products_st .xl_contain .content .mlink {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #top main section.products_st .xl_contain .content .mlink {
    display: table;
    margin: 10vw auto 0;
    text-align: center;
    line-height: 13vw;
  }
}
#top main section.download_st .xl_contain {
  padding-top: 13rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top main section.download_st .xl_contain {
    padding-top: 9vw;
  }
}
@media screen and (max-width: 768px) {
  #top main section.download_st .xl_contain .secttl {
    margin-bottom: 5vw;
  }
}
#top main section.download_st .xl_contain .download_grid {
  margin-top: 3rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
@media screen and (max-width: 768px) {
  #top main section.download_st .xl_contain .download_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#top main section.download_st .xl_contain .download_grid li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top main section.download_st .xl_contain .download_grid li {
    aspect-ratio: 1/0.64;
  }
}
#top main section.download_st .xl_contain .download_grid li .tlabel {
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top main section.download_st .xl_contain .download_grid li .tlabel {
    font-size: 5.5vw;
  }
}
#top main section.download_st .xl_contain .download_grid li .mlabel {
  position: relative;
  z-index: 15;
  margin-top: 3rem;
  margin-bottom: 6.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top main section.download_st .xl_contain .download_grid li .mlabel {
    margin-top: 4vw;
    margin-bottom: 7vw;
    font-size: 3.4vw;
  }
}
#top main section.download_st .xl_contain .download_grid li a.dl_link {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 5.4rem;
  background: #000;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #top main section.download_st .xl_contain .download_grid li a.dl_link {
    width: 62vw;
    height: 14vw;
    font-size: 3.5vw;
  }
}
#top main section.download_st .xl_contain .download_grid li::before, #top main section.download_st .xl_contain .download_grid li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.45s;
}
#top main section.download_st .xl_contain .download_grid li::before {
  z-index: 0;
}
#top main section.download_st .xl_contain .download_grid li::after {
  z-index: 5;
  background: rgba(0, 0, 0, 0.32);
}
#top main section.download_st .xl_contain .download_grid li:nth-of-type(1)::before {
  background: url(../../images/index/download_ast01.jpg) center center/cover no-repeat;
}
#top main section.download_st .xl_contain .download_grid li:nth-of-type(2)::before {
  background: url(../../images/index/download_ast02.jpg) center center/cover no-repeat;
}
#top main section.download_st .xl_contain .download_grid li:nth-of-type(3)::before {
  background: url(../../images/index/download_ast03.jpg) center center/cover no-repeat;
}
#top main section.download_st .xl_contain .download_grid li:hover::before {
  filter: brightness(110%);
  transform: scale(1.1);
}
#top main section.download_st .xl_contain .download_grid li:hover::after {
  opacity: 0.6;
}
#top main section#hom_message {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #top main section#hom_message {
    margin: 17vw 0 0;
  }
  #top main section#hom_message .container {
    margin: 0;
  }
  #top main section#hom_message::after {
    background: url(../../images/index/bg_idx_01_sp.png) center center/cover no-repeat;
    height: 58vw;
  }
}
#top main section#hom_message .txtbox {
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  #top main section#hom_message .txtbox {
    margin-bottom: 17vw;
  }
  #top main section#hom_message .txtbox .secttl {
    margin-bottom: 10vw;
  }
  #top main section#hom_message .txtbox .btn a {
    padding: 4vw 0;
  }
}
#top main .mlink {
  position: relative;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 5.4rem;
  border: solid #686868 1px;
  font-style: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #282828;
}
@media screen and (max-width: 768px) {
  #top main .mlink {
    width: 62.5vw;
    height: 14vw;
    font-size: 3vw;
  }
}
#top main .mlink::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
  width: 2rem;
  height: 100%;
  transform: translate(0, -50%);
  right: 1.5rem;
  top: 50%;
  background: url(../../images/common/icon_arrow_01.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  #top main .mlink::after {
    width: 6vw;
    height: 3vw;
  }
}
#top main .mlink:hover::after {
  right: 1rem;
}

.bottom_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  border-top: solid #434343 1px;
}
.bottom_nav.view {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.bottom_nav .lg_contain {
  padding-top: 1.6rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain {
    padding-top: 2vw;
    padding-bottom: 3vw;
    align-items: flex-end;
  }
}
.bottom_nav .lg_contain a.tel_link {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain a.tel_link {
    width: 11vw;
    height: 11vw;
    background: url(../../images/index/ico_tel_sp.png) center center/5.5vw no-repeat, #fff;
  }
}
.bottom_nav .lg_contain a.tel_link p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain a.tel_link p {
    display: none;
  }
}
.bottom_nav .lg_contain a.tel_link p:first-of-type {
  padding-left: 4rem;
  background: url(../../images/index/ico_tel_nv.png) left center/3rem no-repeat;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
}
.bottom_nav .lg_contain a.tel_link p:first-of-type img {
  width: 3rem;
  margin-right: 1rem;
}
.bottom_nav .lg_contain a.tel_link p:last-of-type {
  margin-left: 4rem;
  font-weight: 400;
  font-size: 1.3rem;
}
.bottom_nav .lg_contain a.contact_link {
  max-width: 28rem;
  width: 30%;
  height: 4rem;
  background: #838383;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain a.contact_link {
    width: 11vw;
    height: 11vw;
  }
  .bottom_nav .lg_contain a.contact_link p {
    display: none;
  }
}
.bottom_nav .lg_contain a.contact_link img {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain a.contact_link img {
    width: 6.7vw;
    margin-right: 0;
  }
}
.bottom_nav .lg_contain .download_nav {
  position: relative;
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain .download_nav {
    width: 68.7%;
    flex-wrap: wrap;
    padding-left: 2.5vw;
  }
  .bottom_nav .lg_contain .download_nav::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 90%;
    width: 1px;
    background: #2C2C2C;
  }
}
.bottom_nav .lg_contain .download_nav p {
  padding-right: 1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain .download_nav p {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 2.6vw;
    text-align: center;
  }
}
.bottom_nav .lg_contain .download_nav a.dl_link {
  width: 35%;
  max-width: 20rem;
  background: #fff;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: initial;
}
@media screen and (max-width: 768px) {
  .bottom_nav .lg_contain .download_nav a.dl_link {
    width: 48%;
    height: 11vw;
    font-size: 3.4vw;
  }
}/*# sourceMappingURL=ntop.css.map */


/*2023 12 ADD*/
/*TOP ボタンデザイン変更*/
#top main .mlink{
    font-weight: bold;
    color: #686868;
}
#top main .mlink:hover{
    background: #686868;
    color: #fff;
}
#top #hom_message .btn a{
    font-weight: bold;
    color: #686868;
}
#top #hom_message .btn a:hover{
    background: #686868;
    color: #fff;
}
/*TOP DOWNLOAD部分 横幅調整*/
#top .download_st .xl_contain{
    max-width: 1080px;
}
/*TOP COMPANY 部分レイアウト調整*/
#top #hom_message .xl_contain{
    margin-top: 0rem;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 13rem;
    margin-bottom: 10rem;
}
#top #hom_message .xl_contain h3.secttl{
    margin-bottom: 3rem; 
    text-align: left
}
#top #hom_message .xl_contain .thumb{
    width: 55%;
    max-height: 45rem;
}
#top #hom_message .xl_contain picture img{
    height: 100%;
}
#top main section#hom_message::after {
    background: none;
    height: auto;
}
@media screen and (max-width: 1150px) {
    
    #top #hom_message .xl_contain .thumb{
    width: 44.5%;
    }
}

@media screen and (max-width: 1460px) {
    
    #top #hom_message .xl_contain{
    padding-left: 2.5rem;
    }

    
}


@media screen and (max-width: 768px) {
    
    #top #hom_message .xl_contain{
        padding-top: 0;
    }
    #top #hom_message .xl_contain .thumb,
    #top #hom_message .xl_contain .content{
        width: 100%;
    }
    #top #hom_message .xl_contain .content{
        margin-bottom:5vw;
    }
}