@charset "utf-8";

/*MV
--------------------------------------------*/
#top_mv {
	position: relative;
	width: 100%;
	background-color: #fffe;
	padding-top: 85px;
	overflow: hidden;
	margin-bottom: 15px;
}
#top_mv .mv-copy{
	position: absolute;
	display: block;
	color: #000;
	font-size: 3rem;
	line-height: 1.2;
	left: 30px;
	bottom: 70px;
	overflow: hidden;
	z-index: 4;
}
@media screen and (min-width: 760px) { 
	#top_mv .mv-copy{
		position: absolute;
		font-size: 5rem;
		color: #fff;
		width: 410px;
		/* transform: translateX(-50%); */
		right: 40px;
		left: auto;
		top: 280px;
	}
}
#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.2rem;
	margin-top: 15px;
}
@media screen and (min-width: 760px) {
	#top_mv .mv-copy p span{
		font-size: 1.8rem;
	}
}
#top_mv .mv_inner{
	position: relative;
	width: 100%;
	height:600px;
	/* max-width: 1820px; */
	margin: 0 auto;
}

/* left image */
#top_mv .mv_inner .left_box01,
#top_mv .mv_inner .left_box02{
	position: absolute;
	bottom: 67px;
	left: -358px;
	z-index: 2;
}
#top_mv .mv_inner .left_box01{
	left: calc( 50% - 954px );
}
.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: 0;
	z-index: 3;
}
#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: 11px;
	top: 150px;
	z-index: 100;
}
#top_mv a.scroll_arrow .inner{
	position: relative;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.6rem;
}
#top_mv a.scroll_arrow .inner:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 1px;
	width: 123px;
	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:13px ;
	height: 24px;
	transform: rotate(90deg);
	bottom: 1px;
	right: 155px;
}


/*top_blog
--------------------------------------------*/
#top_blog {
	overflow-x: hidden;
	margin-bottom: 80px;
}
#top_blog::after{
	top: auto;
	bottom: 0;
}
#top_blog .list{
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #848484;
	padding: 0 20px;
}
#top_blog .list li{
	padding: 4px 0;
}
#top_blog .list a{
	padding: 0 20px;
}
#top_blog .list .date{
	font-size: 1.2rem;
	margin-bottom: 9px;
}
#top_blog .list .ttl{
	font-size: 1.2rem;
}

/*service
--------------------------------------------*/
#service {
	position: relative;
	padding: 62px 0 100px;
	overflow: hidden;
	background-image:url(../img/top/service_bg_sp.jpg) ;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
#service .sec_inner{
	padding: 0 20px;
}
#service .sec_ttl02{
	margin-bottom: 12px;
}
#service .lead{
	line-height: 1.88;
	padding:0 0 35px;
}
#service .list .item{
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 450px;
	box-shadow: 0px 8px 18px 0px rgba(132, 132, 132, 0.28);
	margin: 0 auto;
	margin-bottom: 28px;
}
@media screen and (min-width: 450px) { 
	#service .list .item{
		display: flex;
		max-width: 650px;
	}
	#service .list .item:nth-child(2n-1){
		flex-direction: row-reverse;
	}
	#service .list .item br.pc_none{
		display: none;
	}
}
#service .list .item .img{
	position: absolute;
	width: 130px;
	height: 103px;
	top: 0;
	left: 0;
}
@media screen and (min-width: 450px) { 
	#service .list .item .img{
		position:inherit;
		width: 200px;
		height: auto;
	}
}
#service .list .item:nth-child(2n-1) .img{
	left: auto;
	right: 0;
}
#service .list .item img{
	width: 130px;
	height: 103px;
	object-fit: contain;
}
@media screen and (min-width: 450px) { 
	#service .list .item img{
		width: 200px;
		height: 100%;
		object-fit: cover;
		object-position: right bottom;
	}
	#service .list .item:nth-child(2n-1) img{
		object-position: left bottom;
	}
}
#service .list .item .ttl{
	display: flex;
	align-items: center;
	height: 103px;
	font-size: 1.7rem;
	font-weight: 700;
	padding-left: 152px;
	border-bottom: 1px solid #000;
}
@media screen and (min-width: 450px) {
	#service .list .item .ttl{
		padding: 0 12px;
	}
}
#service .list .item:nth-child(2n-1) .ttl{
	padding-left: 30px;
}
#service .list .item .detail{
	font-size: 1.2rem;
	line-height: 1.6;
	/* padding: 15px 12px; */
	padding: 20px 25px;
}
#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;
}


/*top_support 
--------------------------------------------*/
#top_support {
	position: relative;
	overflow: hidden;
	/* padding-top: 26px; */
	padding-top: 76px;
	padding-bottom: 100px;
	background-image:url(../img/top/support_bg_sp.jpg) ;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
#top_support .sec_inner{
	padding: 0 20px;
}
#top_support .list{
	max-width: 450px;
	margin: 22px auto 0;
}
#top_support .list .item{
	background-color: #fff;
	box-shadow: 0px 8px 18px 0px rgba(132, 132, 132, 0.28);
	width: 100%;
	margin-bottom: 22px;
}
#top_support .list .item:last-of-type{
	margin-bottom: 32px;
}
#top_support .list .item img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#top_support .list .item .txt{
	font-size: 1.2rem;
	/* padding: 16px  18px 26px; */
	padding: 20px 25px;
}
#top_support .list .item .ttl{
	/* font-size: 2.2rem; */
	font-size: 1.7rem;
	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;
}


/*flow
--------------------------------------------*/
#flow{
	position: relative;
	background-color: #fff;
	overflow: hidden;
	/* padding-top: 12px; */
	padding-top: 62px;
	padding-bottom: 95px;
	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: "";
	background: url(../img/top/flow_bg_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 385px;
	top: 0;
	left: 0;
	z-index: -1;
}
#flow .flow_header{
	padding: 0 20px;
	margin-bottom: 10px;
}
#flow .sec_ttl{
	color: #fff;
	font-weight: 500;
}
#flow .lead{
	color: #fff;
	font-weight: 400;
}
#flow .list .item{
	width: 322px;
	width: 280px;
}
#flow .list .item_inner{
	background-color: #fff;
	box-shadow: 0px 8px 18px 0px rgba(132, 132, 132, 0.28);
	margin: 0 5px;
	/* min-height: 404px; */
	min-height: 380px;
}
#flow .list .img{
	position: relative;
}
#flow .list .img .triangle{
	position: absolute;
	width: 77px;
	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:2.4rem;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	left: 12px;
	top: 5px;
}
#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{
	font-size: 1.2rem;
	/* padding: 16px 18px 26px; */
	padding: 20px 25px;
}
#flow .list .item .ttl{
	/* font-size: 2.0rem; */
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 11px;
}
#flow .slide_wrapper{
	margin: 0 auto;
	padding: 0 20px;
}
#flow .slick-list{
	overflow: visible;
}
#flow .slider .item01 .item_inner{
	margin-left:0;
}
#flow .arrow_box {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	right: 20px;
	top: 8px;
    margin: 0;
}
.prev-arrow,
.next-arrow {
	position: relative;
    display: block;
    width: 48px;
    height: 48px;
    /* background: coral; */
	border: 2px #fff solid;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}
.prev-arrow::before,
.next-arrow::before {
	position: absolute;
	content: "";
	background-image:url(../img/cmn/arrow_white.png) ;
	width: 20px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	transition: all .3s ease;
}
.prev-arrow {
    transform: rotate(180deg);
    margin-right: 10px;
}
.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;
	z-index: -1;
}
/*#about::after{
	position: absolute;
	content: "";
	background-color: #fff;
	height: 156px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;*/
}
#about .sec_inner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#about .sec_inner .outside-right{
	margin-bottom: 270px;
}
#about .sec_inner .outside-right img{
	width: 100%;
	height: 178px;
	object-fit: cover;
	object-position: top center;
}
#about .sec_inner .sec_ttl{
	text-align: center;
	margin-bottom: 18px;
}
#about .body{
	position: absolute;
	background-color: #fff;
	width: 95%;
	max-width: 350px;
	left: 0;
	top: 70px;
	padding: 10px 20px 40px 40px;
	z-index: 1;
}
#about .body dl{
	display: flex;
	margin-bottom: 14px;
}
#about .body dl:last-child{
	margin-bottom: 0;
}
#about .body dl dt{
	font-weight: 500;
	width: 65px;
	margin-right: 18px;
}
#about .body dl dd{
	flex: 1;
}
#about .sec_inner .outside-right .address-img {
	width: auto;
	height: 25px;
	margin-top: 5px;
	object-fit: fill;
}

.organization-box {
	width: 100%;
	padding: 0 20px 70px;
}
.organization-img {
	width: 100%;
	margin-top: 30px;
}
