/**
フロント（表示）用CSSスタイルを記述してください
 */
.l-header__content{
    background-color: #0D0C27;
}
.fv_top>.smb-section__inner{
    margin-top: 80px;
    z-index: 2;
    /* position: absolute; */
    top: 0;
    left: 50%;
    transform: translate(-50%, -15%);
}

.smb-section-with-bgimage{
    overflow: unset!important;
}

.smb-section__title{
    position: relative;
}

.title_sub .smb-section__subtitle{
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.title_sub02 .smb-section__subtitle{
    position: absolute;
    top:-1%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.title_sub03 .smb-section__subtitle{
    position: absolute;
    top:0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title_sub04 .smb-section__subtitle{
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.title_sub05 .smb-section__subtitle{
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, 70%);
}

.title_sub06 .smb-section__subtitle{
    position: absolute;
    top: -6%;
    left: 50%;
    transform: translate(-50%, 70%);
}
.title_sub07 .smb-section__subtitle{
    position: absolute;
    top: -6%;
    left: 50%;
    transform: translate(-50%, 70%);
}

.text_grade{
    background: linear-gradient(9deg, #A41B60 0%, #1B6BE2 100%); 
    display: inline-block;
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.grade02{
    background: linear-gradient(9deg, #43ABB8 0%, #4EB142 100%); 
    display: inline-block;
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.grade02.smb-media-text__title{
    background: linear-gradient(9deg, #43ABB8 0%, #4EB142 100%); 
    display: inline-block;
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.grade02 p {
    -webkit-text-fill-color: #333;
}

.title03{
    padding-bottom: 40%;
}

.title03_box{
    position: relative;
}

.vector{
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
}

.feature .smb-section__inner .c-container{
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}

.skill{
    padding-right: 56px;
    padding-left: 56px;
}

.result_text p {
    background: linear-gradient(55deg, #CB6541 0%, #EBAE4E 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

.result02 .smb-section-with-bgimage__bgimage{
    background-color:transparent;
}



.result_text .smb-section__fixed-background{
    border-radius: 50px;
    margin-left: 20%;   
    margin-right: 20%;
        box-shadow: 2px 2px 4px -2px black;

}

.c-site-branding__title .custom-logo{
    width: 100px;
}

.c-copyright--inverse{
    background-color: #0D0C27;
}

/*  ヘッダーのボタン位置調整*/
.header-info{
display:flex;
}
/* ヘッダーのボタン調整 */
.c-btn{
	padding:10px 40px 5px 10px;
	vertical-align:middle;
    background: linear-gradient(55deg, #43ABB5 0%, #4FB133 100%); 
    font-family: "Noto Sans jp";
    font-weight: bold;
    border-radius: 0;
    width: 300px;
    position: relative;
}

.c-btn span{
    font-size: 12px;
    margin-left: 40%;
}

.c-btn img{
    width: 32px;
    position: absolute;
    top: 30%;
    right: 7px;
}

.l-1row-header__branding, .l-1row-header__content{
    padding: 0;
}

/* SP */
.fv_top_sp>.smb-section__inner{
    margin-top: 80px;
    z-index: 2;
    /* position: absolute; */
    top: 0;
    left: 50%;
    transform: translate(-50%, -12%);
}

div.fv_top_sp.about_sp.sme-hidden-md.sme-hidden-lg-up{
    margin-bottom: -100px!important;
}

.vector_sp{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    width: 20%!important;
}

.skill_sp{
    padding-right: 40px;
    padding-left: 40px;
}

.result_text_sp .smb-section__lede span {
    background: linear-gradient(55deg, #CB6541 0%, #EBAE4E 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

/* .result02 .smb-section-with-bgimage__bgimage{
    background-color:transparent;
} */

.result_text_sp .smb-section__inner>.c-container{
    padding-right: 0;
    padding-left: 0;
}


.result_text_sp .smb-section__fixed-background{
    border-radius: 50px;
    margin-left: 3%;   
    margin-right: 3%;
        box-shadow: 2px 2px 4px -2px black;

}

.title03 > span{
  font-family: 'TsunagiGothicBlack', sans-serif!important;
  font-weight: 900;
}

@font-face {
  font-family: 'TsunagiGothicBlack';
  src: local('TsunagiGothicBlack'),
       url('../font/TsunagiGothic.woff') format('woff'),
       url('../font/TsunagiGothic.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 
body {
  font-family: 'TsunagiGothicBlack', sans-serif !important;
} */

figure.btn_animate01 {
margin: 0 auto;
animation: fuwafuwa 1s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}


/* プライバシーポリシー */
.pp_contact{
    border-left:6px solid #53896A;
    background-color: #fff;
}

/* Youtube */
.youtube p span{
    background-color: #E45757;
    padding: 4px 30px;
    border-radius: 30px;
    margin-right: 20px;
    color: #fff;
    display: inline-block;
    width: 210px;
    text-align: center;
}

.youtube p,
.youtube h6{
    padding: 0px 20px;
}


/* .youtube iframe{
    border-radius: 10px;
} */

.youtube h6{
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
}

.youtube-text{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.youtube_box_sp .c-container{
    padding: 0;
}

.youtube_sp p span{
    background-color: #E45757;
    padding: 4px 10px;
    border-radius: 30px;
    margin-right: 20px;
    color: #fff;
    display: inline-block;
    width: 180px;
    text-align: center;
}

.youtube_sp p,
.youtube_sp h6{
    padding: 0px 10px;
}

.youtube_sp h6{
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
}