@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800&display=swap');


#f21_wrap{
    width: 100%;
	text-align: center;
    padding: 10% 0 2%;
    margin: 0 auto ;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.8em;
    letter-spacing: 1px;
    background: #ffffa7;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
*:focus {
outline: none;
}
#f21_wrap ul{
    margin: 0;
    padding: 0;
}
#f21_wrap li{
    list-style: none;
}
#f21_wrap a {
    text-decoration: none;
}
#f21_wrap a:link{
/*    opacity: 1;*/
}
#f21_wrap a:hover{
    text-decoration: none;
}
#f21_wrap img {
    border: none;
    width: 100%;
    vertical-align: bottom;
    line-height: inherit;
}
#f21_wrap .title{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
#f21_wrap .lead{
    margin: 3% auto;
    font-size: 17px;
    text-align: center;
    line-height: 2em;
}
#f21_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0% auto 0;
    display: inline-block;
    position: relative;
}
#f21_contents .f21_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
}
#f21_contents .f21_box .item_box{
    width: 100%;
    border: #000000 1px solid;
    display: inline-block;
    margin: 5% auto;
    text-align: center;
    padding: 5% 0;
    background: #FFFFFF;
}
#f21_contents .f21_box .item_box .inner{
    max-width: 750px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#f21_contents .f21_box .item_box .inner .ttl_box{
    width: 52%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    float: left;
}
#f21_contents .f21_box .item_box .inner .ttl_box .ttl{
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    float: left;
    margin: 15% auto 0;
    line-height: 1.3em;
    letter-spacing: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
#f21_contents .f21_box .item_box .inner .ttl_box .ttl_s{
    font-size: 28px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}
#f21_contents .f21_box .item_box .inner img{
    width: 44%;
    float: right;
}
#f21_contents .f21_box .item_box .inner .txt_box{
    width: 52%;
    float: left;
    display: inline-block;
    margin: 5% auto 0;
}
#f21_contents .f21_box .item_box .inner .txt_box p{
    font-size: 15px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.6em;
}
#f21_contents .f21_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#f21_contents .f21_box ul li{
    box-sizing: border-box;
    position: relative;
}



/**********************************************  
　　　　　　　　　　　　ボタン
**********************************************/

.btn_01 a {
    background: #000000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:90%;
    padding: 2% 2%;
    margin: 10% auto 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    float:left;
    font-family: 'Roboto Condensed', sans-serif;
    border: #000000 1px solid;
    
}
.btn_01 a:hover {
    background: #ecd702;
    border: #ecd702 1px solid;
    color: #FFFFFF;
}
.btn_01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_01 a:hover:after {
    border-color: #FFFFFF;
}
.btn_02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6% auto 0;
    padding: 3% 4%;
    width: 92%;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 700;
    background: #000000;
    text-align: center;
    border: #000000 1px solid;
    transition: 0.5s;
    font-family: 'Roboto Condensed', sans-serif;
    
}
.btn_02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
.btn_02 a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    border: #FFFFFF 1px solid;
}

.btn_02 a:hover::after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
/* ============ ボタンALL ============ */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    width: 50%;
    padding: 2% 0%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    outline: none;
    font-size: 15px;
    line-height: 1em;
    margin: 0% auto;
    /*アニメーションの指定*/   
    transition: ease .2s;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 700;
    border: #000000 1px solid;
    font-family: 'Inter', sans-serif;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#000000;
}

.btn:hover span{
  color:#FFFFFF;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#1E1E1E;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.light{
    font-size: 60%;
    font-weight: 400;
}

.strong{
    font-size: 120%;
    font-weight: 500;
    text-decoration: underline;
}

.small{
    font-size: 80%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.fuchidori {
  color: #FFFFFF;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}



/************************************************************
 sp
************************************************************/

@media only screen and (max-width:768px){
	#f21_wrap {
        width:100%;
		text-align: center;
        margin: 0 auto;
		color: #000000;
        position: relative;
        overflow: hidden;
        padding: 20% 0 5%;
        letter-spacing: 1px;
	}
    #f21_wrap .title{
        width: 80%;
    }
    #f21_wrap .lead{
        font-size: 15px;
        text-align: center;
        line-height: 1.8em;
        margin: 10% auto;
        
    }
    #f21_contents .f21_box{
        width: 90%;
    }
    #f21_contents .f21_box .item_box .inner{
        width: 86%;
        padding: 5% 0;
    }
    #f21_contents .f21_box .item_box .inner .ttl_box{
        width: 100%;
        margin: 0 auto;
    }
    #f21_contents .f21_box .item_box .inner .ttl_box .ttl{
        float: none;
        text-align: center;
        font-size: 20px;
    }
    #f21_contents .f21_box .item_box .inner .ttl_box .ttl_s{
        font-size: 20px;
    }
    #f21_contents .f21_box .item_box .inner img{
        width: 100%;
        margin: 5% auto 0;
    }
    #f21_contents .f21_box .item_box .inner .txt_box{
        width: 100%;
    }
    #f21_contents .f21_box .item_box .inner .txt_box p{
        font-size: 13px;
    }
    
    
    .btn_01 a{
        width: 95%;
        font-size: 13px;
        padding: 2% 0;
        float: none;
        text-align: center;
    }
    .btn_02 a{
        font-size: 11px;
        padding: 5% 5%;
    }
    .btn{
        width: 90%;
        font-size: 12px;
        padding: 5% 0;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}

