@charset "UTF-8";

.bg_line{text-align: center; padding-bottom: 15px; margin-bottom: 20px;}
.bg_line span{display:block; color: #fd7e01; font-size:18px;}
.bg_line img{height: 16px;}
.list-object li h3{font-size:15px; margin-top: 20px;}
.list-object li .thumb{font-weight:bold; margin-bottom:10px;}
.list-object li{
	background:url(../img/common/bg_pa01.png) repeat; border-radius:8px; 
	width:90%; margin:10px auto;
	padding:20px 15px; box-sizing:border-box;
	font-size:14px; display:block; margin:0px auto 20px;
}
.list-object li:nth-child(1) {border-top: 4px solid #f8b14f;}
.list-object li:nth-child(2) {border-top: 4px solid #b2d67d;}
.list-object li:nth-child(3) {border-top: 4px solid #b2d67d;}
.list-object li:nth-child(4) {border-top: 4px solid #f6d550;}
.list-object .thumb{width:30%; max-width:140px; margin-right:20px; text-align:center; float:left;}
.list-object .txt{text-align:left;}
.list-object .comment{clear:both; border-top:2px dotted #5a2d00; padding-top:10px;}

.comment-support{
	background: url(../img/common/bg_star.png);
	text-align:center; margin:20px auto; font-weight:bold;
}
.comment-object{
	color:#FFF; font-weight:bold; position:relative; background: #5a2d00;
	padding: 5px 10px; border-radius: 24px; font-size: 14px;
	width: 82%; margin: 0 auto; font-weight: normal;
}
.comment-object:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #5a2d00 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  
}
.comment-job{font-size: 14px; margin-top: 20px;}
.comment-job span{color: #fd7e01; font-size:20px;}
.comment-job b{font-size:24px;}


.support{background: #f7f0d2; padding:20px 4%; margin: 60px 0; position: relative;}
.support:before, .support:after {
    content: " ";
    width: 100%;
    height: 30px;
    position: absolute;
}
.support:before{
    background: url(../img/common/bg_wave-top4_sp.png) no-repeat left bottom;
    top: -30px;
    left: 0;
    background-size: 100%;
}
.support:after {
    background: url(../img/common/bg_wave-bottom4_sp.png) no-repeat left top;
    bottom: -30px;
    left: 0;
    background-size: 100%;
}
.support-step{margin-top:40px;}
.support-step li{
	margin-bottom:20px; width:44%; vertical-align: top;
	display:inline-block; position: relative;
}
.support-step li:nth-child(2n){margin-left:6%;}
.support-step li:after{
  content: "";
  position: absolute;
  right: -100%;
  top: 30%;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e1c875 transparent transparent transparent;
  border-width: 15px 0px 15px 15px;
  -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.support-step li:last-child:after{
	display: none;
}
.step-head{
	overflow:hidden; margin-bottom:-15px; text-align:center; font-weight:bold;
	position: relative; z-index: 10;
}
.step-head .num{
	background:url(../img/page/bg_step.png) no-repeat center top;
	background-size: 74px;
	font-size:12px;
	color:#FFF; padding:10px;
}
.step-cont .tit{
	position: relative; margin: -10px 0 10px; z-index: 10;
	background: #5a2d00; color: #FFF; text-align: center; font-size: 16px;
	border-radius: 0 0 4px 4px;
}
.step-cont .txt{font-size:14px;}
.step-cont .photo img{border-radius:8px;}
.support .cont-tit:before{
  content: " ";
  background: url(../img/top/ico_support02.png) no-repeat;
  background-size: 100%;
  width: 78px; height: 62px; display: block; position: absolute;
  top: -50px;
  left: 10px;
}
.support .cont-tit:after{
  content: " ";
  background: url(../img/top/ico_star.png) no-repeat;
  background-size: 100%;
  width: 35px; height: 30px; display: block; position: absolute;
  top: -30px;
  right: 60px;
}
.comment-object:before{
  content: " ";
  background: url(../img/top/ico_support01.png) no-repeat;
  background-size: 100%;
  width: 65px; height: 56px; display: block; position: absolute;
  top: 260%;
  right: -20px;
}
.support .btn-link{
	width: 90%;
	margin: 10px auto;
}
.support .btn-link a{
	background:#fd7e01; border:2px solid #fd7e01;
	border-radius: 24px; display:block; text-align: center;
	padding: 10px 0; font-size: 12px; color: #FFF;
}
.support .btn-link a:hover{
  background:#FFF; color: #fd7e01;
}
.support .btn-link a span{
	position:relative; display:inline-block; padding: 0 0 0 20px;
}
.support .btn-link a span:before,
.support .btn-link a span:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: " ";
  display:block;
  vertical-align: middle;
}
.support .btn-link a span:before{
  left: 0px;
  top:-0.5px;
  width: 11px;
  height: 1px;
  background: #FFF;
}
.support .btn-link a span:after{
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.support .btn-link a:hover span:before{background: #fd7e01;}
.support .btn-link a:hover span:after{
  border-top: 1px solid #fd7e01;
  border-right: 1px solid #fd7e01;
}

.skil{padding:8%;}
.shikaku{background:#f9f5f1; border-radius:8px; margin:40px 0px; padding:10px 0 ;}
.shikaku h3{background:#0c891e; border-radius:6px 6px 0px 0px; text-align:center; color:#FFF; font-size:18px; padding:10px 0px;}
.shikaku p{margin:20px; font-size:14px; line-height:28px;}
.shikaku ul{margin:20px; border-bottom:2px dotted #5a2d00;}
.shikaku ul li{display:block; padding-left:25px; margin-bottom:15px; box-sizing:border-box; font-weight:bold; position:relative;}
.shikaku .menjo:before{
  content:" ";
  display:block;
  width:18px;
  height:18px;
  position:absolute;
  left:0;
  top:2px;
  background:url(../img/page/ico_exp.png) no-repeat left center;;
  background-size: 100%;
}
 .shikaku .menjo{color: #fd7e01}

.shikaku .taisho:before{
  content:" ";
  display:block;
  width:18px;
  height:18px;
  position:absolute;
  left:0;
  top:2px;
  background:url(../img/page/ico_policy.png) no-repeat left center;
  background-size: 100%;
}
.shikaku .taisho{color:#329a0d;}
.shikaku ul li small{font-size:10px;}

.menjo-program{
	background:url(../img/common/bg_star.png) repeat;
	background-size: 300%;
	padding:8%; margin-bottom: -100px;
}
.menjo-program .inner{padding:10px 0;}

.txt-shiken{margin:15px 0;}
.juken01{
  background:#FFF;
  border-radius:8px;
  padding:10px 0 20px;
  margin-bottom:30px;
}
.shiken-flow{background:#f9f5f1; padding:1px 15px 20px; position:relative; border-radius:8px;}
.shiken-flow:after{
  content:"　";
  width: 0;
  display:block;
    height: 0;
    border: 40px solid transparent;
    border-left: 30px solid #f9f5f1;
    -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    position:absolute;
    bottom:-70px;
    margin-left:-30px;
    left:50%;
}
.shiken-flow h4{text-align: center; margin:30px auto 20px;}
.shiken-flow h4 .txt-s{font-size:12px; font-weight:normal;}
.shiken-flow ul{text-align:center; margin:0px 0 10px;}
.shiken-flow li{
  text-align:center;
  border-radius:8px;
  border: 2px solid #e8dbcd;
  padding: 10px;
  vertical-align:top;
  position:relative;
  margin:0 0px 30px 0px;
  background:#FFF;
  border-radius:8px;
}
.shiken-flow li:after{
  content:"　";
  width: 0;
  display:block;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #e8dbcd;
    position:absolute;
    top:100%;
    right:50%;
    margin:10px -15px 20px 0;
}
.shiken-flow li:nth-child(4){margin-bottom:10px;}
.shiken-flow li:nth-child(4):after{display:none;}
.step-num{
  color:#FFF;
  font-weight:bold;
  padding:5px 0;
  border-radius:4px;
}
.step-num .txt-l{font-size:18px;}
.step-info{display:table; width:100%; padding:10px 0; box-sizing:border-box;}
.step-info .step-tit{display:table-cell; vertical-align:middle; width:50%;}
.step-tit{font-size:16px; font-weight:bold; line-height:1.2;}
.time-price{text-align:center;}
.step-time{font-weight:bold; font-size:14px; margin: 10px 0;}
.step-time .bg_glay{background:#f9f5f1; padding:2px 5px;}
.step-price{font-size:14px;}
.shiken-flow li:nth-child(1) .step-num{background:#87ce47;}
.shiken-flow li:nth-child(1) .step-tit{color:#87ce47;}
.shiken-flow li:nth-child(2) .step-num{background:#329a0d;}
.shiken-flow li:nth-child(2) .step-tit{color:#329a0d;}
.shiken-flow li:nth-child(3) .step-num{background:#fd7e01;}
.shiken-flow li:nth-child(3) .step-tit{color:#fd7e01;}
.shiken-flow li:nth-child(4) .step-num{background:#fdad01;}
.shiken-flow li:nth-child(4) .step-tit{color:#fdad01;}

.menjo-flow{margin-top:40px;}
.menjo-flow:after{display:none;}
.menjo-flow li{padding:10px;}
.menjo-flow li:nth-child(3){margin-right:0;}
.menjo-flow li:nth-child(3):after{display:none;}
.menjo-flow li:nth-child(1){border:2px solid #68b82d;}
.menjo-flow li:nth-child(2){border:2px solid #2a9134;}
.menjo-flow li:nth-child(3){border:2px solid #fd7e01; margin-bottom:0;}
.menjo-flow li .step-num{margin-bottom:10px;}
.program-flow{margin:15px; padding-bottom:1px;}
.program-flow table{border:1px solid #fdad01;}
.program-flow table th ,.program-flow table td{vertical-align:middle; border:1px solid #ac967f;}
.program-flow table th{padding:5px 10px; color:#fdad01; text-align:center; }
.program-flow table td{padding:10px; color:#000;}
.program-flow table .bg-brown{background:#fdad01; color:#FFF;}
.program-flow table .bg-glay{background:#eeeeee; }
.program-flow table .bg-lbrown{background:#f9f5f1; color:#fdad01;}
.tit-ad-flow{
  font-size:16px;
  text-align:center;
  margin:20px 0 30px;
  color:#5a2d00;
}
.tit-ad-flow:after{
	content: " ";
	width: 30%;
	height: 1px;
	border-top: 2px dotted #5a2d00;
	display: block;
	margin: 10px auto;
}


@media (min-width: 768px) {
.bg_line{text-align: center; padding-bottom: 20px; margin-bottom: 40px;}
.bg_line span{display:block; color: #fd7e01; font-size:34px;}
.bg_line img{height: auto;}
.list-object{margin-bottom:40px; text-align:center;}
.list-object li .thumb{margin-bottom:10px;}
.list-object li p{text-align:left;}
.list-object .thumb{width:24%;}
.list-object li{
	font-size:14px; display:inline-block; vertical-align:top;
	margin:0px 14px 30px 0px; padding: 20px;
}
.list-object {overflow:hidden; position:relative;}
.list-object .thumb{text-align:center; float:left;}
.list-object .txt .age{position:absolute; left:60px; top:150px;}

.skil{background:url(../img/top/bg_line.png); padding:0 0 40px; margin-top:60px;}
.skil .pc-inner{padding:15px 8%;}
.skil p{font-size: 20px;}
.step-num .txt-l{font-size:18px;}
.step-tit{font-size:24px; font-weight:bold; line-height:1.2;}
.step-time{margin:5px 0; font-weight:bold;}
.step-price{font-size:14px;}
.time-price p{display:block; margin-bottom: 10px;}

.support{padding:20px 2%; margin: 0;}
.support:before {
    background: url(../img/common/bg_wave-top4.png) no-repeat left bottom;
}
.support:after {
    background: url(../img/common/bg_wave-bottom4.png) no-repeat left bottom;
}
.support-step li{width:22.5%; margin:0 1% 20px 1%; display:inline-block; vertical-align:top;}
.support-step li:nth-child(2n) {margin-left:1%;}
.support-step li:nth-child(4){margin-right:0;}
.support .cont-tit:before{
  width: 215px; height: 183px;
  top: -160px;
  left: -80px;
}
.support .cont-tit:after{
  width: 91px; height: 81px; 
  top: -160px;
  right: -40px;
}
.comment-object:before{
  width: 169px; height: 153px;
  top: 0px;
  right: -180px;
}
.step-head{margin-bottom: -35px;}
.step-head .num{background-size: 140px; padding: 30px 10px 15px;}
.step-head .num{text-align:center; font-size: 20px;}
.step-head .num::after {
    border: 18px solid transparent;
    border-left: 22px solid #fff200;
    right: -40px;
}
.step-cont .photo, .step-cont .txt{display:block;}
.step-cont .photo{width:100%;}
.step-cont .tit{padding: 10px 0; font-size: 18px;}
.step-cont .txt{width:100%; margin:10px 0 0 0;}
.support-step li:after {
    right: -105%;
    top: 40%;
     border-width: 20px 0px 20px 20px;
}
.juken01{margin:20px 2%;}
.menjo-program{padding:10px 8%; background-size: 100%;}
.menjo-program h2{margin:20px auto 30px;}
.list-program{border:5px solid #48d1cc; padding:40px; background:#FFF; margin:40px 0;}
.list-program ul{background:#f5f5f5; padding:20px 30px 10px;}
.list-program ul li{
  display:inline-block;
  width:32.5%;
  margin-bottom:10px;
  padding-left:30px;
  box-sizing:border-box;
}
.support .btn-link a{
	font-size: 20px;
	border-radius: 32px;
}

#skilup{position:relative; margin-top:200px;}

.shikaku{margin:40px 0 20px; padding-bottom:20px; position:relative;}
.shikaku h3{ position:relative; z-index:2; }
.shikaku p{padding:30px 40px 20px 40px; margin:0; font-size:16px; position:relative; z-index:2;}
.shikaku p img{vertical-align:middle;}
.shikaku ul{margin:20px 30px 0px 30px;  padding:20px;}
.shikaku ul li{display:inline-block; width:280px;}


}

@media (min-width: 940px) {
.list-object{text-align:left; padding-bottom:20px; margin-bottom:0;}
.list-object ul{width:1000px; margin:0 auto; padding-bottom: 30px;}
.list-object li:nth-child(2n){margin-right:0;}
.list-object li h3{font-size:22px;}
.list-object li{width:490px;}
.list-object .txt{}
.list-object .txt .age{left:40px; top:120px;}
.comment-support{margin:0; padding: 0 0 80px; position: relative;}

.comment-object{font-size:26px; width: 44%;}
.comment-job{font-size: 26px;}
.comment-job b{font-size:42px;}
.comment-job span{font-size: 32px;}
.comment-job span br{display: none;}
.comment-object{position: relative;}

.comment-job:before{width:20px; height:30px; border-left-width:5px; border-right-width:5px;}

.support{padding:80px 0;}
.support .cont-tit{position: relative; width: 100%; max-width: 1000px; margin: 0 auto;}

.support-step{width:1000px; padding:0; margin:0 auto;}
.support-step li{width:220px; margin:0 34px 20px 0;}
.support-step li:nth-child(2n){margin-left:0;}
.step-head .tit{font-size:22px;}

.btn-flow{ margin:30px auto 40px; width:36%; max-width:380px;}

.tit-ad-flow{font-size:30px; padding-bottom:20px; margin:60px 0 40px;}

.menjo-program{padding-bottom:40px;}
.menjo-program h2{font-size:26px; margin:20px auto 30px; }
.juken01{width:100%; max-width:1000px; margin:30px auto 50px;}
.txt-shiken{font-size: 22px;}
.skil .pc-inner{padding:0;}
.shiken-flow{margin:0 40px;}
.shiken-flow h4{font-size:20px; text-align:center;}
.txt-shiken{width:1000px; margin:15px auto;}
.step-info , .step-info .step-tit , .step-info .time-price{display:block;}
.step-info .step-tit{width:100%;}
.step-num{border-radius:8px 8px 0 0; margin-bottom:10px;}
.shiken-flow li{
  width:180px;
  margin:20px 30px 20px 0;
  display:inline-block;
  border-radius:8px;
}
.shiken-flow li:after{
  content:"　";
  width: 0;
  display:block;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #e8dbcd;
    -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    position:absolute;
    top:50%;
    margin-top:-20px;
    right:-25px;
}
.shiken-flow li:nth-child(4){margin:20px 0px 20px 0;}

.menjo-flow{margin-top:70px;}
.menjo-flow:after{display:none;}
.menjo-flow li{border-radius:12px; width:220px;}
.menjo-flow li:nth-child(1){width:280px;}
.menjo-flow li:nth-child(2) .step-tit{margin-top:20px;}
.menjo-flow li:nth-child(3){margin-right:0;}
.menjo-flow li:nth-child(3):after{display:none;}
.menjo-flow li:nth-child(3) .step-tit{margin-top:50px;}
.menjo-flow li:after{right:-30px;}
.program-flow{width:1000px; margin:0 auto;}
.program-flow table{font-size:16px; line-height:30px; text-align: center; margin:50px 40px 20px;}
.program-flow table th:nth-child(1){width: 15%;}
.program-flow table th:nth-child(2){width: 40%;}
.program-flow table .bg-glay{background:#eeeeee;}
}