@charset "UTF-8";

/*
=======================================================
# バナー
=======================================================
*/
.col1 .keni-section_wrap {
  max-width: none !important;
  padding: 0 !important;
}
.keni-section_wrap .banner {
  background: rgba(000,000,000,1.0);
  color: #ffffff;
  padding: 40px;
  margin-top: 120px;
}
.keni-section_wrap #banner-service.banner {
	margin-top: 0;
  max-width: none;
}
.banner-content{
  margin: 0 auto;
  max-width: 900px;
}
.banner-content .mobile {
  margin: 24px auto 0;
  text-align: center;
}

/* スペース調整(PC、タブレット 高さ320px基準) */
@media (min-width: 768px) {
	#banner-service {
		padding: 24px 34px;
	}
	#banner-menu {
	  padding: 64px 34px;
	}
	#banner-plantype {
	  padding: 64px 34px;
	}
	#banner-objective {
		padding: 96px 34px;
	}
}

.banner .col2-wrap {
  margin: 0 auto;
}

/* 左テキスト */
.banner-copy {
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 auto;
  padding: 0 16px;
}
.banner-copy p {
	margin: 0;
}
.pink-2 {
  color: #ff2f70;
}
.banner a {
  color: #ffffff;
}
.banner a:hover,
.banner a:active,
.banner a:focus {
    color: #ff2f70;
}

@media (max-width:440px)and (min-width:767px){
	#banner-menu .banner-copy,
	#banner-plantype .banner-copy {
		width: 400px;
		text-align: center;
	}
}
@media (max-width:540px)and (min-width:767px){
	#banner-objective .banner-copy {
		width: 500px;
		text-align: center;
	}
}
@media (min-width: 768px){
	.banner-copy {
		font-size: 1.8rem;
		line-height: 2.0;
		margin: 0 auto;
		padding: 0 60px 0 0;
	}
}
@media (min-width: 960px){
	.banner-copy {
		padding: 0 120px 0 0;
	}
}
@media screen and (max-width: 319px){
	.banner-copy {
    font-size: 1.3rem;
  }
}

/*「紹介のお申し込み」はこちらから*/
.request-btn-02 {
  margin-top: 40px !important;
}
.request-btn-02 a {
  display: inline-table;
  position: relative;
  padding: 10px 16px 8px;
  width: 94%;
  max-width: 300px;
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
.request-btn-02 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -5px;
  width: 97%;
  height: 2px;
  background-color: rgb(255 255 255 / 50%);
  transition: 0.2s ease 0s;
}
.request-btn-02 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: rgb(255 255 255 / 50%);
  transition: 0.2s ease 0.2s;
}

.label-free {
  background: #ff3a77;
  color: #ffffff;
  padding: 1px 4px;
  font-size: 1.4rem !important;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 4px;
  margin-left: 16px;
  vertical-align: middle;
}


/*アイコン、メニュー共通*/
div.col.banner-icon,
div.col.banner-menu {
	margin: 32px auto 0;
}
.col2-wrap > .col.banner-icon {
	width: 204px;
}
.col2-wrap > .col.banner-menu {
	width: 240px;
}
/*アイコン 4分割*/
.banner-icon-1.col2-wrap {
  margin-bottom: 0;
}
.banner-icon-1 .col_ns {
	border-bottom: 1px solid #ffffff;
}
.banner-icon .col_ns:nth-child(odd) {
  border-right: 1px solid #ffffff;
}
.category-type {
  width: 102px;
  text-align: center;
  margin: 0 auto;
	padding: 16px;
  }

.category-type span {
  text-align: center;
  font-size: 3.4rem;
}

.category-type p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 100;
	margin: 0;
}

/*メニュー*/
.banner-menu div {
  text-align: left;
  height: 64px;
  font-size: 1.8rem;
  width: 240px;
}
.banner-menu span {
  vertical-align: sub;
}

span.banner-menu-text {
  padding-top: 8px;
	font-size: 1.6rem;
}
span.banner-menu-icon {
  font-size: 3.4rem;
  margin:0 16px;
}

#banner-objective span.banner-menu-icon,
#text-24 span.banner-menu-icon {
  font-size: 3.4rem;
  margin:0 16px 0 48px;
}

/*
サービスの特徴
*/
.target {
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center;
  font-weight: bolder;
  margin: 0px auto 32px;;
}

@media screen and (min-width: 520px)and (max-width: 959px){
  .target {
    font-size: 2.9rem;
    margin: 0px auto 40px;
  }
}
@media screen and (min-width: 960px){
  .target {
    font-size: 3.6rem;
    margin: 0px auto 40px
  }
}
@media screen and (max-width: 319px){
  .target {
    font-size: 1.6rem;
  }
}

/*
# 計画種別カテゴリ―バナー
*/
.category-all {
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
}
.category-all .col_ns:first-child {
	margin-top: 24px;
}

@media (min-width : 480px){
  	.category-all .col3-wrap {
      margin: 1em 0;
  }
  .category-all .col_ns:first-child {
  	margin-top: 0px;
  }
}
