@charset "UTF-8";

/* ****************************************************
Title: index.css
***************************************************** */
#lp h2 {
            font-family: 'Noto Sans JP', sans-serif;
}

body.page-template-page-lp2 section{
	padding:40px 0;
}

/* Hero Section */
#lp .hero {
background: url(https://hubzou.co.jp/wp-content/themes/hubzou/common/img/fv-movie.webp) no-repeat center center / cover;
margin: auto;
padding: 6.5% 0;
position: relative;
text-align: center;
}

#lp .hero2 {
background: url(https://hubzou.co.jp/wp-content/themes/hubzou/common/img/fv-movie.webp) no-repeat center center / cover;
margin: auto;
padding: 6.5% 5%;
position: relative;
text-align: left;
}

#lp .hero3 {
background: url(https://hubzou.co.jp/wp-content/themes/hubzou/img/lp/lp_va01.webp) no-repeat center center / cover;
margin: auto;
padding: 6.5% 5%;
position: relative;
text-align: left;
}

#lp .hero3 .w800 {
	text-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
}

#lp .hero-subtitle {
font-size: 16px;
color: #fff;
margin-bottom: 30px;
font-weight: 400;
}

#lp .hero-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
line-height: 1.3;
color: #fff;
}

#lp .hero-description {
font-size:18px;
color: #fff;
font-weight: 400;
}



#lp .hero-description2 {
font-size: 18px;
color: #fff;
font-weight: 400;
		line-height:2;
}
#lp .hero_list{
	width:40%;
	line-height:2;
	
}

#lp .hero_list p {
	    font-size: 20px;
    color: #fff;
    font-weight: 400;
}


/* Problems Section */
#lp .problems {
padding: 80px 20px;
background: rgb(254, 251, 247);
}

#lp .problems2 {
padding: 80px 20px;
background: rgb(255, 255, 255);
}

#lp .problems2.pb2-2 {
    padding: 80px 20px 0;
    background: rgb(255, 255, 255);
}

#lp .problems-container {
max-width: 800px;
margin: 0 auto;
}

#lp .mr_icon {
margin-right: 3%;
	    width: 37%;
}

#lp .problems h2 {
text-align: center;
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
color: #333333;
}

#lp .problems-grid {
display: flex;
gap: 30px;
}

#lp .problems-grid2 {
display: flex;
    justify-content: center;
    flex-wrap: wrap;
	    gap: 40px;
}

#lp .problem-item {
flex: 1;
}

#lp .problem-item2 {
width:30%;
}

#lp .problem-title {
font-size: 18px;
font-weight: bold;
color: #333333;
margin-bottom: 10px;
text-align: center;
}

#lp .problem-description {
font-size: 14px;
line-height: 1.7;
color: #333333;
text-align: left;
}

/* Hubzou Features */
#lp .hubzou-features {
text-align: center;
    width: 60%;
}

body.page-template-page-lp2#lp .hubzou-features {
margin-bottom: 0px;
}

#lp .problems2.pb2-2 .hubzou-features {
	margin-bottom:0;
}

#lp .problems2.pb2-2 .hubzou-features h2{
	    margin: 0 auto 10px;
	font-size:24px;
}


#lp .hubzou-features h2 {font-size: 30px;
font-weight: bold;
color: #333333;
border-bottom: dashed 1px #000;
padding-bottom: 5px;
margin: 0 auto 20px;
}

#lp .hubzou-features h2.hf_h2 {font-size: 30px;
font-weight: bold;
color: #333333;
border-bottom: dashed 1px #000;
padding-bottom: 5px;
margin: 0 0 20px;
}

#lp .pro-con-img {
	height:100%;
}

#lp .pro-con-img img {
	    width: 100%;
    height: 100%;
    object-fit: cover;
}


#lp .features-list {
display: flex;
flex-direction: column;
gap: 15px;
max-width: 600px;
margin: 0 auto;
}

#lp .feature-item {
font-size: 16px;
color: #333333;
text-align: left;
}

#lp .feature-item::before {
content: "●";
color: #333333;
margin-right: 10px;
}

#lp .feature-item2 {
font-size: 16px;
color: #333333;
text-align: left;
}

/* Workflow Section */
#lp .workflow {
padding: 60px 20px;
background: url(../img/lp/bg.png) no-repeat center center/cover;
}

#lp .workflow-container {
max-width: 1200px;
margin: 0 auto;
}

#lp .workflow h2 {
text-align: center;
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
color: #fff;
text-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
}

#lp .workflow p.tc.white{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#lp .workflow-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px 60px;
}

#lp .workflow-item {
position: relative;
background-color: rgba(255, 255, 255, .7);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
padding: 50px;
box-sizing: border-box;
}

#lp .workflow-number {
position: absolute;
top: 15%;
right: 10%;
width: 40px;
height: 40px;
background: #333333;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 18px;
}

#lp .workflow-content h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
color: #333333;
padding-right: 60px;
}

#lp .workflow-content p {
font-size: 14px;
line-height: 1.7;
color: #333333;
}

/* Case Study */
#lp .case-study {
padding: 60px 20px;
background: #ffffff;
}

#lp .case-study-container {
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

#lp .case-study h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 40px;
color: #333333;
}

#lp .itemimg{
width: 40%;
}

#lp .case-content {
text-align: left;
width: 58%;
}

#lp .case-content p {
font-size: 16px;
line-height: 1.8;
margin-bottom: 10px;
color: #333333;
}

/* CTA Section */
#lp .cta {
padding: 60px 20px;
background: #ffffff;
text-align: center;
}

#lp .cta h2 {
font-size: 28px;
font-weight: bold;
margin-bottom: 30px;
color: #333333;
	text-align:center;
}

#lp .cta-button {
background: #333333;
color: white;
padding: 15px 40px;
border: none;
border-radius: 5px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s;
}

#lp .cta-button:hover {
background: #555555;
	text-decoration:none;
}

/* Members Section */
#lp .members {
padding: 100px 20px;
background: rgb(254, 251, 247);
}

#lp .members-container {
max-width: 1200px;
margin: 0 auto;
}

#lp .members h2 {
text-align: center;
font-size: 32px;
font-weight: bold;
margin-bottom: 50px;
color: #333333;
}

#lp .members-grid {
display: flex;
gap: 40px;
}

#lp .member-item {
flex: 1;
text-align: center;
}

#lp .member-photo {
width: 100%;
object-fit: cover;
margin: 0 auto 10px;
display: block;
background: #f0f0f0;
}

#lp .member-role {
font-size: 14px;
font-weight: bold;
color: #333333;
}

#lp .member-name {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
color: #333333;
}

#lp .member-bio {
font-size: 12px;
line-height: 1.6;
text-align: left;
color: #333333;
}


/* CTA Section */
#lp .cta2 {
padding: 60px 20px;
	    background-color: transparent;
    background-image: linear-gradient(225deg, #002252 0%, #0044A3 87%);
text-align: center;
}

#lp .cta2 h2 {
font-size: 28px;
font-weight: bold;
margin-bottom: 15px;
color: #333333;
	text-align:center;
}


#lp .cta2 .cta2_wrap{
	background:#fff;
	width:800px;
	margin 0 auto;
	padding:20px 0;
	border-radius:10px;
	margin: 0 auto;

}

#lp .cta2 .cta-button {
    background: #EAAF38;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
	display: block;
    width: 70%;
    margin: 0 auto;
}

#lp .cta2 .cta-button:hover {
    background: #b2812b;
}

.second #message .mw2 p.lead {
	text-align:left;
}

/* Mobile Styles */
@media screen and (max-width: 767px) {
#lp .mobile-menu-btn {
display: block;
}

	
	
#lp .hero-title {
font-size: 24px;
padding: 0 5%;
box-sizing: border-box;
}
	
	#lp.page-template-page-lp3 .hero-title {
font-size: 22px;
	}

#lp .hero-description {
font-size: 16px;
}
#lp .hero-description.hd2 {
padding:0 5%;
}

#lp .hero-description2 {
	font-size: 16px;
	line-height:1.6;
       margin-bottom: 20px;

}

#lp .hero-description2 {
    width: 100%;
}
	
#lp .hero_list {
    width: 100%;
	font-size: 16px;
	line-height:1.6;
}
	
#lp .problems h2,
#lp .workflow h2,
#lp .case-study h2,
#lp .members h2 {
font-size: 20px;
}
#lp .problems h2{
margin-bottom: 30px;
}
#lp .problems-grid {
flex-direction: column;
gap: 20px;
}
	
#lp .problems-grid2 {
}

#lp .problem-item2 {
width:80%;
}
	

#lp .problems {
padding: 50px 20px;
}

#lp .problem-item {
border: solid 1px #333;
padding: 20px 30px;
 box-sizing: border-box;
}

#lp .problems2 {
padding: 50px 20px;
}

#lp .hubzou-features {
margin-bottom: 0px;
}
	
	#lp .problems2.pb2-1 .hubzou-features{
		width:100%;
	}
		#lp .problems2.pb2-2 .hubzou-features{
		width:100%;
	}
#lp .problems2.pb2-2 {
    padding: 50px 20px 50px;
}
#lp .workflow {
padding: 50px 20px;
}

#lp .workflow h2 {
margin-bottom: 30px;
}

#lp .workflow-grid {
grid-template-columns: 1fr;
gap: 20px;
}
  .workflow-item {
padding:20px 30px;
}  

#lp .workflow-number{
position: absolute;
margin-bottom: 15px;
margin-left: 0;
top: 22px;
left: 30px;
right: inherit;
width: 30px;
height: 30px;
}


#lp .features-list {
max-width: max-content;
margin: 0;
}

#lp .hubzou-features h2 {
width: auto;
}

#lp .workflow-content h3 {
padding-right: 0;
width: 100%;
padding-left: 35px;
}

#lp .case-study {
padding: 50px 20px;
}

#lp .case-study h2 {
margin-bottom: 20px;
}
#lp .cta {
padding: 0px 20px 50px;
}

#lp .cta2 .cta2_wrap {
    width: 100%;
    padding: 20px;
}
	#lp .cta2 h2 {
    font-size: 24px;
	}
#lp .cta2 .cta-button{
    width: 100%;
    padding: 15px 20px;
	font-size: 16px;
}
	
#lp .members {
padding: 50px 20px;
}

#lp .members h2 {
margin-bottom: 20px;
}

#lp .members-grid {
flex-direction: column;
gap: 20px;
}

#lp .member-item {
max-width: 400px;
margin: 0 auto;
}

#lp .member-bio {
font-size: 14px;
}

#lp .case-study-container,
#lp .problems-container,
#lp .workflow-container,
#lp .members-container {
padding: 0 10px;
}
#lp .hititem {
flex-direction: column-reverse;
}
#lp .itemimg {
width: 100%;
margin-bottom: 20px;
}
#lp .case-content {
width: 100%;
}

	
body.page-template-page-lp2 #lp .hubzou-features {
margin-bottom: 60px;
}

	
}


/* ==================
flow_design03
==================================== */

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
	width:max-content;
	background-color: rgba(255, 255, 255, .7);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
padding: 50px;
	margin:0 auto;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #fff;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #004F9F;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #004F9F;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #004F9F;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}


@media screen and (max-width: 767px) {
	.flow_design03{
		    width: 100%;
    box-sizing: border-box;
    padding: 20px;
	}
	.flow03 > li dl {
  padding-left: 30px;
}
	.flow03 > li dl::after {
    width: 20px;
	}
	.flow03 > li dl dt{
		align-items:flex-start;
	}
	.flow03 > li .icon03{
		border-radius:50%;
		padding: 0 10px;
	}
}


#lp .members h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    border-bottom: dashed 1px #000;
    padding-bottom: 5px;
    width: max-content;
    margin: 0 auto 40px;
}

#lp section.service-info.si2{
	padding:60px 0;
}

#lp .service-info .inner {
	width:800px;
}

#lp .service-info h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    border-bottom: dashed 1px #000;
    padding-bottom: 5px;
    width: max-content;
    margin: 0 auto 40px;
}

#lp .service-info h5{
	font-size: 22px;
    padding-bottom: 10px;
    font-weight: 500;
	    font-family: 'Noto Sans JP', sans-serif;
}

.service-info .flex > div {
	margin-bottom:0;
}

@media screen and (max-width: 767px) {
    #lp .members h2 {
        width: auto;
    }
#lp .service-info .inner {
    width: 100%;
}
	#lp .service-info.si2 h2{
		width:auto;
		font-size:24px;
		    margin: 0 auto 20px;
	}
	#lp .pb2-1 .hubzou-features h2 {
        width: auto;
		font-size:24px;
		    margin: 0 auto 40px;
    }
}

/* footer 追尾 */
.footercta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.7);
	backdrop-filter: blur(10px);
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.footercta.is-show {
  transform: translateY(0);
}

.footercta__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
	flex-wrap:wrap;
}

.footercta__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
	text-align:center;
	width:100%;
}

.fctawrap {
	width:55%;
}

.footercta__btn {
  background: #EAAF38;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px;
  border-radius: 4px;
  white-space: nowrap;
	width:100%;
    display: block;
    text-align: center;
	font-size: 20px;
}

.fctafree {font-size:25px;
  font-weight: bold;}


#lp #message .inner {
    max-width: 800px;
    background: url(../common/img/message.jpg) no-repeat -74% 0px / cover;
    padding: 0px;
    display: flex;
    position: relative;
	flex-direction: row;
}

#lp .hero_lists {
	    background: #fff;
    padding: 30px 0 40px;
}

#lp .hero_lists ul {
	    display: flex;
    align-items: center;
    justify-content: space-between;
}

#lp .hero_lists ul li {
	width:30%;
	background:rgb(254, 251, 247);
	border-radius:5px;
	padding:50px 0;
    align-self: stretch;
	box-shadow: 0px 10px 32px rgb(0 0 0 / 12%);
}

#lp .hero_lists ul li h3 {
	font-size: 125%;
    line-height: 1;
    width: max-content;
    padding: 3px 20px 4px;
    margin: 0 auto 20px;
    color: #fff;
    background: #000;
    border-radius: 3px;
}

#lp .hero_lists ul li p{
	
}

/* SP */
@media (max-width: 767px) {
  .footercta__inner {
    flex-direction: column;
    text-align: center;
  }
.footercta__text {
    font-size: 14px;
	}
  .footercta__btn {
    width: 100%;
    text-align: center;
	    font-size: 20px;
  }
	.fctawrap {
    width: 100%;
}
	#lp #message .inner{
	flex-direction: column;
	}
	#lp .hero_lists ul {
flex-wrap: wrap;
    gap: 30px;
    padding: 0 5%;}
	#lp .hero_lists ul li {
    width: 100%;
	}
}


