/* --*--  --*-- */
/* @media (max-width: 750px) */

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: 130%;
    font-size: 1.8rem;
    font-weight: 400;
    padding-top: 60px; /* ヘッダー固定で後ろの要素が隠れないようにするため（headerの高さ60pxを指定） */
}

/* --*-- スマートフォンで見たときは"sp"のclassがついた画像が表示される --*-- */
.pc {
    display: none;
}

.sp {
    display: block;
}

/* --*-- index.htmlで使うクラス --*-- */
.title {
    padding: 35px 0px;
    color: #0e639a;
}

.title h2 {
    font-size: 3.0rem;
    line-height: 110%;
}

.title p {
    padding-top: 10px;
}

.button-body {
    display: flex;
    justify-content: center;
    margin: 30px 0px 50px;
    font-size: 75%;
}

.button {
    width: 100%;
    background-color: #0e639a;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #fff;
    font-weight: 500;
}

.button a:hover {
    opacity: 0.7;
}

.image {
    width: 100%;
    border: 1px solid #d2d2d2;
}

.image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.text {
    width: 100%;
    text-align: left;
    border: 1px solid #d2d2d2;
    align-items: center;
}

.text p {
    padding: 5%;
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 75%;
}

/* --*-- ヘッダー --*-- */
.header-bg {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3; /* ヘッダー固定するためのコード */
}

header {
    border-bottom: 1px solid #fff;
}

.header_logo-body {
    margin-left: 5px;
}

.header_cont {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    width: 90%;
}

.header_cont .logo {
    margin: 10px 0px;
}

/* --*-- ヘッダー --*-- */

/* --*-- ハンバーガーメニュー --*-- */
#hamburger .btn-gNav {
    position: fixed;
    top: 12px;
    right: 25px;
    width: 30px;
    height: 24px;
    z-index: 5;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    font-size: 1.8rem;
}

#hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #0e639a;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

    #hamburger .btn-gNav span:nth-child(1) {
        top: 0;
    }

    #hamburger .btn-gNav span:nth-child(2) {
        top: 8px;
    }

    #hamburger .btn-gNav span:nth-child(3) {
        top: 16px;
    }

#hamburger .btn-gNav span:nth-child(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -4px;
    color: #0e639a;
    font-size: 70%;
    text-transform: uppercase;
}

#hamburger .btn-gNav.open span:nth-child(1) {
    background: #fff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger .btn-gNav.open span:nth-child(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    color: #fff;
    font-size: 70%;
    top: 8px;
    left: 11px;
}

#gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #0e639a;
    font-size: 100%;
    box-sizing: border-box;
    z-index: 4;
    padding-top: 40px;
    transition: .3s;
    opacity: 0.95;
}

#gNav.open {
    right: 0px;
}

#gNav .gNav-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 1.8rem;
}

#gNav .gNav-menu li {
    display: block;
    padding: 10px 20px;
    border-bottom: solid 1px #fff;
    margin: 0 30px;
}

#gNav .gNav-menu li a {
    color: #fff;
    text-decoration: none;
}
/* --*-- ハンバーガーメニュー --*-- */

/* --<>-- index.htmlの内容 --<>-- */
/* --*-- トップイメージ --*-- */
.top_img-bg {
    background-color: #6dcdef;
    background-image: url(../images/top_main_photo01-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top_img-bg {
    display: flex;
    align-content: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.top_img-body {
    width: 100%;
    justify-items: center;
    text-align: center;
}

.top_img {
    text-shadow: 2px 2px 10px #000;
    color: #FFF;
    line-height: 120%;
    font-size: 125%;
    width: 100%;
    padding: 20% 0px;
    margin: 0;
}

/* --*-- トップイメージ --*-- */

/* --*-- お知らせ --*-- */
.top_news-bg {
    background-color: #fff;
}

.top_news-body {
    justify-self: center;
    width:100%;
    background-color: #f5f5f5;
    padding: 0px 0px 20px;
}

.top_news{
    padding: 0px 5%;
    flex-direction: column;
    width: 100%;
}

.top_news .item {
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
    font-size: 75%;
}

.top_news .date {
    max-width: 100%;
    width: 25%;
    margin-right: 2%;
    text-align: left;
}

.top_news .guidance {
    width: 73%;
    text-align: left;
}

.top_news .guidance a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

/* --*-- お知らせ --*-- */

/* --*-- 会社情報 --*-- */
.com_info-bg {
    background-color: #f5f5f5;
}

.com_info-body {
    display: flex;
    flex-direction: column;
}

.com_info .top_company-body {
    width: 100%;
    display: flex;
}

.com_info .top_company {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.top_company .item {
    display: flex;
    border: 1px solid #d2d2d2;
    flex-direction: column;
    background-color: #fff;
}

.top_company .item a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

.top_company .list {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 10%;
    border: 1px solid #d2d2d2;
    height: 100%;
    max-height: 100%;
    font-size: 75%;
}

.top_company .list ul {
    list-style-position: inside;
    list-style-type: disc;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 10px 0px;
}

.top_company .list li {
    padding: 5px 0px;
}

/* --*-- 会社情報 --*-- */

/* --*-- 会社の取り組み --*-- */
.com_pr-bg {
    background-color: #fff;
}

.com_pr-body {
    display: flex;
    flex-direction: column;
}

.top_program-body {
    width: 100%;
    display: flex;
    justify-content: center;
}

.top_program {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}

.top_program-body .main {
    width: 90%;
    height:auto;
}

.top_program .item-large {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

.top_program .item-large:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

.top_program-body .sub {
    width: 100%;
}

.top_program .item_group {
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.top_program .item {
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

.top_program .item a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

.top_program .text-large {
    width: 100%;
    height: auto;
    text-align: left;
    border: 1px solid #d2d2d2;
    align-items: center;
    padding: 5%;
}

.top_program .text-large p {
    font-size: 75%;
    line-height: 120%;
}

.top_program .text-small {
    width: 100%;
    height: auto;
    text-align: left;
    border: 1px solid #d2d2d2;
    align-items: center;
    padding: 5%;
}

.top_program .text-small p {
    font-size: 75%;
    line-height: 120%;
}

.top_program .text-small .list-2 {
    padding: 10px 0 0 0;
}

/* --*-- 会社の取り組み --*-- */

/* --*-- 事業紹介 --*-- */
.business-bg {
    background-color: #f5f5f5;
}

.business-body {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.business {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.business .item {
    display: flex;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

.business .item a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

/* --*-- 事業紹介 --*-- */

/* --*-- その他 --*-- */
.other-bg{
    background-color: #fff;
}

.other-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.other {
    width: 100%;
    display: flex;
    margin: 40px 0px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.other .item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

.other .item a:hover {
    opacity: 0.7;
    color: blue;
    text-decoration: underline;
}

/* --*-- その他 --*-- */
/* --<>-- index.htmlの内容 --<>-- */

/* --*-- フッター --*-- */
.footer-bg {
    background-color: #222;
    color: #fff;
}

.footer-body {
    padding: 10px;
    font-size: 1.0rem;
}
/* --*-- フッター --*-- */