.company_wrapper {
    padding-top: 160px;
}
.com_title {
    color: #27336E;
    width: fit-content;
    margin-left: 15%;
}
.com_info {
    margin-top: 60px;
}
.com_title h2 {
    font-size: 35px;
}
.com_title p {
    text-align: center;
}
.com_info_title {
    text-align: center;
}
.com_info_title h3{
    font-size: 32px;
    margin-bottom: 5px;
}
.com_info_title p {
    color: #27336E;
    font-size: 10px;
}
.company_wrapper table {
    margin: 60px auto;
    text-align: left;
    margin-bottom: 110px;
}
.company_wrapper th {
    vertical-align: top;
    width: 20%;
    font-weight: normal;
    border-bottom: 2px solid #27336E;
    padding: 10px 0;
}
.company_wrapper td {
    width: 80%;
    font-weight: normal;
    border-bottom: 2px solid grey;
    padding: 10px 10px;
}
th.th_bottom {
    border: none;
}
td.td_bottom {
    border: none;
}

.philosophy,
.guidelines {
    padding: 160px 0;
    background-color: #E3E9F5;
    text-align: center;
}
.philosophy_container,
.guidelines_container {
    margin: auto;
    background-color: #fff;
    width: 60%;
    padding: 80px 40px;
}
.philosophy_container h3,
.guidelines_container h3 {
    position: relative;
    color: #27336E;
    font-size: 24px;
    margin-bottom: 40px;
}
.guidelines_container h4 {
    color: #27336E;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.philosophy_container h3::before,
.guidelines_container h3::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -5px; /*下線の上下の位置*/
    left: 50%;
    width: 40px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置の調整*/
    background-color: #27336E; /*下線の色*/
}
.philosophy_container p,
.guidelines_container p {
    font-size: 30px;
    display: inline-block;
    background: linear-gradient(270deg, #2D3363 0%, #2874A3 100%);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.philosophy_content p,
.guidelines_content p {
    font-size: 16px;
    font-weight: bold;
    background: #333;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guidelines_content p {
    font-weight: normal;
}
.philosophy_content img {
    width: 40%;
    margin: 40px auto;
}
.philosophy_border,
.guidelines_border {
    height: 4px;
    width: 100%;
    background-color: #E3E9F5;
    margin: 40px auto;
}

.policy {
    background-color: #fff;
    margin: 40px 0;
}
.policy h3 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 80px;
}
.policy_container {
    background-color: #E3E9F5;
    margin: 80px auto;
    width: 60%;
    padding: 80px 40px;
    text-align: center;
}
.policy_container h3 {
    position: relative;
    color: #27336E;
    font-size: 24px;
    font-weight: bold;
}
.policy_container h3::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -5px; /*下線の上下の位置*/
    left: 50%;
    width: 40px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置の調整*/
    background-color: #27336E; /*下線の色*/
}
.policy_container p {
    color: #27336E;
    font-size: 20px;
    font-weight: bold;
}
.policy_container .block {
    display: block;
    margin: 0;
}
.policy_content p {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.policy_container h4 {
    position: relative;
    color: #27336E;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.policy_white_border {
    height: 4px;
    width: 100%;
    background-color: #fff;
    margin: 40px auto;
}
.policy_action h5 {
    font-size: 20px;
    font-weight: normal;
}
.policy_action ul {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    line-height: 32px;
}

.ceo_messeage {
    width: 85%;
    max-width: 1250px;
    margin: 80px auto;
}
.ceo_messeage .message_title,
#history .message_title,
.link_wrapper .message_title {
    border-left: 2px solid #27336E;
    padding-left: 30px;
    margin-bottom: 40px;
}
.ceo_messeage .message_title p,
#history .message_title p,
.link_wrapper .message_title p {
    font-size: 20px;
    color: #27336E;
}
.ceo_messeage .message_title h4,
#history .message_title h4,
.link_wrapper .message_title h4 {
    position: relative;
    font-size: 35px;
    font-weight: normal;
}
.ceo_wrapper {
    width: 100%;
    display: flex;
}
.ceo_image {
    width: 100%;
}
.com_ceo_name {
    font-size: 20px;
}
.ceo_content {
    margin-left: 60px;
}
.ceo_one_word {
    position: relative;
}
.ceo_one_word {
    position: relative;
    background-color: #FFFCEF;
    width: fit-content;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 20px;
    font-size: 28px;
}
.ceo_one_word::before {
    content: "";
    width: 15%;
    height: 2px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 10%;
    transform: translateX(-10%);
}
.ceo_border {
    position: absolute;
    bottom: -27px;
    left: 20%;
    width: 1px;
    height: 40px;
    background-color: #707070;
    transform:rotate(45deg);   
}
.ceo_content p {
    line-height: 28px;
}

#history {
    margin: 80px auto;
    width: 85%;
    max-width: 1250px;
}
.history_item {
    position: relative;
    display: flex;
    align-items: center;
}
.history_item .flex {
    display: flex;
    align-items: center;
}
.history_img {
    position: absolute;
    top: 70px;
    left: 50px;
}
.history_img img {
    width: 500px;
    aspect-ratio: 3 / 2;
    margin-left: 200px;
}
.history_item p {
    font-size: 35px;
    font-weight: bold;
    color: #CCCCCC;
    padding: 0 20px 0 10px;
}
.history_tag {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.history span {
    padding-left: 20px;
}
.history_border {
    height: 80px;
    width: 1px;
    background-color: #333;
    margin-top: -13px;
    margin-left: 15px;
}
.history_border_long {
    height: 440px;
    width: 1px;
    background-color: #333;
    margin-top: -13px;
    margin-left: 15px;
}
.history_block {
    flex-shrink: 0;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border: 8px solid #27336E;
}
.history_border_right {
    width: 60px;
    height: 1px;
    background-color: #333;
}

.link_wrapper {
    margin: 80px auto;
    width: 85%;
    max-width: 1250px;
}
.link {
    display: flex;
    align-items: center;
}
.link_content ul {
    line-height: 50px;
}
.link_block  {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #27336E;
}
.link_text {
    padding-left: 20px;
}
.link_text a {
    font-size: 18px;
    color: blue;
    text-decoration: underline;
}


@media screen and (max-width: 1024px) {
    .ceo_messeage {
        margin-left: 80px;
    }
    .ceo_wrapper {
        width: 90%;
        display: flex;
    }
    .ceo_image {
        width: 40%;
    }
    .ceo_content {
        width: 60%;
        margin-left: 0;
    }
}
@media screen and (max-width: 770px) {
    .ceo_messeage {
        margin-left: 40px;
    }
    .ceo_wrapper {
        width: 90%;
        display: flex;
    }
    .ceo_image {
        width: 25%;
    }
    .ceo_content {
        width: 85%;
        margin-left: 20px;
    }
    .history_img {
        width: 400px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 540px) {
    .company_wrapper {
        padding-top: 15vh;
    }
    .com_info {
        margin-top: 60px;
    }
    .company_wrapper table {
        margin: 30px auto;
        text-align: left;
        width: 90%;
    }
    .company_wrapper tr {
        font-size: 12px;
    }

    .ceo_messeage {
        width: 100%;
    }
    .ceo_image {
        width: 80%;
    }
    .ceo_image img {
        width: 50%;
    }
    .ceo_messeage {
        margin-left: 20px;
    }
    .message_title h4{
        font-size: 24px;
    }
    .message_title p{
        font-size: 14px;
    }
    .ceo_wrapper {
        width: 100%;
        display: block;
    }
    .com_ceo_name {
        font-size: 20px;
    }
    .ceo_content {
        margin-top: 20px;
        padding: 10px;
        margin-left: 0;
    }
    .ceo_content h4 {
        font-size: 20px;
    }
    .ceo_content p {
        line-height: 28px;
    }

    .philosophy,
    .guidelines {
        padding: 40px 0;
    }
    .philosophy_container,
    .guidelines_container {
        width: 90%;
        padding: 40px 20px;
    }
    .philosophy_container p {
        font-size: 20px;
    }
    .philosophy_content p {
        text-align: left;
        font-size: 14px;
    }
    .philosophy_content img {
        width: 80%;
    }

    .policy_container {
        width: 90%;
        padding: 80px 20px;
    }
    .policy h3 {
        margin-bottom: 40px;
    }
    .policy_container h4 {
        font-size: 24px;
    }
    .policy_content p {
        font-size: 14px;
    }
    .policy_action {
        margin-top: -20px;
    }
    .policy_action ul {
        margin-top: -20px;
        font-size: 14px;
        line-height: 28px;
    }
    .policy_action li {
        margin-top: 10px;
    }

    .guidelines_container h4 {
        font-size: 24px;
    }

    .history_img {
        width: 280px;
        margin-left: -200px;
        top: 120px;
    }
    .history {
        position: relative;
        display: flex;
        margin-top: -15px;
    }
    .history_item {
        flex-wrap: wrap;
    }
    .history_item .flex {
        margin-left: 40px;
    }
    .history_border_right {
        display: none;
    }
    .history_item span {
        font-size: 12px;
    }

    .ceo_messeage .message_title,
    #history .message_title,
    .link_wrapper .message_title {
        margin-bottom: 20px;
    }
}