@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

.pos_re {
    position: relative;
}
.wrapper {
    overflow: hidden;
}
img {
    width: 100%;
    height: auto;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
}
.com_inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: content-box;
}

.com_inner02 {
    max-width: 880px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: content-box;
}
.pc_on {
    display: block;
}
.sp_on {
    display: none;
}

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

.al_t{
    align-items: flex-start;
}
.al_c{
    align-items: center;
}
.al_b{
    align-items: flex-end;
}

.txt_l{
    text-align: left;
}
.txt_r{
    text-align: right;
}
.txt_c{
    text-align: center;
}

.db1200 {
    display: none;
}
.dn1200 {
    display: block;
}

.db850 {
    display: none;
}
.dn850 {
    display: block;
}

.db650 {
    display: none;
}
.dn650 {
    display: block;
}


.mv {
    margin-bottom: 80px;
}
.subhead {
    height: 320px;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.subhead_ttl {
    color: #fff;
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.subhead_en{
    margin: 0 auto 10px;
}
.subhead_en img{
    height: 50px;
}

.sec_txt_box{
    margin: 0 auto 40px;
}

.sec_ttl_en {
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_ttl_en img {
    height: 26px;
    width: auto;
}
.sec_ttl_en02 img{
    height: 32px;
}

.ttl01{
    font-size: 36px;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
    font-weight: 300;
    line-height: 1.3;
}
.ttl02{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 300;
    margin: 0 auto 20px;
}
.read01{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
}

.category_mark{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    position: relative;
  }
  .category_mark li{
    font-size: 10px;
    line-height: 1;
    padding: 6px 9px;
    color: #2f7a6c;
    border: 1px solid #2f7a6c;
    border-radius: 25px;
    margin: 0 4px 5px 0;
    white-space: nowrap;
  }

  .btn_back{					
    margin:40px auto 0;					
    }
    .btn_back > a{
        display:flex;
        justify-content:center;
        align-items:center;
        width:150px;
        height:50px;
        border:1px solid;
        font-size: 14px;
        letter-spacing: 0.1em;
        transition-duration:0.6s;
        margin: 0 auto;
    }
    .btn_back > a:hover{
        color:#fff;
        border:1px solid #2f7a6c;
        background:#2f7a6c;
    }
    .cap_txt{
        font-size: 12px;
        line-height: 1.4;
    }

    
@media screen and (max-width:1200px){
    
    .db1200 {
        display: block;
    }
    .dn1200 {
        display: none;
    }

}
    
@media screen and (max-width:850px){
    .mv {
        margin-bottom: 60px;
    }    
    .subhead{
        margin-bottom: 60px;
    }

    .ttl01{
        font-size: 26px;
    }

    .read01{
        font-size: 12px;
    }

    .db850 {
        display: block;
    }
    .dn850 {
        display: none;
    }
}

@media screen and (max-width:650px){
    .pc_on {
        display: none;
    }
    .sp_on {
        display: block;
    }    

    .mv {
        margin-bottom: 40px;
    }
    .subhead{
        height:200px;
        margin-bottom: 40px;
    }
    .subhead_en img {
        height: 40px;
    }
    .category_mark li{
        padding: 5px 7px;
    }
    .sec_txt_box {
        margin: 0 auto 30px;
    }
    .sec_ttl_en img {
        height: 20px;
    }

    .sec_ttl_en02 img {
        height: 24px;
    }


    .db650 {
        display: block;
    }
    .dn650 {
        display: none;
    }    
    
}





/* floating bunner */

.ins_float_bnr{
    position: fixed;
    bottom: 20px;
    right: 100px;
    max-width: 376px;
    transition: 0.5s;
    /* filter: drop-shadow(0px 4px 9px rgba(0,0,0,0.3)); */
    z-index: 10;
    cursor: pointer;
  }
  .float_box{
    position: relative;
  }
  .ins_float_bnr.float_none{
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  .ins_float_bnr.float_none_inp{
    opacity: 0!important;
    pointer-events: none!important;
    transition: 0.5s!important;
  }
  .close_btn{
    position: absolute;
    max-width: 32px;
    width: 8%;
    right: -3%;
    top: -18%;
  }
  .float_main, .close_btn{
    transition: 0.3s;
  }
  .float_main:hover, .close_btn:hover, .float_member_bnr:hover{
    transition: 0.3s;
    opacity: 0.7;
  }

.float_member_bnr{
    /* max-width: 270px; */
    margin: 0 0 20px auto;
    position: relative;
    transition: 0.3s;
}
.float_close {
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99999;
    /* padding: 4px 8px; */
    width: 30px;
    height: 30px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.float_member_bnr.float_none{
    opacity: 0;
}
@media screen and (max-width: 900px){
.ins_float_bnr {
    max-width: 376px;
}
}
@media screen and (max-width: 850px){
.ins_float_bnr {
    width: 80%;
    /* right: 15px; */
    /* bottom: 0; */
}
.float_member_bnr {
    /* width: 70%; */
    margin: 0 auto 20px 0;
}
}
@media screen and (max-width: 650px){
.ins_float_bnr {
width: 80%;
right: 17%;
bottom: 10px;
/* bottom: 40px; */
max-width: 300px;
}


}

