@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


main {
    overflow: hidden;
}

.overview {

    max-width: 1120px;

    margin: 0 auto;

    font-size: 1.6rem;

    padding: 0 16px;

}



/* hero */

.hero{

    background: url(../../common/img/fv-bg.png) no-repeat center / cover;

    padding-block: calc(var(--s-val) * 14.5) calc(var(--s-val) * 3);

}



.overview-container {

    display: grid;

    grid-template-columns: 1fr 1fr;

    max-width: 1120px;

    margin: 0 auto;

    justify-content: space-between;

    align-items: center;

    font-size: 1.7rem;

    font-weight: bold;

    padding: 0 16px;

}



.overview-container h1 {

    color: #fff;

    font-size: 4rem;

    transform: translateY(-30px);

}



.overview-container_bg {

    background: rgba(255, 255, 255, 0.65); 

    padding: 17px 27px;

    border-radius: 10px;

    

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    align-items: center;

}



.overview-container_bg img {

    display: block;

    width: 100%;

    height: auto;

}



.hero-btn {

    display: block;

    background-color: var(--color-red);

    color: #fff;

    padding: 17px 15px;

    border-radius: 999px;

}



.hero-text {

    text-align: center;

}



.hero-text p {

    padding-bottom: 15px;

    

}



/* overview-top */

.overview-top {

    display:grid;

    grid-template-columns: 1.25fr 0.75fr;

    margin-top: 30px;

    align-items:center;

}



.overview-top_text {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.overview-top_l{

    background: var(--bg-gra);

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

    font-weight: bold;

    font-size: 33px;

    margin-bottom: 18px;

}



.overview-top_img {

    width: 100%;

}



/* strengths */

.strengths {

    margin-top: 90px;

}

.strengths-title{

    position: relative;

    text-align: center; 

    margin: 60px 0 40px;

}



.strengths-title{

    position: relative;

    text-align: center; 

    margin: 60px 0 40px;

}



.strengths-bg_text{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-family: var(--font-oswald);

    font-size: 12rem;

    font-weight: 700;

    color: var(--color-title);

    white-space: nowrap;

    z-index: 1;

    pointer-events: none;

}



.strengths-title h2{

    position: relative;

    z-index: 2;

    font-size: 3.2rem;

    background: var(--bg-gra);

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

    font-weight: bold;

    margin: 0;

}





/* strengths01 */

.strengths-bg{

    background: var(--color-beige); 

    width: auto;

    margin-left: calc(50% - 50vw);

    margin-right: calc(50% - 50vw);

}



.strengths-bg_inner{

    padding: 30px 0;

}



.strengths-grid {

    display:grid;

    grid-template-columns: 0.9fr 1.1fr;

    align-items:center;

    gap: 30px;

    margin-bottom: 30px;

}



.strengths-flex {

    display: flex;

    align-items: center;

    gap: 7.5px;

    padding-bottom: 30px;

}



.strengths-flex p {

    font-size: 2.8rem;

    font-weight: bold;

    line-height: 1.15em;

}



.strengths-flex .abeezee {

    font-family: "ABeeZee";

    font-size: 7rem;

    font-weight: 400;

    color: var(--color-orange_2);

}



.strengths-title {

    font-size: 2.8rem;

    font-weight: bold;

}



.strengths01-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr); 

    gap: 10px;

}



.strengths-bg_inner h3 {

    font-size: 2.8rem;

    text-align: center;

    position: relative;

    padding-bottom: 21px;

    margin-bottom: 30px;

}



.strengths-bg_inner h3::after{

    content: "";

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

    width: 90px;

    height: 5px;

    background: #CC1414;

}



/* 02 */

.strengths-grid2 {

    display:grid;

    grid-template-columns: 1.1fr 0.9fr;

    gap: 0;

    align-items:center;

    gap: 30px;

    margin: 30px 0;

}



.strengths-text-area{

    order: 2;

    text-align: left; 

}



.strengths-img-area{

    order: 1;

}





/* 03 */

.strengths03-img{

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    align-content: start;

}



.strengths03-btn {

    display: flex;

    justify-content: center;

}



.strengths-btn {

    display: inline-block;

    background: var(--bg-gra);

    color: #fff;

    font-weight: bold;

    text-decoration: none;

    line-height: 1;

    padding: 22px 77px;

    border-radius: 999px;

    margin: 30px auto 0;

}





/* 05 */

.strengths-grid5 {

    gap: 0;

    margin-bottom: 90px;

    display:grid;

    grid-template-columns: 0.9fr 1.1fr;

    align-items:center;

    gap: 30px;

}



.strengths-bg_inner5 {

    padding: 15px 0 0;

}





/* profile */

.profile {

    margin-bottom: 90px;

}



.profile-grid {

    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    gap: 40px;

    margin-bottom: 40px;

}



.profile-icon {

    grid-template-columns: 1.7fr 0.3fr;

    font-weight: bold;

    border-top: 1px solid #EDEDED;

    padding-top: 20px;

}



.profile-icon img {

    width: 36px;

    height: 36px;

    object-fit: contain;

    display: block;

    }



.profile .strengths-grid {

    margin-bottom: 0px;

} 



.profile-box1 {

    padding-bottom: 30px;

}



.profile-box1 span {

    display: block;

    margin-top: 30px;

}



.profile table {

    width: 100%;

}



.profile th {

    background-color: var(--color-orange_2);

    color: #fff;

    font-weight: 500;

    width: 30%;

    font-size: 2.1rem;

}



.profile td {

    background-color: var(--color-beige);

    font-weight: 400;

    width: 70%;

    padding: 20px;

}





/* =========================

    SP (<=768px)

========================= */

@media screen and (max-width: 768px) {



    .overview{

        max-width: 100%;

        margin: 0 auto;

        font-size: 1.5rem;

    }



    /* hero */

    .overview-container{

        grid-template-columns: 1fr;

        gap: 16px;

    }



    .overview-container h1{

        font-size: 3.2rem;

        transform: none;

        text-align: left;

    }



    .overview-container_bg{

        grid-template-columns: 1fr;

        padding: 14px 14px;

    }



    .overview-container_bg img{

        width: 100%;

        max-width: 260px;

        margin: 0 auto;

        display: block;

    }



    .hero-btn{

        width: 100%;

        max-width: 320px;

        margin: 12px auto 0;

        text-align: center;

    }



    /* overview-top */

    .overview-top{

        grid-template-columns: 1fr;

        gap: 16px;

        margin-top: 20px;

    }



    .overview-top_l{

        font-size: 2.4rem;

        margin-bottom: 12px;

    }



    .overview-top_img img{

        width: 100%;

        height: auto;

        display: block;

    }



    /* strengths */

    .strengths{

        margin-top: 60px;

    }



    .strengths-bg_text{

        font-size: 7rem;

    }



    .strengths-title h2{

        font-size: 2.4rem;

    }



    .strengths-bg_inner{

        padding: 20px 0;

    }



    .strengths-grid{

        grid-template-columns: 1fr;

        gap: 16px;

        margin-bottom: 20px;

    }



    .strengths-flex{

        padding-bottom: 14px;

    }



    .strengths-flex .abeezee{

        font-size: 5.2rem;

    }



    .strengths-flex p{

        font-size: 2rem;

    }



    .strengths01-grid{

        grid-template-columns: repeat(2, 1fr);

        gap: 10px;

    }



    .strengths-bg_inner h3{

        font-size: 2.2rem;

        margin-bottom: 20px;

    }



    .strengths-grid2{

        grid-template-columns: 1fr;

        gap: 16px;

    }



    .strengths-text-area,

    .strengths-img-area{

        order: initial;  

        justify-self: stretch;

    }





    .strengths03-img{

        grid-template-columns: repeat(2, 1fr);

        gap: 10px;

    }



    .strengths03-btn{

        justify-content: center;

    }

    .strengths-btn{

        width: 100%;

        max-width: 320px;

        padding: 18px 24px;

        text-align: center;

    }



    .strengths-grid5{

        grid-template-columns: 1fr;

        gap: 16px;

        margin-bottom: 0;

        padding: 0 16px;

    }



    .strengths-bg_inner5 {

        padding-bottom: 0;

    }



    /* profile */

    .profile{

        margin-bottom: 60px;

        padding: 0;

    }



    .profile-grid{

        grid-template-columns: 1fr;

        gap: 16px;

        margin-bottom: 20px;

    }



    .profile-box1 br {

        display: none;

    }



    .profile-icon_grid {

        display: flex;

    }



    .profile table{

        font-size: 1.4rem;

    }



    .profile th,

    .profile td{

        display: block;

        width: 100%;

    }



    .profile th{

        font-size: 1.6rem;

        padding: 12px 12px;

    }



    .profile td{

        padding: 12px 12px;

    }

}


/*===CONTACT===*/
.section-header {
    text-align: center;
    padding: 5rem 0 5rem;
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    font-size: calc(var(--s-val) * 3.2);
}

.section-header::before {
    font-size: calc(var(--s-val) * 12);
    width: 100%;
    color: var(--color-title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-oswald);
    font-weight: bold;
}

.contact-section .section-header::before {
    width: 100%;
    content: "CONTACT";
}

.section-header h2 {
    text-align: center;
    font-size: calc(var(--s-val) * 3.2);
    background: var(--bg-gra);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
}

.contact-section {
  background-color: #fff;
  padding: 5% 0;
}

.contact-section .section-header::before {
  width: 100%;
  content: "CONTACT";
}

.section-header_detail {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 2rem;
}

.contact-card {
  display: flex;
  justify-content: center;
  max-width: 800px;
  width: 80%;
  position: relative;
  margin: 0 auto 10rem;
  background: var(--color-beige);
  text-align: center;
  padding: 4rem 10rem 4rem 0;
  gap: calc(var(--s-val) * 4);
  border-radius: 10px;
  align-items: center;
}

.contact-card p {
  font-size: calc(var(--s-val) * 2);
  font-weight: 600;
}

.contact-card a {
  font-size: calc(var(--s-val) * 3.6);
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.contact-photo {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
}

.contact-btn {
  text-align: center;
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: calc(var(--s-val) * 1);
  max-width: 550px;
}

.contact-btn a {
  font-size: calc(var(--s-val) * 1.6);
  color: #fff;
  border-radius: 100px;
  padding: 2rem 0;
  width: 100%;
  display: block;
  line-height: 1;
  position: relative;
}

.contact-btn a:nth-child(1) {
  background-color: var(--color-red);
}

.contact-btn a:nth-child(2) {
  background-color: var(--color-orange);
}

.contact-btn a:nth-child(3) {
  background-color: var(--color-orange_2);
}

.contact-btn a img {
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

@media screen and (max-width: 768px) {
    /*===CONTACT===*/
    .section-header::before {
        font-size: calc(var(--s-val) * 8);
        width: 100%;
    }

    .section-header h2 {
        font-size: calc(var(--s-val) * 2.8);
    }

    .section-header_detail {
        width: 90%;
        margin: 0 auto 2rem;
    }

    .contact-btn a img {
        position: absolute;
        top: -70%;
    }

    .contact-photo {
        position: absolute;
        right: 1%;
        top: 5%;
        transform: unset;
        width: 23%;
    }

    .contact-card {
        gap: calc(var(--s-val) * 0);
        flex-direction: column;
        padding: 4rem 0 4rem 0;
        width: auto;
    }

    .contact-btn {
        flex-direction: column;
        gap: calc(var(--s-val) * 6);
        width: 70%;
        margin: 0 auto 5rem;
    }

    .support-card p {
        display: flex;
        justify-content: center;
    }
}