@charset "UTF-8";
/*import
------------------------------------------*/
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
@media only screen and (min-width: 768px) {
  body:not(#homePage) .sec-kv {
    height: auto;
  }
  .sectionText .sectionTitle {
    margin-bottom: 92px;
  }
  body:not(#homePage) .pageContents {
    padding-top: 0;
  }
  .contentsArea .sectionText .sectionTitle {
    font-size: 4.2rem;
    line-height: 1.4285714286;
    color: #005740;
    margin-bottom: 38px;
  }
  .contentsArea .sectionTitle + * {
    margin-top: 38px;
  }
  .contentsArea section {
    padding-top: 100px;
  }
  .contentsArea section + section {
    margin-top: 40px;
  }
  #sec-sengen .row_title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin-bottom: 30px;
    color: #005740;
  }
  #sec-sengen .flex_wrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec-sengen .flex_wrap .text {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.875;
    width: 62.5641025641%;
  }
  #sec-sengen .flex_wrap .pic {
    width: 35.8974358974%;
    position: relative;
  }
  #sec-sengen .flex_wrap .pic figure {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
  }
  #sec-sengen .flex_wrap .caption {
    margin-top: -2px;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2;
    width: 226px;
    text-align: right;
    position: absolute;
    left: -242px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1380px) and (min-width: 1200px) {
  #sec-sengen .flex_wrap .caption {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec-sengen .flex_wrap .caption {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #sec-sengen .bg_area {
    margin-top: 35px;
    background: #fff;
    border-radius: 20px;
    padding: 24px 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #sec-sengen .bg_area .text {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    width: 100%;
    margin-bottom: 20px;
  }
  #sec-sengen .bg_area .nintei {
    width: 67.1038251366%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  #sec-sengen .bg_area .nintei:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 1.2rem;
    width: 82.0846905537%;
    height: 1px;
    background: #005740;
  }
  #sec-sengen .bg_area .nintei .nintei_title {
    width: fit-content;
    padding: 0 1.3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.5rem;
    background: #005740;
    color: #fff;
    border-radius: 1.25rem;
    margin-bottom: 12px;
    margin-right: 70%;
  }
  #sec-sengen .bg_area .nintei ul {
    width: 46.9055374593%;
  }
  #sec-sengen .bg_area .nintei ul li {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  #sec-sengen .bg_area .nintei ul li::first-letter {
    color: #005740;
  }
  #sec-sengen .bg_area .logo_set {
    width: 22.5136612022%;
    margin-right: 4.3715846995%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -19px;
  }
  #sec-sengen .bg_area .logo_set .logo {
    width: auto;
    height: 100px;
    position: relative;
    transition: opacity 0.2s ease;
  }
  #sec-sengen .bg_area .logo_set .logo:hover {
    opacity: 0.6;
  }
  #sec-sengen .bg_area .logo_set .logo img {
    display: block;
    width: auto;
    height: 100px;
  }
  #sec-taisei .text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 47px;
  }
  #sec-senryaku .text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 39px;
  }
  #sec-senryaku .row {
    margin-top: 50px;
  }
  #sec-senryaku .row .row_title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin-bottom: 30px;
    color: #005740;
  }
  #sec-senryaku .row .text {
    font-weight: 600;
  }
  #sec-goal .text {
    margin-bottom: 6px;
  }
  #sec-goal .note_list {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  #sec-goal .note_list li {
    counter-increment: number;
  }
  #sec-goal .note_list li:before {
    content: "※" counter(number) "…";
    display: inline;
  }
  #sec-goal .row {
    margin-top: 46px;
  }
  #sec-goal .row .row_title {
    color: #005740;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin-bottom: 26px;
  }
  #sec-action .text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 42px;
  }
  #sec-nenkan .text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 36px;
    font-weight: 600;
  }
  #sec-nenkan .btn a {
    display: flex;
    width: 40rem;
    height: 7.8rem;
    border-radius: 10px;
    background: url("../img/pages/health-management/icon_pdf.svg") calc(100% - 2rem) center/4rem 4.2rem no-repeat #005740;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    padding-left: 2rem;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s all ease-in-out;
  }
  #sec-nenkan .btn a:hover {
    transform: scale(1.05);
    color: #fff;
  }
  #sec-nenkan .row {
    margin-top: 140px;
  }
  #sec-nenkan .row .row_title {
    color: #005740;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 5.2rem;
    margin-bottom: 32px;
  }
  #sec-nenkan .row .row_title.row_title32 {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
  #sec-nenkan .row .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
  }
  #sec-nenkan .row .flex_wrap .col {
    width: calc(33.3333333333% - 25px);
    border-radius: 10px;
    position: relative;
    background: #fff;
    padding-bottom: 20px;
  }
  #sec-nenkan .row .flex_wrap .col .col_title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 5rem;
    background: #005740;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 10px 10px 0 0;
  }
  #sec-nenkan .row .flex_wrap .col .text {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 20px;
    margin: 0;
  }
  #sec-nenkan .row .flex_wrap .col .text:last-child {
    margin-bottom: -8px;
  }
  #sec-nenkan .row .flex_wrap .col .btn {
    padding: 0 20px;
    margin-top: 18px;
  }
  #sec-nenkan .row .flex_wrap .col .btn a {
    width: 100%;
    height: 5rem;
    border-radius: 0;
    background: #DCE6E1;
    color: #005740;
    font-size: 2rem;
    padding-left: 0;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  #sec-nenkan .row .flex_wrap .col .btn a:after {
    content: "\e5c8";
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1;
    transform: translateY(-50%) rotate(90deg);
  }
  #sec-nenkan .row .flex_wrap .col:nth-child(2):before, #sec-nenkan .row .flex_wrap .col:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    left: -31px;
    top: calc(50% - 25px);
    width: 25px;
    height: 50px;
    border-left: #005740 25px solid;
    border-top: transparent 25px solid;
    border-bottom: transparent 25px solid;
  }
  #sec-nenkan .row .flex_wrap .col.half {
    width: calc(50% - 28px);
  }
  #sec-nenkan .row .flex_wrap .col.half:before {
    left: -40px;
  }
  #sec-nenkan .row .flex_wrap .col.full {
    width: 100%;
    margin-top: 30px;
  }
  #sec-nenkan .row .flex_wrap .col.full:before {
    display: none;
  }
  #sec-nenkan .row .flex_wrap .col.full .text {
    padding: 0 30px;
  }
  #sec-nenkan .row .flex_wrap .col.full .list_set {
    width: calc(100% - 60px);
    margin: 10px auto 0;
    display: flex;
    background: #DCE6E1;
    padding: 14px 18px;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
  }
  #sec-nenkan .row .flex_wrap .col.full .list_set ul {
    width: fit-content;
  }
  #sec-nenkan .row .flex_wrap .col.full .list_set ul li {
    width: fit-content;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  #sec-nenkan .row .flex_wrap .col.full .list_set ul li::first-letter {
    color: #005740;
  }
  #sec-nenkan .row .flex_wrap .col.full .list_set ul + ul {
    margin-left: 30px;
  }
  #sec-nenkan .row .flex_wrap .col.full .pic_set {
    width: calc(100% - 60px);
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec-nenkan .row .flex_wrap .col.full .pic_set figure {
    width: 49.1803278689%;
  }
  #sec-nenkan .row .mini_row {
    margin-top: 40px;
  }
  #sec-nenkan .row .mini_row + .mini_row {
    margin-top: 100px;
  }
  #sec-nenkan .row .mini_row .mini_title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.6rem;
    margin-bottom: 33px;
    color: #005740;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    align-items: center;
  }
  #sec-nenkan .row .mini_row .mini_title .tag {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    background: #005740;
    color: #fff;
    border-radius: 2.3rem;
    margin-right: 1.5rem;
  }
  #sec-nenkan .row .mini_row .table_title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 20px;
    color: #005740;
  }
  #sec-nenkan .row .mini_row .table1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
  }
  #sec-nenkan .row .mini_row .table1 th, #sec-nenkan .row .mini_row .table1 td {
    text-align: center;
    vertical-align: middle;
  }
  #sec-nenkan .row .mini_row .table1 th:nth-child(n+2), #sec-nenkan .row .mini_row .table1 td:nth-child(n+2) {
    border-left: #EBEBEB 2px solid;
  }
  #sec-nenkan .row .mini_row .table1 th {
    width: 25%;
    background: #005740;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    height: 4rem;
  }
  #sec-nenkan .row .mini_row .table1 td {
    color: #005740;
    font-weight: 600;
    font-size: 3.5rem;
    height: 11rem;
    background: #fff;
  }
  #sec-nenkan .row .mini_row .table1 td small {
    font-size: 2rem;
  }
  #sec-nenkan .row .mini_row .table_note {
    margin-top: 16px;
    margin-bottom: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #sec-nenkan .row .mini_row .table_note li {
    display: flex;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.9rem;
  }
  #sec-nenkan .row .mini_row .table_note li strong {
    display: inline-block;
    background: #005740;
    color: #fff;
    width: 13.6rem;
    text-align: center;
    margin-right: 1rem;
  }
  #sec-nenkan .row .mini_row .table_note li + li {
    margin-left: 5rem;
  }
  #sec-nenkan .row .mini_row .pic {
    max-width: 700px;
    margin: 38px auto 0;
  }
  #sec-nenkan .row .mini_row .pic + .flex_wrap {
    margin-top: 50px;
  }
  #sec-nenkan .row .table2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
  }
  #sec-nenkan .row .table2 th, #sec-nenkan .row .table2 td {
    vertical-align: middle;
  }
  #sec-nenkan .row .table2 th {
    text-align: center;
    width: 160px;
    background: #005740;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    height: 5rem;
  }
  #sec-nenkan .row .table2 td {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 16px 20px;
    background: #fff;
    position: relative;
  }
  #sec-nenkan .row .table2 td li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #sec-nenkan .row .table2 td li + li {
    margin-top: 0.8rem;
  }
  #sec-nenkan .row .table2 td ul:last-child {
    margin-bottom: -0.3rem;
  }
  #sec-nenkan .row .table2 td .point {
    width: 100%;
    line-height: 3.4rem;
    background: #DCE6E1;
    color: #005740;
    text-align: center;
    margin-top: 10px;
  }
  #sec-nenkan .row .table2 tr:nth-child(2) th {
    background: #DCE6E1;
    color: #005740;
  }
  #sec-nenkan .row .table2 tr:nth-child(3) th {
    background: #78A59A;
  }
  #sec-nenkan .row .table2 tr:nth-child(4) th {
    background: #4B8778;
  }
  #sec-nenkan .row .table2 tr:nth-child(n+2) th, #sec-nenkan .row .table2 tr:nth-child(n+2) td {
    border-top: #EBEBEB 2px solid;
  }
  #sec-nenkan .row .table2 tr:nth-child(n+2) td {
    border-left: #EBEBEB 2px solid;
  }
  #sec-sesaku .row {
    margin-top: 50px;
  }
  #sec-sesaku .row .row_title {
    color: #005740;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.6rem;
    margin-bottom: 28px;
  }
  #sec-sesaku .row .text {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  #sec-sesaku .row .pic_set {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 28px auto 36px;
  }
  #sec-sesaku .row .pic_set figure {
    width: 30.7692307692%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  #sec-sesaku .row .flex_wrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 56px auto 0;
  }
  #sec-sesaku .row .flex_wrap .col {
    width: 30.7692307692%;
    position: relative;
  }
  #sec-sesaku .row .flex_wrap .col:nth-child(n+4) {
    margin-top: 36px;
  }
  #sec-sesaku .row .flex_wrap .col .col_title {
    margin-top: 13px;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #005740;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #sec-sesaku .row .flex_wrap .col ul li {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-left: 1.3em;
  }
  #sec-sesaku .row .flex_wrap .col ul li:before {
    content: "▶︎ ";
    color: #005740;
    position: absolute;
    display: inline-block;
    left: 0;
  }
  #sec-sesaku .row .flex_wrap .col ul li small {
    display: block;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    line-height: 2rem;
    padding-left: 0;
    text-indent: 0;
    margin-top: 5px;
  }
  #sec-sesaku .bg_area {
    margin-top: 80px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    /*
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    */
    padding-bottom: 160px;
  }
  #sec-sesaku .bg_area .area_title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.5rem;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 15rem;
    background: #DCE6E1;
    color: #005740;
  }
  #sec-sesaku .bg_area dl {
    width: fit-content;
    float: left;
    margin-top: 30px;
  }
  #sec-sesaku .bg_area dl dt {
    width: fit-content;
    font-weight: 700;
    font-size: 2rem;
    line-height: 4rem;
    padding: 0 2rem;
    color: #fff;
    background: #005740;
    position: relative;
    border-radius: 2rem;
    margin-bottom: 14px;
  }
  #sec-sesaku .bg_area dl dd {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  #sec-sesaku .bg_area dl dd::first-letter {
    color: #005740;
  }
  #sec-sesaku .bg_area dl dd small {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-left: 0;
    text-indent: 0;
  }
  #sec-sesaku .bg_area dl:nth-child(2) {
    margin-left: 6.1538461538%;
  }
  #sec-sesaku .bg_area dl:nth-child(n+3) {
    margin-left: 6.1538461538%;
    margin-right: 6.1538461538%;
  }
  #sec-sesaku .bg_area dl:nth-child(4) {
    margin-top: 56px;
  }
  #sec-sesaku .bg_area .insta {
    clear: both;
    position: absolute;
    right: 0;
    bottom: 60px;
    background: #DCE6E1;
    border-radius: 20px 0 0 20px;
    height: 88px;
    display: flex;
    width: 340px;
    justify-content: center;
    align-items: center;
  }
  #sec-sesaku .bg_area .insta a {
    display: block;
    width: 197px;
    padding-bottom: 2px;
    border-bottom: #005740 1px solid;
    color: #005740;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.2rem;
    transition: transform 0.2s ease;
    background: url(../img/pages/health-management/logo_insta.svg) right center/36px 36px no-repeat;
  }
  #sec-sesaku .bg_area .insta a:hover {
    transform: scale(1.05);
  }
  #sec-mokuhyo .pic_title {
    margin-top: 34px;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 26px;
  }
  #sec-voice .voice_set {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec-voice .voice_set .col {
    width: 48.2051282051%;
    position: relative;
    box-sizing: border-box;
    padding-left: 22.0512820513%;
    background: url(../img/pages/health-management/icon_man.png) left top/42.5531914894% auto no-repeat;
    min-height: 200px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  #sec-voice .voice_set .col {
    padding-left: 215px;
    background-size: 200px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-width: 1100px) {
  #sec-voice .voice_set .col {
    padding-left: 215px;
    background-size: 200px auto;
  }
}
@media only screen and (min-width: 768px) {
  #sec-voice .voice_set .col .col_title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.6rem;
    padding-bottom: 6px;
    border-bottom: #000 1px solid;
    margin-bottom: 8px;
  }
  #sec-voice .voice_set .col .col_title small {
    font-size: 1.8rem;
    padding-left: 1em;
  }
  #sec-voice .voice_set .col .text {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2;
  }
  #sec-voice .voice_set .col + .col {
    background-image: url(../img/pages/health-management/icon_woman.png);
  }
  #sec-news .flex_wrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #sec-news .flex_wrap .col {
    display: block;
    position: relative;
    width: 30.7692307692%;
  }
  #sec-news .flex_wrap .col figure {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 300/230;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec-news .flex_wrap .col figure img {
    transform-origin: center;
    transform: scale(1);
    transition: transform 0.3s ease;
    display: block;
    height: auto;
    width: 100%;
  }
  #sec-news .flex_wrap .col .date {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7rem;
    margin-bottom: 8px;
  }
  #sec-news .flex_wrap .col .title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #005740;
  }
  #sec-news .flex_wrap .col:hover figure img {
    transform: scale(1.05);
  }
  body:not(#homePage) .pageContents {
    margin-bottom: -25px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  body:not(#homePage) .sec-kv {
    height: auto;
    padding-bottom: 15px;
    padding-top: 120px;
  }
  body:not(#homePage) .sec-kv .sectionText .sectionTitle {
    margin-bottom: 0;
  }
  body:not(#homePage) .pageContents {
    margin: 0 auto -250px;
    padding-bottom: 250px;
    padding-top: 25px;
  }
  body:not(#homePage) .pageContents .sectionText .sectionTitle {
    font-size: 2.3rem;
    line-height: 3rem;
    color: #005740;
    margin-bottom: 20px;
  }
  body:not(#homePage) .pageContents .sectionTitle + * {
    margin-top: 0;
  }
  body:not(#homePage) .pageContents .text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  body:not(#homePage) .pageContents section + section {
    margin-top: 60px;
  }
  body:not(#homePage) .pageContents #sec-sengen .row_title {
    color: #005740;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-bottom: 25px;
  }
  body:not(#homePage) .pageContents #sec-sengen .pic {
    width: 75.7575757576%;
    position: relative;
    margin: 18px auto 0;
  }
  body:not(#homePage) .pageContents #sec-sengen .pic figure {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }
  body:not(#homePage) .pageContents #sec-sengen .caption {
    margin-top: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: center;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area {
    margin-top: 17px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    position: relative;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .text {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 16px;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .nintei {
    position: relative;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .nintei:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 1.2rem;
    width: calc(100% - 8.5rem);
    height: 1px;
    background: #005740;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .nintei .nintei_title {
    width: fit-content;
    padding: 0 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem;
    background: #005740;
    color: #fff;
    border-radius: 1.25rem;
    margin-bottom: 10px;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .nintei ul li {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .nintei ul li::first-letter {
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .logo_set {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .logo_set .logo {
    width: auto;
    height: 122.5px;
    position: relative;
    margin-left: 22.5px;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .logo_set .logo img {
    display: block;
    width: auto;
    height: 122.5px;
  }
  body:not(#homePage) .pageContents #sec-sengen .bg_area .logo_set .logo + .logo {
    margin-left: 34px;
  }
  body:not(#homePage) .pageContents #sec-taisei .text {
    margin-bottom: 21px;
  }
  body:not(#homePage) .pageContents .scroll_wrap {
    width: 106.8181818182%;
    overflow-x: auto;
  }
  body:not(#homePage) .pageContents .scroll_wrap figure {
    padding-right: 6vw;
  }
  body:not(#homePage) .pageContents .scroll_wrap + .slide {
    margin-top: 25px;
    width: 113.6363636364%;
    margin-left: -6.8181818182%;
    background: #DCE6E1;
    height: 30px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #005740;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  body:not(#homePage) .pageContents .scroll_wrap + .slide:before, body:not(#homePage) .pageContents .scroll_wrap + .slide:after {
    content: "";
    display: block;
    width: 29px;
    height: 4px;
    box-sizing: border-box;
    border-bottom: #005740 1px solid;
    margin: 0 17px;
    border-right: #005740 1px solid;
    transform: skewX(45deg);
  }
  body:not(#homePage) .pageContents .scroll_wrap + .slide:before {
    transform: skewX(-45deg) scaleX(-1);
  }
  body:not(#homePage) .pageContents #sec-senryaku .text {
    margin-bottom: 24px;
  }
  body:not(#homePage) .pageContents #sec-senryaku .scroll_wrap .pic figure {
    width: 812.5px;
  }
  body:not(#homePage) .pageContents #sec-senryaku .row {
    margin-top: 50px;
  }
  body:not(#homePage) .pageContents #sec-senryaku .row .row_title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin-bottom: 30px;
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-senryaku .row .text {
    font-weight: 600;
  }
  body:not(#homePage) .pageContents #sec-goal .text {
    margin-bottom: 18px;
  }
  body:not(#homePage) .pageContents #sec-goal .note_list {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 600;
  }
  body:not(#homePage) .pageContents #sec-goal .note_list li {
    counter-increment: number;
    padding-left: 2.6rem;
    position: relative;
  }
  body:not(#homePage) .pageContents #sec-goal .note_list li:before {
    content: "※" counter(number) "…";
    display: inline;
    position: absolute;
    left: 0;
  }
  body:not(#homePage) .pageContents #sec-goal .row {
    margin-top: 56px;
  }
  body:not(#homePage) .pageContents #sec-goal .row .row_title {
    color: #005740;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-bottom: 25px;
  }
  body:not(#homePage) .pageContents #sec-goal .row .scroll_wrap .pic figure {
    width: 811.5px;
  }
  body:not(#homePage) .pageContents #sec-action .text {
    margin-bottom: 23px;
  }
  body:not(#homePage) .pageContents #sec-action .scroll_wrap .pic figure {
    width: 595px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .text {
    margin-bottom: 23px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .btn a {
    display: flex;
    width: 27.5rem;
    height: 6.8rem;
    border-radius: 7.5px;
    background: url("../img/pages/health-management/icon_pdf.svg") calc(100% - 1.6rem) center/2.7rem 2.8rem no-repeat #005740;
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
    padding-left: 1.5rem;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row {
    margin-top: 60px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .row_title {
    color: #005740;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 3.3rem;
    margin-bottom: 20px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .row_title.row_title32 {
    font-size: 1.7rem;
    line-height: 2.45rem;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col {
    border-radius: 5px;
    position: relative;
    background: #fff;
    padding-bottom: 10px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col .col_title {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 3.8rem;
    background: #005740;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col .text {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 10px;
    margin: 0;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col .text:last-child {
    margin-bottom: -2px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col .btn {
    padding: 0 10px;
    margin-top: 9px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col .btn a {
    width: 100%;
    height: 4rem;
    border-radius: 0;
    background: #DCE6E1;
    color: #005740;
    font-size: 1.8rem;
    padding-left: 0;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col .btn a:after {
    content: "\e5c8";
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1;
    transform: translateY(-50%) rotate(90deg);
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col:nth-child(2), body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col:nth-child(3) {
    margin-top: 40px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col:nth-child(2):before, body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    top: -32.5px;
    width: 50px;
    height: 25px;
    border-top: #005740 25px solid;
    border-left: transparent 25px solid;
    border-right: transparent 25px solid;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col.full {
    margin-top: 20px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col.full:before {
    display: none;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col.full .list_set {
    width: calc(100% - 20px);
    margin: 8px auto 0;
    background: #DCE6E1;
    padding: 10px;
    border-radius: 5px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col.full .list_set ul li {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col.full .list_set ul li::first-letter {
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col.full .pic_set {
    margin: 15px auto 0;
    padding: 0 10px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .flex_wrap .col.full .pic_set figure + figure {
    margin-top: 15px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row {
    margin-top: 40px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .mini_title {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
    color: #005740;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .mini_title .tag {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.4rem;
    background: #005740;
    color: #fff;
    border-radius: 1.25rem;
    margin-right: 1rem;
    white-space: nowrap;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table_title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 th, body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 td {
    text-align: center;
    vertical-align: middle;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 th:nth-child(n+2), body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 td:nth-child(n+2) {
    border-left: #EBEBEB 1px solid;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 th {
    width: 25%;
    background: #005740;
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
    height: 3.5rem;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 td {
    color: #005740;
    font-weight: 600;
    font-size: 1.7rem;
    height: 3.3rem;
    background: #fff;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table1 td small {
    font-size: 1rem;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table_note {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table_note li {
    display: flex;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.15rem;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table_note li strong {
    display: inline-block;
    background: #005740;
    color: #fff;
    width: 10rem;
    text-align: center;
    margin-right: 0.9rem;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .table_note li + li {
    margin-top: 0.75rem;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .pic {
    margin: 18px auto 0;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .mini_row .pic + .flex_wrap {
    margin-top: 20px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 th, body:not(#homePage) .pageContents #sec-nenkan .row .table2 td {
    vertical-align: middle;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 th {
    text-align: center;
    width: 60px;
    background: #005740;
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
    height: 3.8rem;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 td {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.9rem;
    padding: 9px 10px 10px;
    background: #fff;
    position: relative;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 td li {
    padding-left: 1em;
    text-indent: -1em;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 td li + li {
    margin-top: 5px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 td ul:last-child {
    margin-bottom: -0.2rem;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 td .point {
    width: 100%;
    line-height: 2.5rem;
    background: #DCE6E1;
    color: #005740;
    text-align: center;
    margin-top: 6px;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 tr:nth-child(2) th {
    background: #DCE6E1;
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 tr:nth-child(3) th {
    background: #78A59A;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 tr:nth-child(4) th {
    background: #4B8778;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 tr:nth-child(n+2) th, body:not(#homePage) .pageContents #sec-nenkan .row .table2 tr:nth-child(n+2) td {
    border-top: #EBEBEB 1px solid;
  }
  body:not(#homePage) .pageContents #sec-nenkan .row .table2 tr:nth-child(n+2) td {
    border-left: #EBEBEB 1px solid;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row {
    margin-top: 20px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .row_title {
    color: #005740;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.45rem;
    margin-bottom: 19px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .pic_set {
    width: 100%;
    margin: 20px auto 18px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .pic_set figure {
    width: 78.7878787879%;
    border-radius: 7.5px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .pic_set figure + figure {
    margin-top: 15px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .flex_wrap {
    width: 100%;
    position: relative;
    margin: 38px auto 0;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .flex_wrap .col {
    width: 78.7878787879%;
    position: relative;
    margin: 0 auto;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .flex_wrap .col:nth-child(n+2) {
    margin-top: 20px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .flex_wrap .col .col_title {
    margin-top: 7.5px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #005740;
    font-weight: 700;
    margin-bottom: 6px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .flex_wrap .col ul li {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
    padding-left: 1.3em;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .flex_wrap .col ul li:before {
    content: "▶︎ ";
    color: #005740;
    position: absolute;
    display: inline-block;
    left: 0;
  }
  body:not(#homePage) .pageContents #sec-sesaku .row .flex_wrap .col ul li small {
    display: block;
    font-size: 1rem;
    line-height: 1.75rem;
    padding-left: 0;
    text-indent: 0;
    margin-top: 2px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area {
    margin-top: 36px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    /*
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    */
    padding-bottom: 112px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area .area_title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 11.2rem;
    background: #DCE6E1;
    margin-bottom: 15px;
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area dl {
    margin-left: 15px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area dl + dl {
    margin-top: 13px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area dl dt {
    width: fit-content;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding: 0 1.2rem;
    color: #fff;
    background: #005740;
    position: relative;
    border-radius: 1.25rem;
    margin-bottom: 9px;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area dl dd {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area dl dd::first-letter {
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area dl dd small {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 0;
    text-indent: 0;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area .insta {
    clear: both;
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #DCE6E1;
    border-radius: 10px 0 0 10px;
    height: 55px;
    display: flex;
    width: 240px;
    justify-content: center;
    align-items: center;
  }
  body:not(#homePage) .pageContents #sec-sesaku .bg_area .insta a {
    display: block;
    width: 191px;
    padding-bottom: 2px;
    border-bottom: #005740 1px solid;
    color: #005740;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    background: url(../img/pages/health-management/logo_insta.svg) right center/25px 25px no-repeat;
  }
  body:not(#homePage) .pageContents #sec-mokuhyo .pic_title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 25px;
  }
  body:not(#homePage) .pageContents #sec-mokuhyo .text {
    margin-bottom: 25px;
  }
  body:not(#homePage) .pageContents #sec-mokuhyo .scroll_wrap .pic figure {
    width: 703px;
  }
  body:not(#homePage) .pageContents #sec-voice .voice_set .col {
    position: relative;
    box-sizing: border-box;
    padding-left: 140px;
    background: url(../img/pages/health-management/icon_man.png) left top/125px auto no-repeat;
    min-height: 151px;
  }
  body:not(#homePage) .pageContents #sec-voice .voice_set .col .col_title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-top: 132.5px;
    width: 125px;
    position: absolute;
    left: 0;
  }
  body:not(#homePage) .pageContents #sec-voice .voice_set .col .text {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.8rem;
  }
  body:not(#homePage) .pageContents #sec-voice .voice_set .col + .col {
    background-image: url(../img/pages/health-management/icon_woman.png);
    margin-top: 38px;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col {
    display: block;
    position: relative;
    width: 100%;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col figure {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 37.8787878788%;
    float: left;
    padding-bottom: 37.8787878788%;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col figure img {
    position: absolute;
    display: block;
    width: auto;
    max-width: 200%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col .date,
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col .title {
    float: right;
    width: 59.0909090909%;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col .date {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin-bottom: 9px;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col .title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #005740;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col:after {
    content: "";
    display: block;
    clear: both;
  }
  body:not(#homePage) .pageContents #sec-news .flex_wrap .col + .col {
    margin-top: 20px;
  }
  body:not(#homePage) .pageContents #sec-bright .sectionTitle {
    font-size: 2rem;
    line-height: 2.9rem;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}