@charset "utf-8";


.main {
  padding-top: 12em;
}

.main-title._center {
  margin: 0 auto 3em;
}

.main-title img {
  display: block;
  width: 100%;
}

.main-catch {
  width: 90%;
  margin: 0 auto 8em;
  font-size: 20px; font-size: 2rem;
  text-align: center;
  color: #335380;
}

.main-text {
  width: 90%;
  margin: 0 auto 8em;
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}

.section-heading {
  position: relative; z-index: 9999;
  margin-bottom: 1em;
}
@media screen and (max-width:980px){
.section-heading {
  margin-top: -3.5em;
}
}

.section-heading span {
  display: block;
  position: relative;
  padding-bottom: 0.5em;
  font-size: 1.3em;
}

.section-heading span::after {
  display: block;
  content: "";
  position: absolute; bottom: 0; left: 0;
  width: 33px;
  height: 2px;
  background: #335380;
}

.section-text {
  width: 100%;
  margin-bottom: 8em;
  font-size: 14px; font-size: 1.4rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width:768px){
.section-text {
  max-width: none;
}
}

.service-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 90%; max-width: 1550px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:980px){
.service-inner {
  margin: 0 auto;
}
}

.service-content {
  width: 45%; max-width: 472px;
}
@media screen and (max-width:980px){
.service-content {
  width: 100%; max-width: none;
}
}

.service-content > .section {
  margin-bottom: 25em;
}
@media screen and (max-width:768px){
.service-content > .section {
  margin-bottom: 10em;
}
}


.point {
  position: relative;
  max-width: 377px;
  margin: auto;
  padding-top: 1em;
}
@media screen and (max-width:768px){
.point {
  margin-bottom: 5em;
}
}

.point-heading {
  position: absolute; top: -2em; left: -2em;
  max-width: 77px;
}

@media screen and (max-width:980px){
.point-heading {
  position: absolute; top: -2em; left: 0;
  max-width: 60px;
}
}

.point-heading img {
  display: block;
  width: 100%;
}

.point-list {
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}

.point-list li {
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 0.5em 2%;
  letter-spacing: -0.05em;
}

.point-list._analysis li {
  background: #E0ECF0;
}

.point-list._development li {
  background: #E1EBDA;
}

.point-list._support li {
  background: #F2EAD0;
}


.service-imagebox { 
  position: absolute; top: 0; right: 0;
  width: 840px;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width:1600px){
.service-imagebox { 
  width: 740px;
}
}
@media screen and (max-width:1400px){
.service-imagebox { 
  width: 640px;
}
}
@media screen and (max-width:1200px){
.service-imagebox { 
  width: 540px;
}
}
@media screen and (max-width:1100px){
.service-imagebox { 
  width: 500px;
}
}
@media screen and (max-width:1050px){
.service-imagebox { 
  width: 480px;
}
}
@media screen and (max-width:980px){
.service-imagebox { 
  display: none;
}
}

.service-imagebox img {
	padding: 5em 10% 0 0;
  display: block;
  width: 100%;
}

.service-imagebox::before { 
	display: block;
	content: "";
	background:url("../img/back.png") no-repeat;
	background-size: 100% auto;
	width: 100%; height: 100%;
}

.service-image {
  opacity: 0;
  position: absolute; top: 0; left: 0;
  min-height: 642px;
  
  transition: 1s;
}
.service-image img {
  display: block;
  width: 100%;
  transition: 1s;
}

.service-image01.is-show {
  z-index: 1;
  opacity: 1;
}
.service-image02.is-show {
  z-index: 2;
  opacity: 1;
}
.service-image03.is-show {
  z-index: 3;
  opacity: 1;
}

.service-imagebox.is-fix {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: -1;
  height: 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.service-imagebox.none {
  display: none;
}

.service-img {
  display: none;
  margin: auto;
}
.service-img img {
  display: block;
  width: 100%;
}
@media screen and (max-width:980px){
.service-img {
  display: block;
  width: 70%;
  margin: 0 0 0 auto;
}
}

.system-title {
  width: 100%; max-width: 440px;
  margin: 0 auto 3em;
}

.system-title img {
  display: block;
  width: 100%;
}

.system-catch {
  width: 90%;
  margin: 0 auto 3em;
  font-size: 20px; font-size: 2rem;
  text-align: center;
  color: #335380;
}


.system-content {
  margin-bottom: 5em;
  padding: 4em 0;
  background: rgba(218,229,230,0.4);
}

.system-detail {
  width: 90%; max-width: 984px;
  margin: 0 auto 3em;
}

.system-heading {
  margin-bottom: 1em;
  font-size: 25px; font-size: 2.5rem;
  text-align: center;
  color: #335380;
}

.system-list {
  display: flex;
  flex-wrap: wrap;
}

.system-list li {
  width: 23%;
  margin: 0 1% 1em;
  padding: 0.5em 0;
  font-size: 14px; font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:1080px){
.system-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
}

.system-list .system-item1 {
  background: #7CB4D6;
}
.system-list .system-item2 {
  background: #6BC6D4;
}

.system-list._program .system-item1 {
  background: #C9DB77;
}
.system-list._program .system-item2 {
  background: #9FC286;
}



