/* # =================================================================
   # アバウトのメインビジュアル
   # ================================================================= */

.about_title {
    color: #fff;
    font-weight: 300;
    /* font-size: 150px; */
    font-size: 10.4vw;
}


/* # =================================================================
   # メール
   # ================================================================= */

#mail {
    /* padding-top: 64px; */
    padding-top: 4.44vw;
}

.mailbox {
    /* width: 365px;
    height: 365px; */
    width: 25.3vw;
    height: 25.3vw;
    border: 3px solid #000000;
    /* box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 0.97vw 0.97vw rgba(0, 0, 0, 0.25);
}

.mail_content p {
    font-style: italic;
    font-weight: 300;
    /* font-size: 64px; */
    font-size: 4.44vw;
    line-height: 1.0;
}

.mail_icon {
    /* width: 100px; */
    width: 7vw;
    margin: 0 auto;
}


/* # =================================================================
   # メールfirst〜fourth
   # ================================================================= */

#about_first {
    /* margin-top: 64px;
    padding-top: 40px;
    padding-bottom: 40px; */
    padding-top: 2.77vw;
    padding-bottom: 2.77vw;
    background-color: #fff;
    color: #000;
}

#about_second {
    /* padding-top: 40px;
    padding-bottom: 40px; */
    padding-top: 2.77vw;
    padding-bottom: 2.77vw;
    background-color: #000;
    color: #fff;
}

#about_third {
    /* padding-top: 40px;
    padding-bottom: 40px; */
    padding-top: 2.77vw;
    padding-bottom: 2.77vw;
    background-color: #fff;
    color: #000;
}

#about_fourth {
    /* padding-top: 40px;
    padding-bottom: 40px; */
    padding-top: 2.77vw;
    padding-bottom: 2.77vw;
}


/* 共有部分
------------------------------ */

.about_left {
    width: 40%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-right: 2px solid #000;
}

.about_right {
    width: 60%;
    /* padding-left: 50px; */
    padding-left: 3.47vw;
}

.about_flex_title {
    font-style: italic;
    font-weight: 300;
    /* font-size: 48px; */
    font-size: 3.33vw;
    line-height: 1.2;
}

.about_right p {
    /* font-size: 18px;
    padding-top: 16px; */
    font-size: 1.25vw;
    padding-top: 1vw;
}

.about_right dt {
    float: left;
    /* font-size: 18px; */
    font-size: 1.25vw;
}

.about_right dd {
    /* margin-left: 170px;
    font-size: 18px; */
    margin-left: 11.8vw;
    font-size: 1.25vw;
}


/* about_second
------------------------------ */

#about_second .flexbox {
    flex-direction: row-reverse;
}

#about_second .about_flex_title {
    text-align: right;
}

#about_second .about_right {
    padding-left: 0;
    /* padding-right: 50px; */
    padding-right: 3.47vw;
}

#about_second .about_left {
    border-right: none;
    border-left: 2px solid #fff;
}


/* about_fourth
------------------------------ */

#about_fourth img {
    height: 100%;
    object-fit: cover;
}

#about_fourth .about_left {
    margin-top: 0;
    margin-bottom: 0;
    border-right: none;
}

.about_fourth-grid {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 13.8vw 1fr;
}

.about_fourth-grid .year {
    font-style: italic;
    font-weight: 300;
    /* font-size: 48px; */
    font-size: 3.33vw;
    border-right: 1px solid #000;
    /* padding-bottom: 60px; */
    padding-bottom: 4.16vw;
}

.about_fourth-grid .timeline_event {
    /* font-size: 20px;
    padding-left: 30px;
    padding-top: 20px; */
    font-size: 1.25vw;
    padding-left: 2vw;
    padding-top: 1.25vw;
}

.about_fourth-grid .pt0 {
    padding-top: 0;
}


/* # =================================================================
   # プロフィール
   # ================================================================= */

#profile {
    background-color: #000;
    /* padding-bottom: 120px; */
    padding-bottom: 8.33vw;
}

#profile .section_title {
    font-style: italic;
    font-weight: 300;
    /* font-size: 64px; */
    font-size: 4.44vw;
    text-align: center;
    color: #fff;
    /* padding-top: 24px;
    padding-bottom: 24px; */
    padding-top: 1.66vw;
    padding-bottom: 1.66vw;
}

.profile_content {
    background-color: #fff;
    padding: 40px 120px 64px;
    /* font-size: 24px; */
    font-size: 1.25vw;
}

.profile_content dl {
    /* padding-top: 24px; */
    padding-top: 1.66vw;
}

.profile_content dt {
    float: left;
}

.profile_content dd {
    /* margin-left: 260px; */
    margin-left: 18vw;
}

.about_text_small {
    display: block;
    /* font-size: 16px; */
    font-size: 1vw;
    line-height: 1.4;
}


/* # =================================================================
   # こめじるしテキスト
   # ================================================================= */

#kome_text {
    width: 50%;
    margin: 60px auto 0;
}


/* # =================================================================
   # 【1/24】電話番号,住所削除
   # ================================================================= */

#profile {
    display: none;
}