@charset "UTF-8";

section {
  padding: 3em 0;
}
.bg-navy{
  background: #191d2f;
}
.bg-black{
  background: #000;
}
@media print, screen and (min-width: 1024px){
  section{
    padding: 4em 0;
  }
}
/* --------------------------------------------------
	mod
-------------------------------------------------- */
.mod-content{
  position: relative;
  margin-top: 60px;
}
.mod-content__title{
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  background: #2b2b2b url(https://www.sovec.net/assets/img/grid@2x.png);
  background-size: 360px 1080px;
  color: #ffffff;
  padding: 74px 0;
}

/* --------------------------------------------------
	breadcrumb
-------------------------------------------------- */
.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 0.5em 1em;
  }
}
.breadcrumb__list li {
  display: inline;
}
.breadcrumb__list li a {
  margin-right: 1em;
  position: relative;
  text-decoration: none;
}
.breadcrumb__list li a::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: -12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb__list li a::after {
    bottom: 6px;
  }
}
.breadcrumb__list li span {
  color: #fff;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb__list li span {
    font-size: 1.4rem;
  }
}


.breadcrumb__list li span {
  color: #fff;
}
.breadcrumb__list li a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* --------------------------------------------------
	cont
-------------------------------------------------- */
.cont__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
  margin-bottom: 1.5em;
}
.cont__container--s {
  max-width: 960px;
  margin: 0 auto;
}
.cont__sh {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 3em 0 2em;
}

/* --------------------------------------------------
	color
-------------------------------------------------- */
.color__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.color__item {
  margin: 15px 30px;
  max-width: 100px;
  width: 100%;
}
.color__item__code {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.color__item__txt {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1em;
}
.color-ffffff {
  background: #ffffff;
}
.color-000000 {
  background: #000000;
  border: 1px solid #fff;
}
.color-0f1426 {
  background: #0f1426;
}
.color-191d2f {
  background: #191d2f;
}
.color-526cff {
  background: #526cff;
}
.color-ff0000 {
  background: #ff0000;
}
.color-0bcdfb {
  background: linear-gradient(to right, #0bcdfb, #526cff);
}
.color-6221b8 {
  background: linear-gradient(to right, #6221b8 0%, #ba26ff 100%);
}


/* --------------------------------------------------
	text
-------------------------------------------------- */
.text p,
.text a {
  margin-bottom: 32px;
}
.text__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.normalTxt {
  font-size: 1.6rem;
}

.smallTxt {
  font-size: 1.4rem;
}

.noteTxt {
  font-size: 1.2rem;
}

/* shareボタン */
.share-sns{
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.share-sns li{
  max-width: 110px;
  width: 100%;
  height: 47px;
}
.share-sns li:nth-child(n+2){
  margin-left: 8px;
}
.share-sns li a{
  background: #000;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.share-sns li a img{
  width: 25px;
  flex-shrink: 0;
}
.share-sns li a p{
  margin: 0 0 0 12px;
}



/* --------------------------------------------------
	button
-------------------------------------------------- */
.button .cont__container--s{
  text-align: center;
}
.button .cont__container--s a + a{
  margin-top: 40px;
}

/* --------------------------------------------------
	layout
-------------------------------------------------- */
.layout{
  padding-bottom: 0;
}
.layout__inner1 {
  text-align: center;
  border: 1px solid #fff;
  padding: 0.5em;
  margin-bottom: 64px;
}
.layout .cont__ttl{
  margin-bottom: 0;
}
/* --------------------------------------------------
	about
-------------------------------------------------- */
.about{

}
.about-wrap2{
  flex-direction: row-reverse;
}
.about-body .note{
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .about-wrap2 .about-img{
    margin: 0 0 0 4%;
  }
}
/* --------------------------------------------------
	works
-------------------------------------------------- */
.works{
  padding: 0 0 2em;
}
.works::before{
  display: none;
}
/* --------------------------------------------------
	case
-------------------------------------------------- */
.case{
  background-color: transparent;
}
.case::before{
  display: none;
}
/* --------------------------------------------------
	faq
-------------------------------------------------- */
.faq-item:last-child{
  margin-bottom: 0;
} 