/*
Theme Name: BusinessPress Child
Template: businesspress
Version: 1.0
*/

@import url("../businesspress/style.css");
html {
    scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 60px;
}
@media screen and (min-width:980px) { 
	:target {
  scroll-margin-top: 100px;
}
}
body {
  color: #444;
  font-family: 'Jost', 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
}

body:lang(ja) {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, 'メイリオ', sans-serif;
  font-size: 15px;
  font-weight: 500;
   overflow-x: hidden;
}


.top-bar-content, .main-header-content, .featured-entry-content, .home-header-content, .jumbotron-content, .site-content, .container-content, .footer-widget-content, .site-bottom-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
}

/* header */
.site-header {
    border-bottom: none;
    margin-bottom: 0;
}
.site-logo img {
    transform: scale(0.65, 0.65);
    transform-origin: center left;
}
.drawer-navigation a {
    color: #172F7A;
}
.header-contact-btn a {
  width: 157px;
  padding: 15px!important;
  text-align: center;
  border-radius: 51px;
  background: #172F7A;
  color: #FFF!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-left: 0px;
}
/*.header-contact-btn a::after,
.header-contact-btn a::before {
      content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform-origin: center;
    border-radius: 1px;
}
.header-contact-btn a::after {
  transform: translateY(-50%) rotate(45deg);
}
.header-contact-btn a::before {
  transform: translateY(-11%) rotate(0deg) scaleX(1.8);
  border-left: none;
  border-bottom: none;
  border-right: none;
  margin: 0;
  right: 25px;
}*/

.drawer-hamburger {
    width: 26px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    background-color: #172F7A;
    height: 2px;
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    width: 100%;
	border-radius: 1px;
}
.drawer-hamburger-icon:before {
    top: -7px;
}
.drawer-hamburger-icon:after {
    top: 7px;
}
.drawer-navigation .current_page_item > a, .drawer-navigation .current-menu-item > a {
    color: #172F7A;
    font-weight: 500;
}

/*#business , #curtain-section , #interior-section , #furniture-section , #flow , #company {
	scroll-padding-top: 30px;
} */

/* footer */
.footer-widget-area {
    border-top: none;
    padding-bottom: 40px;
    padding-top: 60px;
	background: #172F7A;
}
.footer-widget-area .widget {
    color: #fff;
	font-weight: 400;
    font-size: 100%;
	margin-bottom: 0;
}
.footer-logo {
	width: 340px;
    margin-bottom: 24px;
}
.footer-widget-area p {
	margin-bottom: 0;
}
.footer-widget-area .footer-info-head {
	font-size: 18px;
    margin-bottom: 12px;
}
.footer-widget-area a:hover {
	color: #fff;
}
.footer-menu {
     margin-top: 79px;
}
.footer-menu li {
     margin-bottom: 3px;
}
.site-bottom {
    border-top: none;
    padding-bottom: 32px;
    padding-top: 16px;
	background: #172F7A!important;
}
.site-bottom a {
    color: #fff;
    text-decoration: none;
}
.site-info {
    float: none;
    margin-top: 0;
    text-align: center;
	color: #fff;
}
.site-copyright {
    margin-bottom: 0;
}
.site-credit {
	display: none;
}
.float-btn-contact {
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #172F7A;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    position: fixed;
    bottom: 16px;
    right: 8px;
	text-decoration: none;
}
.float-btn-contact img {
	    display: block;
    width: 20px;
}

.float-btn-contact span {
	    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    letter-spacing: 0.6px;
    text-indent: 0.6px;
}

/*footer-contact*/
.footer-contact-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                    url(https://www.interior-suzuki.com/wp-content/uploads/2025/07/footer-contact-back.webp);
	background-size: cover;
	background-position: center;
	padding-bottom: 142px;
}

.footer-contact-wrap .top-business-section-head {
	color: #fff;
}
.footer-contact {
	max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-contact .top-h3 {
	color: #fff;
	font-weight: 500;
}
.footer-contact .top-h3::before {
	display: none;
}
.footer-contact-list {
	    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 48px;
}
.footer-contact-list li {
	text-align: center;
}
.contact-list-headding {
	    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 32px;
}
.contact-list-headding .contact-list-headding-icon {
	display: block;
	width: 29px;
	margin-right: 5px;
}
.contact-list-headding span {
	color: #fff;
	    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
}
.footer-contact-list p {
	margin: 0;
}
.footer-contact-list .tel a {
	color: #FFF;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1.05px;
    text-decoration: none;
}
.footer-contact-list .fax {
	    color: #fff!important;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.72px;
	text-decoration: none!important;
}
.footer-contact-list .top-btn-navy {
	max-width: 310px;
	width: 70%;
}
.footer-gmap-wrap {
	max-width: 1080px;
	padding: 0 20px;
	margin-top: -82px;
	margin-bottom: 60px;
}
.footer-gmap {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* アスペクト比 */
    height: 0;
}

.footer-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*レスポンシブ*/
@media screen and (min-width:782px) { 
	.main-header {
    padding-bottom: 28px;
    padding-top: 28px;
}
	.site-logo img {
    transform: scale(0.95, 0.95);
}
	.main-header-clone {
		padding: 16px 0;
}
	.footer-gmap {
    padding-top: 38%;
    /* アスペクト比 */
}
}
@media screen and (min-width:980px) { 
	a {
  opacity: 1;
  transition-duration: 0.3s;
}
	a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
    color: #172F7A;
    font-weight: 500;
}
	.top-bar-content, .main-header-content, .home-header-content, .site-bottom-content {
    max-width: 1080px;
}
	.top-bar-content, .main-header-content, .home-header-content, .jumbotron-content, .featured-entry-content, .site-content, .footer-widget-content, .site-bottom-content {
    padding-left: 100px;
    padding-right: 100px;
}
	.main-navigation ul ul {
		top: 43px;
}
	.main-navigation a {
    color: #172F7A;
}
	
	.header-contact-btn a {
  margin-left: 16px;
}
	.footer-contact-wrap {
    padding-bottom: 171px;
}
	.footer-contact-list {
    grid-template-columns: 1fr 1fr 1fr;
}
	.footer-gmap-wrap {
	margin: -123px auto 80px;
}
	.float-btn-contact {
    bottom: 24px;
    right: 16px;
	width: 110px;
	height: 110px;
}
	.float-btn-contact img {
    display: block;
    width: 26px;
}
	.float-btn-contact span {
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 1px;
}
}


/* title */
.h2-wrap-right {
	text-align: right;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	position: relative;
}
.h2-wrap-left {
	text-align: left;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	position: relative;
}
.top-h2 {
	font-size: 32px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #172F7A;
    display: flex;
    align-items: center;
    max-width: 1080px;
    padding: 0 20px;
    margin: 60px auto 32px;
}
.h2-wrap-right .top-h2 {
	justify-content: flex-end;
}
.h2-wrap-left .top-h2 {
	justify-content: flex-start;
}
.top-h2 span {
	font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #172F7A;
	margin-left: 14px;
}

.h2-wrap-right::before {
	content: "";
    height: 2px;
    width: 85%;
    background: #172F7A;
    position: absolute;
    right: 0;
    top: 6px;
}
.h2-wrap-left::before {
	content: "";
    height: 2px;
    width: 85%;
    background: #172F7A;
    position: absolute;
    left: 0;
    top: 6px;
}
.top-h2 .insta-icon {
	display: block;
    width: 24px;
}
.top-concept-h2-wrap::before {
	content: "";
    height: 2px;
    width: 78%;
    background: #172F7A;
    position: absolute;
    right: 0;
    top: 2px;
}
.top-concept-h2 {
    font-size: 22px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #172F7A;
    max-width: 1080px;
    padding: 0 20px;
    margin: 60px auto 24px;
}
.top-concept-h2 span {
    font-size: 28px;
    margin-right: 16px;
}
.top-h3 {
	text-align: center;
    margin: 16px 0 46px;
    color: #172F7A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}
.top-h3::before {
	    content: "";
    display: inline-block;
    height: 2px;
    width: 65px;
    background: #172F7A;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}
.top-h4 {
	margin: 60px 0 32px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.92px;
}
.top-h4 span {
	display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 2px;
}
@media screen and (min-width:782px) { 
	.top-h2 {
    font-size: 50px;
    padding: 0 20px;
    margin: 100px auto 48px;
}
	.top-h2 span {
    font-size: 18px;
    margin-left: 32px;
}
	.h2-wrap-right::before {
    content: "";
    height: 3px;
    width: 67%;
    background: #172F7A;
    position: absolute;
    right: 0;
    top: 9px;
}
	.h2-wrap-left::before {
	content: "";
    height: 3px;
    width: 67%;
    background: #172F7A;
    position: absolute;
    left: 0;
    top: 9px;
}
	.top-h2 .insta-icon {
	display: block;
    width: 32px;
}
	.top-concept-h2 {
    font-size: 50px;
    padding: 0 20px;
    margin: 60px auto 40px;
		line-height: 1.4;
}
	.top-concept-h2 span {
    font-size: 62px;
    margin-right: 20px;
}
	.top-h3 {
    font-size: 24px;
}
	.top-h4 {
    font-size: 28px;
}
	.top-h4 span {
    font-size: 14px;
}
}
@media screen and (min-width:980px) { 
	.top-h2 {
    font-size: 50px;
    padding: 0 100px;
    margin: 100px auto 48px;
}
	.top-concept-h2 {
    font-size: 50px;
    padding: 0 100px;
    margin: 60px auto 40px;
		line-height: 1.4;
}
	.top-h3 {
    margin: 60px 0 56px;
}
	.top-h4 {
    margin: 60px 0 40px;
}
}

/*エフェクト*/

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.flow-left {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    transform: translateX(-100px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.flow-left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.flow-left-mv {
    -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    transform: translateX(-50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.flow-left-mv.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.flow-right {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    transform: translateX(100px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.flow-right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}


/*TOP*/
.mv-wrap {
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	position: relative;
}
.top-mv-img {
	width: 100%;
    display: block;
}
.mv-inner {
    position: absolute;
    top: 0;
    max-width: 1080px;
	padding: 0 20px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.mv-head-text {
	font-family: "Jost", sans-serif;
    color: #f7f5f182;
    font-size: 8.5vw;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2.79px;
    line-height: 0.7;
	margin-bottom: 50vw;
}
.mv-inner-text-wrap {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mv-inner-text {
	display: flex;
	align-items: center;
    background: #F7F5F1;
    padding: 7px 14px;
	margin: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 14px;
	margin-top: 11px;
}
.mv-inner-text span {
	display: block;
    width: 90px;
    height: 1px;
    background: #3B3B3B;
    margin-left: 8px;
}
.mv-inner-text-sp-line2 {
	margin-top: 6px;
}
.top-about-section {
	display: flex;
    flex-direction: column;
	position: relative;
}
.top-about-img {
	width: 92%;
    display: block;
}
.top-about-section-text-head {
	color: #172F7A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 32px 0 24px;
}
.top-about-section-text {
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
.top-about-section-back-img {
	    position: absolute;
    z-index: -1;
    width: 80%;
    bottom: -20%;
    right: -16%;
}

@media screen and (min-width:782px) { 
	.mv-inner-text-wrap p {
    font-size: 20px;
    margin-top: 14px;
}
	.top-about-section-text-head {
    font-size: 22px;
}
}
@media screen and (min-width:980px) { 
	.mv-inner {
    padding: 0 100px;
}
	.mv-head-text {
    font-family: "Jost", sans-serif;
    font-size: clamp(16px, 7.5vw, 100px);
    margin-bottom: 14vw;
}
	.top-about-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
	.top-about-img {
    width: 47%;
}
	.top-about-section-text-wrap {
		width: 47%;
}
	.top-about-section-text-head {
    margin: 9px 0 24px;
}
	.top-about-section-back-img {
    position: absolute;
    z-index: -1;
    width: 37%;
    bottom: -58%;
    right: -14%;
}
}

.top-business-list {
	margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
	margin-bottom: 60px;
}
.top-business-list li {
	width: 94%;
	position: relative;
}
.top-business-list li:nth-child(2) {
	justify-self: end;
}
.top-business-list li a {
	text-decoration: none;
}
.top-business-list-text {
    color: #172F7A;
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: -24px 0 0;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.8),
               0 0 10px rgba(255, 255, 255, 0.6);
}
.top-business-list-text span {
	    display: block;
    color: #172F7A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.top-business-list-img {
	width: 93%;
}
.top-business-btn {
	width: 64px;
    height: 64px;
    background: #fff;
    border: solid 3px #172F7A;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-business-btn .arrow-down {
	width: 17px;
	transition: transform 0.3s ease;
}

@media screen and (min-width:782px) { 
.top-business-list {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
	align-items: start;
	margin-bottom: 100px;
}
.top-business-list li {
    width: 100%;
    position: relative;
}

.top-business-list li a:hover .arrow-down {
  transform: translateY(5px);
}

.top-business-list li:nth-child(2) {
    justify-self: auto;
	margin-top: 32px;
}
.top-business-list li:nth-child(3) {
	margin-top: 64px;
}
}
@media screen and (min-width:980px) { 
	.top-business-list {
    grid-gap: 56px;
}
}

.top-business-section-wrap {
	padding-bottom: 80px;
}
.beige-back {
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #F7F5F1;
}
.top-business-section-head {
	color: #F7F5F1;
    font-family: "Jost", sans-serif;
    text-align: center;
    font-size: 10vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 16px;
	text-indent: 16px;
    margin: 0;
    line-height: 0.73;
	margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
.beige-back .top-business-section-head {
	color: #fff;
}
.top-curtain-section-intro-inner {
	margin-bottom: 32px;
}
.top-curtain-section-intro-inner p {
	text-align: center;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 600px;
}
.top-curtain-section-img-sp {
	display: block;
    width: 100%;
}
.top-business-section-inner {
	padding: 0 20px;
}
.top-feature-list {
	margin: 0 auto;
    list-style: none;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
	max-width: 600px;
}
.top-feature-list li {
	position: relative;
    padding: 24px 0 0 24px;
}
.top-feature-list-number {
    font-family: "Jost", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    color: rgba(23, 47, 122, 0.30);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
}
.top-feature-inner p {
	margin-bottom: 0;
    margin-top: 8px;
    font-style: normal;
    font-weight: 500;
}
.top-coordinator-list {
	margin: 0 auto;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
	max-width: 600px;
}
.top-coordinator-list li {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.top-coordinator-text-wrap {
	    background: #fff;
    padding: 60px 32px 32px;
    z-index: -1;
    border-radius: 7px;
	box-sizing: border-box;
	width: 100%;
}
.top-coordinator-img {
	display: block;
    width: 59%;
	margin-bottom: -56px;
}
.top-coordinator-head-text {
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #172F7A;
    margin: 16px 0;
	text-align: center;
	font-family: "Jost", sans-serif;
}
.top-coordinator-text {
	font-style: normal;
    font-weight: 400;
    margin: 0;
}
.btn-intro-text {
	color: #172F7A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 24px;
}
.top-gallery-wrap {
	max-width: 760px;
    margin: 0 auto;
}
.top-btn-navy {
	text-decoration: none;
    text-align: center;
    display: block;
    width: 310px;
    margin: 0 auto;
    background: #172F7A;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    position: relative;
}
.top-btn-navy .arrow-right {
	width: 20px;
    display: block;
    position: absolute;
    right: 29px;
    top: 0;
    bottom: 0;
    margin: auto;
	transition: transform 0.3s ease;
}
.top-business-flex-section {
	display: flex;
    flex-direction: column;
}
.top-business-flex-section-text-img {
	display: block;
    margin-bottom: 24px;
}
.top-business-flex-section-text p {
	margin: 0;
	font-style: normal;
font-weight: 400;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
@media screen and (min-width:782px) { 
	.top-business-section-head {
		font-size: 8vw;
    letter-spacing: 24px;
	text-indent: 24px;
}
}
@media screen and (min-width:980px) { 
.top-business-section-head {
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 26px;
	text-indent: 26px;
    line-height: 0.7;
}
.top-curtain-section-intro-inner p {
    width: 36%;
	margin: 0 auto;
}
.top-curtain-section-intro {
    position: relative;
}
.top-curtain-section-img1 {
	    position: absolute;
    width: 23vw;
    left: 3vw;
    top: 13px;
}	
.top-curtain-section-img2 {
	    position: absolute;
    width: 23vw;
    right: 3vw;
    top: -16px;
}
.top-curtain-section-img3 {
	    position: absolute;
    width: 23vw;
    right: 0;
    top: 200px;
}
.top-business-section-inner {
    padding: 0 100px;
	max-width: 1080px;
	margin: 0 auto;
}
.top-curtain-section-intro-inner {
    margin-bottom: 100px;
}
.top-feature-list {
	margin: -16px auto 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    max-width: 100%;
}
.top-coordinator-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    max-width: 930px;
}
.top-coordinator-img {
    display: block;
    width: 62%;
}
.top-business-flex-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.top-business-flex-section-text-img {
    width: 55%;
	margin-bottom: 0;
}
#interior-section .top-business-flex-section-text-img {
    margin-right: calc(50% - 50vw);
}
#furniture-section .top-business-flex-section-text-img {
    margin-left: calc(50% - 50vw);
}
.top-business-flex-section-text {
	width: 47%;
}
	
.order2 {
    order: 1;
}
.order1 {
    order: 2;
}
	.top-btn-navy:hover {
		color: #fff;
}
.top-btn-navy:hover .arrow-right {
  transform: translateX(5px);
}	
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 48px;
  padding-bottom: 40px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_header {
	    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 680px;
    margin: 0 auto;
}
.tab_item {
    width: 40%;
	max-width: 310px;
    background-color: #B4B4B4;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
	float: left;
	border-radius: 50px;
	padding: 12px;
	cursor: pointer;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 32px 0 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#curtain:checked ~ #curtain_content,
#interior:checked ~ #interior_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
/*.tabs input:checked + .tab_item {
  background-color: #172F7A;
  color: #fff;
}*/
#curtain:checked ~ .tab_header label[for="curtain"],
#interior:checked ~ .tab_header label[for="interior"] {
  background-color: #172F7A;
  color: #fff;
}

.top-flow-section-wrap {
    position: relative;
    margin-left: auto;
    padding: 0;
    max-width: 97%;
}
.top-flow-section-wrap:before {
    content: "";
    display: inline-block;
    background: #172F7A;
    width: 1px;
    height: 100%;
    top: 24px;
    left: -1px;
    position: absolute;
}
.top-flow-section-content {
    position: relative;
    padding-left: 20px;
    position: relative;
    margin-bottom: 32px;
}
.top-flow-section-content::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 21px;
    width: 17px;
    height: 17px;
    background-color: #172F7A;
    border-radius: 50%;
}
.top-flow-section-content-head {
	display: flex;
    align-items: center;
}
.top-flow-section-content-step {
	    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: #172F7A;
    margin-bottom: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
}
.top-flow-section-content-step span {
	font-size: 32px;
}
.top-flow-section-content-head-text {
	    margin: 0;
    font-style: normal;
    font-weight: 700;
    color: #172F7A;
}
.top-flow-section-content-inner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 12px;
	margin-bottom: 0;
}
@media screen and (min-width:782px) { 
	.tab_item {
    font-size: 15px;
}
	.top-flow-section-content-inner p {
    font-size: 15px;
}
}
@media screen and (min-width:980px) { 
.tab_content {
	max-width: 960px;
	margin: 0 auto;
}
.top-flow-section-content-inner {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-flow-section-content-inner img {
	width: 42%;
}
.top-flow-section-content-inner p {
	    margin-top: 0;
    width: 53%;
}	
}

.brand-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.brand-scroll-inner {
  display: flex;
  animation: scroll-left 40s linear infinite;
  width: max-content;
}

.top-brands-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-brands-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-brands-list img {
  max-width: 120px;
  height: auto;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (min-width:782px) { 
	.top-brands-list img {
    max-width: 210px;
    height: auto;
    display: block;
}
}

.company-table {
    width: 100%;
	max-width: 700px;
    margin: 0 auto;
    border-top: solid 1px #B4B4B4;
    border-spacing: 0;
}

.company-table tr th, .company-table tr td {
    border-bottom: solid 1px #B4B4B4;
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
    padding: 20px 15px;
	font-size: 14px;
}
.company-table tr th {
    width: 28%;
}
.company-table tr td {
    font-weight: 400;
}
@media screen and (min-width:782px) { 
.company-table tr th, .company-table tr td {
    padding: 20px 32px;
	font-size: 15px;
}
}
.top-partners-list {
    list-style: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
	max-width: 1080px;
	padding: 0 20px;
	align-items: center;
}
.top-partners-list img {
	display: block;
	width: 100%;
}
@media screen and (min-width:782px) { 
.top-partners-list {
    grid-gap: 62px;
}
}
/*CONTACTページ*/
.jumbotron-overlay {
    background-color: rgba( 0, 0, 0 , 0.2 );
}
.jumbotron-content {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
	position: relative;
	padding-bottom: 64px;
    padding-top: 64px;
    text-align: center;
}
.jumbotron {
    background-position: center 70%;
}
.jumbotron-content .subheader {
	    margin: 0 14px 0 0;
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.96px;
}
.jumbotron-content .jumbotron-title {
	font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-shadow: none;
}
.jumbotron-content::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 87%;
	background: #fff;
	top: 74px;
	left: 0;
}


@media screen and (min-width:782px) { 
.jumbotron-content .subheader {
    margin: 0 32px 0 0;
    font-size: 50px;
    letter-spacing: 1.5px;
}
	.jumbotron-content .jumbotron-title {
    font-size: 18px;
}
}
@media screen and (min-width:980px) { 
	.jumbotron-content {
    padding-bottom: 116px;
    padding-top: 116px;
}
	.jumbotron-content::before {
    top: 134px;
	width: 67%;
}
}

/*contactForm7*/
.contact-head-text {
	    font-weight: 400;
    max-width: 760px;
    margin: 48px auto!important;
}
table.CF7_table{
	    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
table.CF7_table p {
	margin: 0;
}
table.CF7_table th {
	width: 30%;
}

table.CF7_table th , table.CF7_table td {
	padding: 15px;
	background: none;
	border: none;
}
table.CF7_table td {
	background: #fff;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	    border: 1px solid #CECECE;
    box-shadow: none;
    background: #fff;
	border-radius: 3px;
	margin: 0;
	width: 100%;
}
.CF7_table input::placeholder, .CF7_table textarea::placeholder {
	color: #CECECE;
}

.cf7__select {
  position: relative;
}

/*.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}*/
.CF7_table select {
	    border: 1px solid #CECECE;
    box-shadow: none;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    height: auto;
    line-height: 20px;
	margin: 0;
	width: 100%;
}
.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:12px;
	padding: 4px 10px;
	background: #172F7A;
	color: #111;
	border-radius: 3px;
	margin-right:1em;
	font-weight: normal;
	color: #fff;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:12px;
	padding: 4px 10px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
	font-weight: normal;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	    text-decoration: none;
    text-align: center;
    display: block;
    width: 310px;
    margin: 28px auto;
    background: #172F7A;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    position: relative;
}

.CF7_btn{
	text-align:center;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
/*recaptcha*/
.grecaptcha-badge { visibility: hidden; }
.CF7_recaptcha {
	font-size: 12px;
	text-align: center;
}

/*thanks*/
.thanks-text {
	font-weight: 400;
    text-align: center;
    margin: 48px auto!important;
}
.top-back-btn {
	margin: 0 auto 80px;
}
@media screen and (max-width: 781px){
	table.CF7_table{
	width:95%;
	}
	table.CF7_table td {
    padding: 0 0 20px 0;
}
	table.CF7_table th {
		padding: 0 0 5px 0;
		width: 100%;
}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.wpcf7 input.wpcf7-submit {
    margin: 12px auto;
}
}

.pc-only {
		display: none;
}
.pc780-only {
		display: none;
}
@media screen and (min-width:782px) { 
	.small-only {
		display: none;
}
	.pc780-only {
		display: block;
}
}
@media screen and (min-width:980px) { 
	.sp-only {
		display: none;
}
	.pc-only {
		display: block;
}
}
