@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------------
FV
--------------------------------------------------------------*/
#fv_catch_jp{
	padding-top: 300px;
	font-weight: 500;
	font-size: 24px;
}

#fv_catch_en{
	font-size: 78px;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--red);
	line-height: 1em;
	margin-bottom: 500px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	#fv_catch_jp{
	padding-top: 400px;
	font-size: 24px;
}
	#fv_catch_en{
	font-size: 78px;
	margin-bottom: 300px;
}
}




@media screen and (max-width: 767px) {
	#fv_catch_jp{
		padding-top:500px;
		font-size: 1rem;
	}
	#fv_catch_en{
		font-size: 3rem;
		line-height: 1em;
		margin-bottom: 120px;
	}
}

.home section{
    margin: 170px auto 0 auto
}
@media screen and (max-width: 767px) {
	.home section{
		margin: 140px auto 0 auto
	}
	}

#shiawase{
		display: flex;
		gap: 40px;
}
#shiawase_box{
		width: 418px;
		display: flex;
		flex-direction: column;
		gap: 15px;
}

#shiawase_text h3{
		font-size: 46px;
		position: relative;
		display: flex
}



#mask{
    position: absolute;
    bottom: -8px;
    right: -1px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
	#mask{
   	bottom: -29px;
    right: 0;
	left: 0;
	}
	
	#mask img{
	width: 100%;
    height: 100px
}
}


.dot-top,
.dot-bottom{
	font-family:'A-OTFリュウミン Pr6N KL', serif;
		color: var(--red);
		font-size: 140%;
}
.dot-top{margin-top:-.2em}
.dot-bottom{margin-top: .3em;}

#shiawase_text p{
		font-size: 18px;
		line-height: 2em;
		margin-bottom: 20px;
}




@media screen and (max-width: 1024px) {
	#shiawase_text{
			width: 100%;
	}
	#shiawase{
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	#shiawase_box{
		width: 50%;
        gap: 15px;
        margin-left: -7%;
	}
	#shiawase_text h3{
			font-size: 1.9rem;
			margin-top: 40px;
			margin-left: -0.2em;
	}
	/*
	#shiawase_text h3::before{
			font-size: 140%;
	}
	
	#shiawase_text h3::after{
			position: absolute;
			right: 50px;
			bottom: -40px;
	}
	*/
	#shiawase_text p{
			font-size: 1.1rem;
			line-height: 2em;
			margin-bottom: 20px;
			text-align: justify
	}
}

@media screen and (max-width: 767px) {
	#shiawase_box{
		width: 85%;
        gap: 15px;
        margin-left: -7%;
	}
}


.about_link{
    background: var(--bg1);
    width: 850px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    font-weight: bold
}
.about_btn{
    background: var(--red);
    width: 355px;
    height:85px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    position: relative;
    transition: ease-in-out .5s
}
.about_link p{
	font-weight: 500
}

@media screen and (max-width: 1024px) {
	.about_btn{
		width: 350px;
	}
		.about_link{
		width: 89%;
        margin-left: auto;
        margin-right: auto;
	}
	.tablet_al{
		width: 80%
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.about_link p{
		width: 50%;
	}
}
	
	
@media screen and (max-width: 767px) {
	.about_link{
		background: var(--bg1);
		width: 100%;
		border-radius: 10px;
		margin: 0 auto;
		padding: 20px 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		}
	.about_link p{
			font-size: 1rem;
			text-align: center;
			line-height: 1.4em;
			margin-top: 7px
		}
	.about_btn{
		aspect-ratio: 355 / 85;
		width: 100%;
		font-size: 16px;
		border-radius: 10px;
		position: relative;
		text-align: center;
		position: relative;
		transition: ease-in-out .5s
	}
	#number .about_link{
		width: 92%;
	}
}


.about_btn:hover{
    opacity: .7
}



.about_btn a{
    color: #fff;
    font-weight: bold;
    line-height: 1.4em;
    position: absolute;
    padding-top: 18px;
	font-weight: 500
    
}
.about_btn a span{
    font-size: 130%;
    display: block
}
.about_btn:before{
    content: '';
    background: url("../icon/logo_white.svg") no-repeat;
    display: inline-block;
    width: 52px;
    height: 57px;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px;
}
@media screen and (max-width: 767px) {
	.about_btn:before{
		width: 46px;
    	height: 47px;
		top: 0;
		bottom: 0;
		margin: auto 0
	}
	.about_btn a span{
		    letter-spacing: -0.03em;
	}
}

.about_btn:after{
    content: '';
    background: url("../icon/arrow_white.svg") no-repeat;
    display: inline-block;
    width: 25px;
    height: 10px;
    position: absolute;
    top: 45%;
    right: 10px
}

div.about_link  > div{
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 5px 0;
}
div.about_link > div　p{
    font-size: 18px
}
@media screen and (max-width: 767px) {
	div.about_link  > div{
    display: flex;
	flex-direction: column;
    column-gap: 20px;
    padding: 5px 0;
	}
	div.about_link > div　p{
		font-size: 1rem
	}
}



#number{
  background: linear-gradient(150deg, rgba(249, 167, 35, 0.7), rgba(255, 24, 63, 0.7)), url(../img/home/number_bg_pc.jpg);
    margin:190px calc(50% - 50vw);
    width: 100vw;
    height: auto;
    padding: 90px 0 120px 0;
    margin-top: 110px;
    background-position: right 5% top 0%;
    background-size: cover
}
@media screen and (max-width: 767px) {
	#number{
		padding: 90px 0 100px 0;
		margin-top: 110px;
		margin-bottom: 0;
		background-position: right 20% top 0%;
	}
}


/*
.Gradation_3 {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #F9A723 0%, #FF183F 100%);
  opacity: 0.5;
  animation: Grad 4s infinite alternate;
}


.Gradation_3_text{
  font-size: 30px;
  font-family: Arial;
  font-weight: 600;
  color: #fff;
 }
 
@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
*/


.title_ja_large{
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px
}
@media screen and (max-width: 767px) {
	.title_ja_large{
		font-size: 1.6rem;
	}
}

.suuji{
	font-weight: 500
}
#workstyle_box{
	display: flex;
	align-items: center;
	column-gap: 45px;
	margin-bottom: 30px
}
#workstyle_box h3{
	text-align: justify;
	font-weight: normal;
	line-height: 1.8em
}
#workstyle_box p{
	margin: 15px 0
}
@media screen and (max-width: 1024px) {
	#workstyle_box{
		align-items: center;
		flex-direction: column;
		column-gap: 45px;
		margin-bottom: 30px
	}
	#workstyle_box img{
			width: 60%;
		margin-bottom: 20px
	}
	#workstyle_box h3{
		text-align: justify;
		font-weight: normal;
		line-height: 1.8em;
		font-size: 1rem
	}
	#workstyle_box p{
		margin: 15px 0
	}
}
@media screen and (max-width: 767px) {
	#workstyle_box img{
			width: 100%;
		margin-bottom: 20px
	}
}

#last_lead{
    text-align: center;
    margin: 150px 0 30px 0;
    font-size: 24px
}
@media screen and (max-width: 767px) {
	#last_lead{
		margin: 70px 0 30px 0;
		font-size: 1.3rem;
		line-height: 1.5em;
	}	
}


#shizuoka{
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 52px;
  color: var(--red);
  letter-spacing: 0.25em;
  text-align: right
}
@media screen and (max-width: 767px) {
	#shizuoka{
		font-size: 2.5rem;
	}
}




.home_sub{
    font-size: 28px;
    text-align: center;
    margin: 65px 0 20px 0
}
#shizuoka_bg{
    background: url("../img/home/shizuoka_bg.svg") no-repeat;
    background-size: contain;
	position: relative;
	width: 100%;
	height: auto
}
@media screen and (max-width: 767px) {
	#shizuoka_bg{
		background-position: center center;
		margin: 0px calc(50% - 50vw) 0px;
		width: 100vw
	}
}
#s1,#s2,#s3,#s4,#s5,#s6,#s7{
	display: inline-block;
	width: 120px;
	height: 120px;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	#s1,#s2,#s3,#s4,#s5,#s6,#s7{
		display: none
}
}

#s1,#s7{
	animation: fluffy1 6s infinite;
}
#s2,#s4,#s6{
  	animation: fluffy2 8s infinite;
}
#s3{
	animation: fluffy3 8s infinite;
}
#s7{
	animation: fluffy4 5s infinite;
}
#s5{
	animation: fluffy5 4s infinite;
}

@keyframes fluffy1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fluffy2 {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes fluffy3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
@keyframes fluffy4 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fluffy5 {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}




#s1{position: absolute; top: -130px; left: -250px}
#s2{position: absolute; top: 90px; left: -190px}
#s3{position: absolute; top: 420px;left: -270px;}
#s4{position: absolute; top: 322px; left: 310px;}
#s5{position: absolute; top: -190px; right: -240px;}
#s6{position: absolute; top: 100px; right: -220px;}
#s7{position: absolute; top: 390px; right: -300px;}


.troom{
    width: 71px;
}
.dope{
    width: 80px;
}
.kabuto{
width: 60px;
}
#sub_img{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px
}


#jigyo_naiyou{
    display: flex;
    flex-wrap: wrap;
    margin:20px auto 0 auto;
    width: 620px;
    column-gap: 20px;
    grid-row-gap: 12px;
	position: relative
}
#jigyo_naiyou li{
    width: 300px;
    text-align: center;
    border: 1px var(--red) solid;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
    padding: 5px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
	#jigyo_naiyou{
	justify-content: center;
    margin:20px auto 0 auto;
    width: 96%;
    column-gap:10px;
    grid-row-gap: 12px
	}
	#jigyo_naiyou li{
    	width: 48%;
	    height:45px;
        border-radius: 40px;
        padding: 6px 12px;
        font-size: .9rem;
		line-height: 1.2em
	}	
}

