@charset "utf-8";

/*MV
--------------------------------------------*/
#top_mv {
	position: relative;
	overflow:hidden ;
	width: 100%;
	background-color: #fffe;
	overflow: hidden;
	margin-bottom: 84px;
	height: 1038px;
	height: 960px;
	top: -10px;
}
#top_mv .mv-copy{
	position: absolute;
	display: block;
	color: #fff;
	font-size: 5rem;
	line-height: 1.2;
	transform: translateX(-50%);
	left: calc( 50% + 460px );
	top: 370px;
	overflow: hidden;
	z-index: 4;
}
#top_mv .mv-copy p{
	animation: textAnime .5s 2s forwards ease-in-out;
	transform: translateY(20%);
	width: 610px;
	height: auto;
	opacity: 0;
}
@keyframes textAnime {
    to {
		opacity: 1;
        transform: translateY(0px);
    }
}
#top_mv .mv-copy span{
	display: block;
	font-size: 1.8rem;
	margin-top: 30px;
}
#top_mv .mv_inner{
	position: relative;
	width: 100%;
	height:calc( 1035px - 125px );
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

/* border */
#top_mv .mv_inner .mv-border{
	position: absolute;
	width: 1px;
	height: 110%;
	top: -5%;
	left: calc(50% - 696px);
	overflow: hidden;
	transform: skewX(-34deg);
	z-index: 10;
}
.mv-border::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 0;
	background-color:#dddddd;
	animation: mv-border_anim 0.5s forwards ease-in;
	animation-name: mv-border_anim;
	animation-fill-mode: forwards;
	animation-delay: 1700ms;
	animation-timing-function: ease-in;
}
@keyframes mv-border_anim {
	0% {
		height: 0;
	}
	40%{
		height: 0;
	}
	100% {
		height: 100%;
	}
}

/* left image */
#top_mv .mv_inner .left_box01,
#top_mv .mv_inner .left_box02{
	position: absolute;
	bottom: -25px;
	left: calc(50% - 665px);
	z-index: 2;
}
#top_mv .mv_inner .left_box02{
	bottom: 0;
}
#top_mv .mv_inner .left_box01{
	left: calc(50% - 834px);

}
#top_mv .mv_inner .left_box01 img,
#top_mv .mv_inner .left_box02 img{
	transform: scale(0.77);
}
#top_mv .mv_inner .right_box::after{
	position: absolute;
	content: "";
    background-color:rgba(0,0,0,.8);
	width: 300%;
	height: 200%;
	transform: translateX(-50%) rotate(60deg);
	left: 1284px;
	top: -100%;
}
.img-wrap {
	overflow: hidden;
	position: relative;
}
.img-wrap::before {
	position: absolute;
	animation: img-wrap_anim 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	z-index: 1;
}
@keyframes img-wrap_anim {
	60% {
		transform: translateY(0%);
		}
	100% {
		transform: translateY(100%);
	}
}

/* right image */
#top_mv .mv_inner .right_box{
	position: relative;
	width: 100%;
	left: calc(50% - 443px);
	height: 846px;
	z-index: 3;
	overflow: hidden;
}
#top_mv .mv_inner .right_box img{
	transform: scale(0.77);
}
#top_mv .mv_inner .right_box::before {
	position: absolute;
	animation: img-wrap_anim02 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	z-index: 1;
}
@keyframes img-wrap_anim02 {
	50% {
		transform: translateY(0%);
		}
	100% {
		transform: translateY(100%);
	}
}


/* scroll */
#top_mv a.scroll_arrow{
	position: absolute;
	transform: translateY(-50%) rotate(-90deg);
	right: 20px;
	bottom: calc( 50% - 15vh);
	z-index: 100;
}
#top_mv a.scroll_arrow .inner{
	position: relative;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.8rem;
}
#top_mv a.scroll_arrow .inner:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 1px;
	width: 180px;
	background-color: #fff;
	transform: translateY(-50%);
	right: 50px;
	bottom: 36%;
}
#top_mv a.scroll_arrow .inner:before{
	position: absolute;
	content: "";
	background-image: url(../img/cmn/scroll_arrow.png);
	background-repeat: no-repeat;
	width:26px ;
	height: 34px;
	transform: rotate(90deg);
	bottom: -6px;
	right: 200px;
}
@media screen and (max-width: 1500px) { 
	#top_mv .mv-copy p br.pc_none{
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	#top_mv .mv-copy{
		width: 350px;
		transform: translateX(0);
		left: auto;
		right: 40px;
	}
}



/*top_blog
--------------------------------------------*/
#top_blog {
	overflow-x: hidden;
	margin-bottom: 92px;
	margin-top: -125px;
	position: relative;
	z-index: 10;
}
#top_blog::after{
	top: auto;
	bottom: 0;
}
#top_blog .list{
	position: relative;
	max-width: 760px;
	margin: 0 auto;
}
#top_blog .list::before{
	position: absolute;
	content:"";
	width: 100vw;
	height: 1px;
	background-color: #848484;
	transform: translateX(-100%);
	top: 0;
	left: 126px;
}
#top_blog .list::after{
	position: absolute;
	content:"";
	width: 100vw;
	height: 1px;
	background-color: #848484;
	bottom: 0;
	left: 0;
}
#top_blog .list a{
	display: flex;
	gap: 45px;
	height: 76px;
	align-items: center;
	padding: 0 20px;
	transition: all .3s;
}
#top_blog .list a:hover{
	opacity: .6;
}
#top_blog .list .date{
	font-size: 2rem;
}


/*service
--------------------------------------------*/
#service {
	position: relative;
	padding: 40px 40px 110px;
	overflow: hidden;
}
#service .lead{
	line-height: 1.88;
	padding:0 10px 35px;
}
#service .list{
	display: flex;
	gap: 47px 73px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -150px;
}
#service .list .item{
	display: flex;
	background-color: #fff;
	width: calc(( 100% - 73px ) / 2);
	box-shadow: 0px 8px 43px 0px rgba(132, 132, 132, 0.28);
}
#service .list .item .img{
	width: 217px;
	height: auto;
}
#service .list .item img{
	width: 217px;
	height: 100%;
	object-fit: cover;
	object-position: left bottom;
}
#service .list .item01 img,
#service .list .item04 img,
#service .list .item05 img{
	object-position: right bottom;
}
#service .list .item .txt{
	flex: 1;
}
#service .list .item00{
	opacity: 0;
}
#service .list .item:nth-of-type(2n-1){
	margin-top: -82px;
	margin-bottom: 82px;
}
#service .list .item02,
#service .list .item03,
#service .list .item06,
#service .list .item07{
	flex-direction: row-reverse;
	background: #fff;
}
#service .list .item .txt{
	padding: 20px 20px 20px 40px;
}
#service .list .item02 .txt,
#service .list .item03 .txt,
#service .list .item06 .txt,
#service .list .item07 .txt{
	padding: 20px 20px 20px 40px;
}
#service .list .item .ttl{
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 15px;
}
#service .list .item .detail{
	line-height: 1.6;
}
#service .bg-grayBorder{
	position: absolute;
	width: 276px;
	height: 120%;
	top: -5%;
	left: calc( 50% + 120px );
	overflow: hidden;
	transform: skewX(30deg);
	z-index: -1;
}
#service .bg-grayBorder::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 120%;
	background-color:#f6f6f6;
}
#service .btn{
	margin-top: -15px;
}
@media screen and (max-width: 1200px) { 
	#service .list{
		display: block;
		max-width: 700px;
		margin: 0 auto;
	}
	#service .list .item{
		width: 100%;
		margin-bottom: 30px;
	}
	#service .list .item:nth-of-type(2n-1){
		margin-top: 0;
		margin-bottom: 30px;
	}
	#service .btn .btn_txt{
		margin: 60px auto 0;
	}
}



/*top_support 
--------------------------------------------*/
#top_support {
	position: relative;
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 100px 40px 157px;
}
#top_support .sec_inner{
	position: relative;
}
#top_support .list{
	display: flex;
	flex-wrap: wrap;
	gap: 65px;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1440px;
	margin: 78px auto 0;
}
#top_support .list .item{
	background-color: #fff;
	box-shadow: 0px 8px 43px 0px rgba(132, 132, 132, 0.28);
	width: calc(( 100% - 130px ) / 3);
}
@media screen and (max-width: 1200px) { 
	#top_support .list{
		gap: 30px;
	}
	#top_support .list .item{
		width: calc(( 100% - 60px ) / 3);
	}
}
#top_support .list .item02{
	margin-top: -70px;
	margin-bottom: 70px;
}
#top_support .list .item03{
	margin-top: -140px;
	margin-bottom: 140px;
}
#top_support .list .item img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#top_support .list .item .txt{
	padding: 24px  30px 30px 30px;
	min-height: 215px;
}
@media screen and (max-width: 1200px) { 
	#top_support .list .item .txt{
		min-height: auto;
		padding-bottom: 20px;
	}
}
#top_support .list .item .ttl{
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 15px;
}
#top_support .bg-whiteBorder{
	position: absolute;
	width: 257px;
	height: 120%;
	top: -5%;
	left: calc( 50% - 390px );
	overflow: hidden;
	transform: skewX(-30deg);
	z-index: 0;
}
#top_support .bg-whiteBorder::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 120%;
	background-color:#fff;
}
#top_support .btn .btn_txt{
	margin: -60px 0 0 auto;
}
@media screen and (max-width: 1200px) {
	#top_support .btn{
		margin-top: 40px;
	}
}


/*flow
--------------------------------------------*/
#flow{
	position: relative;
	background-color: #fff;
	overflow: hidden;
	padding: 45px 40px 225px;
	z-index: 0;
}
#flow .bg-grayBorder{
	position: absolute;
	width: 270px;
	height: 120%;
	top: -5%;
	left: calc( 50% + 452px );
	overflow: hidden;
	transform: skewX(30deg);
	z-index: 1;
}
#flow .bg-grayBorder::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 120%;
	background-color:#f2f2f2;
	opacity: 0.16;
	z-index: 1;
}
#flow .sec_inner{
	position: relative;
	z-index: 10;
}
#flow::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 480px;
	background-color: #0e0e0e;
	top: 0;
	left: 0;
	z-index: -1;
}
#flow .flow_header{
	display: flex;
	align-items: center;
	margin-bottom: 55px;
}
#flow .sec_ttl{
	color: #fff;
	font-weight: 500;
}
#flow .lead{
	color: #fff;
	font-weight: 400;
	margin: 0 84px 0 47px;
}
#flow .list .item_inner{
	background-color: #fff;
	box-shadow: 0px 8px 43px 0px rgba(132, 132, 132, 0.28);
	min-height: 470px;
	margin: 0 12px;
}
#flow .list .item{
	width: 372px;
}
#flow .list .img{
	position: relative;
}
#flow .list .img .triangle{
	position: absolute;
	width: 100px;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	background: #626262;
	top: -1px;
	left: -1px;
}
#flow .list .item .triangle::before{
	position: absolute;
	content: "01";
	font-size:3.4rem;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	left: 16px;
}
#flow .list .item02 .triangle::before{
	content: "02";
}
#flow .list .item03 .triangle::before{
	content: "03";
}
#flow .list .item04 .triangle::before{
	content: "04";
}
#flow .list .item05 .triangle::before{
	content: "05";
}
#flow .list .item06 .triangle::before{
	content: "06";
}
#flow .list .item07 .triangle::before{
	content: "07";
}
#flow .list .item08 .triangle::before{
	content: "08";
}
#flow .list .item09 .triangle::before{
	content: "09";
}
#flow .list .item img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#flow .list .item .txt{
	padding: 24px 30px 30px 30px;
}
#flow .list .item .ttl{
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 15px;
}
#flow .slide_wrapper{
	width: 1550px;
	margin: 0 auto;
}
#flow .slick-list{
	overflow: visible;
}
#flow .slider .item01 .item_inner{
	margin-left:0;
}
#flow .arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    position: relative;
}
.prev-arrow,
.next-arrow {
	position: relative;
    display: block;
    width: 78px;
    height: 78px;
	border: 2px #fff solid;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}
.prev-arrow::before,
.next-arrow::before {
	position: absolute;
	content: url(../img/cmn/arrow_white.png);
	width: 30px;
	height: 24px;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	transition: all .3s ease;
}
.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}
.prev-arrow:hover,
.next-arrow:hover{
	background-color: rgba(255,255,255,.3);
}
.prev-arrow:hover::before,
.next-arrow:hover::before{
	left: 56%;
}


/*about
--------------------------------------------*/
#about {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#about .sec_inner{
	width: 100%;
	height: 100%;
	width: 680px;
	margin: 0 auto;
}
.outside-right{
	margin-right: calc(50% - 50vw);
}
#about .bg-grayBorder01{
	position: absolute;
	width: 270px;
	height: 120%;
	top: -5%;
	left: calc( 50% - 1145px );
	overflow: hidden;
	transform: skewX(-30deg);
	z-index: 1;
}
#about .bg-grayBorder01::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 120%;
	background-color:#dfdfdf;
	opacity: 0.16;
	z-index: 1;
}
#about .bg-grayBorder02{
	position: absolute;
	width: 270px;
	height: 120%;
	top: -5%;
	left: calc( 50% + 820px );
	overflow: hidden;
	transform: skewX(30deg);
	z-index: 1;
}
#about .bg-grayBorder02::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 120%;
	background-color:#f2f2f2;
	opacity: 0.16;
	z-index: 1;
}
#about .body{
	position: absolute;
	display: flex;
	gap: 220px;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 140px;
	background-color: #fff;
	width: 90%;
	max-width: 1400px;
	padding: 60px 60px 70px 60px;
	padding-bottom: 70px;
}
#about .body dl{
	display: flex;
	margin-bottom: 38px;
}
#about .body dl:last-child{
	margin-bottom: 0;
}
#about .body dl dt{
	font-weight: 700;
	margin-right: 42px;
	width: 80px;
}
#about .body dl dd{
	flex: 1;
}
#about .bg-whiteBorder{
	position: absolute;
	width: 257px;
	height: 120%;
	top: -5%;
	left: calc( 50% - 390px );
	overflow: hidden;
	transform: skewX(-30deg);
	z-index: 0;
}
#about .bg-whiteBorder::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 120%;
}

.organization-box {
	width: 700px;
	padding: 160px 0 100px;
	margin: 0 auto;
}
.organization-img {
	width: 700px;
	margin-top: 40px;
}


#about .sec_inner .outside-right .address-img {
	height: 30px;
	margin-top: 10px;
}
