@charset "utf-8";
/*
 * [TERA 2026-08-04] リニューアル版ページ(.kf-renewal)には当てない。
 * 要素セレクタで色を固定していると、新デザインが親要素で指定した色
 * （例: ヒーローのリード文＝白）を <p> が継承できず黒くなるため。
 * 既存ページの見た目は変えないよう、範囲を狭めるだけに留める。
 */
body:not(.kf-renewal) p{
  color: #333333;
}

/* .mainvisual 内の .container */
.mainvisual .container {
	margin:0;
}


.card {
  padding: 30px;
  background: #f0f8f9;
  border-radius: 15px;
}

.card.function-point {
	padding: 30px 130px;
}

.card.knowledge {
	padding: 30px 19px;
}

@media screen and (max-width: 767px){
	.card.function-point {
		padding: 30px 30px;
	}

	.card.knowledge {
		padding: 30px 30px;
	}
}

.point-list .card {
  padding: 30px;
}

.point-list .card dt {
  text-align: center;
  color: #0dacb5;
  font-size: 20px;
  margin-bottom: 20px;
}

.point-list .card span {
  position: relative;
  font-size: 24px;

}

.point-list .card span::before,
.point-list .card span::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #0dacb5;
}

.point-list .card span::after {
  left: auto;
  right: -30px;
}

.faq-box {
  padding: 40px;
  background: #f1f0ec;
}

.faq-box dl + dl {
  margin-top: 40px;
}

.faq-box dt {
  font-weight: bold;
  margin-bottom: 15px;
}

.feature-list .card {
  background: #fff;
  text-align: center;
}

.feature-list .card dt {
  font-size: 20px;
  font-weight: 600;
  color: #0dacb5;
  margin-bottom: 15px;
}

.feature-list .card dd {
  font-size: 23px;
  font-weight: 600;
  color: #333333
}


body:not(#frontpage) section.feature {
  margin-top: 100px;
  padding: 100px 0;
}

body:not(#frontpage) section.ads {
  padding: 80px 0 40px;
}

.annotation{
  color: #666666;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
/*
** 「/function/」
*************************************/

/* メインビジュアルを固有表示 */
#function .mainvisual {
	height: 26vw!important;
	background: #fff;
	margin-bottom: 0!important;
}
#function .mainvisual img {
	max-width: 100%;
}
#function .mainvisual h1 {
	text-align:left !important;
	line-height: 2;
}
#function .feature {
	margin-top: 0!important;
    padding: 0;
}

@media screen and (max-width: 767px){
  #function .mab30{
    margin-bottom: 18px;
  }
	#function .mainvisual {
		overflow: hidden;
	  height: 30vw!important;
	}
	#function .mainvisual img {
		max-width: 115%;
	}
	body#function .mainvisual h1{
	  font-size: 20px !important;
	  line-height: 1.8;
	}
	body#function section.step {
	    padding: 70px 0 0 !important;
	}
	body#function section.how_to_use {
	    padding: 70px 0 0 !important;
	}
	body#function section.example  {
	    padding: 0px 0 0 !important;
	    margin-top: 70px;
	}
	body#function section.step p{
	  line-height: 24pt;
	}
}


/* example */
.example a {color:#333;}
.example .card {
	height:910px;
	padding:0;
	border-radius:8px;
	background:#FFF;
	box-shadow:0px 0px 20px 3px rgba(212,209,199,0.7);
}
.example .card .card_lead{
	height:155px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.example .card .card_lead div p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:24px;
}
.example .card .card_lead div .catchtitle{
	letter-spacing:0.5px;
	font-size:15px;
	margin-bottom:10px;
}

.example .card .card_image {
	height:340px;
	display:flex;
	justify-content:center;
	align-items:center;

}
.example .card .card_contents {
	height:415px;
	padding:15px 25px;
}

.example .card .card_contents ul {
	text-indent: -20px;
	padding-left: 20px;
}
.example .card .card_contents ul li {
	margin-bottom:5px;
}

.example .card .card_contents ul li:before {
	counter-increment: item;
	content: "●";
	padding: 5px 0px;
	vertical-align:bottom;
	margin-right: 5px;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	color:#333;
	width: 15px;
	display: inline-block;
}

.example .card .card_contents .btn {
	width: 90%;
	height: 50px;
	padding: 10px 30px;
}

.example .card .card_contents .btn_nohover {
	width: 90%;
	height: 50px;
	padding: 10px 30px;
}

.example .card:hover {
  transition: 0.2s;
	box-shadow:0px 0px 15px 10px rgba(212,209,199,.7);
}

/* yellow */
.example .card.yellow .catchtitle{color:#ffd000;}
.example .card.yellow .card_image{background:#ffd000;}

/* vermilion */
.example .card.vermilion .catchtitle {color:#f15a24;}
.example .card.vermilion .card_image {background:#f15a24;}

/* blue */
.example .card.blue .catchtitle {color:#29abe2;}
.example .card.blue .card_image {background:#29abe2;}

@media screen and (max-width: 767px){
.example .row.mb1 {
  margin-bottom: 40px;
}
.example .container .row > *:last-child{
	margin-bottom: 70px;
}
.example .card,
.example .card .card_image,
.example .card .card_contents {
	height: auto;
}
.example .card .card_lead div .catchtitle {
	font-size: 12px;
	margin-bottom: 8px;
}
.example .card .card_lead div p {
    font-size: 23px;
}
}

/* privacy policy */
/* use */
.num-list {
	counter-reset: item;
	text-indent: -40px;
	padding-left: 40px;
}

.num-list > li {
	margin-bottom:10px;
}

.num-list > li:before {
	counter-increment: item;
	content: counter(item);
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#77BCC3;
	text-align: right;
	width: 30px;
	display: inline-block;
}


/* point */
.circle-list {
	border-bottom:1px solid #F1F0EC;
	text-indent: -20px;
	padding-left: 20px;
}
.circle-list>li:before {
	counter-increment: item;
	content: "●";
	padding: 5px 0px;
	vertical-align:bottom;
	margin-right: 5px;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	color:#333;
	width: 15px;
	display: inline-block;
}
.circle-list>li .sub-list {
	text-indent: -20px;
	padding-left: 20px;
}
.circle-list>li .sub-list li:before {
	counter-increment: item;
	content: "・";
	padding: 5px 0px;
	vertical-align:bottom;
	margin-right: 5px;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	color:#333;
	width: 15px;
	display: inline-block;
}

/* privacy policy */
#privacy h2 {
	text-align: left !important;
}
#privacy .circle-list {
	border-bottom: none;
}
/* privacy policy */
#use h2 {
	text-align: left !important;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
  .points .mab40{
    margin-bottom: 30px;
  }
  .card {
    padding: 20px;
  }

  .point-list > * + * {
    margin-top: 30px;
	}

  .faq-box {
    padding: 25px;
  }

  body:not(#frontpage) section.feature {
    margin-top: 50px;
    padding: 50px 0;
  }

  .feature-list > * + * {
    margin-top: 30px;
	}

  .feature-list .card dd {
    font-size: 20px;
  }

  body:not(#frontpage) section.ads {
    padding: 40px 0 10px;
  }
}

/* biz-robo */
#bizrobo .feature .note {
	display: inline-block;
    line-height: 1.5;
	font-size: 16px;
	font-weight: 500;
}



/* service */
#service .about {
	padding: 200px 0;
	color: #fff;
	background: #0dacb5;
}

#service .intro {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

#service .intro .text {
	font-size: 22px;
	margin-top: 57px;
	color: #fff;
}

#service .intro .image {
	margin-top: 140px;
}

#service .philosophy {
	margin-top: 140px;
}

#service .philosophy .item {
	position: relative;
}

#service .philosophy > .item:nth-of-type(2) {
	margin-top: 120px;
}

#service .philosophy > .item:first-of-type .text-area,
#service .philosophy > .item:nth-of-type(2) .text-area {
	position: absolute;
	width: 750px;
	height: 350px;
}

#service .philosophy > .item:last-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#service .philosophy > .item:first-of-type .text-area {
	top: 0;
	right: 0;
}

#service .philosophy > .item:first-of-type .image {
	position: relative;
	top: 70px;
}

#service .philosophy > .item:nth-of-type(2) .text-area {
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#service .philosophy > .item:nth-of-type(2) .image {
	margin-left: auto;
}

#service .philosophy > .item:last-of-type .text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	color: #fff;
}

#service .philosophy > .item:last-of-type .image {
	margin: 100px 0;
}

#service .philosophy > .item .text-area .title {
	display: block;
	margin-bottom: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 38px;
	color: #fff;
}

#service .philosophy > .item .text-area .text-list .item {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	color: #fff;
}

#service .philosophy > .item .text-area .text-list > .item + .item {
	margin-top: 5px;
}

#service .strategy {
	padding: 140px 0;
	background: #f1f0ec;
}

#service .strategy .img-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-bottom: 130px;
}

#service .strategy .img-logo .title {
	display: block;
	margin-top: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #333;
}

#service .strategy .strategy-theme {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-bottom: 130px;
}

#service .strategy .strategy-theme .title {
	margin-bottom: 45px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #0dacb5;
}

#service .strategy .strategy-theme .text {
	font-size: 30px;
	color: #1a1a1a;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#service .about {
		padding: 100px 0;
	}

	#service .intro .text {
		font-size: 16px;
		text-align: center;
	}

	#service .intro .image {
		width: 80%;
		margin: 70px auto 0;
	}

	#service .philosophy > .item:first-of-type .text-area,
	#service .philosophy > .item:nth-of-type(2) .text-area {
		position: relative;
		width: 100%;
		height: 100%;
	}

	#service .philosophy > .item .text-area .title {
		font-size: 23px;
	}

	#service .philosophy > .item .text-area .text-list .item {
		padding-left: 1em;
		font-size: 15px;
		text-indent: -0.8em;
		line-height: 2;
	}

	#service .philosophy > .item .text-area .text-list > .item + .item {
		margin-top: 20px;
	}

	#service .philosophy > .item:first-of-type .image {
		margin: 0 auto;
	}

	#service .philosophy > .item:nth-of-type(2) .image {
		margin: 50px auto 0;
	}

	#service .philosophy > .item:last-of-type {
		margin-top: 120px;
	}

	#service .philosophy > .item:last-of-type .image {
		margin: 50px auto 100px;
	}

	#service .philosophy > .item:last-of-type .text {
		font-size: 18px;
		line-height: 2.2;
	}

	#service .strategy .img-logo {
		text-align: center;
		padding: 0 15px;
	}

	#service .strategy .img-logo .image {
		width: 80%;
	}

	#service .strategy .strategy-theme {
		margin-bottom: 70px;
		padding: 0 15px;
	}

	#service .strategy .img-logo .title {
		font-size: 17px;
	}

	#service .strategy .strategy-theme .title {
		font-size: 17px;
	}

	#service .strategy .strategy-theme .text .image{
		width: 80%;
	}

	#service .strategy .strategy-theme .text {
		font-size: 18px;
		line-height: 2.4;
	}
}

#use p > a {
	display: inline-block;
	padding: 0 5px;
	color: #333;
	text-decoration: underline;
}






/* function-dx
********************************************/
.function-dx_title {
	margin-bottom: 70px;
	text-align: center;
  }
  
  .function-dx_label-wrap {
	text-align: center;
  }
  
  .function-dx_label {
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	border-radius: 10px;
	background: #0dacb5;
	padding: 0 37px;
	margin-bottom: 25px;
  }
  
  .function-dx_label::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	left: -65px;
	right: 0;
	bottom: -10px;
	margin: auto;
	border: 15px solid transparent;
	border-top: 15px solid #0dacb5;
	transform: rotate(135deg);
  }
  
  .function-dx_copy {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 34px;
	font-style: italic;
	color: #ffff00;
	text-align: center;
	margin-bottom: 50px;
  }
  
  .function-dx_list {
	display: flex;
	margin: 0 -15px;
  }
  
  .function-dx_item {
	width: 100%;
	padding: 0 15px;
  }
  
  .function-dx_item-link {
	display: block;
	height: 100%;
	padding: 30px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 24px 6px rgba(0,0,0,0.35);
  }
  
  .function-dx_item-name {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
  }
  
  .function-dx_item--connect .function-dx_item-name {
	color: #ffc400;
  }
  
  .function-dx_item--bizrobo .function-dx_item-name {
	color: #f15a24;
  }
  
  .function-dx_item--chatbot .function-dx_item-name {
	color: #29abe2;
  }
  
  .function-dx_item-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .function-dx_item-thumb {
	margin-bottom: 20px;
  }
  
  .function-dx_item--connect .function-dx_item-thumb {
	background: #ffc400;
  }
  
  .function-dx_item--bizrobo .function-dx_item-thumb {
	background: #f15a24;
  }
  
  .function-dx_item--chatbot .function-dx_item-thumb {
	background: #29abe2;
  }
  
  .function-dx_item-img {
	width: 100%;
	height: auto;
  }
  
  .function-dx_item-list {
	margin-bottom: 10px;
	padding: 0 30px;
	text-align: left;
  }
  
  .function-dx_item-list li {
	color: #333333;
	padding-left: 20px;
	text-indent: -20px;
  }
  
  .function-dx_item-list li + li {
	margin-top: 5px;
  }
  
  .function-dx_item-list li::before {
	position: relative;
	content: "●";
	margin-right: 5px;
  }
  
  .function-dx_item-logo {
	margin-bottom: 30px;
	padding: 0 30px;
	text-align: center;
  }
  
  .function-dx_item-btn {
	position: relative;
	display: block;
	border: 1px solid #666666;
	width: 300px;
	padding: 10px 35px 10px 20px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin: auto;
  }
  
  .function-dx_item-btn::after {
	position: absolute;
	content: "";
	display: inline-block;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
  }
  
  .function-dx_item-link:hover .function-dx_item-btn {
	color: #FFF;
	background-color: #666;
  }
  
  .function-dx_item-link:hover .function-dx_item-btn::after {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
  }
  
  @media screen and (max-width: 767px) {
	.function-dx_list {
	  display: block;
	  margin: 0;
	}
	
	.function-dx_item {
	  padding: 0;
	}
  
	.function-dx_item + .function-dx_item {
	  margin-top: 30px;
	}

	.function-dx_item-link {
		margin: 0 15px
	  }
  }