@charset "UTF-8";

section.page_title_area {
    padding: 160px 0 40px;
    border-bottom: 1px solid #ddd;
}

.page_title_area h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    max-width: 1100px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    align-items: center;
}

.page_title_area h1 span {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-left: 15px;
    font-weight: 700;
}

.members_inner {
    padding: 80px 5%;
}

ul.members_list {
    display: flex;
    flex-wrap: wrap;
}

ul.members_list li {
    width: 24.5%;
    margin: 0 0.25% 4%;
}

.members_detail {
    padding: 6%;
}

.members_name {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.members_position {
    font-size: 1.2rem;
    margin-bottom: 5px;
    line-height: 18px;
}

p.members_profile {
    font-size: 1.1rem;
    line-height: 18px;
    color: #666;
    font-weight: 300;
}

.members_image {
    background: #fff;
    position: relative;
}

.members_image img {
    width: 100%;
    height: auto;
}

#loopslider03 {
    margin: 0 auto;
    width: auto;
    height: 133px;
    text-align: left;
    position: relative;
    top: 0px;
    overflow: hidden;
    backdrop-filter: blur(1.5px);
}

#loopslider03 ul {
    height: auto;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider03 ul li {
    width: auto;
    height: 136px;
    white-space: nowrap;
    float: left;
    display: inline;
    overflow: hidden;
}

.bottom_phrase ul li {
    color: #1b1b1b;
    font-size: 20rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 130px;
}

.bottom_phrase:before {
	content:"";
	display: none;
	width: 100%;
	left: 0;
	z-index: 99;
	top: 0px;
	height: 1px;
	background: #1b1b1b;
	position: absolute;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff!important;
}

p.ps_attention {
    text-align: right;
    font-size: 1.1rem;
    color: #666;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.page_title_area h1 {
    font-size: 3rem;
    width: 90%;
    font-weight: 700;
    margin: 0 auto 60px;
}

section.page_title_area {
    padding: 100px 0 0;
}
	
.members_inner {
    padding: 40px 0 0;
}

ul.members_list {justify-content: space-between;}

ul.members_list li {
    width: 49.75%;
    margin: 0 0 4%;
}

.members_name {
    font-size: 1.5rem;
    margin-bottom: 6px;
    font-weight: 400;
}

p.members_profile {
    font-size: 1rem;
    line-height: 15px;
}

.members_position {
    font-size: 1rem;
    margin-bottom: 4px;
    line-height: 14px;
}
	
p.ps_attention {
    text-align: center;
    font-size: 1rem;
}
}