body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing:1px;
	color: #000000;
    
}
p, a, li {
    font-weight: 400;
}
h2.wp-block-heading{
    font-size: 3rem;
    font-weight: 400;
}
.l-contents__inner:last-child {
    padding-bottom: 0;
}
/* 基本設定 */
.pt_0{
	padding-top:0!important;
}
.pt_10{
	padding-top:10px!important;
}
.pb_0{
	padding-bottom:0!important;
}
.pb_10{
	padding-bottom:10px!important;
}
.mt_0{
	margin-top:0!important;
}
.mb_0{
	margin-bottom:0!important;
}
.mr_0{
	margin-right: 0!important;
}
.ml_0{
	margin-left: 0!important;
}
.mt_10{
	margin-top:10px!important;
}
.mb_10{
	margin-bottom:10px!important;
}
.z_0 {
    z-index: 0;
}
.z_1 {
    z-index: 1;
}
.p_ab{
	position: absolute;
}
.p_rel{
	position: relative;
}
.d_flex{
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b{
	display:inline-block;
}
.js_sb{
	justify-content:space-between;
}
.js_fs{
	justify-content:flex-start;
}
.of_hd{
	overflow: hidden;
}
.border_pink {
    border-bottom: 2px solid #ed7780!important;
}
.mincho{
	font-family: "Zen Antique Soft", serif;
}
.maru{
	font-family: 'Zen Maru Gothic', serif;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}
.tate{
	writing-mode: vertical-rl;
}
/* 基本設定 終わり*/
/* アイコン */
svg.svg-inline--fa {
    margin-right: 4px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}
/* アイコン 終わり*/
/* テーブル */
/* table,
tbody{
    display: block;
    width: 100%;
}
tr {
    display: flex;
    flex-wrap: wrap;
}

figure.wp-block-table tr td:first-child {
	background-color:  var(--wp--preset--color--sm-accent);
    width: 30%;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.1rem;
	color: #000;
}
figure tr td:last-child {
    width: 70%;
    border-right: 1px solid #eee;
    padding-left: 1.2rem;
}
figure.wp-block-table tr td {
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 1rem;
	font-weight: 500;
}
figure.wp-block-table tr:first-child{
		border-top: 1px solid #fff;
}
@media(max-width:640px){
	figure.wp-block-table tr td:first-child,
	figure tr td:last-child {
		width:100%;
	}
	figure.wp-block-table tr td:first-child{
	border-right: 1px solid var(--wp--preset--color--sm-accent);
    border-left: 1px solid var(--wp--preset--color--sm-accent);
    box-sizing: border-box;
	border-bottom: none;
	}
	figure.wp-block-table tr:first-child {
    border-top: none;
}
	figure tr td:last-child {
    border-bottom: none;
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
	background-color: #ffffff73;
}
	figure.wp-block-table tr:last-child {
    border-bottom: 1px solid #fff;
}
.footer_btn_txt {
    background-color: #ffffff8c;
    width: 80%;
    padding: 12%;
}
} */
/* テーブル 終わり*/
/* ボタン */
a.smb-btn,
.cta a span {
	background-color: var(--wp--preset--color--sm-accent);
    position: relative;
    transition: .25s;
    color: #fff;
	border-radius: 0;
	font-size: 1.1rem;
}
.cta a span {
    margin-left: 10px;
    padding: 0.5rem 1.8rem!important;
    max-height: 3rem;
}
.w_line a.smb-btn {
    border: 1px solid;
}
a.smb-btn::before,
.cta a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn::after,    
.cta a span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn:hover,
.cta a:hover span {
    color: var(--wp--preset--color--sm-accent);
    box-shadow: none;
    background-color: #fff;
    transition: 1s;
}
    a.smb-btn:hover::before,
.cta a:hover span::before {
    width: 100%;
    height: 100%;
    border-top-color: var(--wp--preset--color--sm-accent);
    border-right-color: var(--wp--preset--color--sm-accent);
    transition: width .25s ease-out, height .25s ease-out .25s;
}
a.smb-btn:hover::after,
.cta a:hover span::after {
    width: 100%;
    height: 100%;
    border-bottom-color: var(--wp--preset--color--sm-accent);
    border-left-color: var(--wp--preset--color--sm-accent);
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}

/* グローバルナビ */
.l-1row-header .c-fluid-container {
    padding-right: 0;
}
.p-global-nav .c-navbar__item>a {
	color: #000000;
}
ul#menu-g_nav {
    height: 100px;
}
.p-global-nav .c-navbar__item.header_cta>a>span,
.p-global-nav .c-navbar__item.header_cta>a>span svg{
	display: block
}
.p-global-nav .c-navbar__item.header_cta>a>span svg{
    text-align: center;
    width: 100%;
    margin-right: 0;
    font-size: 1.3rem;
}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
} 
.p-global-nav .c-navbar__item.header_cta>a{
	    background-color: #000000;
    color: #fff;
}
.p-global-nav .c-navbar__item.tel>a {
    font-family: 'EB Garamond';
    font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact>a {
    font-family: 'Zen Antique Soft';
    font-weight: 500;
}
li.header_cta.tel::after {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	display : none;
}
li.g_nav_sab {
    border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta>a:hover {
    opacity: 0.9;
    transition: 0.5s;
}
.l-header--left .l-header__content {
    background-color: #feb6d7;
}
@media(max-width:1280px){
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 1024px) and (max-width:1280px){
.l-1row-header__branding {
    max-width: 250px;
}	
}
@media (max-width: 1024px){
	ul#menu-sp_nav{
		display: flex;
		flex-wrap: wrap;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	ul#menu-sp_nav li {
    width: 48%;
    font-size: 1rem;
}	
ul#menu-sp_nav li.w_100 {
    width: 100%;
    /* margin-bottom: var(--_padding-2); */
    padding-bottom: 2rem;
    margin-bottom: 2rem;
	position: relative;
}
	ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: #000000;
}
	ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: 'EB Garamond';
    font-size: 1.4rem;
}
		ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: 'Zen Antique Soft';
    font-size: 1.2rem;
}
ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 10px;
	line-height: 1;
}
	ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
	font-size: 1.1rem;
		margin-bottom: 7px;
}
}
/* グローバルナビ終わり */
/* 下層ページヘッダー */

.c-page-header {
    background-color: #ddd;
}
.c-page-header[data-has-image=true] {
    height: unset;
}
.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}
.c-page-header__bgimage>img, 
.c-page-header__bgimage>picture>img{
	display: none;
}

/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
/* ｰｰｰｰｰｰｰトップページｰｰｰｰｰｰｰｰ */
/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
/* MV */
#fv .smb-section__inner {
    height: 90vh;
}
#fv .smb-section__inner>.c-container {
    position: relative;
    height: 100%;
}
h2.fv_com {
    font-size: 3rem;
}
p.fv_txt.wp-block-paragraph {
    font-size: 1.2rem;
    font-weight: 400;
}
.wp-block-group.fv_copy.is-layout-constrained.wp-block-group-is-layout-constrained {
    position: absolute;
    bottom: 0;
    left: 3%;
}
	/* 事業内容 */ 
figure.top_business_img{
	position: relative;
	overflow: hidden;
	max-height: 35vh;
}
figure.top_business_img a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000094;
    display: block;
    z-index: 1;
}
figure.top_business_img a img{
	transition: transform .7s ease;
}
figure.top_business_img a:hover img {
    transform: scale(1.1);
}
figure.top_business_img a:hover::before {
    background-color: #00000082;
	transition: 0.7s ease;
}
.top_business_con {
    position: absolute;
    bottom: 3%;
    left: 5%;
    color: #ffffff;
    font-family: 'Zen Antique Soft';
    font-weight: 400;
    font-size: 3rem;
    z-index: 2;
    text-shadow: 2px 2px 3px #6d1414;
}
.top_business_ttl {
    writing-mode: vertical-rl;
	font-size: 3rem;
}
.smb-section__background-text__text {
    font-family: 'Zen Antique Soft';
}

/* エリア */
ul.area_list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.area_list li {
    margin-top: 10px;
    text-align: center;
    padding: 2px 10px;
    margin-right: 10px;
    background-color: #111;
    color: #feb0d6;
    font-weight: 500;
}
/* 採用情報 */

p.top_rec_catch {
    font-size: min(3rem,3vw);
    font-weight: 600;
    line-height: 1.4;
}
p.bgc_blc {
    background-color: #000000;
    color: #ffb6d7;
    padding: 0 2%;
    font-weight: 500;
}
figure.bkg5 {
    top: 0;
    right: -210px;
    width: auto;
    max-width: 100%;
    opacity: 0.7;
    height: 100%;
}
/* 選ばれる理由 */
h3.reason_ttl {
    font-size: 2rem;
    font-weight: 500;
}
.border_ylw {
    background: linear-gradient(transparent 70%, #fff77b 20%);
}
.point_txt {
    font-size: 1.4rem;
    font-weight: 800;
}
/* 元請け業者様へ */
figure.top_primary_img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
}
figure.top_primary_img a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6f445cad;
    display: block;
    z-index: 1;
}
figure.top_primary_img a img{
	transition: transform .7s ease;
	width: 100%;
}
figure.top_primary_img a:hover img {
    transform: scale(1.1);
}
figure.top_primary_img a:hover::before {
    background-color: #00000082;
	transition: 0.7s ease;
}
.top_primary_con {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-weight: 400;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    margin-top: 0!important;
}
#service h3 {
    color: #ffffff;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 2.4rem;
    font-weight: 500;
    z-index: 2;
}
#service p {
    position: absolute;
    color: #ffffff;
    left: 5%;
    bottom: 5%;
    font-weight: 500;
    font-size: 1.2rem;
    z-index: 2;
}
.top_primary_ttl {
    writing-mode: vertical-rl;
	font-size: 3rem;
}
/* お問い合わせ */
.top_cta .wp-block-snow-monkey-blocks-btn{
	text-align: center;
}
.top_cta a.smb-btn {
    padding: 1rem;
    max-width: 500px;
    margin: 0 auto;
	min-height: 100px;
}
.top_cta .smb-btn__label {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.top_cta_tel a span {
    font-family: 'EB Garamond';
    font-size: 1.4rem;
	line-height: 1;
}
.top_cta_con a span{
	font-family: "Zen Antique Soft", serif;
	line-height: 1;
	font-size: 1.3rem;
	font-weight: 400;
}
.top_cta .smb-btn__label svg {
    display: block;
    width: 100%;
    font-size: 1.3rem;
	margin-right: 0;
	margin-bottom: 5px;
}
/* ------------------------------- */
/* -----------フッター上ボタン------------ */
/* ------------------------------- */
figure.footer_bunner_img {
    position: relative;
    overflow: hidden;
	max-height: 35vh;
}
figure.footer_bunner_img a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000094;
    display: block;
    z-index: 1;
}
figure.footer_bunner_img a img{
	transition: transform .7s ease;
	width: 100%;
}
figure.footer_bunner_img a:hover img {
    transform: scale(1.1);
}
figure.footer_bunner_img a:hover::before {
    background-color: #00000082;
	transition: 0.7s ease;
}
.footer_bunner_con {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-family: 'Zen Antique Soft';
    font-weight: 400;
    font-size: 2rem;
    z-index: 2;
    text-shadow: 2px 2px 3px #000000;
    transform: translate(-50%, -50%);
}
@media (max-width: 1024px){
	.top_primary_group,
	figure.top_primary_img a::before{
    max-height: 250px;
}
	figure.top_primary_img a img {
    max-height: 250px;
}
	.top_primary_con,
	.footer_bunner_con{
		font-size: 1.8rem;
	}
}
/* ------------------------------- */
/* -----------会社概要------------ */
/* ------------------------------- */

figure.logo_bkg.p_ab {
    right: 0;
    top: 0;
    opacity: 0.3;
    width: 30%;
}
figure.com_table.wp-block-table tr td:first-child {
    background-color: unset;
	border-bottom: 2px solid var(--sub-accent-color);
}
figure.com_table.wp-block-table tr:first-child {
    border-top: none;
}
/* --------------------------------------- */
/* --------------------------------------- */
/*お問い合わせフォーム*/
/* --------------------------------------- */
/* --------------------------------------- */
.smf-form--business .smf-item__col--label {
    background-color: var(--sub-accent-color);
}
.smf-item__label {
    color: #000;
    font-weight: 500;
}
.smf-item__description {
    color: var(--wp--preset--color--sm-accent);
    background-color: #fff;
    width: fit-content;
    padding: 0 10px;
    font-weight: 600;
}
.smf-action .smf-button-control__control {
    background-color: var(--wp--preset--color--sm-accent);
    border-radius: 50px;
    border: 2px solid var(--wp--preset--color--sm-accent);
    font-family: inherit;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 3px;
    width: 100%;
    max-width: 400px;
    padding-top: 1rem;
    padding-bottom: 1rem;
	background-image: none;
}
.smf-action .smf-button-control__control:hover{
	border: 2px solid var(--wp--preset--color--sm-accent);
	background-color: #fff;
	color: var(--wp--preset--color--sm-accent);
	transition: 0.3s;
}
@media(max-width:640px){
.smf-form--business .smf-item__col--label {
    padding: 0.5rem 1rem;
}
	.smf-form--business .smf-item__col--label {
    background-color: var(--wp--preset--color--sm-accent);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}
	.smf-item__description {
    padding: 0px 5px;
    margin-top: 0;
    margin-left: 10px;
    line-height: 1.5;
}
}
/* -------------------------------- */
/* ------- 採用情報 ------- */
/* -------------------------------- */
p.rec_sub_txt span {
    background-color: #fff;
    color: #2b5c67;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 700;
}
figure.rec_person_img {
    width: 100%;
    max-width: 150px;
}
.wp-block-group.rec_person_con {
    text-align: center;
    padding: 0 15px;
    border: 2px solid;
    border-radius: 3px;
    background-color: #ffffffbf;
}
p.rec_person {
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 2px solid;
}
p.rec_point_txt {
    font-size: 1.2rem;
    font-weight: 500;
}
h3.rec_buiss_ttl {
    position: absolute;
    top: 0;
    left: 50%;
background-color: #000000;
    width: 100%;
    transform: translateX(-50%);
    padding: 5px 10px!important;
    z-index: 1;
    color: #fff!important;
    font-weight: 400;
    letter-spacing: 3px;
}
.rec_slider .smb-spider-contents-slider__item--p-s{
	padding-top: 60px;
	background-color: #eeeeeee6 !important;
}
.wp-block-cover, .wp-block-cover-image {
    padding: 1rem 0;
}
/* -------------------------------- */
/* ------- 事業内容------- */
/* -------------------------------- */
figure.business_img{
	position: relative;
	overflow: hidden;
}
figure.business_img a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000094;
    display: block;
    z-index: 1;
}
figure.business_img a img{
	transition: transform .7s ease;
}
figure.business_img a:hover img {
    transform: scale(1.1);
}
figure.business_img a:hover::before {
    background-color: #00000082;
	transition: 0.7s ease;
}
.business_con {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-family: 'Zen Antique Soft';
    font-weight: 400;
    font-size: 2.2rem;
    z-index: 2;
    text-shadow: 2px 2px 3px #6d1414;
    writing-mode: vertical-rl;
    transform: translate(-50%, -50%);
    height: fit-content;
    vertical-align: middle;
    min-height: 310px;
}
.border_b {
    border-bottom: 2px solid!important;
}
.service_menu figure.top_primary_img {
    aspect-ratio: 4/3;
}
/* -------------------------------- */
/* -------元請け業者へ------ */
/* -------------------------------- */
.ml_0 .smb-container__body {
    margin-left: 0!important;
}

/* --------------------------------------- */
/* --------------------------------------- */
/*レスポンシブ調整*/
/* --------------------------------------- */
/* --------------------------------------- */
@media (max-width: 1024px){
	.has-sm-4-xl-font-size {
    font-size: 1.8rem!important;
}
	.business_con{
		font-size: 1.8rem;
		min-height: 90%;
	}
	figure.bkg5 img {
    height: 100%!important;
    width: auto;
}
	p.rec_txt {
    text-shadow: 1px 1px 3px #fff;
}
/* ↑トップページ */
}

@media (max-width: 782px){
	.top_business_ttl {
    writing-mode: inherit;
    font-size: 2rem;
    text-align: center;
}
	.tate {
    writing-mode: inherit;
    text-align: center;
}
	figure.owner_illust {
    max-width: 300px;
}
	figure.business_img a img {
    aspect-ratio: unset!important;
    max-height: 200px;
    width: 100%;
}
	.business_con {
    font-size: 1.8rem;
    min-height: unset;
	writing-mode: inherit;
}
/* 元請け業者様へ　稜友鳶ができること	 */
	figure.point_img {
    margin-left: 0;
    max-width: 300px;
}
	p.top_rec_catch {
    font-size: min(3rem,5vw);
}
}

@media (max-width: 640px){
	.l-1row-header .c-fluid-container {
    padding-right: var(--_container-margin-right);
}
	ul#menu-sp_nav li.sp_menu_cta {
    width: 100%;
    margin-bottom: 10px;
}
	figure.wp-block-image.size-large.top_rec_bunner {
    width: 90%;
}
	.wp-block-group.top_buisiness_ttl_group {
    padding: 0 15px;
}
	.top_business_con {
    font-size: 1.5rem;
}
figure.com_table.wp-block-table tr td:first-child {
    text-align: left;
    border: 1px solid #fff;
}
figure.com_table tr td:last-child{
    background-color: #d0d0d01a!important;
} 
}