@charset "UTF-8";
/************************************
 common
*************************************/
.sec_titles{
	position:relative;
}
.sec_titleline_left,
.sec_titleline_right{
	height:100px;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
}
@media screen and (max-width:768px){
	.sec_titleline_left,
	.sec_titleline_right{
		height:60px;
	}
}
.sec_titleline_left{
	left:-20px;
}
@media screen and (max-width:768px){
	.sec_titleline_left{
		left:-10px;
	}
}
.sec_titleline_right{
	right:-20px;
}
@media screen and (max-width:768px){
	.sec_titleline_right{
		right:-10px;
	}
}
/************************************
about
*************************************/
.about_inner_top,
.about_inner_bottom{
	background:none;
}
/************************************
nayami
*************************************/
.kv{
	background:url(../images/business/kv_bg.jpg) center center / cover;
}
@media screen and (max-width:768px){
	.kv{
		xbackground:url(../images/business/kv_bg.jpg) no-repeat top right;
		xbackground-size: 120%;
	}
}
@media screen and (max-width:768px){
	.kv_img{
		padding: 0 4em;
	}
}
.kv_text{
	color: #0F1B2F;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.kv_text{
		font-size: 18px;
	}
}
.kv_logo{
	xheight: 50px;
}
@media screen and (max-width:768px){
	.kv_logo{
		xheight: 30px;
	}
}
.kv_text3 img{
	height: 140px;
}
@media screen and (max-width:768px){
	.kv_text3{
		padding: 0 2em;
	}
	.kv_text3 img{
		height: auto;
		width: 100%;
	}
}
@media screen and (min-width:769px){
	.kv_btn{
		margin-left: 110px;
	}
}
/************************************
client
*************************************/
.client_subtitle{
	height:50px;
}
@media screen and (max-width:768px){
	.client_subtitle{
		height: 30px;
	}
}
@media screen and (max-width:768px){
	.sec_subtitle_client{
		font-size: 18px;
		line-height: 1.6;
	}
}
.client_subtitle02{
	height: 20px;
	margin: 0 auto;
}
/************************************
nayami
*************************************/
.nayami_item{
	background:#fff;
	box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	padding:2em;
}
.nayami_img{
	height:30px;
}
/************************************
 kotae
*************************************/
.kotae_img01{
	height:80px;
}
/************************************
 feature
*************************************/
#feature{
	padding-top: 6em;
}
@media screen and (max-width:768px){
	#feature{
		padding-top: 5em;
	}
}
.feature_item{
	background:#fff;
	border-radius: 30px;
	padding:4em;
	position:relative;
}
@media screen and (max-width:768px){
	.feature_item{
		padding:4em 2em 2em;
	}
}
.feature_item:nth-child(2),
.feature_item:nth-child(4){
	padding-bottom:0;
}
.feature_item:nth-child(n+2){
	margin-top:6em;
}
@media screen and (max-width:768px){
	.feature_item:nth-child(n+2){
		margin-top:4em;
	}
	.feature_item:nth-child(3){
		margin-top:5em;
	}
}
.feature_item_label{
	background:#5571CD;
	border-radius:99em;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	left:50%;
	padding:1em;
	position:absolute;
	top:0;
	transform:translate(-50%,-50%);
	width:60%;
}
@media screen and (max-width:768px){
	.feature_item_label{
		font-size:16px;
		width:90%;
	}
}
.feature_item_label:after{
	border: 20px solid transparent;
	border-top:20px solid #5571CD;
	bottom:0;
	content:'';
	display:block;
	height:0;
	left:50%;
	position:absolute;
	transform:translate(-50%,99%);
	width:0;
}
.feature_item_title{
	color: #0F1B2F;
	font-size:46px;
}
@media screen and (max-width:768px){
	.feature_item_title{
		font-size:24px;
	}
	.feature_item p{
		text-align: left;
	}
}

.feature_item_img01{
	height:16px;
}
@media screen and (max-width:768px){
	.feature_item_img01{
		height:auto;
		width:100%;
	}
}
.feature_item:nth-child(5) .feature_item_img01{
	height:30px;
}
@media screen and (max-width:768px){
	.feature_item:nth-child(5) .feature_item_img01{
		height:auto;
		width:100%;
	}
}
/************************************
 interview
*************************************/
.interview {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .interview {
    padding: 56px 0;
  }
}

.interview--title {
  margin-bottom: 40px;
  color: #0f1b2f;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .interview--title {
    margin-bottom: 16px;
    font-size: 27px;
  }
}

.interview--link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 48px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}

.interview--link:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .interview--link {
    display: block;
    padding: 30px 32px;
  }
}

.interview--pic_img {
  flex-shrink: 0;
  display: block;
  margin-right: 40px;
}

.interview--pic_img-sp {
  display: none;
}

@media (max-width: 768px) {
  .interview--pic_img {
    display: none;
  }
  .interview--pic_img-sp {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}

.interview--wrapper {
  display: block;
}

.interview--description {
  display: block;
  margin-bottom: 24px;
  color: #0f1b2f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .interview--description {
    font-size: 18px;
  }
}

.interview--profile_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .interview--profile_wrapper {
    display: block;
  }
}

.interview--logo_img {
  flex-shrink: 0;
  display: block;
  width: 35%;
  margin-right: 32px;
}

@media (max-width: 768px) {
  .interview--logo_img {
    width: 194px;
    margin: 0 auto 20px;
  }
}

.interview--detail_wrapper {
  display: block;
}

.interview--name {
  display: block;
  margin-bottom: 12px;
  color: #0f1b2f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .interview--name {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.interview--work {
  display: block;
  color: #0f1b2f;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .interview--work {
    font-size: 14px;
  }
}

.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_sp {
    display: block;
  }
}
/************************************
 flow
*************************************/
@media screen and (min-width:769px){
	.flow_item_title{
		min-height:57px;
	}
}
/************************************
 voice
*************************************/

/************************************
 trial_cta
*************************************/
.trial_cta{
	background:#5571CD;
	color:#fff;
	padding:4em 0;
}
.trial_cta_img{
	height:40px;
}
@media screen and (max-width:768px){
	.trial_cta_img{
		height: 30px;
	}
}
.trial_cta_title{
	font-size:48px;
}
@media screen and (max-width:768px){
	.trial_cta_title{
		font-size:30px;
	}
}
.trial_cta_btn{
	background:#fff;
	border-radius:99em;
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	padding:1em;
	width:100%;
}
@media screen and (max-width:768px){
	.trial_cta_btn{
		font-size:16px;
	}
}
/************************************
 trial
*************************************/
.trial_item{
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding:2em;
}
@media screen and (max-width:768px){
	.trial_item{
		padding:2em 1em;
	}
}
.trial_item_title{
	font-size:20px;
	line-height: 1.6;
	text-align:center;
}
@media screen and (min-width:769px){
	.trial_item_title{
		min-height:57px;
	}
}
@media screen and (max-width:768px){
	.trial_item_title{
		font-size:18px;
	}
}
