@charset "utf-8";


/* -----------------------------------------------------------
    トップ
-------------------------------------------------------------- */
#top{}

#top .h1-area{
    top: 760px;
    left: 100px;
}
#top .h1-area h1{
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 767px){
    
    #top .h1-area{
        top: 430px;
        width: 100%;
        right: initial;
        left: 20px;
    }
	
    #top .h1-area h1{
        color: #6B6B6B;
        font-size: 1.1rem;
        padding: 0;
    }
}


/*    mv-area
-------------------------------------------------------------- */
.mv-area{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    height: 800px;
}

.mv-area::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: url("../img/top-mv.png") center/cover, no-repeat;
	border-radius: 400px 0 0 400px;
}

/* .mv-txt-block */
.mv-txt-block{
    top: 30%;
    /*transform: translateY(-50%);*/
    left: 100px;
    position: absolute;
    /*width: 540px;*/
}

.mv-catch {
    font-size: 5.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
    /*text-shadow: 0 0 10px #fff;*/
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	font-feature-settings: "palt";
	letter-spacing: .5rem;
}

.mv-txt{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0 0 40px;
    text-shadow: 0 0 5px #fff;
}

.mv-area .btn-more a {
    /*box-shadow: 0 0 10px 2px rgba(0,0,0,.1);*/
    background: #fff;
	color: var(--green);
	border: 1px solid var(--green);
}

.mv-area .btn-more a::after {
    color: var(--green);
}

.mv-area .btn-more a:hover,
.mv-area .btn-more a:hover::after{
	color: #fff;
}

@media screen and (max-width: 767px){

    .mv-area{
        display: block;
        height: 460px;
        width: 100%;
    }
	
	.mv-area::before {
		top: 70px;
		width: 96%;
		height: 80vw;
		border-radius: 400px 0 0 400px;
	}

    /* .mv-txt-block */
    .mv-txt-block{
        width: calc( 100% - 20px );
        margin: 0;
        position: absolute;
        top: 220px;
        left: 20px;
        z-index: 2;
    }

    .mv-catch{
        font-size: 2.8rem;
        margin: 0 0 15px;
		letter-spacing: .2rem;
    }

    .mv-eng{
        font-size: 1.2rem;
        letter-spacing: 0.2em;
        margin: 10px 0 0;
    }
    
	.mv-area .btn-more a {
		width: 270px;
	}
}


/*    mv 流体シェイプ
-------------------------------------------------------------- */
#mv-fluid01 {
	width: 535px;
	height: 420px;
	position: absolute;
	top: -100px;
	left: 26%;
	z-index: -2;
	transform: rotate(-5deg);
}

#mv-fluid02-clip {
	position: absolute;
	top: -60px;
	left: 14%;
}

#mv-fluid02 {
	position: absolute;
	top: -60px;
	left: 14%;
	opacity: .3;
	z-index: -1;
	/*animation: FluidRotate 420.0s ease-out infinite;*/
}

/*@keyframes FluidRotate {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}*/

#mv-fluid03 {
	position: absolute;
	bottom: 0;
	left: -100px;
	width: 360px;
	height: 340px;
	z-index: -2;
}

@media screen and (max-width: 767px) {
	#mv-fluid01 {
		display: none;
	}
	
	#mv-fluid02 {
		top: initial;
		bottom: -40px;
		left: initial;
		right: 0;
		aspect-ratio: 34 / 26;
		transform: rotate(-30deg);
		width: 60%;
		height: initial;
	}
	
	#mv-fluid03 {
		bottom: -20px;
		left: -30px;
		aspect-ratio: 36 / 34;
		width: 60%;
		height: initial;
		transform: rotate(-20deg);
	}

}


/*    news-area
-------------------------------------------------------------- */
.news-area{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 0;
}

.news-title-block, .news-btn{
    flex-shrink: 0;
}

.news-btn{
    font-size: 1.4rem;
    font-weight: normal;
	margin: 20px 0 0;
}

.news-btn .fas {
    margin: 0 5px 0 0;
	color: #B3BAB8;
}

.news-area .section-title {
    color: #333;
    font-size: 1.5rem;
}

.news-area .section-title:before {
    display: none;
}

.news-area .section-title-eng{
    font-size: 3rem;
}

/* .news-list */
.news-list{
    width: 830px;
    margin: 0 auto 0 80px;
}

.news-list > li:nth-of-type(2){
    margin: 20px 0 0;
}
.news-list > li:nth-of-type(n+3){
    display: none;
}

.news-list a{
    display: flex;
    width: 100%;
    line-height: 1.4;
    justify-content: space-between;
    align-items: flex-start;
}

.news-list li:first-child a {
    padding: 5px 0 0;
}

.news-date{
    flex-shrink: 0;
    font: 500 1.4rem / 1.5 'Poppins', sans-serif;
    /*padding: 0 30px 0 0;*/
	margin: 3px 0 0;
}

.news-area .cate {
    display: inline-block;
    color: #1C1F22;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    padding: 4px 20px 5px;
    border: 1px solid #1C1F22;
	margin: 3px 0 0;
}

.news-area .news-title {
    width: 600px;
    line-height: 1.6;
}

@media screen and (max-width: 767px){

    .news-area{
        display: block;
        width: 100%;
        padding: 40px 20px 0;
        position: relative;
    }

    .news-btn{
        position: absolute;
        top: 48px;
        right: 20px;
		margin: 0;
    }
    
    .news-area .section-title {
        width: initial;
		margin: 8px 0 0;
    }
    
    .news-btn-icon img{
        width: 14px;
    }

    .news-area .news-title-block {
        display: flex;
        gap: 10px;
    }
    
    .news-area .section-title-eng{
        font-size: 2.6rem;
    }

    /* .news-list */
    .news-list{
        width: 100%;
        margin: 25px 0 0;
    }

    .news-list a{
        /*display: block;*/
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        line-height: 1;
        gap: 10px;
    }

    .news-date{
        font-size: 1.4rem;
		margin: 0;
        /*padding: 0 0 10px;*/
    }
    
    .news-area .cate {
        padding: 4px 15px 5px;
		margin: 0;
    }
    
    .news-area .news-title{
        line-height: 1.4;
        width: 100%;
    }
}

/*    about-area
-------------------------------------------------------------- */
.about-area{
    position: relative;
	margin: 80px 0 0;
}

.about-area::before {
    content: "";
    display: inline-block;
    width: 50%;
    max-width: 800px;
    height: 600px;
    aspect-ratio: 8 / 5;
    background: url("../img/bg-about.jpg") center/cover, no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 300px 300px 0;
}
.about-area .section-catch {
    font-size: 5.0rem;
    line-height: 1.5;
	font-feature-settings: "palt";
}

.about-area .section-title-eng {
    
}

.about-area .section-txt{
    width: 560px;
}

/*--------------.about-area .top-area*/
.about-area .top-area {
    padding: 0 0 130px;
    position: relative;
	height: 620px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.about-area .top-area .inner {
	position: relative;
	width: 100%;
	padding-right: calc( ( 100% - 1200px ) / 2 );
	text-align: right;
}

.about-area .section-title-block {
	display: inline-block;
	text-align: left;
}


.about-area .top-area .bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75%;
	/*width: calc( 100% - calc( ( 100% - 1200px ) / 2 ) );*/
	height: 530px;
	border-radius: 0 0 0 300px;
	background: #fff;
	z-index: -2;
}

/*--------------.about-area .bottom-area*/
.about-area .bottom-area {
    position: relative;
    padding: 220px 0 100px;
    margin: -100px 0 0;
}

.about-area .bottom-area .bg {
    background: var(--palegreen);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -3;
}

.about-area .about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
	gap: 60px 40px;
}

.about-area .about-list li {
    width: calc( ( 100% - 40px ) / 2 );
    position: relative;
}

.about-area .about-list li .feature-num {
    display: inline-block;
    font-family: var(--poppins);
    position: absolute;
    top: -25px;
    left: 20px;
	color: var(--green);
	font-weight: 500;
}

.about-area .about-list li .feature-num .feature {
    font-size: 2.0rem;
}

.about-area .about-list li .feature-num .num {
    font-size: 3.0rem;
	display: inline-block;
	padding-left: 5px;
}

.about-area .about-list li .img-wrap {
    border-radius: 15px;
    overflow: hidden;
	width: 100%;
}

.about-area .about-list li .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-area .about-list li .feature-catch {
    display: inline-block;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1;
    padding: 0 20px;
    margin: -25px 0 20px;
}

.about-area .about-list li .green-bg {
    background: var(--green);
    padding: 12px 15px;
    display: inline-block;
	color: #fff;
}

.about-area .about-list li .green-bg:not(:last-child) {
    margin: 0 0 5px 0;
}

.about-area .about-list li .feature-txt {
    line-height: 1.8;
    padding: 0 20px;
}



@media screen and (max-width: 767px){

    .about-area{
        position: relative;
		margin: 40px 0 0;
    }
	
	.about-area::after {
		content: "";
		display: block;
		position: absolute;
		top: 10%;
		height: 90%;
		width: 100%;
		background: var(--palegreen);
		z-index: -2;
	}
	
    .about-area::before{
        content: '';
        width: 96%;
        height: 70vw;
        background: url("../img/bg-about.jpg") center/cover, no-repeat;
        /*background-position: top 0 right -20px;
        background-size: cover;*/
        /*border-radius: 20px 0 0 20px;*/
        top: initial;
		left: initial;
		position: relative;
    }
    
    .about-area .bg-green {
        background: var(--green);
		color: #fff;
        display: inline-block;
        padding: 8px 20px;
        line-height: 1;
		margin: 5px 0 0;
    }

    .about-area .basic-txt{
        width: 100%;
    }
    
    .about-area .section-title-eng {
        font-size: 5rem;
        width: 80%;
		padding-left: 20px;
    }
	
	.about-area .section-title {
		padding-left: 20px;
	}
    
    .about-area .section-catch {
        font-size: 2.2rem;
        line-height: 1.5;
    }
	
	.about-area .section-txt{
		width: auto;
	}

    .about-area .top-area {
        padding: 20px 0 0;
		height: initial;
    }
    
    .about-area .top-area::before {
        left: 30px;
        bottom: -5px;
        width: 104px;
        height: initial;
        aspect-ratio: 374 / 282;
    }
	
	.about-area .top-area .inner {
		position: relative;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	
	.about-area .section-title-block {
		display: block;
	}
    
    .about-area .top-area .bg {
        display: none;
    }
    
    .about-area .bottom-area {
        position: relative;
        padding: 30px 0 40px;
        margin: 0;
    }
    
    .about-area .bottom-area .bg {
        display: none;
    }
    
    .about-area .about-list {
        gap: 30px;
        margin: 0 0 40px;
    }
    
    .about-area .about-list li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
        align-items: center;
		background: #fff;
		border-radius: 10px;
    }
    
    .about-area .about-list li .img-wrap {
        border-radius: 0;
        width: 30vw;
		height: initial;
		aspect-ratio: 1 / 1;
		border-radius: 10px 0 0 10px;
    }
	
	.about-area .about-list li:first-child .img-wrap img {
		object-position: -25px 0;
	}
    
    .about-area .about-list li .feature-num {
        top: -10px;
		left: initial;
        right: 20px;
        text-align: right;
    }
    
    .about-area .about-list li .feature-num .feature {
        font-size: 1.3rem;
    }
    
    .about-area .about-list li .feature-num .num {
        font-size: 2.0rem;
}
    
    .about-area .about-list li .feature-catch {
        font-size: 2rem;
        padding: 0;
        margin: 0;
		width: calc( 100% - 30vw );
		line-height: 1.4;
		padding-left: 20px;
    }
    
    .about-area .about-list li .feature-txt {
        display: none;
    }
    
    .about-area .about-list li .green-bg {
        background: transparent;
        padding: 0;
		color: #444;
    }
	
	.about-area .btn-more {
		text-align: left!important;
	}
    
}

/*   about-fluid
-------------------------------------------------------------- */
#about-fluid {
	position: absolute;
	top: -150px;
	right: -100px;
	width: 900px;
	height: 700px;
	z-index: -2;
}

@media screen and (max-width: 767px){
	#about-fluid {
		display: none;
	}
}

/*    .recruit-area
-------------------------------------------------------------- */
.recruit-area {
    margin: 140px 0 0;
    position: relative;
}

.recruit-area .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    position: relative;
} 

.recruit-area .section-title-block {
    display: flex;
    flex-wrap: wrap;
    width: 630px;
}

.recruit-area .section-title-eng {
    width: 100%;
	font-size: 6.0rem;
}

.recruit-area .section-catch {
	text-shadow: 0 0 10px #fff;
}

.recruit-area .section-txt {
    margin: 0 0 30px;
	text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 767px){
    .recruit-area {
		margin: 30px 0 0;
    }
	
    .recruit-area .inner {
        height: initial;
		margin: 20px 0 0;
    }

    .recruit-area .section-title-block {
        width: 100%;
    }
    
	.recruit-area .section-title-eng {
		font-size: 3.2rem;
	}
    .recruit-area .section-txt {
        display: none;
    }

}

/*    .recruit-fluid
-------------------------------------------------------------- */
#rec-fluid-clip {
	position: absolute;
	top: 0;
	left: 0;
}

#rec-fluid {
	position: absolute;
	top: -50px;
	left: 3%;
	z-index: -3;
}

#rec-bg-fluid01 {
	position: absolute;
	width: 460px;
	height: 400px;
	bottom: -100px;
	left: -100px;
	z-index: -5;
}

#rec-bg-fluid02 {
	position: absolute;
	width: 500px;
	height: 400px;
	bottom: -40px;
	right: 12%;
	z-index: -4;
}

.recruit-area .dot-shape {
	bottom: -160px;
	left: 4%;
	z-index: -4;
}

@media screen and (max-width: 767px){
	#rec-fluid {
		position: relative;
		top: initial;
		left: initial;
		width: 90%;
		height: initial;
		aspect-ratio: 72 / 62;
		right: -80px;
	}
	
	#rec-bg-fluid01 {
		width: 60%;
		height: initial;
		aspect-ratio: 46 / 40;
		top: 80px;
		left: -50px;
	}

	#rec-bg-fluid02 {
		width: 70%;
		height: initial;
		aspect-ratio: 46 / 40;
		bottom: -20px;
		left: initial;
		right: -50px;
		transform: scale(-1,1);
	}

	.recruit-area .dot-shape {
		bottom: initial;
		left: 12%;
		top: 140px;
		width: 60%;
		height: initial;
		aspect-ratio: 328 / 325;
	}
	
}

/*    .company-area
-------------------------------------------------------------- */
.company-area {
    margin: 180px 0 200px;
    position: relative;
}

.company-area .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 500px;
    position: relative;
} 

.company-area .section-title-block {
    display: flex;
    flex-wrap: wrap;
    width: 540px;
}

.company-area  .section-title-eng {
    width: 100%;
	font-size: 6.0rem;
}

.company-area .section-txt {
    margin: 0 0 30px;
}


@media screen and (max-width: 767px){
    .company-area {
        margin: 50px 0 100px;
    }
    
    .company-area .inner {
        height: initial;
		margin: 30px 0 0;
    }
	
    .company-area .section-title-block {
        width: 100%;
    }
	
	.company-area  .section-title-eng {
		font-size: 3.2rem;
	}
    
    .company-area .section-txt {
        display: none;
    }
}

/*    company-fluid
-------------------------------------------------------------- */
#com-fluid-clip {
	position: absolute;
	top: 0;
	left: 0;
}

#com-fluid {
	position: absolute;
	top: -50px;
	right: 8%;
	z-index: -3;
}

#com-bg-fluid01 {
	position: absolute;
	width: 460px;
	height: 400px;
	bottom: -150px;
	right: -100px;
	z-index: -5;
	transform: scale(-1, 1);
}

#com-bg-fluid02 {
	position: absolute;
	width: 500px;
	height: 400px;
	top: 10px;
	left: 100px;
	z-index: -4;
	transform: rotate(-140deg);
}

.company-area .dot-shape {
	bottom: -160px;
	right: 8%;
	z-index: -4;
	transform: rotate(180deg);
}

@media screen and (max-width: 767px){
	#com-fluid {
		position: relative;
		top: initial;
		right: initial;
		left: -30px;
		aspect-ratio: 73 / 63;
		width: 90%;
		height: initial;
	}

	#com-bg-fluid01 {
		aspect-ratio: 46 / 40;
		width: 70%;
		height: initial;
		bottom: initial;
		right: -30px;
		top: 120px;
	}

	#com-bg-fluid02 {
		width: 80%;
		height: initial;
		aspect-ratio: 5 / 4;
		top: initial;
		bottom: -60px;
		left: -50px;
		transform: scale(-1,1);
	}

	.company-area .dot-shape {
		bottom: initial;
		top: 50px;
		right: -20px;
		width: 50%;
		height: initial;
		aspect-ratio: 328 / 325;
		transform: rotate(90deg);
	}
}



/*    セクション名
-------------------------------------------------------------- */

@media screen and (max-width: 767px){

}
