/*
** import core file
*/
/*==================================================
** it-support
==================================================*/
#itSupportSec .enttl span {
  display: block;
  color: #534ab7;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  #itSupportSec .enttl {
    font-size: 2.6rem;
  }
  #itSupportSec .enttl span {
    font-size: 1.2rem;
  }
}

#itLead {
  padding: 72px 0;
  text-align: center;
}
#itLead h2 {
  margin-top: 0;
}
#itLead .leadtxt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
}

#itService {
  padding: 72px 0;
  background: #f8f8f8;
}
#itService h2 {
  margin-top: 0;
}
#itService .lrbox {
  gap: 24px;
  margin-top: 40px;
}
#itService .box {
  width: calc(50% - 12px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
}
#itService .box p {
  padding: 24px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
}
#itService .ttlbox {
  background: #534ab7;
  padding: 24px;
}
#itService .ttlbox h3 {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #itService .box {
    width: 100%;
  }
}

#itWorks {
  padding: 72px 0;
}
#itWorks h2 {
  margin-top: 0;
}
#itWorks .workslist {
  gap: 24px;
  margin-top: 40px;
}
#itWorks .box {
  width: calc(33.333% - 16px);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 24px;
}
#itWorks .box .tag {
  display: inline-block;
  font-size: 1.1rem;
  color: #534ab7;
  background: #eeedfe;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 12px;
}
#itWorks .box h4 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 12px;
  color: #333;
}
#itWorks .box p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
#itWorks .portfolio-link {
  margin-top: 40px;
  text-align: center;
}
#itWorks .portfolio-link a {
  font-size: 1.4rem;
  color: #534ab7;
  text-decoration: underline;
}
#itWorks .portfolio-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  #itWorks .box {
    width: 100%;
  }
}

#itPrice {
  padding: 72px 0;
  background: #f8f8f8;
  text-align: center;
}
#itPrice h2 {
  margin-top: 0;
}
#itPrice .leadtxt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
}
#itPrice .linkbtn {
  margin-top: 40px;
}
#itPrice .linkbtn a {
  display: inline-block;
  background: #534ab7;
  color: #fff;
  padding: 16px 48px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
}
#itPrice .linkbtn a:hover {
  background: #3d3499;
  transition: all 0.3s;
}

.consulguide-sec .box {
  border-radius: 8px;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.consulguide-sec .box p {
  padding: 16px 20px 0;
  margin: 0;
}
.consulguide-sec .box .more {
  margin-top: auto;
  color: #534ab7;
  padding: 12px 20px 20px;
}
.consulguide-sec .box .ttlbox {
  padding: 16px 20px;
}
.consulguide-sec .box .ttlbox h4 {
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=it-support.css.map */
