#localmain {
    width: 800px;
    display: flex;
    justify-content: flex-start;
    margin: auto;
}
h2 {
	font-size: 2.5em;
	margin: 50px 0px 0px 0px;
	color: #DA0011;
	font-weight: 900;
}
#localmainInner p {
    display: flex;
    text-align: left;
    font-weight: bold;
}
#Co {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
#company_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* メニューボタン */
.company_menu {
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
.company_menu-sp {
    display: none;
}
.com_menu-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
    transition: 0.6s;
}
.com_menu-list:first-child {
    margin-top: 80px;
}
.com_menu-btn {
    width: 240px;
    height: 40px;
    border-radius: 30px;
    font-size: 1.15em;
    font-weight: 700;
    border: 0.5px solid #333333;
    background-color: #EFEFEF;
    cursor: pointer;
    transition: 0.3s;
    color: #333333;
}
.com_menu-btn:hover {
    border: 0.5px solid #194f74;
    background-color: #194f74;
    color: #ffffff;
}
.active {
    border: 0.5px solid #194f74;
    background-color: #194f74;
    color: #ffffff;
}
h3 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 50px 0 80px 0;
}
.com_contents {
    width: 800px;
    margin-bottom: 100px;
}

/* 社長挨拶 */
#greeting {
    display: flex;
    flex-direction: column;
}

.greeting_box {
    display: flex;
    position: relative;
    background-color: #EFEFEF;
}
.greeting_left {
    width: 70%;
}
.greeting_left h4 {
	font-size: 2em;
	font-weight: 900;
	color:#194f74;
	margin:40px 0 20px 40px;
}
.greeting_text p {
    margin-left: 40px;
    font-weight: 700;
    position: relative;
    font-size: 1.08em;
    line-height: 2;
}

.president {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin: 30px 0 40px 0;
}
.president p {
    font-weight: bold;
    font-size: 0.8em;
}
.president h5 {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 20px;
}
.greeting_right {
    position: relative;
}
.greeting_img {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.greeting_img img {
    position: absolute;
    right: -280px;
    z-index: 100;
}

/* 企業理念 */
.contents_box {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #EFEFEF;
}
.contents_box h4 {
    font-size: 2.3em;
	font-weight: 900;
	color:#194f74;
	margin:40px 40px 50px 40px;
}
.purpose {
    margin: 0 40px 0 40px;
}
.purpose p {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 30px;
}
.purpose h5 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
	color:#194f74;
}
.purpose span {
    font-size: 1.7em;
    font-weight: bold;
	color:#194f74;

}
.philosophy_text p {
    margin: 30px 0 70px 40px;
    font-weight: 700;
    position: relative;
    font-size: 1.08em;
    line-height: 2;
}
.philosophy_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

/* 経営方針 */
.management_text {
    margin: 0 40px 20px 0;
}
.management_text p{
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 30px;
}
.management_text span{
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 60px;
    margin-left: 40px;
}
/* 社員行動指針 */
.motto_title {
    font-size: 2em;
    font-weight: bold;
    margin: 40px 0 0 40px;
    color: #333333;
}
.motto_text {
    margin: 0 40px 80px 40px;
}
.motto_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.motto_list li {
    display: flex;
    font-size: 1.3em;
    font-weight: bold;
}
/* 会社概要 */
.about_box {
    margin: 40px;
    background-color: #ffffff;
}
.about_list {
    padding: 10px;
}
.about_list-item {
    display: flex;
    font-size: 1.1em;
    font-weight: bold;
}
.blue {
    background-color: #E9E9F1;
}
.about_list-item p{
    width: 130px;
    font-weight: bold;
    padding: 10px;
}

.about_list-item span{
    padding: 10px;
}
.about_list-item li {
    padding: 0 0 0 10px;
    font-weight: bold;
}
.about_list-item li:first-child {
    padding-top: 10px;
}

.about_list-item li:last-child {
    padding-bottom: 10px;
}

/* 沿革 */
.timeline li {
    display: flex;
    align-items: baseline;
}

.timeline {
	margin: 40px 10px 50px 40px;
    height: 600px;
    overflow-y: scroll;
}
.timeline > li {
    margin-bottom: 60px;
}

.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 110px;
    display: flex;
    align-items: center;
    margin: auto 20px auto 0;
	font-weight: 900;
	font-size: 1em;
}
.timeline-content {
    width: 75%;
    float: left;
    border-left: 2px #194f74 solid;
    padding-left: 30px;
    position: relative;
}

.timeline li .timeline-content h5 {
	margin: 18px 0px 20px 0px;
	font-weight: 900;
	font-size: 1em;
}

.timeline-content:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #194f74;
    position: absolute;
    left: -10px;
    top: calc(50% - 9px);
    border-radius: 100%;
}

/* 事業案内 */
.profile_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #EFEFEF;
}
.profile_img {
    height: 406px;
    width: 287px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}
.profile_img a {
    width: 100%;
    height: 100%;
}
.caption {
	font-size: 1.3em;
}
.caption span {
	font-size: 1.3em;
    font-weight: 700;
	color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mask {
    width: 100%;
	height:	100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color:rgba(0,0,0,0.3);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.profile_img:hover .mask {
	opacity: 1;
}
.download_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}
.download_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
    text-decoration: none;
    width: 350px;
    padding: 10px 0 10px 0;
    background: #194f74;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    font-size: 1.3em;
    font-weight: bold;
    border: 1px solid #194f74;
	position: relative;
	overflow: hidden;
	transition: 0.4s;
}
.download_btn a:hover {
    color: #194f74;
    background-color: #ffffff;

}
.download_btn a::before {
	display: block;
	content: '';
	position: absolute;
	inset: 0;
	background-color: #ffffff;
	transition: transform 0.4s ease;
	transform: scaleX(0);
	transform-origin: right;
	z-index: -1;
}
.download_btn a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
/* 一般事業主行動計画 */
#general h4 {
    font-size: 2.55em;
    font-family: "Noto Serif JP", serif;
    color: #194f74;
    font-weight: 900;
    margin-bottom: 70px;
}
.general_title{
    margin-bottom: 40px;
}
.general_title h5 {
    font-size: 2em;
    font-weight: bold;
    color: #194f74;
}
.gen_subTitle p {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
    margin-bottom: 40px;
}
.gen_list li {
    display: flex;
    font-size: 1.5em;
    font-weight: 700;
    color: #194f74;
    margin-bottom: 20px;
}
.gen_list li p {
    font-weight: 700;
}
.gen_detail .last {
    margin-bottom: 100px;
}
.gen_detail-list {
    background-color: #194f74;
    color: #ffffff;
    margin-bottom: 30px;
}
.gen_purpose {
    font-size: 1.4em;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    line-height: 2;
    padding: 10px 40px;
}
.gen_purpose-2 {
    font-size: 1.1em;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    border-bottom: 1px solid #ffffff;
    text-align: left;
    line-height: 2;
    padding: 10px 40px;
}
.counter {
    padding: 40px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2;
    border-bottom: 1px solid #ffffff;
}
.counter_list li {
    display: flex;
    font-weight: bold;
}
.counter_list p {
    font-weight: bold;
    white-space: nowrap;
}
.counter_list-2 li {
    display: flex;
    font-weight: bold;
}
.counter_list-2 p {
    font-weight: bold;
}
/* 健康経営 */
.health_text-1 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 100px;
}
#health h4 {
    font-size: 2.55em;
    font-family: "Noto Serif JP", serif;
    color: #194f74;
    font-weight: 900;
    margin-bottom: 70px;
    text-align: center;
}
.health_text-2 p {
    font-size: 1.35em;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
}
.health_president {
    margin-top: 30px;
    font-size: 1.7em;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
    text-align: right;
}
.health_president span {
    font-size: 0.7em;
    margin-right: 30px;
}

/* 健康経営：重点項目 */
.health_contents h5{
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    background-color: #194f74;
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
    margin-top: 80px;
}
.health_priority-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.health_priority-item {
    flex: 1;
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #EFEFEF;
    border-radius: 10px;
}
.health_priority-item p {
    font-size: 1.7em;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #194f74;
    margin-bottom: 20px;
}
.health_priority-item span {
    font-size: 1.2em;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
}
.health_priority-bottom {
    width: 720px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #EFEFEF;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
}
.health_priority-bottom p {
    font-size: 1.7em;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #194f74;
    margin-bottom: 20px;
}
.health_priority-bottom span {
    font-size: 1.2em;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
}

/* 健康経営：企業理念 */
.health_vision {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 2;
    width: 100%;
    color: #194f74;
    font-family: "Noto Serif JP", serif;
    background-color: #BDC9D4;
    margin-bottom: 20px;
}
.vision_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 70px;
    border-bottom: 2px solid #194f74;
}
.vision_round {
    position: absolute;
    top: calc(50% - 120px);
    left: calc(50% - 100px);
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: #194f74;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 10;
}
.vision_round p {
    font-size: 1.3em;
    font-weight: bold;
}
.vision_round span {
    font-size: 1.1em;
    font-weight: bold;
}
.vision_box-item {
    width: 399px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vision_box-item p {
    font-size: 1.4em;
    font-weight: bold;
    color: #194f74;
    font-family: "Noto Serif JP", serif;
}
.vision_box-item span {
    font-size: 0.8em;
    font-weight: 800;
    margin-top: 10px;
}
.vision_box .first {
    border-bottom: 2px solid#EFEFEF;
    border-right: 2px solid#EFEFEF;
}
.vision_box .last {
    border-top: 2px solid#EFEFEF;
    border-left: 2px solid#EFEFEF;
}
/* 健康経営：２０２４認定 */
.h_2024_title  p {
    font-size: 2em;
    font-weight: bold;
    color: #194f74;
    margin-bottom: 30px;
}
.h_2024_box {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 70px;
    border-bottom: 2px solid #194f74;
}
.h_2024_box span {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2;
    margin-right: 20px;
}
.h_2024_box img {
    width: 300px;
    object-fit: contain;
    border: 1px solid #333333;
    cursor: pointer;
}
#grayDisplay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}
#grayDisplay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 90%;
    object-fit: contain;
}

/* 職場の健康管理 */
.h_management_title p {
    font-size: 2em;
    font-weight: bold;
    color: #194f74;
    margin-bottom: 30px;
}
.management_subtitle {
    width: 100%;
    background-color: #194f74;
    color: #ffffff;
}
.management_subtitle p {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    margin-left: 10px;
    line-height: 1.5;
}
.h_management_list {
    margin-bottom: 30px;
}
.h_management {
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: 2px solid #194f74;
}
.h_management_list li{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 25px;
}
.h_management_list li::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: -25px;
    border-radius: 100%;
    background-color: #194f74;
}
/* 指標と目標 */
.h_index_title {
    font-size: 2em;
    font-weight: bold;
    color: #194f74;
    margin-bottom: 30px;
}
.index_table {
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: 2px solid #194f74;
}
.index_table td {
    width: 70px;
    text-align: center;
}
.index_table th {
    width: 306px;
    font-size: 1.08em;
    text-align: left;
}
.table_head {
    background-color: #194f74;
    color: #ffffff;
    font-size: 1.08em;
    line-height: 2;
}
.table_head th {
    border-right: 0.5px solid #ffffff;
}
.table_head td {
    border-right: 0.5px solid #ffffff;
}
.table_body {
    line-height: 2;
    border-bottom: 0.5px solid #333333;
    font-weight: bold;
}
.table_body th {
    border-right: 0.5px solid #333333;
}
.table_body td {
    border-right: 0.5px solid #333333;
}
.table_body .last {
    border-right: none;
}
.yellow {
    background-color: #FFFCDB;
}
/* 取り組み例 */
.attempt_title {
    font-size: 2em;
    font-weight: bold;
    color: #194f74;
    margin-bottom: 30px;
}

.attempt_subtitle {
    width: 100%;
    background-color: #194f74;
    color: #ffffff;
}
.attempt_subtitle p {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    margin-left: 10px;
    line-height: 1.5;
}
.attempt_list {
    margin-bottom: 30px;
}
.h_management {
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: 2px solid #194f74;
}
.attempt_list li{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    color: #194f74;
    vertical-align: top;
}
.attempt_list li span {
    margin-left: 1.5em;
    color: #333333;
    font-size: 0.8em;

}
.footer_com {
    margin-top: 80px;
}
.sp {
    display: none;
}

 /* タブレット画面設定 */
@media screen and (max-width: 980px) {
    
    .sp_com {
        display: none;
    }
    #localmain {
        width: 90vw;
        display: flex;
        justify-content: flex-start;
        margin: auto;
        padding-top: 100px;
    }
    #Co {
        width: 90vw;
        margin: 0 auto 50px auto;
    }
    #company_page {
        width: 90vw;
        margin: 30px 5vw 0 5vw;
    }
    h2 {
        font-size: 2em;
        margin: 20px 0px 0px 0px;
    }
    #localmainInner p {
        font-size: 0.8em;
        display: flex;
        text-align: left;
        font-weight: bold;
    }
    .company_menu {
        width: 90vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 30px auto 0 auto;
    }
    .com_menu-btn {
        width: calc(30vw - 20px);
        height: 30px;
        font-size: 0.8em;
    }
    .com_menu-list {
        gap: 30px;
    }
    .com_contents {
        width: 90vw;
        margin-bottom: 70px;
    }
    h3 {
        font-size: 1.8em;
        font-weight: bold;
        margin: 30px 0 30px 0;
    }
    .footer_com {
        margin-top: 30px;
    }

    /* 社長挨拶 */
    .greeting_text p { 
        font-size: 1em;
    }
    .greeting_img img {
        position: absolute;
        right: -250px;
        z-index: 100;
    }

    /* 企業理念 */
    .contents_box h4 {
        font-size: 1.3em;
        margin:20px 20px 30px 20px;
    }

    .purpose {
        margin: 0 20px 0 20px;
    }
    .purpose p {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    .purpose h5 {
        font-size: 1.5em;
        margin-bottom: 5px;
        color:#194f74;
    }
    .purpose span {
        font-size: 0.9em;
        font-weight: bold;
        color:#194f74;
    }
    .philosophy_text p {
        margin: 30px 20px 20px 20px;
        font-size: 0.8em;
    }
    .philosophy_img img {
        width: 90vw;
        object-fit: contain;
        margin-bottom: 30px;
    }

    /* 経営方針 */
    .management_text {
        margin: 0 20px 20px 20px;
    }
    .management_text p{
        font-size: 1.3em;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .management_text span{
        font-size: 1em;
        margin-bottom: 30px;
        margin-left: 0;
    }

    /* 事業案内 */
    .download_btn {
        margin: 30px auto;
    }
    .download_btn a {
        width: 70vw;
        border-radius: 30px;
        font-size: 1em;
    }
        
    /* 社員行動指針 */
    .motto_title {
        font-size: 1.5em;
        margin: 20px 20px 0 20px;
    }
    .motto_subtitle {
        font-size: 1.7em!important;
    }
    .motto_text {
        margin: 0 20px 50px 20px;
    }
    .motto_list li {
        font-size: 1em;
    }

    /* 会社概要 */
    .about_box {
        margin: 10px;
    }
    .about_list {
        padding: 5px;
    }
    .about_list-item {
        font-size: 0.8em;
    }
    .about_list-item p{
        width: 20vw;
        font-weight: bold;
        padding: 5px;
    }

    .about_list-item span{
        padding: 5px;
    }
    .about_list-item li {
        width: calc(70vw - 50px);
        padding: 0 0 0 5px;
    }
    .about_list-item li:first-child {
        padding-top: 5px;
    }

    .about_list-item li:last-child {
        padding-bottom: 5px;
    }

    /* 沿革 */
    .timeline {
        margin: 20px 20px 20px 20px;
        height: 600px;
        overflow: scroll;
    }
    .timeline > li {
        margin-bottom: 60px;
    }

    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 110px;
        display: flex;
        align-items: center;
        margin: auto 10px auto 0;
        font-weight: 900;
        font-size: 0.8em;
    }
    .timeline-content {
        width: 75%;
        float: left;
        border-left: 1px #194f74 solid;
        padding-left: 20px;
        position: relative;
    }

    .timeline li .timeline-content h5 {
        margin: 8px 0px 10px 0px;
        font-weight: 900;
        font-size: 0.8em;
    }

    .timeline-content:before {
        content: '';
        width: 15px;
        height: 15px;
        background: #194f74;
        position: absolute;
        left: -8px;
        top: calc(50% - 7px);
        border-radius: 100%;
    }

    /* 一般事業主行動計画 */
    #general h4 {
        font-size: 1.3em;
        margin-bottom: 30px;
    }
    .general_title{
        margin-bottom: 20px;
    }
    .general_title h5 {
        font-size: 1.1em;
        font-weight: bold;
        color: #194f74;
    }
    .general_title p {
        font-size: 0.7em;
        margin-bottom: 20px;
    }
    .gen_subTitle p {
        font-size: 1em;
        line-height: 2;
        margin-bottom: 20px;
    }
    .gen_list li {
        display: flex;
        font-size: 1em;
        margin-bottom: 10px;
    }
    .gen_detail .last {
        margin-bottom: 50px;
    }
    .gen_detail-list {
        margin-bottom: 20px;
    }
    .gen_purpose {
        font-size: 0.7em;
        text-align: center;
        padding: 10px 20px;
    }
    .gen_purpose-2 {
        font-size: 0.7em;
        text-align: center;
        padding: 10px 20px;
    }
    .counter {
        padding: 10px 20px;
        font-size: 0.7em;
    }
    .counter_list li {
        gap: 10px;
    }
    /* .counter_list p {
        width: 20%;
    } */
    /* .counter_list span {
        width: calc(80% - 10px);
    } */
    .counter_list-2 li {
        display: flex;
        font-weight: bold;
    }
    .counter_list-2 p {
        font-weight: bold;
    }
    #general {
        margin-bottom: 0;
    }

    /* 健康経営 */
    .health_text-1 {
        font-size: 1em;
        margin-bottom: 50px;
    }
    #health h4 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .health_text-2 p {
        font-size: 1em;
    }
    .health_president {
        margin-top: 20px;
        font-size: 1.4em;
    }
    .health_president span {
        font-size: 0.7em;
        margin-right: 30px;
    }

    /* 健康経営：重点項目 */
    
    .health_priority-bottom {
        width: calc(90vw - 80px);
    }
    /* 健康経営：企業理念 */
    .health_vision {
        font-size: 1.2em;
        line-height: 2;
        margin-bottom: 20px;
    }
    .vision_box {
        margin-bottom: 50px;
    }
    .vision_round p {
        font-size: 1em;
    }
    .vision_round span {
        font-size: 0.8em;
    }
    .vision_box-item {
        width: calc(45vw - 1px);
        height: 150px;
    }
    .vision_box .top {
        justify-content: flex-start;
    }.vision_box .top p {
        position: absolute;
        top: 25px;
    }
    .vision_box .bottom {
        justify-content: flex-end;
    }
    .vision_box .left  p{
        position: absolute;
        top: 230px;
    }
    .vision_box-item p {
        font-size: 1.2em;
    }
    .vision_box-item span {
        font-size: 0.7em;
    }
    /* 健康経営：２０２４認定 */
    .h_2024_title  p {
        font-size: 1.3em;
    }
    .h_2024_box {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .h_2024_box span {
        font-size: 0.8em;
        margin-right: 0;
    }
    .h_2024_box img {
        width: 55vw;
    }
    .h_2024_img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .h_2024_img p {
        font-size: 0.8em;
    }
    /* 職場の健康管理 */
    .h_management_title p {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
    .management_subtitle {
        width: 100%;
        background-color: #194f74;
        color: #ffffff;
    }
    .management_subtitle p {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
    .h_management_list {
        margin-bottom: 20px;
    }
    .h_management_list li{
        position: relative;
        display: flex;
        align-items: center;
        font-size: 1em;
        font-weight: bold;
        margin-left: 25px;
    }
    .h_management_list li::before {
        height: 16px;
        width: 16px;
        left: -20px;
        top: 5px;
    }
    .h_management {
        padding-bottom: 30px!important;
        margin-bottom: 50px!important;
    }
    /* 指標と目標 */
    .health_index_box {
        padding-bottom: 40px;
        margin-bottom: 50px;
        border-bottom: 2px solid #194f74;
    }
    .h_index_title {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
    .table_box {
        width: 90vw;
        overflow: scroll;
        padding-bottom: 5px;
    }
    .index_table {
        width: 750px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .index_table th {
        width: 256px;
        font-size: 0.9em;
    }
    .table_head {
        font-size: 0.9em;
    }
    .table_body td {
        font-size: 0.9em;
    }
    /* 取り組み例 */
    .attempt_title {
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    .attempt_subtitle p {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
    .attempt_list {
        margin-bottom: 20px;
    }
    .attempt_list li{
        font-size: 1em;
    }
}
 /* SP画面設定 */
@media screen and (max-width: 500px) {
    .pc {
        display: none;
    }
    .tb_com {
        display: none;
    }
    .greeting_tb {
        display: none;
    }
    .sp {
        display: block!important;
    }
    #localmain {
        padding-top: 70px;
    }
    h2 {
        font-size: 1.5em;
    }.company_menu-sp {
        display: flex;
        width: 90vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 30px auto 0 auto;
    }
    .com_menu-btn {
        width: 40vw;
        height: 30px;
        font-size: 0.8em;
    }
    .com_menu-list-sp {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
    /* 社長挨拶 */
    .greeting_left {
        width: 100%;
    }
    .greeting_left h4 {
        font-size: 1.1em;
        margin: 20px;
    }
    .greeting_text p {
        margin: 0 20px;
        font-weight: 700;
        position: relative;
        font-size: 12px;
        line-height: 2;
    }

    .president {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        margin: 20px;
    }
    .president p {
        font-weight: bold;
        font-size: 0.8em;
    }
    .president h5 {
        font-size: 1em;
        font-weight: bold;
        margin-left: 20px;
    }
    .greeting_box-sp p {
        margin: 0 20px;
        font-weight: 700;
        position: relative;
        font-size: 12px;
        line-height: 2;
    }
    .greeting_sp {
        display: block;
        width: 50%;
    }
    .greeting_right {
        position: relative;
    }
    .greeting_img {
        position: relative;
    }
    .greeting_img img {
        position: absolute;
        height: 470px;
        bottom: 7%;
        right: -10px;
        z-index: 100;
        overflow: hidden;
    }

    /* 健康経営 */
    .health_text-1 {
        font-size: 1em;
        margin-bottom: 50px;
    }
    #health h4 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .health_text-2 p {
        font-size: 1em;
    }
    .health_president {
        margin-top: 20px;
        font-size: 1.4em;
    }
    .health_president span {
        font-size: 0.7em;
        margin-right: 30px;
    }

    /* 健康経営：重点項目 */
    .health_contents h5{
        width: 100%;
        font-size: 1.5em;
        margin-top: 50px;
    }
    .health_priority-top {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
    .health_priority-item {
        flex: 1;
        width: 80vw;
        text-align: center;
        margin: 20px 0 0 0;
        border-radius: 10px;
    }
    .health_priority-item p {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .health_priority-item span {
        font-size: 1.1em;
    }
    .health_priority-bottom {
        width: 80vw;
        padding: 20px;
        margin: 20px 0;
    }
    .health_priority-bottom p {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .health_priority-bottom span {
        font-size: 1.1em;
    }

    /* 健康経営：企業理念 */
    .health_vision {
        font-size: 1em;
    }
    .vision_round {
        top: calc(50% - 18vw - 20px);
        left: calc(50% - 18vw);
        width: 36vw;
        height: 36vw;
    }
    .vision_round p {
        font-size: 1em;
    }
    .vision_round span {
        font-size: 0.8em;
    }
    .vision_box-item {
        width: calc(45vw - 1px);
        height: 150px;
    }
    .vision_box .top {
        justify-content: flex-start;
    }.vision_box .top p {
        position: absolute;
        top: 25px;
    }
    .vision_box .bottom {
        justify-content: flex-end;
    }
    .vision_box .left  p{
        position: absolute;
        top: 230px;
    }
    .vision_box-item p {
        font-size: 1em;
    }
}