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

html, body {
	margin     : 0;
	padding    : 0;
	line-height: 1;
}

div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, ul, li {
	margin    : 0;
	padding   : 0;
	border    : 0;
	outline   : 0;
	font-size : 1em;
}

header {
	display: block;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

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

/*	body
------------------------------------------------- */
body {
	background    : #fff;
	font-family   : "HiraKakuProN-W3", sans-serif;
	font-size     : 13px;
	line-height   : 1.4;
	-webkit-text-size-adjust: none;
}

.container {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.inner {
       width: 100%;
	max-width: 1060px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

 

/*------------------
事例一覧
------------------*/
/*パンクず*/
#breadcrumb_area {
    margin: 0;
    padding: 0.3em 0 0.4em 0;
    text-align: left;
	background: #f6f6f6;
}
		
#breadcrumb_area .bread{max-width: 860px;margin: 0 auto;}	
.bread ul {
  display: flex;
  list-style-type: none;
  padding:0;
}

#breadcrumb_area .bread li a {
  padding: 5px;
  color: #000000;
  font-size:1em;
  text-decoration: none;
}

#breadcrumb_area .bread li a:hover {
  background-color: #EEEEEE;
}

#breadcrumb_area .bread li:after {
  content: '\003e'; /* 「>」を要素間の区切り文字として表示 */
  margin-left: 10px; /* 区切り文字と要素の間隔を調整 */
  margin-right: 10px; /* 区切り文字と要素の間隔を調整 */
  color: #888888; /* 区切り文字の文字色 */
      position: relative;
    top: -2px;	
}
	
#breadcrumb_area .bread li .bl_active{color:#1f7dcd !important;font-weight: bold;}	
	
.cases {font-family: "UD新ゴ M","Lucida Grande","segoe UI","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Meiryo","Verdana","Arial","sans-serif" !important;	}
.cases h2 {
    font-size: 2em;
    font-weight: bolder;
    padding: 1em;
    text-align: left;
    max-width: 860px;
    margin: 0 auto;
    color: #444;
}	
/*ピックアップ*/	
.pickup_area_inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 860px;
    margin: 5em auto 0 auto;
    padding: 0;
    height: 22vh;
}
@media screen and (min-width:861px) {
/* ここにPC向けのCSS指定 */

.pickup_area_inside {
    /*height: 30vh;*/
}
	
}
	
.pickup_txt {
    width: 60%;
    padding-bottom: 30px;
    text-align: left;
}	
.pickup_txt_icon {
    width: 102px;
    margin-bottom: 10px;
    display: block;
}
	
.pickup_txt_ttl {
    color: #004E98;
    font-weight: bold;
    font-size: 2em;
    margin: 20px 30px 20px 0;
    text-align: left;
}
	
.pickup_txt_company {
    font-size: 1.4em;
    font-weight: 550;
    color: #333;
}
	
.pickup_txt_btn {}
.pickup_txt_btn a{text-decoration:none;}
.pickup_txt_btn a:hover{opacity: 0.7;}		
.pickup_txt_btn_link {
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #004E98;
    border: solid #004E98 1px;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 280px;
    display: inline-block;
    font-weight: bold;
	font-size:1.2em;
}	
	
.pickup_fig {
    width: 300px;
    position: relative;
	margin-top: -32px;
}
.pickup_fig_img {
    width: 100%;
}	
.pickup_fig_img.main {
    width: 100%;
}
.pickup_area {
    margin-left: 47px;
    margin-right: 47px;
}
	
.pickup_area_inside::after {
    content: '';
    width: 98%;
    height: 200px;
    position: absolute;
    background-color: #f6f6f6;
    top: 0;
    left: 20px;
    z-index: -1;
}
	
/*事例一覧*/
.case_list {
    max-width: 860px;
    margin: 0 auto;
}

.case_list ul {
    max-width: 860px;
    margin: 5em auto 3em auto;
    FONT-VARIANT: JIS83;
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
    /*justify-content: space-between;*/
	/*margin-left: -20px;*/
    height:auto;
}
.case_list ul li {
    width: calc(33.3333333% - 20px);
    margin-left: 20px;
}

@media screen and (min-width: 751px){
.case_list ul li:nth-child(3n+1) {
		/*margin-left: 0;*/
	}
}

.case_list ul li dl{background:#fff;padding:0;border-radius: 30px;height: auto;}
.case_list ul li dl dd {
    margin: 0 auto;
    padding: 1em 0;
    text-align: left;
    height: auto;
}
.case_list h3{font-size:1.2em;letter-spacing: 0.01em;}
.case_list p {
    font-size: 1.2em;
    margin: 1em 0;
    color: #aaa;
}
.case_list ul li dl dt a:hover{opacity: 0.8;}
.case_list h3 a{text-decoration:none;color:#004E98;}
.case_list h3 a:hover{text-decoration:underline;}
.case_list .tag {
    background: #F2F9FF;
    padding: 0.2em 0;
    color: #004E98;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 0 1em 0;
    width: 110px;
}

/*------------------
事例ページ
------------------*/
	.case_lp {
		width: 100%;
		margin: 2em auto;
		text-align: left;
		border-bottom:1px solid #ddd;
	}

	.case_inner{width: 100%;max-width: 860px;margin: 0 auto;}

	.case_lp .lead {
		font-size: 2em;
		line-height: 1.6em;
		margin: 0;
		color: #08192b;
		text-align: left;
		letter-spacing: 0.05em;
		font-weight: bold;
	}
	
	.case_lp .tag{color:#555;padding-bottom:0.5em;}

	.case_lp .photo {
		border-radius: 10px;
		margin: 0 0 1.5em 0;
	}
.case_lp h2 {
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
    color: #08192b;
    font-size: 1.4em;
    font-weight: normal;
	display: flex;
  	justify-content:space-between !important;
	}
.case_lp h2 img{width:120px;}
.case_lp h2 span {
    font-size: 0.85em;
    padding: 20px 0 0 0;
    margin:0 0 0 auto;
	display:none;
}
.case_lp h3 {
    text-align: left;
    padding: 0.1em 0.5em;
    border-left: 8px solid #1f7dcd;
    /* border-bottom: 1px solid #333; */
    margin: 1em 0;
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
}
	.case_lp .case_box {
		background: #eff7fc;
		padding: 2em;
		margin: 1em 0;
		border-radius: 3px;
		font-size: 1.2em;
	}
	.case_lp .benefits {
    border: solid #1f7dcd 3px;
    padding: 1.5em;
    margin: 2em 0;
    position: relative;
    border-radius: 3px;
    line-height: 2em;
}
	
.case_lp .benefits ul li {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.case_lp .benefits ul li span{
    color: #1f7dcd;
}
.case_lp .benefits .ttl {
    color: #1f7dcd;
    font-weight: 900;
    padding: 0 5px;
	font-size: 1.2em;
	
}
.case_lp .benefits .ttl_bg {
    position: absolute;
    top: -10px;
    color: #1f7dcd;
    font-weight: bold;
    background: #fff;
    width: 140px;
    height: 20px;
}
	.case_lp .sbox{margin-bottom:3em;font-size: 1.2em;}
	.case_lp .bg_txt {
		font-weight: 600;
		color: #333;
		padding: 0.2em 0;
		border-bottom: 1px solid #333;
		font-size: 1.1em;
		line-height: 1.8em;
	}
	.case_lp .sm_txt {
		margin: 1em 0;
		font-weight: 500;
		color: #000;
		line-height: 1.6em;
	}
	
	.case_lp .gr_ft{color:#5f9f04;font-weight: bold;}

	.case_lp .qs{color:#1f7dcd;}
	.cp_overview{background:#f6f6f6;padding:0;border-radius: 4px;}
	.cp_overview dl{display: inline-flex;width: 100%;}
	.cp_overview dl dt {
    width: 30%;
    padding: 1em 0;
    background: #fff;
    margin: 1em 2em;
    text-align: center;
}

.cp_overview dl dt h2{
	font-weight: bold;
    border-bottom: none;
    font-size: 1.8em;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0 auto;}

.cp_overview dl dd{
	width:68%;
}

	
/*note*/
.notes {
    color: #777;
    font-size: 0.85em !important;
    padding: 1em 0 0 0;
	line-height: 1.6em;
}
	
	
/*リピストコメント*/
.line-bc {
    padding: 0;
    margin: 2em auto 0 auto;
    text-align: right;
    font-size: 1em;
}

.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    max-width: 76px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 44px;
    padding: 1.8em;
    border-radius: 60px;
    background: #fdfbe6;
    width: 78%;
	font-size: 0.9em;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: -20px;
    border: 10px solid transparent;
    border-right: 24px solid #fdfbe6;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.says p {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}	
.list_back {
    text-align: center;
    padding: 0 0 2em 0;
}
	
	.list_back a{font-weight: bold;text-decoration: none;color:#333;font-size: 1.2em;}	
	
	.ft_list {
    background: #f6f6f6;
    padding: 3em 0;
	    font-family: "UD新ゴ M","Lucida Grande","segoe UI","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Meiryo","Verdana","Arial","sans-serif" !important;	
}
.ft_list ul {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
	.ft_list ul li {
    width: calc(33.3333333% - 20px);
    backgorund: #fff;
}
	.ft_list ul li dl {
    background: #fff;
    padding: 0;
    border-radius: 30px;
    height: auto;
}
	.ft_list ul li dl dd{margin:0 auto;padding:1em;text-align: left;  height: 15vh;}
	.ft_list h3{font-size:1.2em;letter-spacing: 0.01em;}
	.ft_list p{font-size:1em;margin:1em 0;color:#ccc;}
	.ft_list ul li dl dt a:hover{opacity: 0.8;}
	.ft_list h3 a{text-decoration:none;color:#333;}
	.ft_list h3 a:hover{text-decoration:underline;}
	
	.rd_ft{color:#fc6e6e;}


.cta_bt {
    margin: 3em auto;
	text-align: center;
}

.cta_bt a span{display:block;font-size:0.65em;color:#fff600;}

.cta_bt a {
  display:block;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 2em;
  width: 300px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #1b96d5;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  border-radius: 60px;
 text-decoration: none;	
}

.cta_bt a:hover {
 /* transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;*/
}


/*---------------------
footer
---------------------*/
div#newlp_footer {
    clear: both;
    width: 100%;
    margin:0 auto;
    color: #ffffff;
    padding: 0;
	height: 150px;
}

div#newlp_footer a{
text-decoration: none;
color: #ffffff;
}

div#newlp_footer a:link {
text-decoration: none;
color: #ffffff;
}

div#fnewlp_footer a:visited {
text-decoration: none;
color: #ffffff;
}


div#newlp_footer .header__flex {
    display: flex;
	justify-content: space-between;
	background-color: #333;
    align-items: center;
    margin: 0 auto;
	padding: 1rem;
    clear: both;
	
}

.ft01{width:30%}
.ft01 img{width:150px;margin: 0;}
.ft02{width:70%;}
.ft03{}

div#newlp_footer .header__flex ul li {
    margin-left: 20px;
    font-size: 1.2em;
}
div#newlp_footer .copyright {
    width: 100% !important;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: left;
    background: #333;
    color: #fff;
    font-size: 10px;
}

div#newlp_footer .copyright > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    height: 70px;
    line-height:auto;
}
div#newlp_footer .copyright ul > li{padding:0;}

div#newlp_footer nav {
  margin-left: auto;
}
div#newlp_footer nav ul {
  display: flex;
	list-style: none;
}

div#newlp_footer nav ul li {
    margin-right: 1rem;
}

div#newlp_footer .ft_box {
    padding: 0.5rem 1rem;
	float: right;
}
div#newlp_footer .img01 {
    height: 40px;
    width: 100px;
	margin: 0 0 0 auto;
}

div#newlp_footer .img02{width:40px;}

@media screen and (max-width: 959px){
div#newlp_footer {
}	
	
div#newlp_footer .header__flex {
    display: block;
    height: auto;
    align-items: center;
    margin: 0 auto;
    font-size: 0.85em;
	
}	
	
div#newlp_footer .header__flex h1 {
    text-align: center;
    position: relative;
    top: -10px;
}
	
.ft01 img {
    width: 150px;
    margin: 0 auto !important;
}
	
div#newlp_footer .copyright {
    font-size: 0.85em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}	
	
div#newlp_footer .header__flex nav {
    margin: 0 auto;
    text-align: center;
}	
	
div#newlp_footer .header__flex ul {
    display: block;
    text-align: left;
    margin: 1rem auto;
}	
	
div#newlp_footer .header__flex ul li:first-child {
}	
	
div#newlp_footer .header__flex ul li {
    font-size: 1.4em;
    border-bottom: 1px solid #444;
    padding: 0.5em;
    margin: 0 auto;
}
	
div#newlp_footer a:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.85em;
}

div#newlp_footer .ft_box {
    padding: 0.5rem 0;
    top: 0;
}	
	
div#newlp_footer .img01 {
    width: 120px;
    height: auto;
    margin: 1rem auto 0 auto;
    text-align: center;
	padding: 0 1rem;
}
	.case_lp {
    width: 90%;
	max-width: 100%;}
	
.ft01 {
    width: 100%;
}	
.ft02 {
    width: 100%;
}		
	
}
@media screen and (min-width: 469px){
.pc_wdbk{display:block;}
.sp_wdbk{display:inline-block;}		

}

@media screen and (max-width: 768px){
/*一覧*/
.cta_bt {}
.cta_bt a {
    font-size: 1.8em;
    width: 90%;
    padding: 1em 0;
}
.pickup_area_inside {
    margin: 3em auto 0 auto;
    padding: 0;
    height: 18vh;
    width: 100%;
}	
	
	.pickup_txt_btn{   
	position: relative;
    bottom: -30px;
}
	
.pickup_txt {
    width: 60%;
}	
.pickup_txt_btn_link {
    margin-left: 100px;
    font-size: 1.2em;
	}
.pickup_txt_ttl {
    font-size: 1.2em;
    margin: 20px 20px 20px 0;
    letter-spacing: 0.01em;
}	
	
	
.pickup_txt_company {
    font-size: 1em;
    font-weight: 550;
    color: #333;
}	
	
.pickup_fig {
    width: 36%;
    position: relative;
    margin-top: -32px;
}	
	
.pickup_area_inside::after {
    content: '';
    width: 98%;
    height: 14vh;
	}
.case_inner {
    width: 100%;
    max-width: 100%;
}	
	
.cases h2 {
    font-size: 1.6em;
    padding: 1.2em 1em;
    max-width: 100%;
    margin: 0 auto;
}

	.case_list{width:90%;margin:0 auto;}
.case_list ul li {
    width: calc(50.3333333% - 20px);
    margin-left: 10px !important;
}

	.case_list h3 {
    font-size: 1em;
}
	
.case_list .tag {
    background: #F2F9FF;
    padding: 0.2em 0;
    color: #004E98;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 0 1em 0;
    width: 100%;
}	

	.case_lp .case_box {
    padding: 1em;
}
	#breadcrumb_area {
    margin: 0 0 3em 0;
}
	#breadcrumb_area .bread {
    width: 90%;
    max-width: 100%;
}
	.case_lp {
    width: 90%;
	max-width: 100%;}

	.case_lp .lead {
    font-size: 1.5em;
    line-height: 1.5em;
}
	
.case_lp h3 {
    font-size: 1.5em;
}	
	
.balloon6 .faceicon {
    max-width: 48px;
}	
	
.says {
    margin: 0 0 0 14px;
    padding: 1em 1.4em;
    width: 68%;
}
.cp_overview {
    padding: 1em;
}
.cp_overview dl {
    display: block;
}	
.cp_overview dl dt {
    width: 90%;
    padding: 0;
    margin: 1em auto;
}
	
.cp_overview dl dd {
    width: 90%;
    margin: 0 auto;
}
	
	
.ft_list {
	padding: 2em 0;}
	
.ft_list ul {
    max-width: 100%;
    margin: 0 auto;
    display: block !important;
	}
	
.ft_list ul li {
    width: calc(93.3333333% - 20px) !important;
    margin: 0 auto;
}
	
.ft_list h3 {
    font-size: 1em;
    letter-spacing: 0.01em;
}	
.ft_list ul li dl {
    border-radius: 10px;
    display: inline-flex;
    padding: 0 1em;
}	
	
.ft_list ul li img {
    padding: 1em 0;
    max-width: 100%;
    height: auto;
    width:100%;
}
.ft_list ul li dl dt {width: 30%;}
	
.ft_list ul li dl dd {
    height: auto;
    width: 70%;
    padding: 1em 0 0 1em;
}	
	
	
}	

@media screen and (max-width: 480px) { 
/*一覧*/
	.pc_wdbk{display:inline-block;}
	.sp_wdbk{display:block;}	
	
	
/*記事*/	
.cases h2 {
    font-size: 1.6em;
    padding: 1em;
    max-width: 100%;
    margin: 0 auto　0.1em auto;
}
	
	
.pickup_area_inside {
    margin: 0 auto 1em auto;
    padding: 0;
    height: 22vh;
    width: 100%;
}
.pickup_fig {
    width: 40%;
    position: relative;
    margin-top: 15px;
}
.pickup_txt_ttl {
    font-size: 1.1em;
    margin: 10px 10px 10px 20px;
    letter-spacing: 0.001em;
}

.pickup_txt_company {
    font-size: 1em;
    font-weight: 550;
    color: #333;
    padding: 0 0 0 20px;
}
	
.pickup_txt_btn {
    position: relative;
    bottom: -10px;
}
	
.pickup_txt_btn_link {
    width: 160px;
    margin-left: 20px;
}

.pickup_area_inside::after {
    content: '';
    width: 95%;
    height: 150px;
}
	

		
	}

@media screen and (max-width: 780px) {
  a:hover{ 
    /* ホバースタイルは横幅が大きなデバイスだけ */
  }
}
	
	