@charset "UTF-8";
/* CSS Document */
html, body{width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1em;
	scroll-behavior: smooth;
}
img{width:100%; padding: 0;margin: 0;}
div{padding: 0; margin: 0;}
p{margin:0;padding: 0;}
.txt_s{
	font-size: 0.9em;
	margin: 10px 0 0 0;
}
.marker_point1{
	background:linear-gradient(transparent 25%, #00ffd8 25%);
}
.marker_point2{
	background:linear-gradient(transparent 25%, #00eaff 25%);
}
.marker_point3{
	background:linear-gradient(transparent 25%, #ff51c0 25%);
}
.wrapper{
		width: 100%;
	min-height: 100%;
}

/* -----------SP----------- */
@media screen and (max-width: 750px) {
	.br_sp{
		display: block;
	}
	.logo{
		padding: 10px 0 0 10px;
	}
	.logo img{
		width: 70%;
	}
	header h1{
	background-color: #fff; 
    background: url("../img/MV_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 100.41%;
    position: relative;
	}
	#btn_area{
		width: 100%;
		display:flex;
		margin: 40px auto;
	}
	#btn_area .btn img{
		width: 100%;
		margin: 0 auto;
	}
	#contents_work{
	background-color: #fff; 
    background: url("../img/contents_work_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 297.8%;
    position: relative;
	}
	.cv_btn{
		width: 100%;
		display: block;
		margin: 0 auto 20px auto;
	}
	#point1_area{
	background-color: #fff; 
    background: url("../img/title_point1_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 80.71%;
    position: relative;

	}
	.txt_point1{
		width: 90%;
		display: block;
		margin: 20px auto;
	}
	.txt_point1 p::first-letter {
		font-size: 2em;
	}
	.point1_img{
	background-color: #fff; 
    background: url("../img/img_point1_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 20px 0 0 0;
    padding-bottom: 207.52%;
    position: relative;
	}

	#point2_area{
	background-color: #fff; 
    background: url("../img/title_point2_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 80.71%;
    position: relative;

	}
	.txt_point2{
		width: 90%;
		display: block;
		margin: 20px auto;
	}
	.subtit{
		display: block;
		margin: 20px auto;
	}
	.txt_point2 h2{
		color:#01747e ;
		text-align: center;
	}	
	.txt_point2 p::first-letter {
		font-size: 2em;
	}
	.point2_img{
	background-color: #fff; 
    background: url("../img/img_point2_2_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 20px 0 0 0;
    padding-bottom: 132.52%;
    position: relative;
	}
	
	#point3_area{
	background-color: #fff; 
    background: url("../img/title_point3_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 80.71%;
    position: relative;

	}
	.txt_point3{
		width: 90%;
		display: block;
		margin: 20px auto;
	}
	.subtit{
		display: block;
		margin: 20px auto;
	}
	.txt_point2 p::first-letter {
		font-size: 2em;
	}
	.point3_img{
	background-color: #fff; 
    background: url("../img/img_point3_sp.png") center center no-repeat;
    background-size: 100%;
    margin: 20px 0 0 0;
    padding-bottom: 171.52%;
    position: relative;
	}

	#adress{
		width: 90%;
		display: block;
		margin: 20px auto;
	}
	#adress .ad_logo img{
		width: 60%;
		margin: 0 0 10px 0;
	}
	#adress{
		width: 90%;
		display: block;
		margin: 20px auto 100px auto;
	}
	#adress .ad_logo img{
		width: 80%;
		margin: 0 0 10px 0;
	}
	.copy{
		font-size: 0.8em;
		text-align: center;
		color: #595959;
		padding: 0 0 120px 0;
	}
	footer{
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		left: 0;
		bottom: -10px;
	}

	footer .bg_oc{
		width: 70%;
		display: inline-block;
		background: rgb(237,110,159);
		background: linear-gradient(0deg, rgba(237,110,159,1) 0%, rgba(236,139,107,1) 100%);
		margin: 0;
		height: 100%;
	}
	footer .bg_oc img{
		width: 75.5%;
		display: block;
		margin: 0 auto;
	}
	footer .bg_shiryo{
		width: 30%;
		display: inline-block;
		background: rgb(132,245,222);
		background: linear-gradient(0deg, rgba(132,245,222,1) 0%, rgba(76,197,248,1) 100%);
		margin: 0;
	}
	footer .bg_shiryo img{
		width: 	109%;
		display: block;
		margin: 0 auto;
	}
	.fukidashi{
        position: absolute;
        bottom: 75%;
        width: 35%;
    }
	
	
}




/* -----------PC----------- */
@media screen and (min-width: 751px){
	.br_sp{
		display: none;
	}
	.logo{
		padding: 13px 0 2px 0;
	}
	.logo img{
		width: 20%;
		position: relative;
		left: 5%;
	}
	header h1{
	background-color: #fff; 
    background: url("../img/MV_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 27.34%;
    position: relative;
	}
	#btn_area{
		width: 50%;
		display:flex;
		margin: 40px auto;
	}
	#btn_area .btn img{
		width: 100%;
		margin: 0 auto;
	}
	.btn:hover{
		opacity: 0.5;
	}
	#contents_work{
	background-color: #fff; 
    background: url("../img/contents_work_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 39.29%;
    position: relative;
	}
	.cv_btn{
		width: 30vw;
		display: block;
		margin: 0 auto 20px auto;
	}
	#point1_area{
	background-color: #fff; 
    background: url("../img/title_point1_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 18.75%;
    position: relative;

	}
	.txt_point1{
		width: 60%;
		display: block;
		margin: 20px auto;
	}
	.txt_point1 p{
		width:70%;
		display: block; margin: 0 auto;
	}
	.txt_point1 p::first-letter {
		font-size: 2em;
	}
	.point1_img{
	background-color: #fff; 
    background: url("../img/img_point1_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 50.33%;
    position: relative;
	}
	
	#point2_area{
	background-color: #fff; 
    background: url("../img/title_point2_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 18.75%;
    position: relative;

	}
	.txt_point2{
		width: 60%;
		display: block;
		margin: 20px auto;
	}
	.txt_point2 p::first-letter {
		font-size: 2em;
	}
	.subtit{
		width: 50%;
		display: block;
		margin: 20px auto;
	}
	.txt_point2 h2{
		color:#01747e ;
		text-align: center;
	}
	.txt_point2 p{
		width:70%;
		display: block; margin: 0 auto;
	}
	.txt_point2 p::first-letter {
		font-size: 2em;
	}
	.point2_img{
	background-color: #fff; 
    background: url("../img/img_point2_2_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 72.37%;
    position: relative;
	}
	
	#point3_area{
	background-color: #fff; 
    background: url("../img/title_point3_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 18.75%;
    position: relative;

	}
	.txt_point3{
		width: 60%;
		display: block;
		margin: 20px auto;
	}
	.txt_point3 p{
		width:70%;
		display: block; margin: 0 auto;
	}
	.txt_point3 p::first-letter {
		font-size: 2em;
	}
	.point3_img{
	background-color: #fff; 
    background: url("../img/img_point3_pc.png") center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding-bottom: 71.02%;
    position: relative;
	}
	
	#adress{
		width: 60%;
		display: block;
		margin: 20px auto 100px auto;
	}
	#adress .ad_logo img{
		width: 30%;
		margin: 0 0 10px 0;
	}
	.copy{
		font-size: 0.8em;
		text-align: center;
		color: #595959;
		padding: 0 0 120px 0;
	}
	footer{
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		left: 0;
		bottom: -10px;
	}

	footer .bg_oc{
		width: 70%;
		display: inline-block;
		background: rgb(237,110,159);
		background: linear-gradient(0deg, rgba(237,110,159,1) 0%, rgba(236,139,107,1) 100%);
		margin: 0;
		height: 95%;
		position: relative;
	}
	footer .bg_oc img{
		width: 29.6%;
		display: block;
		margin: 0 auto;
	}
	footer .bg_shiryo{
		width: 30%;
		display: inline-block;
		background: rgb(132,245,222);
		background: linear-gradient(0deg, rgba(132,245,222,1) 0%, rgba(76,197,248,1) 100%);
		margin: 0;
		height: 95%;

	}
	footer .bg_shiryo img{
		width: 	43%;
		display: block;
		margin: 0 auto;
	}
	.fukidashi{
        position: absolute;
        bottom: 75%;
        left: 15%;
        width: 45%;
    }
	}
}




