@charset "utf-8";
/*Common*/
section header {
    width: 90%;
    max-width: 990px;
    margin: auto;
    background: #1D2C6A;
}
section header h1 {
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
    padding: 0.25em;
}
section article {
    width: 90%;
    max-width: 990px;
    margin: auto;
}
p.btn {
    text-align: center;
}
p.btn a {
    font-size: 1.75em;
    display: inline-block;
    padding: 0.5em 1em;
}
p.btn.aerocube a {
    background: #2EA7E0;
    border: solid 2px #2EA7E0;
    box-sizing: border-box;
    border-radius: 2em;
    color: #FFFFFF;
    transition: all .3s;
}
p.btn.aerocube a:hover {
    background: #FFFFFF;
    color: #2EA7E0
}
figure.Screenshots {
    margin: 3em auto;
    width: 75%;
}
/*Firstview*/
#Firstview {
    width: 100%;
    background: #1D2C6A;
}
#Firstview img {
    width: 100%;
    max-width: 990px;
    margin: auto;
    display: block;
}

/*MainService*/
#MainService article {
    width: 90%;
    max-width: 990px;
    margin: auto;
}
#MainService article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#MainService article ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#MainService article ul li a figcaption,
#MainService article ul li.blank figcaption,
#MainService article ul li.active figcaption {
    font-size: 1.15em;
    padding: 0.25em 0;
    text-align: center;
    border: solid 1px #1D2C6A;
    color: #1D2C6A;
    margin-top: 1em;
    width: 100%;
    transition: all .3s;
}
#MainService article ul li a:hover figcaption,
#MainService article ul li.active figcaption {
    background: #1D2C6A;
    color: #FFFFFF;
}
#MainService article ul li.blank figure img {
    border: solid 1px #1D2C6A;
    box-sizing: border-box;
}

/*Development*/
#Development article {
    width: 90%;
    max-width: 990px;
    margin: auto;
}
#Development article h2 {
	font-family: YakuHanJP_Noto, 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2em;
}
#Development article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Development article ul.Development-outsourcing {
    margin-top: 7em;
}
#Development article ul li h3 {
    font-weight: 300;
    font-size: 1.15em;
    color: #1D2C6A;
    background: rgba(29,44,106,0.17);
    padding: 0.25em 0.5em;
    margin-bottom: 1em;
}
#Development article ul li .entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Development article ul li .content-box {
    font-size: 0.85em;
    display: flex;
    flex-direction: column;
}
#Development article ul li .content-box.column-reverse {
    flex-direction:column-reverse;
}
#Development article ul li .content-box.column-reverse figure {
    margin-bottom: 1em;
}
#Development article ul li .content-box.column-reverse figure figcaption {
    text-align: center;
    margin-top: 0.25em
}
#Development article ul li .content-box h4 {
    margin-top: 1em;
    font-weight: 300;
}
#Development article ul li .content-box ul {
    display: block;
    width: auto;
    padding-left: 1.25em;
}
#Development article ul li .content-box ul li {
    width: auto;
    list-style: disc;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}
#Development article ul li .content-box dl {
    margin-top: 1em;
}
#Development article ul li .content-box dl dt {
    width: 5em;
    float: left;
}
#Development article ul li .content-box dl dt:after {
    content: ' ：'
}
#Development article ul li .content-box dl dd {
    padding-left: 5em;
}
#Development article ul li .content-box p.coution {
    text-indent: -1em;
    padding-left: 1em;
}
#Development article ul li .content-box p.coution,
#Development article ul li .content-box p.link {
    margin-top: 1em;
}

/*Companyinfo*/
#Companyinfo article {
    width: 90%;
    max-width: 990px;
    margin: auto;
}
#Companyinfo article h2 {
	font-family: YakuHanJP_Noto, 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2em;
}
#Companyinfo article dl.Companyinfo-dl {
    display: flex;
    flex-wrap: wrap;
}
#Companyinfo article dl.Companyinfo-dl > dt {
    font-size: 1.15em;
}
#Companyinfo article dl.Companyinfo-dl > dd {
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 1.1em;
}
#Companyinfo article dl.Companyinfo-dl > dd.philosophy {
    font-size: 1.5em;
}
#Companyinfo article dl.Companyinfo-dl > dd.philosophy img {
    display: block;
    height: 28px;
    width: auto;
    float: right;
    margin-top: 2em;
}
#Companyinfo article dl.Companyinfo-dl > dd ol li {
    margin-bottom: 0.25em;
}
#Companyinfo article dl.Companyinfo-dl > dd ol li ul {
    margin-left: 1.25em;
}
#Companyinfo article dl.Companyinfo-dl > dd ol li ul li {
    list-style: disc
}

/*Contact*/
#Contact {
	font-family: YakuHanJP_Noto, 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 1.1em;
}
#Contact h2 {
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 1em;
}
#Contact dl {
    margin-bottom: 2em;
}
#Contact dl dd {
    margin-bottom: 0.75em;
}
#Contact dl dd:nth-last-of-type(1) {
    margin-bottom: 0;
}

/*Antisocial*/
#Antisocial article {
    box-sizing: border-box;
    padding: 0 3rem;
    width: 90%;
    max-width: 990px;
    margin: auto;
}
#Antisocial article ul {
    margin: 2rem 1.5rem;
    line-height: 2.5;
}

/* -------------------------------------------
MediaQuery
------------------------------------------- */
/*SmartPhone*/
@media screen and (max-width:767px) {
    /*Common*/
    section header {
        margin-bottom: 1.5em;
    }
    section header h1 {
        font-size: 1.25rem;
    }
    section {
        margin-bottom: 4em;
    }
    p.btn a {
        font-size: 1.25em;
    }
    /*MainService*/
    #MainService {
        margin-top: 2.5em;
    }
    #MainService article ul li {
        width: 100%;
        margin-bottom: 3em;
    }
    #MainService article ul li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    /*Development*/
    #Development article > ul > li {
        width: 100%;
        margin-bottom: 10%;
    }
    #Development article ul li .eyecatch {
        margin-bottom: 1em;
    }
    #Development article ul li .eyecatch,
    #Development article ul li figure {
        text-align: center;
    }
    #Development article ul li .eyecatch img,
    #Development article ul li figure img {
        width: 60%;
        height: auto;
    }
    /*Companyinfo*/
    #Companyinfo article {
        width: 75%;
    }
    #Companyinfo article dl.Companyinfo-dl > dt {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em;
    }
    #Companyinfo article dl.Companyinfo-dl > dd {
        margin-bottom: 3em;
    }
    #Companyinfo article dl.Companyinfo-dl > dd.philosophy img {
        height: 20px;
        width: auto;
    }
    #Companyinfo article dl.Companyinfo-dl-children > dd,
    #Companyinfo article dl.Companyinfo-dl-career > dd {
        margin-left: 1.5em;
        margin-bottom: 0.5em;
    }
    #Companyinfo article dl.Companyinfo-dl-career > dd {
        margin-bottom: 3em;
    }
    /*Contact*/
    #Contact {
        text-align: center;
    }
}

/*Tablet*/
@media screen and (min-width:768px) {
    /*Common*/
    section header {
        margin-bottom: 2em;
    }
    section header h1 {
        font-size: 1.5rem;
    }
    section {
        margin-bottom: 6em;
    }
    /*MainService*/
    #MainService {
        margin-top: 4em;
    }
    #MainService article ul li {
        width: 31.5%;
    }
    /*Development*/
    #Development article ul li .eyecatch {
        width: 40%;
    }
    #Development article ul li .content-box {
        width: 53%;
    }
    #Development article ul li.large .eyecatch {
        width: 54%;
    }
    #Development article ul li.large .content-box {
        width: 43%;
    }
    /*Companyinfo*/
    #Companyinfo article dl.Companyinfo-dl {
        width: 100%;
        justify-content: space-between;
    }
    #Companyinfo article dl.Companyinfo-dl > dt {
        width: 6em;
    }
    #Companyinfo article dl.Companyinfo-dl > dd {
        width: calc(100% - 7em);
        margin-bottom: 3em;
    }
    #Companyinfo article dl.Companyinfo-dl > dt.philosophy {
        padding-top: 0.25em;
    }
    #Companyinfo article dl.Companyinfo-dl > dd.philosophy {
        width: calc(100% - 7.75rem);
    }
    #Companyinfo article dl.Companyinfo-dl-children {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #Companyinfo article dl.Companyinfo-dl-children dt {
        width: 10em;
    }
    #Companyinfo article dl.Companyinfo-dl-children dd {
        width: calc(100% - 11em);
    }
    #Companyinfo article dl.Companyinfo-dl-career > dd {
        margin-bottom: 3em;
    }
    /*Contact*/
    #Contact dl {
        margin-bottom: 2em;
        margin-left: 2.5em;
    }
    #Contact p {
        margin-left: 2.5em;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    /*Development*/
    #Development article ul li {
        width: 100%;
        margin-bottom: 10%;
    }
}
@media screen and (max-width:1023px) {
    /*Firstview*/
    #Firstview {
        padding-top: 65px;
        margin-bottom: 3em;
    }
}
/*DeskTop*/
@media screen and (min-width:1024px) {
    /*Firstview*/
    #Firstview {
        padding-top: 100px;
        margin-bottom: 4em;
    }
    /*Development*/
    #Development article ul li {
        width: 48%;
        margin-bottom: 4%;
    }
}

