/*mv*/

.ceo_mv {
    background-image: url(../img/ceo_mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
    background-position: center;
    position: relative;
}

.ceo_mv_title {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.4em;
    line-height: 2;
    writing-mode: vertical-rl;
    position: absolute;
    top: 287px;
    left: 214px;
}

.ceo_mv_lnk_icon {
    position: absolute;
    width: 44px;
    height: 44px;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.ceo_mv_lnk_text {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .ceo_mv {
        height: 600px;
    }
    .ceo_mv_title {
        font-size: 23px;
        top: 60px;
        left: 77px;
    }
}

/*ceo_message*/

.ceo_message {
    padding-top: 100px;
    background-color: #f7f7f9;
}

.ceo_message_main {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}

.ceo_message_main_title {
    margin-top: 138px;
}

.ceo_message_main_title_text {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.28em;
    text-align: center;
    position: relative;
    z-index: 0;
}

.ceo_message_main_title_text::before {
    content: "MESSAGE";
    position: absolute;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    font-family: Arial, sans-serif;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
}

.ceo_message_img {
    width: 100%;
    margin-top: 63px;
}

.ceo_message_img_mdc {
    display: none;
}

.ceo_message_img_box {
    position: absolute;
    width: 660px;
    top: 300px;
    right: 0;
    margin-right: 20px;
}

.ceo_message_img_box_top {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.28em;
}

.ceo_message_img_box_btm {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-top: 16px;
}

.ceo_message_list {
    margin-top: 86px;
}

.ceo_message_list_item {
    display: flex;
    justify-content: center;
}

.ceo_message_list_item:nth-child( n + 2) {
    margin-top: 70px;
}

.ceo_message_list_item_box {
    width: 713px;
}

.right {
    margin-left: 68px;
}

.right_mdc {
    display: none;
}

.ceo_message_list_item_box_top {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.24em;
}

.ceo_message_list_item_box_btm {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.18em;
    margin-top: 30px;
}

.ceo_message_list_item_right {
    width: 192px;
    margin-left: 69px;
}

.ceo_message_list_item_left {
    width: 192px;
}

@media screen and (max-width: 767px) {
    .ceo_message {
        padding-top: 40px;
    }
    .ceo_message_main {
        padding-top: 20px;
    }
    .ceo_message_main_title {
        margin-top: 10px;
    }
    .ceo_message_img {
        display: none;
    }
    .ceo_message_img_mdc {
        display: block;
        margin-top: 600px;
    }
    .ceo_message_img_box {
        top: 132px;
        width: 100%;
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0px 20px;
    }
    .ceo_message_img_box_top {
        text-align: center;
    }
    .ceo_message_list_item {
        display: block;
    }
    .ceo_message_list_item_box {
        width: 100%;
        max-width: 485px;
        margin: 0 auto;
    }
    .ceo_message_list_item_box_top {
        font-size: 15px;
        letter-spacing: 0.2em;
        text-align: center;
    }
    .ceo_message_list_item_box_btm {
        font-size: 13px;
        padding: 0 20px;
    }
    .ceo_message_list_item_right {
        width: 100%;
        max-width: 300px;
        margin: 30px auto 0;
    }
    .ceo_message_list_item:nth-child( n + 2) {
        margin-top: 40px;
    }
    .ceo_message_list_item_left {
        width: 100%;
        max-width: 300px;
        margin: 30px auto 0;
    }
    .right {
        display: none;
    }
    .right_mdc {
        display: block;
    }
}

/*ceo_company*/

.ceo_company {
    background-color: #f7f7f9;
    padding-top: 82px;
}

.ceo_company_main {
    margin-top: 42px;
}

.ceo_company_title {
    padding-top: 41px;
}

.ceo_company_title_text {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.28em;
    text-align: center;
    position: relative;
    z-index: 0;
}

.ceo_company_title_text::before {
    content: "COMPANY";
    position: absolute;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    font-family: Arial, sans-serif;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
}

/*table*/

.ceo_company_table {
    margin-top: 100px;
}

.ceo_company_table {
    max-width: 1000px;
    margin: 109px auto 0;
    background-color: #f7f7f9;
    padding: 20px;
}

.ceo_company_table table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 16px;
    letter-spacing: 0.28em;
    font-weight: 600;
}

.ceo_company_table th, .ceo_company_table td {
    padding: 15px 0px;
    vertical-align: top;
    padding-left: 111px;
}

.ceo_company_table th {
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
    padding-left: 38px;
}

.ceo_company_table tr {
    border-bottom: 1px solid #555;
}

.ceo_company_table tr:last-child {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .ceo_company {
        padding-top: 60px;
    }
    .ceo_company_main {
        margin-top: 20px;
    }
    .ceo_company_title {
        padding-top: 20px;
    }
    .ceo_company_table {
        margin: 0 auto 0;
        padding: 0 20px;
    }
    .ceo_company_table table {
        width: 100%;
        border-collapse: collapse;
        font-size: 13px;
        margin-top: 50px;
    }
    .ceo_company_table th, .ceo_company_table td {
        padding: 10px 0px;
        vertical-align: top;
        padding: 10px 20px;
    }
    .ceo_company_table th {
        font-weight: 800;
        text-align: left;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*ceo_his*/

.ceo_his {
    background-color: #f7f7f9;
    margin: 0 auto;
    padding: 80px 20px 0;
    position: relative;
}

.ceo_his_main {
    margin-top: 42px;
}

.ceo_his_title {
    padding-top: 26px;
}

.ceo_his_title_text {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.28em;
    text-align: center;
    position: relative;
    z-index: 0;
}

.ceo_his_title_text::before {
    content: "HISTORY";
    position: absolute;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    font-family: Arial, sans-serif;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
}

/*timeline*/

.timeline {
    position: relative;
    margin-left: 68px;
    padding-left: 40px;
    margin-top: 87px;
}

.timeline::before {
    content: " ";
    position: absolute;
    left: 95px;
    top: 8px;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
}

.timeline_item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.timeline_yearname {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #bd7852;
    position: relative;
    z-index: 0;
    width: 34px;
}

.timeline_yearname::before {
    background-image: url(../img/timeline_yearname_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    right: -28.2px;
    top: 4px;
    width: 11px;
    height: 11px;
}

.timeline_year {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #bd7852;
    margin-left: 52px;
    width: 47px;
}

.timeline_year_sec {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #bd7852;
    margin-left: 86px;
    width: 47px;
}

.timeline_month {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #bd7852;
    margin-left: 35px;
    width: 40px;
    text-align: right;
}

.timeline_month_sec {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #bd7852;
    margin-left: 168px;
    width: 40px;
    text-align: right;
}

.timeline_text {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #000;
    margin-left: 163px;
}

.timeline_text_sec {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #000;
}

.timeline_content_third {
    margin-left: 88px;
}

.timeline_text_third {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: #000;
}

.timeline_content_sec {
    margin-left: 88px;
}

@media screen and (max-width: 767px) {
    .ceo_his {
        padding: 60px 20px 0;
    }
    .timeline_box {
        width: 100%;
        overflow-x: scroll;
        margin-top: 40px;
    }
    .timeline {
        width: 1000px;
        margin: 0;
    }
}

/*ceo_acsses*/

.ceo_acsses {
    background-color: #f7f7f9;
    padding-top: 82px;
}

.ceo_acsses_main {
    margin-top: 42px;
}

.ceo_acsses_main_title {
    padding-top: 27px;
}

.ceo_acsses_main_title_text {
    font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.28em;
    text-align: center;
    position: relative;
    z-index: 0;
}

.ceo_acsses_main_title_text::before {
    content: "ACCESS";
    position: absolute;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    font-family: Arial, sans-serif;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
}

.ceo_acsses_map {
    margin-top: 96px;
    width: 100%;
}

.ceo_acsses_map iframe {
    width: 100%;
    height: 450px;
}

@media screen and (max-width: 767px) {
    .ceo_acsses {
        padding-top: 60px;
    }
    .ceo_acsses_main {
        margin-top: 20px;
    }
    .ceo_acsses_main_title {
        padding-top: 0px;
    }
    .ceo_acsses_map {
        margin-top: 60px;
    }
    .ceo_message_main_title_text::before {
        font-size: 60px;
        top: -27%;
    }
    .ceo_company_title_text::before {
        font-size: 60px;
        top: -27%;
    }
    .ceo_his_title_text::before {
        font-size: 60px;
        top: -27%;
    }
    .ceo_his_title_text::before {
        font-size: 60px;
        top: -27%;
    }
}