#mission h2,
#vision h2,
#value h2,
#overview h2,
#mission h3,
#vision h3,
#value h3{
	text-align:center;
}

#mission h3,
#vision h3,
#value h3{
	font-size:4rem;
}

#mission h2,
#vision h2,
#value h2{
	color:var(--main);
	padding-bottom:3rem;
	position:relative;
	margin-bottom:7rem;
}

#mission h2:before,
#vision h2:before,
#value h2:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    width: 50%;
    height: 1px;
    background: var(--main);
}

#mission ul li h3,
#mission ul li h4{
margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    font-family: var(--bold);
    font-size: 1.6rem;
}

#mission ul li h4{
	margin-top:3rem;
}

#mission .l-flex {
    gap: 10rem;
}

#mission .l-flex .flex-l, #mission .l-flex .flex-r {
    width: calc(50% - 5rem);
}

.mission-logo {
	width: 100%;
    display: inline-block;
    background: #FCF0EE;
    border-radius: 600px;
    position: relative;
}

.mission-logo:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mission-logo img {
    position: absolute;
    width: 70% !important;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}

.overview-content table{
	width:100%;
}

.overview-content th,
.overview-content td{
padding: 3rem 0;
    border-bottom: 1px solid #D5D5D5;
    text-align: left;
}

.overview-content th{
	width:20%;	
}

.overview-content tr:last-child th,
.overview-content tr:last-child td{
	border-bottom:0;
}

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

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

@media screen and (max-width:1200px) {
#mission h3,
#vision h3,
#value h3{
	font-size:3rem;
}
}

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

@media screen and (max-width:767px) {
#mission ul li h3, #mission ul li h4 {
    font-size: 1.4rem;
}
#mission .l-flex {
    gap: 3rem;
    flex-direction: column-reverse;
}
#mission h3,
#vision h3,
#value h3{
   font-size: 1.4rem;
}
#mission h2, #vision h2, #value h2 {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.overview-content th {
    width: 30%;
}
}