/* CSS Document */

/* mission */

#mission .sub-container{
	background: url("../img/sub/company/mission.jpg") right no-repeat;
	background-size: cover;
}

#mission .illust {
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 10px;
	transform: scale(-1,1);
}

#mission .illust span{
	display: block;
	background: url("../img/dec/papaya-etc.png") no-repeat;
	background-size: cover;
	width: 25vw;
	max-width: 300px;
	aspect-ratio: 52/40;
}

#mission .sub-container-img{
	width: 300px;
}


@media(max-width: 1200px){
	#mission .sub-container-img {
		width: 250px;
	}
	
}


@media(max-width: 1000px){
    #mission .sub-container-img {
        width: 100%;
        max-width: 450px;
    }
	
}

@media(max-width: 800px){
		
	
	#mission .illust {
		bottom: -50px;
	}
	#mission .illust span {
    	width: 45vw;
		min-width: 120px;
	}
	
	 #mission .sub-container-box-main {
        gap: 20px;
        flex-direction: column-reverse;
    }
	
	
	#mission .sub-container-img {
        width: 100%;
        max-width: 100%;
    }
}
	
	
/* mission ///*/


/* our goal */

#our-goal{
	background: url("../img/sub/company/our-goal.jpg") right no-repeat;
	background-size: cover;
}


#our-goal .illust {
	z-index: 3;
	position: absolute;
	bottom: 0;
	right: 6vw;
	transform: scale(-1,1) translateY(-60%);
}

#our-goal .illust span{
	display: block;
	background: url("../img/dec/jam.png") no-repeat;
	background-size: cover;
	width: 20vw;
	max-width: 200px;
	aspect-ratio: 35/20;
}

@media(max-width: 1460px){
	
	#our-goal .illust {
		transform: scale(-1, 1) translateY(0%);
	}
	
}

	
@media(max-width: 1460px){
	#our-goal  .illust {
		bottom: -50px;
	}
	
	#our-goal  .illust span {
		width: 45vw;
		min-width: 120px;
	}


}

	
@media(max-width: 1000px){
	#our-goal .sub-title-en h3 {
         left: 4vw!important; 
    }
	
}

	
@media(max-width: 800px){
	#our-goal .sub-title-en h3 {
         left: 0!important; 
    }
	
}
	
/* our goal ///*/


/* 　会社沿革History　*/

.history{
	position: relative;
}

.history .sub-container {
	padding-bottom: 0;
}

.history .dec{ 
	position: absolute;
    z-index: 1;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
	overflow: hidden;
}

.history .dec .circle{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 45vw;
}

.history .dec .circle img{
	animation: 120s linear infinite rotation1;
}

@keyframes rotation1{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}





#history .sub-container-box {
    box-shadow: none;
	width: 100%;
	padding: 100px 6vw 80px;
}

#history .sub-container .main-text {
	margin: 20px auto;
    width: 100%!important;
    max-width: 100%!important;
	z-index: 2;
    position: relative;
}

.timeline {
	border-left: 1px solid #a04800;
	margin-left: 40px;
	padding-left: 20px;
}

.event {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    gap: 20px;
	align-items: center;
}

.year {
	color: #a04800;
	font-weight: bold;
	width:200px;
	padding-left: 5px;
	position: relative;
	font-family: "Noto Serif JP", serif;
}


.year::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	left: -20px;
	top:50%;
	background: #a04800;
	transform: translateY(-50%);
}


.event-img{
	right: 10vw;
	position: absolute;
	width: 22vw;
	max-width: 360px;
	box-shadow: 5px 5px 20px rgba(80, 20, 0, 0.5);
	top:0;
}

.event-img img{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


@media(max-width: 1200px){
	
	.event {
    	margin-bottom: 20px;
    	gap: 10px;
		align-items: flex-start;
	}
	
	.year {
    	width: 160px;
		min-width: 160px;
	}
	
	.event-img {
    	right: 7vw;
		width: 20vw;
	}
	
}


@media(max-width: 1000px){
	
	
	#history .sub-container-box {
		padding: 60px 6vw;
		background: linear-gradient(to bottom, rgba(252, 247, 242, 0.9));
		margin-bottom: 20px;
	}
	
	.event-img {
	    right: 0vw;
    	position: relative;
		width: 100%;
		max-width: 100%;
	}
	
	.description-box{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}


@media(max-width: 800px){
	
	
	
	.history .dec .circle {
		display: none;
	}
	
	
}



@media(max-width: 600px){

	.event {
        margin-bottom: 20px;
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
	
	.history .description p{
		line-height: 1.75;
	}
	
	.event-img {
		margin-top: 15px;
	}
	
}

/* 　会社沿革History　　///*/



/*　企業情報　*/

.profile{
	overflow: hidden;
}

.profile .main-area{
	position: relative;
	z-index: 2;
}

.profile_table{
    display: flex;
    flex-direction:column;
    gap: 40px;
    background: #fff;
    margin: auto;
	
}

.profile_table table{
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.profile_table tr{
	text-align: left;
}

.profile_table th,
.profile_table td{
	letter-spacing: 1px;
	text-align: left;
	padding:25px;
	vertical-align:top;
	border-spacing: 0;
	font-weight: 400;
}

.profile_table td span{
	display: inline-block;
}


.profile_table tr:last-child td p span{
	width: 150px;
}

.profile_table th{
	border-bottom: 1px solid #a04800;
	min-width: 160px;
	font-weight: 600;
	color: #a04800;
	text-align: center;
}

.profile_table th p{
	font-weight: 600;
}

.profile_table td{
	font-weight: 500;
	border-bottom: 1px solid #b9b9b9;
	width: 100%;
}


.table_btn{
	padding: 10px 50px;
}

.google-map,
.google-map iframe{
	width: 100%;
	height: 450px;
}

.profile .common-button {
    display: flex;
    justify-content: center;
	padding-bottom: 0;	
}




@media(max-width: 1200px){
	.event-img {
        right: 0;
	}
}
	
@media(max-width: 1000px){

	.profile .main-area {
		padding-bottom: 50px;
	}
	
	.profile_table {
    	gap: 20px;
		padding: 0;
	}
}


@media(max-width:800px){

	.profile_table th, .profile_table td {
    	padding: 15px ;
	}
	
	.profile_table th {
    	min-width: 120px;
	}

}


@media(max-width:600px){
	
	.profile {
		padding-bottom: 70px;
	}
	
	
	.profile .main-area {
		padding-bottom: 0;
	}
	
	.profile .main-text p{
		line-height: 1.75;
	}
	
	.profile_table th p{
		font-weight: 800;
	}
	
	.profile_table th, .profile_table td {
		letter-spacing: 1px;
		font-size: 14px;
		padding: 20px 0;
	}
	
	.profile_table {
		min-width: 100%;
		padding: 0;
	}
	
	.profile_table tr {
		display: flex;
		flex-direction: column;
	}
	
	.profile_table th {
		width: 120px;
		padding-top: 15px;
		border-top: none;
		border-bottom: none;
		padding-bottom: 0;
		text-align: left;
	}
	
	.profile_table td{
		padding-top: 0;
		width: 100%;
		padding-bottom: 15px;
	}
	
	.profile_table tr:first-child th, .profile_table tr:first-child td {
		border-top: none;
	}
	
	
}


@media(max-width:600px){
	
	.profile {
    	padding-bottom: 80px;
	}
	
	.profile_table {
    	flex-direction: column;
	}
	
	
}

@media(max-width:500px){

	.profile_table table{
		min-width: 100%;
		width:100%;
	}
	
	.profile_table tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	.profile_table th,
	.profile_table td {
		width: 100%;
		border-bottom: none;
	}
	
	.profile_table {
		padding: 10px 0
	}
	
    .profile_table th {
        padding: 10px 0 0;
        border-bottom: 1px dotted #7f4700;
        font-size: 16px;
    }
	
		
	.profile_table td{
		padding: 0px 0 10px;
	}
	
}

/*　企業情報　///*/


/*　お問い合わせ　*/

#contact-us{
	overflow: hidden;
	background: url("../img/bk/paper-bk-thin.jpg") ;
	background-size: contain;
}

/*　お問い合わせ　///*/









