@charset "UTF-8";
/* CSS Document */

h1 {
	margin:10px auto;
}
.mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2{
	font-weight:bold;
	text-align:center;
}
h3{
	font-weight:bold;
	text-align:center;
}
h4{
	font-weight:bold;
	font-size:2rem;
}
.yellow{
	color:yellow
}
.blue{
	color:#1378FF;
}
.maker{
	background:linear-gradient(transparent 70%, rgb(184,192,240) 70%);
	font-weight:bold;
	color:#000;
	font-size:1.6rem;
}
.grad{
	background: linear-gradient(0deg, #1378FF 10%,#5DE0E6  100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.heading{
	position: relative;
	padding: 0.5rem 0 2rem;
	margin-bottom: 0.5rem;
	background-image: linear-gradient(135deg, #1378FF 10%,#5DE0E6  100%);
	background-repeat: no-repeat;
	background-size: 10rem 0.6rem;
	background-position: bottom;
	text-align: center;
}

@media print, screen and (min-width: 769px){
h2{
	font-size:3.4rem;
}
h3{
	font-size:2.6rem;
}
.maker{
	font-size:2.4rem;
}
.big{
	line-height:1.5;
	font-size:2.6rem;
	font-weight:bold;
}
/*メインビジュアル*/
.mainvisual{
	margin:0 auto 0;
	width: 100vw;
	height:auto;
    	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/lp/main.webp);
	position: relative;
	background-size: cover;
}
.container{
	display: flex;	
}
.containerL ,.containerR{
	width: 50%;
}
.mainvisual .container{
	width:85%;
	margin:0 auto;
	padding:60px 0;
	align-items: stretch;
}
.mainvisual .containerL {
	color:#fff;
	margin-right:15px;
}
.mainvisual p{
	line-height:1.5;	
}

h1 .letter{
	padding:10px 0;
	background-image: linear-gradient(135deg, #1378FF 10%,#5DE0E6  100%);
	font-size:1.8rem;
}		
.intro{
	margin:50px auto;
	font-size:3.8rem;
	line-height:1.5;
}
.guidebook{
	margin:30px auto;
	background-color: #fff;
}
.guidebook_top{
	background-image: linear-gradient(135deg, #1378FF 10%,#5DE0E6  100%);
	padding:15px;
	text-align:center;
}
.guidebook_top h2{
	margin:0 10px;
	font-size:3rem;
}
.guidebook_bottom {
	padding:15px;
}
.guidebook_offer{
	text-align:center;
}
.guidebook_bottom > p{
	color:#333;
}
.wrapper{
	margin:30px auto;
	display: flex;
	justify-content: center;
}
.guidebook_bottom .mihon{
	flex: 1;
	max-width:300px;
	height:auto;
	margin:10px -20px 10px auto;
}
.circle {
	margin:10px auto 10px -20px;
	display: inline-grid;
	color: #fff;
	background-color: #ffa813;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	align-content: center;
	font-weight:bold;
}
.mainvisual .containerR{
	background-color: #fff;
	border-radius: 10px;
	padding:15px;
	margin-left:15px;
}
.containerR h2{
	margin:15px auto;
	color: #1378FF;
	font-size:2.4rem;
}
.containerR p{
	text-align: center;
}
.contact {
	width:100%;
	margin:30px auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.contact table {
	border-collapse: collapse;
}
input[type="text"],
input[type="submit"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}
input[type="text"],
textarea {
	background: #f8f8f8;
	display: block;
	font-size: 16px;
	padding: 12px 15px;
	width: 100%;
	transition: 0.8s;
	border-radius: 0;
}
input[type="text"]:focus,
textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
	display: inline-block;
	width: 100%;
}
input::placeholder,
	textarea::placeholder {
	color: #ccc;
}
::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.form-table {
	width: 100%;
}
.form-table th,
.form-table td {
	margin: 0 auto;
	display: block;
	width: 90%;
	font-size:1.4rem;
}
.form-table th {
	padding: 15px 15px 0 30px;
	position: relative;
	text-align: left;
}
.form-table td{
	padding: 10 30px 0;
}

.form-table td label{
	margin:15px 0 15px;
	display:block;
 }
.necessary{
	margin-left:5px;
	padding:3px 5px;
	background-color:#ff0000;
	color:#fff;
	font-size:12px;
}
a.btn,
input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  margin:0 auto;
  color: #fff;
  background-color: #ffa813;
  border-radius: 100vh;
}

a.btn:hover,
input[type="submit"] {
  padding:10px;
}
.btncenter{
 margin:15px auto;
}
/*クライアント実績*/
.box1{
	width: 100vw;
	height:auto;
	margin:-30px auto;
	padding:200px 0 100px;
	background-color: rgb(241, 248, 255);
}
.box1 p{
	width: 80%;
	margin:30px auto;
	text-align:center;
	line-height:1.5;
}
.box1 h2{
	margin:60px auto 15px;
}
.brands {
	width:90%;
	max-width:1200px;
	margin:30px auto 50px;
	padding:30px;
	display: flex;
	flex-wrap: wrap;
	background:#fff;
	border-radius: 10px;
	justify-content: center;
	list-style:none;
}
.brands__item img {
	margin:5px;
	width: 90px;
	height: 52px;
	object-fit: contain;
	mix-blend-mode: multiply;
}
/*ボタンエリア*/
.btnarea{
	width:100vw;
	background-image: linear-gradient(135deg, #1378FF 10%,#5DE0E6  100%);
	padding:60px 0;
	color:#fff
}
.btncontainer{
	width:90%;
	max-width:1200px;
	margin:30px auto;
	display:flex;
	align-items: stretch;
}
.btncontainerL{
	width:30%;
}
.btncontainerL .mihon{
	margin:10px;
	width: 100%;
	height: auto;
}
.btncontainerR{
	width:70%;
	padding-left:30px;
}
.btncontainerR p{
	margin:10px;
}
.btncontainerR p .big{
	font-size:2.6rem;
}
.btncontainerR .btnguide{
	margin-top:30px;
}
.btncontainerR a.btn,
input[type="submit"] {
  font-size: 1.8rem;
  padding: 1rem 4rem;
}
/* このような課題を抱えていませんか */
.box2{
	width: 100vw;
	height:auto;
	margin:0 auto;
	padding:100px 0 0;
	background-image: linear-gradient(0deg, #fff 30%,rgb(227, 227, 227)  100%);
}
.box2 ul{
	width:90%;
	max-width:1000px;
	margin:60px auto;
	padding:30px 5%;
	background-color: #fff;	
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	border-radius: 10px;	
}
.box2 ul li{
	margin:35px 0 35px 30px;
	position: relative;
	font-size:2rem;
	list-style:none;
}
.box2 ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 2.5rem;
    height: 1rem;
    border-left: 3px solid #1378FF;
    border-bottom: 3px solid #1378FF;
    top: 0.25rem;
    left: -4rem;
    transform: rotate(-45deg);
}
.kadai{
	margin:-100px auto 60px;
	width: 230px;
	height: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	text-arlign:center;
}
.ten{
	width: 15px;
	height: 15px;
	margin:5px auto;
	background-color:#1378FF;
	border-radius: 50%;	
}
.solution{
	width: 100vw;
	height:auto;
	margin:60px auto 0;
	padding:60px 0;
	background-color:#1378FF;
	border-radius: 60px 60px 0 0;	
}
.solution p{
	margin:30px;
	line-height:2;
	color:#fff;
	font-size:2.2rem;
	font-weight:bold;
	text-align:center;
}
.base{
	background-color:#FFF;
	color:#333;	
	font-size:3.4rem;
	padding:10px;
}
.container3{
	width:90%;
	max-width:1000px;
	margin:30px auto;
	display:flex;
}
.box2 .container3 .container3in {
	flex:1;
}
.box2 .container3 .container3in img{
	height:200px;
	width:auto;

}
/* なぜ必要か */
.box3{
	width:100%;
	max-width:1200px;
	margin:100px auto;
}
.box3 p{
	text-align:center;
}
.box3 h3{
	margin:60px auto 30px;
}

.box3 .container3in{
	width:33%;
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
	margin:5px;
	padding:50px 10px 30px;
}
.box3 .container3in h4{
	background: linear-gradient(0deg, #1378FF 10%,#5DE0E6  100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}
.box3 .container3in p{
	width:80%;
	margin:15px auto;
	text-align:left;
}
.box3 .container3in .effect{
	max-width:180px;
	margin:30px auto;
}
/* bmwinの強み */
.box4{
	width:100vw;
	margin:0 auto;
	padding:100px 0;
    	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
        url(../img/lp/strong.webp);
	background-size: cover;
	color:#fff;
}
.box4 h3{
	margin:60px auto 30px;
}
.box4 p{
	text-align:center;
}
.box4 .column{
	width:70%;
	max-width:1200px;
	margin:30px auto;
}
.box4 .columnIN{
	background-color:#FFF;
	display: flex;
	border-radius: 10px;
	margin:15px auto;
	padding:30px;
}
.box4 .column .columnIN .img {
	flex-shrink: 0;
}
.box4 .column .columnIN:nth-child(even) {
	flex-direction: row-reverse;
} 
.box4 .column .columnIN:nth-child(odd) .desc {
	padding-right: 20px;
} 
.box4 .column .columnIN:nth-child(even) .desc {
	padding-left: 20px;
}
.box4 .column .columnIN .desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.box4 .column .columnIN .desc p{
	text-align:left;
	color:#333;
}
.box4 .column .columnIN .desc .ttl{
	margin:15px 0;
	color:#1378FF;
	font-weight:bold;
	font-size:2.2rem;	
}
/* 約束 */
.box5 .balloon {
	width:700px;
	margin:30px auto 60px;
	position: relative;
	padding: 15px 30px;
  	background: rgb(22,73,142);
	border-radius: 10px;
	color:#FFF;
	text-align:center;
}
.box5 .balloon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 320px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(22,73,142);
  width: 0;
  height: 0;
}
.box5 dl{
	width:90%;
	max-width:1200px;
	margin:30px auto 100px;
	padding:10px 30px 60px;
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);	
}
.box5 dl dt{
	margin:60px 0 10px;
	color:rgb(22,73,142);
	font-weight:bold;
	font-size:2.2rem;
}
.box5 dl dt::before {
	content: url(../img/lp/alert.png);
	padding-right: 15px;
 }
 /* テーマ */
.box6{
	margin:0 auto;
	padding:100px 0;
	width: 100vw;
	background:  linear-gradient(to top, transparent 0%, transparent 70%, #fff 100%), url(../img/lp/6.png) center;	
	background-size: cover;
	background-repeat: no-repeat;
}
.box6 p{
	margin:60px auto 30px;
	text-align:center;
}
.box6 table{
	margin:30px auto;
	width:90%;
	max-width:1200px;
	border-spacing:0 20px;
	border-collapse: separate;
}
.box6 table tbody tr{
	margin:10px;
	width:100%;
}
.box6 table tbody tr th ,.box6 table tbody tr td{
	width:100%;
	display:block;
 	background-color:#fff;
	text-align:left;
 	border-right:1px solid #1378FF;
 	border-left:1px solid #1378FF;
 }
 .box6 table tbody tr th{
 	padding:30px 30px 5px 30px;
 	border-top:1px solid #1378FF;
	border-radius: 10px 10px 0 0;
	font-weight:bold;
	font-size:2rem;
}
 .box6 table tbody tr th .num{
  	border-right:1px solid #1378FF;
	color:#1378FF;
	margin-right:15px;
	padding-right:15px;
 }
 .box6 table tbody tr td{
  	padding:5px 30px 30px 30px;
 	border-bottom:1px solid #1378FF;
	border-radius: 0 0 10px 10px;
}
 .box6 .circle6 {
	max-width:  240px;/* 円のサイズ（高さにもなる） */
	border-radius: 100%;
	padding: 0 16px 16px 16px;
	background: linear-gradient(0deg, #1378FF 10%,#5DE0E6  100%); 
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	color:#FFF;
}
 .box6 .circle6::before {/* 擬似要素で正円を作る */
	display: block;
	content: '';
	padding-top: 100%;
}
.box6 .container{
	width:500px;
	height:240px;
	margin:30px auto;
	position: relative;
}
.box6 .containerL{
	position: absolute;
	right: 240px;
	z-index: 11;
}
.box6 .containerL img{
	width:182px;
	height:189px;
}
.box6 .containerR{
	position: absolute;
	right: 90px;
	z-index: 10;
}
 /* お客様の声 */	
.box7{
	margin:0 auto;
	padding:100px 0;
}
.box7 .container{
	width:90%;
	max-width:1200px;
	margin:30px auto;
	padding:30px;
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
}
.box7 .containerL ,.box7 .containerR{
	padding:15px;
}
.box7 .containerL h3{
	text-align:left;
	font-size:2rem;
}
.box7 .containerL h3 .blue{
	display:block;
	margin-bottom:15px;
}
.box7 .containerL img{
	margin:30px auto;
}
.box7 .containerR p{
	margin:15px 0;
	text-align:left;
	font-size:1.4rem;
}
 /* 代表メッセージ */
.box8{
	width:100vw;
	margin:0 auto;
	padding:100px 0;
	background-color: rgb(241, 248, 255);
}
.box8 .messagewrap{
	width:90%;
	max-width:1000px;
	margin:30px auto;
	padding:30px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}
.box8 .messagecontainer{
	display:flex;
}
.box8 .messagecontainerL{
	width:350px;
	padding-right:15px;
}
.box8 .messagecontainerL .name{
	margin:15px auto 5px;
	font-weight:bold;
	font-size:2rem;
}
.box8 .messagecontainerR{
	flex: 1;
	padding-left:15px;
}
.box8 .messagecontainerR h3{
	margin-bottom:30px;
	text-align:left;
	font-size:2rem;	
}
.box8 .messagecontainerR p{
	margin:15px 0;
}
.box8 .Profile{
	margin:30px auto;
}
.box8 .Profile h4{
	margin:30px 0;
	position: relative;
	padding: 0px 0px 0px 2em;
}
.box8 .Profile h4::before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(45deg);
    width: 1em;
    height: 1em;
    background-color: rgb(22,73,142);
    content: "";
}
.box8 .Profile p{
	margin:5px 0;
	font-size:1.6rem;
}
.box8 .bookjump{
	width:800px;
	margin:10px auto 50px;
	list-style:none;
	}
.box8 .bookjump li{
	margin:10px;
	display: inline-block;
	}
.box8 .bookjump li .bookimg{
	width:auto;
	height:200px;
	}
.box8 .bookjump li .bookimg2{
	width:auto;
	height:220px;
	}
@media print, screen and  (max-width: 900px) {
.box8 .bookjump{
	width:655px;
	}
.box8 .bookjump li .bookimg{
	height:150px;
	}
.box8 .bookjump li .bookimg2{
	height:170px;
	}
}
 /* コンサルティングまでの流れ */
.box9{
	width:90%;
	max-width:1000px;
	margin:60px auto;
}
.box9 .stepwrap{
	display:flex;
	margin:60px auto;
}
.box9 dl{
 	flex: 1;
	margin:10px;
	padding:30px 15px;
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
}
.box9 dl dt{
	font-size:2rem;
	text-align:center;
}
.box9 dl dt .circleimg{
	margin:15px auto;
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #FFF;
}
.box9 dl dt .circleimg img{
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width :80px;
	height:auto;
}
.box9 dl dd h3{
	margin:30px auto;
}
.box9 dl dd p{
	font-size:1.4rem;
	line-height:1.6;
	color:#000;
}
 /* FAQ */
.box10{
	width:100vw;
	padding:60px 0;
	background-color: rgb(241, 248, 255);
}
.faq {
	width:80%;
	max-width: 1000px;
	margin:60px auto;
	padding: 0 15px;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}
.faq .no-select, .faq h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.faq h3 {
  color: #1378FF;
  text-align: left;
  font-size:1.8rem;
  font-weight:bold;
  padding: 15px 15px 0;
  text-transform: none;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}
.faq p {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}
.faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}
.faq ul li + li {
  margin-top: 15px;
}
.faq ul li:last-of-type {
  padding-bottom: 0;
}
.faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
.faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #1378FF;
  width: 3px;
  height: 9px;
}
.faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
.faq ul li input[type=checkbox]:checked ~ h3 {
  color: #000;
}
.faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
.faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
 /* 事業・ブランドをゼロベースで見直し”流れ”を変え、売上をあげます。 */

.box11{
	width:100vw;
	margin:0 auto;
	padding:60px 0;
    	background: linear-gradient(rgba(143, 192, 249, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/lp/change.webp);
	background-size: cover;
}
.box11 h2{
	width:80%;
	max-width:650px;
	margin:60px auto;
	text-align:center;
	color:#fff;
}
.box11 .SignOff{
	width:90%;
	padding:30px 10%;
	max-width:1200px;
	margin:30px auto;
	display:flex;
	align-items: center;
	background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 10%,rgba(255, 255, 255, 1) 90%,rgba(255, 255, 255, 0) 100%);
}
.box11 .SignOff .SignOffL{
	flex:1;
	padding-right:15px;
}
.box11 .SignOff .SignOffL h3{
	margin:15px 0;
	text-align:left;
}
.box11 .SignOff .SignOffR {
	width:521px;
	height:345px;

}
/* まずは貴社の課題感をお聞かせください。 */
.box12{
	width:100vw;
	padding-bottom:60px;
	background-color: rgb(241, 248, 255);
}
.box12 .balloon {
	width:100vw;
	margin:0 auto 60px;
	position: relative;
	padding: 30px;
  	background:#ffa813;
	color:#FFF;
	text-align:center;
}
.box12 .balloon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #ffa813;
  width: 0;
  height: 0;
}
.box12 > p{
	width:70%;
	max-width:1000px;
	margin:60px auto;
}	
.box12 .contact{
	width:70%;
	max-width:1000px;
	margin:60px auto;
	padding:30px 0;
	background-color:#FFF;
	border-radius: 10px;
}
.box12 .contact h2{
	text-align:center;
	margin:30px auto;
}

/* 会社概要 */
.box13 {
	width:80%;
	max-width:1000px;
	margin:60px auto 150px;
}
.company{
	width: 700px;
	margin:60px auto;
}
.company th,.company td {
	text-align: inherit;
	text-justify: auto;
	line-height: 1.4;
}
.company td div {
	margin-left:0;
	background:url(../img/index/adress_pc.png) center center no-repeat;
	background-size:238px 87px;
	display:block;
	width:238px;
	height:87px;
}
.company .info_list {
	width: auto;
	border-collapse: collapse;
}
.company .info_list th {
	padding: 15px 30px 15px 0;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
	white-space: nowrap;
	 border-bottom:1px solid #f2f2f2;
}
.company .info_list td {
	padding: 15px 0 15px;
	vertical-align: bottom;
	word-break: break-all;
	line-height: 1.8;
	 border-bottom:1px solid #f2f2f2;
}
}
@media print, screen and (max-width: 768px){
.big{
	line-height:1.5;
	font-size:2.5rem;
	font-weight:bold;
}
h2{
	font-size:2.4rem;
}
h3{
	font-size:2rem;
}
.maker{
	font-size:1.8rem;
}

.fixedbtnArea { 
width:100vw;
background-color:#FFF;
position: fixed;
bottom: 0;
right: 0;
padding: 15px;
z-index: 20; /* 他の要素の下に隠れないように全面配置させます */
  text-align: center;
}

/*その他と主な共通部分は省略*/
.fixedbtnArea .btn--orange {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 15%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.fixedbtnArea a.btn--orange {
  color: #fff;
  background-color: #ffa813;
}
.fixedbtnArea a.btn--orange:hover {
  color: #fff;
  background: #eb6100;
}
.fixedbtnArea a.btn--radius {
   border-radius: 100vh;
}
.fixedbtnArea .btn-copy p {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}

.fixedbtnArea .btn-copy p:before {
  margin-right: 1rem;
  content: '＼';
}

.fixedbtnArea .btn-copy p:after {
  margin-left: 1rem;
  content: '／';
}


/*メインビジュアル*/
.mainvisual{
	margin:0 auto 0;
	width: 100vw;
	height:auto;
    	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/lp/main.webp);
    background-size: cover;
	position: relative;
	z-index: 21; /* 追従ボタン用 */
}

.mainvisual .container{
	width:85%;
	margin:0 auto;
	padding:60px 0;
}
.mainvisual .containerL {
	color:#fff;
}
.mainvisual p{
	line-height:1.5;	
}

h1 .letter{
	display:block;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	background-image: linear-gradient(135deg, #1378FF 10%,#5DE0E6  100%);
	font-size:1.8rem;
	text-align:center;
	line-height:1;
}		
.intro{
	margin:30px auto;
	font-size:2.5rem;
	}

.guidebook{
	margin:30px auto;
	background-color: #fff;
}
.guidebook_top{
	background-image: linear-gradient(135deg, #1378FF 10%,#5DE0E6  100%);
	padding:15px;
	text-align:center;
}

.guidebook_top h2{
	margin:0 10px;
	font-size:2.2rem;
	}

.guidebook_bottom {
	padding:15px;
}
.guidebook_offer{
	text-align:center;
}

.guidebook_bottom > p{
	color:#333;
}
.wrapper{
	margin:15px auto;
	display: flex;
}
.guidebook_bottom .mihon{
	flex: 1;
	height:auto;
}
.circle {
	display: inline-grid;
	color: #fff;
	background-color: #1378FF;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	align-content: center;
}

/*クライアント実績*/
.box1{
	width: 100vw;
	height:auto;
	margin:-30px auto;
	padding:200px 0 100px;
	background-color: rgb(241, 248, 255);
}
.box1 p{
	width: 80%;
	margin:30px auto;
	text-align:center;
	line-height:1.5;
}
.box1 h2{
	margin:30px auto 15px;
}
.brands {
	width:90%;
	max-width:1200px;
	margin:30px auto 50px;
	padding:30px 5px;
	display: flex;
	flex-wrap: wrap;
	background:#fff;
	border-radius: 10px;
	justify-content: center;
	list-style:none;
}
.brands__item img {
	margin:5px;
	width: 70px;
	height: 40.5px;
	object-fit: contain;
	mix-blend-mode: multiply;
}
/*ボタンエリア*/
.btnarea{
	width:100vw;
	background-image: linear-gradient(135deg, #1378FF 10%,#5DE0E6  100%);
	padding:60px 0;
	color:#fff;
	position: relative;
	z-index: 22; /* 追従ボタン用 */
}
.btnarea h2{
	font-size:2.2rem;
}
.btncontainer{
	width:90%;
	margin:30px auto;
}
.btncontainerL .mihon{
	margin:10px auto;
	width: 100%;
	max-width:350px;
	height: auto;
}
.btncontainerL , .btncontainerR{
	width:100%;
	margin:0 auto;
}

.btncontainerR p{
	margin:30px auto 0;
	text-align:center;
}
.btncontainerR p .big{
	font-size:2rem;
}
.btncontainerR .btnguide{
	margin-top:30px;
}
.btncenter{
	text-align:center;
}
.btncontainerR a.btn,
input[type="submit"] {
  font-size: 1.8rem;
  padding: 1rem 4rem;
 }

/* このような課題を抱えていませんか */
.box2{
	width: 100vw;
	height:auto;
	margin:0 auto;
	padding:100px 0 0;
	background-image: linear-gradient(0deg, #fff 30%,rgb(227, 227, 227)  100%);
}
.box2 ul{
	width:90%;
	max-width:1000px;
	margin:60px auto;
	padding:30px 5%;
	background-color: #fff;	
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	border-radius: 10px;
}
.box2 ul li{
	margin:20px 5% 20px 10%;
	position: relative;
	font-size:1.6rem;
}
.box2 ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: 1rem;
    border-left: 3px solid #1378FF;
    border-bottom: 3px solid #1378FF;
    top: 0.25rem;
    left: -3rem;
    transform: rotate(-45deg);
   
}
.kadai{
	margin:-100px auto 60px;
	width: 230px;
	height: auto;
	text-arlign:center;
}
.ten{
	width: 10px;
	height: 10px;
	margin:3px auto;
	background-color:#1378FF;
	border-radius: 50%;	
}
.box2 .solution{
	width: 100vw;
	height:auto;
	margin:40px auto 0;
	padding:30px 0;
	background-color:#1378FF;
	border-radius: 60px 60px 0 0;	
}
.box2 .solution p{
	margin:30px;
	line-height:2;
	color:#fff;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}
.box2 .solution .spbase{
	width:400px;
	margin:10px auto;
	background-color:#FFF;
	color:#333;	
	font-size:2.6rem;
	padding:10px;
}
.box2 .container3{
	width:90%;
	max-width:1000px;
	margin:30px auto;
	display:flex;
	align-items: stretch;
}
.box2 .container3 .container3in{
	flex:1;
}
.box2 .container3 .container3in img{
	height:120px;
	width:auto;
}
/* なぜ必要か */
.box3{
	width:100%;
	max-width:1200px;
	margin:100px auto;
}
.box3 h2 ,.box3 h3 ,.box3 p{
	width:80%;	
	text-align:center;
}
.box3 h2,.box3 p{
	margin:0 auto;
}
.box3 h3{
	margin:30px auto;
}
.box3 .container3{
	width:84%;
	margin:60px auto 30px;
}
.box3 .container3in{
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
	margin:15px;
	padding:50px 30px;
}
.box3 .container3in h4{
	background: linear-gradient(0deg, #1378FF 10%,#5DE0E6  100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}
.box3 .container3in p{
	margin:15px auto;
	text-align:left;
}
.box3 .container3in .effect{
	width:150px;
	margin:0 auto;
	text-align:center;
}
/* bmwinの強み */
.box4{
	width:100vw;
	margin:0 auto;
	padding:100px 0 60px;
    	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
        url(../img/lp/strong_sp.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	color:#fff;
}
.box4 h3{
	width:80%;
	margin:60px auto 30px;
}
.box4 p{
	width:80%;
	margin:15px auto;
	text-align:left;
}
.box4 .column{
	width:90%;
	max-width:1200px;
	margin:30px auto;
}
.box4 .columnIN{
	background-color:#FFF;
	border-radius: 10px;
	margin:15px auto;
	padding:30px;
}
.box4 .column .columnIN .desc {
	width: 100%;
}
.box4 .column .columnIN .desc p{
	width: 100%;
	text-align:left;
	color:#333;
}
.box4 .column .columnIN .desc .ttl{
	width: 100%;
	margin:15px 0;
	color:#1378FF;
	font-weight:bold;
	font-size:2rem;
}
/* 約束 */
.box5 .balloon {
	width:350px;
	margin:60px auto 30px;
	position: relative;
	padding: 15px 30px;
  	background: rgb(22,73,142);
	border-radius: 10px;
	color:#FFF;
	text-align:center;
}
.box5 .balloon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 160px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(22,73,142);
  width: 0;
  height: 0;
}
.box5 dl{
	width:90%;
	max-width:1200px;
	margin:30px auto 60px;
	padding:10px 30px 60px;
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);	
}
.box5 dl dt{
	margin:30px 0 10px;
	color:rgb(22,73,142);
	font-weight:bold;
	font-size:1.8rem;
}
.box5 dl dt::before {
	content: url(../img/lp/alert.png);
	padding-right: 15px;
 }
 /* テーマ */
.box6{
	margin:0 auto;
	padding:60px 0;
	width: 100vw;
	background:  linear-gradient(to top, transparent 0%, transparent 70%, #fff 100%), url(../img/lp/6.png) center;	
	background-size: cover;
	background-repeat: no-repeat;
}
.box6 p{
	width:80%;
	margin:60px auto 30px;
}
.box6 table{
	margin:30px auto;
	width:90%;
	max-width:1200px;
	border-spacing:0 20px;
	border-collapse: separate;
}
.box6 table tbody tr{
	margin:10px;
	width:100%;
}
.box6 table tbody tr th ,.box6 table tbody tr td{
	width:100%;
	display:block;
 	background-color:#fff;
	text-align:left;
 	border-right:2px solid #1378FF;
 	border-left:2px solid #1378FF;
 }
 .box6 table tbody tr th{
 	padding:30px 30px 5px 30px;
 	border-top:2px solid #1378FF;
	border-radius: 10px 10px 0 0;
	font-weight:bold;
	font-size:1.8rem;
}
 .box6 table tbody tr th .num{
  	border-right:2px solid #1378FF;
	color:#1378FF;
	margin-right:15px;
	padding-right:15px;
 }
 .box6 table tbody tr td{
  	padding:5px 30px 30px 30px;
 	border-bottom:2px solid #1378FF;
	border-radius: 0 0 10px 10px;
}
.box6 .container{
	width:100%;
	margin:30px auto;
	display: flex;
	flex-direction: column;
}
.box6 .containerL{
	order: 2;
	text-align:center;
	margin-top:-30px;
}
.box6 .containerL img{
	width:182px;
	height:189px;
}
.box6 .containerR{
	order: 1;
}
 .box6 .circle6 {
 	margin:0 auto;
	max-width:  240px;/* 円のサイズ（高さにもなる） */
	border-radius: 100%;
	padding: 0 16px 16px 16px;
	background: linear-gradient(0deg, #1378FF 10%,#5DE0E6  100%); 
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	color:#FFF;
}
 .box6 .circle6::before {/* 擬似要素で正円を作る */
	display: block;
	content: '';
	padding-top: 100%;
}
 .box6 .circle6 p{
 	text-align:center;
}
 /* お客様の声 */	
.box7{
	margin:0 auto;
	padding:100px 0;
}
.box7 .container{
	width:90%;
	max-width:1200px;
	margin:30px auto;
	padding:30px;
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
}
.box7 .containerL ,.box7 .containerR{
	padding:15px;
}
.box7 .containerL h3{
	text-align:left;
	font-size:2rem;
}
.box7 .containerL h3 .blue{
	display:block;
	margin-bottom:15px;
}
.box7 .containerL img{
	margin:30px auto;
}
.box7 .containerR p{
	margin:15px 0;
}
 /* 代表メッセージ */
.box8{
	width:100vw;
	margin:0 auto;
	padding:100px 0 60px;
	background-color: rgb(241, 248, 255);
}
.box8 .messagewrap{
	width:90%;
	max-width:1000px;
	margin:30px auto;
	padding:30px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}
.box8 .messagecontainer{
	width:100%;
	margin:30px auto;
}
.box8 .messagecontainerL{
	width:350px;
	margin:30px auto;
}
.box8 .messagecontainerL .name{
	margin:15px auto 5px;
	font-weight:bold;
	font-size:2rem;
}
.box8 .messagecontainerR{

}
.box8 .messagecontainerR h3{
	margin-bottom:30px;
	text-align:left;
	font-size:2rem;	
}
.box8 .messagecontainerR p{
	margin:15px 0;
}
.box8 .Profile{
	width:100%;
	margin:30px auto;
}
.box8 .Profile h4{
	margin:30px 0;
	position: relative;
	padding: 0px 0px 0px 2em;
}
.box8 .Profile h4::before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(45deg);
    width: 1em;
    height: 1em;
    background-color: rgb(22,73,142);
    content: "";
}
.box8 .Profile p{
	margin:15px 0;

}
.box8 .bookjump{
	width:360px;
	margin:10px auto 30px;
	list-style:none;
	}
.box8 .bookjump li{
	margin:0.5px;
	display: inline-block;
	}
.box8 .bookjump li .bookimg{
	width:auto;
	height:100px;
	}
.box8 .bookjump li .bookimg2{
	width:auto;
	height:108px;
	}
 /* コンサルティングまでの流れ */
.box9{
	width:90%;
	max-width:1000px;
	margin:60px auto;
}
.box9 .stepwrap{
	margin:60px auto;
}
.box9 dl{
	margin:10px;
	padding:30px 15px;
	background-color: rgb(241, 248, 255);
	border-radius: 10px;
}
.box9 dl dt{
	font-size:2rem;
	text-align:center;
}
.box9 dl dt .circleimg{
	margin:15px auto;
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #FFF;
}
.box9 dl dt .circleimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width :80px;
	height:auto;
}
.box9 dl dd h3{
	margin:30px auto;
}
 /* FAQ */
.box10{
	width:100vw;
	padding:60px 0;
	background-color: rgb(241, 248, 255);
}
.faq {
	width:90%;
	max-width: 1000px;
	margin:60px auto 30px;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}
.faq .no-select, .faq h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.faq h3 {
	width:95%;
  color: #1378FF;
  text-align: left;
  font-size:1.6rem;
  font-weight:bold;
  padding: 15px 15px 0;
  text-transform: none;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}
.faq p {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}
.faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}
.faq ul li + li {
  margin-top: 15px;
}
.faq ul li:last-of-type {
  padding-bottom: 0;
}
.faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
.faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #1378FF;
  width: 3px;
  height: 9px;
}
.faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
.faq ul li input[type=checkbox]:checked ~ h3 {
  color: #000;
}
.faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
.faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
 /* 事業・ブランドをゼロベースで見直し”流れ”を変え、売上をあげます。 */

.box11{
	width:100vw;
	margin:0 auto;
	padding:30px 0;
    	background: linear-gradient(rgba(143, 192, 249, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/lp/change.webp);
	background-size: cover;
}
.box11 h2{
	width:80%;
	max-width:650px;
	margin:30px auto;
	text-align:center;
	color:#fff;
}
.box11 .SignOff{
	width:90%;
	max-width:1200px;
	margin:30px auto;
	align-items: center;
	background:#FFF;
}
.box11 .SignOff .SignOffL{
	padding:15px 30px;
}
.box11 .SignOff .SignOffL h3{
	margin:15px 0;
	text-align:left;
}
.box11 .SignOff .SignOffR {
	width:521px;
	height:345px;

}
/* まずは貴社の課題感をお聞かせください。 */
.box12{
	width:100vw;
	background-color: rgb(241, 248, 255);
	padding-bottom:30px;
	position: relative;
	z-index: 22; /* 追従ボタン用 */
}
.box12 .balloon {
	width:100vw;
	margin:0 auto 60px;
	position: relative;
	padding: 30px;
  	background:#ffa813;
	color:#FFF;
	text-align:center;
}
.box12 .balloon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #ffa813;
  width: 0;
  height: 0;
}
.box12 > p{
	width:70%;
	max-width:1000px;
	margin:60px auto;
}	
.box12 .contact{
	width:90%;
	max-width:1000px;
	margin:60px auto;
	padding:30px 0;
	background-color:#FFF;
	border-radius: 10px;
}
.box12 .contact h2{
	text-align:center;
	margin:30px auto;
}
.contact {
	width:100%;
	margin:30px auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.contact table {
	border-collapse: collapse;
}
input[type="text"],
input[type="submit"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}
input[type="text"],
textarea {
	background: #f8f8f8;
	display: block;
	font-size: 16px;
	padding: 12px 15px;
	width: 100%;
	transition: 0.8s;
	border-radius: 0;
}
input[type="text"]:focus,
textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
	display: inline-block;
	width: 100%;
}
input::placeholder,
	textarea::placeholder {
	color: #ccc;
}
::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.form-table {
	width: 100%;
}
.form-table th,
.form-table td {
	margin: 0 auto;
	display: block;
	width: 90%;
}
.form-table th {
	padding: 20px 10px 0 30px;
	position: relative;
	text-align: left;
}
.form-table td{
	padding: 0 10px 0;
}
.form-table td label{
	margin: 0 5px 0;
}
.necessary{
	margin-left:5px;
	padding:3px 5px;
	background-color:#ff0000;
	color:#fff;
	font-size:12px;
}
a.btn,
input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  margin:0 auto;
  color: #fff;
  background-color: orange;
  border-radius: 100vh;
}

a.btn:hover,
input[type="submit"] {
  padding:10px;
}
.btncenter{
 margin:15px auto;
}

/* 会社概要 */
.box13 {
	width:100vw;
	margin:0 auto;
	padding:60px 0;
	background-color:#FFF;

}
.company{
	width: 80%;
	margin:60px auto;
}
.company th,.company td {
	text-align: inherit;
	text-justify: auto;
	line-height: 1.4;
}
.company td div {
	margin-left:0;
	background:url(../img/index/adress_pc.png) center center no-repeat;
	background-size:238px 87px;
	display:block;
	width:238px;
	height:87px;
}
.company .info_list {
	width: auto;
	border-collapse: collapse;
}
.company .info_list th {
	padding: 15px 30px 15px 0;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
	white-space: nowrap;
	 border-bottom:1px solid #f2f2f2;
}
.company .info_list td {
	padding: 15px 0 15px;
	vertical-align: bottom;
	word-break: break-all;
	line-height: 1.8;
	 border-bottom:1px solid #f2f2f2;
}
footer{
	width:100vw;
	height:auto;
	background-color:#FFF;
		/* 追従ボタン用 */
	position: absolute;
	z-index: 21;
}
	
}