@charset "utf-8";

/*ページ内共通設定ここから*/
body{
	padding: 0;
	margin: 0;
}

div#container{
	padding: 0;
}

#container .maintitle{
	display: none;
}

div#container .maintitle_lead{
	margin-top: 0 !important;
}

#main section{
	--main-color:#00314c;
	--sub-color:#f8f8f8;
	--text-color:#000;
	--text-sub-color:#444;
	--text-color-hover:#fff;
}

#main {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#main .min{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#main {margin: 0;}
#main *{box-sizing: border-box;}
html {scroll-behavior: smooth;}
#main h2,#main h3,#main h4,#main p,#main ul,#main li{margin: 0; padding: 0; line-height: normal; color: var(--text-color);}
#main a{text-decoration: none; transition: .4s all;}
#main ul{list-style: none;}
#main img{display:block; width: 100%; line-height: 1;}
#main h2{font-weight: bold; text-shadow: unset; background: transparent; border: none;}
#main h3{border: none;}

#main .section__inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#main .section__inner {
	box-sizing: border-box;
 }

#main .pc_none,
#main .pc_none02 {
    display: none;
}

@media screen and (min-width:1025px){
	#main a:hover{opacity: .6;}
}

@media screen and (max-width:1024px){
	#main .section__inner {
        padding: 0 2%;
        box-sizing: border-box;
    }

	#main .pc_none02 {
	    display: block;
	}

	#main .tb_none {
	    display: none;
	}
    /*section {overflow: hidden;}*/
}

@media screen and (max-width:768px){
    #main .sp_none {
        display: none;
    }

    #main .pc_none {
        display: block;
    }
}

/*ページ内共通設定ここまで*/


/*section001ここから*/
#main .section001{
	margin-bottom: 60px;
	background: #000;
}

@media screen and (max-width:1024px){
	#main .section001{
		margin-bottom: 6%;
	}
}

@media screen and (max-width:768px){
	#main .section001{
		margin-bottom: 8%;
	}
}
/*section001ここまで*/


/*section002ここから*/
#main .section002{
	margin-bottom: 80px;
}

#main .section002 h2{
	margin-bottom: 60px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

#main .section002 ul{
	margin-bottom: 80px;
}

#main .section002 ul li{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#main .section002 ul li:first-of-type{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
}

#main .section002 ul li > div:first-of-type{
	width: 58%;
	max-width: 556px;
	margin-right: 40px;
}

#main .section002 ul li > div:last-of-type{
	width: 38%;
	max-width: 364px;
}

#main .section002 ul li > div h3{
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}


#main .section002 ul li > div p{
	font-size: 16px;
	line-height: 1.8;
}


#main .section002 div.btn{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#main .section002 div.btn a{
	position: relative;
	display: block;
	padding: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #000;
	color: #000;
}


@media screen and (max-width:1024px){
	#main .section002{
		margin-bottom: 8%;
	}

	#main .section002 h2{
		margin-bottom: 6%;
	}

	#main .section002 ul{
		margin-bottom: 8%;
	}

	#main .section002 ul li:first-of-type{
		padding-bottom: 4%;
		margin-bottom: 4%;
	}

	#main .section002 ul li > div:first-of-type{
		margin-right: 4%;
	}

	#main .section002 ul li > div h3{
		margin-bottom: 2%;
	}
}

@media screen and (max-width:768px){
	#main .section002{
		margin-bottom: 10%;
	}

	#main .section002 h2{
		margin-bottom: 8%;
		font-size: calc(1vw * calc(45 / 7.69));
	}

	#main .section002 ul li{
		display: block;
	}

	#main .section002 ul li:first-of-type{
		padding-bottom: 8%;
		margin-bottom: 8%;
	}

	#main .section002 ul li > div:first-of-type,
	#main .section002 ul li > div:last-of-type{
		width: 100%;
		max-width: none;
	}

	#main .section002 ul li > div:first-of-type{
		margin-right: 0;
		margin-bottom: 3%;
	}

	#main .section002 ul li > div h3{
		margin-bottom: 4%;
		font-size: calc(1vw * calc(35 / 7.69));
	}

	#main .section002 ul li > div p{
		font-size: 14px;
	}

	#main .section002 div.btn a{
		padding: 3%;
		font-size: 16px;
	}
}
/*section002ここまで*/


