@charset "UTF-8";


/***************************************************

	top

***************************************************/

#kv_area{
    width: 100%;
    height: 56.25vw;
    position: relative;
    margin-bottom: 240px;
}

#kv_area .mv_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#kv_area .kv_logo{
    width: 85.78125vw;
    position: absolute;
    top: 14.21875vw;
    left: 6.458333vw;
    opacity: 0;
    transition: opacity 1.2s ease;
}

#kv_area .kv_logo.show{
    opacity: 1;
}

#kv_area .scroll{
    font-size: 0.625vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.5em;
    position: absolute;
    bottom: 0.260417vw;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    opacity: 0;
    transition: opacity 1s ease;
}

#kv_area .scroll p{
    font-weight: 900;
}

/* 表示 */
#kv_area .scroll.show{
    opacity: 1;
}

/* 縦線 */
#kv_area .scroll.show::after{
    content: "";
    display: block;
    width: 1px;
    height: 3.125vw;
    background: #000;
    margin: 0.833333vw auto 0;

    transform-origin: top;
    transform: scaleY(0);
}

/* 表示後アニメ */
#kv_area .scroll::after{
    animation: scrollLineVertical 2.0s ease infinite;
}

@keyframes scrollLineVertical{

	0%{
		transform: scaleY(0);
	}

	50%{
		transform: scaleY(1);
	}

	100%{
		transform: scaleY(0);
	}

}




.top_other_link{
    display: flex;
    justify-content: flex-end;
    margin-top: 120px;
    line-height: 1;
    position: relative;
    z-index: 4;
}

.top_other_link .btn{
    width: 512px;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
}

.top_other_link .btn a{
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    padding-right: 34px;
    position: relative;
}

.top_other_link .btn a::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/top/icon_more_arrow.png');
    position: absolute;
    bottom: 0;
    right: 0;
}








#philosophy{
    margin-bottom: 240px;
}

#philosophy .cont_wrapp{
    width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

#philosophy .cont_wrapp .philosophy_data{
    width: 1681px;
    border-left: 1px solid #000;
    padding-left: 129px;
    box-sizing: border-box;
    position: relative;
}

#philosophy .cont_wrapp .philosophy_data h2{
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    position: absolute;
    top: 0;
    left: -80px;
}

#philosophy .cont_wrapp .philosophy_data .main_catch{
    font-size: 104px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
}

#philosophy .cont_wrapp .philosophy_data .caption_box{
    margin-bottom: 64px;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .h_caption{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-left: 68px;
    position: relative;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .h_caption::before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 28px;
    left: 8px;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .caption_block{
    padding-left: 68px;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .caption_block p{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 1em;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .caption_block p:last-of-type{
    margin-bottom: 0;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .image_wrapp{
    width: 100%;
}



#consultant{
    margin-bottom: 240px;
    padding-bottom: 320px;
    position: relative;
    overflow: hidden;
}

#consultant::before{
    content: '';
    display: block;
    width: 100%;
    height: 320px;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
}

#consultant::after{
    content: '';
    display: block;
    width: 3170px;
    height: 802px;
    background: #fff;
    fill: #FFF;
    filter: blur(100px);
    position: absolute;
    bottom: -70px;
    left: -138px;
    z-index: 2;
}

#consultant .cont_wrapp{
    width: 1600px;
    margin: 0 auto;
}

#consultant .cont_wrapp h2{
    font-size: 136px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 80px;
}

#consultant .cont_wrapp .ec_ul{
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

#consultant .cont_wrapp .ec_ul li{
	width: 32%;
	height: 640px;
	margin: 0 2% 32px 0;
}

#consultant .cont_wrapp .ec_ul li:nth-child(3n + 3){
	margin-right: 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp::after{
	content: '';
	display: block;
	width: 100%;
	height: 433px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 50%);
	position: absolute;
	bottom: 0;
	left: 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .thumb{
	display: block;
	width: 100%;
	height: 100%;
	background: #D9D9D9;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area{
	position: absolute;
	bottom: 50px;
	left: 40px;
	z-index: 2;
	color: #fff;
	line-height: 1;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .catch{
	font-size: 36px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 24px;
	position: relative;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .catch::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -12px;
	left: 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area .post{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-right: 12px;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area .name{
    font-size: 24px;
    font-weight: 700;
    line-height: 2.0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area{
	display: flex;
	align-items: center;
	margin-bottom: 8px;	
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area span{
	display: inline-block;
	min-width: 88px;
	height: 28px;
	line-height: 28px;
	background: #0090C5;
	font-size: 14px;
	font-weight: 700;
	padding: 0 16px;
	margin-right: 8px;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area span:last-of-type{
	margin-right: 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .caption{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn{
	display: inline-block;
    height: 45px;
	padding: 16px 0 0 16px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	line-height: 1;
	box-sizing: border-box;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn::before{
	content: '';
	position:absolute;
	bottom: 0;
	left: -20px;
	width: 120px;
	height:0;
	border-left: 20px solid transparent;
	border-bottom: 45px solid #fff;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn strong{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #0090C5;
	padding-right: 28px;
	position: relative;
	z-index: 3;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn strong::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/arrow_consultant.png');
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}



#service{
    margin-bottom: 240px;
}

#service .cont_wrapp{

}

#service h2{
    font-size: 136px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

#service .caption{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 80px;
}

#service .block_name{
    text-align: center;
    margin-bottom: 40px;
}

#service .block_name p{
    display: inline-block;
    height: 82px;
    line-height: 82px;
    font-size: 36px;
    font-weight: 500;
    color: #0090C5;
    border: 1px solid #0090C5;
    padding: 0 64px;
}

#service .catch{
    font-size: 56px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 80px;
}

#service .service_cont_wrapp{
    background: #fcfbfc;
    position:relative;
}

#service .service_scroll_space{
  height: 3000px;
}

#service .service_pin{
  position:sticky;
  top:100px;
  height:1189px;
  pointer-events:none;
}

#service .service_cont_wrapp .cont_data{
    width: 1920px;
    height:1189px;
    height: calc(100vh - 100px);
    margin: 0 auto;
    overflow:hidden;
    position:absolute;
    inset:0;
    pointer-events:auto;
}

#service .service_cont_wrapp .cont_data .block_title{
    width: 824px;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.0;
    position: absolute;
    top: 102px;
    right: 0;
    z-index: 5;
}

#service .service_cont_wrapp .cont_data .block_title strong{
    font-weight: 400;
    color: #0090C5;
}

#service .service_cont_wrapp .cont_data .ins_link_btn{
    width: 512px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.0;
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
    position: absolute;
    top: 639px;
    right: 0;
    z-index: 5;
}

#service .service_cont_wrapp .cont_data .ins_link_btn strong{
    display: inline-block;
    padding-right: 34px;
    position: relative;
}

#service .service_cont_wrapp .cont_data .ins_link_btn strong::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/common/arrow_g_navi.png') no-repeat 0 0 / contain;
    position: absolute;
    bottom: 0;
    right: 0;
}


#service .service_cont_wrapp .cont_data .data_block{
    width: 1920px;
    height: 1189px;
    height: calc(100vh - 5.208333vw);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/top/service_bg01.webp');
    position: relative;

  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .5s ease;
  pointer-events:none;
}

#service .service_cont_wrapp .cont_data .data_block.is-active{
  opacity:1;
  pointer-events:auto;
  z-index:2;
}

#service .service_cont_wrapp .cont_data .data_block.block02{
    background-image: url('../images/top/service_bg02.webp');
}

#service .service_cont_wrapp .cont_data .data_block.block03{
    background-image: url('../images/top/service_bg03.webp');
}

#service .service_cont_wrapp .cont_data .data_block .data_area{
    width: 824px;
    line-height: 1.0;
    position: absolute;
    top: 198px;
    right: 0;
    display:flex;
    flex-direction:column;
}

#service .service_cont_wrapp .cont_data .data_block.is-active .data_area{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .25s; /* ← 少し遅らせる */
    
    overscroll-behavior: contain;
}

.block01{ z-index: 1; }
.block02{ z-index: 2; }
.block03{ z-index: 3; }

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title{
    margin-bottom: 16px;
    position: relative;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #D3E2E8;
    position: absolute;
    top: 50%;
    left: 0;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title strong{
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 1.6;
    padding-right: 24px;
    background: #fdfdfd;
    position: relative;
    z-index: 2;
}

#service .data_scroll{
    flex:1;               /* ← 残り高さ全部 */
    min-height:0;         /* ← 超重要 */
    overflow-y:auto;
    overscroll-behavior:contain;
}

/* Chrome / Edge / Safari */
#service .data_scroll::-webkit-scrollbar{
    display:none;
}

/* Firefox */
#service .data_scroll{
    scrollbar-width:none;
}

/* IE / 旧Edge */
#service .data_scroll{
    -ms-overflow-style:none;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul{
    overflow: visible;
    height:auto;
    display: flex;
    justify-content: space-between;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li{
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 50%);
    position: absolute;
    top: 0;
    left: 0;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .thumb{
    width: 100%;
    height: 100%;
    background: #D9D9D9;;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .thumb img{
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area{
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    color: #fff;
    z-index: 2;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area .cat{
    display: inline-block;
    min-width: 74px;
    height: 28px;
    line-height: 28px;
    background: #0090C5;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 2.0;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

html,body{
  overscroll-behavior-y: auto;
}







#news{
    margin-bottom: 240px;
    position: relative;
    z-index: 2;
}

#news::before{
    content: '';
    display: inline-block;
    width: 928px;
    height: 1316px;
    background: #FAFAFA;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#news .cont_wrapp{
    width: 1920px;
    margin: 0 auto;
}

#news .cont_wrapp h2{
    width: 1600px;
    margin: 0 auto 120px;
    font-size: 136px;
    font-weight: 400;
    line-height: 1;
}

#news .cont_wrapp .list_wrapp{
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

#news .cont_wrapp .list_wrapp ul{
    width: 1184px;
}

#news .cont_wrapp .list_wrapp ul li{
    margin-bottom: 64px;
}

#news .cont_wrapp .list_wrapp ul li:last-child{
    margin-bottom: 0;
}

#news .cont_wrapp .list_wrapp ul li .li_head{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 16px;
}

#news .cont_wrapp .list_wrapp ul li .li_head .category{
    line-height: 1;
    margin-right: 16px;
}

#news .cont_wrapp .list_wrapp ul li .li_head .category .cat_wrapp{
    display: inline-block;
    min-width: 160px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    box-sizing: border-box;
    background: #0090C5;
    text-align : center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

#news .cont_wrapp .list_wrapp ul li .li_head .date{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

#news .cont_wrapp .list_wrapp ul li .text_area span,
#news .cont_wrapp .list_wrapp ul li .text_area a{
    font-size: 24px;
    font-weight; 400px;
    line-height: 2.0;
}







/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {


.top_other_link{
    margin-top: 6.25vw;
}

.top_other_link .btn{
    width: 26.666667vw;
    padding-bottom: 1.25vw;
}

.top_other_link .btn a{
    font-size: 1.875vw;
    padding-right: 1.770833vw;
}

.top_other_link .btn a::after{
    width: 0.9375vw;
    height: 0.9375vw;
}







#philosophy{
    margin-bottom: 12.5vw;
}

#philosophy .cont_wrapp{
    width: 100%;
}

#philosophy .cont_wrapp .philosophy_data{
    width: 87.552083vw;
    padding-left: 6.71875vw;
}

#philosophy .cont_wrapp .philosophy_data h2{
    font-size: 0.729167vw;
    left: -4.166667vw;
}

#philosophy .cont_wrapp .philosophy_data .main_catch{
    font-size: 5.416667vw;
    margin-bottom: 2.083333vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box{
    margin-bottom: 3.333333vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .h_caption{
    font-size: 1.875vw;
    margin-bottom: 2.083333vw;
    padding-left: 3.541667vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .h_caption::before{
    width: 2.083333vw;
    height: 0.104167vw;
    top: 1.458333vw;
    left: 0.416667vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .caption_block{
    padding-left: 3.541667vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .caption_block p{
    font-size: 1.25vw;
}



#consultant{
    margin-bottom: 12.5vw;
    padding-bottom: 16.666667vw;
}

#consultant::before{
    height: 16.666667vw;
}

#consultant::after{
    width: 165.104167vw;
    height: 41.770833vw;
    filter: blur(5.208333vw);
    bottom: -3.645833vw;
    left: -7.1875vw;
}

#consultant .cont_wrapp{
    width: 83.333333vw;
}

#consultant .cont_wrapp h2{
    font-size: 7.083333vw;
    margin-bottom: 4.166667vw;
}

#consultant .cont_wrapp .ec_ul{
    margin-bottom: 2.5vw;
}

#consultant .cont_wrapp .ec_ul li{
	height: 33.333333vw;
	margin: 0 2% 1.666667vw 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp::after{
	height: 22.552083vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area{
	bottom: 2.604167vw;
	left: 2.083333vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .catch{
	font-size: 1.875vw;
	margin-bottom: 1.25vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .catch::after{
	width: 0.833333vw;
	bottom: -0.625vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area{
    margin-bottom: 0.625vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area .post{
    font-size: 0.729167vw;
    margin-right: 0.625vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area .name{
    font-size: 1.25vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area{
	margin-bottom: 0.416667vw;	
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area span{
	min-width: 4.583333vw;
	height: 1.458333vw;
	line-height: 1.458333vw;
	font-size: 0.729167vw;
	padding: 0 0.833333vw;
	margin-right: 0.416667vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .caption{
	font-size: 0.729167vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn{
    height: 2.34375vw;
	padding: 0.833333vw 0 0 0.833333vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn::before{
	left: -1.041667vw;
	width: 6.25vw;
	border-left: 1.041667vw solid transparent;
	border-bottom: 2.34375vw solid #fff;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn strong{
	font-size: 0.729167vw;
	padding-right: 1.458333vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn strong::after{
	width: 1.041667vw;
	height: 0.416667vw;
}



#service{
    margin-bottom: 12.5vw;
}

#service h2{
    font-size: 7.083333vw;
    margin-bottom: 2.083333vw;
}

#service .caption{
    font-size: 1.25vw;
    margin-bottom: 4.166667vw;
}

#service .block_name{
    margin-bottom: 2.083333vw;
}

#service .block_name p{
    height: 4.270833vw;
    line-height: 4.270833vw;
    font-size: 1.875vw;
    padding: 0 3.333333vw;
}

#service .catch{
    font-size: 2.916667vw;
    margin-bottom: 4.166667vw;
}

#service .service_scroll_space{
  height: 156.25vw;
}

#service .service_pin{
    top: 5.208333vw;
    height: 61.927083vw;
}

#service .service_cont_wrapp .cont_data{
    width: 100%;
    height: calc(100vh - 5.208333vw);
}

#service .service_cont_wrapp .cont_data .block_title{
    width: 42.916667vw;
    font-size: 3.333333vw;
    top: 5.3125vw;
}

#service .service_cont_wrapp .cont_data .data_block{
    width: 100%;
    height: 61.927083vw;
    height: calc(100vh - 5.208333vw);
}

#service .service_cont_wrapp .cont_data .ins_link_btn {
    width: 26.666667vw;
    font-size: 1.875vw;
    padding-bottom: 1.25vw;
    top: 33.28125vw;
}

#service .service_cont_wrapp .cont_data .ins_link_btn strong {
    padding-right: 1.770833vw;
}

#service .service_cont_wrapp .cont_data .ins_link_btn strong::after {
    width: 0.9375vw;
    height: 0.9375vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area{
    width: 42.916667vw;
    top: 10.312500vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title{
    margin-bottom: 0.833333vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title strong{
    margin-bottom: 1.25vw;
    padding-right: 1.25vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li{
    width: 20.833333vw;
    height: 15.625vw;
    margin-bottom: 1.25vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area{
    bottom: 1.666667vw;
    left: 1.666667vw;
    right: 1.666667vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area .cat{
    min-width: 3.854167vw;
    height: 1.458333vw;
    line-height: 1.458333vw;
    font-size: 0.729167vw;
    padding: 0 0.833333vw;
    margin-bottom: 0.833333vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area .title{
    font-size: 1.25vw;
}






#news{
    margin-bottom: 12.5vw;
}

#news::before{
    width: 48.333333vw;
    height: 68.541667vw;
}

#news .cont_wrapp{
    width: 100%;
}

#news .cont_wrapp h2{
    width: 83.333333vw;
    margin: 0 auto 6.25vw;
    font-size: 7.083333vw;
}

#news .cont_wrapp .list_wrapp{
    width: 83.333333vw;
}

#news .cont_wrapp .list_wrapp ul{
    width: 61.666667vw;
}

#news .cont_wrapp .list_wrapp ul li{
    margin-bottom: 3.333333vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head{
    margin-bottom: 0.833333vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head .category{
    margin-right: 0.833333vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head .category .cat_wrapp{
    min-width: 8.333333vw;
    height: 1.666667vw;
    line-height: 1.666667vw;
    padding: 0 0.625vw;
    font-size: 0.729167vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head .date{
    font-size: 0.625vw;
}

#news .cont_wrapp .list_wrapp ul li .text_area span,
#news .cont_wrapp .list_wrapp ul li .text_area a{
    font-size: 1.25vw;
}













}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){


#kv_area{
    width: 100%;
    height: calc(100dvh - 16vw);
    margin-bottom: 32vw;
}

#kv_area .kv_logo{
    width: 88.266667vw;
    position: absolute;
    top: unset;
    bottom: 20.8vw;
    left: 6.133333vw;
}

#kv_area .kv_logo.show{
    opacity: 1;
}

#kv_area .scroll{
    font-size: 2.666667vw;
    bottom: 4.8vw;
}

/* 表示 */
#kv_area .scroll.show{
    opacity: 1;
}

/* 縦線 */
#kv_area .scroll.show::after{
    content: "";
    display: block;
    width: 1px;
    height: 8vwvw;
    background: #000;
    margin: 2.133333vw auto 0;

    transform-origin: top;
    transform: scaleY(0);
}




.top_other_link{
    margin-top: 17.066667vw;
}

.top_other_link .btn{
    width: 42.666667vw;
    padding-bottom: 4.266667vw;
}

.top_other_link .btn a{
    font-size: 4.8vw;
    padding-right: 8.533333vw;
}

.top_other_link .btn a::after{
    width: 4.266667vw;
    height: 4.266667vw;
}






#philosophy{
    margin-bottom: 32vw;
}

#philosophy .cont_wrapp{
    width: auto;
    display: block;
}

#philosophy .cont_wrapp .philosophy_data{
    width: auto;
    border-left: none;
    padding-left: 0;
}

#philosophy .cont_wrapp .philosophy_data h2{
    font-size: 3.733333vw;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    position: static;
    margin: 0 5.333333vw 6.4vw;
    padding-bottom: 4.266667vw;
    border-bottom: 1px solid #000;
}

#philosophy .cont_wrapp .philosophy_data .main_catch{
    font-size: 10.666667vw;
    font-weight: 400;
    margin: 0 5.333333vw 6.4vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box{
    margin: 0 5.333333vw 10.666667vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .h_caption{
    font-size: 5.333333vw;
    margin-bottom: 6.4vw;
    padding-left: 6.933333vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .h_caption::before{
    width: 2.133333vw;
    height: 1px;
    top: 5.066667vw;
    left: 1.066667vw;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .caption_block{
    padding-left: 0;
}

#philosophy .cont_wrapp .philosophy_data .caption_box .caption_block p{
    font-size: 4.266667vw;
}



#consultant{
    margin-bottom: 32vw;
    padding-bottom: 0;
}

#consultant::before{
    content: none;
}

#consultant::after{
    content: none;
}

#consultant .cont_wrapp{
    width: 89.333333vw;
    margin: 0 auto;
}

#consultant .cont_wrapp h2{
    font-size: 11.733333vw;
    margin-bottom: 17.066667vw;
}

#consultant .cont_wrapp .ec_ul{
    margin-bottom: 17.066667vw;
    display: block;
}

#consultant .cont_wrapp .ec_ul li{
	width: auto;
	height: auto;
	margin: 0 0 8.533333vw;
}

#consultant .cont_wrapp .ec_ul li:last-child{
	margin-bottom: 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp::after{
	content: none;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area{
	position: relative;
	bottom: 0;
	left: 0;
	background: #F8F8F8;
	color: #000;
	padding: 6.4vw 6.4vw 16.533333vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .catch{
	font-size: 5.866667vw;
	margin-bottom: 6.4vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .catch::after{
	width: 4.266667vw;
	background: #DCDCDC;
	bottom: -3.2vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area{
	margin-bottom: 3.2vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area .post{
	font-size: 3.733333vw;
	margin-right: 3.2vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .name_area .name{
	font-size: 4.266667vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area{
	flex-wrap: wrap
	margin-bottom: 0;	
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area span{
	min-width: 19.2vw;
	height: 5.6vw;
	line-height: 5.6vw;
	font-size: 3.2vw;
	color: #fff;
	padding: 0 3.2vw;
	margin: 0 2.133333vw 2.133333vw 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .tax_area span:last-of-type{
	margin-right: 0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .text_area .caption{
	font-size: 4.266667vw;
	font-weight: 400;
	line-height: 2.0;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn{
    height: 10.133333vw;
	padding: 4.266667vw 0 0 4.266667vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn::before{
	left: -5.333333vw;
	width: 32vw;
	border-left: 5.333333vw solid transparent;
	border-bottom: 10.133333vw solid #fff;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn strong{
	font-size: 3.733333vw;
	padding-right: 7.466667vw;
}

#consultant .cont_wrapp .ec_ul li .data_wrapp .link_btn strong::after{
	width: 5.333333vw;
	height: 2.133333vw;
}


#service{
    margin-bottom: 32vw;
    overflow:hidden;
}

#service .cont_wrapp{

}

#service h2{
    font-size: 11.733333vw;
    margin-bottom: 6.4vw;
}

#service .caption{
    font-size: 4.266667vw;
    font-weight: 300;
    margin-bottom: 17.066667vw;
}

#service .block_name{
    margin: 0 3.733333vw 6.4vw;
}

#service .block_name p{
    display: block;
    height: 15.466667vw;
    line-height: 15.466667vw;
    font-size: 5.866667vw;
    padding: 0;
}

#service .catch{
    font-size: 7.466667vw;
    margin-bottom: 17.066667vw;
}

#service .service_cont_wrapp{
    position:relative;
}

#service .service_scroll_space{
  display:none;
}

#service .service_pin{
  position:relative;
  top:auto;
  height:auto;
  pointer-events:auto;
}

#service .service_cont_wrapp .cont_data{
  position:relative;
  inset:auto;
  height:auto;
  width:auto;
  position:relative;
  height: auto;
  overflow:visible;
}

#service .service_cont_wrapp .cont_data .data_block{
    position:relative;
    height:auto;
    opacity:0;
    transform:translateY(30px);
    transition:
    opacity .6s ease,
    transform .6s ease;
    pointer-events:auto;
}

#service .service_cont_wrapp .cont_data .data_block.is-active{
  opacity:1;
  transform:translateY(0);
}

#service .service_cont_wrapp .cont_data .data_block::after{
  content: '';
  display:block;
  height: 5vh;
}

#service .service_cont_wrapp .cont_data .data_block.block02{
    background-image: none;
}

#service .service_cont_wrapp .cont_data .data_block.block03{
    background-image: none;
}

#service .service_cont_wrapp .cont_data .data_block .data_area{
  position:relative;
  top:auto;
  bottom:auto;
  right:auto;
  width:auto;
  display:block;
      background: #fff;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title{
    margin-bottom: 16px;
    position: relative;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #D3E2E8;
    position: absolute;
    top: 50%;
    left: 0;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .slug_title strong{
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 1.6;
    padding-right: 24px;
    background: #fdfdfd;
    position: relative;
    z-index: 2;
}

#service .data_scroll{
  height:auto;
  overflow:visible;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul{

}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li{
    width: 100%;
    height: 56.8vw;
    margin-bottom: 0;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li a{
    display: block;
    padding: 0 1.6vw;
    box-sizing: border-box;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area{
    bottom: 6.4vw;
    left: 6.4vw;
    right: 6.4vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area .cat{
    min-width: 23.466667vw;
    height: 7.466667vw;
    line-height: 7.466667vw;
    font-size: 3.733333vw;
    padding: 0 4.266667vw;
    margin-bottom: 4.266667vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .insights_ul li .text_area .title{
    font-size: 5.866667vw;
    line-height: 1.6;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .block_image{

}

#service .service_cont_wrapp .cont_data .data_block .data_area .block_caption{
    margin: 0 5.333333vw 10.666667vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .sp_block_title{
    font-size: 8.533333vw;
    font-weight: 400;
    letter-spacing: 1;
    text-align: center;
    margin-bottom: 6.4vw;
}

#service .service_cont_wrapp .cont_data .data_block .data_area .sp_block_title strong{
    font-weight: 400;
    color: #0090C5;
}



#news{
    margin-bottom: 32vw;
}

#news::before{
    content: none;
}

#news .cont_wrapp{
    width: auto;
    margin: 0 5.333333vw;
}

#news .cont_wrapp h2{
    width: auto;
    margin: 0 auto 17.066667vw;
    font-size: 11.733333vw;
}

#news .cont_wrapp .list_wrapp{
    width: auto;
    display: block;
}

#news .cont_wrapp .list_wrapp ul{
    width: auto;
}

#news .cont_wrapp .list_wrapp ul li{
    margin-bottom: 10.666667vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head{
    margin-bottom: 2.133333vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head .category{
    margin-right: 4.266667vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head .category .cat_wrapp{
    min-width: 34.666667vw;
    height: 8vw;
    line-height: 8vw;
    padding: 0 3.2vw;
    font-size: 3.2vw;
}

#news .cont_wrapp .list_wrapp ul li .li_head .date{
    font-size: 2.666667vw;
}

#news .cont_wrapp .list_wrapp ul li .text_area span,
#news .cont_wrapp .list_wrapp ul li .text_area a{
    font-size: 4.266667vw;
}











}