@charset "UTF-8";
/* CSS Document */
.kome{
    font-family: YakuHanJP, sans-serif;
}
body{
    background-image: url("../img/top/top_bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 84% auto;
}

/*slider------------------------------*/
.top_slickslider{
	width: 75%;
    max-width: 1400px;
	min-width: 800px;
    position: absolute;
    top: 3%;
    left: -10%;
}
.top_slickslider li img{
	width: 100%;
	height: auto;
}


/*copy------------------------------*/
.sec_01{
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	max-height: 700px;
}
.sec_01::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
	max-height: 600px;
}
.copy_bg{
	position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: 8%;
	z-index: 10;
}
.copy_bg .copy_bg_wrap {
  position: relative;
  display: inline-block;
  margin-top: 1.6%;
  margin-bottom: 1.6%;
}
.copy_bg .copy_bg_wrap::before {
  animation: copy_bg 3.6s ease 2s  forwards;
  background: #18A4E6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.copy_bg .copy_bg_wrap .copy {
  color: #fff;
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
.copy_note{
    font-family: YakuHanJP, sans-serif;
    font-size: 14px;
}
.sec_01>p{
    position: absolute;
    bottom: 2%;
    right: 8%;
    font-size: 13px;
}
 
@keyframes copy_bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.sub_copy{
	color: #18A4E6;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0;
    display: block;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}


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



/*私たちのミッション------------------------------*/
.sec_02{
    background-image: url("../img/top/mission_bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 40% auto;
    padding-bottom: 16%;
    margin-bottom: 10px;
}
.sec_02>div{
	max-width: 790px;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 80px;
}
.sec_02>div h2{
	color: #FF892C;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.sec_02>div h2 span{
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}
.sec_02>div p:first-of-type{
    margin-bottom: 15px;
}


/*お知らせ------------------------------*/
.sec_03{
    background-image: url("../img/top/news_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 40% auto;
    padding-bottom: 5%;
}
.sec_03_inner{
	margin: 0 auto;
	max-width: 800px;
}
.news_btn{
	max-width: 220px;
    margin: 0 0 0 auto;
}


/*事業案内------------------------------*/
.sec_04{
	background-color: #f8f8f8;
	padding: 80px 0;
	margin-bottom: 80px;
}
.sec_04_wrapper{
    width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}
.sec_04_title{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.sec_04_title h2{
	padding-bottom: 45px;
}
.service_image{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.service_box{
	width: calc(20% - 20px);
	text-align: center;
}
.service_box p img{
	width: 100%;
	height: auto;
}
.service_box span{
	color: #18A4E6;
	padding-top: 12px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}
.support_am{
	background-color: #fff;
	border-radius: 24px;
	box-sizing: border-box;
	padding: 40px 6%;
	background-size: auto 41px;
	background-repeat: no-repeat;
	background-position: center 30px;
	box-shadow: 0 30px 30px 0 rgb(0 0 0 / 8%);
}
.support_title{
	text-align: center;
	color: #18A4E6;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: solid 2px #18A4E6;
	margin-bottom: 15px;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.support_am .support_title{
	line-height: 1.8em;
	color: #FF892C;
	border-bottom: solid 2px #FF892C;
}
.support_title p:first-of-type{
	font-size: 16px;
}
.support_title p:last-of-type{
	font-size: 14px;
    color: #333;
    font-weight: normal;
}
.support_sdgs .support_title span{
    display: block;
    padding: 0;
    line-height: 2em;
    font-size: 22px;
}
.support_sdgs .support_title span:first-of-type{
	font-size: 16px;
}
.support_text{
	padding-bottom: 10px;
}
.support_text:last-of-type{
    margin-bottom: 20px;
}
.support_text.note{
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.support_text.note::before{
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6em;
    font-family: sans-serif;
}
.support_sdgs .support_btn{
	display: block;
	max-width: 320px;
	margin: 0 auto;
}
.support_am .support_btn{
	display: block;
	max-width: 360px;
	margin: 0 auto;
}


/*アンガーマネジメントで社会評価が上がるSDGsゴール------------------------------*/
.sec_05{
    margin-bottom: 80px;
}
.sec_05_inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
}
.sec_05_inner h2{
    font-size: 24px;
    color: #333;
    line-height: 1.6em;
    font-weight: bold;
}
.sec_05_inner>div{
    width: 50%;
}
.sec_05_inner .sdgs{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 320px;
}
.sec_05_inner .sdgs p{
    width: calc(33.333% - 5%);
    box-sizing: border-box;
    margin-right: 5%;
    margin-bottom: 15px;
}
.sec_05_inner .sdgs p img{
    width: 100%;
    height: auto;
}
.sec_05_inner>p{
    width: 50%;
    padding-left: 10%;
    box-sizing: border-box;
}
.sec_05_inner>p img{
    width: 100%;
    height: auto;
}


/*SDGs経営サポート------------------------------*/
.sec_06{
    background-color: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 80px;
    position: relative;
}    
.sec_06_inner{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}
.support_sdgs{
    background-color: #fff;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 40px 6%;
    background-size: auto 41px;
    background-repeat: no-repeat;
    background-position: center 30px;
    box-shadow: 0 30px 30px 0 rgb(0 0 0 / 8%);
}
.sec_06::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 36px solid transparent;
    border-top: 36px solid #fff;
}



/*補助金------------------------------*/
.sec_07_wrapper{
	max-width: 900px;
	margin: 0 auto;
}
.sec_07{
	padding-bottom: 80px;
}
.sec_07_wrapper h3{
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
}
.sec_07_wrapper h3::after{
	content: '';
	width: 70px;
	height: 3px;
	background-color: #18A4E6;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sec_07_wrapper p:first-of-type{
	padding-bottom: 15px;
}


/*事例紹介------------------------------*/
.sec_08{
	background-color: #F5F7FB;
	margin-bottom: 80px;
	background-image: url("../img/top/cases.png");
	background-size: 57% auto;
	background-position: left center;
	background-repeat: no-repeat;
}
.sec_08_wrapper h2{
	padding-bottom: 70px;
}
.sec_08_wrapper p{
	padding-bottom: 30px;
}
.sec_08_wrapper{
	padding: 10% 18% 10% 40px;
	text-align: right;
	margin: 0 0 0 auto;
	width: fit-content;
}
.cases_btn{
	max-width: 270px;
	text-align: left;
}



/*SDGsツール------------------------------*/
.sec_09{
	margin-bottom: 80px;
}
.sec_09_wrapper{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	padding: 10px 40px;
}
.sec_09_wrapper>div{
	width: 50%;
	padding: 0 4%;
}
.tools_btn{
	max-width: 300px;
}
.tools_text h2{
	padding-bottom: 50px;
}
.tools_text p{
	padding-bottom: 35px;
}
.tools_slickslider{
	max-width: 340px;
	margin: 0 auto;
}
.tools_slickslider li img{
	width: 100%;
	height: auto;
}
.tools_slickslider .slick-next:before, .slick-prev:before {
    font-size: 50px;
    opacity: .95;
    color: #F5F7FB;
}
.slick-next:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 45px;
    background-color: #EAEFFA;
    border-radius: 50%;
	background-image: url("../img/top/tool_arrow_right.png");
	background-size: 20% auto;
	background-position: 52% center;
	background-repeat: no-repeat;
}
.slick-prev:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 45px;
    background-color: #EAEFFA;
    border-radius: 50%;
	background-image: url("../img/top/tool_arrow_left.png");
	background-size: 20% auto;
	background-position: 48% center;
	background-repeat: no-repeat;
}
.slick-next, .slick-prev {
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
}


@media screen and (max-width:1300px){
.sec_02 {
    margin-top: 5%;
}
/*.copy_bg .copy_bg_wrap .copy {
    font-size: 30px;
}*/	
.sec_01 {
    max-height: 520px;
}
}
@media screen and (max-width:1150px){
    .copy_bg .copy_bg_wrap .copy{
        font-size: 36px;
    }
    .sub_copy{
        font-size: 18px;
    }
}


@media print, screen and (max-width: 970px) {

/*slider------------------------------*/
.top_slickslider{
	width: 160%;
    max-width: 800px;
	min-width: 0;
    position: inherit;
	padding-top: 250px;
}
.top_slickslider li img{
	width: 100%;
	height: auto;
}
.top_slickslider li{
	transform: translateX(-12%);
}
	

/*copy------------------------------*/
.sec_01{
	overflow: hidden;
	max-height: none;
}
.sec_01::before {
    content: "";
    display: none;
    padding-top: 100%;
    max-height: 600px;
}
.copy_bg {
    position: absolute;
    top: 110px;
    transform: none;
    right: 3%;
    z-index: 10;
	text-align: right;
}
.copy_bg .copy_bg_wrap::before {
    animation: copy_bg 5s cubic-bezier(.17,.67,.33,.82) 1s 1 forwards;
    background: #18A4E6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
}
.copy_bg .copy_bg_wrap .copy {
    letter-spacing: 0.05em;
    padding: 6px 8px;
    position: relative;
    z-index: 1;
}
.sub_copy {
    padding: 15px 0;
    display: block;
    letter-spacing: 0.1em;
}	
.copy_bg .copy_bg_wrap {
    position: relative;
    display: inline-block;
    margin-top: 2%;
    margin-bottom: 2%;
}
    .sec_01>p{
        right: 3%;
    }
	
	
/*h2------------------------------*/
h2{
	font-size: 28px;
	padding-bottom: 20px;
}
h2 span{
	font-size: 16px;
	padding-left: 10px;
}


/*私たちのミッション------------------------------*/
.sec_02{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
    padding-bottom: 32%;
    background-size: 60% auto;
}
.sec_02 h2{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
}
.sec_02 h2 span{
	font-size: 22px;
	padding-left: 0;
	display: block;
	padding-top: 10px;
	font-weight: normal;
}
.sec_02>div{
    padding: 0 20px;
    max-width: 600px;
}
    

	
/*SDGs-----------------
.sec_03{
	background-attachment: inherit;
	padding: 45px 0;
	margin-bottom: 50px;
}
.statement_sdgs{
	max-width: 500px;
	width: 90%;
	padding: 25px 0;
	box-shadow: 0 18px 18px 0 rgb(0 0 0 / 8%);
}
.statement_sdgs p{
	line-height: 1.6em;
}
.sdgs_logo{
	width: 80%;
	max-width: 500px;
	padding-bottom: 20px;
}
.sdgs_icon{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
	max-width: 400px;
}-------------*/
	
	
/*お知らせ------------------------------*/
.sec_03{
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px 65px;
}
.news_btn{
	margin: 0 auto;
}
.sec_03_inner {
    margin: 0 auto;
    max-width: 600px;
}	
	

/*事業案内------------------------------*/
.sec_04 {
    padding: 45px 0 40px;
    margin-bottom: 40px;
}
.sec_04_wrapper {
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
    padding: 0 20px;
}	
.sec_04_title {
    display: block;
	padding-bottom: 30px;
}
.sec_04_title h2 {
    padding-bottom: 25px;
}	
.service_image {
    padding-bottom: 30px;
	flex-wrap: wrap;
	max-width: 600px;
    margin: 0 auto;
    justify-content: center;
}	
.service_box {
    width: calc(33.333% - 20px);
	margin: 0 10px 15px;
}
.service_box:last-child{
    margin-bottom: 0px;
}	
.service_box span {
    padding-top: 10px;
    font-size: 15px;
	line-height: 1.2em;
	font-weight: normal;
}	
.support_flex {
    display: block;
}	
.support_flex>div {
    width: 100%;
    border-radius: 20px;
    background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: center 18px;
    margin: 0 0 30px 0;
    box-shadow: 0 20px 24px 0 rgb(0 0 0 / 8%);
	padding: 60px 7% 30px 7%;
}	
.support_title {
    font-size: 20px;
    border-bottom: solid 2px #18A4E6;
    padding-bottom: 15px;
	line-height: 1.5em;
    margin-bottom: 15px;
    box-sizing: border-box;
}	
.support_title span {
    font-size: 14px;
}
.support_sdgs .support_title span{
    padding: 0;
    line-height: 1.5em;
    font-size: 20px;
}
.support_sdgs .support_title span:first-of-type{
	font-size: 15px;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.support_flex>div:nth-child(2) {
    background-size: auto 38px;
}	
.support_am .support_title {
    font-size: 20px;
	line-height: 1.5em;
	padding-bottom: 15px;
}	
.support_sdgs .support_btn {
    font-size: 14px;
    max-width: 300px;
	padding: 15px 20px 15px 35px;
	height: 66px;
	border-radius: 33px;
	width: 100%;
	line-height: 1.4em;
}
.support_am .support_btn {
    display: block;
    max-width: 300px;
	width: 100%;
    font-size: 14px;
	padding: 15px 20px 15px 35px;
	height: 66px;
	border-radius: 33px;
	line-height: 1.4em;
}	
.support_sdgs .support_btn span {
    width: 50px;
    height: 50px;
    right: 10px;
}
.support_sdgs .support_btn span::after {
    width: 18px;
    height: 14px;
}	
.support_am .support_btn span {
    width: 50px;
    height: 50px;
    right: 10px;
}	
.support_am .support_btn span::after {
    width: 18px;
    height: 14px;
}		
.support_text {
    padding-bottom: 10px;
}
.support_text:last-of-type{
    margin-bottom: 10px;
}
.support_am{
    padding: 30px 6%;
}
.support_title p:first-of-type {
    font-size: 15px;
    line-height: 1.6em;
    padding-bottom: 10px;
}
    .support_title p{
        line-height: 1.4em!important;
    }
    .support_text.note{
        margin-bottom: 10px;
    }

    
/*アンマネSDGs------------------------------*/
    .sec_05_inner{
        width: 100%;
        box-sizing: border-box;
        display: block;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 600px;
    }
    .sec_05_inner>div{
        width: 100%;
        margin-bottom: 30px;
    }
    .sec_05_inner h2{
        font-size: 20px;
    }
    .sec_05_inner .sdgs{
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
        margin-bottom: 10px;
    }
    .sec_05_inner .sdgs p{
        width: calc(33.333% - 4%);
        margin: 0 2% 10px;
    }
    .sec_05_inner>p{
        width: 60%;
        max-width: 300px;
        padding-left: 0;
        display: block;
        margin: 0 auto;
    }
    .sec_05{
        margin-bottom: 45px;
    }
    
    
/*SDGs経営サポート------------------------------*/
    .sec_06_inner{
        width: 100%;
        box-sizing: border-box;
        max-width: 600px;
        padding: 0 20px;
    }
    .support_title p:first-of-type{
        line-height: 1.4em!important;
    }
    .support_title p:last-of-type{
        padding-top: 15px;
        text-align: left;
    }
    .support_sdgs{
        padding: 30px 6%;
    }
    .sec_06 {
        padding: 70px 0 45px;
        margin-bottom: 45px;
    }
    
	
	
/*補助金------------------------------*/
.sec_07 {
    padding-bottom: 45px;
}	
.sec_07_wrapper {
    max-width: 600px;
	padding: 0 20px;
}	
.sec_07_wrapper h3{
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}	
.sec_07_wrapper p:first-of-type {
    padding-bottom: 10px;
}	
	
	
/*事例紹介------------------------------*/
.sec_08{
	margin-bottom: 45px;
	background-size: 55% auto;
	background-position: left top;
	background-repeat: no-repeat;
}
.sec_08_wrapper h2{
	padding-bottom: 20px;
}
.sec_08_wrapper p{
	padding-bottom: 20px;
}
.sec_08_wrapper{
	padding: 20% 5% 50px 5%;
	margin: 0 0 0 auto;
	width: fit-content;
}
	
	
/*SDGsツール------------------------------*/
.sec_09{
	margin-bottom: 45px;
}
.sec_09_wrapper{
	max-width: 600px;
	display: block;
	padding: 0 20px 0px 20px;
}
.sec_09_wrapper>div{
	width: 100%;
	padding: 0 4% 0px 4%;
	box-sizing: border-box;
	max-width: 380px;
	margin:  0 auto;
}
.tools_text h2{
	padding-bottom: 20px;
}
.tools_text p{
	padding-bottom: 20px;
}
.tools_slickslider{
	padding-bottom: 30px;
}
.tools_slickslider li img{
	border-radius: 10px;
}
.tools_slickslider .slick-next:before, .slick-prev:before {
    opacity: 1;
}
.slick-prev {
    left: 25px;
    z-index: 10;
}	
.slick-next {
    right: 25px;
    z-index: 10;
}	
.tools_btn {
    max-width: 400px;
}	
}


@media print, screen and (max-width: 600px) {
/*copy------------------------------*/
.sec_01{
	overflow: hidden;
	max-height: none;
}
.sec_01::before {
    content: "";
    display: none;
    padding-top: 100%;
    max-height: 600px;
}
.copy_bg {
    position: absolute;
    top: 110px;
    transform: none;
    right: 3%;
    z-index: 10;
	text-align: right;
}
.copy_bg .copy_bg_wrap::before {
    animation: copy_bg 5s cubic-bezier(.17,.67,.33,.82) 1s 1 forwards;
    background: #18A4E6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
}
.copy_bg .copy_bg_wrap .copy {
    font-size: 24px;
}	
.copy_bg .copy_bg_wrap .copy {
    letter-spacing: 0.05em;
    padding: 6px 8px;
    position: relative;
    z-index: 1;
}
.sub_copy {
    font-size: 13px;
    padding: 15px 0;
    display: block;
    letter-spacing: 0.1em;
}	
.copy_bg .copy_bg_wrap {
    position: relative;
    display: inline-block;
    margin-top: 2%;
    margin-bottom: 2%;
}
.sec_01>p{
    font-size: 12px;
}
.top_slickslider{
    padding-top: 230px;
}
.sec_02{
    padding-bottom: 40%;
    background-size: 80% auto;
}
.service_box {
    width: calc(50% - 10px);
    margin: 0 5px 15px;
}
.service_image{
    justify-content: flex-start;
}  
.sec_08{
	background-size: 95% auto;
}
.sec_08_wrapper{
	padding: 85% 5% 40px 5%;
}
   
    
}


@media print, screen and (max-width: 365px){
.copy_bg .copy_bg_wrap .copy {
    font-size: 18px;
}
.support_title {
    font-size: 20px;
}
.support_title span {
    font-size: 13px;
}	
.tools_text h2 span{
    display: block;
	padding-left: 0;
	padding-top: 10px;
}	
.support_sdgs .support_btn span{
    width: 45px;
    height: 45px;
    right: 8px;
}
	
.support_am .support_btn {
    padding: 15px 20px 15px 25px;
}	
.support_am .support_btn span {
    width: 45px;
    height: 45px;
    right: 8px;
}	
.support_flex>div {
    padding: 60px 5% 30px 5%;
}
.tools_btn {
    display: block;
    max-width: 300px;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px 15px 35px;
    height: 66px;
    border-radius: 33px;
    line-height: 1.4em;
}	
	
	
	
	
	
	
	
	
	
	
	
	
}
