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

/*PC表示*/
@media only screen and (min-width: 960px){
/*共通*/
html, body {
	display: block;
    width: 100%;
    border-top: 4px solid #9c9c9c;
    border-image: linear-gradient(to right, #191970 0%, #fff 100%);
    border-image-slice: 1;
    line-height: 2;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
a{
    text-decoration: none;
    color: #4169e1;
}
/*header*/
header{
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;

}
header h1{
    width: 50%;
    margin: 10px auto 10px;
    font-size: 26px;
    text-align: center;
    background-image: url("../images/curarion_biz_ligo.png");
    background-size: 24% auto;
    background-repeat: no-repeat;
}
header h1 span{
    display: block;
    width: 100%;
    color: #6b6b6b;
    font-size: 12px;
}
/*メインコンテンツ*/
main{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
section.content {
    width: 100%;
    padding: 10px;
    margin-bottom : 40px;
    box-sizing: border-box;
}
/*top_img*/
.top_img_pc {
    display: block;
    margin-bottom: 40px;
    position: relative;
}
.top_img_pc img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.info_text{
    position: absolute;
    margin: 0 auto;
    padding: 30px 20px;
    top: 10%;
    left: 4%;
    background: rgba(0,0,0,.6);
    font-size: 20px;
    color: #fff;
    z-index: 999999;
    border-radius: 6px; 
}
.top_img_sp{
    display: none;
}
.info_text span.problem_solving,.info_text span.recommend{
    display: block;
    width: 100%;
}
.info_text span.rank{
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #fff;
    border: 4px solid #667aB7;
    border-radius: 50%;
    margin: 20px auto 10px;
}
.info_text span.num{
    display: block;
    padding: 0 6px;
    font-size: 36px;
    font-weight: 600;
    color: #ed6d46;
    border-top: 1px solid #6b6b6b; 
}
.slide ul{
    display: block;
	position:relative;
    margin-bottom: 40px;
}
.slide li{
	position:absolute;
	width:100%;
}
/*スライドボタン*/
.button{
    display: block;
	padding-top: 42%;
	text-align:center;
}
.button ul{
	display: inline-block;
    overflow: hidden;
}
.button ul li{
	float:left;
	margin-right:15px;
}
.button ul li:last-child{
	margin-right:0;
}
.button ul li a{
    text-align: center;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:14px;
	height:14px;
	border-radius:7px;
	background: #b0c4de;
}
.button ul li a.target{
	background: #4169e1;
}
.chapter{
    width: 100%;
    padding: 40px 10px;
}
.chapter h2 {
    position: relative;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 40px;
}
.chapter h2:before,
.chapter h2:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
.chapter h2:before {
    top: 0;
}
.chapter h2:after {
    bottom: 0;
}
.chapter h2 span{
    display: inline-block;
    padding: 0 10px;
    color: #1e90ff;
}
/*ビジネスマッチングは何故必要か*/
.reason{
    margin-bottom: 20px;
}
.reason h3{
    width: 100%;
    font-size: 22px;
    color: #191970;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 40px;
}
.reason h3:first-letter {
  font-size: 120%;
  color: #ed6d46;
}
.lead{
    width: 100%;
    margin-bottom: 20px;
}
/*目次*/
.table_of_contents{
    width: 60%;
    margin: 40px 0 80px auto;
    border: 1px dashed #dcdcdc;
    padding: 40px 100px;
    color: #6b6b6b;
    border-radius: 6px;
    box-sizing: border-box;
}
.table_of_contents h3{
    width: 100%;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #9c9c9c;
    background-image: url("../images/doc.png");
    background-size: 26px auto; 
    background-repeat: no-repeat;
    background-position: left 10% center;
    margin-bottom: 40px;
}
.service_list{
    width: 100%;
}
.service_list li{
    width: 100%;
    margin-bottom: 20px;
}
.service_list li a{
    display: block;
    width: 100%;
    color: #4169e1;
    text-decoration: none;
}
.recommend_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.recommend_list li{
    width: 100%;
    margin-bottom: 20px;
}
.recommend_list li a{
    display: block;
    width: 100%;
    color: #4169e1;
    padding: 0 20px 0 40px;
    background-image: url("../images/branch.png");
    background-size: 24px auto; 
    background-repeat: no-repeat;
    background-position: left center;
}
.contents{
    width: 100%;
    margin-bottom: 20px;
}
.contents section{
    width: 100%;
    margin-bottom: 40px;
}
.contents h3{
	position: relative;
    width: 100%;
    padding: 10px;
	font-size:22px;
	text-align: left;
    color: #5b5b5b;
	border-bottom: 5px solid #387ccc;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.contents h3:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #191970;
} 
/*1. ビジネスマッチングとは*/
.problem_list{
    position: relative;
    width: 100%;
    padding: 20px 30px;
    border: solid 2px #adcce8;
    border-radius:8px;
    color: #6b6b6b;
    box-sizing: border-box;
    margin: 40px 0;
}
.problem_list:before{
    content: "problem"; 
    position: absolute;
    display: block;
    top: -15px;
    left: 20px;
    color: #adcce8;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}
.problem_list li{
    width: 100%;
    margin-bottom: 10px;
}
.problem_list li:before{
    display: inline-block;
    padding: 0 6px;
    content: "▶";
    color: #adcce8;
} 
 /*2. ビジネスマッチングの選び方*/ 
.how_to_choose{
    width: 100%;
    overflow: hidden;
}    
.purpose_img{
    width: 400px;
    float: right;
    margin-bottom: 20px;
}
.purpose_img img{
    display: block;
    width: 100%;
    height: auto;
}
.find_list{
    width: 100%;  
}
.find_list li{
    width: 100%; 
    margin-bottom: 40px;
}
.method_list{
    width: 100%;
}
.method_list dt{
    width: 100%;
    color: #404040;
    border-left: solid 6px #191970;
    border-bottom: solid 1px #dadada;
    background: whitesmoke;
    margin-bottom: 10px;
    line-height: 1.4;
    padding:10px;
    list-style-type: none!important;
    font-weight: bold;
}
.method_list dd{
    width: 100%;
}     
.recommend_box{
    width: 100%;
    margin-bottom: 60px;
}
.recommend_box h4{
    width: 100%;
    background: #4753a2;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-bottom: 4px solid #ffc000;
}
.recommend_box p{
    width: 100%;
    margin-bottom: 20px;
}
.recommend_img{
    width: 80%;
    margin: 0 auto 40px;
}
.recommend_img figcaption{
    width: 100%;
    padding: 10px;
    text-align: right;
    margin: 10px 0;
    box-sizing: border-box;
}
.recommend_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.recommend_table{
    width: 80%;
    border-collapse: collapse;
    margin: 20px auto 40px;
}
.recommend_table th{
    width: 30%;
    text-align: left;
    border: 1px solid #dcdcdc;
    background: #fff5ee;
    font-weight: 300;
    padding: 10px;
}
.recommend_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.recommend_text{
    width: 80%;
    margin: 0 auto 20px;
}
.recommend_text dt{
	position: relative;
	padding: 10px;
	border-bottom: 3px solid #27acd9;
	color: #6b6b6b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.recommend_text dt:before,.recommend_text dt:after {
	position: absolute;
	content: '';
	left: 1em;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}
.recommend_text dt:before {	
	bottom: -14px;
	border-color: #27acd9 transparent transparent;
}
.recommend_text dt:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}
/*まとめ*/
.merit_lists{
    width: 100%; 
    margin-bottom: 60px;
}
.merit_lists h4{
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #aed7ae;
    display:  inline-block;
    color: #6782B0;
    padding: 4px 10px;
    margin-bottom: 40px;
}
.merit_lists h4:before {
    content: '';
    background-color: #ffeaac;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px; 
    width: 40px; 
    border-radius: 50%;
    z-index: -1;
}
.merit_list{
    width: 100%; 
    margin-bottom: 60px;
}
.merit_list dt{
    width: 100%;
    padding: 10px;
    background: linear-gradient(to right, transparent, mistyrose),#adcce8;
    border: 1px solid #adcce8;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    
}
.merit_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #adcce8;
    box-sizing: border-box;
}
.message{
    width: 100%;
}
.message h4{
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #aed7ae;
    display:  inline-block;
    color: #6782B0;
    padding: 4px 10px;
    margin-bottom: 40px;
}
.message h4:before {
    content: '';
    background-color: #ffeaac;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px; 
    width: 40px; 
    border-radius: 50%;
    z-index: -1;
}
.message_inner{
    width: 100%;
    overflow: hidden;
}
.message_img{
    width: 50%;
    float: left;
    margin: 0 2% 20px 0;
}
.message_img img{
    display: block;
    width: 100%;
    height: auto;
}
/*筆者プロフィール*/
.profile{
    width: 100%;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 80px;
    box-sizing: border-box;
    background: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
}
.self-introduction{
    width: 50%;
    padding: 10px 20px;
    float: left;
    margin-right: 10%;
    background: linear-gradient(to right,rgba(255,255,255,08),rgba(255,255,255,0.1));
    box-sizing: border-box;
}
.self-introduction dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.self-introduction dt span {
    display: block;
    font-size: 30px;
    color: #8c8c8c;
    font-family: 'Rajdhani', sans-serif;
}
.self-introduction dt:before {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    content: '';
    background: #9c9c9c;
}
.profile_list{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 1px 2px 8px rgba(0,0,0,.4);
}
.profile_list li{
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 10px;
}
.profile_list li span{
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    background: #9c9c9c;
    margin-right: 2%;
}
.profile_img{
    width: 40%;
    float: right;
}
.profile_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.profile_img figcaption{
    width: 100%;
    padding: 10px;
    display: block;
    background: rgba(255,255,255,.4);
    color: #8b8b8b;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
}
.info{
    display: block;
    width: 100%;
    text-align: left;
}
.title{
    display: inline-block;
    background: #6b6b6b;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    margin: 0 2% 10px 0;
}
.purpose_list{
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,.7);
    box-sizing: border-box;
}
.purpose_list dt{
    width: 30%;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #4b4b4b;
    margin: 0 0 10px auto;
}
.purpose_list dd{
    width: 100%;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
strong{
    display: inline-block;
    padding: 0 4px;
    color: #ed6d46;
}

/*TOPへ戻る*/
#page-top{
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-bottom: 10px;
}
#page-top a{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    background: #94adda;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 300;
    box-sizing: border-box;
}
#page-top a:hover{
     background-color: #b2cbe4;
}

/*footer*/
footer {
    width: 100%;
    height: 260px;
    background-color: #94adda;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background-image: url("../images/cityscape.jpg");
    background-size: 100%;
}

footer small {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
}
/*-------ここからスマホ用css------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 639px){
*{
    box-sizing: border-box;
}
html, body {
	display: block;
    width: 100%;
    border-top: 4px solid #9c9c9c;
    border-image: linear-gradient(to right, #191970 0%, #fff 100%);
    border-image-slice: 1;
    line-height: 2;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
}
.wrapper{
    width: 100%;
    height: auto;
}
/*header*/
header{
    display: block;
    width: 100%;
    height: 140px;
    padding: 10px 0;
    border-top: 4px solid #9c9c9c;
    border-image: linear-gradient(to right, #191970 0%, #fff 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    margin: -10px 0 40px;
}
header h1{
    width: 93.3%;
    height: auto;
    padding: 20px 10px;
    font-size: 26px;
    background-color: #fff;
    text-align: center;
    position: fixed;
    z-index: 9999;
    background-image: url("../images/curarion_biz_ligo.png");
    background-size: 24% auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
    box-sizing: border-box;
}
header h1 span{
    display: block;
    width: 93.3%;
    height: auto;
    position: fixed;
    color: #6b6b6b;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/*メインコンテンツ*/
main{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
section.content {
    width: 100%;
    padding: 120px 10px 20px; ;
    box-sizing: border-box;
}
.slide{
    width: 100%;
    height: auto;
}
/*top_img*/
.top_img_pc {
    display: none;
}
.top_img_sp{
    display: block;
    width: 100%;
    height: auto;
    z-index: 99;
    margin-bottom: 40px;
}
.slide{
    width: 100%;
}
.img_list_sp li{
    display: block;
    width: 100%;
    height: auto;
    z-index: 99;
}
.img_list_sp li img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.info_text{
    position: absolute;
    width: 90%;
    padding: 10px;
    top: 28%;
    left: 5%;
    background: rgba(0,0,0,.6);
    font-size: 18px;
    color: #fff;
    z-index: 99;
    border-radius: 4px;
    box-sizing: border-box;
}

.info_text span.problem_solving,.info_text span.recommend{
    display: block;
    width: 100%;
}
.info_text span.rank{
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #fff;
    border: 4px solid #667aB7;
    border-radius: 50%;
    margin: 20px auto 10px;
}
.info_text span.num{
    display: block;
    padding: 0 6px;
    font-size: 26px;
    font-weight: 600;
    color: #ed6d46;
    border-top: 1px solid #6b6b6b; 
}
.slide ul{
    display: block;
    width: 100%;
    height: auto;
	position:relative;
    margin-bottom: 40px;
}
.slide li{
	position: absolute;
	width:100%;
}
/*スライドボタン*/
.button{
    display: block;
    width: 100%;
	padding-top: 100px;
	text-align:center;
}
.button ul{
	display: inline-block;
    width: 24%;
    overflow: hidden;
    margin: 0 auto;
}
.button ul li{
	float:left;
	margin-right: 18%;
}
.button ul li:last-child{
	margin-right:0;
}
.button ul li a{
    text-align: center;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #b0c4de;
}
.button ul li a.target{
	background: #4169e1;
}
.chapter{
    width: 100%;
    padding: 50% 10px 0;
    box-sizing: border-box;
}
.chapter h2{
    position: relative;
    width: 100%;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.chapter h2:before,
.chapter h2:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
.chapter h2:before {
    top: 0;
}
.chapter h2:after {
    bottom: 0;
}
.chapter h2 span{
    display: inline-block;
    padding: 0 10px;
    color: #1e90ff;
}
/*ビジネスマッチングは何故必要か*/
.reason{
    margin-bottom: 20px;
}
.reason h3{
    width: 100%;
    font-size: 22px;
    color: #191970;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 40px;
}
.reason h3:first-letter {
  font-size: 120%;
  color: #ed6d46;
}
.lead{
    width: 100%;
    margin-bottom: 20px;
}
/*目次*/
.table_of_contents{
    width: 100%;
    margin: 40px 0 80px;
    border: 1px dashed #dcdcdc;
    padding: 10px;
    color: #6b6b6b;
    border-radius: 6px;
    box-sizing: border-box;
}
.table_of_contents h3{
    width: 100%;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #9c9c9c;
    background-image: url("../images/doc.png");
    background-size: 26px auto; 
    background-repeat: no-repeat;
    background-position: left 10% center;
    margin-bottom: 40px;
}
.service_list{
    width: 100%;
}
.service_list li{
    width: 100%;
    margin-bottom: 20px;
}
.service_list li a{
    display: block;
    width: 100%;
    color: #4169e1;
    text-decoration: none;
}
.recommend_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.recommend_list li{
    width: 100%;
    margin-bottom: 20px;
}
.recommend_list li a{
    display: block;
    width: 100%;
    color: #4169e1;
    padding: 0 20px 0 40px;
    background-image: url("../images/branch.png");
    background-size: 24px auto; 
    background-repeat: no-repeat;
    background-position: left center;
}
.contents{
    width: 100%;
    margin-bottom: 20px;
}
.contents section{
    width: 100%;
    margin-bottom: 40px;
}
.contents h3{
	position: relative;
    width: 100%;
    padding: 10px;
	font-size: 20px;
	text-align: left;
    color: #5b5b5b;
	border-bottom: 5px solid #387ccc;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.contents h3:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #191970;
} 
/*1. ビジネスマッチングとは*/
.problem_list{
    position: relative;
    width: 100%;
    padding: 20px 10px;
    border: solid 2px #adcce8;
    border-radius:8px;
    color: #6b6b6b;
    box-sizing: border-box;
    margin: 40px 0;
}
.problem_list:before{
    content: "problem"; 
    position: absolute;
    display: block;
    top: -15px;
    left: 20px;
    color: #adcce8;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}
.problem_list li{
    width: 100%;
    margin-bottom: 10px;
}
.problem_list li:before{
    display: inline-block;
    padding: 0 6px;
    content: "▶";
    color: #adcce8;
} 
 /*2. ビジネスマッチングの選び方*/ 
.how_to_choose{
    width: 100%;
    overflow: hidden;
}    
.purpose_img{
    width: 100%;
    margin-bottom: 20px;
}
.purpose_img img{
    display: block;
    width: 100%;
    height: auto;
}
.find_list{
    width: 100%;  
}
.find_list li{
    width: 100%; 
    margin-bottom: 40px;
}
.method_list{
    width: 100%;
}
.method_list dt{
    width: 100%;
    color: #404040;
    border-left: solid 6px #191970;
    border-bottom: solid 1px #dadada;
    background: whitesmoke;
    margin-bottom: 10px;
    line-height: 1.4;
    padding:10px;
    list-style-type: none!important;
    font-weight: bold;
    box-sizing: border-box;
}
.method_list dd{
    width: 100%;
}     
.recommend_box{
    width: 100%;
    margin-bottom: 40px;
}
.recommend_box h4{
    width: 100%;
    background: #4753a2;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-bottom: 4px solid #ffc000;
}
.recommend_box p{
    width: 100%;
    margin-bottom: 20px;
}
.recommend_img{
    width: 100%;
    margin-bottom: 40px;
}
.recommend_img figcaption{
    width: 100%;
    padding: 10px;
    text-align: right;
    margin: 10px 0;
    box-sizing: border-box;
}
.recommend_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.recommend_table{
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    margin: 20px 0;
}
.recommend_table tbody{
    display: block;
    width: 100%;
}
.recommend_table th{
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    background: #fff5ee;
    font-weight: 300;
    padding: 10px;
    box-sizing: border-box;
}
.recommend_table td{
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}
.recommend_text{
    width: 100%;
    margin-bottom: 20px;
}
.recommend_text dt{
	position: relative;
    width: 100%;
	padding: 10px;
	border-bottom: 3px solid #27acd9;
	color: #6b6b6b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.recommend_text dt:before,.recommend_text dt:after {
	position: absolute;
	content: '';
	left: 1em;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}
.recommend_text dt:before {	
	bottom: -14px;
	border-color: #27acd9 transparent transparent;
}
.recommend_text dt:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}
/*まとめ*/
.merit_lists{
    width: 100%; 
    margin-bottom: 60px;
}
.merit_lists h4{
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #aed7ae;
    display:  inline-block;
    color: #6782B0;
    padding: 4px 10px;
    margin-bottom: 40px;
}
.merit_lists h4:before {
    content: '';
    background-color: #ffeaac;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px; 
    width: 40px; 
    border-radius: 50%;
    z-index: -1;
}
.merit_list{
    width: 100%; 
    margin-bottom: 60px;
}
.merit_list dt{
    width: 100%;
    padding: 10px;
    background: linear-gradient(to right, transparent, mistyrose),#adcce8;
    border: 1px solid #adcce8;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    
}
.merit_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #adcce8;
    box-sizing: border-box;
}
.message{
    width: 100%;
}
.message h4{
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #aed7ae;
    display:  inline-block;
    color: #6782B0;
    padding: 4px 10px;
    margin-bottom: 40px;
}
.message h4:before {
    content: '';
    background-color: #ffeaac;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px; 
    width: 40px; 
    border-radius: 50%;
    z-index: -1;
}
.message_inner{
    width: 100%;
    overflow: hidden;
}
.message_img{
    width: 100%;
    margin-bottom: 40px;
}
.message_img img{
    display: block;
    width: 100%;
    height: auto;
}
/*筆者プロフィール*/
.profile{
    width: 100%;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    background: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
}
.self-introduction{
    width: 100%;
    padding: 10px;
    margin-right: 10%;
    background: linear-gradient(to right,rgba(255,255,255,08),rgba(255,255,255,0.1));
    box-sizing: border-box;
}
.self-introduction dt{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.self-introduction dt span {
    display: block;
    font-size: 30px;
    color: #8c8c8c;
    font-family: 'Rajdhani', sans-serif;
}
.self-introduction dt:before {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    content: '';
    background: #9c9c9c;
}
.profile_list{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 1px 2px 8px rgba(0,0,0,.4);
}
.profile_list li{
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 10px;
}
.profile_list li span{
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    background: #9c9c9c;
    margin-right: 2%;
}
.profile_img{
    width: 100%;
}
.profile_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.profile_img figcaption{
    width: 100%;
    padding: 10px;
    display: block;
    background: rgba(255,255,255,.4);
    color: #8b8b8b;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
}
.info{
    display: block;
    width: 100%;
    text-align: left;
}
.title{
    display: inline-block;
    background: #6b6b6b;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    margin: 0 2% 10px 0;
}
.purpose_list{
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,.7);
    box-sizing: border-box;
}
.purpose_list dt{
    width: 30%;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #4b4b4b;
    margin: 0 0 10px auto;
}
.purpose_list dd{
    width: 100%;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
strong{
    display: inline-block;
    padding: 0 4px;
    color: #ed6d46;
}

/*TOPへ戻る*/
#page-top{
    width: 100%;
    margin-left: auto;
}
#page-top a{
    display: block;
    width: 60px;
    height: auto;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    background: #94adda;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 300;
    margin: 0 10px 0 auto;
    box-sizing: border-box;
}
#page-top a:hover{
     background-color: #b2cbe4;
}

/*footer*/
footer {
    width: 100%;
    height: auto;
    background-color: #94adda;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    background-image: url("../images/cityscape.jpg");
    background-repeat: no-repeat;
    box-sizing: border-box;
}

footer small {
    display: block;
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
}
}
/*-------ここからタブレット用css--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) and (max-width: 959px) {
/*共通*/

*{
    box-sizing: border-box;
}
html, body {
	display: block;
    width: 100%;
    border-top: 4px solid #9c9c9c;
    border-image: linear-gradient(to right, #191970 0%, #fff 100%);
    border-image-slice: 1;
    line-height: 2;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
}
.wrapper{
    width: 100%;
}
/*header*/
header{
    display: block;
    width: 100%;
    height: 140px;
    padding: 10px 0;
    border-top: 4px solid #9c9c9c;
    border-image: linear-gradient(to right, #191970 0%, #fff 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    margin: -10px 0 40px;
}
header h1{
    width: 93.3%;
    height: auto;
    padding: 20px 10px;
    font-size: 26px;
    background-color: #fff;
    text-align: center;
    position: fixed;
    z-index: 9999;
    background-image: url("../images/curarion_biz_ligo.png");
    background-size: 24% auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
    box-sizing: border-box;
}
header h1 span{
    display: block;
    width: 93.3%;
    height: auto;
    position: fixed;
    color: #6b6b6b;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/*メインコンテンツ*/
main{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
section.content {
    width: 100%;
    padding: 120px 10px 20px; ;
    box-sizing: border-box;
}
.slide{
    width: 100%;
    height: auto;
}
/*top_img*/
.top_img_pc {
    display: none;
}
.top_img_sp{
    display: block;
    width: 100%;
    height: auto;
    z-index: 99;
    margin-bottom: 40px;
}
.slide{
    width: 100%;
}
.img_list_sp li{
    display: block;
    width: 100%;
    height: auto;
    z-index: 99;
}
.img_list_sp li img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.info_text{
    position: absolute;
    width: 60%;
    padding: 10px;
    top: 22%;
    left: 4%;
    background: rgba(0,0,0,.6);
    font-size: 18px;
    color: #fff;
    z-index: 99;
    border-radius: 4px;
    box-sizing: border-box;
}

.info_text span.problem_solving,.info_text span.recommend{
    display: block;
    width: 100%;
}
.info_text span.rank{
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #fff;
    border: 4px solid #667aB7;
    border-radius: 50%;
    margin: 20px auto 10px;
}
.info_text span.num{
    display: block;
    padding: 0 6px;
    font-size: 30px;
    font-weight: 600;
    color: #ed6d46;
    border-top: 1px solid #6b6b6b; 
}
.slide ul{
    display: block;
    width: 100%;
    height: auto;
	position:relative;
    margin-bottom: 40px;
}
.slide li{
	position: absolute;
	width:100%;
}
/*スライドボタン*/
.button{
    display: block;
    width: 100%;
	padding-top: 100px;
	text-align:center;
}
.button ul{
	display: inline-block;
    width: 24%;
    overflow: hidden;
    margin: 0 auto;
}
.button ul li{
	float:left;
	margin-right: 18%;
}
.button ul li:last-child{
	margin-right:0;
}
.button ul li a{
    text-align: center;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #b0c4de;
}
.button ul li a.target{
	background: #4169e1;
}
.chapter{
    width: 100%;
    padding: 60% 0 0;
    box-sizing: border-box;
}
.chapter h2{
    position: relative;
    width: 100%;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.chapter h2:before,
.chapter h2:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
.chapter h2:before {
    top: 0;
}
.chapter h2:after {
    bottom: 0;
}
.chapter h2 span{
    display: inline-block;
    padding: 0 10px;
    color: #1e90ff;
}
/*ビジネスマッチングは何故必要か*/
.reason{
    margin-bottom: 20px;
}
.reason h3{
    width: 100%;
    font-size: 22px;
    color: #191970;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 40px;
}
.reason h3:first-letter {
  font-size: 120%;
  color: #ed6d46;
}
.lead{
    width: 100%;
    margin-bottom: 20px;
}
/*目次*/
.table_of_contents{
    width: 80%;
    margin: 40px 0 80px auto;
    border: 1px dashed #dcdcdc;
    padding: 20px 40px;
    color: #6b6b6b;
    border-radius: 6px;
    box-sizing: border-box;
}
.table_of_contents h3{
    width: 100%;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #9c9c9c;
    background-image: url("../images/doc.png");
    background-size: 26px auto; 
    background-repeat: no-repeat;
    background-position: left 10% center;
    margin-bottom: 40px;
}
.service_list{
    width: 100%;
}
.service_list li{
    width: 100%;
    margin-bottom: 20px;
}
.service_list li a{
    display: block;
    width: 100%;
    color: #4169e1;
    text-decoration: none;
}
.recommend_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px 0;
}
.recommend_list li{
    width: 100%;
    margin-bottom: 20px;
}
.recommend_list li a{
    display: block;
    width: 100%;
    color: #4169e1;
    padding: 0 20px 0 40px;
    background-image: url("../images/branch.png");
    background-size: 24px auto; 
    background-repeat: no-repeat;
    background-position: left center;
}
.contents{
    width: 100%;
    margin-bottom: 20px;
}
.contents section{
    width: 100%;
    margin-bottom: 40px;
}
.contents h3{
	position: relative;
    width: 100%;
    padding: 10px;
	font-size:22px;
	text-align: left;
    color: #5b5b5b;
	border-bottom: 5px solid #387ccc;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.contents h3:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #191970;
} 
/*1. ビジネスマッチングとは*/
.problem_list{
    position: relative;
    width: 100%;
    padding: 20px 30px;
    border: solid 2px #adcce8;
    border-radius:8px;
    color: #6b6b6b;
    box-sizing: border-box;
    margin: 40px 0;
}
.problem_list:before{
    content: "problem"; 
    position: absolute;
    display: block;
    top: -15px;
    left: 20px;
    color: #adcce8;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}
.problem_list li{
    width: 100%;
    margin-bottom: 10px;
}
.problem_list li:before{
    display: inline-block;
    padding: 0 6px;
    content: "▶";
    color: #adcce8;
} 
 /*2. ビジネスマッチングの選び方*/ 
.how_to_choose{
    width: 100%;
    overflow: hidden;
}    
.purpose_img{
    width: 50%;
    float: right;
    margin: 0 0 20px 2%;
}
.purpose_img img{
    display: block;
    width: 100%;
    height: auto;
}
.find_list{
    width: 100%;  
}
.find_list li{
    width: 100%; 
    margin-bottom: 40px;
}
.method_list{
    width: 100%;
}
.method_list dt{
    width: 100%;
    color: #404040;
    border-left: solid 6px #191970;
    border-bottom: solid 1px #dadada;
    background: whitesmoke;
    margin-bottom: 10px;
    line-height: 1.4;
    padding:10px;
    list-style-type: none!important;
    font-weight: bold;
}
.method_list dd{
    width: 100%;
}     
.recommend_box{
    width: 100%;
    margin: 40px 0;
}
.recommend_box h4{
    width: 100%;
    background: #4753a2;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-bottom: 4px solid #ffc000;
}
.recommend_box p{
    width: 100%;
    margin-bottom: 20px;
}
.recommend_img{
    width: 100%;
    margin-bottom: 40px;
}
.recommend_img figcaption{
    width: 100%;
    padding: 10px;
    text-align: right;
    margin: 10px 0;
    box-sizing: border-box;
}
.recommend_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.recommend_table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto 40px;
}
.recommend_table th{
    width: 30%;
    text-align: left;
    border: 1px solid #dcdcdc;
    background: #fff5ee;
    font-weight: 300;
    padding: 10px;
}
.recommend_table td{
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.recommend_text{
    width: 100%;
    margin-bottom: 40px;
}
.recommend_text dt{
	position: relative;
	padding: 10px;
	border-bottom: 3px solid #27acd9;
	color: #6b6b6b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.recommend_text dt:before,.recommend_text dt:after {
	position: absolute;
	content: '';
	left: 1em;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}
.recommend_text dt:before {	
	bottom: -14px;
	border-color: #27acd9 transparent transparent;
}
.recommend_text dt:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}
/*まとめ*/
.merit_lists{
    width: 100%; 
    margin-bottom: 60px;
}
.merit_lists h4{
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #aed7ae;
    display:  inline-block;
    color: #6782B0;
    padding: 4px 10px;
    margin-bottom: 40px;
}
.merit_lists h4:before {
    content: '';
    background-color: #ffeaac;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px; 
    width: 40px; 
    border-radius: 50%;
    z-index: -1;
}
.merit_list{
    width: 100%; 
    margin-bottom: 60px;
}
.merit_list dt{
    width: 100%;
    padding: 10px;
    background: linear-gradient(to right, transparent, mistyrose),#adcce8;
    border: 1px solid #adcce8;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    
}
.merit_list dd{
    width: 100%;
    padding: 10px;
    border: 1px solid #adcce8;
    box-sizing: border-box;
}
.message{
    width: 100%;
}
.message h4{
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #aed7ae;
    display:  inline-block;
    color: #6782B0;
    padding: 4px 10px;
    margin-bottom: 40px;
}
.message h4:before {
    content: '';
    background-color: #ffeaac;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px; 
    width: 40px; 
    border-radius: 50%;
    z-index: -1;
}
.message_inner{
    width: 100%;
    overflow: hidden;
}
.message_img{
    width: 50%;
    float: left;
    margin: 0 2% 20px 0;
}
.message_img img{
    display: block;
    width: 100%;
    height: auto;
}
/*筆者プロフィール*/
.profile{
    width: 100%;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 80px;
    box-sizing: border-box;
    background: linear-gradient(-225deg, #2cdbD5 0%, #c5c1ff 56%, #ffbaC3 100%);
}
.self-introduction{
    width: 52%;
    padding: 10px 4px;
    float: left;
    margin-right: 1%;
    background: linear-gradient(to right,rgba(255,255,255,08),rgba(255,255,255,0.1));
    box-sizing: border-box;
}
.self-introduction dt{
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.self-introduction dt span {
    display: block;
    font-size: 30px;
    color: #8c8c8c;
    font-family: 'Rajdhani', sans-serif;
}
.self-introduction dt:before {
    position: absolute;
    bottom: -2px;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    content: '';
    background: #9c9c9c;
}
.profile_list{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 1px 2px 8px rgba(0,0,0,.4);
}
.profile_list li{
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 10px;
}
.profile_list li span{
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    background: #9c9c9c;
    margin-right: 2%;
}
.profile_img{
    width: 46%;
    float: right;
    padding-top: 18%;
}
.profile_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.profile_img figcaption{
    width: 100%;
    padding: 10px;
    display: block;
    background: rgba(255,255,255,.4);
    color: #8b8b8b;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
}
.info{
    display: block;
    width: 100%;
    text-align: left;
}
.title{
    display: inline-block;
    background: #6b6b6b;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    margin: 0 2% 10px 0;
}
.purpose_list{
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,.7);
    box-sizing: border-box;
}
.purpose_list dt{
    width: 30%;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #4b4b4b;
    margin: 0 0 10px auto;
}
.purpose_list dd{
    width: 100%;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
strong{
    display: inline-block;
    padding: 0 4px;
    color: #ed6d46;
}

#contents_1,#contents_2,#contents_3,#contents_4{
    width: 100%;
    margin-bottom: 80px;
}
/*TOPへ戻る*/
#page-top{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#page-top a{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 16px 0 12px;
    color: #fff;
    background: #94adda;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 300;
    margin-left: auto;
    box-sizing: border-box;
}
#page-top a:hover{
     background-color: #b2cbe4;
}

/*footer*/
footer {
    width: 100%;
    height: 140px;
    background-color: #94adda;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background-image: url("../images/cityscape.jpg");
    background-size: 100%;
}

footer small {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
}
