@charset "utf-8";


/* -----------------------------------------------------------
    会社案内
-------------------------------------------------------------- */
#company{}

.company-area{
    position: relative;
    margin: 40px 0;
}
.company-area::before{
    content: '';
	width: calc((100% - 1350px) / 2 + 1350px);
    height: 100%;
    background: var(--palegreen);
    border-radius: 0 500px 500px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.company-area::after {
	content: "Support Your Life";
	display: inline-block;
	position: absolute;
	bottom: -50px;
	left: 5%;
	font-size: 14.0rem;
	color: transparent;
	-webkit-text-stroke: 1px var(--green);
	font-weight: 500;
	letter-spacing: .3rem;
}

.company-area > .inner{
    padding: 150px 0;
    position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px){
	
	.company-area{
        margin: 40px 0 0;
    }
    .company-area::before{
        display: none;
    }
	.company-area::after {
		content: "Support Your Life Support Your Life Support Your Life";
		bottom: -10px;
		left: initial;
		font-size: 6.0rem;
		white-space: nowrap;
		overflow: hidden;
		letter-spacing: 0;
		color: var(--palegreen);
		-webkit-text-stroke: 0;
		z-index: 3;
		animation: marquee 120s linear infinite;
	}
	
    .company-area > .inner{
        padding: 0 0 30px 0;
    }
	
}

@keyframes marquee {
  0% {
	transform: translateX(0%);
  }
  100% {
	transform: translateX(-75%);
  }
}

/*    profile-area
-------------------------------------------------------------- */
.profile-area{
}

/* .company-table */
.company-table{
    width: 1000px;
    border-collapse: collapse;
    border-top: 1px solid #e2e2e2;
    line-height: 1.6;
}

.company-table tr{
    border-bottom: 1px solid #e2e2e2;
}

.company-table th{
    width: 220px;
    text-align: left;
    vertical-align: top;
    padding: 20px 0 20px 20px;
}
.company-table th::before{
    content: "-";
    color: #aaa;
    padding: 0 10px 0 0;
}

.company-table td{
    padding: 20px 0;
	line-height: 1.8;
}

.company-table td i {
	color: var(--green);
	display: inline-block;
	margin-right: 3px;
}

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

    .profile-area{
        padding: 10px 40px 0 20px;
    }

    /* .company-table */
    .company-table{
        margin: 10px 0 0;
		border: none;
		width: 100%;
    }
	
	.company-table tr:last-child {
		border-bottom: none;
	}
    
    .company-table th, .company-table td{
        display: block;
        width: 100%;
    }

    .company-table th{
        text-align: left;
        border-bottom: 0;
        padding: 20px 0 0;
    }

    .company-table td{
       font-size: 1.5rem;
        padding: 2.5px 0 20px;
    }

    .company-table iframe{
        height: 250px;
        margin: 10px 0 0 0;
    }
}


/*    fluid
-------------------------------------------------------------- */
#fluid01 {
	position: absolute;
	bottom: -100px;
	right: -50px;
	width: 460px;
	height: 400px;
	transform: scale(-1,1);
}

.dot-shape {
	position: absolute;
	bottom: 150px;
	right: 100px;
	transform: scale(-1,1);
}

@media screen and (max-width: 767px){
	#fluid01 {
		aspect-ratio: 46 / 40;
		width: 50%;
		height: initial;
	}
	
	.dot-shape {
		bottom: -20px;
		right: -40px;
		width: 43%;
		height: initial;
	}
}

/*    access-area
-------------------------------------------------------------- */
.access-area {
	padding: 120px 0;
}

.access-area .section-title-eng {
	font-size: 5.2rem;
}

.access-area .section-title {
	font-size: 2.1rem;
}

.access-area .access-block iframe {
	width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 40px 0 0;
}

@media screen and (max-width: 767px){
	.access-area {
		padding: 40px 0 60px;
	}
	
	.access-area .section-title-eng {
		font-size: 3.2rem;
	}

	.access-area .section-title {
		font-size: 1.8rem;
	}
	
	.access-area .access-block iframe {
		height: 250px;
		width: 100%;
        margin: 30px 0 0 0;
	}
}
