@charset "UTF-8";
/*
Theme Name: SNS繝・Φ繝励Ξ繝ｼ繝・Theme URI: https://c##arryme.jp/lp003/sns/
Description: 繧ｭ繝｣繝ｪ繝ｼ繝溘・縺ｮSNSLP繝・・繝槭〒縺・*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family:YuGothic, "貂ｸ繧ｴ繧ｷ繝・け", "Yu Gothic",'noto-sans-jp','Noto Sans', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
    /*scroll-behavior: smooth;*/
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	padding: 0;
	margin: 0;
}

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	overflow: hidden;
}

br {
	letter-spacing:0;
}

img {
	width: 100%;
    height: auto;
	box-sizing: border-box;
	border: 0;
	vertical-align:bottom;
}

a img {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}
a img:hover{
	opacity: 0.7;
    filter: alpha(opacity=60);  
}

#spLinkBlockInPc {
    display:none;
}

#copy {
    padding: 0 20px 80px 20px;
    font-size: 0.8em;
}


/*loading*/
#loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 10000;
    text-align: center;
}

#loading img {
    max-width: 200px;
}

@media (max-width: 768px){
#loading img {
    max-width: 150px;
}

}

body {
	letter-spacing:0.08em;
	background:#fff;
	font-size:1em;
	line-height:1.7;
	-webkit-text-size-adjust: 100%;
	color: #111;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}


@media (max-width: 768px){
body {
	font-size: 0.95em;
}
}

.clear {
	clear:both;
}

.clearfix {
	overflow:hidden;
}

.center {
	text-align:center !important;
}

.center01 {
	text-align:center;
}

@media (max-width: 768px){
.center01 {
	text-align:left;
}

.center02 {
	text-align:center;
}
}

.textleft {
	text-align:left !important;
}

.textright {
	text-align:right !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb20pc {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb120 {
	margin-bottom: 120px;
}

.mb180 {
	margin-bottom: 180px;
}

.mb300 {
	margin-bottom: 300px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.mt20 {
	margin-top: 20px;
}

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

.mb20pc {
	margin-bottom: 0;
}

.mb40sp {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 40px !important;
}

.mb70 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 60px;
}

.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;
}

.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;
}

.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 {
	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%);
 
}

.grad01 {
  display: inline-block;
  background: linear-gradient(35deg, rgba(255,80,0, 1), rgba(255,120,0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*蛻・ｊ譖ｿ縺医・繧ｹ繧ｿ繧､繝ｫ*/

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

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

.sp {
	width: 100%;
}
}

/*box*/

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

.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-center {
    align-items: center;
}

.flex-center02 {
    justify-content: center;
    align-items: center;
}

.flex_after01:after {
    width: 31.5%;
    content:"";
    display: block;
}

.flex_after02:before{
    content:"";
    display: block;
    width:23%;
    order:1;
}

.flex_after02:after {
    width: 23%;
    content:"";
    display: block;
}


@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;
}

/*header*/
header#header_sns {
    position: relative;
}

.sns_mv {
    background:url("/wp-content/themes/carryme.jp_theme/images/sns_outsourcing_kv_bg.webp") no-repeat bottom center;
    background-size: cover;
}

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

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

.header_sns_right {
    position: absolute;
    top: 15px;
    right: 15px;
}

.header_bt01 a {
    padding: 5px 45px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    -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;
    border-radius: 30px;
    color: #fff;
    background: #ff5000;
}

.header_bt01 a:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
}

.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 h2 span {
    font-size: 0.8em;
}

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

.sns_mv_img,.sns_mv_img02,.pr_mv_img,.recruitment_mv_img,.recruitment_mv_img02,.marketing_mv_img,.insidesales_mv_img  {
    position: absolute;
    right: 0;
    bottom:0;
}

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

.sns_mv_img02 img {
    max-width: 660px;
}

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

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

.insidesales_mv_img img {
    max-width: 500px;
}

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

.recruitment_mv_img02 img {
    max-width: 650px;
}

.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("/wp-content/themes/carryme.jp_theme/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("/wp-content/themes/carryme.jp_theme/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: 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: 40px 60px;
    background: #fff !important;
    position: relative;
    z-index: 1;
}

.white_box03 {
    padding: 40px;
    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_box02 {
    width: 100%;
    background: #fff;
    padding: 40px;
}

.pro_img {
    width: 45%;
}

.pro_txt_box {
    width: 50%;
}

.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%);*/
}

.orange_bg02 {
    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;
}

.insidesales_mv_img img {
    max-width: 360px;
}

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

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

.pro_box02 {
    padding: 20px;
}

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

.pro_txt_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("/wp-content/themes/carryme.jp_theme/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,.insidesales_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("/wp-content/themes/carryme.jp_theme/images/cta_bg.webp") no-repeat center;
    background-size: cover;
}

.white_box,.white_box03 {
    padding: 30px;
}

.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: #f6f6f6;
}

.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("/wp-content/themes/carryme.jp_theme/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%;
}

::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;
}

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

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

.footer-cta02 .button01 a,.footer-cta02 .button02 a {
    width: 90%;
    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-cta02 .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;
}

.footer-cta02 ul li.pc {
    display: none;
}

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

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

.footer-cta02 .button01 a,.footer-cta02 .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;
}

.footer-cta02 {
    padding: 10px;
}

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

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

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

/*footer*/
footer#footer {
    clear: both;
    width:100%;
    background: url("/wp-content/themes/carryme.jp_theme/images/footer_bg.jpg");
    background-size:contain;
    padding-top: 40px;
    padding-bottom: 100px;
    color: #fff;
}

.footer_company {
    width: 30%;
    font-size: 0.85em;
    padding-bottom: 40px;
}

.footer_company h3 img {
    max-width: 120px;
}

.footer_bt01 a {
    min-width: 225px;
    padding: 10px 15px;
    color: #fff;
    background: none;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
}

.footer_right {
    width: 65%;
}

.footer_list {
    width: 50%;
}

.footer_list:last-of-type {
    width: 10%;
}

.footer_list li {
    margin-bottom: 5px;
}

.footer_list li a {
    color: #fff;
    font-size: 0.85em;
    text-decoration: none;
}

.footer_list li a:hover {
    text-decoration: underline;
}

.footer_list li a:before {
    content: '- ';
}

.copyright {
    width: 100%;
    padding: 40px 0;
    font-size: 0.8em;
    text-align: right;
}

@media (max-width: 1080px){
footer#footer {
    background: none;
    padding: 0;
}

.footer_company {
    width: 30%;
    padding: 20px 20px 180px 20px;
    background: #1a1f2a;
}

.footer_right {
    width: 70%;
    padding: 20px;
    background: #2c2c2c;
}
}

@media (max-width: 980px){
footer#footer {
    padding-bottom: 80px;
}

.footer_company {
    width: 100%;
    padding: 30px;
    font-size: 0.9em;
}

.footer_company h3 img {
    max-width: 140px;
}

.footer_bt01 a {
    width: 100%;
}

.footer_right {
    width: 100%;
    padding: 30px;
}

.footer_list {
    width: 100%;
    margin-bottom: 40px;
}

.footer_list:last-of-type {
    width: 100%;
    margin-bottom: 0;
}

.footer_list li a {
    font-size: 0.9em;
}

.copyright {
    padding: 20px 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);
}

/*mayami*/
.nayami_left {
    width: 40%;
}

.nayami_right {
    width: 55%;
}

.nayami_list {
    width: 48.5%;
    padding: 10px 10px 10px 100px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: url("/wp-content/themes/carryme.jp_theme/images/nayami_icon.png") no-repeat 20px center #f8f8f2;
    background-size: 60px;
}

.nayami_list:nth-of-type(2),.nayami_list:nth-of-type(3) {
    background-color: #edf8de;
}

.nayami_arrow img {
    max-width: 125px;
}

@media (max-width: 768px){
.nayami_list {
    width: 100%;
    padding: 10px 10px 10px 80px;
    background: url("/wp-content/themes/carryme.jp_theme/images/nayami_icon.png") no-repeat 20px center #f8f8f2;
    background-size: 40px;
}

.nayami_arrow img {
    max-width: 100px;
}
}

/*sns_icon*/
.sns_icon_left {
    width: 35%;
}

.sns_icon_left ul li {
    width: 28%;
    margin-bottom: 15px;
}

.sns_icon_right {
    width: 60%;
}

.sns_icon_right ul li {
    width: 48%;
    margin-bottom: 15px;
    padding: 20px 10px;
    font-size: 1.05em;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #ff9600;
}

.sns_icon_right02 ul li {
    width: 23%;
    margin-bottom: 15px;
    padding: 20px 10px;
    font-size: 1.05em;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #ff9600;
}

@media (max-width: 768px){
.sns_icon_left {
    width: 60%;
    margin: 0 20% 20px 20%;
}

.sns_icon_left ul li {
    width: 28%;
    margin-bottom: 15px;
}

.sns_icon_right {
    width: 100%;
}

.sns_icon_right ul li,.sns_icon_right02 ul li {
    width: 48%;
    margin-bottom: 15px;
    padding: 20px 10px;
    font-size: 1.05em;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #ff9600;
}
}

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

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

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

/*faq*/
.faq_box {
    padding: 20px 25px;
    background: #fff;
}

.qu {
    padding: 10px 0 10px 65px;
    background: url("/wp-content/themes/carryme.jp_theme/images/q_icon.png") no-repeat 0 0 ;
    background-size: 50px;
}

.an {
    padding: 10px 0 10px 65px;
    background: url("/wp-content/themes/carryme.jp_theme/images/a_icon.png") no-repeat 0 0 ;
    background-size: 50px;
}

/*20230703_marketingtaxi*/
.marketing_mv,.sns_mv02,.recruitment_mv02,.insidesales_mv02 {
    clear: both;
	width: 1300px;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
    background: url("/wp-content/themes/carryme.jp_theme/images/marketing/marketing_kv_bg.webp") no-repeat bottom;
    background-size: cover;
}

.marketing_mv .lp_logo img,.sns_mv02 .lp_logo img,.recruitment_mv02 .lp_logo img,.insidesales_mv02 .lp_logo img {
    max-width:135px; 
}

.marketing_mv_txt {
    width: 100%;
    /*padding: 120px 0 20px 0;*/
    padding: 160px 0 160px 0;
    position: relative;
    z-index: 1;
}

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

.sns_mv_txt {
    width: 100%;
    padding: 120px 0 160px 0;
    position: relative;
    z-index: 1;
}

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

.sns_mv_txt h2.title_min img {
    max-width: 495px;
}

.engineer_mv_txt {
    width: 100%;
    padding: 80px 0 160px 0;
    position: relative;
    z-index: 1;
}

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

.screening_mv_txt {
    width: 100%;
    padding: 115px 0 160px 0;
    position: relative;
    z-index: 1;
}

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

.marketing_mv_txt h3,.sns_mv_txt h3,.engineer_mv_txt h3,.screening_mv_txt h3 {
    font-size: 1.2em;
}


.marketing_bt01 a,.marketing_bt02 a {
    min-width: 340px;
    padding: 15px 45px;
    color: #fff;
    background: rgb(255,80,0);
    background:url("/wp-content/themes/carryme.jp_theme/images/marketing/btn_arrow.png") , linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
    background-size: 18px 15px , 100%;
    background-position: right 20px bottom 50%, center;
    background-repeat: no-repeat;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 50px;
    line-height: 1.4;
}

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

.marketing_bt02 a {
    min-width: 500px;
    padding: 25px 45px;
    border-radius: 60px;
}

.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: 768px){
.marketing_mv {
	width: 100%;
	max-width: 768px;
    background: url("/wp-content/themes/carryme.jp_theme/images/marketing/marketing_honda_sp.webp") no-repeat bottom;
    background-size: cover;
}

.sns_mv02 {
	width: 100%;
	max-width: 768px;
    background: url("/wp-content/themes/carryme.jp_theme/images/sns/sns_honda_sp.webp") no-repeat bottom right;
    background-size: cover;
}

.recruitment_mv02 {
	width: 100%;
	max-width: 768px;
    background: url("/wp-content/themes/carryme.jp_theme/images/recruitment/recruitment_honda_sp.webp") no-repeat bottom right;
    background-size: cover;
}

.insidesales_mv02 {
	width: 100%;
	max-width: 768px;
    background: url("/wp-content/themes/carryme.jp_theme/images/insidesales/insidesales_honda_sp.webp") no-repeat bottom right;
    background-size: cover;
}

.marketing_mv .lp_logo img,.sns_mv02 .lp_logo img,.recruitment_mv02 .lp_logo img,.insidesales_mv02 .lp_logo img {
    max-width:120px; 
}

.marketing_mv_txt {
    width: 100%;
    padding: 80px 20px 80px 20px;
}

.marketing_mv_txt h2 img {
    width: 90%;
    max-width: 768px;
}

.sns_mv_txt {
    width: 100%;
    padding: 70px 20px 80px 20px;
}

.sns_mv_txt h2 img {
    width: 90%;
    max-width: 768px;
}

.sns_mv_txt h2.title_min img {
    width: 85%;
    max-width: 768px;
}

.engineer_mv_txt {
    width: 100%;
    padding: 60px 20px 80px 20px;
}

.engineer_mv_txt h2 img {
    width: 90%;
    max-width: 768px;
}

.screening_mv_txt {
    width: 100%;
    padding: 60px 20px 80px 20px;
}

.screening_mv_txt h2 img {
    width: 90%;
    max-width: 768px;
}

.marketing_mv_txt h3,.sns_mv_txt h3,.engineer_mv_txt h3,.screening_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_bt02 a {
    min-width: 100px;
    padding: 25px 40px;
    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;
}
}

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_list li {
    padding: 5px 0 5px 60px;
    background: url("/wp-content/themes/carryme.jp_theme/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;
}

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

.marketing_box {
    width: 31%;
    background: #fff;
    border: 2px solid #ff5000;
    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: 2px dotted #ff5000;
    border-radius: 0 0 5px 5px;
}

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

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

.marketing_box_txt_bg03 {
    padding: 20px 10px 20px 120px;
    background: url("/wp-content/themes/carryme.jp_theme/images/marketing/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: 2px solid #ff5000;
}

.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%;
    margin-bottom: 20px;
}

.kadai_left02 {
    width: 100%;
    margin-top: 40px;
}

.kadai_right {
    width: 90%;
    margin-left: 10%;
}

.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%;
}

.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: 25px 10px;
    background: #ff5000;
}

.assign_box_title {
    font-size: 1.1em;
}

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

@media (max-width: 768px){
.assign_box {
    width: 100%;
    padding: 20px 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;
}
}



/*HubSpot*/
.hbspt-form {
    width: 100% !important;
}

.hbspt-form fieldset {
    width: 100% !important;
    max-width: 780px !important;
    padding-left: 0 !important;
}

.hbspt-form fieldset.form-columns-2 {
    width: 60% !important;
}

.hbspt-form fieldset .input {
    margin-right: 0 !important;
}

/*fieldset.form-columns-1 .hs-input,.form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}*/

.hubspot_form h2 {
    display: none!important;
}

.hs-richtext p {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}

.hs-richtext p a,.hs-richtext p a:link {
    color: #1a0dab !important;
    text-decoration: underline;
}

.hubspot_form .hs-form-required {	
    font-size:1.2em;
    padding:5px;
    color:#E04444;
}

.hubspot_form .hs-form-field {
    width: 100% !important;
    padding: 0 0 20px 0 !important;
    border:none;
}

.hubspot_form .hs-form-field strong {
    text-align:left;
    width:100%;
    border:none;
    font-weight: 600;
}

.hubspot_form .actions {
    width: 50%;
    margin-top: -30px !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
    padding: 0 !important;
}

.hubspot_form .actions .hs-button {
    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;
}

.hubspot_form .actions .hs-button:hover{
 background:#111;
 color:#fff;
}

.hubspot_form .input {
    width: 100% !important;
    margin-right: 0 !important;
}

.hubspot_form input[type=checkbox]{
    margin-top: 5px;
    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;
}

.hubspot_form input[type="radio"],.hubspot_form input[type="checkbox"]{
    position: relative;
    top: 4px;
    margin-right: 10px;
}

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

.hubspot_form select {
    width: 100% !important;
    margin-top: 5px;
	padding: 15px 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    box-sizing: border-box;
    font-size: 16px;
}

.hubspot_form textarea {
    width: 100% !important;
    height: 100px;
    margin-top: 5px;
	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;
}

.hubspot_form .no-list li {
    color: #f00;
    margin-top: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

@media (max-width: 768px){
.hbspt-form fieldset.form-columns-2 {
    width: 100% !important;
}

.hubspot_form {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box !important;
}

.hubspot_form .actions {
    width: 85%;
    margin-top: -40px !important;
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
}

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

.hubspot_form span.input01:first-of-type {
    margin-bottom: 5px;
}
}

/*screening_cta_box*/
.screening_cta_box {
    padding: 40px 0;
    background: url("/wp-content/themes/carryme.jp_theme/images/screening/cta_box_bg.webp") no-repeat right top #ff5000;
    background-size: 50%;
}

.cta_title {
    font-size: 1.8em;
    font-weight: 700;
}

.cta_sub_box {
    width: 48.5%;
}

.cta_sub_box dt {
    width: 32%;
}

.cta_sub_box dd {
    width: 60%;
}

.screening_cta_box .button01 a {
    min-width: 260px;
    padding: 15px 45px;
    font-size: 1.15em;
}

@media (max-width: 768px){
.inhouse_cta_box {
    padding: 30px 0;
    background: url("/wp-content/themes/carryme.jp_theme/images/screening/cta_box_bg.webp") no-repeat right top #ff5000;
    background-size: 100%;
}

.cta_title {
    font-size: 1.4em;
}

.cta_sub_box {
    width: 100%;
}

.cta_sub_box dt {
    width: 50%;
    margin: 0 25% 5px 25%;
}

.cta_sub_box dd {
    width: 100%;
}

.screening_cta_box .button01 a {
    min-width: 100%;
    padding: 15px 40px;
}
}

/*SP縺ｮnav*/
.header_sns__top {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 10;
    background: #fff;
}

.header_sns__top--left {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 20px 0 20px 0;
}

.header_sns__top--logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.header_sns__top--logo img {
    max-width: 150px;
}

.header_sns__img {
    padding-top: 60px;
}

.cp_fullscreenmenu {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menu > div {
	display: flex;
	overflow: hidden;
	width: 300vw;
	height: 300vw;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	        transform: scale(0);
	text-align: center;
	color: #fefefe;
	border-radius: 50%;
	background: rgba(255,255,255 ,1.0);
	flex: none;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menu > div > ul {
	display: block;
	max-height: 100vh;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	transition: opacity 0.4s ease;
	opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
	font-size: 1.4em;
	display: block;
	margin: 1em;
	padding: 0;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
    color: #111;
	transition: color 0.4s ease;
    text-decoration: none;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover {
	color: #999;
    text-decoration: none;
}

/*繧ｯ繝ｪ繝・け縺励◆繧峨Γ繝九Η繝ｼ縺碁幕髢峨・蜍穂ｽ・/
.cp_fullscreenmenu .toggle {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	top: 0;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
	visibility: visible;
	pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
	transition-duration: 0.75s;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
	opacity: 1;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
	transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
	transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
	transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
	transition-delay: 1.0s;
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
/*繝上Φ繝舌・繧ｬ繝ｼ*/
.cp_fullscreenmenu .hamburger {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0.5em 1em;
	padding: 0.5em 1em;
	cursor: pointer;
	border-radius: 0;
	background: rgba(255,255,255 ,1.0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
	height: 2px;
	transition: all 0.4s ease;
	background: #111;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	transition: all 0.4s ease;
	background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
	top: 10px;
}

/*case*/
.case-left-txt {
    width: 52%;
    padding-left: 25px;
    border-left: 3px solid #ff5000;
}

.case-right-img {
    width: 45%;
}

.case-logo-area {
    padding-bottom: 10px;
    border-bottom:1px solid #000;
}

.case-logo-area .case-logo {
    margin-bottom: 5px;
}

.case-logo-area .case-logo img {
    width: 25%;
}

.case-logo-area p {
    font-size: 0.85em;
    font-weight: bold
}

@media (max-width: 980px){
.case-left-txt {
    width: 100%;
    padding-left: 20px;
    border-left: 2px solid #ff5000;
}

.case-right-img {
    width: 100%;
}
}
