@charset "UTF-8";
/********************************************************************************

page-about-us.css　固定ページ About Us css

********************************************************************************/

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-about-us #mainvisual  {
}
#page-ページslug #セクション名  {
}

/*============================================================
 セクション共通
*============================================================*/
/* 
---------------------------------------- */
#page-about-us .section {

}

/*============================================================
 セクション アイキャッチ
*============================================================*/
#page-about-us #sec-eyecatch {
    width: 100%;
    height: 400px;
    --left-space: calc(((var(--common-vw) - var(--common-inner-max-width)) / 2) + var(--inner-padding));
    position: relative;
    margin-bottom: 80px;
}
#page-about-us #sec-eyecatch::before {
    display: block;
    content: "";
    width: calc(100% - var(--left-space));
    height: 100%;
    border-radius: 16px 0 0 16px;
    background-image: url(../images/about-us/eyecatch.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: var(--left-space);
}
#page-about-us #sec-eyecatch .inner {
    height: 100%;
    align-content: center;
    position: relative;
    z-index: 1;
}
#page-about-us #sec-eyecatch .sec-catch {
    font-weight: 900;
    font-size: clamp(var(--rem36px), 8.81vw, var(--rem64px));
    line-height: 160%;
    color: var(--common-color-white);
}

/*============================================================
 セクション For
*============================================================*/
#page-about-us #sec-for {
    margin-bottom: 160px;
}
#page-about-us #sec-for .sec-label {
    font-weight: bold;
    font-size: var(--rem24px);
    line-height: 100%;
    color: var(--common-color-main);
    margin-bottom: 64px;
}
#page-about-us #sec-for .for-list {
    display: flex;
    flex-direction: column;
    gap: 96px;
}
#page-about-us #sec-for .for-list .for .title {
    font-weight: 900;
    font-size: clamp(var(--rem32px), 3.84vw, var(--rem48px));
    line-height: 140%;
    margin-bottom: 40px;
}
#page-about-us #sec-for .for-list .for .lead {
}

/*============================================================
 セクション 会社概要
*============================================================*/
#page-about-us #sec-profile {
}
#page-about-us #sec-profile .sec-title {
    font-weight: bold;
    font-size: var(--rem32px);
    line-height: 160%;
    margin-bottom: 40px;
}
#page-about-us #sec-profile .information {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}
#page-about-us #sec-profile .information .row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 80px;
}
#page-about-us #sec-profile .information .row .label {
    width: 96px;
    height: 32px;
    align-content: center;
    border-radius: 4px;
    background-color: var(--common-color-black);
    font-weight: bold;
    color: var(--common-color-white);
    text-align: center;
}
#page-about-us #sec-profile .information .row .data {
    flex: 1;
}
#page-about-us #sec-profile .information .row .data .office-list {
    display: flex;
    flex-direction: column;
    gap: 64px 0;
}
#page-about-us #sec-profile .information .row .data .office-list .office {
}
#page-about-us #sec-profile .information .row .data .office-list .office .title {
    font-weight: bold;
    margin-bottom: 8px;
}
#page-about-us #sec-profile .information .row .data .office-list .office .address {
    margin-bottom: 8px;
}
#page-about-us #sec-profile .information .row .data .office-list .office .access {
    font-size: var(--rem12px);
    line-height: 180%;
    margin-bottom: 16px;
}
#page-about-us #sec-profile .information .row .data .office-list .office .map iframe {
    width: 100%;
    height: 390px;
    border-radius: 16px;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1247px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-sample #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-sample #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-sample #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-sampletop #sec-セクション名 {
    }

}
