@charset 'UTF-8';

/* LOADING */

#loader-bg {
     background: linear-gradient(#EEEEED, #DED7D1);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19999;
}

#loader {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: fixed;
    top: 50%;
    width: 120px;
}

#loader p {
    color: #454545;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}

#loader p img {
    display: inline-block;
}
/* 非表示 */

.is-hide {
    display: none;
}


body{
    margin: 0 auto;
    padding: 0;
    color:#333;
    background: linear-gradient(#EEEEED, #DED7D1);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}

header{
    background: #fff;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    transition: .5s;
    top: 0;
    z-index: 9999;
}
h1{
    margin:0 auto;
    padding: 40px 0;
    text-align: center;
    transition: .5s;
}
h1 img{
    width: 260px;
    margin:0 auto;
    padding-top: 0px;
    transition: .3s;
    /* transition: .5s; */
}

header.is-animation h1 {
    padding: 20px 0;
}

header.is-animation h1 img {
    width: 220px;
    transition: .3s;
}

.contents{
    width:980px;
    margin: 0 auto 300px auto;
    top: 200px;
    position: relative;
}

.jmm-mission{
    height: 550px;
    box-sizing: border-box;
    margin: 60px auto 0 auto;
    /* width: 980px; */
}

.jmm-mission img.mission-bg{
    /* margin-left:-50px; */
}

.jmm-mission-text {
    background: #fff;
    padding: 40px;
    width: 550px;
    position: relative;
    top: -360px;
    left: 430px;
    box-sizing: border-box;
}


.jmm-service{
    background: #fff;
    padding:60px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 840px;
}
.jmm-service h3 span{
    font-size: 14px;
    background: #948576;
    padding:5px 10px;
    color:#fff;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 10px;
}
.jmm-service h3 img{
    margin-top: 10px;
}
h2{
    font-size: 11px;
}
p{
    font-size: 15px;
}


.jmm-row{
    display: table;
}
.jmm-span-3{
    width: 150px;
    display: table-cell;
}

.jmm-span-9 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    
}

.jmm-costcut-service {
    background: linear-gradient(45deg, #006454, #0B70A5, #125C83, #083E84, #035A6A, #083E84, #125C83, #0B70A5, #006454, #8D0E4E, #083E84);
    background-size: 800% 400%;
    animation: AnimationName 28s ease infinite;
    padding: 70px 60px 70px 80px;
    margin-top: 3rem;
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.jmm-costcut-service .jmm-row {
    transform: translate3d(0, 0, 0);
}


.jmm-service .marker{
    background: linear-gradient(transparent 55%, #D1DAE8 55%);
    font-weight: 700;
}
.jmm-costcut-service ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jmm-costcut-service ul li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    color: #315C96;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: 60px;
    background-color: #EFEFF0;
    font-weight: bold;
}

.jmm-costcut-service h3 {
    color: #EFEFF0;
    font-size: 24px;
    margin: 5px 0 15px 0;
}

.jmm-costcut-service a {
    background: #CEA047;
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
    padding: 18px 30px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 18px;
}

.jmm-costcut-service a:hover {
    filter: brightness(110%);
}

.jmm-costcut-service .m3-span-9 {
    padding-left: 20px;
}

.jmm-costcut-service p.jmm-costcut-service-cap {
    font-size: 11px;
    color: #ccc;
    margin: 0;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.jmm-service-feature{
    margin-top: 80px;
}
.jmm-service-feature h3{
    text-align: center;
    font-size: 26px;
    border-bottom: 1px #578DA3 solid;
    padding-bottom: 10px;
}

.jmm-service-feature ol{
    list-style:none;
    padding:0;
    margin:0;
    color:#fff;
}

.jmm-service-feature ol li{
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 20px 0;
}

.jmm-service-feature ol li:last-child{
     border-bottom: 1px #578DA3 solid;
}

.jmm-service-feature ol li .feature-num{
    width:50px; 
}

.jmm-service-feature ol li .feature-text {
    flex:1;
}

.jmm-service-feature ol li .feature-text h4{
    font-size: 16px;
    margin:0 0 0.5rem 0;
    opacity: 0.9;
    
}
.jmm-service-feature ol li .feature-text p{
    font-size: 13px;
    opacity: 0.8;
    margin-top:0.5rem;
}

.jmm-service-apply{
    text-align: center;
}
.jmm-service-apply a{
    margin: 50px auto 0 auto;
    padding: 18px 120px;

}

.jmm-about{
    width:100%;
    background: #fff;
    padding: 40px 0;
    box-sizing: border-box;
    margin-top: 50px;
}

.jmm-about-wrap{
    width: 700px;
    margin: 0 auto;
}

.jmm-about h2{
    font-size: 18px;
}

.jmm-about ul {
    list-style-type:none;
    margin: 0;
    padding: 0;

}
.jmm-about ul li{
    border-top:1px solid #dedede;
    padding: 0.25rem 0;
    font-size: 14px;
}

.jmm-about ul li:last-child{
    border-bottom:1px solid #dedede;
}
.jmm-about ul li a{
    text-decoration: none;
    color:#1C488D;
}

.jmm-about ul li h3{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 150px;
}

.jmm-about-wrap .jmm-contact {
    text-align: center;
    margin-top: 2rem;
}

.jmm-about-wrap .jmm-contact a{
    background: #9D9894;
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
    padding: 18px 100px;
    text-decoration: none;
    margin-bottom: 10px;
    margin: 0 auto;
}

footer{
    width:100%;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    border-top:1px solid #dedede;
    text-align: center;
    font-size: 12px;
    color:#999;
}





@media screen and (max-width: 500px) {
    .contents {
        width: 100%!important;
    }
    body{
         width: 100%!important;
    }
}

/*デバイスの横幅が979px以下の場合*/


/*loading*/
























