@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
.elementor-column-gap-custom>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-custom>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
@media (min-width: 768px) {
	.container {
		max-width: 1240px;
	}
	.elementor-section.elementor-section-boxed > .elementor-column-gap-no {
		max-width: 1240px;
	}
	.elementor-section-boxed.elementor-top-section > .elementor-column-gap-default {
		max-width: calc(1240px + 20px);
	}
	.elementor-section-boxed.elementor-top-section > .elementor-column-gap-wide {
		max-width: calc(1240px + 40px);
	}
	.elementor-section-boxed.elementor-top-section > .elementor-column-gap-wider {
		max-width: calc(1240px + 60px);
	}
	.elementor-section-boxed.elementor-top-section .elementor-inner-section.elementor-section-boxed > .elementor-container {
		max-width: inherit;
	}
	.elementor-section-boxed.elementor-top-section .elementor-inner-section.elementor-section-boxed .elementor-column-gap-default {
		margin-left: -10px;
		margin-right: -10px;
	}
	.elementor-section-boxed.elementor-top-section .elementor-inner-section.elementor-section-boxed .elementor-column-gap-wide {
		margin-left: -20px;
		margin-right: -20px;
	}
	.elementor-section-boxed.elementor-top-section .elementor-inner-section.elementor-section-boxed .elementor-column-gap-wider {
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media (max-width: 767px) {
	.elementor .container {
		padding-left: 0;
		padding-right: 0;
	}
 	.container,
	.elementor-top-section>.elementor-column-gap-wider .elementor-top-column>.elementor-element-populated,
	.elementor-top-section>.elementor-column-gap-default .elementor-top-column>.elementor-element-populated {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.elementor-inner-section .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
		padding: 1rem!important;
	}
	.elementor-inner-section .elementor-column-gap-wide .elementor-column>.elementor-element-populated,
	.elementor-inner-section .elementor-column-gap-wider .elementor-column>.elementor-element-populated,
	.elementor-column-gap-wide .elementor-inner-section .elementor-column>.elementor-element-populated,
	.elementor-column-gap-wider .elementor-inner-section .elementor-column>.elementor-element-populated {
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	.elementor-inner-section .elementor-column-gap-no .elementor-column>.elementor-element-populated {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.elementor-top-section>.elementor-column-gap-default .elementor-top-column>.elementor-element-populated .elementor-top-column>.elementor-element-populated {
		padding-left: 0;
		padding-right: 0;
	}
	.elementor-section.elementor-inner-section > .elementor-column-gap-default,
	.elementor-section.elementor-inner-section > .elementor-column-gap-wider,
	.elementor-section.elementor-inner-section > .elementor-column-gap-wide,
	.elementor-section.elementor-inner-section > .elementor-column-gap-custom {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@font-face {
  font-family: LINESeedJPRegular;
  src: url(./LINE_Seed_JP/WOFF/LINESeedJP_OTF_Rg.woff);
  font-weight: 400;
}
@font-face {
  font-family: LINESeedJPBold;
  src: url(./LINE_Seed_JP/WOFF/LINESeedJP_OTF_Bd.woff);
  font-weight: 700;
}
.text-center {
	text-align: center;
}
img {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  	font-family: LINESeedJPBold;
  	line-height: 1.4;
}
body.page h1 {
	font-size: 5em;
	margin: 0;
}
body.page h2 {
	font-size: 4rem;
	margin: 0;
}
body.page h3 {
    font-size: 2.2rem;
    margin: 0;
}
body.page h4 {
	font-size: 1.8rem;
	margin: 0;
}
body.page h5 {
	font-size: 1.6rem;
	margin: 0;
}
@media (max-width: 767px) {
	.sp_none {
		display: none!important;
	}
	body.page h1 {
	    font-size: 1.75em;
	}
	body.page h2 {
		font-size: 2.2rem;
	}
	body.page h3 {
	    font-size: 1.8rem;
	}
	body.page h4 {
	    font-size: 1.4rem;
	}
	body.page h5 {
	    font-size: 1.3rem;
	}
}
#wpadminbar.mobile {
  display: none;
}
@media (min-width: 768px) {
	.pc_none {
		display: none!important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
html {
	overflow-x: hidden;
	font-size: 10px;
}
body {
  	overflow-x: hidden;
  	letter-spacing: 0.05em!important;
  	font-feature-settings: inherit;
  	line-height: 1.6;
  	font-size: 1.5rem;
  	font-family: LINESeedJPRegular;
}

@keyframes fadeInUp_cs {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInUp {
    animation-name: fadeInUp_cs;
}
header.site-header.fixed.trans {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*header.site-header.fixed.trans:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate(0, -101%);
    -ms-transform: translate(0, -101%);
    -o-transform: translate(0, -101%);
    transform: translate(0, -101%);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}
header.site-header.fixed.trans.eff:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}*/
@media (min-width: 768px) {
	header.site-header .logo img {
		max-height: 64px;
	}
	header.site-header.fixed.fullwidth .container {
	    max-width: calc(100% - 5rem);
	}
	header.site-header.fixed .container {
		padding-top: 2.1rem;
		padding-bottom: 2.1rem;
	}
}
header.site-header.fixed {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #EBE5E0;
}
.header-custom-html {
	line-height: 48px;
	font-size: 1.1rem;
}
#nav .nav_contact > a {
	background: #FA6400;
	color: #fff;
	line-height: 48px;
	display: block;
	padding: 0 4rem;
	border-radius: 25px;
}
#nav ul li img {
	vertical-align: middle;
}
#nav ul li ul.sub-menu ul.sub-menu {
	position: static;
	width: 100%;
	padding-top: 0;
}
#nav ul li ul.sub-menu ul.sub-menu li {
	background: transparent!important;
	padding: 6px 0 6px 8px;
	font-size: 0.9em;
}
.top_header {
	padding-top: 7.5rem;
	background: url("../img/img_header_bg_left.png") 0 0 no-repeat, url("../img/img_header_bg_right.png") top right no-repeat;
}
.top_header:before {
	content: '';
	width: 100%;
	height: calc(100% + 3rem);
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/img_header_deci01.png") 0 0 no-repeat, url("../img/img_header_deci02.png") bottom right no-repeat;
	background-size: 100px auto, 205px auto;
	z-index: 1;
}
.top_header:after {
	content: '';
	height: 6.5rem;
	position: absolute;
	background: #FFEFE0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.top_header .elementor-widget-image-gallery {
	margin-top: 3rem;
}
@media (min-width: 768px) {
	.top_header .elementor-widget-text-editor {
		max-width: 62rem;
		margin-left: auto;
	}
	.top_header .elementor-widget-text-editor h4 {
		margin: 1.8rem 0 2.5rem;
	}
	.top_head_point img {
		margin-right:  1rem;
	}
	.top_header .gallery-item img {
		max-width: 247px;
	}
	.top_header .elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: inherit;
		width: fit-content;
	}
	.head_img_01 img {
		width: 512px;
		max-width: inherit;
	}
	.head_img_02 img {
		width: 248px;
		max-width: inherit;
		margin-left: 1.6rem;
	}
	.head_img_02 + .head_img_02  {
		margin-top: 1.6rem;
	}
	.top_header .elementor-inner-column {
		width: fit-content;
	}
	.top_header .elementor-inner-column .elementor-widget-wrap>.elementor-element {
		width: fit-content;
	}
}
.head_img_01 img,
.head_img_02 img,
.top_header .gallery-item img {
	border-radius: 20px;
}
.top_header .gallery {
	display: flex;
	justify-content: flex-end;
	white-space: norwrap;
	column-gap: 1.6rem;
}

.ds_btn_down a {
	display: block;
	line-height: 58px;
	background: #fff url("../img/svg_icon_arrow_down.svg") right 2rem center no-repeat;
	border: 2px solid #FA6400;
	border-radius: 30px;
	padding: 0 5rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    box-shadow: 0 6px 0 0 #EBE5E0;
}
.infact-news .wrap .button i {
	display: none;
}
.infact-news .wrap .button,
.ds_btn_right a {
	display: inline-block;
	line-height: 58px;
	background: #fff url("../img/svg_icon_arrow.svg") right 2rem center no-repeat;
	border: 2px solid #FA6400;
	border-radius: 30px;
	padding: 0 5rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    box-shadow: 0 6px 0 0 #EBE5E0;
}
.ds_btn_right.style_2 a {
	border-color: #5FB01B;
	background: #fff url("../img/svg_icon_arrow_2.svg") right 2rem center no-repeat;
}
.ds_btn_right.style_4 a {
	border-color: #0662AC;
	background: #fff url("../img/svg_icon_arrow_4.svg") right 2rem center no-repeat;
}
.ds_btn_right.style_2 a:hover {
	color: #5FB01B;
}
.ds_btn_right.style_4 a:hover {
	color: #0662AC;
}
.ds_btn_down p,
.ds_btn_right p {
	margin: 0;
}
.infact-news .wrap .button:hover,
.ds_btn_right a:hover {
	color: #FA6400;
}
@media (min-width: 768px) {
	.top_tabs {
		padding-top: 5rem;
	}
}

.tabs_regions {
	padding: 1.5rem 3rem;
	background: #fff;
	border-radius: 30px;
}
.heading_w_border .elementor-heading-title {
	border: 2px solid;
	display: inline-block;
	padding: .9rem 2.2rem;
	border-radius: 20px;
	background: #fff;
	margin-bottom: 1rem;
}
.top_tabs .infact-advance-tabs .infact-tabs-nav>ul {
	column-gap: 1.5rem;
}
.top_tabs .infact-advance-tabs .infact-tabs-nav>ul li {
	background: #EDC6AC;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border: 2px solid;
    border-color: #FA6400;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
    position: relative;
}
.top_tabs .infact-advance-tabs .infact-tabs-nav>ul li:nth-child(2) {
	background: #C0D5E5;
	color: #0662AC;
	border-color: #0662AC;
}
.top_tabs .infact-advance-tabs .infact-tabs-nav>ul li.active-default {
	background: #fff;
	color: #522709;
	border-color: #FA6400;
}
.top_tabs .infact-advance-tabs .infact-tabs-nav>ul li:nth-child(2).active-default {
	color: #0662AC;
	border-color: #0662AC;
}
.top_tabs .infact-advance-tabs .infact-tabs-nav>ul li.active-default::before {
	content: '';
	height: 2px;
	width: 100%;
	background: #EBE5E0;
	position: absolute;
	top: 100%;
	left: 0;
}
.top_tabs .infact-tabs-content {
	overflow: visible;
}
.top_tabs .infact-advance-tabs .infact-tabs-content>div {
	border: 2px solid #FA6400;
	background: #fff;
}
.top_tabs .infact-advance-tabs .infact-tabs-content>div.active-default {
	padding: 6rem 6rem 8.5rem;
}
.top_tabs .infact-advance-tabs .infact-tabs-content>div:nth-child(2).active-default {
	border-color: #0662AC;
}
.tabs_ranking .rank_number {
	position: absolute;
	top: 1rem;
	left: 1rem;
}

.elementor-element.heading_border_left {
	margin: 2rem 0 0;
	padding: 0 0 2rem;
}
.heading_border_left .elementor-heading-title {
	line-height: 1.15;
}
.tabs_other_services .elementor-inner-column > .elementor-widget-wrap,
.tabs_services .elementor-inner-column > .elementor-widget-wrap {
	gap: 1rem;
}
@media (min-width: 768px) {
	.tabs_services .elementor-widget-image-box {
		width: calc(20% - 4rem/5);
	}
	.tabs_other_services .elementor-widget-image {
		width: calc(33.3333% - 2rem/3);
	}
}
.tabs_services .elementor-image-box-wrapper {
	display: flex;
	align-items: center;
	padding: 1.2rem;
}
.tabs_services .elementor-image-box-img {
	width: 4.8rem;
}
.tabs_services .elementor-image-box-content {
	width: calc(100% - 4.8rem);
	padding-left: 1.5rem;
	text-align: left;
}
.tabs_services .elementor-image-box-title a {
	display: block;
	padding-right: 1rem;
	background: url("../img/svg_icon_arrow_small.svg") right center no-repeat;
}
.top_tabs .ds_btn_right {
	position: absolute;
	bottom: -8.5rem;
	left: 50%;
	transform: translate(-50%, 50%);
}

.top_service_flow {
	padding-bottom: 6.5rem;
}
.top_service_flow .elementor-inner-column {
    counter-increment: number;
}
.top_service_flow .elementor-inner-column .elementor-widget-text-editor::before {
    content: '0' counter(number);
    display: inline-block;
    color: #FA6400;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
}
.top_service_flow > .elementor-container {
	background: #fff;
	border-radius: 30px;
	padding: 6rem 6rem 5rem;
}
.top_service_flow .elementor-inner-column .elementor-widget-text-editor {
	border: 2px solid;
	padding: 1.8rem;
	border-radius: 8px;
	text-align: center;
	position: relative;
}
@media (min-width: 768px) {
	.top_service_flow .ds_btn_right {
		position: absolute;
		top: 2rem;
		right: 0;
		width: fit-content;
	}
	.top_service_flow .elementor-inner-column:not(:last-child):after {
		content: '';
		width: 0; 
		height: 0; 
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid rgba(250, 100, 0, .5);
		position: absolute;
		top: calc(50% - 8px);
		right: -6px;
	}
}



.top_feature {
	padding: 14rem 0 16rem;
}
.top_feature > .elementor-container {
	background: #FFF6C0;
	border-radius: 30px;
	padding: 0 6rem 6rem;
	position: relative;
}
.top_feature > .elementor-container:before {
	content: '';
	background: #FFF6C0;
	width: 294px;
	height: 294px;
	border-radius: 50%;
	position: absolute;
	top: -8rem;
	left: 50%;
	transform: translateX(-50%);
}
.top_feature .feature_icon {
	transform: translateY(-30px);
}
.top_feature .feature_wrap .elementor-image-box-img {
	border: 2px solid #FA6400;
	border-radius: 10px;
	background: #fff;
	padding: 8px;
}
.top_feature .feature_wrap .elementor-image-box-title {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.top_feature .feature_wrap .elementor-image-box-title span {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	background: #FA6400;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	flex-shrink: 0;
	margin-right: 1rem;
}
.top_feature .feature_txt {
	background: #fff;
	border-radius: 20px;
	padding: 1rem;
	margin-top: 1.5rem;
}
@media (min-width: 768px) {
	.top_feature .feature_txt {
		margin-top: 3.5rem;
	}
}
.top_comment {
	z-index: 1;
}
.top_comment:before {
	content: '';
	height: 12rem;
	background: url("../img/img_comment_boeder01.png") bottom center no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.top_comment:after{
	content: '';
	height: 12rem;
	background: url("../img/img_comment_boeder02.png") top center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.heading_w_deco h2 {
	display: inline-block;
	padding-left: 3.8rem;
	padding-right: 3.8rem;
	background: url("../img/svg_icon_hukidashi_left.svg") left center no-repeat, url("../img/svg_icon_hukidashi_right.svg") right center no-repeat;;
}
.top_comment .elementor-inner-section {
	background: #fff;
	border-radius: 20px;
	padding: 6rem;
	position: relative;
}
.top_comment .elementor-image-box-img {
	border: 2px solid #5FB01B;
	border-radius: 10px;
	background: #fff;
	padding: 8px;
}
.top_comment .elementor-image-box-title {
	margin-bottom: .5rem;
}
.top_comment .elementor-image-box-description {
	color: #5FB01B;
	font-weight: 700;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top_comment .elementor-image-box-description:before {
	content: '';
	flex: 1 1 auto;
	margin-right: 0.5rem;
	height: 2px;
	background: currentColor;
}
.top_comment .ds_btn_right {
	transform: translateY(-50%);
}


.top_staff {
	padding: 14rem 0 9rem;
	background: url("../img/img_staff_bg02.png") left bottom no-repeat, url("../img/img_staff_bg01.png") right top no-repeat;
}

.top_service {
	padding: 7.5rem 0;
}
.top_service:before {
	content: '';
	width: 516px;
	height: 426px;
	top: -7.5rem;
	left: 0;
	position: absolute;
	background: url("../img/svg_icon_service.svg") center center no-repeat;
}
.top_service .elementor-inner-section {
    background: #fff;
    border-radius: 20px;
    padding: 6rem 6rem 5rem;
    position: relative;
}
.top_service .elementor-inner-section .elementor-widget-wrap {
	display: flex;
	gap: 3rem;
}
@media (min-width: 768px) {
	.top_service .elementor-widget-image-box {
		width: calc(50% - 1.5rem);
	}
}
.top_service .elementor-widget-image-box {
	border-radius: 10px;
	border: 2px solid #EBE5E0;
	padding: 1.8rem 2.5rem;
	position: relative;
}
.top_service .elementor-widget-image-box .elementor-image-box-title {
	position: absolute;
	top: 0;
	left: 2rem;
	padding: 0 .5rem;
	background: #fff;
	transform: translateY(-50%);
}

.top_news {
	padding: 7rem 0;
}
.top_news .infact-news {
	padding: 0;
}
@media (min-width: 768px) {
	.top_news .infact-news .wrap .left {
		width: 26rem;
	}
	.top_news .infact-news .wrap .right {
	    width: calc(100% - 33rem);
	}
}
.top_news .infact-news .wrap .title {
	display: flex;
	flex-direction: column-reverse;
	text-align: left;
}
.top_news .infact-news .wrap .title p {
	margin: 0;
	color: #FA6400;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 1.6rem;
}
.top_news .infact-news .wrap .title h2 {
	margin-bottom: 2.5rem;
}
.top_news .infact-news .wrap ul li:first-child {
	border-top: 2px solid #EBE5E0;
}
.top_news .infact-news .wrap ul li {
	border-bottom: 2px solid #EBE5E0;
	padding: 2.2rem 0;
	display: flex;
	align-items: center;
}
.top_news .infact-news .wrap ul li .date {
	font-style: normal;
	margin-right: 1.5rem;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 1.6rem;
	color: inherit;
}
.top_news .infact-news .wrap ul li .category {
	font-size: 1.2rem;
	font-weight: 700;
	color: #FA6400;
	border: 1px solid;
	padding: 0 1.5rem;
	border-radius: 15px;
	margin-right: 1.5rem;
}
.top_news .infact-news .wrap ul li .category + a {
	font-size: 1.8rem;
	flex: 1 1 auto;
	padding-right: 2rem;
	background: url("../img/svg_icon_arrow.svg") right center no-repeat;
}


.site-footer-template {
	text-align: center;
	background: url("../img/img_contact_bg.png") center no-repeat;
	background-size: cover;
}
.site-footer-template .wrap-footer-template {
	padding: 6.5rem 0 0;
	z-index: 2;
}
.f_tags {
	display: flex;
	gap: 1rem;
	justify-content: center;
	padding: 0 3rem 1rem;
}
.f_tags li {
	list-style: none;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	border: 2px solid;
	border-radius: 30px;
	line-height: 46px;
	padding: 0 2.5rem;
	background: #FA6B6B;
}
.f_tags li:nth-child(2) {
	background: #1FBAA3;
}
.f_tags li:nth-child(3) {
	background: #A875B0;
}
.f_contact {
	padding: 4rem 6.5rem;
	display: flex;
	column-gap: 2.6rem;
	background: #fff;
	border-radius: 30px;
	border: 2px solid #FA6400;
	margin-top: 2.5rem;
	margin-bottom: -6rem;
	position: relative;
	z-index: 12;
}
@media (min-width: 768px) {
	.f_contact a {
		width: calc(100%/3 - 5.2rem/3);
	}
}
.f_contact a {
	height: 114px;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	line-height: 1;
	flex-direction: column;
	letter-spacing: 0;
	font-weight: 700;
	border-radius: 10px;
}
.f_contact .tel {
	border: 2px solid #61B88E;
	padding-left: 7rem;
	padding-right: 1.5rem;
	background: #fff url("../img/svg_icon_contact01.svg") left 2rem center no-repeat;
}
.f_contact .tel strong {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 3.8rem;
	display: block;
	margin-top: 1rem;
}
.f_contact .mail {
	color: #fff;
	font-size: 2rem;
	background: #FA6400 url("../img/svg_icon_contact02.svg") left 4rem center no-repeat;
	padding-left: 10rem;
	padding-right: 4rem;
	box-shadow: 0 6px 0 0 #EBE5E0;
}
.f_contact .faq {
	color: #fff;
	font-size: 2rem;
	padding-left: 14.5rem;
	padding-right: 8.5rem;
	background: #522709 url("../img/svg_icon_contact03.svg") left 8.5rem center no-repeat;
	box-shadow: 0 6px 0 0 #EBE5E0;
}
footer.site-footer .widget_nav_menu ul.menu li ul.sub-menu {
	padding-left: 0;
	font-size: 1.8rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
footer.site-footer .widget_nav_menu ul.menu > li {
	margin-bottom: 1.5rem;
}
footer.site-footer .widget_nav_menu ul.menu > li > a {
	font-weight: 700;
	font-size: 2rem;
}
footer.site-footer .widget_nav_menu ul.menu li ul.sub-menu li {
	display: block;
	margin: 0;
	text-align: left;
	margin-bottom: 1rem;
}

footer.site-footer .footer-column {
	padding: 15rem 0 5rem;
}
footer.site-footer #copyright {
	text-align: center;
	border-top: 2px solid rgba(82, 39, 9, .1);
}
footer.site-footer .footer-column .widget_media_image {
	margin-bottom: 4.5rem;
}
.footer-bottom .footer-banner {
	display: flex;
}

@media (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
	header.site-header .sp-right a.sp-menu {
		flex-direction: column;
	}
	header.site-header .sp-right a.sp-menu:after {
		content: 'メニュー';
		font-size: 0.9rem;
		font-weight: 700;
		margin-top: 0.5rem;
		display: block;
		color: #fff;
	}
	.mm-wrapper_opened header.site-header .sp-right a.sp-menu .icon_close {
		max-width: 22px;
	}
	.mm-wrapper_opened header.site-header .sp-right a.sp-menu:after {
		content: '閉じる';
	}
	.header-custom-html {
		display: block;
		font-size: 0.9rem;
		margin-left: 0.6rem;
	}
	.header_image_sp {
		margin-left: -3.6rem;
		margin-right: -3.6rem;
		width: auto!important;
	}
	.header_image_sp .elementor-inner-column:nth-child(1) {
		width: 50%;
		padding: .4rem;
	}
	.header_image_sp .elementor-inner-column:nth-child(3),
	.header_image_sp .elementor-inner-column:nth-child(2) {
		width: 25%;
		padding: .4rem;
	}
	.header_image_sp .elementor-widget-image img {
		border-radius: 10px;
	}
	.header_image_sp .elementor-widget-image + .elementor-widget-image {
		margin-top: .8rem;
	}
	.top_header {
		padding-top: 3.5rem;
		background-size: 268px auto, 181px auto;
		background-position: bottom 15% left, top right;
	}
	.top_header h2 {
		font-size: 2.8rem;
	}
	.top_header:before {
		height: calc(100% + 1rem);
		background-size: 50px auto, 102px auto;
	}
	.top_header .top_head_point .elementor-widget-container {
		display: flex;
		gap: 8px;
		margin: 1.8rem 0;
	}
	.top_header .top_head_point img {
		max-width: calc(100%/3 - 16px/3);
	}
	.top_header .elementor-widget-text-editor h4 {
		margin-top: 1rem;
	}

	.ds_btn_down a,
	.infact-news .wrap .button,
	.ds_btn_right a {
		font-size: 1.6rem;
	}
	.top_tabs .infact-advance-tabs .infact-tabs-nav>ul {
		flex-flow: row;
		column-gap: 1rem;
	}
	.top_tabs .infact-advance-tabs .infact-tabs-nav>ul li {
		font-size: 1.6rem;
		padding: 1.2rem 1rem;
		border-radius: 20px 20px 0 0;
	}
	.top_tabs .infact-advance-tabs .infact-tabs-content>div.active-default {
		padding: 3rem 2rem 6rem;
	}
	.top_tabs .infact-tabs-content .tabs_ranking .elementor-inner-column {
		width: 33.3333%;
	}
	.top_tabs .tabs_ranking .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: .8rem .25rem;
	}
	.top_tabs .tabs_ranking.elementor-section.elementor-inner-section > .elementor-column-gap-default {
		margin-left: -.25rem;
		margin-right: -.25rem;
	}
	.tabs_ranking .rank_number {
		top: .7rem;
		left: .25rem;
	}
	.tabs_ranking .rank_number img {
		width: 23px;
	}
	.tabs_services .elementor-widget-image-box {
        width: calc(50% - .5rem);
    }
    .tabs_services .elementor-image-box-img {
    	width: 3.6rem;
    }
    .tabs_services .elementor-image-box-content {
	    width: calc(100% - 3.6rem);
	    padding-left: .5rem;
	}
	.tabs_services .elementor-image-box-wrapper {
		padding: 1rem 0.6rem;
	}
	.top_tabs .ds_btn_right {
		bottom: -6rem;
	}
	.top_service_flow {
		padding: 0 2rem 6.5rem;
	}
	.top_service_flow > .elementor-container {
		padding: 3.5rem;
	}
	.top_service_flow h2 {
		text-align: center;
	}
	.top_service_flow .elementor-inner-column:not(:last-child):after {
		content: '';
		width: 0; 
		height: 0; 
		position: absolute;
		left: calc(50% - 8px);
		bottom: -6px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid rgba(250, 100, 0, .5);
	}
	.top_service_flow .ds_btn_right {
		position: absolute;
		left: 50%;
		bottom: -3.5rem;
		transform: translate(-50%, 50%);
	}
	.top_feature {
		padding: 7rem 2rem 8.5rem;
	}
	.top_feature > .elementor-container:before {
		width: 147px;
		height: 147px;
		top: -4rem;
	}
	.top_feature .feature_icon {
	    transform: translateY(-24px);
	}
	.top_feature .feature_icon img {
	    width: 5rem;
	}
	.top_feature > .elementor-container {
		padding: 0 0 1rem;
	}
	.top_feature h2 span {
		display: block;
	}
	.top_feature .feature_txt.elementor-widget-text-editor {
		text-align: left;
	}
	.top_comment:before {
		background: url("../img/img_comment_boeder01_sp.png") bottom center no-repeat;
		background-size: 100% auto;
	}
	.top_comment:after {
		background: url("../img/img_comment_boeder02_sp.png") top center no-repeat;
		background-size: 100% auto;
	}
	.top_comment .elementor-inner-section {
		padding: 1rem 2.6rem 5rem;
	}
	.top_comment .elementor-inner-section .elementor-inner-column {
		width: 50%;
	}
	.top_comment .elementor-inner-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 10px 4px;
	}
	.top_staff {
		padding: 10rem 0 6rem;
		background-size: 202px auto, 180px auto;
	}
	.top_staff h2 + p {
		text-align: left;
	}
	.top_staff .elementor-inner-section {
		overflow-x: scroll;
		margin-right: -2rem;
		width: auto;
	}
	.top_staff .elementor-inner-section > div {
		max-width: inherit!important;
		width: fit-content;
        flex-wrap: unset;
        flex-flow: row;
	}
	.top_staff .elementor-inner-column {
		width: 150px;
	}
	.top_staff .elementor-image-box-title {
		font-size: 1.3rem;
	}
	.top_service {
		padding: 7rem 0 3rem;
	}
	.top_service:before {
		top: -4rem;
		width: 205px;
		background-size: 100% auto;
		height: 169px;
		left: -3.4rem;
	}
	.top_service h2 + p {
		text-align: left;
	}
	.top_service h2 + p br {
		display: none;
	}
	.top_service .elementor-inner-section {
		padding: 2rem;
	}
	.top_service .elementor-widget-image-box .elementor-image-box-title {
		font-size: 1.6rem;
	}
	.top_news .infact-news .wrap ul li {
		flex-flow: row wrap;
		padding: 1.2rem 0;
	}
	.top_news .infact-news .wrap ul li .category + a {
		width: 100%;
		font-size: 1.4rem;
		margin-top: 0.3rem;
	}
	.top_news .infact-news .wrap .button {
		margin-top: 3rem;
	}
	.top_news {
		padding: 3.5rem 0;
	}

	.site-footer-template {
		padding: 0;
		font-size: 1em;
	}
	.site-footer-template .wrap-footer-template {
		padding: 4rem 0 0;
	}
	.f_tags li {
		font-size: 1.6rem;
		padding: 1rem;
		line-height: 1.4;
		border-radius: 20px;
	}
	.f_contact {
		flex-flow: row wrap;
		padding: 2rem;
	}
	.f_contact a {
		height: 80px;
		width: 100%;
	}
	.f_contact a + a {
		margin-top: 1rem;
	}
	.f_contact .tel {
		padding-left: 6rem;
		background-size: 36px auto;
	}
	.f_contact .tel strong {
		font-size: 3rem;
	}
	.f_contact .mail {
		font-size: 1.8rem;
		background-size: 40px auto;
		background-position: left 25px center;
		padding-left: 7rem;
	}
	.f_contact .faq {
		font-size: 1.8rem;
		background-size: 40px auto;
		background-position: left 40px center;
		padding-left: 9rem;
	}
	footer.site-footer .footer-column {
		padding: 11.5rem 0 6rem;
	}
	footer.site-footer .footer-column .column:nth-child(1) {
		text-align: center;
		margin-bottom: 1.5rem;
	}
	footer.site-footer .footer-column .widget_media_image {
	    margin-bottom: 3rem;
	}
	footer.site-footer .widget_nav_menu ul.menu li ul.sub-menu {
		padding: 0;
	}
	footer.site-footer .widget_nav_menu ul.menu li {
		margin-bottom: 0;
	}
	footer.site-footer .widget_nav_menu ul.menu > li a {
		font-size: 1.8rem;
		font-weight: 700;
		padding: 1.8rem 2rem 1.8rem 0;
		background: url("../img/svg_icon_arrow_3.svg") right center no-repeat;
		border-bottom: 2px solid rgba(82, 39, 9, .1);
	}
	footer.site-footer .widget_nav_menu ul.menu li ul.sub-menu li {
		margin: 0;
	}
	footer.site-footer .footer-column .widget:first-child {
		margin-top: 0;
	}
	footer.site-footer #copyright {
		font-size: .9rem;
		letter-spacing: 0;
		padding: 1rem .5rem;
	}
	#nav-sp.top_bottom {
		padding: 8.5rem 3rem 2.5rem!important;
	}
	#nav-sp .menu-main-menu-container {
		display: none;
	}
	#nav-sp ul li {
		border-bottom: 2px solid rgba(82, 39, 9, .1)!important;
	}
	#nav-sp ul li a {
		font-size: 1.8rem;
		font-weight: 700;
		padding: 1.8rem 2rem 1.8rem 0;
		background: url("../img/svg_icon_arrow_3.svg") right center no-repeat;
	}
}