/* ------------------------------------------------------------
Business
---------------------------------------------------------------*/
/* -- Value ---------------------------------------------------*/
.sec-value {
	background-image: url("../images/business/bg-value.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 170px;
}
.sec-value-flex {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.value-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	max-width: 650px;
	gap: 50px;
}
.value-contents-ttl {
	width: 100%;
	font-size: 50px;
	letter-spacing: 0;
	font-weight: var(--fw-semibold);
}

.pc-menu-area.js-no-transition-init {
    transition: none !important; 
}

/* -- Value Desc -----------------------------------------------*/
.sec-value-desc {
	padding-top: 42px;
	padding-bottom: 74px;
}
.value-desc-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
	max-width: 624px;
	margin: 0 auto;
}
.value-desc-contents-ttl {
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: var(--fw-semibold);
	letter-spacing: 0;
}
.value-desc-anim-wrapper {
	width: 100%;
	max-width: 624px;
	height: auto;
	aspect-ratio: 624 / 596;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 47px;
}
.value-desc-anim-wrapper > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
}

/* -- About -----------------------------------------------*/

.sec-about {
	padding-top: 128px;
	padding-bottom: 128px;
}

.sec-about-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.about-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
}

.about-contents-ttl {
	width: 100%;
	text-align: center;
	font-size: 50px;
	letter-spacing: 0;
	font-weight: var(--fw-semibold);
}
.about-contents-img {
	width: 100%;
	max-width: 796px;
	height: auto;
	aspect-ratio: 796 / 307;
}

/* -- Idea -----------------------------------------------*/
.sec-idea {
	padding-top: 150px;
	padding-bottom: 190px;
}
.sec-idea-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 30px;
}
.sec-idea-flex {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6.71%;
	padding-left: 6.71%;
}
.idea-anim-wrapper {
	width: 100%;
	max-width: 440px;
	height: auto;
	aspect-ratio: 440 / 396;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}
.idea-anim-wrapper > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
}

.idea-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
}

.idea-contents-ttl {
	width: 100%;
	text-align: left;
	font-size: 50px;
	letter-spacing: 0;
	font-weight: var(--fw-semibold);
}

/*ここから追加分*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.noto-sans-jp {
 font-family: "Noto Sans JP", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
}
.lower_white{
 background-color: #fff;
}
.lower_white .lower-sec{
 padding: 100px 6.94%;
}
.lower_white main p, .lower_white main ul, .lower_white main ul li{
 color: #222;
}
.lower_white .pagenation{
 width: fit-content;
 margin: 80px auto 0;
 color: #888;
 display: flex;
 gap: 10px;
}
.lower_white .pagenation span,
.lower_white .pagenation a{
 font-size: 20px;
 line-height: calc(27/20);
 background-color: #eee;
 padding: 7px 11px;
}
.lower_white .pagenation span.current,
.lower_white .pagenation a:hover{
 background-color: #3DB7FC;
 color: #fff;
}
.lower_white .pagenation a.prev,
.lower_white .pagenation a.next{
 position: relative;
 background-color: #3DB7FC;
 min-width: 40px;
 min-height: 40px;
}
.lower_white .pagenation a.prev:before,
.lower_white .pagenation a.next:before{
 position: absolute;
 content: "";
 background: url('../images/projects/icon-arrow-white.svg');
 background-size: cover;
 width: 12px;
 height: 12px;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}
.lower_white .pagenation a.prev:before{
 transform: rotate(180deg);
}
@media screen and (max-width: 999px){
 .lower_white .pagenation{
  margin: 40px auto 0;
 }
}
/* -- Projects Archive -----------------------------------------------*/
#page_projects .keyword_area{
 display: flex;
 align-items: center;
 gap: 15px;
 padding: 43px 50px;
 border: solid 1px #3DB7FC;
}
#page_projects .keyword_area p{
 position: relative;
 font-size: 24px;
 color: #3DB7FC;
 padding: 0 15px 0 0;
}
#page_projects .keyword_area ul{
 display: flex;
 gap: 10px;
}
#page_projects .keyword_area ul li a{
 font-family: "Noto Sans JP", sans-serif;
 padding: 5px 10px;
 background-color: #F5F5F5;
 border-radius: 25px;
 font-weight: 400;
 line-height: calc(32/16);
 letter-spacing: 0.03rem;
}
#page_projects .keyword_area ul li a:hover{
 color: #fff;
 background-color: #3DB7FC;
 transition: all ease 0.33s;
}
#page_projects .projects_list.archive .top-cont{
 height: 600px;
}
#page_projects .projects_list.archive{
 display: flex;
 flex-wrap: wrap;
 margin: 50px 0 0;
 gap: 40px;
}
#page_projects .projects_list.archive .top-cont{
 width: calc((100% - 40px) / 2);
}
#page_projects .projects_list.archive .top-cont .about > div:first-child{
 border: none;
}
#page_projects .projects_list.archive .top-cont .headLine p{
 font-size: 30px;
}
@media screen and (max-width: 999px){
 #page_projects .keyword_area{
  display: block;
  padding: 10px;
 }
 #page_projects .keyword_area p{
  padding: 0;
 }
 #page_projects .keyword_area ul{
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
 }
 #page_projects .projects_list.archive{
  display: block;
 }
 #page_projects .projects_list.archive .top-cont{
  width: 100%;
 }
 #page_projects .projects_list.archive .top-cont:not(:first-child){
  margin: 25px 0 0;
 }
 #page_projects .top-cont .headLine{
  left: 2.5%!important;
  top: 8px!important;
 }
 #page_projects .projects_list.archive .top-cont .headLine p{
  font-size: 21px;
 }
}
/* -- Projects Single -----------------------------------------------*/
#page_projects .top-cont{
 position: relative;
 width: 100%;
 height: 758px;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}
#page_projects .top-cont .headLine{
 position: absolute;
 top: 25px;
 left: 30px;
}
#page_projects .top-cont .headLine p{
 display: inline;
 box-decoration-break: clone;	
 -webkit-box-decoration-break: clone;
 color: #3DB7FC;
 background-color: #fff;
 font-size: 40px;
 line-height: 1.7;
}
#page_projects .top-cont .about{
 position: absolute;
 bottom: 30px;
 left: 30px;
}
#page_projects .top-cont .about > div:first-child{
 position: relative;
 width: 240px;
 height: 240px;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 border: solid 1px #fff;
}
#page_projects .top-cont .about > div:first-child div,
#page_projects .top-cont .about > div:first-child p{
 position: absolute;
}
#page_projects .top-cont .about > div:first-child div{
 width: 100%;
 height: 80px;
 background: url('../images/projects/bg-before.png') no-repeat center center;
 background-size: cover;
 bottom: 0;
}
#page_projects .top-cont .about > div:first-child p{
 color: #fff;
 font-size: 37px;
 left: 15px;
 bottom: 18px;
}
#page_projects .top-cont .about .title{
 font-size: 13px;
 letter-spacing: 0.05rem;
 line-height: 2.1;
 display: flex;
 gap: 10px;
 margin: 21px 0 0;
}
#page_projects .top-cont .about .title p{
 position: relative;
 padding: 0 10px 0 0;
}
#page_projects .top-cont .about .title p:after{
 position: absolute;
 content: "";
 width: 1px;
 height: 15px;
 background-color: #fff;
 top: 0;
 bottom: 0;
 right: 0;
 margin: auto;
}
#page_projects .top-cont .about .title p,
#page_projects .top-cont .about .title .project_category li,
#page_projects .top-cont .project_keyword li{
 color: #fff;
}
#page_projects .top-cont .project_keyword{
 position: absolute;
 right: 30px;
 bottom: 30px;
 display: flex;
 gap: 5px;
 font-size: 11px;
 letter-spacing: 0.03rem;
 line-height: 2.9;
}
#page_projects .top-cont .project_keyword li{
 border: solid 1px;
 border-radius: 25px;
 padding: 5px 8px;
}
#page_projects .area_info,
#page_projects .area_info div{
 display: flex;
}
#page_projects .area_info{
 gap: 20px;
 justify-content: flex-end;
 margin: 20px 0 0;
}
#page_projects .area_info div{
 gap: 10.5px;
}
#page_projects .area_info div p:first-child{
 position: relative;
 padding: 0 21px 0 0;
}
#page_projects .area_info div p:first-child:after{
 position: absolute;
 content: "";
 width: 1px;
 height: 15px;
 background-color: #707070;
 transform: rotate(45deg);
 transform-origin: top left;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}
#page_projects .points{
 margin: 30px 0 0;
 padding: 30px;
 border: solid 1px #3DB7FC;
}
#page_projects .points li{
 display: flex;
 align-items: center;
 gap: 14.5px;
}
#page_projects .points li:not(:last-child){
 margin: 0 0 10px;
}
#page_projects .points p{
 letter-spacing: 0.05rem;
}
#page_projects .points p:first-child{
 position: relative;
 color: #3DB7FC;
 font-size: 20px;
 line-height: 1.2;
 padding: 0 25px 0 0;
}
#page_projects .points p:first-child:after{
 position: absolute;
 content: "";
 width: 1px;
 height: 15px;
 background-color: #707070;
 transform: rotate(45deg);
 transform-origin: top left;
 right: 0;
 top: 4px;
 bottom: 0;
 margin: auto;
}
#page_projects .points p:last-child{
 font-size: 14px;
 line-height: 1.6;
}
#page_projects .ba_popup .title{
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 349px;
 margin: 50px 0 0;
 font-size: 30px;
}
#page_projects .ba_popup .title:after{
 position: absolute;
 content: "";
 background: url('../images/projects/icon-arrow-blue.svg') no-repeat center center;
 background-size: contain;
 width: 20px;
 height: 24px;
}
#page_projects .ba_popup .title p:last-child{
 color: #3DB7FC;
}
#page_projects .before-after-gallery ul{
 width: fit-content;
 margin: 15px auto 0;
}
#page_projects .before-after-gallery ul li{
 display: flex;
 gap: 50px;
}
#page_projects .before-after-gallery ul li:not(:last-child){
 margin: 0 0 15px;
}
#page_projects .before-after-gallery ul li a{
 position: relative;
}
#page_projects .before-after-gallery ul li a:hover{
 cursor: pointer;
}
#page_projects .before-after-gallery ul li a:hover:after{
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 background: url(../images/projects/icon-zoom-in.svg) no-repeat center center;
 background-color: #0000004d;
 top: 0;
}
#page_projects .before-after-gallery ul li div{
 width: 370px;
 height: 246px;
 background-size: contain;
 background-position: center center;
 background-repeat: no-repeat;
 background-color: #F5F5F5;
}
@media screen and (max-width: 999px){
 .lower_white .lower-sec{
  padding: 50px 6.94%;
 }
 #page_projects .top-cont{
  height: 400px;
 }
 #page_projects .top-cont .headLine{
  left: 5%;
  top: 17px;
 }
 #page_projects .top-cont .headLine p{
  font-size: 21px;
 }
 #page_projects .top-cont .about{
  left: 5%;
  bottom: 74px;
 }
 #page_projects .top-cont .about > div:first-child{
  width: 120px;
  height: 120px;
 }
 #page_projects .top-cont .about > div:first-child p{
  font-size: 25px;
  left: 5%;
  bottom: 0;
 }
 #page_projects .top-cont .about .title{
  margin: 11px 0 0;
 }
 #page_projects .top-cont .project_keyword{
  right: 5%;
  bottom: 20px;
 }
 #page_projects .area_info{
  display: block;
  width: fit-content;
  margin: 10px 0 0 auto;
 }
 #page_projects .points{
  margin: 20px 0 0;
  padding: 15px;
 }
 #page_projects .points li{
  display: block;
 }
 #page_projects .points li:not(:last-child){
  margin: 0 0 15px;
 }
 #page_projects .points p:first-child{
  padding: 0 0 5px 0;
 }
 #page_projects .points p:first-child:after{
  content: none;
  padding: 0 0 5px;
 }
 #page_projects .points p:last-child{
  margin: 0 5px;
 }
 #page_projects .ba_popup .title{
  gap: 30%;
  font-size: 25px;
 }
 #page_projects .before-after-gallery ul,
 #page_projects .before-after-gallery ul li,
 #page_projects .before-after-gallery ul li a,
 #page_projects .before-after-gallery ul li a div{
  width: 100%;
 }
 #page_projects .before-after-gallery ul li{
  gap: 20px;
 }
 #page_projects .before-after-gallery ul li div{
  background-size: cover;
 }
}
/*ここまで追加分*/
