@charset "UTF-8";

/* 基本設定 */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif !important;
    line-height: 1.6;
    color: #0A2E74;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

.renewal {
    width: 100%;
    height: 100vh;
    background: url(../img/cmn/MV.jpg) no-repeat;
}
a {
    color: #2C2C2C;
    letter-spacing: 0.2rem;
    
}

.sec01-ttl {
    text-align: center;
    padding: 100px 30px;
    color: #fff;
} 

.csj {
    margin: 50px auto;
    display: block;
}

h1 {
    margin: 50px 0;
    font-size: 2rem;
}

.tell {
    display: block;
    margin: 25px 0;
    font-size: 1.75rem;
}
/*----------------------------------------

navigation

-----------------------------------------*/
.header_outer {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 999999;
}

.header_logo {
    width: auto;
    margin-left: 30px;
    position: relative;
    z-index: 10005; 
    background-color: transparent; 
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 20px;
}


.navi_area {
    display: flex;
    align-items: center;
}


.g-nav_list {
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%;
    height: 50px;
    margin-right: 30px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.g-nav_link a {
    text-decoration: none;

}

.g-nav_item a {
    padding: 10px 35px;
    display: block;

}

.nav_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 131, 185, 0.7);
    z-index: -2;
    transition: backgrou
}

.nav_button::after {
    content: "";
    position: absolute;
    top: 3px;     /* 外枠との隙間 */
    bottom: 3px;
    left: 3px;
    right: 3px;
    background-color: #0983B9;
    z-index: -1;
    transition: background-color 0.3s ease;
}


.g-nav_item.button a {
    background-color: #0983B9; 
    color: #fff; 
    padding: 5px 40px;
    border-radius: 50px;
    display: inline-block;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.g-nav_item.button a:hover{
    background-color: #0A2E74; 
    opacity: 1;   
    color: #fff;
}

/* --- ハンバーガーボタンのデザイン --- */
.nav_button {
    display: none; /* PCでは隠す */
}

.nav_ber {
    display: block;
    position: absolute;
    left: 12px;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s;
}

.nav_ber:nth-child(1) { top: 14px; }
.nav_ber:nth-child(2) { top: 22px; }
.nav_ber:nth-child(3) { top: 30px; }

/* 開いた時のボタン（×） */
.nav_button.open .nav_ber:nth-child(1) { transform: translateY(8px) rotate(-45deg); }
.nav_button.open .nav_ber:nth-child(2) { opacity: 0; }
.nav_button.open .nav_ber:nth-child(3) { transform: translateY(-8px) rotate(45deg); }

.header_logo a,
.g-nav_item a,
.top-section_news_box a,
.footer-area_left a,
.footer-menu_item a,
.footer-contact-tel {
    display: inline-block;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.header_logo a:hover,
.g-nav_item a:hover,
.top-section_news_box a:hover,
.footer-area_left a:hover,
.footer-menu_item a:hover,
.footer-contact-tel:hover {
    opacity: 0.7;
}



/*----------------------------------------

header

-----------------------------------------*/
.mv-top_outer {
    margin-top: 80px;
    background: url(../img/cmn/MV.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 900px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.mv-top_inner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.mv-top_outer::before,
.mv-top_outer::after,
.mv-top_inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; 
    background: url(../img/cmn/wave.png) no-repeat;
    background-size: cover;
    z-index: 1;
}

.mv-top_outer::before {
    opacity: 0.2;
    bottom: 30px;
}
.mv-top_outer::after {
    opacity: 0.6;
    bottom: 0;
}
.mv-top_inner::after {
    opacity: 1;
    bottom: -30px;
}

.topsection-title,
.mv-top_lead,
.top-section_news_ttl,
.section-title,
.mv_ttl {
    font-family: "Zen Antique Soft", serif; 
}

.mv-top_lead {
    padding: 50px; 
    position: relative;
    z-index: 10;
    font-weight: 400;
    text-align: left;

}
.mv-top_lead .sub-title {
    color: #0983B9;  
    font-size: 1.4rem;

}

.mv-top_lead .title {
    display: block;
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(0, 61, 93, 0.4);
    line-height: normal;
}

.top-section_news {
    position: absolute;
    right: -50px;
    bottom: 30%;
    display: flex;
    width: 690px;
    height: 65px;
    z-index: 20;
    padding: 5px 30px;
    border-radius: 50px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: rgba(47, 47, 47, 0.12) 0px 1px 11px;
    overflow: hidden; 
    align-items: center;
    
}

.top-section_news_ttl {
    color: #0983B9;  
    font-size: 1.4rem;
    line-height: 50px;
    flex-shrink: 0;
    transform: translateY(-3px);
}

.header-wrap {
    position: relative;
    width: 100%;
    height: 750px;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;

}
.swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
}

.top-section_news_btn {
    display: block;
    width: 100%;
    text-decoration: none;
}

.news_btn_txt {
    display: flex;
    gap: 15px;
    margin: 0;
    font-size: 1rem;
    color: #0A2E74;
    overflow: hidden; 
}

.news_btn_txt_d {
    flex-shrink: 0; 
}

.news_btn_txt_t {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.top-section_news_box {
    padding-left: 30px;
    flex-grow: 1;
    min-width: 0; 
    height: 100%;
    overflow: hidden; 
    position: relative;

}


.top-section_news_box a {
    color: #0A2E74;
    font-weight: 600;

    display: block; 
    width: 100%;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    
    max-width: 450px;
}


/*----------------------------------------

top-section

-----------------------------------------*/

.top-section_outer {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
}

.top-section_outer.section01 {
    margin-top: -320px;
}

.section_inner,
.company-section_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
}

section.access div.section_inner {
    margin: 0 auto;
}

.topsection-title {  
    font-size: 2rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.section-title_list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1040px;
}

.section-title_item {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;   
    padding: 12px 25px;  
    color: #ffffff;      
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    z-index: 1;  
    min-width: 250px;
    flex: 0 1 auto; 
    width: auto;
    padding: 23px 30px;
    text-align: center;
    letter-spacing: 0.15rem;
}

.section-title_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 131, 185, 0.7);
    z-index: -2;
}


.section-title_item::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 6px;
    right: 6px;
    background-color: #0983B9; 
    z-index: -1;
}

.section-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: fit-content;
    margin: 40px auto 0;
    position: relative;
    padding-right: 40px;
    transition: color 0.5s ease;
    font-weight: 600;
}

.section-button::before {
    content: "";
    position: absolute;
    right: 0;
    width: 24px; 
    height: 24px;
    border: 1px solid #0983B9; 
    border-radius: 50%;
    box-sizing: border-box;
}

.section-button::after {
    content: "";
    position: absolute;
    right: 10px; 
    width: 6px;
    height: 6px;
    border-top: 1px solid #0983B9;
    border-right: 1px solid #0983B9;
    transform: rotate(45deg);
}

.section-button::before,
.section-button::after {
    transition: background-color 0.5s ease, border-color 0.5s ease;
}

.section-button:hover {
    color: #0A2E74;
}
.section-button:hover::before {
    background-color: #0A2E74;
    border-color: #0A2E74;
}

.section-button:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.section-button a {
    color: #0A2E74;
}

/*----------------------------------------

access

-----------------------------------------*/
.top-section_outer.gb {
    background-color: #F4F4F4;
}

section.access .section-title {
    color: #0983B9;
    margin-bottom: 50px;
}


.access_list .access {
    display: grid;
    grid-template-columns: 1fr 1.2fr; 
    gap: 0 60px; 
    list-style: none;
    padding: 0;
    align-items: start;
}


.access_item:nth-child(1),
.access_item:nth-child(2) {
    grid-column: 1; 
}


.access_item:nth-child(2) {
    margin-top: 40px; 
}

.access_item:nth-child(3) {
    grid-column: 2; 
    grid-row: 1 / 3;  
    margin-top: 0;  
}

.item_ttl {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.item_ad {
    line-height: 2.1rem;
    font-weight: 600;
    color: #0A2E74;
}

.item_map {
    width: 100%;
    height: 100%;  
    min-height: 400px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

.item_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

/*----------------------------------------

footer

-----------------------------------------*/
.fotter-wrap {
    background: url(../img/cmn/contact_bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 640px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.fotter-wrap::before,
.fotter-wrap::after,
.footer_inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; 
    background: url(../img/cmn/wave.png) no-repeat;
    background-size: cover;
    z-index: 1;
}

.fotter-wrap::before {
    opacity: 0.2;
    bottom: 40px;
}
.fotter-wrap::after {
    opacity: 0.6;
    bottom: -10px;
}
.footer_inner::after {
    opacity: 1;
    bottom: -60px;
}

.footer_inner {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
}

.footer_text {
    font-size: 1.4rem;
    font-weight: bold;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.footer-contact-tel {
    position: relative;
    display: inline-block;
    padding-left: 65px; 
    text-align: center;
    margin-bottom: 20px;
    z-index: 10;
}
.footer-contact-tel a {
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

.footer-contact-tel::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 43%;
    transform: translateY(-50%); 
    background-image: url(../img/cmn/tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px; 
    height: 50px;

}

.footer-contact-mail {
    position: relative;
    display: inline-block;
    font-weight: 600;
    z-index: 10;
    min-width: 250px;
    padding: 23px 30px;
    text-align: center;
    letter-spacing: 0.15rem;
    margin: 20px auto;

}
.footer-contact-mail a {
    color: #fff;
    position: relative;
    display: block; 
    padding-left: 35px;
    text-decoration: none;
}

.footer-contact-mail a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px; 
    background-image: url(../img/cmn/mail.svg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;  
    height: 20px;
}
.footer-contact-mail .small {
    font-size: 0.9rem;
}

.footer-contact-mail::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0983B9;
    z-index: -1;
    transition: background-color 0.3s ease;
}

.footer-contact-mail:hover::after {
    background-color: #0A2E74;
    transition: background-color 0.3s ease;
}

.footer-contact-mail:hover {
    opacity: 0.9; 
}

.footer-area {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: flex-start;
    margin: 0 auto;
    z-index: 20;
}

.footer-area_inner {
    max-width: 1040px;
    margin: 0 auto; 
    padding: 0 0 60px ;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.footer-area_left {
    flex: 0 0 auto;
}

.footer-area_left img {
    height: 40px; 
    width: 90%;
}

.footer-area_right {
    flex: 0 0 auto;
}

.footer-menu_list {
    display: grid;
    grid-template-columns: repeat(4, auto); 
    gap: 15px 40px; 
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu_item a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.ft_item_copy {
    width: 100%;
    background-color: #0983B9; 
    color: #fff; 
    text-align: center;
    padding: 20px 0;  
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    margin: 0;
}

/*----------------------------------------

パンクズリスト

-----------------------------------------*/
.breadcrumbs_outer {
    background-color: #0983B9;
    width: auto;
    padding: 15px 0;
    margin: 0 auto;
}
.breadcrumbs_text a {
    color: #fff;
}

.current-item {
    color: #fff;
}
.breadcrumbs_inner {
    box-sizing: border-box;
    max-width: 1040px;
    height: auto;
    margin: auto;
    padding: 0 20px;
    font-size: 16px;
    text-align: left;
    color: #fff;
}

/*----------------------------------------

page-policy

-----------------------------------------*/
.page-mv_outer {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
}

.page-mv_outer-policy {
    background: url(../img/cmn/policy_bg.jpg) no-repeat center center / cover;
}

.page_mv-top_inner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.mv_ttl {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 53%;
    left: 0;
    text-align: center;
    text-shadow: 0px 3px 15px rgba(0, 61, 93, 0.4);
    width: 100%;
}

.section_outer,
.policy-section_outer,
.news-section_outer {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    height: auto;
}

.sec01_ttl {
    font-size: 1.6rem;
    color: #0983B9;
    border-bottom: 1px solid #0A2E74;
}

.sec01_ttl + .sec01_box_list,
.sec01_ttl + .sec01_box_p {
    margin-top: 20px;
}
.sec01_box_list {
    counter-reset: my-count;
    list-style: none;
    padding: 0;
}
.sec01_box_list_item,
.sec01_box_p {
    position: relative;
    position: relative;

    margin-bottom: 20px;
    line-height: 2;
    font-weight: bold;
}

.sec01_box_list_item  {
    padding-left: 30px;
}

.sec01_box_list_item + .sec01_box_list_item {
    margin-top: 10px;
}

.sec01_box_list_item::before {
    counter-increment: my-count; 
    content: counter(my-count) "."; 
    position: absolute;
    top: 0;
    left: 5px;
    font-weight: bold;
    color: #0A2E74;
    width: 30px;
    text-align: left;
}

/*----------------------------------------

page-privacy

-----------------------------------------*/
.privacy_box {
    counter-reset: privacy-count; /* カウンターリセット */
    font-weight: 600;
}

.privacy_item {
    margin-bottom: 40px;
    margin-top: 20px;
}

.privacy_ttl {
    font-size: 1.25rem;
    color: #0A2E74;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.privacy_ttl::before {
    counter-increment: privacy-count;
    content: "（" counter(privacy-count) "）"; 
    flex-shrink: 0;
    margin-right: 5px;
}

.privacy_txt {
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.privacy_sub_section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.privacy_sub_ttl {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.privacy_list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.privacy_list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 5px;
}

.privacy_list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.sec01_box_p_link {
    color: #0983B9;
    letter-spacing: normal;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
a.sec01_box_p_link:hover {
    opacity: 0.7;
}


/*----------------------------------------

page-company

-----------------------------------------*/

.company-sec01_box_p + .section-title_list,
.sec01_box_p + .sec01_ttl {
    margin-top: 30px;
}
.page-mv_outer-company {
    background: url(../img/cmn/company_bg.jpg) no-repeat center center / cover;
}

.sec02_table_tr dt,
.sec02_table_tr dd {
    display: table-cell;
}

.company-sec01_box_p {
    text-align: center;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #0A2E74;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}


.sec02_table {
    width: 100%;
    max-width: 900px; 
    margin: 0 auto;
    border-top: 1px solid #0A2E74;
    color: #0A2E74;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

.sec02_table_tr {
    display: flex;
    border-bottom: 1px solid #0A2E74; 
    align-items: flex-start;
}

.sec02_table_tr:last-child {
    border-bottom: none;
}

.sec02_table dt {
    width: 150px;
    padding: 25px 0 25px 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.sec02_table dd {
    flex: 1;
    width: 70%;
    padding: 25px 20px 25px 100px;
    margin: 0;
    line-height: 1.8;
}

/*----------------------------------------

page-sitemap

-----------------------------------------*/
.page-mv_outer-sitemap {
    background: url(../img/cmn/sitemap_bg.jpg) no-repeat center center / cover;
}


.sec02_box_list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* 自動で折り返し */
    gap: 15px;
}

.sec02_box_list_item {
    list-style: none;
    border-bottom: 1px solid #eee; /* 区切り線 */
}

.sec02_box_list_item a {
    transition: color 0.4s ease;
    font-weight: 600;
}

.map_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    text-decoration: none;
    color: #0A2E74;
    font-size: 16px;
    transition: all 0.4s ease;
}

.map_link::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #0A2E74;
    border-radius: 50%;
    background-color: transparent;
    flex-shrink: 0;
    margin-left: 10px;
    transition: all 0.4s ease;
}

.map_link::before {
    content: "";
    position: absolute;
    right: 20px;
    z-index: 1;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0A2E74; 
    border-right: 1px solid #0A2E74;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    pointer-events: none;
}

.map_link {
    position: relative;
}

.map_link:hover::after {
    background-color: #0A2E74;
}

.map_link:hover::before {
    border-color: #fff;
}


/*----------------------------------------

news_all

-----------------------------------------*/

.news_list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none;
}

.news_item {
    border-top: 1px solid #0A2E74; 
}
.news_item:first-child {
    border-top: none;
}

.news_link {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

.news_link:hover {
    background-color: #f4f7fa;
}

.news_date {
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0A2E74;
    width: 120px;
    flex-shrink: 0;
}

.news_cat-outer {
    margin: 0 25px;
    flex-shrink: 0;
}

.news_cat {
    display: inline-block;
    background-color: #0983B9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 15px;
    border-radius: 3px;
    min-width: 80px;
    text-align: center;
    letter-spacing: 0.05em;
}

.news_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
    color: #0A2E74;
}


.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 50px;
    text-align: center;
}

.wp-pagenavi a, 
.wp-pagenavi span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s;
    border-radius: 2px; 
}

.wp-pagenavi .page, 
.wp-pagenavi .larger, 
.wp-pagenavi .smaller {
    color: #0A2E74;
    background-color: transparent;
}

.wp-pagenavi .current {
    background-color: #0883B9; 
    color: #ffffff;
    cursor: default;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background-color: #7DD4FA;
    color: #ffffff;
    font-size: 18px; 
}

.wp-pagenavi a:hover {
    opacity: 0.6;
    background-color: #f0f0f0;
}

.wp-pagenavi *:last-child {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    .wp-pagenavi {
        flex-wrap: wrap;
        gap: 5px;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        margin-right: 0;
    }
}

/*----------------------------------------

page-news

-----------------------------------------*/
/* 記事詳細のスタイル */
.post_date {
    font-size: 15px;
    font-weight: 700;
    color: #0A2E74;
    margin-bottom: 10px;
}

.post_title {
    font-size: 24px;
    font-weight: 700;
    color: #0A2E74;
    border-bottom: 1px solid #0A2E74;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.post_text {
    line-height: 2;
    margin-bottom: 60px;
}

.post_navigation {
    margin-top: 50px;
    padding-top: 30px;
}

.post_navigation .wp-pagenavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_navigation .page {
    font-size: 14px;
}

.post_text a {
    color: #0883B9;
    border-bottom: 1px solid #0883B9;
}
.post_text a:hover {
    opacity: 0.7;
}

.single-paging {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 50px 0;
    width: auto;
}

.single-paging_before, 
.single-paging_button-all, 
.single-paging_after {
    box-sizing: border-box;
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 190px !important; 
    height: 50px;
    border: 1px solid #0A2E74;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 0 !important;
    padding: 0;
    position: relative;
}

.single-paging_before a,
.single-paging_after a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #0A2E74;
    text-decoration: none;
    margin: 0 !important;
}


.single-paging_before::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #0A2E74;
    border-left: 2px solid #0A2E74;
    transform: rotate(-45deg);
    margin-right: 8px;
}

.single-paging_after::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #0A2E74;
    border-right: 2px solid #0A2E74;
    transform: rotate(45deg);
    margin-left: 8px;
}


.single-paging_button-all {
    background-color: #0883B9;
    color: #FFFFFF !important;
    border-color: #0883B9;
}

.single-paging_before, 
.single-paging_button-all, 
.single-paging_after {
    transition: all 0.3s;
}


.single-paging_before:hover,
.single-paging_button-all:hover,
.single-paging_after:hover {
    opacity: 0.6;
    background-color: #f0f0f0; 
}

.single-paging_button-all:hover {
    color: #0883B9 !important;
}

.single-paging-section_inner {
    text-align: center;
}


/* スマホ対応（480px以下は縦に並べる） */
@media screen and (max-width: 600px) {
    .single-paging {
        flex-direction: column;
        gap: 10px;
    }
    .single-paging_before, 
    .single-paging_button-all, 
    .single-paging_after {
        width: 100%;
        max-width: 300px;
    }

    .single-paging:last-child {
        padding-bottom: 50px;
    }
}


/*----------------------------------------

404

-----------------------------------------*/
.e404_ttl {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.e404 {
    text-align: center;
}


/* --- レスポンシブ調整（スマホ対応） --- */
@media screen and (max-width: 896px) {

    .header_logo {
        margin-left: 15px;
        height: auto;  
        display: flex;
        align-items: center;
        width: 78%; 
        top: -8px;
    }
    .header_logo img {
        height: 28px;
        width: auto;  
    }
    .header_outer {
        z-index: 10000;
        position: fixed; 
        width: 100%;
        top: 0;
    }

    .header_inner {
        height: 80px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        position: relative;
        z-index: 10002; 
        background-color: #fff !important; 
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
        opacity: 1 !important;
    }

    .nav_button {
        display: block; 
        position: relative;
        z-index: 10003;
        width: 45px;
        height: 45px;
        background: none;
        border: none;
        cursor: pointer;
    }
    .g-nav {
        z-index: 9998;
        position: fixed;
        top: 0;
        right: -100%; 
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        background-color: rgba(240, 250, 255, 0.7);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        transition: right 0.5s ease;
    }
    .g-nav.open {
        right: 0; /* 表示状態 */
    }
    .g-nav_item {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    .g-nav_item.button a {
        margin-left: 0; /* PC用のマージン解除 */
        display: inline-block;
    }

    .g-nav_list {
        flex-direction: column; /* 縦並び */
        justify-content: center;
        height: 60%;
    }

    /*----------------------------------------

    MV

    -----------------------------------------*/

    .top-section_outer.section01 {
        margin-top: -110px;
    }
    
    .mv-top_lead {
        padding: 50px 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
    }

    .mv-top_lead .sub-title {
        font-size: 1rem;
    }

    .mv-top_lead .title {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        margin-top: 10px;
        display: block;
        transform: translateX(17px);
    }
    .mv-top_outer {
        background-position: right -140px center; 
        height: 650px; 
    }

    .mv-top_outer::before {
        bottom: -70px;
    }
    .mv-top_outer::after {
        bottom: -160px;
    }
    .mv-top_inner::after {
        bottom: -220px;
    }
    

    .top-section_outer {
        height: auto;
    }

    .top-section_news {
        width: 90%;
        right: 5%;
        bottom: 22%;
        align-items: center;
    }
    .top-section_news_box {
        min-width: 0; 
    }

    .section_inner {
        padding: 0px 20px;
    }

    .access_list {
        padding-bottom: 60px;
    }

    .news_btn_txt_d {
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
    }
    
    .section-title_list {
        gap: 0 20px;
    }
    /*----------------------------------------

    アクセス

    -----------------------------------------*/

    .access_list .access {
        display: block; 
    }
    .access_item:nth-child(3) {
        margin-top: 50px;
        height: 350px;
    }
    /*----------------------------------------

    フッター

    -----------------------------------------*/

    .footer_inner {
        padding: 60px 20px;
        width: 100%;
        
    }
    .footer_text{
        font-size: 1.1rem;
    }
    .footer-area {
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }
    
    .footer-area_right {
        margin-top: 40px;
    }

    .footer-menu_list {
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    }

    .footer-contact-tel {
        padding-left: 0;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 19px;
    }

    .footer-contact-tel a {
        font-size: 2.4rem; 
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 17px;
    }

    .footer-contact-tel_day {
        margin-top: -13px;
    }

    .footer-contact-tel::before {
        width: 30px; 
        height: 30px;
        display: inline-block;
        top: 25%;
        left:  -19px;
    }
    .fotter-wrap::before  {
        bottom: -10px;
    }
    .footer_inner::after {
        bottom: -110px;
    }
    .fotter-wrap::after  {
        bottom: -60px;
    }
    .fotter-wrap::before, 
    .fotter-wrap::after, 
    .footer_inner::after  {
        height: 34%;
    }
    .fotter-wrap {
        height: auto;
        padding-bottom: 50px;
    }

    .footer-area_inner {
        flex-direction: column;
        align-items: center;
        z-index: 10;
        margin-top: -1px;
        background-color: #fff;
    }
    .footer-area_left {
        width: 90%;
        margin-top: 20px;
    }

    .ft_item_copy {
        font-size: 0.7rem;
        padding: 15px;
    }

    /*----------------------------------------

        サイトポリシー

    -----------------------------------------*/
    .page-mv_outer {
        height: 300px;
    }
    .mv_ttl {
        font-size: 1.5rem;
    }

    .policy-section_outer {
        padding: 50px 0;
        
    }

    
    /*----------------------------------------

    企業情報

    -----------------------------------------*/
    .sec02_table {
        margin-bottom: 30px;
    }
    .sec02_table_tr {
        flex-direction: column;
        align-items: flex-start; 
        padding: 15px 0; 
    }

    .sec02_table dt {
        width: 100%; 
        padding: 0 20px;
        margin-bottom: 15px;
        font-size: 14px;
        justify-content: flex-start; 
        color: #0983B9;
    }

    .sec02_table dd {
        width: 100%;  
        padding: 0 20px;  
        margin: 0;
        text-align: left; 
        line-height: 1.6;
    }

    .section_outer,
    .top-section_outer {
        padding: 50px 0;
    }

    /*----------------------------------------

    お知らせ一覧

    -----------------------------------------*/

    .news_link {
        flex-wrap: wrap; 
        padding: 15px 10px;
    }

    .news_date {
        width: auto;
        margin-right: 15px;
    }

    .news_cat-outer {
        margin: 0;
    }

    .news_title {
        width: 100%;
        margin-top: 10px;
        font-size: 15px;
    }

    .news_cat {
        padding: 2px 12px;
    }
    .single-paging_before, 
    .single-paging_button-all, 
    .single-paging_after {
        width: 210px;
    }
    
    

    /*----------------------------------------

    お知らせ記事

    -----------------------------------------*/
    .single-paging {
        flex-direction: column;
        gap: 15px;
        margin: 0 auto;
        width: auto;
    }

    .news-section_outer {
        padding-bottom: 0;
    }

    /*----------------------------------------

    サイトマップ

    -----------------------------------------*/
    .page-mv_outer-sitemap {
        background: url(../img/cmn/sitemap_bg.jpg) no-repeat center right / cover;
    }   

}

@media screen and (max-width: 1030px) {

    .g-nav {
        width: 100%;
    }
    .g-nav_item a {
        padding: 10px 22px;
    }

}