@charset "utf-8";

/* ふわっと出現fadeUp */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
    from {
        opacity: 0;
    transform: translateY(100px);
    }
    
    to {
        opacity: 1;
    transform: translateY(0);
    }
    }
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
    .fadeUpTrigger{
        opacity: 0;
    }

html{
    width: 100%;
    height: auto;
}
header{
    width: 100%;
    height: auto;
    
}

main{
    background-color: #F3F3F3;
}

body{
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: #F3F3F3;
    color: #222222;
    
}

li{
    display: inherit;
}

h1, h2, h3, h4, p, time{
    font-size: 1rem;
    line-height: 200%;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1rem;
}

a{
    text-decoration: none;
    list-style:none;
    letter-spacing: 0.1rem;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    
}

#header{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #F3F3F3;
    border-bottom: solid 2.5px #000000;
}



.nav-pc-line{
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    border-bottom: solid 2.5px #000000;
    z-index: 8;
    position: fixed;
}

.button003 a{
    display: block;
    height: auto;
}

.button003 img{
    width: 65px;
    height: auto;
}

.rogo-button{
    padding-top: 3px;
}

.nav-pc{
    display: flex;
    column-gap: 2rem;
    align-items: center;
    top: 30px;
    left: 45px;
    position: absolute;
}

.nav-mobile{
    text-align: center;
    margin-top: 12px;
    margin-left: 4px;
}
.nav-mobile img{
    width: 80px;
}

.nav-pc h2 a{
   color: #111111; 
   font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-pc h2 a:visited {
   color: #111111; 
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}


/*ここからブログ*/

.blog{
    width: 55%;
    margin: 90px auto auto auto;
    padding-top: 30px;
}

.hibipost-midasi{
    height: auto;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog h2{
    font-size: 1.7rem;
    width:100%;
    
}

.hibipost-midasi img{
    width: 200px;
}


.blog-content{
    display: block;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    column-gap: 2%;
}

.blog-layout{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #222222;
    padding: 15px 15px 5px 15px;
    height: 212px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 4%;
    position: relative;
}

.blog-layout .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.blog-1-box{
    display: flex;
    column-gap: 3%;
    height: 204px;
}


.blog-img-box{
    width: 50%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 18px;
}

.blog-img-box img{
    width: 100%;
    height: 203px;
    object-fit: cover;
/*    border-radius: 5px 5px 0px 0px;*/
}



.blog-img-box a{
    width: 100%;
    height: 100%;
    display: block;
}

.blog-box-right{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
}

.blog-title{
    width: 100%;
    height: 130px;
    overflow: hidden;
}



.blog-content a{
    color: #333333;
    opacity: 1;
    object-fit: cover;
}

.blog-text{
    width: auto;
    border: 2px solid #2c2c2c;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px 10px 10px;
    border-radius: 2.5px;
}

.category-2 a{
    font-size: 0.6rem;
    font-weight: 600;
}

.category-2{
    box-sizing: border-box;
    width: 100%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-bottom: 0.1rem;
}



.blog-next-previous{
    display: flex;
    column-gap: 2.5%;
    justify-content: center;
    margin-top: 100px;
    align-items: center;
}

.blog-next-previous p{
    font-size: 0.9rem;
}

.previous img{
    width: 35px;
}
.next img{
    width: 35px;
}

.btn-page p{
    font-size: 600;
}




.blog-back{
    margin: 0 auto;
}


.blog-back{
    text-align: center;
    margin: 0 auto 50px auto;
}


/*--- 線から塗り（共通設定） ---*/
.blog-all{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 70px;
}


.btn05{
    text-align: center;
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    color: #ffffff; 
    padding: 15px 25px 15px 28px;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s;
    transition-delay: .4s;/*0.7秒遅れてアニメーション*/
    border: solid 2px #111111;
    border-radius: 2px;
    background-color: #ffffff;
    margin-top: 60px;
}

/*hoverした際の、ボタンの背景とテキスト色の変更*/
.btn05:hover{
  background:rgba(0,0,0,0.0);
  color: #111111;
  border: none;
}

/*線の設定*/
.btn05 span{
    display: block;
    color: #111111;
}

/*横線の設定*/
.btn05::before,
.btn05::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/   
    width: 0;
    height: 2px;
    background:#111111;
    opacity: 1;
    /*アニメーションの指定*/
    transition: all 0.3s linear;
}

/*縦線の設定*/
.btn05 span::before,
.btn05 span::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/
    width:2px;
    height:0;
    background: #111111;
    opacity: 1;
    /*アニメーションの指定*/
    transition: all 0.3s linear;
}

/*hoverした際、線が縦横100%伸びる*/
.btn05:hover::before,
.btn05:hover::after{
    width: 100%;
}
.btn05:hover span::before,
.btn05:hover span::after{
    height: 100%;
}

/*== 左上と右下から枠線が伸びて塗りに */

/*右下から右上へ伸びる横線*/
.bordercircle3::after{
    right:0;
    bottom: 0;
    transition-duration: 0.4s;
}

/*右下から右上へ伸びる縦線*/
.bordercircle3 span::after{
    right:0;
    bottom: 0;
    transition-duration: 0.4s;
}

/*左上から右上へ伸びる横線*/
.bordercircle3::before{
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}

/*左上から左下へ伸びる横線*/
.bordercircle3 span::before{
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}





#footer{
    text-align: center;
    margin-top: 110px;
    font-size: 0.6rem;
    padding-bottom: 20px;
    
}

small{
    letter-spacing: 0.1rem;
    font-weight: 500;
}



/*==768px以下の形状*/

@media screen and (max-width:768px){
	
}


/*========= レイアウトのためのCSS ===============*/



ul {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}





