/* 概要, Assistance, Results, Flow, Q&A　→style.cssに記述 */

/* 紹介・主な取り組み内容 */
#_intro{
  position: relative;
}
#_intro .cntTitle{
	margin-bottom: 40px;
}
#_intro h3.cntTitle{
	margin: 31px 0 20px;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--c-main);
  font-family: var(--ff-en);
}
#_intro .cntText{
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 2;
}
#_intro .cntBox{
  max-width: 1335px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 33px 2.9962% 40px;
}
#_intro .cntBox .title{
	font-family: var(--ff-en);
  font-size: 2.8rem;
	color: var(--c-main);
	margin-bottom: 4px;
}
#_intro .cntBox .subtit{
	display: block;
  font-size: 2.0rem;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
	position: relative;
}
#_intro .cntBox .subtit::before{
  content: url(../img/common/icon_right_green.svg);
	position: absolute;
	top: 2px;
	left: 0;
}

#_initiative {
  position: relative;
  padding-top: 80px;
}
#_initiative .cntTitle {
	margin-bottom: 31px;
}
#_initiative .cntList{
	font-size: 1.8rem;
	line-height: 1.7777;
	counter-reset: item;
  list-style-type: none;
  margin-bottom: 30px;
}
#_initiative .cntList .item{
	padding-left: 26px;
	/*position: relative;*/
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
#_initiative .cntList .item .item_img{
	flex-shrink: 0;
}
#_initiative .text_small{
  font-size: 1.4rem;
}
#_initiative h3.cntTitle{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2rem;
}

/* TAB */
@media screen and (max-width: 920px) {
	#_intro{
		/*padding-bottom: 200px;*/
	}
	#_intro .cntTitle{
		margin-bottom: 30px;
	}
	#_intro .cntText{
		font-size: 1.8rem;
	}
	#_intro .cntBox{
		padding: 20px;
	}
	#_intro .cntBox .title{
		font-size: 2.4rem;
	}
	#_intro .cntBox .subtit{
		font-size: 1.8rem;
	}
	#_initiative .cntBox .text_small{
		padding-left: 0;
	}
	#_initiative .cntList{
		padding-left: 0;
		font-size: 1.6rem;
	}
}
/* SP */
@media screen and (max-width: 480px) {
	#_intro{
		/*padding-bottom: 180px;*/
	}
	#_intro .cntTitle{
		margin-bottom: 20px;
	}
	#_intro .cntText{
		font-size: 1.6rem;
	}
	#_intro .cntBox{
		padding: 15px;
	}
	#_intro .cntBox .title{
		font-size: 2.2rem;
	}
	#_intro .cntBox .subtit{
		font-size: 1.6rem;
	}

  #_initiative{
    position: relative;
  }
  #_initiative .cntList{
		font-size: 1.4rem;
	}
  #_initiative .cntList .item::before{
		top: .2em;
		width: 19px;
		height: 19px;
		font-size: 1.3rem;
		line-height: 18px;
	}
  #_initiative .cntBox .text_small{
		font-size: 1.2rem;
	}
}


/* Summary */
/* PC */
@media screen and (min-width: 921px) {
  #_message{
    padding-top: 160px;
  }
}

/* 支援の流れ*/
#_support{
  padding-top: 80px;
  overflow: hidden;
}
#_support .box {
  padding: 5px 30px 30px;
  background-color: #fff;
}
#_support .cntTitle{
  margin-bottom: 31px;
}
#_support .cntList{
	font-size: 1.8rem;
	line-height: 1.7777;
	counter-reset: item;
  list-style-type: none;
}
#_support .cntList .item{
	padding-left: 26px;
	position: relative;
  margin: 0 0 50px;
  display: flex;
}
#_support .cntList .item::before{
	position: absolute;
    counter-increment: item;
    content: counter(item);
    top: -0.3em;
    left: 0;
    width: 40px;
    height: 40px;
    background: var(--c-main);
    border-radius: 50%;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-family: var(--ff-en);
}
#_support .cntList .item:not(:last-of-type)::after{
	content: url(../img/common/icon_down-blue.svg);
    position: absolute;
    width: 109px;
    height: 29px;
    left: 50%;
    bottom: -50px;
    transform: translateY(-50%) translateX(-50%);
}
#_support .text_bold{
  font-weight: 600;
}

#_support .cntList .item_img{
  margin-right:20px;
}
#_support .cntList .item_ex{
  width:70%;
  font-size: 1.7rem;
  line-height: 2;
}

#_support .cntList .item_right{
  position: relative;
  width: 100%;
  max-width: 633px;
  margin-left: auto;
  padding-left: 30px;
  z-index: 2;
}
#_support .cntList .item_title{
  /*margin-bottom: 24px;
  font-family: var(--ff-en);
  font-size: 4rem;
  font-weight: 600;*/
  margin: 31px 0 20px;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--c-main);
  font-family: var(--ff-en);
}
#_support .cntList .item_small{
  display: block;
  font-size: 1.6rem;
}
#_support .cntList .item_num{
  display: block;
  color: #C4C4C4;
  font-family: var(--ff-en);
  font-size: 2.8rem;
  font-weight: 600;
}
#_support .cntList .item_num + br{
  display: none;
}
#_support .cntList .item_text{
  font-size: 1.7rem;
  line-height: 2;
}
#_support .cntBtn{
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  #_support .cntList .item_title{
    font-size: calc(40px - 14*(1200px - 100vw)/280);
  }
  #_support .cntBtn{
    margin-top: 6vw;
  }
}
/* TAB */
@media screen and (max-width: 920px) {
  #_support{
    padding-top: 120px;
  }
  #_support .cntList .item{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px 30px;
  }
  /*#_support .cntList .item + .item{
    margin-top: 50px;
  }*/
  #_support .cntList .item_img{
    max-width: 100%;
  }
  #_support .cntList .item_right{
    max-width: 100%;
    padding: 0;
  }
  #_support .cntList .item_title{ font-size: 4.2rem; }
  #_support .cntList .item_num{ font-size: 2.2rem; }
  #_support .cntList .item_text{ font-size: 1.7rem; }
  #_support .cntBtn{ margin-top: 25px; }
}
/* SP */
@media screen and (max-width: 480px) {
  #_support{ padding-top: 100px; }
  #_support .cntTitle{ margin-bottom: 40px; }
  #_support .cntList .item{ grid-template-columns: 1fr; }
  #_support .cntList .item_num{ font-size: 1.8rem; }
  #_support .cntList .item_title{ font-size: 3.2rem; }
  #_support .cntList .item_title{ margin-bottom: 15px; }
  #_support .cntList .item_text{ font-size: 1.6rem; }
  #_support .cntList .item{display: block; padding: 0; margin-bottom: 100px;}
  #_support .cntList .item_ex{width: 100%; margin:10px 0;}
  #_support .cntList .item_img{width: 100%; margin:0;}
  #_support .cntList .item::before{top: -0.5em; left: -0.5em;}
  #_support .cntList .item:not(:last-of-type)::after{bottom: -75px;}
}
/* 対象者、スタッフ、事業の特徴 */
#_target,
#_staff,
#_business{
  padding-top: 80px;
}
#_target .cntText,
#_staff .cntText,
#_business .cntText {
  font-size: 1.8rem;
	line-height: 1.7777;
}
#_target .cntTitle,
#_staff .cntTitle,
#_business .cntTitle {
	margin-bottom: 31px;
}
#_business .cntList{
	font-size: 2rem;
	margin: 0 0 31px;
  line-height: 2;
}
#_business .cntList .item{
	position: relative;
	padding-left: 24px;
}
#_business .cntList .item::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 20px;
	left: 0;
	transform: translateY(-50%);
	background: var(--c-main);
}
#_business .cntList .item span{
	font-weight: 600;
}

/* スライド */
#_intro .cntBox_img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
	max-width: 1700px;
}
#_intro .cntBox_img .item{
  width: 360px;
  max-width: 360px;
  height: 270px;
  padding: 0 20px;
  box-sizing: content-box;
}
#_intro .cntBox_img .item img{
  border-radius: 8px;
  opacity: 0;
}
#_intro .cntBox_img.slick-initialized .item img{
  opacity: 1;
}
/* TAB */
@media screen and (max-width: 920px) {
  #_intro .cntBox_img .item{
    width: 240px;
    max-width: 240px;
    height: 180px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_intro .cntBox_img .item{
    width: 200px;
    max-width: 200px;
    height: 150px;
    padding: 0 10px;
  }
}

#_flow-shien{
  padding-top: 80px;
}
#_flow-shien .cntTitle{
  margin-bottom: 31px;
}
#_flow-shien h3.cntTitle{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.8rem;
}
#_flow-shien .cntList{
  max-width: 1200px;
  margin: 0 auto;
}
#_flow-shien .cntList .item {
  position: relative;
}
#_flow-shien .cntList .item + .item{
  margin-top: 60px;
}
#_flow-shien .cntList .item_title{
  position: relative;
	display: flex;
	align-items: center;
	min-height: 82px;
  padding: 25px 130px 25px 100px;
  background: #fff;
  border-radius: 8px;
  box-shadow: #00000014 0 4px 4px;
  cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}
#_flow-shien .cntList .item_title.active{
  background: #E6EEF0;
}
/*#_flow-shien .cntList .item_title::before{
  content: "Q";
  position: absolute;
	top: calc(50% - 2px);
  left: 20px;
  transform: translateY(-50%);
  color: var(--c-main);
	font-family: var(--ff-en);
  font-size: 4rem;
  font-weight: 600;
}*/
#_flow-shien .cntList .item_title::after{
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
  display: inline-block;
  width: 23px;
  height: 23px;
  border-top: 4px solid #A3CAD5;
  border-left: 4px solid #A3CAD5;
  border-radius: 3px;
  transform: rotate(227deg) skewX(5deg);
  transition: .3s;
  box-sizing: border-box;
}
#_flow-shien .cntList .item_title.active::after{
  top: calc(50% - 5px);
  transform: rotate(47deg) skewX(5deg);
}
#_flow-shien .cntList .item_text{
  padding: 20px;
	font-size: 1.8rem;
	line-height: 2;
  display: flex;
  gap: 30px;
}
#_flow-shien .cntList .item_text img.wide{
  max-width: 660px;
	width: 100%;
}
#_flow-shien .cntList .item_text img.narrow{
  max-width: 440px;
	width: 100%;
}
#_flow-shien .cntList .item_text img.inside{
  padding: 16px 0;
}
#_flow-shien .cntList .item .item_img{
	flex-shrink: 0;
}
#_flow-shien .cntList .item ul {
    list-style:  none; 
    margin:  0 0 20px; 
    padding: 0;
	line-height: 2;
}
#_flow-shien .cntList .item ul li:before {
    content:  "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: var(--c-main);
    border-radius: 50%;
	  margin-right:5px;
}
#_flow-shien .cntList .item .circle{
	position: absolute;
	background: var(--c-main);
	width: 80px;
	height: 80px;
	top: -10px;
	left: -10px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-family: var(--ff-en);
	padding-top: 15px;
  z-index: 999;
}
#_flow-shien .cntList .item .num{
	font-size: 2.4rem;
}
#_flow-shien .cntList .item:not(:last-of-type)::after{
	content: url(../img/common/icon_down-blue.svg);
    position: absolute;
    width: 109px;
    height: 29px;
    left: 50%;
    bottom: -60px;
    transform: translateY(-50%) translateX(-50%);
}

/* TAB */
@media screen and (max-width: 920px) {
	#_flow-shien{
		padding-top: 70px;
	}
	#_flow-shien .cntList .item_title{
		min-height: 0;
		padding: 20px 80px 20px 75px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#_flow-shien .cntList .item_title::after{
		right: 35px;
		width: 20px;
		height: 20px;
	}
	#_flow-shien .cntList .item_text{
		padding: 20px 30px 10px 80px;
		font-size: 1.6rem;
	}
}
/* SP */
@media screen and (max-width: 480px) {
	#_flow-shien{
		padding-top: 60px;
	}
  #_flow-shien h3.cntTitle{
    margin-top: 10px;
  }
	#_flow-shien .cntList .item_title{
		padding: 12px 80px;
		font-size: 1.6rem;
	}
	#_flow-shien .cntList .item_title::before{
		left: 15px;
		font-size: 3rem;
	}
	#_flow-shien .cntList .item_title::after{
		right: 20px;
    width: 15px;
    height: 15px;
    /* border-width: 3px; */
	}
	#_flow-shien .cntList .item_text{
		padding: 20px 10px 5px;
		font-size: 1.5rem;
    display: block;
	}
}