
.mb100 {
	margin-bottom: 100px;
}

.mb120 {
	margin-bottom: 120px;
}

.mb180 {
	margin-bottom: 180px;
}

.mb300 {
	margin-bottom: 300px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px 30px 15px 30px;
}

.mt20 {
	margin-top: 20px;
}

@media (max-width: 768px){

.mb100 {
	margin-bottom: 60px;
}

.mb120 {
	margin-bottom: 80px;
}

.mb180 {
	margin-bottom: 60px;
}

.mb300 {
	margin-bottom: 60px;
}


.mt20 {
	margin-top: 0;
}
}

a:link,a:visited {
	text-decoration:underline;
	overflow:hidden;
	color:#ea5504;
}

a:hover {
	text-decoration:none;
	color:#111;
}

ul {
	list-style-type:none;
}

.big {
	font-size: 1.15em !important;
}

.big01 {
	font-size: 1.15em !important;
}

.big02 {
	font-size: 1.3em !important;
}

.big03 {
	font-size: 1.5em !important;
}

.big04 {
	font-size: 1.6em !important;
}

.big05 {
	font-size: 1.7em !important;
}

.big06 {
	font-size: 1.9em !important;
    line-height: 1.5;
}

.big06b {
	font-size: 2.4em !important;
}

.big07 {
	font-size: 2.4em !important;
    line-height: 1.5;
}

.big08 {
	font-size: 3em !important;
}

@media (max-width: 768px){
.big,.big01 {
	font-size: 1.1em !important;
}

.big02 {
	font-size: 1.2em !important;
}

.big03 {
	font-size: 1.3em !important;
}

.big04 {
	font-size: 1.3em !important;
}

.big05 {
	font-size: 1.4em !important;
}

.big06 {
	font-size: 1.4em !important;
}

.big06b {
	font-size: 1.5em !important;
}

.big07 {
	font-size: 1.6em !important;
}

.big08 {
	font-size: 2em !important;
}
}

.small {
	font-size:0.9em !important;
}

@media (max-width: 768px){
.small_sp {
	font-size:0.9em;
}
}

.bold {
	font-weight: bold;
}

.bold a {
	font-weight: bold !important;
}

/*.red {
	color: #d7485c !important;
}*/

.white {
    color: #fff !important;
}

.white a:hover,.white:hover {
    color: #fff !important;
}

.orange {
    color: #ff5000 !important;
}

.yellow {
    color: #f8f008 !important;
}


.marker {
    background:-webkit-linear-gradient(transparent 60%, #e1ff30 60%);
 
}

/*切り替えのスタイル*/

@media (min-width: 768px){
.sp {
	display: none;
}
}

@media (max-width: 768px){
.pc {
	display: none;
}

.sp {
	width: 100%;
}
}

/*box*/

.box1080 {
	clear: both;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box1080b {
	clear: both;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.box1020 {
	clear: both;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box950 {
	clear: both;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box880 {
	clear: both;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.box850 {
	clear: both;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.box780 {
	clear: both;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

.box720 {
	clear: both;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.box580 {
	clear: both;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	margin: 0 auto;
}

@media (max-width: 768px){
.box1120,.box1020,.box950 {
	padding-left:0 ;
	padding-right:0 ;
}
.box580 {
	max-width: 768px;
}
}

/*base*/
.base01 {
	clear: both;
	width: 100%;
}

@media (max-width: 768px){
.base01 {
	padding-left: 30px;
	padding-right: 30px;
    box-sizing: border-box;
}
}

/*button*/
.button01 a {
    min-width: 500px;
    padding: 20px 45px;
    color: #fff;
    background: #ff5000;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 50px;
}

@media (max-width: 768px){
.button01 a {
    min-width: 200px;
    padding: 20px 40px;
}
}


/*fadein
***************************************/
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;	
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*scale*/
.scale {
	overflow: hidden;
}
 
.scale img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.scale img:hover {
	webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*youtubeのスタイル*/
.youtube01 {
    position: relative;
    width: 100%;
    padding: 54.3% 0 0 0;
}

.youtube01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*flex*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
}

.flex01,.flex03 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	/*-webkit-box-pack:justify;
	-ms-flex-pack:justify;*/
	justify-content:space-between;
	align-content: space-between;
}

.flex02 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex04{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: reverse;
    -webkit-flex-wrap: reverse;
	flex-wrap : wrap-reverse;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex05 {
	display:flex;
	flex-wrap : wrap;
}

.flex_center02 {
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px){
.flex03 {
	flex-direction: column-reverse;
}
}

/*title*/
.title01 {
    font-size: 3em;
    background: linear-gradient( to right,  rgba(246,135,4,1) 0%, rgba(234,53,4,1) 100% );
  -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}

.title02 img {
    max-width: 575px;
}

@media (max-width: 768px){
.title01 {
    font-size: 2em;
}

.title02 {
    font-size: 1.6em;
}
}

.lp-title-img {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.lp-title-img02 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px){
.lp-title-img {
    width: 100%;
    max-width: 768px;
    margin-left: 0;
    margin-right: 0;
}
.lp-title-img02 {
    width: 90%;
    max-width: 768px;
    margin-left: 5%;
    margin-right: 5%;
}
}

.line-bottom {
    border-bottom: 1px solid #ea5504;
}


.sns_mv_title {
    width: 100%;
    padding: 140px 0 140px 20px;
    position: relative;
    z-index: 1;
}

.sns_mv_title h2 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.5;
}

.sns_mv_title h3 {
    font-size: 1.1em;
    font-weight: 700;
}

.sns_mv_img,.pr_mv_img,.recruitment_mv_img,.marketing_mv_img  {
    width:50%;
}

.sns_mv_img img {
    max-width: 510px;
}

.pr_mv_img img {
    max-width: 485px;
}

.recruitment_mv_img img {
    max-width: 420px;
}

.marketing_mv_img img {
    max-width: 620px;
}

.sns_bt01 a {
    padding: 15px 45px;
    color: #fff;
    background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    border: 3px solid #fff;
    border-radius: 50px;
}

.sns_bt02 a {
    min-width: 460px;
    padding: 15px 45px;
    color: #fff;
    background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 50px;
}

.team_cta_tel {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.team_cta_tel_left {
    margin-right: 20px;
    padding: 15px 10px 15px 40px;
    background: url("../images/team/cta_tel.png") no-repeat 10px 10px #f5f7fa;
    background-size: 24px 35px;
}

.sns_cta_box02 {
    margin-top: -90px;
    padding: 170px 0 80px 0;
    background:url("../images/cta_bg.webp") no-repeat center;
    background-size: cover;
    position: relative;
}

.honda02 {
    position: absolute;
    top:-250px;
    right: 20px;
    z-index: 0;
}

.honda02 img {
    max-width: 180px;
}

@media (max-width: 1180px){
.sns_mv_img,.pr_mv_img,.recruitment_mv_img,.marketing_mv_img  {
    width:55%;
    margin-right: -100px !important;
}

.marketing_mv_img img {
    max-width: 620px;
    text-arign:right;
}
}

@media (max-width: 768px){
.honda02 {
    display: none;
}
}

.honda03 {
    position: absolute;
    bottom:-80px;
    right: 0;
    z-index: 1;
}

.honda03 img {
    max-width: 240px;
}

@media (max-width: 768px){
.honda03 {
    display: none;
}
}

.white_box,.white_box02 {
    padding: 20px;
    background: #fff !important;
    position: relative;
    z-index: 1;
}

.orange_box {
    padding: 50px 60px;
    background: #ff5000;
    color: #fff;
}

.sns_title_bg {
    margin-bottom: 40px;
}

.sns_title01 {
    margin-top: -100px;
}

.sns_title01 img {
    max-width: 600px;
}

.sns_no {
    display: block;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}

.sns_img01 {
    width: 40%;
}

.sns_txt01 {
    width: 56%;
}

.pro_box {
    width: 31%;
    background: #fff;
    /*display: flex;
    flex-direction: column;*/
}

.pro_box h3 {
    padding: 15px;
    background: #00af96;
    line-height: 1.4;
    /*flex-grow: 1;*/
}

.pro_icon {
    width: 22%;
}

.pro_name {
    width: 73%;
}

.pro_txt {
    font-size: 0.9em;
}

.sns_flow_box {
    width: 18%;
}

.sns_flow_icon {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.sns_flow_txt {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.sns_flow_arrow {
    margin-top: 170px;
    background-color: #ff5000;
    width: 18px;
    height: 21px;
    /*margin-left: 5.7%;*/
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    /*clip-path: polygon(0 0, 100% 0%, 50% 100%);*/
}

#sns_contact,#contact_area {
    background: rgb(246,135,4);
    background: -webkit-linear-gradient(left, rgba(246,135,4,1) 0%, rgba(234,53,4,1) 100%);
    background: -o-linear-gradient(left, rgba(246,135,4,1) 0%, rgba(234,53,4,1) 100%);
    background: linear-gradient(to right, rgba(246,135,4,1) 0%, rgba(234,53,4,1) 100%);
}

@media (max-width: 980px){
.sns_mv_img img {
    max-width: 400px;
}

.pr_mv_img img {
    max-width: 380px;
}

.recruitment_mv_img img {
    max-width: 350px;
}

.sns_mv_title {
    padding: 80px 0 140px 20px;
}
}

@media (max-width: 768px){
.pro_box {
    width: 100%;
}

.pro_icon {
    width: 20%;
}

.pro_name {
    width: 100%;
    text-align: center;
}

.pro_txt {
    font-size: 1em;
}

#header_sns .box1080 {
    padding-left: 0;
	padding-right: 0;
}

.sns_mv {
   background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
}

.lp_logo {
    position: absolute;
    top: 15px;
    left: 20px;
}

.lp_logo img {
    max-width:120px; 
}

.sns_mv_title {
    width: 100%;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    /*background: #ff5000;*/
    background:url("../images/sns_outsourcing_kv_bg.webp") no-repeat bottom center;
    background-size:cover;
}

.sns_mv_title h2 {
    font-size: 6vw;
    text-align: center;
}

.sns_mv_title h3 {
    font-size: 4vw;
    text-align: center;
}

.sns_mv_img,.pr_mv_img,.recruitment_mv_img {
    width: 70%;
    margin: 0 auto;
    position: static;
    padding-top: 60px;
}

.sns_bt01,.sns_bt02 {
    text-align: center;
}

.sns_bt01 a {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.3em;
}


.sns_bt02 a {
    width: 100%;
    min-width: 200px;
    padding: 15px 20px;
    font-size: 1.3em;
}


.sns_cta_box02 {
    margin-top: -40px;
    padding: 80px 0 40px 0;
    background:url("../images/cta_bg.webp") no-repeat center;
    background-size: cover;
}

.white_box {
    padding: 20px;
}

.white_box02 {
    padding: 20px 10px;
}

.orange_box {
    padding: 30px;
}

.sns_title_bg {
    margin-bottom: 20px;
}

.sns_title01 {
    margin-top: -60px;
}

.sns_title01 img {
    max-width: 480px;
}

.sns_no {
    font-size: 1.3em;
}

.sns_img01 {
    width: 100%;
    margin-bottom: 20px;
}

.sns_txt01 {
    width: 100%;
}

.pro_icon {
    width: 30%;
    margin: 0 auto 20px auto;
}

.pro_txt {
    width: 100%;
}

.sns_flow_box {
    width: 100%;
}

.sns_flow_icon {
    width: 40%;
    margin: 0 30% 20px 30%;
}

.sns_flow_txt {
    width: 100%;
    padding: 5px 0 20px 0;
}

.sns_flow_txt h3 {
    text-align: center;
}

.sns_flow_arrow {
    margin: 0  auto 20px auto;
}

.sns_flow_arrow {
    margin: 0  auto 20px auto;
    width: 21px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
}





.honda_img {
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translate(-50%, 0);
}

.honda_img img {
    margin-left: 35vw;
    max-width: 610px;
}

#spLinkBlockInPc {
    display:none;
}

.lp-logo {
    position: absolute;
    top: 20px;
    left: 10px;
}

.lp-logo img {
    max-width:180px; 
}

.mv-title {
    width: 80%;
    padding: 130px 0 100px 0;
}

.mv-title img {
    max-width: 860px;
}

.mv_team_ec {
    width: 70%;
    padding: 130px 0 100px 0;
}

.mv_team_ec h2 {
    font-size: 1.7em;
    font-weight: 700;
}

.mv_team_ec h2 strong {
    font-size: 1.2em;
    color: #ff5000;
    font-weight: 700;
}

@media (max-width: 1180px){
.mv_team_ec h2 {
    font-size: 1.5em;
}
}

@media (max-width: 980px){
.mv_team_ec h2 {
    font-size: 1.2em;
}
}

.special {
    width: 70%;
    padding: 25px 0;
}

.special_left {
    width: 55%;
}

.special_right {
    width: 40%;
}

@media (max-width: 768px){
.lp-logo {
    left: 20px;
}

.lp-logo img {
    max-width:120px; 
}

.special {
    width: 100%;
    padding: 30px 0 20px 0;;
}

.special_left {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
}

.special_right {
    width: 100%;
}
}

.button_header {
    position:absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.button_header p a {
    padding: 5px 40px;
    color: #fff;
    background: #ea5504;
    display: inline-block;
    border-radius: 30px;
    font-size: 1em;
    box-sizing: border-box;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.button_header p a:hover {
    text-decoration: none;
}

@media (max-width: 768px){
.button_header p a {
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 0.85em;
}
}

/*lp_cta*/
.lp_cta {
    padding: 30px;
    background: #ea5504;
    color: #fff;
}

.lp_cta p strong a {
    color: #fff;
}

.lp_cta_box {
}

.lp_cta_left {
    width: 50%;
    padding: 0 35px;
    flex: 1;
    position: relative;
}

.lp_cta_left:after {
    /*margin: 0 1rem;*/
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
}

.lp_cta_right {
    width: 50%;
    padding: 0 35px;
    flex: 1;
}

.cta_bt01 a {
    width: 100%;
    padding: 10px 20px;
    color: #ea5504;
    text-decoration: none;
    background: #fff;
    font-weight: 600;
    font-size: 1.6em;
    border-radius: 40px;
    text-align: center;
    display: block;
    border: solid 2px #ea5504;
	outline: solid 2px #fff;
	outline-offset: 1px; 
}

.cta_bt02 a {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: #222;
    font-weight: 600;
    font-size: 1.6em;
    border-radius: 40px;
    text-align: center;
    display: block;
    border: solid 2px #ea5504;
	outline: solid 2px #222;
	outline-offset: 1px; 
}

.button_youtube a {
    min-width: 270px;
    padding: 5px 10px;
    color: #fff;
    background: #ea5504;
    display: inline-block;
    border-radius: 30px;
    font-size: 1.2em;
    box-sizing: border-box;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.button_youtube a:hover {
    text-decoration: none;
}

@media (max-width: 768px){
.lp_cta {
    padding:20px 0;
}

.lp_cta_left {
    width: 50%;
    padding: 0 20px;
}

.lp_cta_right {
    width: 50%;
    padding: 0 20px;
}

.cta_bt01 a {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.1em;
    border-radius: 10px;
    border: none;
    outline:none;
    outline-offset: 0px;
}

.cta_bt02 a {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.1em;
    border-radius: 10px;
    border: none;
    outline:none;
    outline-offset: 0px;
}

.button_youtube a {
    min-width: 270px;
    padding: 5px 10px;
    color: #fff;
    background: #ea5504;
    display: inline-block;
    border-radius: 30px;
    font-size: 1.2em;
    box-sizing: border-box;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.button_youtube a:hover {
    text-decoration: none;
}
}

.section01 {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.section02 {
    padding-top: 70px;
    padding-bottom: 20px;
}

.section03 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.section04 {
    padding-top: 130px;
    position: relative;
}

.section05 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section06 {
    padding-bottom: 60px;
    position: relative;
}

@media (max-width: 768px){
.section01 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.section04 {
    padding-top: 40px;
}

.section05 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section06 {
    padding-bottom: 40px;
    position: relative;
}
}
/*back*/
.black_bg {
    background: #222;
    color: #fff;
}

.gray_bg {
    background: #ecf7f6;
}

.green_bg {
    background: #ecf7f6;
}

.orange_bg {
    background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
}

/*kigyou*/
.kigyou02 {
    padding: 15px;
    background: rgb(253,227,206);
    background: linear-gradient(315deg, rgba(253,227,206,1) 0%, rgba(253,213,193,1) 100%);
}

.kigyou03,.kigyou04 {
    padding: 15px;
    background:#fff;
}

.kigyou02 img,.kigyou03 img {
    max-width: 150px;
    margin: 0 10px;
    background: #fff;
}

.slide_btn {
    width: 100%;
    height: 55px; /* 画像の高さ */
    background-image:url("../images/slide_btn.webp");
    background-repeat: repeat-x;
    background-size: auto 55px; /* 画像の高さ */
    /*animation: loop 20s linear infinite;*/
    animation: loop 22s linear infinite;
}
@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0; /* 画像のマイナス幅 */
    }
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 30s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 14);
  margin-right: 10px;
}
.d-demo__item > img{
   width: 100%;
   max-width: 150px;
   background: #fff;
}

@media (max-width: 1120px){
.d-demo__list--left{
animation :infinity-scroll-left 20s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 8);
  margin-right: 10px;
}
}

@media (max-width: 768px){
.d-demo__item {
  width: calc(100vw / 4);
}
}


/*list*/
.lp_list01 {
    width: 31.5%;
    padding: 20px;
    border: 2px solid #ea5504;
    background: #fff;
    color: #111;
}

.lp_list01_img {
    width: 30%;
    margin-top: -100px;
}

@media (max-width: 768px){
.lp_list01 {
    width: 100%;
    margin-bottom: 60px;
}

.lp_list01:last-of-type {
    margin-bottom: 0;
}
}

.lp_list02 {
    padding: 45px 0;
    border-bottom: 1px solid #111;
}

.lp_list02:last-of-type {
    border-bottom: none;
}

.lp_list02 dt {
    width: 35%;
}

.lp_list02 dd {
    width: 60%;
}

@media (max-width: 768px){
.lp_list02 {
    padding: 20px 0;
}

.lp_list02 p {
    font-size: 0.9em;
}

.lp_list02 dt {
    width: 100%;
    margin: 0 0 20px 0;
}

.lp_list02 dd {
    width: 100%;
}
}

.lp_list03 dt {
    width: 45%;
}

.lp_list03 dd {
    width: 50%;
}

@media (max-width: 768px){
.lp_list03 dt {
    width: 100%;
    margin: 0 0 20px 0;
}

.lp_list03 dd {
    width: 100%;
}
}

.lp_list04 {
    width: 18%;
}

.lp_list04 dt {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

@media (max-width: 768px){
.lp_list04 {
    width: 100%;
    margin-bottom: 40px;
}

.lp_list04:last-of-type {
    margin-bottom: 0;
}

.lp_list04 dt {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

.lp_list04 p {
    font-size: 1em !important;
}
}

/*jirei*/
.jirei-logo {
    max-width: 110px;
    margin-right: 20px;
}

.jirei-txt {
    font-size: 0.9em;
}

@media (max-width: 768px){
.jirei-txt {
    margin-top: 5px;
    font-size: 0.8em;
}
}


@media (max-width: 980px){
.logo_bg01,.logo_bg02 {
    display: none;
}
}

/*form*/
#contact {
    padding-bottom: 80px;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

.err {
    color: #DC515A;
}

.inquiry {
}
@media(max-width:3000px){
.inquiry th,.inquiry td {
    display:block!important;
    width:100%!important;
    border-top:none!important;
    -webkit-box-sizing:border-box!important;
    -moz-box-sizing:border-box!important;
    box-sizing:border-box!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
    font-size:0.8em;
}
/*見出し欄*/
.inquiry th{
    text-align:left;
    width:100%;
    padding: 0 0 10px 0 !important;
    border:none;
    font-weight: 600;
}
/*通常欄*/
.inquiry td{
    padding: 0 0 30px 0 !important;
    border:none;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
    border:none;
}

/*必須の調整*/
.haveto{
    font-size:0.8px;
    padding:5px;
    background:#ff9393;
    color:#fff;
    border-radius:3px;
    margin-left:10px;
    position:relative;
    bottom:1px;
}
/*任意の調整*/
.any{
    font-size:0.8px;
    padding:5px;
    background:#93c9ff;
    color:#fff;
    border-radius:3px;
    margin-left:10px;
    position:relative;
    bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
.form_submit {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
#formbtn{
    width: 100%;
    display:inline-block;
    padding:20px 40px;
    margin-top:40px;
    margin-bottom: 5px;
    background:#ff5000;
    color:#fff;
    font-size:1.1em;
    font-weight:600;	 
    border-radius:50px;
    border: none;
    cursor: pointer;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#111;
 color:#fff;
}

/*wpcf7装飾*/
.wpcf7 h3 {
    text-align: center;
    font-size: 1.2em !important;
    margin-bottom: 40px;
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="checkbox"]:focus,.wpcf7 input[type="tel"]:focus {
  outline: solid 2px #CA6639;
}

::placeholder {
  color:#999;
  font-size: 1em !important;
}

/*checkbox装飾*/
.wpcf7 input[type=checkbox]{
    margin-right: 10px;
    margin-bottom: 10px;
    transform: scale(1.6);
    cursor: pointer;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    background:#f4f4f4;
    position: relative;
    top: 1px;
}

.wpcf7-list-item-label {
}

/*inputx装飾*/
.wpcf7 input[type="text"],.wpcf7 [type="email"],.wpcf7 [type="tel"] {
    width: 100%;
	padding: 15px 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    box-sizing: border-box;
    font-size: 16px;
}

.wpcf7 span.input01 {
    width: 48%;
    display: block;
}

/*textarea装飾*/
.wpcf7 textarea {
    width: 100%;
    height: 100px;
	padding: 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    appearance:none;
    -webkit-appearance:none;
    box-sizing: border-box;
}

/*SPでのform調整*/
@media (max-width: 768px){
.wpcf7 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box !important;
}

.inquiry {
    box-sizing: border-box !important;
}

.form_submit {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
}

.seminar_right .form_submit {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

::placeholder {
  font-size: 16px !important;
}

.wpcf7 input,.wpcf7 textarea {
    font-size: 16px !important;
}

.wpcf7 span.input01 {
    width: 100%;
}

.wpcf7 span.input01:first-of-type {
    margin-bottom: 10px;
}

}}

/*footer-cta*/
#footer-cta-top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.footer-cta {
    width: 100%;
    padding: 30px 0 25px 0;
    background: #ff5000;
}

.tooltip {
    position: absolute;
    top: -25px;
    left:40px;
    z-index: 1;
}

.tooltip img {
    max-width: 70px;
}

/*.footer-cta ul li {
    width: 33%;
    line-height: 1.4;
    font-size: 0.9em;
}*/

.footer-cta ul li {
    width: 48%;
    line-height: 1.4;
    font-size: 0.9em;
}

.footer-cta .button01 a,.footer-cta .button02 a {
    width: 95%;
    min-width: 320px;
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    color: #ff5000;
    display: block;
    text-decoration: none;
    text-align: center;
}

/*.footer-cta .button01 a,.footer-cta .button02 a {
    width: 90%;
    min-width: 320px;
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    color: #ea5504;
    display: block;
    text-decoration: none;
    text-align: center;
}*/

.footer-cta .button02 a {
    background: #222;
    color: #fff;
}

@media (max-width: 1120px){
.footer-cta ul li.pc {
    display: none;
}

.footer-cta ul li{
    width: 100%;
    margin:0;
}

/*.footer-cta ul li:nth-child(1) {
    width: 48%;
    margin-right: 2%;
}

.footer-cta ul li:nth-child(2) {
    width: 48%;
    margin-left: 2%;
}*/

.footer-cta .button01 a,.footer-cta .button02 a {
    min-width: 100px;
    width: 100%;
    padding: 20px;
    font-size: 1em;
}
}


@media (max-width: 768px){
.tooltip {
    position: absolute;
    top: -15px;
    left:10px;
    z-index: 1;
}

.tooltip img {
    max-width: 55px;
}

.footer-cta {
    padding: 10px 0;
}

.footer-cta .button01 a,.footer-cta .button02 a {
    padding: 13px 10px 10px 10px;
    font-size: 1em;
}

}

/*404*/
#not404 {
    padding: 300px 20px 600px 20px;
}

@media (max-width: 768px){
#not404 {
    padding: 200px 0;
}
}

.indent01 {
    padding-left: 1em;
    text-indent:-1em;
}

.indent02 {
    padding-left: 2em;
    text-indent:-1em;
}

.indent03 {
    padding-left: 3em;
    text-indent:-1em;
}


.shadow {
    -moz-box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
}

/*top mainvisual*/
.marketing_mv {
    clear: both;
	width: 100%;
	margin: 0;
    margin-bottom: 40px;
	position: relative;
    background: #ecf7f6;
}

.marketing_mv .lp_logo img {
    max-width:135px; 
}

.marketing_mv_txt {
    width: 45%;
    padding: 60px 0 1px 0;
    position: relative;
    z-index: 1;
}

.marketing_mv_txt h2 img {
    max-width: 560px;
}

.marketing_mv_txt h3 {
    font-size: 1.2em;
}

.marketing_bt01 a,.marketing_bt02 a {
    min-width: 300px;
    padding: 15px 60px;
    color: #fff;
    background: rgb(255,80,0);
    background:linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
    background-size:100%;
    background-repeat: no-repeat;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 50px;
    line-height: 1.4;
}

.marketing_bt01 a span {
    display: block;
    font-size: 0.8em;
}

.marketing_bt02 a {
    background: #fff;
    color: #ff5000;
}

.marketing_taxi {
    max-width: 290px;
}

.marketing_taxi02 {
    max-width: 290px;
    position: absolute;
    bottom:35px;
    right: 45px;
}

.marketing_campaign {
    margin-bottom: 30px;
}

.marketing_campaign img {
    max-width: 440px;
}

@media (max-width: 1180px){
.marketing_mv_txt {
    width: 45%;
    padding-left: 20px;
}

.marketing_bt01 a,.marketing_bt02 a {
    font-size:1.1em;
}
}

@media (max-width: 768px){
.marketing_mv {
	width: 100%;
	max-width: 768px;
    margin-bottom: 25px;
}

.marketing_mv .lp_logo img {
    max-width:120px; 
}

.marketing_mv_txt {
    width: 100%;
    padding: 0px 20px 80px 20px;
}
.marketing_mv_txt h2 {
}
.marketing_mv_txt h2 img {
    width: 90%;
    max-width: 768px;
}

.marketing_mv_txt h3 {
    font-size: 1.05em;
}

.marketing_bt01 a,.marketing_bt02 a {
    width: 100%;
    min-width: 100px;
    padding: 15px 40px;
    font-size: 1.15em;
    border-radius: 100px;
}

.marketing_campaign_txt {
    margin-top: -20px;
}

.marketing_taxi {
    width: 70%;
    max-width: 768px;
}

.marketing_taxi02 {
    width: 70%;
    max-width: 768px;
    position:static;
    margin-top: -20px;
}

.marketing_mv_cta {
    padding:30px;
}

.marketing_campaign {
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: -60px;
}

.marketing_campaign img {
    width: 85%;
    max-width: 768px;
}
}

/*cta*/
.cta_icon img {
    max-width: 80px;
}

/*media_img*/
.media_img {
    width: 48%;
}

@media (max-width: 768px){
.media_img {
    width: 100%;
    margin-bottom: 20px;
}
}

a.box_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.kadai_left {
    width: 50%;
}

.kadai_left02 {
    width: 45%;
}

.kadai_right,.kadai_right02 {
    width: 50%;
}

.kadai_right,.kadai_right02 {
    width: 50%;
}

.kadai_list li {
    padding: 5px 0 5px 60px;
    background: url("../images/marketing/marketing_check_icon.png") no-repeat left center;
    background-size: 46px;
}

.marketing_title01 img {
    max-width: 570px;
}

.marketing_tuyomi {
    position: relative;
}

.marketing_txt01 {
    width: 50%;
    padding-top: 60px;
}

.marketing_img01 {
    width: 90%;
    position: absolute;
    top: 0;
    right: -45%;
}

.marketing_img01_left {
    width: 80%;
    position: absolute;
    top: 0;
    left: -40%;
}

.marketing_img01_right {
    width: 80%;
    position: absolute;
    top: 0;
    right: -35%;
}

.marketing_cta {
    padding: 80px 20px 0 20px;
}

.marketing_title02 img {
    max-width: 930px;
}

.marketing_box {
    width: 31%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    flex-direction:column;
}
.marketing_box .p30 {
    flex-grow: 1;
}

.marketing_graph01 img {
    width: 80%;
}

.marketing_down {
}

.marketing_down img {
    max-width: 50px;
}

.marketing_box_txt {
    border-top: 1px solid #999;
    border-radius: 0 0 5px 5px;
}

.marketing_box_txt_bg01 {
    padding: 20px 10px 20px 120px;
    background: url("../images/top/marketing_graph_img01.png") no-repeat bottom left #ecf7f6;
    background-size:  30%;
}

.marketing_box_txt_bg02 {
    padding: 20px 10px 20px 120px;
    background: url("../images/top/marketing_graph_img02.png") no-repeat bottom left #ecf7f6;
    background-size:  30%;
}

.marketing_box_txt_bg03 {
    padding: 20px 10px 20px 120px;
    background: url("../images/top/marketing_graph_img03.png") no-repeat bottom left #ecf7f6;
    background-size:  30%;
}

.article_block01,.article_block02 {
    width: 48.2%;
    margin-bottom: 40px;
    background: #fff;
    -moz-box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 30px -8px rgba(0, 0, 0, 0.14);
    position: relative;
}

.article_block02 {
    width: 31%;
}

.article_txt {
    padding: 30px;
}

.article_block01 .article_txt h3 {
    font-size: 1.4em;
    flex-grow: 1;
}

.article_block02 .article_txt h3 {
    font-size: 1.15em;
}

.media_box {
    padding: 30px;
    background: #fff;
    border: 1px solid #999;
}

.scene_box {
    width: 31%;
    margin-bottom: 50px;
}

.scene_icon {
    width: 50%;
    margin: 0 25% 20px 25%;
}

.heading {
    align-items: center;
    display: flex;
    font-size: 1.2em;
    font-weight: bold;
}

.heading strong {
    padding-left: 5px;
    font-size: 1.5em;
    font-weight: bold;
}

.heading::before,
.heading::after {
    background-color: #ff5000;
    content: "";
    height: 2px;
    width: 30px;
}
.heading::before {
    margin-right: 10px;
    transform: rotate(60deg);
}
.heading::after {
    margin-left: 10px;
    transform: rotate(-60deg);
}

@media (max-width: 768px){
.kadai_left {
    width: 100%;
}

.kadai_left02 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.kadai_right {
    width: 100%;
}

.kadai_right02 {
    width: 100%;
}

.marketing_title01 img {
    max-width: 768px;
}

.marketing_txt01 {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 20px;
}

.marketing_img01 {
    width: 148%;
    max-width: none;
    position: static;
    margin-right: -200px;
}

.marketing_img01_left {
    width: 130%;
    max-width: none;
    position: static;
    margin-left: -200px;
}

.marketing_img01_right {
    width: 130%;
    max-width: none;
    position: static;
    margin-right: -200px;
}

.marketing_cta {
    padding: 60px 0;
}

.marketing_title02 img {
    max-width: 768px;
}

.marketing_box {
    width: 100%;
}

.marketing_box_txt_bg01,.marketing_box_txt_bg02,.marketing_box_txt_bg03 {
    padding: 20px 15px 0 15px;
    background-image: none;
    text-align: center;
}

.marketing_box p.sp {
    margin-top: 10px;
}

.article_block01,.article_block02 {
    width: 100%;
}

.article_block02 {
    width: 100%;
    padding: 0;
}

.article_txt {
    padding: 20px;
}

.article_block01 .article_txt h3 {
    font-size: 1.2em;
}

.article_block02 .article_txt h3 {
    font-size: 1.2em;
}

.media_box {
    padding: 20px;
    background: #fff;
    border: 2px solid #ff5000;
}

.scene_box {
    width: 48%;
    margin-bottom: 50px;
}

.scene_icon {
    width: 60%;
    margin: 0 30% 20px 30%;
}
}

.assign_box {
    width: 18%;
    padding: 20px 10px;
    background: #ff5000;
}

.assign_box_title {
    font-size: 1.05em;
}

.assign_arrow {
    max-width: 2%;
    padding: 0 5px;
}

@media (max-width: 768px){
.assign_box {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px 10px;
}

.assign_box_title {
    font-size: 1.2em;
}

.assign_arrow {
    width: 15%;
    margin: 15px 42.5%;
    max-width: 768px;
    padding: 0 5px;
}
}

/*campaign*/
#campaign {
    width: 100%;
    padding: 50px 20px 60px 20px;
    background: rgb(255,82,0);
    background: linear-gradient(90deg, rgba(255,82,0,1) 0%, rgba(255,144,42,1) 100%);
}

.campaign_base {
    clear: both;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.campaign_txt {
    
}

.campaign_txt_left {
    width: 50%;
    margin-bottom: 30px;
}

.campaign_txt_left h2 {
    font-size: 2.6em;
    font-weight: bold;
}

.campaign_txt_right {
    width: 45%;
    margin-bottom: 30px;
}

.campaign_txt_right h3 {
    font-size: 1.4em;
    font-weight: bold;
}

.campaign_txt_right p {
    font-size: 1.1em;
    font-weight: bold;
}

.campaign_box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

.campaign_title {
    padding: 25px;
}

.campaign_title_left {
    width: 48%;
    padding: 20px;
    background: #ecf7f6;
    border-radius: 10px;
}

.campaign_title_right {
    width: 48%;
    padding: 20px;
    border-radius: 10px;
}

.campaign_title h3 {
    color: #ff5000;
    font-size: 2.4em;
    text-align: center;
    font-weight: bold;
}

.campaign_title h3 span {
    display: block;
    font-size: 0.6em;
    text-align: center;
    font-weight: bold;
}

.campaign_title_bottom {
    border-top: 1px solid #ddd;
    padding: 15px 20px 10px 20px;
}
.campaign_title_bottom_left {
    margin-right: 30px;
}

.campaign_title_bottom_left p {
    padding: 3px 20px;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 20px;
    font-weight: bold;
}

.campaign_title_bottom_right {
    font-weight: bold;
}

.campaign_cyuu {
    padding: 0 20px 15px 20px;
    font-size: 0.9em;
}

@media (max-width: 880px){
#campaign {
    padding: 30px;
}

.campaign_txt_left {
    width: 100%;
    margin-bottom: 20px;
}

.campaign_txt_left h2 {
    font-size: 1.8em;
}

.campaign_txt_right {
    width: 100%;
}

.campaign_txt_right h3 {
    font-size: 1.2em;
}

.campaign_txt_right p {
    font-size: 1em;
}

.campaign_title {
    padding: 20px;
}

.campaign_title_left {
    width: 100%;
    padding: 10px;
}

.campaign_title_right {
    width: 100%;
    padding: 20px 10px 0 10px;
}

.campaign_title h3 {
    font-size: 2em;
}

.campaign_title h3 span {
    font-size: 0.6em;
}

.campaign_title_bottom_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}

.campaign_title_bottom_left p {
    margin: 0 auto;
}
}

/*top*/
.kigyou_title {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.top_bg01 {
    padding: 30px 20px;
    background: url("../images/top/top_bg01.webp") no-repeat;
    background-size: cover;
    text-align: center;
}

.top_bg01 p {
    max-width: 700px;
    margin: 0 auto;
}

.top_padding {
    padding-top: 70px;
}

.black_sq {
    width: 100%;
    min-height: 380px;
    background: #1b1b1b;
    position: absolute;
    top: 0;
    left:0;
}

.top_cta01 {
    padding: 60px 80px;
    background:url("../images/top/top_bg02.webp") no-repeat;
    background-size: cover;
}

.top_cta02 {
    width: 100%;
    padding: 40px 20px;
    background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
}

.top_cta03 {
    width: 100%;
    padding: 40px 20px;
    background: #ecf7f6;
}

.top_btn_list {
    width: 31%;
}

@media (max-width: 1000px){
.main-top02 {
    padding-top: 35px;
}
}

@media (max-width: 768px){
.main-top02 {
    /*padding-top: 180px;*/
}

.marketing_mv_txt {
    padding: 150px 30px 0 30px;
}

.marketing_mv_txt h2 {
    margin-top: 100px;
}

.top_bg01 p {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.top_cta01 {
    padding: 20px;
    background:url("../images/top/top_bg02.webp") no-repeat right;
    background-size: cover;
}

.top_cta02 {
    width: 100%;
    padding: 30px 0;
}

.top_cta03 {
    padding: 30px 0;
}

.top_btn_list {
    width: 70%;
    margin: 0 15% 20px 15%;
}

}

/*kigyou*/
.kigyou04 {
    padding:  0 15px 15px 15px;
    background:#fff;
}

.slide_btn {
    width: 100%;
    height: 55px; /* 画像の高さ */
    background-image:url("../images/slide_btn.webp");
    background-repeat: repeat-x;
    background-size: auto 55px; /* 画像の高さ */
    /*animation: loop 20s linear infinite;*/
    animation: loop 22s linear infinite;
}
@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0; /* 画像のマイナス幅 */
    }
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}