@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
}

#f21_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
    padding: 0;
    margin: 0 auto ;
    overflow: hidden;
	color: #000000;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", serif;
}
.Poppins{
    font-family: "Poppins", sans-serif;
}
.Figtree{
    font-family: "Figtree", sans-serif;
}
.Inter{
    font-family: "Inter", serif;
}

#f21_wrap ul,#f21_wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#f21_wrap a {
    text-decoration: none;
}
#f21_wrap a:hover{
    text-decoration: none;
}
#f21_wrap img {
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#f21_head{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}
#f21_head .head{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#f21_head .lead{
    font-size: 15px;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    line-height: 2.5em;
    font-weight: 500;
}

#f21_head .head{
    opacity: 0;
	transition: 1.5s all 0.2s ease;
}
#f21_head .lead{
    opacity: 0;
	transition: 1.5s all 0.5s ease;
}


#f21_head.ac .head,#f21_head.ac .lead{
	opacity: 1;
    transform: translate(0);
}

#f21_contents{
    width: 100%;
    text-align: center;
    margin: 0% auto 0;
    display: block;
    position: relative;
}
#f21_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0% auto;
}
#f21_contents section .box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2%;
}
#f21_contents section .box ul li{
    position: relative;
    display: inline-block;
    margin: 5% auto;
}
#f21_contents section .box .img{
   /* border: #978a87 2px solid;*/
}
#f21_contents section .box .item_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
    text-align: center;
}
#f21_contents section .box .item_box .item{
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8em;
}

#f21_contents section .box .txt{
    width: 98%;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    margin: 5% auto;
    letter-spacing: 0.5px;
    line-height: 1.8em;
}










/* ============ fade CSS ============ */
.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}


/**********************************************  
　　　　　　　　　　　　ボタン
**********************************************/

.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 60%;
    margin: 2% auto 0;
    padding: 3% 0;
    background: #000000;
    color: #FFFFFF;
	transition: 0.5s;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    float:none;
/*    border-radius: 100vh;*/
    font-family: "din-2014-narrow", sans-serif;
}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;
}
.btn_02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6% auto 0;
    padding: 3% 4%;
    width: 90%;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 700;
    background: #000000;
    text-align: center;
    transition: 0.5s;
    font-family: "din-2014-narrow", 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: #FFFFFF;;
    text-decoration: none;
    background-color: #000000;
}

.btn_02 a:hover::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.small{
    font-size: 80%;
}
.strong{
    font-weight: 500;
    font-size: 110%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:768px){
	#f21_wrap {
        width:100%;
	}
    #f21_head .lead{
        font-size: 13.5px;
        letter-spacing: 0.5px;
        line-height: 2em;
    }
    #f21_contents{
        width: 96%;
        margin: 0% auto 0;
    }
    #f21_contents section{
        margin: 5% auto 5%;
    }
    #f21_contents section .box ul{
        grid-template-columns: 1fr 1fr;
    }
    #f21_contents section .box .txt{
        font-size: 11px;
        line-height: 1.6em;
    }
    #f21_contents section .box .item_box .item{
        font-size: 12px;
        letter-spacing: 0px;
    }
    
    
    
    .btn_01 a{
        width: 98%;
        font-size: 12px;
        padding: 2% 0;
        float: none;
        line-height: 2em;
        text-align: center;
    }
    .btn_02 a{
        font-weight: normal;
        font-size: 9px;
        line-height: 2.5em;
    }

    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}


/************************************************************
               動き
************************************************************/

.fade{
	opacity: 0;
	transition: 1.2s all 0.2s ease;
}
.fade01{
	opacity: 0;
	transition: 1.2s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.3s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.2s all 1s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac {
	opacity: 1;
    transform: translate(0);
}

.anim {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity:1 ;
	transform: translate(0);
}
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

