@charset "utf-8";

.sec{
overflow: clip;
}
.about_head{
position: relative;
}
.about_head_text{
position: absolute;
top: 0;
left: 0;
background: linear-gradient(90deg, var(--highlightcolor) 50%, transparent 100%);
height: 100%;
width: 80%;
place-content: center;
}
.about_head_text p{
color: var(--maincolor);
font-family: "Zen Maru Gothic", sans-serif;
font-size: 3.6rem;
line-height: 2;
}
.about_head_text p span{
background: #fff;
}
.about_head_img{
width: 60%;
margin-left: auto;
border-radius: 4rem;
}
.about_intro_cap{
text-align: center;
max-width: 80rem;
margin: 15rem auto;
}
.about_intro_h3{
font-size: 3rem;
font-weight: bold;
margin-bottom: 1em;
}
.about_message{
margin-bottom: 15rem;
}
.about_message_box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.about_message_text{
width: 55%;
}
.about_message_text p:not(:last-of-type){
margin-bottom: 2em;
}
.about_message_text p.name{
text-align: right;
}
.about_message_img{
width: 40%;
aspect-ratio: 1/1;
border-radius: 50%;
overflow: hidden;
}
.about_message_img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.about_feature_box{
display: flex;
align-items: end;
}
.about_feature_box{
margin-bottom: 10rem;
}
.about_feature_box:nth-child(2n-1){
flex-direction: row-reverse;
}
.about_feature_img{
width: 55%;
aspect-ratio: 4/3;
object-fit: cover;
border-radius: 4rem;
z-index: 1;
}
.about_feature_text{
width: 50%;
background: #fff;
padding: 4.5rem 3.5rem;
border-radius: 4rem;
margin-bottom: 5rem;
z-index: 2;
margin-left: -5%;
}
.about_feature_text p{
font-size: 1.4rem;
}
.about_feature_box:nth-child(2n-1) .about_feature_text{
margin-right: -5%;
}
.about_sec_h4{
padding-bottom: 2rem;
margin-bottom: 3rem;
border-bottom: 1px solid rgb(from var(--graycolor) r g b / 0.4);
}
.about_sec_h4 span{
color: var(--maincolor);
}
.athlete_nail .about_feature_box{
margin-bottom: 0;
}
.athlete_nail_sub{
background: var(--basecolor);
padding: 15rem 8rem;
border-radius: 4rem;
width: 100vw;
margin-right: calc(50% - 50vw);
transform: translateY(-15%);
z-index: 0;
}
.athlete_nail_sub_head{
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 1em;
color: var(--maincolor);
}
.athlete_nail_inner{
max-width: 100rem;
margin-right: auto;
}
@media (max-width: 768px) {
.about_inner{
width: 90%;
}
.about_head_text{
width: 100%;
position: relative;
background: transparent;
}
.about_head_text p{
font-size: 2.4rem;
}
.about_head_img{
width:100% ;
}
.about_intro_h3{
font-size: 2.4rem;
}
.about_message_box{
flex-direction: column-reverse;
gap: 3rem;
}
.about_message_text,
.about_message_img{
width: 100%;
}
.about_feature_box,
.about_feature_box:nth-child(2n-1){
flex-direction: column;
}
.about_feature_text,
.about_feature_box:nth-child(2n-1) .about_feature_text{
margin-right: 0;
margin-left: 0;
}
.about_feature_img,
.about_feature_text{
width: 100%;
}
.about_feature_img{
border-radius: 4rem 4rem 0 0;
}
.about_feature_text{
border-radius: 0 0 4rem 4rem;
padding: 3rem 2rem;
margin-bottom: 0;
}
.about_feature_box{
margin-bottom: 3rem;
}
.athlete_nail_sub{
padding: 4rem;
margin-right:auto;
transform: none;
width: auto;
font-size: 1.4rem;
}
.athlete_nail_sub_head{
font-size: 2rem;
}
}