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

/* そもそも居場所って？ */
#_intro{
  position: relative;
  /*padding-bottom: 300px;*/
}
#_intro .cntTitle{
	margin-bottom: 40px;
}
#_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;
}
#_intro .cntBox .text_small{
	padding-left: 30px;
  font-size: 1.4rem;
}
/* #_intro .cntBox .subTitle::before{
	position: absolute;
} */
#_intro .cntList{
  padding: 8px 0 8px 30px;
	font-size: 1.8rem;
	line-height: 1.7777;
	counter-reset: item;
  list-style-type: none;
}
#_intro .cntList .item{
	padding-left: 26px;
	position: relative;
}
#_intro .cntList .item::before{
	position: absolute;
  counter-increment: item;
  content: counter(item);
	top: .3em;
	left: 0;
	width: 21px;
	height: 21px;
	background: var(--c-main);
	border-radius: 50%;
	box-sizing: border-box;
	line-height: 19px;
	font-size: 1.5rem;
  color: #fff;
	text-align: center;
}
/* 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;
	}
	#_intro .cntBox .text_small{
		padding-left: 0;
	}
	#_intro .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;
	}
	#_intro .cntList{
		font-size: 1.4rem;
	}
	#_intro .cntList .item::before{
		top: .2em;
		width: 19px;
		height: 19px;
		font-size: 1.3rem;
		line-height: 18px;
	}
	#_intro .cntBox .text_small{
		font-size: 1.2rem;
	}
}

/* Summary */
/* PC */
@media screen and (min-width: 921px) {
  #_message{
    padding-top: 160px;
  }
}
/* ヒトトコの３つのサポート */
#_support{
  padding-top: 160px;
  overflow: hidden;
}
#_support .cntTitle{
  margin-bottom: 60px;
}
#_support .cntList .item{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#_support .cntList .item + .item{
  margin-top: 100px;
}
#_support .cntList .item_img{
  position: relative;
  max-width: 700px;
  height: 0;
  padding-top: 75%;
  box-sizing: content-box;
}
#_support .cntList .item_img::before,
#_support .cntList .item_img::after{
  content: "";
  position: absolute;
  background: center/contain no-repeat;
}
#_support .cntList .item_img::before{
  z-index: -1;
}
#_support .cntList .item_img::after{
  z-index: 2;
}
#_support .cntList .item:nth-of-type(3n-2) .item_img::before{
  /* top: 205px; */
  top: 39.0476%;
  /* left: -70px; */
  left: -10%;
  /* width: 106px */
  width: 15.1428%;
  /* height: 105px; */
  height: 20%;
  background-image: url(../img/top/support-01_d1.svg);
}
#_support .cntList .item:nth-of-type(3n-2) .item_img::after{
  /* bottom: -32px; */
  bottom: -6.0952%;
  /* right: -47px; */
  right: -6.7142%;
  /* width: 207px; */
  width: 29.5714%;
  /* height: 178px; */
  height: 33.9047%;
  background-image: url(../img/top/support-01_d2.svg);
}
#_support .cntList .item:nth-of-type(3n-1) .item_img::before{
  /* top: -22px; */
  top: -4.1904%;
  /* left: -77px; */
  left: -11%;
  /* width: 205px; */
  width: 29.2857%;
  /* height: 197px; */
  height: 37.5238%;
  background-image: url(../img/top/support-02_d1.svg);
}
#_support .cntList .item:nth-of-type(3n-1) .item_img::after{
  /* bottom: -8px; */
  bottom: -1.5238%;
  /* right: -26px; */
  right: -3.7142%;
  /* width: 83px; */
  width: 11.8571%;
  /* height: 82px; */
  height: 15.6190%;
  background-image: url(../img/top/support-02_d2.svg);
}
#_support .cntList .item:nth-of-type(3n) .item_img::before{
  /* bottom: -39px; */
  bottom: -7.4285%;
  /* left: -100px; */
  left: -14.2857%;
  /* width: 240px; */
  width: 34.2857%;
  /* height: 240px; */
  height: 45.7142%;
  background-image: url(../img/top/support-03_d1.svg);
}
#_support .cntList .item:nth-of-type(3n) .item_img::after{
  /* top: -27px; */
  top: -5.1428%;
  /* right: -44px; */
  right: -6.2857%;
  /* width: 134px; */
  width: 19.1428%;
  /* height: 132px; */
  height: 25.1428%;
  background-image: url(../img/top/support-03_d2.svg);
}
#_support .cntList .item_img img{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
	background: #fff;
}
#_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;
}
#_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; }
}

/* 参加申し込み　香川県ひきこもりサポーターを活用 */
#_application,
#_utilization {
  padding-top: 80px;
}
#_application .cntTitle,
#_utilization .cntTitle {
	margin-bottom: 31px;
}
#_application h3.cntTitle,
#_utilization h3.cntTitle {
	font-size: 2.4rem;
	font-weight: 600;
  font-family: var(--ff-en);
}
#_application .cntText,
#_utilization .cntText {
	font-size: 1.8rem;
	line-height: 1.7777;
}
#_application .cntBtn,
#_utilization .cntBtn {
  margin-top: 30px;
}

/* スライド */
#_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;
  }
}


