@charset "utf-8";
/* CSS Document */

/*---------モジュールルール モジュールルールでは再利用可能な単位でパーツの具体的な見た目の定義をしていきます。---------*/

.for_pc{
        display:none;
    }
.for_mb{
        display:block;
    }
@media (min-width:1200px){
.for_pc{
        display:block;
    }
    
.for_mb{
        display:none;
    }
}
/*-----------l-headerエリア-----------*/
.site-header.l-header{
    width:100%;
    background:url("../images/header-bg_845730023.jpeg") no-repeat center center/cover,rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten; /* 画像を薄くする */
    height:580px;
    position:relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.site-header-container{
    display:block;
    width:100%;
    margin:0 auto;
    background:#fff;
    padding:10px 20px;
    border-radius: 0;
}
/*ヘッダー部分の文字*/
.header-content{
    position:absolute;
    margin-top:65px;
    margin-left:75px;
    z-index:10;
}
@media (max-width:500px){
    
.site-header .header-content{
    position:absolute;
    margin-top:65px;
    margin-left:10px;
    margin-right:10px;
    z-index:10;
}
.site-header .header-content .bg_text-blk {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    color: #000000;
}
}
.header-content .text-incircle{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    font-size:30px;
    color:#4D4D4D;
    border: 1px solid #292929;
    border-radius:23px;
    width:321px;
    text-align: center;
    background:#fff;
}


.header-content .bg_text-blk{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    font-size:32px;
    color:#000000;
}
/*ヘッダー部分の文字　ここまで*/


.site-header-logo{
    display:flex;
    gap:10px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px){　/*-------------タブレット以上のスタイル--------------*/
    
.for_pc{
        display:block;
    }
.site-header.l-header{
    height:760px;
    position:relative;
}
    
.site-header-container{
    max-width:80%;
    margin:0 auto;
    background:#fff;
    padding:30px 20px;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items:center;
}
.header-content .text-incircle{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    font-size:30px;
    color:#4D4D4D;
    border: 1px solid #292929;
    border-radius:30px;
    width:321px;
    text-align: center;
}
.header-content .bg_text-blk{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    font-size:40px;
    color:#000000;
    margin-top:17px;
}
  .header-content .bg_text-blk span{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    font-size:50px;
    color:#000000;
}  
/*ヘッダー部分の文字　ここまで*/
.site-header-logo{
    display:flex;
    gap:10px;
    justify-content: space-between;
}
    
.menu-gnav{
    display:flex;
    justify-content: center;
    margin-top:20px;
    justify-content: space-between;
}

.footer-block02 .copyright {
    font-size:15px;
    }
}/*-------------タブレット以上のスタイル ここまで--------------*/

/*nav*/

.menu-gnav{
    display:flex;
    justify-content: center;
    margin-top:20px;
}

.menu-gnav li {
    margin: 0;
    list-style: none;
    line-height: 1.4;
    position: relative;
    white-space: nowrap;
    color:#000;
}

.menu-gnav li a{
    color:#000;
}

.menu-gnav li a:hover{
    color:#666;
    text-decoration:underline;
}

.nav-link.contact{
    background:#46B2AE;
    padding: 10px 30px;
    color:#fff;
    border-radius:30px;
}
.menu-gnav li .nav-link.contact:hover{
    color:#46B2AE;
    text-decoration: none;
    border:1px solid #46B2AE;
    background:#fff;
    font-weight:bold;
}
.menu-gnav.font-bold li{
    font-weight:bold;
}
.menu-gnav .nav-item a{
    position:relative;
    overflow: hidden;
}
.menu-gnav .nav-item a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
.privercy{
    text-align:right;
    margin-bottom:25px;
}
.privercy a{
    color:#000;
}
.privercy a:hover{
    color:#666;
    text-decoration:underline;
}


@media (min-width: 992px){
.navbar-expand-lg{
    display:flex;
    justify-content:space-around;
}
  
#study .btn_width_full{
        width:270px;
    }    
    }

/*タイトル部分の改行*/
.title_br{
        display:none;
    }
@media (max-width:880px){
    .title_br{
        display:block;
    }
}

/*-----------l-mainエリア-----------*/

/*study*/
#study{
    margin-top:50px;
    position:relative;
}

#study .text-block{
    text-align: center;
}

/*section-block　～文字と画像が横並びしているタイプ～*/
#study .section-block .inner-block{
     display: block;
    background: #fff;
    padding: 20px;
    border: 2px solid #C5E5E3;
    margin-top: 10px;
    position: relative;
}
#study .section-block .inner-block.hataari{
    margin-top:100px;
}

#study .section-block .inner-block.hataari:after{
    content:"数理・データサイエンス・AI 教育プログラム";
    color:#fff;
    border:2px solid #fff;
    background:#46B2AE;
    position:absolute;
    top:-50px;
    left:0;
    width:500px;
    height:50px;
    font-weight:bold;
    text-align: center;
    vertical-align:middle;
    font-size:20px;
    border-radius:15px 50px 0 0 ;
    padding-top:10px;
}

@media (max-width:768px){
#study .section-block .inner-block.hataari:after{
    content:"数理・データサイエンス・AI教育プログラム";
    color:#fff;
    border:2px solid #fff;
    background:#46B2AE;
    position:absolute;
    top:-50px;
    left:0;
    width:340px;
    height:50px;
    font-weight:bold;
    text-align: center;
    vertical-align:middle;
    font-size:14px;
    border-radius:15px 50px 0 0 ;
    padding-top:10px;
}
    .bg_green_circle{
        white-space: inherit;
        text-align: center;
    }  
}

#study .flex-ribbon{
    display:flex;
    justify-content: flex-start;
    align-items:center;
    flex-wrap:wrap;
    border-bottom:1px solid #C5E5E3;
}

#study .section-block .text-box{
    padding:20px;
    width:100%;
}
#study .section-block .img-box{
    width:100%;
}
#study .section-block .img-box img{
    max-width:100%;
    margin:10px auto;
}

#study .flex-wrapper{
    flex-wrap:wrap;
    justify-content: center;
}
#study .flex-wrapper .flex-inner{
    padding:10px;
}
#study .btn-badge a{
    display:table;
    font-size:15px;
    text-decoration:underline;
    color:#666;
    padding:5px 10px;
    margin:0 auto;
}

#study .flex-wrapper .flex-inner.block01{
    width:100%;
}
#study .flex-wrapper .flex-inner.block01 li{
    margin-bottom:10px;
}

#study .flex-wrapper .flex-inner.blue-box{
    width:100%;
    background: rgba(255, 255, 255, 0.8);   
    margin-top:20px;
}

#study .flex-wrapper.pink-box{
    width:100%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: flex-start;
    position:relative;
    overflow: visible;
    z-index:0;
}

#study .flex-wrapper .pink-flex{
    display:flex;
}

#study .flex-wrapper .pink-flex p{
    border:2px solid #F2576B;
    padding:3px 0 3px 10px;
    background:#fff;
    color:#F2576B;
    margin-bottom:10px;
    border-radius:10px;
    height:65px;
    width:100px;
    margin-right:10px;
    font-weight:bold;
    }
#study .flex-wrapper ul{
    margin-left:20px;
}
#study .flex-wrapper ul li{
    line-height:19px;
    margin-bottom:15px;
    font-size:15px;
    font-weight: bold;
    text-indent: -20px;
}

#study .flex-wrapper.pink-box>.flex-inner:nth-child(2){
    width:100%;
}

#study .flex-wrapper .blue-box{
   padding:30px;
}

#study .flex-wrapper.pink-box .flex-inner{
   padding:10px 30px;
}
#study .flex-wrapper.pink-box .pink-flex .pink-inner01{
    width:30%;
    min-width:110px;
    }
#study .flex-wrapper.pink-box .pink-flex .pink-inner02{
    width:69%;
}


#study .flex-wrapper .flex-inner.block02 img{
    width:100%;
}


#study .flex-wrapper.pink-box .pink-flex .pink-inner01 img{
    width:75%;
    max-width:120px;
    }

@media (max-width:768px){
    
#study .flex-wrapper .flex-inner.block03{
    padding:0;
}
#study .flex-wrapper.blue-box, #study .flex-wrapper.pink-box .flex-inner{
   padding:20px 18px;
}

.header-content .text-incircle{
    font-size:23px;
    width:241px;
}
    
}
@media (min-width:1200px){
     
/*ヘッダー部分の文字*/
.header-content{
    position:absolute;
    margin-top:145px;
    margin-left:200px;
    z-index:10;
}
#study .flex-wrapper .flex-inner.block01{
    width:51%;
}
#study .flex-wrapper .flex-inner.block02{
    width:15%;
}
#study .flex-wrapper .flex-inner.block03{
    width:30%;
}
#study .flex-wrapper .flex-inner.blue-box{
    width:49%;
}
#study .flex-wrapper.pink-box>.flex-inner:nth-child(1){
    width:30%;
}
#study .flex-wrapper.pink-box>.flex-inner:nth-child(2){
    width:69%;
}
#study .flex-wrapper.pink-box .pink-flex .pink-inner01{
    width:20%;
    min-width:110px;
    }
#study .flex-wrapper.pink-box .pink-flex .pink-inner02{
    width:80%;
}
#study .flex-wrapper ul li{
    font-size:19px;
    font-weight: bold;
    line-height:25px;
    }

 #study .flex-wrapper.pbl{   
    justify-content:space-around;
}
 #study .flex-wrapper.pbl .pbl01{   
    width:65%;
}
 #study .flex-wrapper.pbl .pbl02{   
    width:32%;
    padding-left:22px;
    }
    #study .flex-wrapper.pbl .pbl02 .btn_width_full{
        margin:0 auto;
    }
}
  /*------------1200px以上　　　ここまで--------------*/
@media(min-width:1280px){
    
.site-header-container{
    max-width:80%;
    margin:0 auto;
    background:#fff;
    padding:30px 120px;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}
}

@media (max-width:992px){/*------------タブレット以下　　ここから--------------*/
    
#study .section-block:after{
    top:-50px;
    left:13px;
    width:93%;
    height:50px;
    font-size:14px;
}
#study .flex-wrapper .flex-inner.block02 img{
    width:50%;
}
#voice .flex-wrapper .flex-inner {
    margin-top:20px;
    } 
}
    /*------------タブレット以下　　　ここまで--------------*/


#study .flex-wrapper .akawaku.kiso{
    position:relative;
    padding:20px 10px 10px 10px;
}
#study .flex-wrapper .akawaku.kiso:after{
    content:'【全学必修科目】';
    position:absolute;
    color:#FF6666;
    background:#fff;
    top:-15px;
    left:25%;
}
#study .flex-wrapper .akawaku.ouyou{
    position:relative;
    padding:20px 10px 0px 10px;
}



#study .flex-wrapper .akawaku.ouyou:after{
    content:' 【全学部共通】オープンバッジ取得には必修　';
    position:absolute;
    color:#FF6666;
    background:#fff;
    top:-12px;
    left:1%;
    font-size:13px;
}


.btn{
    padding:10px 30px;
    border-radius:30px;
    color:#fff;
    font-weight:bold;
    margin:0 auto;    
    display:table;
}
/*#voice*/
/*calam-block-group*/
#voice{
    padding-top:100px;
    padding-bottom:100px;
}
#voice .section-calam-block-group{
    gap:20px;
    display:flex;
    justify-content: center;
    margin-bottom:50px;
}
#voice .calam-block{
    border-radius:20px;
    width:30%;
}
#voice .section-calam-block-group .calam-text-block{
    padding: 1.25rem;
    color:#fff;
    background: #46B2AE;
    z-index: 1;
    position:relative;
    border-radius:0 0 20px 20px;
}
#voice .section-calam-block-group .calam-text-block p{
    font-size:15px;
}
#voice .section-calam-block-group .voice-img{
    background:#fff;
    border-radius:20px 20px 0 0;
}

@media (max-width: 992px){
    
#voice{
    padding-top:30px;
    padding-bottom:30px;
}
    
#about .section .section-block{
    margin:50px 0;
}
.section-calam-block-group{
    display:block;
}
#voice .calam-block{
    width:100%;
    margin:20px auto 50px;
    
}
#voice .section-calam-block-group{
    gap:20px;
    display:block;
}
.calam-img img{
    width:100%;
            
}
    
.section-calam-block-group .calam-text-block{
    min-height: 1px;
    padding: 1.25rem;
    background: #fff;
    z-index: 1;
    position:relative;
}
.section-calam-block-group .calam-text-block p{
    font-size:13px;
}

}/*max-width: 992px*/



/*section-fixed-block ~画像がfixedで張り付いているタイプ~*/

.section-fixed-block{
    display:block;
    width:100vw;
}

.section-fixed-block .flex-img-box{
    background-image:url("../images/img_98555514_L.jpg");
    height:500px;
    background-attachment: fixed !important;
    background-size: cover !important;
}
    
.section-fixed-block .text-box{
    width:100vw;
    padding:20px;
    font-size:14px;
}
@media (min-width:768px){
.section-fixed-block{
    display:flex;
    flex-direction: row-reverse;
}
.section-fixed-block .flex-img-box{
    width:50vw;
    height:auto;
    background-attachment: fixed !important;
    background-size: cover !important;
}
    
.section-fixed-block .text-box{
    width:50vw;
    margin:20px;
    font-size:14px;
}
}
/*button 横幅フルで▶入りタイプ*/

.btn_width_full{
    width:100%;
    height:auto;
    padding:0 20px;
    margin-bottom:20px;
    border-radius:5px;
    font-size:17px;
    text-align: center;
    position:relative;
    font-weight:bold;
    color:#000;
    line-height:40px;
}
.btn_width_full a{
    color:#000;
}
.btn_width_full a:hover{
    opacity:0.7;
}
.btn_width_full.bg-green{
    color:#fff;
}
.btn_width_full.bg-green:before{
  content:"";
    position:absolute;
    top:0;
    left:0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #8FE6E3; /* 左向きの三角形 */
}
    
.btn_width_full.bg-blue{
    color:#fff;
    font-size:13px;
    border:2px solid #1E8FCC;
}

.btn_width_full.bg-blue:before{
  content:"";
    position:absolute;
    top:0;
    left:0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #A4D4EF; /* 左向きの三角形 */
}

/*button～ホバーで黒い背景にかわる→つきタイプ～*/
    
.button-area{
    text-align: center;
    box-sizing:border-box;
    margin-top:110px;
    margin-bottom:50px;
}
.button-area .button-link{
    position: relative;
    padding: 12px 60px;
    letter-spacing: 0.1em;
    min-width: 220px;
    border:1px solid #666;
}
.btn-arrow{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.button-area .button-link:hover{
    background-color: transparent !important;
    border:1px solid #000;
    color:#fff;
}
.button-area .button-link:hover .button-link-txt{
    color:#fff;
    z-index:2;
}
.button-area .button-link::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    z-index: -1;
    transition: .3s;
}
.button-area .button-link:hover::before{
    width: 100%;
    z-index: 1;
}
.button-area .button-link-caption{
    display:inline-flex;
    box-align:center;
    align-items:center;
    justicy-content:center;
}
.button-area .button-link-caption::before{
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    bottom: 50%;
    right: -35px;
    border-bottom: solid 1px #000;
}
.button-area .button-link-caption::after{
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    background: #000;
    bottom: calc(50% + 5px);
    right: -35px;
    transform: rotate(45deg);
}
    
/*bootstrapのbtn-outline-darkクラスボタンの調節*/
.btn-outline-dark{
    margin:20px auto;
    display:block;
}
@media (min-width:768px){
#about .flex-wrapper .img-box{
	padding:50px;
    }
#about .flex-wrapper .flex-inner.text-box{
        padding-top:50px;
    }
}
/*-----------#about エリア-----------*/
#about .flex-wrapper .img-box{
        position:relative;
    }
/*Youtubeアイコン
#about .flex-wrapper .img-box.youtube:after{
    content:"";
    position:absolute;
    top:calc( 50% - 25px);
    left:calc( 50% - 25px);
    width:50px;
    height:50px;
    background:url("../images/youtube-icon.png") no-repeat center center / contain;
    }    */
#about .flex-wrapper .img-box a:hover{
    opacity:0.7;
} 
#about .section-block{
    margin:100px 0;
}
/*-----------#link エリア-----------*/
/*btn-red*/
.btn-red a{
    display:block;
    position:relative;
    background:#CC1335;
    padding:10px 30px;
    border-radius:30px;
    color:#fff;
    font-size:18px;
    width:300px;
}
.btn-red a:hover{
    opacity:0.8;
}
.btn-red.big a{
    display:block;
    position:relative;
    background:#CC1335;
    padding:10px 30px;
    border-radius:30px;
    color:#fff;
    font-size:18px;
    width:300px;
    margin:0 auto;
}

.btn-red a:before{
    content:"";
    position:absolute;
    width:30px;
    height:30px;
    top:calc( 50% - 15px );
    right:30px;
    background:url("../images/btn-arrow.png") no-repeat center center / contain;
}
/*バナーエリア*/
.brain{
    margin:50px 0;
}
.banner-area{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:50px;  
    justify-content: center;
}
/*contact-btn*/
.contact-btn{
    margin:100px auto 50px;
}
.contact-btn a{
    display:block;
    width:300px;
    text-align: center;
    margin:50px auto;
    background:#46B2AE;
    color:#fff;
    padding:10px 30px;
    border-radius:30px;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.contact-btn a:hover{
    display:block;
    width:300px;
    text-align: center;
    margin:50px auto;
    background:#fff;
    color:#46B2AE;
    padding:10px 30px;
    border-radius:30px;
    border:1px solid #46B2AE;
    font-weight:bold;
    box-shadow:none;
}
/*-----------l-footerエリア-----------*/
.site-footer-content .footer-block01{
    display: flex;
    gap:20px;
    align-items:baseline;
}
.footer-kobeu-logo{
    width:80%;
}
.copyright {
    text-align: center;
    margin: 0.5rem;
    font-size:10px;
}
@media (min-width:768px){   
    .footer-nav{    
   border-top:1px solid gray;
   border-bottom:1px solid #eee;
   font-size:12px;
    }
}
@media (max-width:768px){
    
    .banner-area .banner{
        width:45%;
    }
.l-footer{
    padding:10px 0 50px;
    border-top:2px solid #707070;
    margin-top:50px;
}
}
@media (min-width:768px){ 
.site-footer-content{
    display:flex;
    margin-top:20px;
    margin-bottom:20px;
    align-items: end;
}
.site-footer-content .footer-block01{
      max-width:50%      
    }
.site-footer-content .footer-block02{
      width:50%      
    }
.footer-kobeu-logo{
    width:50px;
}
        
}
.align-center{
    align-items: center;
}

/*背景イラストを1200ｐｘ以下で配置を変える*/

@media (min-width:1200px){
    
.bg-green-gradation{
  background: url("../images/hd_bg_img_01.png") no-repeat top 12% left 30px ,url("../images/hd_bg_img_02.png") no-repeat top 40% right 2%,url("../images/hd_bg_img_03.png") no-repeat top 60% left 5% ,url("../images/hd_bg_img_04.png") no-repeat bottom 0 right 5%, linear-gradient(to bottom, #fff 0, #DDFDFB 8%, #D5EDF2 20%, #D6E6ED 60%, #E6F1FF 95%, #FEE6E6 100%);
}
.bg-pink-gradation{
    background:linear-gradient(to bottom, #FEE6E6 5%, #F5D2D2 100%);
    }
}

@media (max-width:1200px){
#study .flex-wrapper .flex-inner.blue-box.bg-img{
        position:relative;
    }  
 #study .flex-wrapper .flex-inner.blue-box.bg-img:after {
    content:"";
    position:absolute;
    bottom:-65px;
    right:-10px;
    width:130px;
    height:122px;
    background:url("../images/hd_bg_img_02.png");
    background-repeat:no-repeat;
    background-size: 100%;
    overflow: visible;
    z-index:5;
}
    
#study .flex-wrapper.pink-box:after{
    content:"";
    position:absolute;
    bottom:-75px;
    right:-10px;
    width:100px;
    height:130px;
    background:url("../images/hd_bg_img_03.png");
    background-repeat:no-repeat;
    background-size: 100%;
    overflow: visible;
    z-index:5;
}   
       
.bg-green-gradation{
  background: linear-gradient(to bottom, #fff 0, #DDFDFB 8%, #D5EDF2 20%, #D6E6ED 60%, #E6F1FF 95%, #FEE6E6 100%);
}
   
.bg-pink-gradation{
    background:linear-gradient(to bottom, #FEE6E6 5%, #F5D2D2 100%); 
    } 
}

/*TOP背景*/
.site-header.l-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hd_bg_img_00.png) no-repeat right 10px bottom / 194px auto,
  url("../images/hd_bg_img_04.png") no-repeat left 10px bottom /  130px auto,url("../images/hd_bg-text.png") no-repeat bottom 10px center / 100% auto, linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%) ;
  pointer-events: none; /* クリックを邪魔しない */
}

@media (min-width:768px){    
.site-header.l-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
 url(../images/hd_bg_img_00.png) no-repeat right 10% bottom 70px / 190px auto,
  url("../images/hd_bg_img_01.png") no-repeat left 50% top 120px / 150px auto,
  url("../images/hd_bg_img_04.png") no-repeat left 10% bottom 60px /  180px auto,linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%),url("../images/hd_bg-text.png") no-repeat bottom 50px center / 100% auto ;
  pointer-events: none; /* クリックを邪魔しない */
}
}
@media(min-width:1280px){    
.site-header.l-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
 url(../images/hd_bg_img_00.png) no-repeat right 10% top 150px / 260px auto,
  url("../images/hd_bg_img_01.png") no-repeat left 20% top 120px / 150px auto,
  url("../images/hd_bg_img_02.png") no-repeat right 20% bottom 10px /  200px auto,
  url("../images/hd_bg_img_04.png") no-repeat left 10% bottom 30px /  200px auto,linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%),url("../images/hd_bg-text.png") no-repeat bottom 50px center / 100% auto ;
  pointer-events: none; /* クリックを邪魔しない */
}
}
@media (min-width:1500px){
.site-header.l-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
 url(../images/hd_bg_img_00.png) no-repeat right 10% top 150px / 385px auto,
  url("../images/hd_bg_img_01.png") no-repeat left 20% top 120px / 150px auto,
  url("../images/hd_bg_img_02.png") no-repeat left 50% bottom 10px /  200px auto,
  url("../images/hd_bg_img_04.png") no-repeat left 10% bottom 30px /  200px auto,linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%),url("../images/hd_bg-text.png") no-repeat bottom 50px center / 100% auto ;
  pointer-events: none; /* クリックを邪魔しない */
}
    
}