.wrap {
  overflow: hidden;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
  padding: 20px 25px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  header {
    position: absolute;
    height: 14.6666666667vw;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2vw 2vw;
  }
}
header .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .header-logo .header-logo__link--01 {
  width: 93px;
}
@media screen and (max-width: 767px) {
  header .header-logo .header-logo__link--01 {
    width: 16.9333333333vw;
  }
}
header .header-logo .header-logo__link--01 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
header .header-logo .header-logo__link--02 {
  width: 182px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  header .header-logo .header-logo__link--02 {
    width: 24.2666666667vw;
    margin-left: 2vw;
  }
}
header .header-txtarea {
  width: calc(100% - 730px);
  padding: 0 20px;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  header .header-txtarea {
    display: none;
  }
}
header .header-txtarea p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 0.9em;
}
header .header-linklist .header-linklist__item .header-linklist__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 200px;
  height: 60px;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffffff;
  border-radius: 6px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  header .header-linklist .header-linklist__item .header-linklist__btn {
    height: 10.6666666667vw;
    padding: 1.3333333333vw;
    border-radius: 0.8vw;
  }
}
header .header-linklist .header-linklist__item .header-linklist__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 24px;
  height: 27px;
  margin: auto 0;
  background: url(../images/header/ico.png) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  header .header-linklist .header-linklist__item .header-linklist__btn::before {
    left: 1.3333333333vw;
    width: 3.7333333333vw;
    height: 4.1333333333vw;
  }
}
header .header-linklist .header-linklist__item .header-linklist__btn--01 {
  padding-left: 50px;
  font-size: 20px;
  background-color: #ff27ff;
}
@media screen and (max-width: 767px) {
  header .header-linklist .header-linklist__item .header-linklist__btn--01 {
    width: 25.0666666667vw;
    padding-left: 6vw;
    font-size: 2.9333333333vw;
  }
}

h2 {
  font-size: 4em;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 0px 27.84px #00deff;
  margin: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }
}

.sec_top {
  overflow: hidden;
}
.sec_top .con_img {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .sec_top .con_img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sec_top .con_img {
    display: none;
  }
}
.sec_top .con_img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10vw;
  left: -100%;
  right: -100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 75%;
  background: url(../images/lp/line_01.png) center top/cover no-repeat;
}
.sec_top .con_img img {
  width: 100%;
}
.sec_top .con_img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_top .con_img_sp {
    display: block;
    text-align: center;
    margin: 110px auto 35px;
    width: 100%;
  }
}

.sec_info .con_info {
  width: 700px;
  text-align: center;
  margin: -40px auto;
}
@media screen and (max-width: 767px) {
  .sec_info .con_info {
    display: block;
    text-align: center;
    margin: -35px auto;
    width: 90%;
  }
}
.sec_info .con_info img {
  width: 100%;
}

.con_movie {
  text-align: center;
  margin: 0 auto;
}
.con_movie .lcl-movie {
  display: block;
  position: relative;
  z-index: 10;
  outline: none;
  width: 640px;
  margin: 120px auto 100px;
}
@media screen and (max-width: 767px) {
  .con_movie .lcl-movie {
    width: 90%;
  }
}

.sec_main {
  margin-top: 30px;
  position: relative;
}
.sec_main .con_main {
  width: 800px;
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .sec_main .con_main {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sec_main .con_main {
    display: none;
  }
}
.sec_main .con_main img {
  width: 100%;
}
.sec_main .con_main_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_main .con_main_sp {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
  }
}
.sec_main .w1000 {
  width: 1000px;
}
@media screen and (max-width: 1024px) {
  .sec_main .w1000 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sec_main .w1000 {
    display: none;
  }
}
.sec_main .w100p {
  width: 100%;
}

.sec_common {
  margin-top: 30px;
  position: relative;
}
.sec_common .con_common {
  width: 800px;
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 800px) {
  .sec_common .con_common {
    width: 90%;
  }
}
.sec_common .con_common img {
  width: 100%;
}
.sec_common .w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .sec_common .w1000 {
    width: 90%;
  }
}
.sec_common .w100p {
  width: 100%;
}

.sec_biz {
  padding: 30px 0;
  background-color: #1e2633;
  text-align: center;
}
.sec_biz .con_main {
  width: 1000px;
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .sec_biz .con_main {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sec_biz .con_main {
    display: none;
  }
}
.sec_biz .con_main img {
  width: 100%;
}
.sec_biz .con_main_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_biz .con_main_sp {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sec_biz {
    padding: 10px 0;
  }
}

.bg_line::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15vw;
  left: -100%;
  right: -100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 75%;
  background: url(../images/lp/before_01.png) center top/cover no-repeat;
}

.lcl-owner {
  position: relative;
  z-index: 2;
  width: 1000px;
  margin: 100px auto 50px;
  background-color: #000000;
}
@media screen and (max-width: 1024px) {
  .lcl-owner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .lcl-owner {
    margin: 50px auto;
  }
}
.lcl-owner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: #3decf5;
  background: linear-gradient(to bottom, #3decf5 0%, #17dcfa 38%, #0076e9 73%, #0076e9 73%, #0076e9 84%, #139aed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3decf5", endColorstr="#139aed",GradientType=0 );
}
.lcl-owner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3decf5;
  background: linear-gradient(to left, #3decf5 0%, #17dcfa 38%, #0076e9 73%, #0076e9 73%, #0076e9 84%, #139aed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#139aed", endColorstr="#3decf5",GradientType=0 );
}
.lcl-owner .lcl-owner-cnt__in {
  width: 100%;
  position: relative;
  padding: 100px 60px 32px;
}
@media screen and (max-width: 767px) {
  .lcl-owner .lcl-owner-cnt__in {
    padding: 70px 30px 30px;
  }
}
@media screen and (max-width: 420px) {
  .lcl-owner .lcl-owner-cnt__in {
    padding: 50px 30px 30px;
  }
}
.lcl-owner .lcl-owner-cnt__in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3decf5;
  background: linear-gradient(to right, #3decf5 0%, #17dcfa 38%, #0076e9 73%, #0076e9 73%, #0076e9 84%, #139aed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3decf5", endColorstr="#139aed",GradientType=0 );
}
.lcl-owner .lcl-owner-cnt__in::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5px;
  background: #3decf5;
  background: linear-gradient(to top, #3decf5 0%, #17dcfa 38%, #0076e9 73%, #0076e9 73%, #0076e9 84%, #139aed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#139aed", endColorstr="#3decf5",GradientType=0 );
}
.lcl-owner .lcl-owner-cnt__in .lcl-owner-cnt__ttl {
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .lcl-owner .lcl-owner-cnt__in .lcl-owner-cnt__ttl {
    width: 40%;
    top: -70px;
  }
}
@media screen and (max-width: 670px) {
  .lcl-owner .lcl-owner-cnt__in .lcl-owner-cnt__ttl {
    width: 40%;
    top: -36px;
  }
}
.lcl-owner .lcl-owner-cnt__in .lcl-owner-list01 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lcl-owner .lcl-owner-cnt__in .lcl-owner-list01 {
    display: block;
  }
}
.lcl-owner .lcl-owner-cnt__in .lcl-owner-list01 .lcl-owner-list01__item {
  width: calc((100% - 60px) * 0.5);
    margin: 0 auto;}
@media screen and (max-width: 767px) {
  .lcl-owner .lcl-owner-cnt__in .lcl-owner-list01 .lcl-owner-list01__item {
    width: 95%;
    margin: 20px auto;
  }
}
.lcl-owner .lcl-owner-cnt__in .lcl-owner-list01 .lcl-owner-list01__item2 {
  width: calc((100% - 60px) * 0.33);
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-owner .lcl-owner-cnt__in .lcl-owner-list01 .lcl-owner-list01__item2 {
    width: 95%;
    margin: 20px auto;
  }
}

.lcl-owner__line {
  position: relative;
}
.lcl-owner__line::before {
  content: "";
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  width: 100%;
  max-width: 1700px;
  margin: auto;
  padding-top: 40%;
}

.lcl-function-box {
  position: relative;
}
.lcl-function-box .lcl-function-line {
  position: absolute;
  z-index: -3;
  width: 100%;
  max-width: 1800px;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lcl-function-box .lcl-function-line--01 {
  top: 728px;
  padding-top: 44.4%;
  background: url(../images/lp/line_03.png) center/contain no-repeat;
}
.lcl-function-box .lcl-function-line--02 {
  top: 1520px;
  padding-top: 50.4%;
  background: url(../images/lp/line_04.png) center/contain no-repeat;
}
.lcl-function-box .lcl-function-line--03 {
  top: 2520px;
  padding-top: 50.4%;
  background: url(../images/lp/line_05.png) center/contain no-repeat;
}
.lcl-function-box .lcl-function-line--04 {
  top: 3420px;
  padding-top: 50.4%;
  background: url(../images/lp/line_06.png) center/contain no-repeat;
}
.lcl-function-box .lcl-function-line--05 {
  top: 4520px;
  padding-top: 50.4%;
  background: url(../images/lp/line_05.png) center/contain no-repeat;
}

.lcl-owner__ttl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  padding: 60px 0 60px;
  background: url(../images/lp/bg_01.jpg) center repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .lcl-owner__ttl02 {
    padding: 40px 0 30px;
  }
}
.lcl-owner__ttl02 img {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .lcl-owner__ttl02 img {
    width: 90%;
  }
}
.lcl-owner__ttl02::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  width: 137px;
  height: 68px;
  margin: 0 auto;
  background: url(../images/lp/shape_01.png) center top/cover no-repeat;
}

.lcl-owner__ttl03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding: 20px 0;
  background: url(../images/lp/bg_01.jpg) center repeat;
  background-size: 100%;
}
.lcl-owner__ttl03 img {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .lcl-owner__ttl03 img {
    width: 90%;
  }
}
.lcl-owner__ttl03::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  width: 137px;
  height: 68px;
  margin: 0 auto;
  background: url(../images/lp/shape_01.png) center top/cover no-repeat;
}

.con_fun {
  width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .con_fun {
    margin: 30px auto 0;
    width: 90%;
  }
}

.sec_case {
	margin: 200px auto 80px auto ;
}

.sec_case_pc .con_img {
	width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.sec_case_pc.self_1, .sec_case_pc.self_2 {
	position: relative ;
}
.sec_case_pc.self_1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -32vw;
  left: -100%;
  right: -100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 75%;
  background: url(../images/lp/case_bg_01.png) center top/cover no-repeat;
}

.sec_case_pc.self_2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -32vw;
  left: -100%;
  right: -100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 75%;
  background: url(../images/lp/case_bg_02.png) center top/cover no-repeat;
}


.youtube_box {
	width: 100% ;
	margin: 20px auto 100px auto ;
	display: flex ;
	justify-content: center ;
	flex-wrap: wrap ;
}

.youtube_box li {
	width: 48% ;
	margin: auto ;
}
.youtube_box_sp li {
	width: 98% ;
	margin:20px auto 0 auto ;
	text-align: center ;
}




@media screen and (max-width: 767px) {
.sec_case {
	margin: 80px auto ;
}
	.sec_case_pc {
    display: none;
  }
}

.sec_case_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_case_sp {
    margin: 0 auto;
    display: block;
  }
}






.con_qa_pc {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .con_qa_pc {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .con_qa_pc {
    display: none;
  }
}

.con_qa_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .con_qa_sp {
    margin: 0 auto;
    display: block;
  }
}

.sec_com {
  text-align: center;
  margin-top: 40px;
}
.sec_com .lcl-gel__ttl {
  font-size: 3em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 27.84px #00deff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_com .lcl-gel__ttl {
    font-size: 1.5em;
  }
}
.sec_com .con_com_pc {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec_com .con_com_pc {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .sec_com .con_com_pc {
    display: none;
  }
}
.sec_com .con_com_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_com .con_com_sp {
    margin: 0 auto 100px;
    display: block;
    text-align: center;
  }
}
.sec_com .sme_gel_con {
  margin-top: 50px;
}

#sme_gel {
  text-align: center;
  margin-top: 40px;
}
#sme_gel .lcl-gel__ttl {
  font-size: 3em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 27.84px #00deff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #sme_gel .lcl-gel__ttl {
    font-size: 1.5em;
  }
}
#sme_gel .con_com_pc {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #sme_gel .con_com_pc {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #sme_gel .con_com_pc {
    display: none;
  }
}
#sme_gel .con_com_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #sme_gel .con_com_sp {
    margin: 0 auto 100px;
    display: block;
    text-align: center;
  }
}
#sme_gel .sme_gel_con {
  margin-top: 50px;
}

.lcl-bnr {
  text-align: center;
  width: 100%;
}
.lcl-bnr .lcl-bnr__in {
  text-align: center;
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lcl-bnr .lcl-bnr__in {
    width: 90%;
  }
}

.con_spec {
  padding: 40px 0;
}

#footer {
  width: 100%;
  background: #3f3a34;
	margin-top: 50px ;
  padding: 20px;
}


#footer .footer__copy {
	font-size: 12px;
	line-height: 1;
	width: 100%;
	padding: 15px 0 20px;
	text-align: center;
	color: #fff
}
@media screen and (max-width: 767px) {
	#footer .footer__copy {
		padding: 2.4vw 0 3.3333333333vw;
		font-size: 2.6666666667vw;
		line-height: 1
	}
}	




/**/
.lcl-gel-cnt {
	width: 1000px;
	margin: 50px auto 0
}
@media screen and (max-width: 767px) {
	.lcl-gel-cnt {
		width: 100%;
		margin-top: 5.3333333333vw;
		padding-bottom: 5.3333333333vw
	}
}
.lcl-gel-cnt__txtarea {
	margin-top: 30px;
	padding: 0 50px
}
@media screen and (max-width: 767px) {
	.lcl-gel-cnt__txtarea {
		margin-top: 4vw;
		padding: 0
	}
}
.lcl-gel-cnt__txt {
	font-size: 18px;
	line-height: 32px;
	color: #fff ;
}
@media screen and (max-width: 767px) {
	 .lcl-gel-cnt__txt {
		font-size: 3.7333333333vw;
		padding: 0 5.3333333333vw;
		line-height: 6.1333333333vw;
	}
}

.lcl-with {
	position: relative;
	z-index: 2;
	margin-top: 60px
}
@media screen and (max-width: 767px) {
	.lcl-with {
		margin-top: 14.6666666667vw;
		padding: 0 5.3333333333vw
	}
}
.lcl-with .lcl-with__ttl01 {
	position: relative;
	z-index: 1;
	width: 835px;
	margin: 0 auto
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with__ttl01 {
		width: 90.4vw
	}
}
.lcl-with .lcl-with__ttl01::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -220px;
	left: -100%;
	right: -100%;
	margin: 0 auto;
	width: 2015px;
	height: 1096px;
	background: url(../images/with/before_01.png) center/cover no-repeat
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with__ttl01::before {
		width: 100vw;
		height: 146.1333333333vw;
		top: 0;
		left: -5.3333333333vw;
		right: 0;
		background: url(../images/sp/with/before_01.png) no-repeat 0 0/contain
	}
}


.lcl-with .lcl-with__txt {
	position: relative;
	z-index: 1;
	width: 760px;
	margin: 0 auto
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with__txt {
		width: 82.6666666667vw
	}
}
.lcl-with .lcl-with__ttl02 {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 30px auto 0
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with__ttl02 {
		width: 84.8vw;
		margin-top: 5.3333333333vw;
		margin-bottom: -5.3333333333vw
	}
}
.lcl-with .lcl-with__ttl02::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -220px;
	left: -100%;
	right: -100%;
	margin: 0 auto;
	width: 2015px;
	height: 1096px;
	background: url(../img/with/before_02.png) center/cover no-repeat
}
.lcl-with .lcl-with-cnt {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 50px auto 0
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-cnt {
		width: 100%;
		margin-top: 5.3333333333vw;
		padding-bottom: 5.3333333333vw
	}
}
@media screen and (min-width: 768px) {
	.lcl-with .lcl-with-cnt.lcl-with-cnt--half {
		display: flex;

		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between ;
	}
	.lcl-with .lcl-with-cnt.lcl-with-cnt--half .lcl-with-cnt__img {
		width: 450px
	}
	.lcl-with .lcl-with-cnt.lcl-with-cnt--half .lcl-with-cnt__txtarea {
		width: 500px;
		margin-top: 0;
		padding: 0
	}
	.lcl-with .lcl-with-cnt.lcl-with-cnt--half .lcl-with-cnt__ttl {
		text-align: left ;
				color: #fff;
	}
	.lcl-with .lcl-with-cnt.lcl-with-cnt--half .lcl-with-cnt__ttl::after {
		right: auto
	}
	.lcl-with .lcl-with-cnt.lcl-with-cnt--rev {
		flex-direction: row-reverse
	}
}
.lcl-with .lcl-with-cnt__txtarea {
	margin-top: 30px;
	padding: 0 50px
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-cnt__txtarea {
		margin-top: 4vw;
		padding: 0
	}
}
.lcl-with .lcl-with-cnt__ttl {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #fff ;
	letter-spacing: 0.025em;
	text-shadow: 0 0 30px #00deff;
	line-height: 1.3
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-cnt__ttl {
		margin-bottom: 4vw;
		padding-bottom: 2.6666666667vw;
		font-size: 6.1333333333vw ;

	}
}
.lcl-with .lcl-with-cnt__ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 380px;
	height: 2px;
	margin: 0 auto;
	background: url(../images/with/ttl_line.png) center/cover no-repeat
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-cnt__ttl::after {
		width: 73.3333333333vw;
		height: .5333333333vw;
		background: url(../images/sp/with/ttl_line.png) center/cover no-repeat
	}
}
.lcl-with .lcl-with-cnt-ttl__sub {
	font-size: 30px;
	display: block
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-cnt-ttl__sub {
		font-size: 4.8vw;
		padding-bottom: .6666666667vw
	}
}
.lcl-with .lcl-with-cnt__txt {
	font-size: 18px;
	line-height: 32px;
	color: #fff ;
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-cnt__txt {
		font-size: 3.7333333333vw;
		line-height: 6.1333333333vw
	}
}
.lcl-with .lcl-with-fukidashi {
	position: relative;
	width: 1000px;
	margin: 15px auto 0;
	border: 3px solid #f2f1f1;
	padding: 20px 50px 30px;
	text-align: center
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-fukidashi {
		width: 100%;
		padding: 2.6666666667vw 4vw;
		margin: 5.3333333333vw 0 0
	}
}
.lcl-with .lcl-with-fukidashi::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 20px 47px 0 20px;
	border-color: #f2f1f1 transparent transparent transparent;
	border-style: solid;
	position: absolute;
	transform: rotate(-45deg);
	top: -27px;
	left: 0;
	right: 0;
	margin: 0 auto
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-fukidashi::after {
		border-width: 4vw 8vw 0 4vw;
		top: -5.3333333333vw
	}
}
.lcl-with .lcl-with-fukidashi__ttl {
	text-shadow: 0px 0px 27.84px #00deff;
	font-weight: bold;
	font-size: 24px;
	color: #fff ;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 0.025em
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-fukidashi__ttl {
		text-shadow: 0px 0px 3.6vw #00deff;
		font-size: 5.3333333333vw;
		line-height: 1.5;
		margin-bottom: 2.6666666667vw
	}
}
.lcl-with .lcl-with-fukidashi__txt {
	font-size: 13px;
	color: #fff ;
	line-height: 22px;
	text-align: left
}
@media screen and (max-width: 767px) {
	.lcl-with .lcl-with-fukidashi__txt {
		font-size: 3.4666666667vw;
		line-height: 5.3333333333vw
	}
}


