@charset "UTF-8";
/* ==========================================================================
PAGE
========================================================================== */
/* main-visual
========================================================================== */
@media screen and (min-width: 767px) {
	.layout-header{
		position: fixed !important;
		background-color: transparent;
		border-bottom: none;
	}
}
.main-visual .main-visual_inner {
  /* background: url(../images/top/top_main-visual_bg.jpg) no-repeat 50% 50%/cover; */
  height: 550px;
	position: relative;
}
.main-visual .main-visual_inner .top_mv{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0;
	z-index: 0;
}
.main-visual .main-visual_inner .wrap {
	height: inherit;
	padding-top: 170px;
	position: relative;
}
.main-visual .main-visual_inner .wrap h1 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.achievement_txt{
	display: none;
}
.achievement_num{
	position: relative;
	margin-top: 40px;
}
.achievement_img{
	position: relative;
	z-index: 10;
}
.achieve_num_01, .achieve_num_02, .achieve_num_03{
	position: absolute;
	z-index: 20;
	font-size: 50px;
	font-weight: bold;
}
.achieve_num_01{
	top:31px;
	left: 38px;
}
.achieve_num_02{
	top:31px;
	left: 267px;
}
.achieve_num_03{
	top:31px;
	left: 518px;
}
.achievement_info{
	margin-top: 50px;
	font-size: 10px;
	color: #bbb;
}
.mv_works{
	height: auto;
	width: 450px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 177px;
}
.mv_works .works_list_item {
	width: 420px;
}
.mv_works .works_list_item_body{
	margin-top: 20px;
}
.mv_works .works_list_item_body .item_client{
	display: none;
}
.mv_works .works_list_item_body .item_title{
	font-size: 16px;
	font-weight: bold;
}
.title{
	position: relative;
}
.title p{
	font-size: 26px;
	line-height: 1.4em;
}

.achieve_num_01, .achieve_num_02, .achieve_num_03 {
    visibility: hidden; /* 最初は非表示（display: none; や opacity: 0; は使わない） */
    transform: translateY(10px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.achieve_num_01.visible, 
.achieve_num_02.visible, 
.achieve_num_03.visible {
    visibility: visible; /* 可視化 */
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 767px) {
	.main-visual .main-visual_inner .top_mv{
		position: absolute;
		width: 200%;
		height: auto;
		right: 0;
		z-index: 0;
	}
	.mv_works{
		display: none;
	}
	.main-visual .main-visual_inner {
		padding: 0;
		height: auto;
	}
	.main-visual .main-visual_inner .wrap {
		padding: 76px 16px 30px;
	}
	.achievement_num {
		position: relative;
		margin-top: 40px;
	}
	.achieve_num_01, .achieve_num_02, .achieve_num_03{
		position: absolute;
		z-index: 20;
		font-size: 6.6vw;
		font-weight: bold;
	}
	.achieve_num_01{
		top: 4.4vw;
		left: 5.5vw;
	}
	.achieve_num_02{
		top: 4.4vw;
		left: 38.6vw;
	}
	.achieve_num_03{
		top: 4.4vw;
		left: 74.2vw;
	}
	.top_information_list_item {
		width: 100%;
	}
}


/* 制作・開発実績
========================================================================== */
.top-case-study_caroucel .works_list .works_list_item{
	width: 308px;
	margin-bottom: 20px;
	background-color: transparent;
}
.top-case-study_caroucel .works_list .works_list_item a {
	color: #000;
}
.top-case-study_caroucel .works_list_item_fig{
	background-color: transparent;
	padding: 20px 15px 20px;
	margin-bottom: 12px;
}
.top-case-study_caroucel .works_list_item_body .item_client{
	font-size: 13px;
	margin-bottom: 4px;
}
.top-case-study_caroucel .works_list_item_body .item_title{
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 1.5em;
	font-weight: bold;
	height: 3.0em;
	overflow: hidden;
}
.top-case-study_caroucel .works_list_item .item_tag{
	height: 6em;
	overflow: hidden;
	padding-top: 4px;
}
.top-case-study_caroucel .works_list_item .item_tag .tax_btn{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 16px;
	line-height: 1.2em;
}
.top-case-study_caroucel .works_list_item .item_tag .tax_btn a:link, .top-case-study_caroucel .works_list_item .item_tag .tax_btn a:hover{
	color: #666;
	font-weight: normal;
}
.top-case-study_caroucel .works_list_item .item_tag .tax_btn a{
	color: #666;
	border: 1px solid #fff;
	border-radius: 18px;
	padding: 4px 8px;
	height: 18px;
	font-size: 14px;
	background: #fff;
}
.top-case-study .top-case-study_btn{
	margin-top: 20px;
}

/* プロジェクト実例
========================================================================== */
.top_gyokai_row{
	align-items: flex-start !important;
}
.study_icon{
	margin-bottom: 20px !important;
}
.study_icon .top_gyokai_row .items ul{
    flex-direction: initial !important;
    align-items: initial !important;
    height: auto !important;
    min-height: auto !important;

    /* flexboxベンダープレフィックスも無視させるために上書き */
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
    -webkit-box-pack: initial !important;
    -ms-flex-direction: initial !important;
    -ms-flex-pack: initial !important;
	
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 20px;	
}
.study_icon .top_gyokai_row .items ul li{
	width: calc((100% - 20px) / 2);
	margin-bottom: 8px;
}
.top-case-study_caroucel .works_list.projects_list .works_list_item{
	width: 250px;
	margin-bottom: 40px;
	background-color: transparent;
}
.top-case-study_caroucel .works_list.projects_list .works_list_item_fig{
	background-color: #fff;
	padding: 20px 15px 20px;
	margin-bottom: 12px;
}.top-case-study_caroucel .works_list.projects_list .works_list_item_fig img{
	width: 200px;
	height: 120px;
	object-fit: contain;
	margin: auto;
	display: block;
}


.top-information .top-information_news{
	max-width: 100%;
}
.top-information ul{
	border-bottom: none;
}
.top_information_list{
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 40px;	
}
.top_information_list_item{
	width: calc((100% - 40px) / 2);
}

/* top-webly
========================================================================== */
.top-webly {
  background-color: #eff3f6;
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-webly {
    padding-bottom: 40px;
    padding-top: 73px;
  }
}
.top-webly:before {
  background: url(../images/bg02.png);
  content: "";
  height: 100%;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  position: absolute;
  left: 0;
  top: 55px;
}
@media (max-width: 1620px) {
  .top-webly:before {
    width: 1460px;
  }
}
@media screen and (max-width: 767px) {
  .top-webly:before {
    height: 600px;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    top: 40px;
  }
}
.top-webly .top-webly_title {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a {
  display: block;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a > figure {
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a > figure {
    height: 151px;
  }
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text {
  padding: 5px 28px 30px;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 42px;
  text-align: left;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > p {
  font-size: 1.4rem;
  line-height: 1.6;
  min-height: 44px;
  margin-top: 13px;
  text-align: left;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > span {
  border: 1px solid #1f2879;
  display: block;
  font-size: 1.3rem;
  margin: 27px auto 0 auto;
  padding: 14px 55px;
  position:relative;
    text-align: center;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > span:before {
  background: url(../images/icon-arrow-right-blue_bg.svg) no-repeat 0 50%;
  background-size: 19px 8px;
  content: "";
  height: 100%;
  width: 19px;
  position: absolute;
  right: 10px;
  top: 0;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text .top-webly_text_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  min-height: 60px;
}
.top-whitepaper .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text .top-webly_text_item{
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text {
    padding: 15px 17px 20px;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > h3 {
    font-size: 1.6rem;
    min-height: 57px;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > p {
    font-size: 1.3rem;
    min-height: 60px;
    margin-top: 10px;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > span {
    margin-top: 15px;
    padding: 12px 0;
    width: 100%;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text .top-webly_text_item {
    margin-bottom: 10px;
    min-height: 60px;
  }
}
.top-webly .top-webly_date {
  color: #1f2879;
  display: inline-block;
  line-height: 1;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_date {
    font-size: 1.2rem;
  }
}
.top-webly .top-webly_category {
  background-color: #5e69c4;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-family: "Roboto";
  font-size: 1.1rem;
  font-weight: 500;
  padding: 5px 9px 4px;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_category {
    font-size: 1rem;
  }
}
.top-webly .top-webly_btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_btn {
    margin-top: 40px;
  }
	.top_information_list_item {
		width: 100%;
	}
	.top-information {
		background-color: #eff3f6;
		padding: 0px 0 70px;
	}
	.top-information .top-information_news {
		padding: 20px 20px 0 !important;
	}
}

.top-voice{
	padding-bottom: 60px;
}
