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



/*スクロール------------------------------*/
.scroll{
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}
.scroll a{
	display: block;
	font-size: 16px;
	color: #FF892C;
	padding: 5px;
	margin: 0 10px;
	transition: .3s
}
.fa-caret-down{
	display: inline-block;
	padding-left: 5px;
	transition: .3s;
}
.scroll a:hover .fa-caret-down{
	transform: translateY(3px);
}


/*h2------------------------------*/
h2{
	color: #18A4E6;
	font-size: 36px;
	padding-bottom: 40px;
}
h2 span{
	font-size: 18px;
	padding-left: 25px;
}



/*SDGs経営は待ったなし------------------------------*/
.sec_02{
	margin-bottom: 100px;
}
.sec_02_bg{
	background-color: #f8f8f8;
	width: 85%;
	box-sizing: border-box;
	padding: 50px 7% 50px 22%;
}
.sec_02_ttl{
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.sec_02_ttl p img{
	width: 90px;
	height: auto;
	padding-right: 30px;
}
.sec_02_ttl h2{
	color: #18A4E6;
	font-size: 30px;
}
.sec_02_ttl h2 span{
	font-size: 18px;
	display: block;
	padding-top: 14px;
	padding-left: 0;
}
.sec_02_bg>p{
	padding-bottom: 20px;
}
.sec_02_bg>p:last-child{
	padding-bottom: 0px;
}


/*SDGs経営とは------------------------------*/
.sec_03{
	margin-bottom: 100px;
	padding: 0 40px;
}
.sec_03>div{
	margin: 0 auto;
	max-width: 1000px;
}
.sec_03_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_03_flex>p{
	width: 40%;
}
.sec_03_flex>p img{
	width: 90%;
	height: auto;
}
.sec_03_flex>div{
	width: 60%;
}
.sec_03_text p:first-child{
	font-size: 18px;
	padding-bottom: 25px;
}
.sec_03_text p{
	padding-bottom: 15px;
}
.sec_03_text p:last-child{
	padding-bottom: 0;
}


/*中小企業の課題------------------------------*/
.sec_04{
	margin-bottom: 100px;
	padding: 0 40px;
}
.sec_04>div{
	max-width: 1000px;
	margin: 0 auto;
}
.sec_04 h2{
	font-size: 30px;
}
.problem_bg{
	background-color: #eef1f8;
	border-radius: 20px;
	box-sizing: border-box;
	width: 92%;
	padding: 5%;
	/*box-shadow: 0 30px 30px 0 rgb(0 0 0 / 6%);*/
	margin: 0 auto;
	position: relative;
	margin-bottom: 60px;
}
.problem_bg::after{
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../img/sdgs_support/down_orange.png");
	background-repeat: no-repeat;
	background-size: 32px auto;
	width: 32px;
	height: 18px;
}
.problem_flex{
	display: flex;
	justify-content: center;
}
.problem_flex>div{
	width: 50%;
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	margin: 2% 3% 57px ; 
	position: relative;
}
.problem_flex>div::after{
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../img/sdgs_support/down_blue.png");
	background-repeat: no-repeat;
	background-size: 32px auto;
	width: 32px;
	height: 18px;
}
.problem_flex>div>p{
	background-color: #18A4E6;
	border-radius: 12px 12px 0 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}
.problem_flex>div>ul{
	padding: 20px 30px;
}
.problem_flex>div>ul li{
	background-image: url("../img/sdgs_support/person.png");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left 10px;
	padding: 10px 0 8px 27px;
	line-height: 1.4em;
	font-size: 14px;
}
.using_sdgs{
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	padding: 12px 0;
}
.using_sdgs p{
	font-size: 24px;
	color: #18A4E6;
	font-weight: bold;
	padding-left: 50px;
	background-image: url("../img/common/sdg_wheel.png");
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: left center;
	display: inline-block;
}
.solving{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	box-sizing: border-box;
}
.solving_box{
	width: calc(33.333% - 30px);
	margin: 0 15px 25px 15px;
	box-sizing: border-box;
	border: solid 10px #eef1f8;
	border-radius: 12px;
	padding: 75px 30px 10px 30px;
	font-size: 14px;
	line-height: 1.8em;
	background-image: url("../img/sdgs_support/sdgs_consul_1.svg");
	background-repeat: no-repeat;
	background-size: 31px auto;
	background-position: center 24px;
}
.solving_box:nth-child(2){
	background-image: url("../img/sdgs_support/sdgs_consul_2.svg");
}
.solving_box:nth-child(3){
	background-image: url("../img/sdgs_support/sdgs_consul_３.svg");
	background-size: 35px auto;
}
.solving_box:nth-child(4){
	background-image: url("../img/sdgs_support/sdgs_consul_4.svg");
	background-size: 40px auto;
}
.solving_box:nth-child(5){
	background-image: url("../img/sdgs_support/sdgs_consul_5.svg");
	background-size: 34px auto;
}
.solving_box h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 14px;
	border-bottom: solid 2px #18A4E6;
	margin-bottom: 10px;
	min-height: 66px;
    box-sizing: border-box;
}
.solving_box:nth-child(4) h3{
	min-height: auto;
}
.solving_box:nth-child(5) h3{
	min-height: auto;
}
.program{
	text-align: center;
	font-size: 15px;
	color: #18A4E6;
	padding-bottom: 5px;
}
.solving_text{
	line-height: 1.8em;
	padding-bottom: 15px;
}
.purpose{
	line-height: 1em;
}
.purpose p{
	display: inline-block;
	color: #fff;
	background-color: #18A4E6;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 0 2px 10px 2px;
}



/*SDGs経営と資金調達------------------------------*/
.sec_05{
	margin-bottom: 100px;
	padding: 0 40px;
}
.sec_05>div{
	margin: 0 auto;
	max-width: 1000px;
}
.sec_05_flex{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
.sec_05_flex>p{
	width: 50%;
}
.sec_05_flex>p img{
	width: 100%;
	height: auto;
	padding-left: 20px;
	box-sizing: border-box;
}
.sec_05_flex>div{
	width: 50%;
	box-sizing: border-box;
	padding-right: 50px;
}
.sec_05_text p{
	padding-bottom: 15px;
}
.sec_05_text p:last-child{
	padding-bottom: 0;
}


/*導入フロー------------------------------*/
.sec_06{
}
.sec_06 h2{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
}
.flow_bg{
	background-color: #f6f6f6;
	padding: 60px 30px;
}
.flow_bg>div{
	max-width: 840px;
	margin: 0 auto;
}
.flow_img{
	width: 35%;
}
.flow_img img{
	width: 100%;
	height: auto;
}
.flow_box{
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	position: relative;
	box-shadow: 0 20px 25px 0 rgb(0 0 0 / 6%);
}
.flow_box:last-child{
	margin-bottom: 0;
}
.flow_box>div::after{
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../img/sdgs_support/down_blue.png");
	background-repeat: no-repeat;
	background-size: 28px auto;
	width: 32px;
	height: 18px;
}
.flow_box:last-child>div::after{
	background-image: none;
}
.flow_text{
	padding: 0 50px;
	width: 65%;
}
.flow_topic{
	color: #18A4E6;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px #d6d6d6;
	margin-bottom: 10px;
	letter-spacing: 0.14em;
}
.flow_text p:last-of-type{
	line-height: 1.6em;
}
#sdgs_support_04:target {
  padding-top: 100px;
  margin-top: -100px;
}


@media print, screen and (max-width: 970px) {
	
/*スクロール------------------------------*/
.scroll {
    margin-bottom: 40px;
    flex-wrap: wrap;
	padding-left: 5%;
}
.scroll a {
    font-size: 15px;
    padding: 5px;
    margin: 8px 0 0 0;
    transition: .3s;
	width: 100%;
}
	
	
/*SDGs経営は待ったなし------------------------------*/
.sec_02 {
    margin-bottom: 50px;
}
.sec_02_bg {
    width: 95%;
    padding: 35px 5% 35px 10%;
}
.sec_02_ttl {
    display: block;
    padding-bottom: 15px;
}	
.sec_02_ttl p img {
    width: 90px;
    height: auto;
    padding-right: 0;
	padding-bottom: 25px;
}
.sec_02_ttl h2 {
    font-size: 22px;
	padding-bottom: 5px;
}
.sec_02_ttl h2 span {
    font-size: 14px;
    display: block;
    padding-top: 14px;
    padding-left: 0;
}
.sec_02_bg>p {
    padding-bottom: 10px;
}

	
/*h2------------------------------*/
h2{
	font-size: 28px;
	padding-bottom: 25px;
}
h2 span{
	font-size: 14px;
	padding-left: 0;
	padding-top: 10px;
	display: block;
}


/*SDGs経営とは------------------------------*/
.sec_03 {
    margin-bottom: 50px;
    padding: 0 20px;
}
.sec_03>div {
    max-width: 600px;
}
.sec_03_flex {
    display: block;
}
.sec_03_flex>p {
    width: 100%;
	text-align: center;
	padding-bottom: 25px;
}
.sec_03_flex>p img {
    width: 80%;
    height: auto;
	max-width: 350px;
}
.sec_03_flex>div {
    width: 100%;
}
.sec_03_text p:first-child {
    font-size: 18px;
    padding-bottom: 10px;
	text-align: center;
}
.sec_03_text p {
    padding-bottom: 10px;
}


/*中小企業の課題とSDGsの悩みを同時に解決する------------------------------*/
.sec_04 {
    margin-bottom: 50px;
    padding: 0 20px;
}	
.sec_04>div {
    max-width: 600px;
}
.sec_04 h2 {
    font-size: 20px;
	line-height: 1.4em;
}
.sec_04 h2 span {
    padding-left: 0;
    padding-top: 10px;
	line-height: 1em;
}	
.problem_bg {
    border-radius: 15px;
    width: 100%;
    padding: 5%;
    margin-bottom: 50px;
}	
.problem_flex {
    display: block;
}	
.problem_flex>div {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    margin: 0 0 40px ;
    position: relative;
}
.problem_flex>div:first-of-type{
	margin-bottom: 15px;
}
.problem_flex>div>ul {
    padding: 15px 5%;
}	
.problem_flex>div::after {
    bottom: -30px;
    background-size: 28px auto;
    width: 28px;
    height: 16px;
}	
.problem_flex>div:first-of-type::after{
	display: none;
}	
.problem_flex>div>ul li {
    padding: 8px 0 8px 27px;
}
.problem_flex>div>p {
    font-size: 16px;
}	
.using_sdgs {
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}	
.using_sdgs p {
    font-size: 18px;
    padding-left: 0;
	padding-top: 40px;
    background-size: 30px auto;
    background-position: top center;
    display: inline-block;
	line-height: 1em;
}
.problem_bg::after {
    bottom: -30px;
    background-size: 28px auto;
    width: 28px;
    height: 16px;
}
.solving {
    max-width: 450px;
	margin: 0 auto;
}
.solving_box {
    width: calc(100% - 0px);
    margin: 0 0 20px 0;
    padding: 75px 5% 10px 5%;
}
.solving_text {
    padding-bottom: 10px;
}
.program {
    padding-bottom: 0;
}
.purpose p {
    padding: 2px 8px;
    margin: 0 2px 5px 2px;
}
.solving_box h3 {
    min-height: inherit;
}
.solving_box:nth-child(5) {
    margin-bottom: 0;
}


/*SDGs経営と資金調達------------------------------*/
.sec_05 {
    margin-bottom: 50px;
    padding: 0 20px;
}
.sec_05>div {
    max-width: 600px;
}
.sec_05_flex {
    display: block;
}	
.sec_05_flex>p {
    width: 90%;
	padding-bottom: 25px;
	margin: 0 auto;
	max-width: 350px;
}	
.sec_05_flex>p img {
    padding-left: 0px;
}	
.sec_05_flex>div {
    width: 100%;
    padding-right: 0;
}	
	
	
/*SDGs経営と資金調達------------------------------*/
.sec_06 h2 {
    max-width: 600px;
    padding: 0 20px 20px 20px;
	font-size: 24px;
}	
.flow_bg {
    padding: 35px 20px;
}	
.flow_box {
    padding: 5%;
    display: block;
    margin-bottom: 44px;
    position: relative;
    box-shadow: 0 20px 25px 0 rgb(0 0 0 / 6%);
}	
.flow_box>div::after {
    bottom: -32px;
    background-size: 24px auto;
    width: 24px;
    height: 16px;
}	
.flow_img {
    width: 100%;
	padding-bottom: 15px;
}	
.flow_text {
    padding: 0 5px;
    width: 100%;
	box-sizing: border-box;
}	
.flow_topic {
    font-size: 19px;
	line-height: 1.4em;
    padding-bottom: 10px;
    border-bottom: solid 1px #d6d6d6;
    margin-bottom: 10px;
    letter-spacing: 0.14em;
}	
.flow_bg>div {
    max-width: 400px;
}	

}


@media print, screen and (max-width: 365px){
.page_ttl_flex h1 {
    padding-right: 0;
    font-size: 28px;
}
.sec_02_bg {
    padding: 35px 5% 35px 5%;
}
.sec_02_ttl h2 span{
	line-height: 1.6em;
}
.sec_04 h2 {
    font-size: 18px;
    line-height: 1.4em;
}
.problem_bg::after {
    bottom: -35px;
}
.sec_05 h2 {
    font-size: 26px;
}
.flow_topic {
    font-size: 18px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
