@charset "UTF-8";
@media screen and (max-width: 767px) {
body {
	opacity: 0;
	background: transparent;
}

#mainVisual {
	background: url(../images/top/main_bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	min-width: 100%;
	height: 100dvh;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#mainVisual #mainVisualInner {
	position: relative;
	width: 100%;
	height: 100%;
}


section .heading02 {
	margin-bottom: 35px;
	padding: 10px 30px 0px 60px;
}



#intro {
  min-width: auto;
	background: url(../images/top/main_next_bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 140px 10px;
}

#introInner {
	width: 100%;
	margin: 0 auto;
}

#intro #introTxt {
	text-align: center;
}

#intro #introTxt p {
	font-size: 14px;
	color: #000000;
	margin-bottom: 40px;
	line-height: 2;
}

#intro #introTxt p:last-child {
	margin-bottom: 50px;
}


#circle01,
#circle02,
#circle05 {
	background: url(../images/top/circle_ye.png) no-repeat left top;
	background-size: 100% auto;
}

#circle03,
#circle04 {
	background: url(../images/top/circle_wh.png) no-repeat left top;
	background-size: 100% auto;
}


#works #worksInner {
	max-width: 1440px;
	margin: 0 auto;
}

#works #worksInner .listCol4 {
	padding-bottom: 30px;
}


.circle {
	/*opacity: 0;*/
	position: absolute;
}

#circle01 {
	top: 0;
	left: 0;
}

#circle02 {
	top: 0;
	right: 0;
}

#circle03 {
	bottom: 0;
	right: 0;
}

#circle04 {
	bottom: 0;
	left: 0;
}

#circle05 {
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

#mainVisual #mainTxt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -100px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
	font-size: 35px;
}

#mainVisual #mainTxt span {
	display: block;
	padding: 0 72px;
	opacity: 0;
	position: relative;
}

#mainVisual #mainTxt #mainTxtInner {
	position: relative;
}

#mainVisual #mainTxt #mainTxtInner:before {
	content: "";
	display: block;
	height: 1px;
	width: 0; /* max 305px */
	position: absolute;
	left: 64%;
	top: 130px;
	margin-left: -90px;
	transform: rotate(-45deg);
	transition: .7s;
	background: #ffcc00;
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}

#mainVisual #mainTxt #mainTxtInner:after {
	content: "";
	display: block;
	height: 1px;
	width: 0; /* max 185px */
	position: absolute;
	left: 60%;
  top: 80px;
	margin-left: -60px;
	transform: rotate(45deg);
	transition: .7s;
	background: #ffcc00;
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}

#mainVisual #mainTxt #mainTxtInner.lineSet:before {
	width: 100px;
}

#mainVisual #mainTxt #mainTxtInner.lineSet:after {
	width: 62px;
}

/*#mainVisual #mainTxt #mainTxtInner span.line {
	padding: 0;
	position: absolute;
	border: 1px solid #ffcc00;
	height: 0;
}

#mainVisual #mainTxt #mainTxtInner span.line#line01 {
	opacity: 1;
	width: 0;
	left: 50%;
	top: 65px;
	margin-left: -152px;
	transform: rotate(-45deg);
}

#mainVisual #mainTxt #mainTxtInner span.line#line02 {
	opacity: 1;
	width: 0;
	left: 50%;
	top: 75px;
	margin-left: -92px;
	transform: rotate(45deg);
}*/

#mainVisual #mainTxt span:first-child {
	padding-left: 55px;
  padding-right: 50px;
  padding-bottom: 30px;
}

/*#mainVisual #mainTxt span:first-child:after {
	content: "";
	display: block;
	height: 1px;
	width: 305px;
	position: absolute;
	right: -165px;
	top: 65px;
	transform: rotate(-45deg);
	transition: width .4s;
	background: #ffcc00;
}*/

#mainVisual #mainTxt span:last-child {
	padding-right: 0;
  padding-left: 0;
  padding-top: 50px;
}

/*#mainVisual #mainTxt span:last-child:after {
	content: "";
	display: block;
	height: 1px;
	width: 185px;
	position: absolute;
	left: -87px;
	top: 75px;
	transform: rotate(45deg);
	transition: width .4s;
	background: #ffcc00;
}*/

#mainVisual #caption {
	position: absolute;
	top: 68%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 2;
	opacity: 0;
}

#sclDown {
	position: fixed;
	left: 50%;
	bottom: 20px;
	width: 25px;
	margin-left: -17px;
	z-index: 10000;
}




/*
service
－－－－－－－*/

.bg_wht {
	background: #ffffff;
}
.right_wht {
	position: relative;
	z-index: 0;
}
.right_wht:after {
	content: "";
	position: absolute;
	top: 0;
	right: -300%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.bg_yel {
	background: #FFCC00;
}
.left_yel {
	position: relative;
	z-index: 0;
}
.left_yel:after {
	content: "";
	position: absolute;
	top: 0;
	left: -300%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #FFCC00;
}


.btnArrow {
  width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.btnArrow ul li  {
	width: 30px;
  margin: 0 auto;
  margin-right: 0;
}

.btnArrow ul li a {
	display: block;
	position: relative;
}

.btnArrow ul li a:after {
	content: "";
	display: block;
	width: 20px;
  height: 8px;
	background: url(../images/common/ico_arrow_l_gy.png) no-repeat right top;
	background-size: 100%;
	transition: .3s;
	right: 10px;
	position: relative;
}

.btnArrow ul li a:hover:after {
  right: 0px;
}


#service #serviceInner {
	max-width: 100%;
	margin: 0 auto;
}

/*Web Marketing*/

#service #serviceInner .contsBox01 {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}

#service #serviceInner .contsBox01 h3 {
	margin-top: -15px;
  margin-left: 10px;
  z-index: 1;
  position: absolute;
}

#service #serviceInner .serviceImgBox01 {
	padding: 20px 0 40px;
  display: flex;
  justify-content: center;
}

#service #serviceInner .serviceNum {
	font-size: 42px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -2px;
  color: #ffffff;
  margin-left: -50px;
}

#service #serviceInner .serviceImg {
	width: 125px;
	margin-top: 15px;
	margin-left: 0;
}

.serviceTxt01 {
	width: 90%;
	float: none;
	/* margin-top: 0px; */
	background: #FFFFFF;
	padding: 20px;
	position: relative;
	margin: 0 auto;
	top: -20px;
}

.serviceTxtHeading {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

.serviceTxt01 .slider-container ul{
	/* display: flex;
	flex-wrap: nowrap;*/
	overflow: hidden;
	width: 100%;
}
.serviceTxt01 .slider-container ul li{
}

.serviceTxt01 .slider-container ul li p{
	font-size: 14px;
}

/* Arrow YE */
 .serviceTxt01 .slider-button-prev{
	content: "";
	display: block;
  width: 8px;
  height: 25px;
  background: url(../images/common/ico_arrow_slide_prev_ye.png) no-repeat right top;
  background-size: 8px 20px;
  transition: .3s;
  position: absolute;
  left: 33%;
  bottom: 0;
}
.serviceTxt01 .slider-button-next{
	content: "";
	display: block;
	width: 8px;
	height: 25px;
	background: url(../images/common/ico_arrow_slide_next_ye.png) no-repeat right top;
	background-size: 8px 20px;
	transition: .3s;
	position: absolute;
	right: 37%;
	bottom: 0;
}

.serviceTxt01 .Count-yeFont {
	color: #FFCC00;
	font-size: 12px;
  text-align: center;
	margin-bottom: 5px;
	font-style: italic;
}

/*Web Production*/

#service #serviceInner .contsBox02 {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 0;
}

#service #serviceInner .contsBox02 h3 {
	margin-top: -15px;
	z-index: 1;
	position: absolute;
	left: 10px;
}

#service #serviceInner .contsBoxInner02 {

}

#service #serviceInner .serviceImgBox02 {
	padding: 20px 0 40px;
	display: flex;
	justify-content: center;
}

#service #serviceInner .serviceNum02 {
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -2px;
	color: #ffffff;
	margin-left: -50px;
}

#service #serviceInner .serviceImg02 {
	width: 125px;
  margin-top: 15px;
  margin-left: 0;
}

.serviceTxt02 {
	width: 90%;
  float: none;
  margin: 0 auto;
  background: #FFCC00;
  padding: 20px;
  position: relative;
}



.serviceTxt02 .slider-container02 ul{
	/* display: flex;
	flex-wrap: nowrap;*/
	overflow: hidden;
	width: 100%;
}
.serviceTxt02 .slider-container02 ul li{

}
.serviceTxt02 .slider-container02 ul li p{
	font-size: 14px;
}

/* Arrow WH */
 .serviceTxt02 .slider-button-prev{
	 content: "";
	 display: block;
	 width: 8px;
	 height: 25px;
	 background: url(../images/common/ico_arrow_slide_prev_wh.png) no-repeat right top;
	 background-size: 8px 20px;
	 transition: .3s;
	 position: absolute;
	 left: 33%;
	 bottom: 0;
}
.serviceTxt02 .slider-button-next{
	content: "";
	display: block;
	width: 8px;
	height: 25px;
	background: url(../images/common/ico_arrow_slide_next_wh.png) no-repeat right top;
	background-size: 8px 20px;
	transition: .3s;
	position: absolute;
	right: 37%;
	bottom: 0;
}

.serviceTxt02 .Count-whFont {
	color: #FFFFFF;
	font-size: 12px;
  text-align: center;
	margin-bottom: 5px;
	font-style: italic;
}

}
