@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Stick&display=swap');
	
:root {
	--i_main_color: #f2ad9f; /*メイン*/
	--i_sub_color: #f26968; /*アクセント*/
	--i_sub2_color: #f7f9ef; /*薄い色*/
	--i_btn_color: #6cbf84; /*ボタン*/
	--i_btn_hover_color: #5ab976; /*ボタンhover*/
}

/*------------------見出し調整------------------*/
#staff_about + section .content_wrapper .heading.block_header_6 .h {
    font-size: 3rem !important;
    font-family: "Stick", sans-serif;
    font-weight: 400;
    color: var(--i_sub_color) !important;
    font-style: normal;
}

a[id*="staff_0"]  + section .content_wrapper .heading.block_header_1 .h {
    font-size: 3rem;
    font-family: "Stick", sans-serif;
    font-weight: 400;
    color: var(--i_sub_color);
    font-style: normal;
}

a[id*="staff_0"]  + section .content_wrapper .inner_item_txt {
    background-color: #fff;
    margin: 0 3rem;
    padding: 20px !important;
}

a[id*="staff_0"]  + section .content_wrapper .inner_item_txt p:nth-child(odd) {
    font-size: 3rem;
    font-family: "Stick", sans-serif;
    font-weight: 400;
    color: var(--i_sub_color);
    font-style: normal;
}

@media screen and (max-width: 900px) {
a[id*="staff_0"]  + section .content_wrapper .inner_item_txt {
    margin: 0;
}
}