@charset "UTF-8";

/*共通*/
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial, sans-serif;
  font-weight: 400;
  min-width: auto;
  overflow: hidden;
}
textarea, select, button, input {
  font-family: initial;
}
.text.-xx-large {
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  .text.-xx-large {
    font-size: 1.8em;
    margin-bottom: .25em;
  }
}
.contentsList {
  -webkit-justify-content: start;
  justify-content: start;
  column-gap: 25px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contentsList {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.contentsList__item {
  overflow: visible;
}
.contentsList__text {
  padding: 20px 16px 20px 0;
}
.contentsList__text::after {
  right: 6px;
}
.contentsList__item:hover .contentsList__text::after {
  right: 3px;
}


/* リニューアル分共通 ==========*/
/*共通*/
.top-section__titleEn {
  color: #013A63;
  display: block;
  font-size: 9rem;
  font-weight: 100;
  line-height: 1;
  margin-right: 30px;
}
.top-section__titleJa {
  display: block;
  font-size: 1.6rem;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-section__titleEn {
    font-size: 5rem;
  }
}
.pageHeader {
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.pageHeader.top-service .top-service__item.-office {
  background: url(/asset/img/top/img_service_office.jpg) center center / cover no-repeat rgba(1, 58, 99, 0.95);
}
.pageHeader__title {
  white-space: nowrap;
}
.pageHeader__titleMain {
  color: #013A63;
  display: block;
  font-size: 9rem;
  font-weight: 100;
  line-height: 1;
  margin-right: 30px;
}
.pageHeader__titleSub {
  display: block;
  font-size: 1.6rem;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .page-dl .pageHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
  }
  .page-dl .pageHeader .pageHeader__title {
    margin-bottom: 0;
  }
  .page-dl .pageHeader .dl-anchor {
    position: relative;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .pageHeader__titleMain {
    font-size: 5rem;
  }
}
.top-section__inner {
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
}
.page-service .top-service, .pageHeader .top-service {
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.btn {
  width: 100%;
}
.btn.-style01 a,
.service_btn li a {
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .3s;
          transition: all .3s;
  position: relative;
}
.btn.-style01 a:hover,
.service_btn li a:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.btn.-style01 a::after,
.contentsFooterContact__btn a::after,
.service_btn li a::after {
  content: "";
  background: url(/asset/img/share/icon_arrow.svg) no-repeat right center;
  background-size: 16px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
-webkit-transition: all .3s;
  transition: all .3s;
}
.btn.-style01 .btn__link:hover::after,
.contentsFooterContact__btn a:hover::after {
  animation: animbtn .4s;
}
.card.-dl .card__dlBtn,
.card.-movie .card__dlBtn,
.btn.-style02 a {
  border-radius: 50px;
}
@keyframes animbtn {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  33% {
    transform: translateX(20px);
    opacity: 0;
  }
  66% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .btn.-style01 a:hover::after {
    right: 28px;
  }
  .top-service__inner, .sectionHeader__inner {
    box-sizing: border-box;
    max-width: 1280px;
    width: 100% !important;
    padding: 60px 20px !important;
}
}

@media screen and (max-width: 768px) {
  .btn.-style01 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .contentsList__item[href="https://iot.sonynetwork.co.jp/"] .contentsList__image img {
    object-position: top;
  }
  .contentsList__item[href="https://biz.nuro.jp/"] .contentsList__image img {
    object-position: center -10vw;
  }
  .contentsList__item[href="https://www.so-netmedia.jp/business/"] .contentsList__image img {
    object-position: center -15vw;
  }
}

/*動き*/
.sa {
  opacity: 0;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}
.sa.show {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
/*下から上にフェードイン*/
.sa--up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

/*header*/
@media screen and (min-width: 769px) {
  .gHd__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
  }
}
.headerSitename {
  background: none;
  border-bottom: 1px solid #E8E8E8;
  color: #333;
}
.headerSitename__inner {
  box-sizing: border-box;
  max-width: 1280px;
  height: 52px;
  padding: 0 20px;
}
.headerSitename__inner .logo span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  margin-left: 48px;
}
.headerSitename__inner .logo span::before {
  content: "";
  width: 1px;
  height: 28px;
  background: #5D5D5D;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
.header h1 {
  position: initial;
  margin: 0;
}
.headerSitename .logo {
  font-size: 1.7rem;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-weight: inherit;
  position: static;
}
.headerSitename .logo {
  display: block;
}
.headerSitename .logo img {
  vertical-align: middle;
}
.gHd__sonyGroup {
  right: 20px;
}
.headerSearch {
  top: 83px;
  right: 20px;
}
@media screen and (min-width: 1300px) {
  .headerSearch {
    right: calc(50% - 620px);
  }
}
.headerSearch input[type="text"] {
  background: #F1F1F1;
}
.headerNav {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
}
.headerNav .headerNav__dl a {
  border: 1px solid #5D5D5D;
  border-radius: 50px;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 34px;
  padding-left: 34px;
  background: #FFF;
  color: #333;
  min-width: 190px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.headerNav .headerNav__dl a::before {
  content: none;
}
.headerNav .headerNav__dl a:hover {
  background: #5D5D5D;
  color: #FFF;
}
.headerNav .headerNav__contact {
  margin: auto 0 auto auto;
}
.headerNav .headerNav__contact a {
  box-sizing: border-box;
  border-radius: 50px;
  line-height: 1.2;
  min-width: 190px;
}
@media screen and (min-width: 769px) {
  .headerNav__list > li > a {
    padding: 17px 0 17px;
  }
  .headerNav {
    padding: 0 20px;
  }
  .headerNav__list > li.headerNav__dl {
    margin: auto 10px auto auto;
  }
  .headerNav .headerNav__dl a {
    padding: 9px 0 9px;
  }
  .headerNav .headerNav__contact a {
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNav__list > li {
    margin-right: 20px;
  }
  .headerNav__list > li > a {
    font-size: 1.4rem;
  }
  .headerNav .headerNav__dl a, .headerNav .headerNav__contact a {
    min-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .header h1 {
    line-height: 50px;
  }
  .sp-globalNav__btn::before {
    top: 5px;
    height: 2px;
    background: #333;
  }
  .sp-globalNav__btn span::before {
    top: 13px;
    height: 2px;
    background: #333;
  }
  .sp-globalNav__btn::after {
    bottom: 2px;
    height: 2px;
    background: #333;
  }
  .headerNav .headerNav__dl + .headerNav__contact {
    margin: 8px 20px 30px;
  }
  .headerNav .headerNav__dl {
    order: initial;
    margin: 30px 20px 8px;
  }
}

/*breadcrumbArea*/
.breadcrumbArea {
  border-top: none;
}
@media screen and (min-width: 769px) {
  .breadcrumbArea {
    padding: 19px 20px;
  }
}
.breadcrumbArea nav {
  width: 100%;
  max-width: 1240px;
}

/*contentsFooterContact*/
.contentsFooterContact {
  background: #FFF;
  padding: 80px 40px 40px;
}
.contentsFooterContact .contentsFooterContact__inner {
  background: #F2F2F2;
  border-radius: 40px;
  width: auto;
}
.contentsFooterContact .contentsFooterContact__body {
  color: #333;
}
.contentsFooterContact__body .box.-col2 {
  width: 100%;
  justify-content: center;
  column-gap: 40px;
  grid-row-gap: 16px;
}
.contentsFooterContact__body .box.-col2 .box__item {
  width: 100%;
  max-width: 390px;
  overflow: visible;
}
.contentsFooterContact__body .contentsFooterContact__text {
  margin-bottom: 50px;
}
.contentsFooterContact__btn.dlBtn:hover, .contentsFooterContact__btn.contactBtn:hover {
  outline: none;
}
.contentsFooterContact__btn.dlBtn {
  margin: 0 0 0 !important;
}
.contentsFooterContact__btn.dlBtn a, .contentsFooterContact__btn.contactBtn a {
  outline-offset: 6px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
          -webkit-transition: all .3s;
    transition: all .3s;
}
.contentsFooterContact__btn.dlBtn a {
  background: #333;
  border: none;
  border-radius: 50px;
  color: #FFF;
}
.contentsFooterContact__btn.contactBtn a {
  border: none;
  border-radius: 50px;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: block;
}
.contentsFooterContact__btn.dlBtn a:hover {
  background: #000;
}
.contentsFooterContact__btn.dlBtn a:hover, .contentsFooterContact__btn.contactBtn a:hover {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.contentsFooterContact__btn a .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.contentsFooterContact__title {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .contentsFooterContact .contentsFooterContact__body {
    padding: 120px 40px;
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .contentsFooterContact {
    padding: 40px 20px 20px;
  }
  .contentsFooterContact__title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .contentsFooterContact__body .contentsFooterContact__text {
    margin-bottom: 20px;
  }
}
/*footer*/
.footer {
  border-top: 1px solid #595959;
}
.footerSitemap {
  background-color: #FFF;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.8;
}
.footerSitemap__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px 60px;
}
.footerSitemap__header {
  border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.footerSitemap__header .footerSitemap__logo {
  display: block;
  width: 40%;
  max-width: 372px;
}
.footerSitemap__header .footerSitemap__logo img {
  width: 100%;
}
.footerSitemap__header .footerSitemap__nav {
  justify-content: flex-end;
  column-gap: 3%;
  grid-row-gap: 1em;
  max-width: 36em;
}
.footerSitemap {
  color: #333;
}
.footerSitemap ul li {
  width: calc(9em - 15px);
  margin-bottom: 0;
  font-size: 1.6rem;
}
.footerSitemap ul li span {
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.footerSitemap dl dt {
  font-size: 1.4rem;
}
.footerSitemap ul::before, .footerSitemap ul::after {
  content: none;
}
.footerSitemap ul li ul li {
    font-size: 1.2rem;
}
.footerSitemap a {
  color: #333;
}
.footerSitemap ul li.footerSitemap__service {
  width: 100%;
}
.footerSitemap dl {
  grid-row-gap: 16px;
}
.footerSitemap dl::after {
  content: "";
  display: block;
  width: calc(25% - 20px);
}
.footerSitemap dl::before {
  content: "";
  display: block;
  width: calc(25% - 20px);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.footerSitemap dl div {
    width: calc(25% - 40px);
}
.footerSitemap dl dt {
  margin-bottom: .75em;
}
.footerSitemap dl dd + dt {
  margin-top: 2em;
}
.footerNote {
  background-color: #FFF;
  color: #333;
}
.footerNote__inner {
  box-sizing: border-box;
  border-top: none;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
}
.footerNote__inner p {
  box-sizing: border-box;
  border-top: 1px solid #E8E8E8;
  padding: 22px 0;
}
.footerBnr__inner {
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  padding: 22px 20px 10px;
}
.gFt {
  max-width: 1280px;
  width: 100%;
  padding: 20px 20px 25px;
}
@media screen and (min-width: 1025px) {
  .footerSitemap__header {
    grid-column-gap: 10%;
    padding: 80px 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .footerSitemap__header {
    flex-direction: column;
    grid-row-gap: 40px;
    padding: 60px 0;
    margin-bottom: 50px;
  }
  .footerSitemap__header .footerSitemap__logo {
    width: 70%;
  }
  .footerSitemap dl div {
    width: calc(100% / 3 - 20px);
  }
}
@media screen and (max-width: 768px) {
  .footerSitemap__header .footerSitemap__nav {
    justify-content: space-between;
    max-width: 100%;
  }
  .footerSitemap ul li {
    width: calc(50% - 15px);
  }
  .footerSitemap dl div {
    width: calc(100% / 2 - 14px);
  }
  .footerNote__inner p {
    border-top: none;
  }
}





/*sectionBody*/
.sectionBody.-w1190 {
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .page-news .section .sectionBody,
  .page-blog .section.-bgGray .sectionBody {
    box-sizing: border-box;
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
  }
}


/*Swiper
.swiper-wrapper .swiper-slide {
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .swiper-wrapper .swiper-slide-active,
  .swiper-wrapper .swiper-slide-next,
  .swiper-wrapper .swiper-slide-next + .swiper-slide {
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .swiper-wrapper .swiper-slide-active {
    visibility: visible;
  }
}*/


/*cases*/
.card__pickup, .card__new {
  color: #333;
  background: #FFAF48;
}