@charset "utf-8";

a {
    text-decoration: none;
    color:#000;
}

p {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
}

li {
    list-style: none;
}

.btn {
    display: block;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
    background-color: #33476a;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    height: 47px;
    line-height: 47px;
    
}

.btn:hover {
    opacity:0.7;
    transform: all .3s;
}

.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

.page-width {
    width:1180px;
    margin:0 auto;
}

.page-inner {
    width: 980px;
    margin: 0 auto;
}

section {
    margin-top:80px;
    margin-bottom: 80px;
}

.bg-blue {
    background-color: #f2f5f9;
}

.heading-title {
    margin-bottom: 50px;
    font-size:24px;
    text-align: center;
}

.c-blue  {
    color: #002e85;
}

.mv  {
    margin-top: 70px;
    margin-bottom: 20px;
    background: url(../support/images/move-mv-bg.png) center center no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
}

.mv_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mv_title {
    width: 60%;
}

.mv h2 img{
width: 100%;
}

.mv-cta {
    width: 30%;
    position: relative;
}

.mv-cta img {
    width: 100%;
}

.cta-link {
    width: 300px;
    height: 40px;
    position: absolute;
    top: 85px;
    left: 25px;
}

.content-nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav-toc  {
    display:flex;
    justify-content: space-between;
    align-items: stretch;
}

.nav-toc_item {
    display: flex;
    align-items: center;
    padding:10px 30px;
    font-size:16px;
    list-style: none;
    text-align: center;
    position: relative;
}

.nav-toc_item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #002e85;
    position: absolute;
    left: -16px;
}

.nav-toc_item:last-child::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #002e85;
    position: absolute;
    right: -10px;
}

.campaign-info {
    margin-top: 20px;
    padding-top:20px;
    padding-bottom: 20px;
    background-color: #e5eaf3;
    position: relative;
}

.campaign-info .heading-title {
    margin-bottom: 20px;
    color: #002e85;
}

.campaign-contents {
    width:1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.campaign-info::after{
    content: '';
    display: inline-block;
    background: url(../support/images/move-campaign-img.png) no-repeat center center;
    width:450px;
    height:400px;
    position: absolute;
    top: calc(50% - 180px);
    left: calc(50% - 220px);
    transform: scale(0.5);
}

.campaign-desc {
    width:500px;
    padding-top:30px;
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}

.campaign-title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    
}

.campaign-title span {
    display:block;
    font-weight: 700;
    color: #002e85;
}

.campaign-desc_btn {
    width:370px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    background-color: #33476a;
    color: #fff;
    line-height: 1;
    
}

#about p {
    font-size: 20px;
}

#about ul {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 45px;

}

#about li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

#about li:before {
    content: '';
    width:15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2ca9e1;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -20px;
}

#step  {
    padding-top: 50px;
    padding-bottom: 50px;
}

#step .heading-title {
    font-size: 32px;
}

#step p {
    text-align: center;
    font-style: 16px;
}

#step img {
    width: 100%;
}

.flow {
    margin-top: 30px;
    margin-bottom: 30px;
}

.flow img {
    margin-bottom: 30px;
}

#merit {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 100px;
}

#merit h3 {
    margin-bottom: 40px;
    font-size:28px;
    text-align: center;
}

#merit ul {
    width: 605px;
    margin:0 auto 30px;
    
}

#merit li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

#merit li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2ca9e1;
    position: absolute;
    top: 8px;
    left: -20px;
}

#merit p {
    text-align: left;
    margin-bottom: 30px;
}

#case .heading-title {
    color: #002e85;
}

.case-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-img img{
    width: 30%;
}

.left-img p{
    width: 65%;
}

#case_Nmove {
    padding: 30px;
    margin-top: 100px;
    background-color:#f2f2f2;
    border-radius: 20px;
}

#case_Nmove h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.case-desc {
    width: 63%;
}

.case-img {
    width: 32%;
}

.case-img img {
    width: 100%;
}

.case-desc p {
    margin-bottom: 15px;
}

#qa .heading-title {
    color: #002e85;
}

#qa .q {
    margin-bottom: 30px;
    border: 1px solid #002e85;
    height: 56px;
    border-radius: 20px;
    width: 90%;
    position: relative;
}

#qa .q p {
    padding-left: 100px;
    color: #002e85;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    
}

#qa .a {
    margin-bottom: 30px;
    margin-left: 75px;
    padding: 20px;
    background-color: #e5eaf3;
    border-radius: 20px;
    width: 90%;
    position: relative;
}

#qa .a p {
    padding-left: 10px;
    padding-right: 125px;
}

#qa .q01:before {
    content: '';
    display: inline-block;
    background-image: url(../support/images/move-p01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 80px;
    position: absolute;
    top: -23px;
    left: 20px;
    
}

#qa .q02:before {
    content: '';
    display: inline-block;
    background-image: url(../support/images/move-p02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 80px;
    position: absolute;
    top: -23px;
    left: 20px;
    
}
#qa .q03:before {
    content: '';
    display: inline-block;
    background-image: url(../support/images/move-p03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 80px;
    position: absolute;
    top: -23px;
    left: 20px;
    
}

#qa .a01:after {
    content: '';
    display: inline-block;
    background-image: url(../support/images/move-a01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 110px;
    position: absolute;
    top: 20px;
    right: 10px;   
}
#qa .a02:after {
    content: '';
    display: inline-block;
    background-image: url(../support/images/move-a02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 110px;
    position: absolute;
    top: 150px;
    right: 10px;   
}
#qa .a03:after {
    content: '';
    display: inline-block;
    background-image: url(../support/images/move-a01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 110px;
    position: absolute;
    top: 70px;
    right: 10px;   
}

#document-dl {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-yellow {
    background-color: #ffffe5;
}

#document-dl p {
    margin-bottom: 30px;
    font-size: 21px;
    text-align: center;
}

