@charset "UTF-8";
/* CSS Document */
html {
    font-size: 8.5px!important;
}

body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif!important;
}

p {
    line-height: 2;
}

figure img {
    width: 100%;
}

a {
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}


@media screen and (min-width: 576px) {
    html {
        font-size: 9px!important;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 10px!important;
    }
}

.fwB {
    font-weight: bold;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.c-green {
    color: #359839;
}

.en {
    font-family: 'DIN Alternate',sans-serif;
}

.lh-12 {
    line-height: 1.2;
}

.lh-15 {
    line-height: 1.5;
}

.lh-17 {
    line-height: 1.7;
}

.lh-20 {
    line-height: 2.0;
}

.lh-22 {
    line-height: 2.2;
}

/*
.page h2,.page h3,.page h4,.page h5 {
    margin: 0;
}

.page p {
    margin: 0;
}
*/

/* ===== 部品(モジュール) ===== */

.bl-imgFitIn__1x1,.bl-imgFitIn__4x3,.bl-imgFitIn__16x9 {
    width: 100%;
    position: relative;
    background-color: var(--bk-color_grayLight);
    -webkit-print-color-adjust: exact;
    overflow: hidden
}
.bl-imgFitIn__1x1::after,.bl-imgFitIn__4x3::after,.bl-imgFitIn__16x9::after {
    display: block;
    content: ""
}
.bl-imgFitIn__1x1::after {
    padding-top: calc(1/1 * 100%)
}
.bl-imgFitIn__4x3::after {
    padding-top: calc(3/4 * 100%)
}
.bl-imgFitIn__16x9::after {
    padding-top: calc(9/16 * 100%)
}
.bl-imgFitIn__1x1 img,.bl-imgFitIn__4x3 img,.bl-imgFitIn__16x9 img,.bl-imgFitIn__1x1 iframe,.bl-imgFitIn__4x3 iframe,.bl-imgFitIn__16x9 iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.bl-imgFitIn__cover img {
    object-fit: cover !important
}



.btn-normal {
	width: 300px;
	height: 50px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	text-align: center;
	color: #fff;
	background-color: #359839;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media all and (min-width: 768px) {
	.btn-normal {
		width: 370px;
		height: 70px;
		font-size: 2rem;
	}
}


/* ===== ヘッダー ===== */
.renew-header {
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 100;
}
.bodyType_under .renew-header {
	top: 0!important;
}
@media all and (min-width: 576px) {
	.renew-header {
		top: 20px;
	}
}
.renew-header #header {
    width: calc(100% - 20px);
    height: auto;
    padding: 15px 0;
    margin: 0 auto;
    max-width: 1160px;
}

.renew-header .header {
    background: #fff;
    transition: all 0.1s ease;
    border-radius: 60px;
}

.renew-header .header .header-left {
	padding-left: 15px;
}
@media all and (min-width: 1200px) {
	.renew-header .header .header-left {
		padding-left: 35px;
	}
}

.renew-header .drawer-open .hidden {
    background-color: #fff;
}

.renew-header #header .container {
    max-width: none;
}

.renew-header .drawer-nav {
    width: 100%;
    padding: 30px 15px;
}

.renew-header .header-navi .header-link li {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}


.renew-header .header-navi .header-link li {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
}


.renew-header .hidden .header-navi .header-link .instagram {
    font-size: 40px;
}

.renew-header .header-navi .header-link .instagram {
    color: #000;
    font-size: 40px;
}

.drawer--right.drawer-open .drawer-hamburger {
    left: 0;
    width: 30px;
}

.drawer--right .drawer-nav {
    right: -100%;
}

.drawer-hamburger {
    top: 8px;
    padding-right: 35px;
    width: 30px;
}
.bodyType_under .drawer-hamburger {
	top: -2px;
}
.drawer-hamburger-icon, 
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    background-color: #359839;
}

.header-left img {
    width: 200px;
}

@media screen and (min-width: 576px) {
    .renew-header #header {
        padding: 25px 0;
    }
    
    .header-left img {
        width: 100%;
    }
    .drawer-hamburger {
        top: 40px;
        padding-right: 30px;
    }
	.bodyType_under .drawer-hamburger {
		top: 20px;
	}
}

@media screen and (min-width: 768px) {
    .renew-header .drawer-nav {
        width: 30%;
        padding: 30px 15px;
    }
    
    .drawer--right.drawer-open .drawer-hamburger {
        left: auto;
        right: calc( 30% + 20px );
    }
}

@media screen and (min-width: 992px) {
    .renew-header .hidden .header-navi .header-link .instagram {
        font-size: 40px;
    }
    .renew-header .drawer-nav {
        width: auto;
        position: inherit;
        padding: 0;
        background-color: transparent;
    }
    .drawer--right .drawer-nav {
        right: -30%;
    }
    
    .renew-header .header-navi .header-link li {
        margin-right: 15px;
        margin-bottom: 0;
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .renew-header .header-navi .header-link li {
		margin-right: 25px;
        font-size: 14px;
    }
    
    .renew-header #header .container {
        max-width: 1160px;
    }
}


/* ===== トップ ===== */
section {
    padding: 7rem 0;
}

section:nth-of-type(2n-1) {
    background-color: #f6f6f6;
}

.top-img {
	position: relative;
	overflow: hidden;
	display: none!important;
}
.top-img.slick-slider {display: block!important;}
.slick-track {display: flex;}
.slick-slide {height: auto !important;}
.top-img__inner {
	width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f6f6f6;
    -webkit-print-color-adjust: exact;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
} 
.top-img__inner::before {
	display: block;
	padding-top: calc(1070 / 767 *100%);
	content: '';
}
.top-img .slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 1;
	transform: translateX(-50%);
}
.top-img .slick-dots button {
	appearance: none;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	outline: none;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.8);
	overflow: hidden;
	cursor: pointer;
}
.top-img .slick-dots .slick-active button {
	background-color: #359839;
}
@media all and (min-width: 768px) {
	.top-img__inner::before {
		padding-top: calc(700 / 1400 *100%);
	}
	.top-img .slick-dots {
		bottom: 30px;
	}
}





.content-title {
    margin-bottom: 4rem;
    text-align: center;
}

.content-title .en {
    display: inline-block;
    font-size: 4rem;
    padding-bottom: 20px;
    border-bottom: 3px solid #359839;
    margin-bottom: 20px;
}

.content-title .jp {
    display: inline-block;
    font-size: 2rem;
}

.white-btn {
    background-color: #f6f6f6;
    color: #359839;
    border-radius: 40px;
    padding: 25px;
}

.green-btn {
    background-color: #359839;
    color: #fff!important;
    border-radius: 40px;
    padding: 25px;
}

.link-btn {
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    background-color: #359839;
    color: #fff!important;
    transition: 0.3s;
}

.link-btn::after {
    content: "\f061";
    display: block;
    position: absolute;
    right: 2.5rem;
    top: 25%;
    font-family: "Font Awesome 5 Free";
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.link-btn:hover {
    opacity: 0.7;
}

.br-area {
    margin-bottom: 7rem;
}

.br-box {
    background-color: #359839;
    border-radius: 20px;
    border: 3px solid #359839;
    height: 100%;
	overflow: hidden;
	position: relative;
}
.br-box .br-in-box {
    background: #359839; /* fallback */
    background:
    -webkit-linear-gradient(315deg,  transparent 100px, #fff 100px);
    background:
    -moz-linear-gradient(315deg,  transparent 100px, #fff 100px);
    background:
    -o-linear-gradient(315deg,  transparent 100px, #fff 100px);
    background:
    -ms-linear-gradient(315deg,  transparent 100px, #fff 100px);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0 18px 18px 18px;
    padding: 40px 65px;
    height: 100%;
}
.br-box .br-title {
    font-size: 2.5rem;
    padding-bottom: 30px;
    border-bottom: 3px solid #359839;
    color: #359839;
    margin-bottom: 30px;
}
.br-box .br-title .en {
    font-size: 4rem;
    margin-bottom: 30px;
}


/* hover */
@keyframes textColor {
  0% { color: #359839;}
  100% { color: #fff; }
}
.hover-effects .br-box:before {
    content: "";
    background-color: rgba(255,255,255,1);
    height: 100%;
    width: 8em;
    display: block;
    position: absolute;
    top: 0;
    right: -16em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
  }
.hover-effects .br-box:hover .br-in-box  {
	background:
    -webkit-linear-gradient(315deg,  transparent 100px, #359839 100px);
    background:
    -moz-linear-gradient(315deg,  transparent 100px, #359839 100px);
    background:
    -o-linear-gradient(315deg,  transparent 100px, #359839 100px);
    background:
    -ms-linear-gradient(315deg,  transparent 100px, #359839 100px);
    border-bottom: 4px solid darken(#359839, 10%);
}
.hover-effects .br-box:hover .br-in-box > p {
	animation: textColor .7s;
	color: #fff;
}
.hover-effects .br-box:hover .br-title .en {
	color: #fff;
	transition-duration:.7s;
}
.hover-effects .br-box:hover .br-title {
	color: #fff;
	border-bottom: 3px solid #fff;
	transition-duration:.7s;
}
.hover-effects .br-box:hover::before {
	transform: skewX(-45deg) translateX(-48em);
    transition: all .5s ease-in-out;
}
@media all and (min-width: 576px) {
	.hover-effects .br-box:hover::before {
		transform: skewX(-45deg) translateX(-38em);
	}
}
@media all and (min-width: 768px) {
	.hover-effects .br-box:hover::before {
		transform: skewX(-45deg) translateX(-40em);
	}
}
@media all and (min-width: 992px) {
	.hover-effects .br-box:hover::before {
		transform: skewX(-45deg) translateX(-38em);
	}
}
@media all and (min-width: 1200px) {
	.hover-effects .br-box:hover::before {
		transform: skewX(-45deg) translateX(-40em);
	}
}
/* hover */





/* ===== bl-loopService ===== */
.bl-loopService__list {
	gap: 30px 0;
} 
.bl-loopService__link {
	display: block;
	height: 100%;
} 
.bl-loopService__wrapperImg {
	border: 3px solid #359839;
	border-radius: 20px;
	overflow: hidden;
}
.bl-loopService__title {
	padding-top: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	text-align: center;
	color: #359839;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.bl-loopService__text {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: .075em;
}
@media all and (min-width: 992px) {
	.bl-loopService__title {
		font-size: 20px;
	}
}






.bb-gray {
    border-bottom: 3px solid #c3c3c3;
}

.img-rounded {
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

.company-info h3 {
    font-size: 2.5rem;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.news-list {
    margin-bottom: 7rem;
}

.news-list li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
}

.news-list li:last-child {
    margin-bottom: 0;
}

.news-list .news-category {
    width: 150px;
    padding: 5px;
    text-align: center;
    background-color: #359839;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    margin-right: 15px;
}

.news-list .news {
    background-color: #f6f6f6!important;
    color: #359839!important;
    border: 1px solid #359839!important;
}

.news-list .event {
    background-color: #fff!important;
    color: #359839!important;
    border: 1px solid #359839!important;
}


.news-loop-list {
	margin-bottom: 7rem;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
}
.news-loop {
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.news-loop-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.news-loop-textArea {
	padding: 20px;
	border-top: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	flex: 1;
} 
.news-loop-time  {
	display: block;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .075em;
	color: #666;
}
.news-loop-title {
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .075em;
	color: #359839;
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.news-loop-next {
	margin-top: 15px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .075em;
	color: #359839;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}
.news-loop-next::after {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #359839;
	flex: 0 0 auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: '';
}
@media all and (min-width: 576px) {
	.news-loop {
		width: calc(50% - (30px * 2/ 3));
	}
}
@media all and (min-width: 768px) {
	.news-loop {
		width: calc(33.3333% - (30px * 2/ 3));
	}
}
@media all and (min-width: 992px) {
	.news-loop-textArea {
		padding-bottom: 30px;
	} 
	.news-loop-time  {
		font-size: 1.4rem;
	}
	.news-loop-title {
		padding-top: 20px;
		font-size: 1.8rem;
	}
	.news-loop-next {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.news-loop-nex::after {
		width: 8px;
		height: 10px;
	}
}



.instagram-box #instafeed .instagram-img{
  position: relative;
}

.instagram-box #instafeed .instagram-img::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.instagram-box #instafeed .instagram-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

@media screen and (min-width: 576px) {
    .content-title {
        margin-bottom: 6rem; 
    }

    .content-title .en {
        display: inline;
        padding: 0 30px;
        margin-bottom: 0;
        border-bottom: none;
        border-right: 3px solid #359839;
    }

    .content-title .jp {
        display: inline;
        padding: 0 30px;
    }
    
    .news-list .news-title {
        margin-left: 30px;
    }
    

}

/* ===== 中ページ共通 ===== */
main {
    margin-top: 80px;
}
.bodyType_under main {
	margin-top: 55px;
}
main.top {
    margin-top: 0;
}

.top-title-box {
  background-color: #359839;
  padding: 4rem 0 7rem;
}

.top-title-box .bread-list {
    padding: 20px 0;
}

.top-title-box .bread-list #bread_crumb {
/*    display: flex;*/
    color: #fff;
}

.top-title-box .bread-list #bread_crumb li::after {
    content: '/';
    padding: 0 5px;
    display: inline-block;
}

.top-title-box .bread-list #bread_crumb li:last-child::after {
    content: '';
}

.top-title-box .top-title {
    color: #fff;
    text-align: center;
}

.top-title-box .top-title .en {
    font-size: 3rem;
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
}

.top-title-box .top-title .jp {
    padding-top: 20px;
    font-size: 1.6rem;
}

.sec-title-box {
  text-align: center;
    margin-bottom: 4rem;
}

.sec-title {
    line-height: 1.5;
    font-size: 2.8rem;
    color: #359839;
    display: inline-block;
    padding: 10px 20px;
    border-left: 3px solid #359839;
    border-right: 3px solid #359839;
}

.sub-title {
    border-bottom: 3px solid #359839;
    margin-bottom: 4rem;
    font-size: 2.5rem;
}

.sub-title .num {
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #359839;
  margin-right: 20px;
  padding: 10px;
}

.bd-box {
    border: 1px solid #359839;
    background-color: #fff;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}

.bd-box:last-of-type {
    margin-bottom: 0;
}

.bd-box h4 {
    color: #359839;
    line-height: 1.2;
}

.cycle-list li {
    text-indent: -20px;
    padding-left: 20px;
    padding-bottom: 1rem;
}

.cycle-list li::before {
    content: '●';
    margin-right: 5px;
}

@media screen and (min-width: 576px) {
    main {
        margin-top: 140px;
    }
	.bodyType_under main {
		margin-top: 100px;
	}
    .top-title-box .top-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-title-box .top-title .en {
        font-size: 4rem;
        padding-right: 30px;
        padding-bottom: 0;
        border-bottom: none;
        border-right: 3px solid #fff;
    }

    .top-title-box .top-title .jp {
        font-size: 2rem;
        padding-top: 0;
        padding-left: 30px;
    }
    .sec-title {
        font-size: 3.5rem;
        padding: 10px 30px;
    }
    
    .bd-box {
        padding: 3rem 5rem;
    }
}

@media screen and (min-width: 992px) {
	main {
		margin-top: 160px;
	}
	.bodyType_under main {
		margin-top: 120px;
	}
    .sec-title {
        font-size: 4rem;
        padding: 10px 50px;
    }
}



/* ===== アクセス ===== */
.map-area .map-box {
    margin-bottom: 5rem;
}

.map-area .map-box:last-of-type {
    margin-bottom: 0;
}

.map-area .map-box .map {
    position: relative;
    width: 100%;
/*    padding-top: 75%;*/
    padding-top: 60%;
}

.map-area .map-box .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 576px) {
    
}

@media screen and (min-width: 768px) {
    .map-area .map-box {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    
}

@media screen and (min-width: 1200px) {
    
}

/* ===== 事業内容 ===== */

.businessinformation section:nth-of-type(2n-1) {
	background-color: #fff;
}
.businessinformation section:nth-of-type(2n) {
	background-color: #f6f6f6;
}

.cycle-link li {
    padding-bottom: 10px;
}

.cycle-link li:last-child {
    padding-bottom: 0;
}

.cycle-link li ::before {
    content: '●';
    padding-right: 5px;
}

/* ===== 会社概要 ===== */
.company-table {
    width: 100%;
}

.company-table tr,.history-table tr {
    border-bottom: 1px solid #359839;
}



.company-table th,.company-table td,.history-table th,.history-table td {
    padding: 15px;
    line-height: 1.5;
    display: block;
}

.company-table th,.history-table th {
    text-align: left;
    padding-bottom: 0;
}

/*
.history-area .history-table {
    display: flex;
    align-items: center;
    position: relative;
}
*/

@media screen and (min-width: 768px) {
    .company-table th,.company-table td,.history-table th,.history-table td {
        padding: 15px;
        display: table-cell;
    }
}
/* ===== お問い合わせ関係 ===== */
.contact-link-box {
    display: block;
    text-align: center;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
}

.contact-link-box.green {
    background-color: #359839;
    color: #fff;
}

.contact-link-box.white {
    display: block;
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    color: #359839;
}

.contact-box .wpcf7 {
    border: none;
    background-color: transparent;
}
.contact-box .wpcf7 form {
    margin: 0;
}
.contact-table {
    width: 100%;
    margin-bottom: 4rem;
}

.contact-table .req::before {
    content: '必須';
    display: inline-block;
    background-color: #359839;
    color: #fff;
    padding: 5px;
    margin-right: 15px;
}

.contact-table .opt::before {
    content: '任意';
    display: inline-block;
    background-color: #555;
    color: #fff;
    padding: 5px;
    margin-right: 15px;
}

.contact-table th {
    vertical-align: middle;
}

.contact-table th,.contact-table td {
    padding-bottom: 20px;
    text-align: left;
    display: block;
}

.contact-table input[type="text"],.contact-table textarea {
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-table input[type="file"] {
    border: none;
}

.contact-table .c-age {
    max-width: 100px;
}

.contact-table .p-postal-code {
    max-width: 200px;
}

.contact-table .warning {
    margin-bottom: 0;
    color: #aa0000;
    font-size: 14px;
}

.wpcf7 input.wpcf7-submit {
    max-width: 300px;
    height: auto;
    width: 100%;
    background-color: #359839;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-radius: 5px;
    margin: auto;
    padding: 20px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .contact-table th,.contact-table td {
        display: table-cell;
    }
}
/* ===== サービス ===== */
@media all and (min-width: 1200px) {
	.pageService .container {
		max-width: 1200px;
	}
}


.pageService .MV {
	height: 560px;
    width: 100%;
	padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f6f6f6;
    -webkit-print-color-adjust: exact;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.pageService .MV::before {
	width: 80%;
	height: 100%;
	background-color: #359839;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pageService .MV::after {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(140deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.pageService .MV__textArea {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding: 125px 15px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
}

.pageService .MV__lead {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	color: #fff;
}
.pageService .MV__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	color: #fff;
}
.pageService .MV__text {
	padding-top: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	color: #fff;
}
.pageService .MV__bread {
	max-width: 1200px;
	width: 100%;
	padding: 20px 15px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
.pageService .MV__bread .bread-list {
	padding: 0;
}
.pageService .MV__bread li {
	color: white;
}
@media all and (min-width: 768px) {
	.pageService .MV::before {
		width: 60%;
	}
	.pageService .MV__lead {
		font-size: 30px;
	}
	.pageService .MV__title {
		font-size: 60px;
	}
	.pageService .MV__text {
		font-size: 20px;
	}
}
@media all and (min-width: 992px) {
	.pageService .MV::before {
		width: 40%;
	}
}
@media all and (min-width: 1400px) {
	.pageService .MV::before {
		width: calc(50vw - 215px);
		height: 100%;
		background-color: #359839;
		clip-path: polygon(0 0, 100% 0, calc(100% - 485px) 100%, 0% 100%);
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
}





.pageService .solution__textTop {
	display: block;
	max-width: 970px;
	width: calc(100% - 20px);
	margin: 0 auto 9rem;
	padding: 5px 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	border: 3px solid  #359839;
	border-radius: 20px;
	background-color: #F6F6F6;
	position: relative;
}
.pageService .solution__textTop > * {
	padding-top: 20px;
}
.pageService .solution__textTop > *:first-child {
	padding-top: 0;
}
.pageService .solution__textTop::after {
	display: block;
	width: 200px;
	height: 50px;
	background-color: #359839;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	position: absolute;
	top: 100%;
	margin-top: 3px;
	left: 50%;
	transform: translateX(-50%);
}
.pageService .solution__textTop li {
	padding: 15px 0;
}
.pageService .solution__textTop ul > li {
	padding-left: 30px;
	text-indent: -30px;
}
.pageService .solution__textTop li:not(:last-child) {
	border-bottom: 2px solid #E3E3E3;
}
.pageService .solution__textTop ul > li::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: -3px;
	background: url("../images/common/icon-check_green.png") no-repeat center center / contain;
	content: '';
}
.pageService .solution__title {
	margin-top: 3rem;
	color: #C40A0B;
}
@media all and (min-width: 576px) {
	.pageService .solution__title {
		margin-top: 0;
	}
}
@media all and (min-width: 992px) {
	.pageService .solution__textTop  {
		padding: 20px 50px;
		font-size: 22px;
	}
	.pageService .solution__textTop::after {
		width: 300px;
		height: 70px;
	}
	.pageService .solution__textTop ul > li {
		padding-left: 40px;
		text-indent: -40px;
	}
	.pageService .solution__textTop ul > li::before {
		width: 30px;
		height: 30px;
		margin-bottom: -6px;
	}
}
@media all and (min-width: 1200px) {
	.pageService .solution__textTop  {
		padding: 20px 70px;
		font-size: 25px;
	}
	.pageService .solution__textTop ul > li {
		padding-left: 50px;
		text-indent: -50px;
	}
	.pageService .solution__textTop ul > li::before {
		width: 40px;
		height: 40px;
		margin-bottom: -10px;
	}
}

.pageService .solution__groupList {
	gap: 30px 0 ;
}
.pageService .solution__groupList:has(.solution__groupItem) {
	margin-top: 50px;
}
.pageService .solution__groupItemInner {
	height: 100%;
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
@media all and (min-width: 992px) {
	.pageService .solution__groupItemInner {
		padding: 40px 50px;
	}
}
.pageService .solution__groupItemInner::before {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #359839;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.pageService .solution__groupItemInner::after {
	width: 100%;
	height: 100%;
	border: 3px solid #359839;
	border-radius: 20px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pageService .solution__groupTitle {
	width: 100%;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	text-align: center;
	color: #359839;
	border-bottom: 3px solid #359839;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageService .solution__groupText {
	padding-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: .075em;
}

.pageService .solution__textEnd {
	padding: 40px 0 70px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	text-align: center;
	color: white;
	position: relative;
}
.pageService .solution__textEnd.solution__textEnd--addMt {
	margin-top: 120px;
}
.pageService .solution__textEnd::after {
	width: 100vw;
	height: calc(100% + 70px);
	background-color: #359839;
	content: "";
	position: absolute;
	top: -70px;
	left: calc(-50vw + 50%);
	z-index: -1;
}
@media all and (min-width: 992px) {
	.pageService .solution__groupTitle {
		font-size: 25px;
	}
	.pageService .solution__textEnd {
		font-size: 30px;
	}
}




.pageService .communication {
	padding-bottom: 95px;
	background-color: #fff;
}
.pageService .communication__groupArea {
	padding: 20px;
	border-radius: 20px;
	position: relative;
}

.pageService .communication__groupQuestion  {
	background-color: #f6f6f6;
}
.pageService .communication__groupAnswer  {
	background-color: #fff;
	border: 1px solid #359839;
}
.pageService .communication__groupAnswer::after {
	display: block;
	border-bottom: 20px solid #359839;;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
}
.pageService .communication__groupAreaInner {
	overflow: hidden;
}
.pageService .communication__groupImgWrapper {
	width: 60px;
	margin-right: 20px;
	float: left;
}
.pageService .communication__groupText {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .075em;
	position: relative;
	float: left;
}
.pageService .communication__groupText--question::before ,
.pageService .communication__groupText--answer::before ,
.pageService .communication__groupText--answer::after {
	display: none;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pageService .communication__groupText--question::before {
	right: 100%;
	border-right: 20px solid #F6F6F6;
}
.pageService .communication__groupText--answer::before {
	left: 100%;
	border-left: 20px solid #359839;
}
.pageService .communication__groupText--answer::after {
	border-left: 20px solid #fff;
	left: calc(100% - 1px);
}
@media all and (min-width: 768px) {
	.pageService .communication__groupArea {
		padding: 0px;
	}
	.pageService .communication__groupAreaInner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 30px;
	}
	.pageService .communication__groupQuestion  {
		background-color: transparent;
	}
	.pageService .communication__groupAnswer  {
		background-color: transparent;
		border: none;
		
	}
	.pageService .communication__groupAnswer .communication__groupAreaInner {
		flex-direction: row-reverse;
	}
	.pageService .communication__groupAnswer::after {
		display: none;
	}
	.pageService .communication__groupImgWrapper {
		width: 170px;
		margin: 0;
	}
	.pageService .communication__groupText {
		width: calc(100% - 170px - 55px);
		padding: 30px 40px;
		font-size: 1.6rem;
		border-radius: 20px;
	}
	.pageService .communication__groupText--question {
		background-color: #F6F6F6;
	}

	.pageService .communication__groupText--answer {
		background-color: #fff;
		border: 1px solid  #359839;
	}
	.pageService .communication__groupText--question::before ,
	.pageService .communication__groupText--answer::before ,
	.pageService .communication__groupText--answer::after {
		display: block;
	}
}
@media all and (min-width: 992px) {
	.pageService .communication__groupText {
		font-size: 1.8rem;
	}
}
@media all and (min-width: 1200px) {
	.pageService .communication__groupArea {
		gap: 30px 55px;
	}
}




.pageService .others {
	background-color: #F6F6F6;
}
.pageService .others__rowImgWrapper {
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.pageService .others__rowTitle {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .075em;
	color: #359839;
}
.pageService .others__rowText  + .others__rowTitle {
	padding-top: 30px;
}
.pageService .others__rowText {
	padding-top: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .075em;
}
@media all and (min-width: 768px) {
	.pageService .others__rowImgWrapper {
		margin-bottom: 0;
	}
}
@media all and (min-width: 992px) {
	.pageService .others__rowTitle {
		font-size: 2.5rem;
	}
	.pageService .others__rowText {
		font-size: 1.8rem;
	}
}



.pageService .imgSlider {
	padding: 40px 10px;
	overflow: hidden;
}
.pageService .imgSlider__slider {
	display: none;
	margin: 0 -5px;
	position: relative;
}
.pageService .imgSlider__slider.slick-slider {display: block!important;}
.pageService .imgSlider__sliderItem {
	margin: 0 5px;
	border-radius: 20px;
	overflow: hidden;
}
.pageService .slide-arrow {
	font-size: 30px;
	color: #359839;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease 0s;;
}
.pageService .slide-arrow:hover {
	opacity: .6;
	cursor: pointer;
}
.pageService .slick-prev {
	right: calc(100%);
}
.pageService .slick-next {
	left: calc(100% );
}
@media all and (min-width: 576px) {
	.pageService .imgSlider {
		padding: 40px 0px;
	}
	.pageService .slick-prev {
		right: calc(100% + 10px);
	}
	.pageService .slick-next {
		left: calc(100% + 10px);
	}
}


@media all and (min-width: 1300px) {
	.pageService .imgSlider__slider {
		margin: 0 -15px;
	}
	.pageService .imgSlider__sliderItem {
		margin: 0 15px;
	}
	.pageService .slick-prev {
		right: calc(100% + 30px);
	}
	.pageService .slick-next {
		left: calc(100% + 30px);
	}
}




.pageService .induction {
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f6f6f6;
    -webkit-print-color-adjust: exact;
	position: relative;
	z-index: 0;
}
.pageService .induction::after {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pageService .induction .container {
	position: relative;
	z-index: 2;
}
.pageService .induction__title {
	color: white;
	border-color: white;
}
.pageService .induction__text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: .075em;
	text-align: center;
	color: #fff;
}
.pageService .induction__btn {
	margin-top: 70px;
}






/* ===== フッター ===== */
.toptop {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 1000;
}
.renew-footer .footer-privacy {
    padding: 20px 0;
    background-color: #f6f6f6;
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.renew-footer .footer-logo {
    max-width: 290px;
    width: 100%;
    margin: 30px 0 45px;
}

.renew-footer .footer-flex-box {
    margin-bottom: 15px;
}

.renew-footer .footer-flex-box .flex-left {
    padding-bottom: 30px;
    border-bottom: 3px solid #359839;
}

.renew-footer .footer-flex-box .flex-left p {
    line-height: 1.5;
}


.renew-footer .footer-flex-box .flex-right img {
    width: 110px;
    height: 78px;
    margin-right: 10px;
}

.renew-footer .footer-flex-box .flex-right {
    padding-top: 30px;
}

.renew-footer .copyright {
    padding: 10px;
    font-size: 12px;
    border-top: 1px solid #c3c3c3;
}

.renew-footer .copyright {
    padding: 10px;
    font-size: 12px;
    border-top: 1px solid #c3c3c3;
}

.drawer-overlay {
    z-index: 99;
}

@media screen and (min-width: 576px) {
    .renew-footer .footer-flex-box .flex-left {
        padding-right: 30px;
        padding-bottom: 0;
        border-bottom: 0;
        border-right: 3px solid #359839;
    }

    .renew-footer .footer-flex-box .flex-right {
        padding-left: 30px;
        padding-top: 0;
    }
}



/*パンくず*/
#bread_crumb a:visited{
    color: #fff;
}

#bread_crumb li {
    display: inline-block;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px!important;
}

.wp-pagenavi span.current {
    border: none;
    background-color: #359839;
    color: #fff;
}

.sitemap-link li {
    font-size: 20px;
}

.sitemap-link li .sitemap-sub-link {
    font-size: 16px;
}

/* ===== 目次 ===== */
#ez-toc-container.ez-toc-custom {
	max-width: 600px;
	width: 100%;
	margin: 50px auto;
	padding: 0;
	background: #fff;
	border: 1px solid #359839;
}

#ez-toc-container.ez-toc-custom .ez-toc-title-container  .ez-toc-title {
	display: block;
	padding: 15px 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
	background: #359839;
}


#ez-toc-container.ez-toc-custom nav {
	padding: 10px 15px 20px;
	background-color: #f6f6f6;
}
#ez-toc-container.ez-toc-custom .ez-toc-heading-level-2{
	padding-top: 5px;
}
#ez-toc-container.ez-toc-custom .ez-toc-link {
	display: block;
	margin-top: 5px;
	padding: 1px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #000;
}
#ez-toc-container.ez-toc-custom .ez-toc-link::before{
	color: #000;
	content: counters(item, '-', decimal) '. ';
}
#ez-toc-container.ez-toc-custom .ez-toc-link:hover ,
#ez-toc-container.ez-toc-custom .ez-toc-link:focus ,
#ez-toc-container.ez-toc-custom .ez-toc-link:active ,
#ez-toc-container.ez-toc-custom .ez-toc-link:hover::before ,
#ez-toc-container.ez-toc-custom .ez-toc-link:focus::before ,
#ez-toc-container.ez-toc-custom .ez-toc-link:active::before {
	text-decoration: underline;
	color: #359839;
}
#ez-toc-container.ez-toc-custom .ez-toc-link:visited {
	color: #000;
}
#ez-toc-container.ez-toc-custom .ez-toc-heading-level-2  > .ez-toc-link {
	font-weight: 600;
	font-size: 16px;
}

@media all and (min-width: 768px) {
	#ez-toc-container.ez-toc-custom nav {
		padding: 15px 30px 20px;
		background-color: #f6f6f6;
	}
}
/* ===== エディター ===== */
.editor__title {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #359839;
	border-bottom: 3px solid #359839;
}
@media all and (min-width: 768px) {
	.editor__title {
		font-size: 28px;
	}
}


.bl-editor  {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-align: justify;
}
.bl-editor  > p:first-child:not(.has-background ) {
	padding-top: 0;
}
.bl-editor  p:not(.has-background ),
p.bl-editor  {
	padding-top: 30px;
	margin-top: calc(0px - (16px * 1.5 - 16px) / 2 );
	margin-bottom: calc(0px - (16px * 1.5 - 16px) / 2 );
}
p.bl-editor  {
	padding-top: 0px;
}
.bl-editor  b, 
.bl-editor  strong {
	color: inherit;
}
.bl-editor .has-background {
	margin-top: 50px;
}
.bl-editor  a:not(.wp-block-button__link) {
	font-weight: 700;
	text-decoration: underline;
	color: #0693e3;
}

@media all and (min-width: 768px) {
	.bl-editor  {
		font-size: 18px;
	}
	.bl-editor  p:not(.has-white-color),
	p.bl-editor {
		padding-top: 50px;
		margin-top: calc(0px - (18px * 1.5 - 18px) / 2 );
		margin-bottom: calc(0px - (18px * 1.5 - 18px) / 2 );
	}
}


.bl-editor  ul {
	margin-left: 1.5em;
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
} 
.bl-editor  ul:not(:first-child) {
	padding-top: 30px;
} 
.bl-editor  ul  > li{
	list-style-type: disc;
} 
.bl-editor  ul ul,
.bl-editor  ul ol {
	padding-top: calc(10px - (16px * 1.5 - 16px) / 2 );
}
.bl-editor  ol {
	list-style: decimal;
	margin-left: 1.5em;
}
.bl-editor  ol:not(:first-child) {
	padding-top: 30px;
}
.bl-editor  ol > li {
	list-style-type: decimal;
}
.bl-editor  ol ul,
.bl-editor  ol ol {
	padding-top: calc(10px - (16px * 1.5 - 16px) / 2 );
}

.bl-editor  li {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.bl-editor  li:not(:first-child){
	margin-top: calc(10px - (16px * 1.5 - 16px) / 2 );
}
@media all and (min-width: 768px) {
	.bl-editor  ul ul,
	.bl-editor  ul ol {
		padding-top: calc(10px - (18px * 1.5 - 18px) / 2 );
	}
	.bl-editor  ul:not(:first-child) {
		padding-top: 50px;
	} 
	.bl-editor  ol ul,
	.bl-editor  ol ol {
		padding-top: calc(10px - (18px * 1.5 - 18px) / 2 );
	}
	.bl-editor  ol:not(:first-child) {
		padding-top: 50px;
	}
	.bl-editor  li {
		font-size: 18px;
	}
	.bl-editor  li:not(:first-child){
		margin-top: calc(10px - (18px * 1.5 - 18px) / 2 );
	}
}




.bl-editor  >figure {
	padding-top: 30px;
}
.bl-editor  .wp-block-columns {
	display: flex;
	align-items: normal;
	flex-wrap: wrap;
}
.bl-editor  .wp-block-columns > * {
	margin-top: 0!important;
	flex: 100%;
}
.bl-editor  .wp-block-columns figure {
	padding-top: 30px;
}
@media all and (min-width: 768px) {
	.bl-editor  >figure {
		padding-top: 50px;
	}
	.bl-editor  .wp-block-columns {
		flex-wrap: nowrap;
	}
	.bl-editor  .wp-block-columns > * {
		 flex: auto;
	}
	.bl-editor  .wp-block-columns figure {
		padding-top: 50px;
	}
}


.bl-editor  .wp-block-image figure {
	padding-top: 30px;
}
.bl-editor  .aligncenter {
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media all and (min-width: 768px) {
	.bl-editor  .wp-block-image figure {
		padding-top: 50px;
	}
	.bl-editor  p:has(.alignright):has(.alignleft) .alignleft {
		width: calc(50% - 30px);
		margin-right: 5px;
	}
}
.bl-editor  .alignright {
	margin: 0!important;
	margin-bottom: 30px!important;	
}
.bl-editor  .alignright > img {
	width: 100%;
}
@media all and (min-width: 768px) {
	.bl-editor  img.alignright {
		width: calc(50% - 30px);
		margin-bottom: 0!important;
		margin-left: 30px!important;
		float: right;
	}
	.bl-editor  .alignright {
		width: calc(50% - 30px);
		margin-left: 30px!important;
	}
}
@media all and (min-width: 1200px) {
	.bl-editor  .alignright {
		width: auto;
	}
}

.bl-editor  .alignleft {
	margin: 0!important;
	margin-bottom: 30px!important;	
}
.bl-editor  .alignleft > img {
	width: 100%;
}
@media all and (min-width: 768px) {
	.bl-editor  img.alignleft {
		width: calc(50% - 30px);
		margin-bottom: 0!important;
		margin-right: 30px!important;
		float: left;
	}
	.bl-editor  .alignleft {
		width: calc(50% - 30px);
		margin-right: 30px!important;
	}
	.bl-editor  .alignleft  + .alignright  {
		width: calc(50% - 30px);
		margin-left: 30px!important;
	}
}
@media all and (min-width: 1200px) {
	.bl-editor  .alignleft {
		width: auto;
	}	
}



.bl-editor  .wp-block-gallery {
	padding-top: 30px;
}
.bl-editor  .wp-block-gallery > * {
	padding-top: 0;
}
.bl-editor  .wp-block-gallery.has-nested-images figure.wp-block-image {
	max-width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}
.bl-editor  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: 50%;
	margin: 0;
}
.bl-editor  .wp-block-gallery.has-nested-images figure figcaption {
	width: 100%;
	max-height: 60%;
	padding: 5px;
	background: linear-gradient(0deg, rgba(0,0,0,.3) , rgba(0,0,0,.7) 70% transparent);
	color: #fff;
	overflow: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media all and (min-width: 768px) {
	.bl-editor  .wp-block-gallery {
		padding-top: 50px;
	}
	.bl-editor  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: 33.33333%;
	}
}



.bl-editor  .wp-caption:not(:first-child) {
	padding-top: 30px
}
.bl-editor  .wp-caption-text ,
.bl-editor  figcaption {
	margin-top: 0!important;
	padding: 5px 5px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
@media all and (min-width: 768px) {
	.bl-editor  .wp-caption-text ,
	.bl-editor  figcaption {
		font-size: 18px;
	}
}



.bl-editor  .wp-block-table {
	overflow: hidden;
}
.bl-editor  .wp-block-table:not(:first-child) {
	padding-top: 30px;
}
.bl-editor  .is-tableScroll:not(:first-child) {
	margin-top: 30px;
}
.bl-editor  table th ,
.bl-editor  table td {
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.5em;
	text-align: left;
	border: 1px solid #aaa;
	background-color: rgba(170, 170, 170, .2);
	vertical-align: top;
}
.bl-editor  table td {
	font-weight: 400;
	background-color: inherit;
}
.bl-editor .yarpp-thumbnails-horizontal {
	margin-top: 50px;
}
@media all and (min-width: 768px) {
	bl-editor  .wp-block-table:not(:first-child) {
		padding-top: 50px;
	}
	.bl-editor  .is-tableScroll:not(:first-child) {
		margin-top: 50px;
}
	.bl-editor  table th ,
	.bl-editor  table td {
		font-size: 18px;
	}
}



.bl-editor .clearfix {
	height: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
}
.bl-editor  h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.075em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.bl-editor  h2::after {
	display: block;
    width: 70px;
    height: 3px;
	margin: 2px auto 0;
    background-color: #359839;
    content: "";
}
.bl-editor  h2:not(:first-child) {
	margin-top: 50px;
}
.bl-editor  h3 {
	padding: 10px 10px 10px 25px!important;
	font-size: 20px!important;
	font-weight: 700!important;
	line-height: 1.5!important;
	letter-spacing: 0.075em!important;
	color: #fff;
	background-color: #359839;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.bl-editor  h3:not(:first-child) {
	margin-top: 50px;
}
.bl-editor  .yarpp h3 {
	margin-top: 50px;
}
.bl-editor  h4 {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #359839;
	border-bottom: 2px solid  #359839;
}
.bl-editor  h4:not(:first-child) {
	margin-top: 50px
}
.bl-editor  h5 {
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #359839;
	border-left: 5px solid #359839;
}
.bl-editor  h5:not(:first-child) {
	margin-top: 50px
}

.bl-editor  h6 {
	font-weight: 700;
	color: #359839;
}
.bl-editor  h6:not(:first-child) {
	margin-top: 50px
}
@media all and (min-width: 992px) {
	.bl-editor  h2 {
	    font-size: 32px;
	}
	.bl-editor  h2::after {
		width: 120px;
		height: 5px;
		margin-top: 35px;
	}
	.bl-editor  h3 {
		font-size: 24px!important;
	}
	.bl-editor  h4 {
		font-size: 22px
	}

}
