@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Noto Sans JP';
	overflow-x: hidden;
	margin: 0;
}

#ab_lp h1, h2, h3, h4, h5, p, span {
    font-family: 'Noto Sans JP';
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: auto;
    height: auto;
    position: static;
    text-align: start;
    font-feature-settings: "palt";
}
#ab_lp a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
    opacity: 1;
}
#ab_lp {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
    font-size: 14px;
    color: #333;
	box-sizing: border-box;
}

/* 画像調整 */
#ab_lp img {
    max-width: 100%;
    height: auto;
    outline: none;
    border: none;
}


#ab_lp h2 {
    font-size: 30px;
    line-height: 44px;
}
#ab_lp h3 {
    font-size: 24px;
    line-height: 48px;
}
#ab_lp h4 {
    font-size: 20px;
    line-height: 30px;
}
#ab_lp p {
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    #ab_lp {
        width: 100%;
        background-color: #fff;
    }
    #ab_lp h2 {
        font-size: 6vw;
        line-height: 8vw;
    }
    #ab_lp h3 {
        font-size: 4.5vw;
        line-height: 7vw;
    }
    #ab_lp h4 {
        font-size: 4vw;
        line-height: 6vw;
    }
    #ab_lp p {
        font-size: 4vw;
        line-height: 6vw;
    }
    #ab_lp .pre {
        text-align: justify;
    }
}
#ab_lp .clb-15 {
    margin-bottom: 15px !important;
}
#ab_lp .clb-20 {
    margin-bottom: 20px !important;
}
#ab_lp .clb-30 {
    margin-bottom: 30px !important;
}
#ab_lp .clb-60 {
    margin-bottom: 60px !important;
}
#ab_lp .clb-120 {
    margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
	#ab_lp .clb-15 {
		margin-bottom: 1vw !important;
	}
	#ab_lp .clb-30 {
		margin-bottom: 3vw !important;
	}
    #ab_lp .clb-60 {
        margin-bottom: 4vw !important;
    }
    #ab_lp .clb-120 {
        margin-bottom: 60px !important;
    }
}

/* hidden */
@media screen and (min-width: 768px) {
    #ab_lp .hidden-pc {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    #ab_lp .hidden-sp {
        display: none !important;
    }
}


/*------------------------------------------------------------
ここから
------------------------------------------------------------*/
#ab_lp .w-950{
	width: 950px;
	margin: 0 auto;
}
#ab_lp .bg-gray{
	width: 100%;
	background-color: #eeeeee;
	padding: 30px 0;
}
#ab_lp .flex{
	display: flex;
}
@media screen and (max-width: 767px) {
	#ab_lp .w-950{
		width: 90%;
		margin: 0 auto;
	}
	#ab_lp .bg-gray{
		width: 100%;
		padding: 5% 0;
	}
	#ab_lp .flex{
		display: block;
	}
}

/* ファーストビュー -----------------------------------------------*/
#ab_lp .firstview{
	width: 100%;
	height: 230px;
	background-image: url("../images/fv-img.jpg") ;
	background-size: cover;
	background-position: center;
	min-width: 1120px;
	padding-top: 30px;
}
#ab_lp .fv-wrap h1{
	font-size: 46px;
	line-height: 59px;
	font-weight: 600;
	color: #333333;
	text-align: left;
}
#ab_lp .logo{
	width: 278px;
	height: 40px;
}
@media screen and (max-width: 767px) {
	#ab_lp .firstview{
		width: 100%;
		height: 40vw;
		background-size: auto;
		background-position: left;
		min-width:inherit;
		padding-top: 10%;
}
	#ab_lp .fv-wrap {
		width: 90%;
		margin: 0 auto;
	}
	#ab_lp .fv-wrap h1 {
		font-size: 8.6vw;
		line-height: 10vw;
	}
	#ab_lp .logo{
		width: 49vw;
		height: 7vw;
	}
}

#ab_lp .header h2{
	font-size: 37px;
	line-height: 52px;
	color: #003f65;
	text-align: center;
	font-weight: 600;
}
#ab_lp .header h2 span{
	font-size: 30px;
}
#ab_lp .header h3{
	font-size: 26px;
	color: #333333;
	line-height: 36px;
	text-align: center;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	#ab_lp .header h2 {
		font-size: 7vw;
		line-height: 9vw;
	}
	#ab_lp .header h2 span {
		font-size: 5vw;
	}
	#ab_lp .header h3 {
		font-size: 4vw;
		line-height: 6vw;
	}
}
/* コンテンツ  -----------------------------------------------*/
#ab_lp .cont-wrap-head{
	width: 100%;
	border-bottom: 2px solid #003f65;
	margin-bottom: 30px;
	position: relative;
}
#ab_lp .contents h3{
	font-size: 30px;
	line-height: 52px;
	color: #003f65;
	text-align: center;
	font-weight: 500;
	letter-spacing:10px;
}
#ab_lp .cont-wrap-head img{
	position: absolute;	
	top: -10px;
	right: 0;
}
#ab_lp .contents p{
	font-size: 25px;
	line-height: 25px;
	color: #003f65;
	text-align: center;
	font-weight: 500;
	letter-spacing:10px;
}
#ab_lp .cont-wrap{
	display:flex; 
	flex-wrap:wrap;
	justify-content: space-between;
	gap: 20px 0;
	margin-bottom: 30px;
	}
#ab_lp .contents h4{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	width: 234px;
	height: 40px;
	padding-left: 70px;
	background-image: url("../images/book.png");
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	#ab_lp .cont-wrap-head {
	}
	#ab_lp .contents h3 {
		font-size: 6vw;
		line-height: 12vw;
		letter-spacing:0;
	}
	#ab_lp .cont-wrap-head img {
		display: none;
	}
	#ab_lp .contents p {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 0;
	}
	#ab_lp .cont-wrap {
		gap: 2.5vw 0;
	
	}
	#ab_lp .contents h4 {
		font-size: 3.5vw;
		line-height: 8.4vw;
		width: 40vw;
		height: 8.4vw;
		padding-left: 3vw;
		background-image: url("../images/book_sp.png");
		background-size: cover;
		background-repeat: no-repeat;
	}
}

/* コンタクト  -----------------------------------------------*/
#ab_lp .contact{
	background-color: #003f65;
	padding: 30px 0;
	color: #fff;
	overflow-x: hidden;
}
#ab_lp .conv{
	width: 415px;
	padding: 0 30px;
	border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#ab_lp .conv h3{
	text-align: center;
	color: #fff;
	font-weight: 500;
}
#ab_lp .btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
	width: 415px;
    height: 108px;
    font-size: 22px;
    line-height: 108px;
	background-color: #1b8ba7;
	cursor: pointer;
	transition:0.5s all;
}
#ab_lp .btn:hover {
    background-color: #ef8200;
	transition:0.5s all;
}
#ab_lp .conv-box{
	width: 415px;
	padding: 15px;
	display: flex;
}
#ab_lp .conv-txt{
	text-align: left;
	margin-left: 20px;
}
#ab_lp .cb-border{
	width: 385px;
	border-bottom: 1px solid #ffffff;
}
#ab_lp .tel{
	font-size: 46px;
	line-height: 46px;
	font-weight: 500;
}
#ab_lp .mail{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
#ab_lp .dl{
	font-size: 15px;
	line-height: 40px;
	text-decoration: underline;
}
#ab_lp .dl-img{
	width: 26px;
	position:relative;
	top: 8px;
	left: 3px;
}
@media screen and (max-width: 767px) {
	#ab_lp .contact {
		padding: 5% 0;
	}
	#ab_lp .conv {
		width: 90%;
		padding: 0 5%;
	}
	#ab_lp .conv h3 {}
	#ab_lp .btn {
		width: 100%;
		height: 20vw;
		font-size: 4vw;
		line-height: 20vw;
	}
	#ab_lp .btn:hover {
		background-color: #ef8200;
		transition: 0.5s all;
	}
	#ab_lp .conv-box {
		width: 100%;
		padding: 15px;
		display: flex;
	}
	#ab_lp .conv-txt {
		text-align: left;
		margin-left: 5%;
	}
	#ab_lp .cb-border {
		width: 90%;
	}
	#ab_lp .tel {
		font-size: 8.5vw;
		line-height: 9vw;
	}
	#ab_lp .mail {
		font-size: 3.5vw;
		line-height: 4vw;
	}
	#ab_lp .dl {
		font-size: 2.8vw;
		line-height: 6vw;
	}
}

/* プライバシー  -----------------------------------------------*/
#ab_lp .privacy{
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
#ab_lp .privacy a, .privacy a:visited, .privacy a:hover, .privacy a:active {
    color: #2d2dc7;
    text-decoration:underline;
    opacity: 1;
}

/* フッター  -----------------------------------------------*/
#ab_lp .footer h4{
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: center;
}

#ab_lp .footer p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
}

#ab_lp .copyright{
	width: 100%;
	height: 30px;
	color: #fff;
	background-color: #003f65;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	#ab_lp .footer h4 {
		font-size: 5vw;
		line-height: 7vw;
	}
	#ab_lp .footer p {
		font-size: 2.5vw;
		line-height: 4vw;
	}
	#ab_lp .copyright {
		font-size: 2.5vw;
		line-height: 30px;
	}
}




