@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="about">*/
.about {
    position: relative;
}

.about-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.about-img-wrap {
    width: 30%;
}

.about-txt-wrap {
    width: 67%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

.about-txt-01 {
    font-size: 14px;
}

.about-txt-02 {
    margin-top: 16px;
}

.about-circle-01 {
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: -1;
    max-width: 480px;
    width: 100%;
}

.about-circle-02 {
    position: absolute;
    bottom: -160px;
    right: -200px;
    z-index: -1;
    max-width: 480px;
    width: 100%;
}
/*終わり*/


/*<section class="story">*/
.story {
    position: relative;
}

.story-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.stroy-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.stroy-flex-r {
    flex-direction: row-reverse;
}

.story-img-wrap {
    width: 30%;
}

.story-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-txt-wrap {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.story-h3 {
    font-size: 24px;
    font-weight: 700;
}

.story-circle-01 {
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: -1;
    max-width: 480px;
    width: 100%;
}

.story-circle-02 {
    position: absolute;
    bottom: -160px;
    right: -200px;
    z-index: -1;
    max-width: 480px;
    width: 100%;
}
/*終わり*/


/*<section class="message">*/
.message {
    background: linear-gradient(135deg,
        #EEF5DE 0%,
        #FBF3E1 50%,
        #FAF1C9 100%
    );
}

.message-flex {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.message-con-l {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.message-img-01 {
    max-width: 360px;
    width: 100%;
    align-self: flex-start;
}

.message-img-02 {
    max-width: 280px;
    width: 100%;
    align-self: flex-end;
}

.message-con-r {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.message-txt-01 {
    font-size: 24px;
    font-weight: 700;
}

.message-txt-01 span {
    color: #859A1F;
}
/*終わり*/


/*<section class="mission">*/
.mission-flex {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    justify-items: center;
}

.mission-con,
.vision-con {
    width: 100%;
    border-radius: 8px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #FEFEFE;
}

.mission-con {
    border: solid 1px #E8BF4C;
}

.vision-con {
    border: solid 1px #2FBFB6;
}

.mission-title,
.vision-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.mission-title {
    color: #E8BF4C;
}

.vision-title {
    color: #37AD9D;
}

.mission-img,
.vision-img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.mission-txt,
.vision-txt {
    flex-grow: 1;
}
/*終わり*/


/*<section class="name">*/
.name {
    background-color: #FDF9E8;
}

.name-flex {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.name-con-l {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.name-logo {
    max-width: 120px;
    width: 100%;
}

.name-logo-txt {
    font-weight: 600;
}

.name-logo-txt span {
    color: #859A1F;
}

.name-con-r {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.name-txt-wrap {
    border: solid 1px #E7E3D6;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(34,57,90,0.03);
}

.name-txt {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
}

.name-txt span {
    font-size: 20px;
    color: #859A1F;
}
/*終わり*/


/*<section class="company">*/
.company {
    background-color: #FBFAF6;
}

.company-dl {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;   
    box-shadow: 0 8px 22px rgba(34,57,90,0.04); 
    border: solid 1px #E7E3D6;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}

.company-dl dt {
    width: 30%;
    background-color: #FBF7EC;
    padding: 16px;
    border-bottom: solid 1px #E7E3D6;
    font-weight: 600;
}

.company-dl .last-dt {
    border-bottom: none;
}

.company-dl dd {
    width: 70%;
    background-color: #fff;
    padding: 16px;
    border-bottom: solid 1px #E7E3D6;
}

.company-dl .last-dd {
    border-bottom: none;
}
/*終わり*/


/*<section class="contact">*/
.contact {
    background-image: url(../img/common/profile_contact_pc_bg.jpg);
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="about">*/
    .about-flex {
        flex-direction: column;
        gap: 40px;
    }

    .about-img-wrap {
        width: 100%;
        text-align: center;
    }

    .about-img {
        max-width: clamp(320px, 400vw / 10.24, 400px);
        width: 100%;
    }

    .about-txt-wrap {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
/*終わり*/


/*<section class="story">*/
    .story-h3 {
        font-size: clamp(18px, 24vw / 10.24, 24px);
    }

    .story-txt {
        font-size: clamp(14px, 16vw / 10.24, 16px);
    }
/*終わり*/


/*<section class="message">*/
    .message-flex {
        max-width: 600px;
        gap: 16px;
    }

    .message-con-l {
        width: 100%;
        order: 2;
        margin: 16px 0;
    }

    .message-img-02 {
        max-width: 320px;
    }

    .message-con-r {
        width: 100%;
        display: contents;
    }

    .message-txt-01 {
        order: 1;
    }

    .message-txt-02 {
        order: 3;
    }

    .message-txt-03 {
        order: 4;
    }

    .message-txt-04 {
        order: 5;
    }
/*終わり*/


/*<section class="mission">*/
    .mission-con,
    .vision-con {
        text-align: center;
    }
/*終わり*/


/*<section class="name">*/
    .name-con-r {
        width: 53%;
        gap: clamp(8px, 16vw / 10.24, 16px);
    }
/*終わり*/


/*<section class="company">*/
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="about">*/
    .about-img {
        max-width: clamp(280px, 320vw / 5.99, 320px);
        width: 100%;
    }
/*終わり*/


/*<section class="story">*/
    .story-wrap {
        gap: 40px;
    }

    .stroy-flex {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 40px;
        border-bottom: solid 1px #D4E5B5;
    }

    .stroy-flex:last-child {
        border-bottom: none;
    }

    .story-img-wrap {
        width: 100%;
        text-align: center;
    }

    .story-img {
        max-width: clamp(240px, 320vw / 5.99, 320px);
    }

    .story-txt-wrap {
        width: 100%;
    }
/*終わり*/


/*<section class="message">*/
    .message-img-01 {
        max-width: clamp(240px, 360vw / 5.99, 360px);
    }

    .message-img-02 {
        max-width: clamp(200px, 280vw / 5.99, 280px);
    }

    .message-con-r {
        font-size: clamp(14px, 16vw / 5.99, 16px);
    }

    .message-txt-01 {
        font-size: clamp(16px, 24vw / 5.99, 24px);
    }
/*終わり*/


/*<section class="mission">*/
    .mission-flex {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .mission-con,
    .vision-con {
        padding: clamp(16px, 24vw / 5.99, 24px) clamp(8px, 16vw / 5.99, 16px);
    }

    .mission-img,
    .vision-img {
        max-width: clamp(240px, 320vw / 5.99, 320px);
    }

    .mission-txt,
    .vision-txt {
        font-size: clamp(14px, 16vw / 5.99, 16px);
    }
/*終わり*/


/*<section class="name">*/
    .name-flex {
        flex-direction: column;
        gap: 24px;
    }

    .name-con-l {
        width: 100%;
        text-align: center;
    }

    .name-con-r {
        width: 100%;
    }
/*終わり*/


/*<section class="company">*/
    .company-dl {
        flex-direction: column;
        border-radius: 0;
    }

    .company-dl dt {
        width: 100%;
    }

    .company-dl dd {
        width: 100%;
    }
/*終わり*/


/*<section class="contact">*/
    .contact {
        background-image: url(../img/common/profile_contact_sp_bg.jpg);
    }
/*終わり*/
}
