html {
    font-size: 62.5%; /* 基準を10pxに設定（デフォルト16px × 0.625 = 10px） */
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.8rem;
    font-weight: 400;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block;
}

.sp {
    display: none;
}

/* --*-- ヘッダー --*-- */
.header-bg {
    background-color: #ffffff;
}

.header_logo-body {
    display: flex;
    justify-self: center;
    width: 1200px;
    margin: 0px auto;
}

.header_cont {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px ;
    height: 80px;
}
/* --*-- ヘッダー --*-- */

/* --*-- グローバルナビ --*-- */
.globalnav-bg {
    background-color: #f5f5f5;
}

.globalnav-body {
    display: flex;
    justify-self: center;
    width: 1200px;
    margin: 0px auto;
}

.globalnav {
    margin: 0px;
    width: 1200px;
}

.globalnav ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0px;
}

.globalnav li {
    font-weight: 300;
    color: #000;
    width: 170px;
}

.globalnav li  a {
    font-weight: 300;
    color: #000;
    width: 170px;
    border-left: 1px solid #d2d2d2;
    margin: 20px 0px;
    display: block;
}

.globalnav li a:hover {
    font-weight: 300;
    color: blue;
    width: 170px;
    border-left: 1px solid #d2d2d2;
    margin: 20px 0px;
    text-decoration: underline;
}

.globalnav .last {
    border-right: 1px solid #d2d2d2;
    margin: 20px 0px;
}
/* --*-- グローバルナビ --*-- */

/* --*-- トップイメージ --*-- */
.top_img-bg {
    background-image: url(../images/top_main_photo01-1.jpg);
    background-color: #6dcdef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
    min-height: 100%;
}

.top_img-body{
    text-align: center;
    text-shadow: 2px 2px 10px #000;
    color: #FFF;
    font-weight: 400;
    font-size: 4.8rem;
    padding: 270px 0px;
    margin: 0;
}
/* --*-- トップイメージ --*-- */

/* --*-- お知らせ --*-- */
.top_news-bg {
    background-color: #fff;
}

.top_news-body {
    justify-self: center;
    width: 1200px;
    background-color: #f5f5f5;
    margin: 100px auto 0px;
    padding: 20px 30px;
}

.top_news-title {
    padding: 5px 0px ;
    text-align: center;
    color: #0e639a;
}

.top_news-title h2 {
    font-size: 4.8rem;
}

.top_news {
    padding: 10px;
    font-size: 1.8rem;
}

.top_news .item {
    display: flex;
    justify-content: left;
    margin: 10px 0px;
}

.top_news .date {
    width: 180px;
    margin: 0px 10px;
    text-align: left;
}

.top_news .guidance {
    width: 860px;
    margin: 0px 30px;
    text-align: left;
}

.top_news .guidance a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}


.top_news-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.button {
    width: 200px;
    height: 60px;
    text-align: center;
    background-color: #0e639a;
    border-radius: 10px;
    color: #fff;
    padding-top: 10px;
    border: 2px solid #fff;
}

.button:hover {
    opacity: 0.7;
}


/* --*-- お知らせ --*-- */

/* --*-- 会社情報 --*-- */
.com_info-bg {
    background-color: #f5f5f5;
}

.com_info-body {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin: 0px auto;
}

.com_info-title {
    margin: 80px 0px 40px;
    text-align: center;
    color: #0e639a;
}

.com_info-title h2 {
    font-size: 4.8rem;
}

.com_info {
    display: flex;
    justify-content: center;
}

.top_company {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.top_company .item {
    width: 580px;
    display: flex;
    background-color: #fff;
}

.top_company .item a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

.top_company .image {
    width: 270px;
    border: 1px solid #d2d2d2;
}

.top_company img {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    border: 1px solid #d2d2d2;
}

.top_company .list {
    width: 310px;
    text-align: left;
    border: 1px solid #d2d2d2;
    padding-top: 5px;
}

.top_company .list ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 40px;
}

.top_company .list li {
    padding: 10px 0px;
}

.com_info-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.com_info-button a:hover {
    opacity: 0.7;
}
/* --*-- 会社情報 --*-- */

/* --*-- 会社の取り組み --*-- */
.com_pr-bg {
    background-color: #fff;
}

.com_pr-body {
    display: flex;
    justify-self: center;
    margin: 0px auto;
}

.top_program {
    display: flex;
    justify-content: center;
    gap:40px;
}

.com_pr-title {
    margin: 80px 0px 40px;
    text-align: center;
    color: #0e639a;
}

.com_pr-title h2 {
    font-size: 4.8rem;
}

.top_program .item_group-large {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.top_program .item-large {
    width: 580px;
    height: 480px;
    background-color: #fff;
}

.top_program .item-large a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}


.top_program .image-large {
    width: 580px;
    height: 400px;
    border: 1px solid #d2d2d2;
}

.top_program .text-large {
    height: 80px;
    font-size: 1.8rem;
    text-align: left;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
}

.top_program .text-large p{
    padding: 20px;
    line-height: 120%;
}

.top_program .item_group {
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_program .item {
    width: 270px;
    height: 350px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    margin: 15px 15px;
    display: inline;
}

.top_program .item a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

.top_program .image-small {
    width: 268px;
    height: 268px;
}

.top_program .text-small {
    width: 268px;
    height: 78px;
    font-size: 1.6rem;
    text-align: left;
    align-items: flex-start;
}

.top_program .text-small p {
    padding: 20px 20px 5px 20px;
    line-height: 120%;
}

.top_program .text-small .list-2 {
    padding: 0 0 0 20px;
}

.com_pr-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.com_pr-button a:hover {
    opacity: 0.7;
}
/* --*-- 会社の取り組み --*-- */

/* --*-- 事業紹介 --*-- */
.business-bg {
    background-color: #f5f5f5;
}

.business-body {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin: 0px auto;
}

.business-title {
    margin: 80px 0px 40px;
    text-align: center;
    color: #0e639a;
}

.business-title h2 {
    font-size: 4.8rem;
}

.business{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.business .item {
    width: 270px;
    height: 350px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

    .business .item a:hover {
        opacity: 0.7;
        color: blue;
        text-decoration: underline;
    }

    .business .image {
        height: 270px;
    }

.business .text {
    height: 80px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.business .text p {
    padding: 20px
}

.business-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.business-button a:hover {
    opacity: 0.7;
}
/* --*-- 事業紹介 --*-- */

/* --*-- その他 --*-- */
.other-bg{
    background-color: #fff;
}

.other-body {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin: 0px auto;
}

.other {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 100px 0px;
}

.other .item {
    width: 270px;
    height: 350px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

    .other .item a:hover {
        opacity: 0.7;
        color: blue;
        text-decoration: underline;
    }

.other .image {
    height: 270px;
}

.other .text {
    height: 80px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.other .text p {
    padding: 20px
}
/* --*-- その他 --*-- */

/* --*-- グローバルナビ2 --*-- */
.globalnav2-bg {
    background-color: #f5f5f5;
}

.globalnav2-body {
    display: flex;
    flex-direction: column;
    justify-self: center;
    text-align: left;
    margin: 0px auto;
}

.globalnav2 {
    margin: 80px 0px 120px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.globalnav2 .item {
    width: 270px;
    height: 320px;
}

.globalnav2 .item a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

.globalnav2 .item_group-small {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.globalnav2 .item-small {
    width: 270px;
    height: 145px;
}

.globalnav2 .title {
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 10px;
    font-size: 1.8rem;
}

.globalnav2 .list{
    padding:5px;
}

.globalnav2 .list ul {
    list-style-type: disc;
    font-size: 1.8rem;
    margin-left: 20px;
}

.globalnav2 .list li {
    margin: 5px 10px;
    font-size: 1.8rem;
}
/* --*-- グローバルナビ2 --*-- */

/* --*-- 会社の住所 --*-- */
.com_address-bg {
    background-color: #222;
    color: #fff;
}

.com_address-body {
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.com_address {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    text-align: left;
}

.address-main {
    display: flex;
    width: 500px;
}

.footer_logo-body {
    display: flex;
    justify-self: center;
    width: 1200px;
    margin: 0px auto;
}

.footer_cont {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0px;
    height: 80px;
}
/* --*-- 会社の住所 --*-- */

/* --*-- フッター --*-- */
.footer-bg {
    background-color: #222;
    color: #fff;
}

.footer-body {
    font-size: 1.2rem;
    padding: 30px;
    margin: 0px auto;
}
/* --*-- フッター --*-- */