@charset "UTF-8"; 
/* CSS Document */
.bg-gray {
    background-color: #f4f5f7;
}

.new-alliance section{
    font-family: Verdana, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.new-alliance .pc {
    display: block;
}
.new-alliance .sp {
    display: none;
}

.new-alliance section {
    padding: 5% 0;
}

.new-alliance section#main{
    padding-top: 1%;
}

.new-alliance .flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.new-alliance .company-Info_logo {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.new-alliance .name {
    position: absolute;
    bottom: 0;
    left: 50%; 
    transform: translateX(-50%); 
    font-size: 1.5rem;
}
.new-alliance .company-Info_inner {
    width: 58%;
}  
.new-alliance .company-Info_inner h4 {
    font-size: 2.2rem;
    margin: 0;
    margin-bottom: 2%;
    color:#3e88e1;
}
  
.new-alliance .company-Info_inner h4 span{
    font-size: 57%;
    margin-bottom: 1%;
    display: inline-block;
    color: #3e88e1;
}
.new-alliance .company-Info_inner p{
    font-weight: bold;
    font-size: 1.2em;
}
.new-alliance .wrap{
    max-width: 930px;
    margin: 0 auto;
    text-align: left;
}
.new-alliance .tocontact {
    width: 95%;
    margin: 0 auto;
}
.new-alliance .tocontact a {
    position: relative;
    background-color: #D7E7F6;
    border: 1px solid #2360b3;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    padding: 10px;
    line-height: 1.8;
    transition: background-color .5s;
    font-weight: bold;
}
.new-alliance .tocontact a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    color: #3e88e1;
}
.new-alliance .tocontact a:hover {
    opacity: .6;
}
.new-alliance .company-Info .tocontact-wrap{
    width: 100%;
    margin-top: 3%;
}
  
.new-alliance h5 {margin: 0;position: relative;text-align: center;color: #3e88e1;font-size: 1.9rem;margin-bottom: 9%;}
  
.new-alliance h5:before {content:  '';width: 70px;height: 4px;background-color: #3e88e1;display: block;position: absolute; bottom: -60%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);}

 /* メインビジュアル 20210703 */
.sp_br {
    display: none;
}
.new-alliance section#main {
    padding: 0;
}
.info-back {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
     height: 538px;
}

#info-rgba {
    height: 100%;
    /* background: rgba(255,255,255,0.3); */
}
.h2_title{
    line-height: 1.1em;
    font-size: 2.2em;
    font-weight: bold;
    }
.font_color{
    color: #3e88e1;
}
.under_align {
    width: 70%;
    margin: 0 auto;
    height: auto;
}
.txt-p{
    padding: 20px 0;
    margin-top: 0;
}
.contact_btn{
    bottom: 0px;
    padding: 10px auto;
    margin: 10px 0px;
    left: 0;
    right: 0;
}
  .mv{
    width: 100%;
    padding: 0px ;
    margin-bottom: 0px;
    position: relative;
    left: 0px;
}
  .box_mv {
    position: absolute;
    right: 0px;
    margin: 0px;
    top: 50px;
    max-width: 770px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    padding: 2rem 5rem;
    text-align: center;
    margin: 30px 0;
}
.box_img{
    position: absolute;
    left: 450px;
    top: 150px;
}
.btn-blue_g{font-size: 90%!important;
display: inline-block
;position: relative;
margin-bottom: 0;
font-weight: 700;
line-height: 1.42857143;
text-align: center;
/* white-space: nowrap; */
vertical-align: middle;-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none
;-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width:100%;
padding: 15px 0;
background: #07569e; /* Old browsers */
background: -moz-linear-gradient(left,  #07569e 0%, #097fa1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #07569e 0%,#097fa1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #07569e 0%,#097fa1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
box-shadow: 0px 5px 10px  rgba(54, 117, 191, 0.5);color: #fff !important;
}
.btn-blue_g:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 62px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    /*background: #fff;*/
    transition: all .5s ease-out;
}
.btn-blue_g::after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    top: 40%;
    right: 15px;
    width: 10px;
    /* height: 10px; */
    /* margin-top: -5px; */
    /* background: #8476f5; */
    transition: all .5s ease-out;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}
.width100 a:hover,.under_align a:hover  {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.42857143;
    /* text-align: center; */
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 24px;
    width:100%;
    padding: 0px -20px;
    background: #07569e; /* Old browsers */
    background: -moz-linear-gradient(left,  #0E8FDA 0%, #12BEDC 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0E8FDA 0%,#12BEDC 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0E8FDA 0%,#12BEDC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E8FDA', endColorstr='#12BEDC',GradientType=1 ); /* IE6-9 */
    box-shadow: 0px 5px 10px  rgba(54, 117, 191, 0.5);
    color: #fff !important;
}

  
/* スマートフォン CSS Document */
@media screen and (max-width: 1000px){
.under_align {
    width: 100%;
}
    .new-alliance .sp{
        display: block;
    }
    .new-alliance .pc{
        display: none;
    }
    .new-alliance .flex{
        display: block;
    }
    .new-alliance .flex-sp /* SP版flex */{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .new-alliance section {
        padding: 11% 5%;
    }
    .new-alliance .company-Info_inner {
        width: 100%;
    }
    .new-alliance .company-Info_inner h4{
        text-align: center;
        font-size: 190% !important;
    }
    .new-alliance .company-Info_logo{
        width: 100%;
        padding-bottom: 11%;
    }
    .new-alliance .about-text {
        width: 100%;
        font-size: 2rem;
    }
    .new-alliance .about-img {
        width: 37%;
    }
    .new-alliance .about-dcoya_text {
        width: 100%;
        font-size: 2rem;
    }
    .new-alliance #main p{
        font-size: 2rem !important;
        /* margin: 5% 0; */
        /* font-weight: inherit; */
    }
    .new-alliance .company-Info_inner h4{
        font-size: 230% !important;
        margin-bottom: 5%;
    }
    .new-alliance h5:before{
        right: 50%;
    }
    .new-alliance h5{
        font-size: 190% !important;
        margin-bottom: 14%;
    }
    .new-alliance .about-img {
        width: 70%;
        margin: 0 auto;
    }
    .new-alliance .about-img img {
        width: 100%;
    }
    .new-alliance .about-dcoya_movie {
        width: 90%;
        margin: 0 auto;
    }
    .new-alliance .contents p {
        font-size: 2rem;
    }
    .new-alliance .contents h6{
        font-size: 180% !important;
    }
    .new-alliance .contents h6 span {
        font-size: 50%;
    }
    .new-alliance .contents{
        width: 88%;
        padding: 3% 6%;
    }
    .new-alliance .tocontact a{
        font-size: 2rem;
        padding-right: 6%;
        line-height: 1.4;
        font-weight: inherit;
    }
    .new-alliance .contents:nth-child(3){
        margin-bottom: 3%;
    }
    .new-alliance .reason-text {
        width: 100%;
        font-size: 2rem;
    }
    .new-alliance .feature ul li{
        padding-left: 10% !IMPORTANT;
        font-size: 2rem;
    }
    .new-alliance .reason-img {
        width: 90%;
        margin: 0 auto;
    }
    .new-alliance .feature ul li:before{
        width: 56px;
        height: 54px;
        top: 50%;
        right: 10px;
        margin-top: -24px;
    }
    .new-alliance .youtube {
        margin-bottom: 6%;
    }
    .new-alliance .reason-text .title {
        text-align: center;
    }

    .new-alliance section#main{
        padding-top: 3%;
    }
    
    .new-alliance .company-Info .tocontact-wrap {
        margin-top: 5%;
    }

 /* メインビジュアル 20210703 */
.sp_br {
    display: block;
}
.pc_br {
    display: none;
}
.sp_left {
    text-align: left;   
}
.info-back {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 750px;
}
.box_mv img{
   width: 47%;
}
.btn-blue_g{
    font-size: 1.5rem!important;
    padding: 20px;
    width: 100%;
    padding: 20px 0;
}
.btn-blue_g:before {
    right: 32px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}
.btn-blue_g::after{
    right: 36px;
    width: 20px;
    height: 20px;
     margin-top: -8px;
}
.h2_title {
    line-height: 1.5;
}
.box_mv {
    top: 30px;
    padding: 50px;
    height: auto;
    max-width: 100%;
    background: rgb(255 255 255 / 83%);
}
}


