/*==================================================
共通
===================================*/

.hide-pc {
    display: block; 
}

.hide-sp {
    display: none;
}

.article_wrapper {
    margin: 0 0 7.5rem;
}

.article_content {
    max-width: 100%;
    width: 93%;
    margin: 5rem auto 0;
}

.freeArea {
    margin: 3.4rem auto 0;
}

.articleNav {
    width: 100%;
    display: block;
    margin-bottom: 3.84615em;
    padding: 0;      
} 
        
    
.articleNav__body {
    width: 100%;
    margin: 0;
    padding: 3rem 0 0;
}

.block_Intro {
    border-bottom: 0.1rem solid #dfdfdf;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.block_Section + .block_Section {
    border-top: 0.1rem solid #dfdfdf;
    margin: 3rem 0 0;
    padding: 3rem 0 0;       
}
    
.articleNav__title {
    font-size: 1.8rem;
    margin-top: 0;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
} 

 

.articleNav__list {
    padding-top: 1.5rem;
}

.articleNav__item {
    margin-bottom: 0;
}  

.articleNav__item.-current {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 0 0.5rem 1rem;
}

.articleNav__item.-current:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 90%;
    height: 100%;
    background: url(../img/outline/bg-sidenav.svg) right center / 100% auto no-repeat;
    content: "";
}

.articleNav__item.-current span{
    font-size: 1.6rem;
    padding: 0rem;
    font-weight: bold;
} 



.articleNav__item span {
    font-size: 1.4rem;
} 

.articleNav__title a,    
.articleNav__title a span,     
.articleNav__item a {
    background-image: none !important;
} 

.articleNav__item a::after {
    content: none !important;
}

.align--Right {
    display: flex;
    justify-content: end;
}

.icnLink.-arw {
    display: inline;
}



@media screen and (min-width: 1024px){
    
    .hide-pc {
        display: none; 
    }

    .hide-sp {
        display: block;
    }    
    
    .article_wrapper {
        margin: 13.4rem 0 7.5rem;
    }
    
    .article_content {
        max-width: 130rem;
        width: 95%;
    }
    
    .freeArea {
        margin: 7rem auto 0;
    } 
    
    .articleNav {
        width: 30%;
        height: 100%;
    }
    
    .articleNav.fade.sticky.-animated {
        width: 30%;
        height: 100%;
    }    
    
    .articleNav__body {
        padding: 3rem;
    }
    
    .block_Intro {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }     
    
    .articleNav__title {
        font-size: 2.3rem;
    }  
    
    .articleNav__item {
        margin-bottom: 1rem;
    }    
    
    .articleNav__item span {
        font-size: 1.6rem;
    } 
    
    .articleNav__item.-current span {
        font-size: 1.8rem;        
    }
    
    .articleNav__item.-current span:before{
        border-right: 2.5rem solid #f2f2f2;
    }    
}

 

/*==================================================
 会社案内
===================================*/

#outline .freeArea {
    width: 86%;
}

#outline .Grid__Item {
    border-bottom: 0.1rem dotted #dfdfdf;
    padding: 2rem 0;
}

#outline .Grid__Item,
#outline h2{
    margin: 0;
} 

#outline .freeArea a {
    background: none;
} 


@media screen and (min-width: 1024px){
    
    #outline .freeArea {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.5rem 0;
        width: 100%;   
    }
    
    #outline .Grid__Item {
        width: 48%;
    } 
    
    #outline .Media {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;        
    }
    
    #outline .Media__Body {
        width: 50%;
        margin: 0;
    }
    
    #outline .Media__Img {
        width: 45%;        
    }    
    
    #outline .freeArea a::after {
        content: none;
    } 
    
    #outline .barList__title {
        text-align: right;
        width: 100%;        
    }
}


/*==================================================
 概要
===================================*/

#data .freeArea {
    width: 100%;
}

#data .table_Basic,
#data .articleNav {
    width: 100%;
    margin: 0 auto;  
}

#data .note {
    text-align: right;
    font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
    
    #data .article_content {
        display: flex;
        justify-content: space-between;
    }
    
    #data .freeArea {
        width: 65%;
        margin: 0; 
    }
    
    #data .table_Basic {
        width: 100%;
        margin: 0 auto;   
    }    
    
    #data .articleNav {
        width: 30%;
        margin: 6rem auto;   
    }
}

/*==================================================
 組織図
===================================*/

#organization .freeArea {
    width: 100%;
}


@media screen and (min-width: 1024px) {
    
    #organization .article_content {
        display: flex;
        justify-content: space-between;
    }
    
    #organization .freeArea {
        width: 65%;
        margin: 0; 
    }
    
    #organization .articleNav {
        width: 30%;
        margin: 6rem auto;   
    }
}

/*==================================================
 沿革
===================================*/

#history .freeArea {
    margin-bottom: 1.5rem;
}

#history .fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

#history .box{
    position: relative;
    vertical-align: middle;
    margin: 0;
}

#history .fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
#history .fadeUpTrigger{
    opacity: 0;
    padding-top: 5rem;
    padding-bottom: 0;
}

#history .fadeUpTrigger::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 1.5rem;
    left: 0.3rem;
    border: 1px solid #389F95;
}

#history .fadeUpTrigger:first-child{
    padding-top: 0;
}

#history .fadeUpTrigger dt {
    color: #389F95;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: none;
    margin-bottom: 1.5rem;
    margin: 0;
    padding: 0;
}

#history .fadeUpTrigger dt::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #389F95;
    border-radius: 50%;
    margin-right: 1rem;
}

#history .fadeUpTrigger dd {
    font-size: 1.5rem;
    line-height: 2.5;
    margin: 1.5rem 0 0 5%;
    padding: 0;
}



@media screen and (min-width: 1024px){

    #history .article_content {
        display: flex;
        justify-content: space-between;
    }

    #history .freeArea {
        width: 65%;
        margin: 0 0 1.5rem;
    }
    
    #history .fadeUpTrigger{
        padding-top: 5rem;
    }    
    
    #history .fadeUpTrigger dt {
        font-size: 2.2rem;
    }

    #history .fadeUpTrigger dt::before {
        width: 8px;
        height: 8px;
    }

    #history .fadeUpTrigger dd {
        font-size: 1.6rem;
        margin-left: 2.2%;
    }    
}



/*==================================================
 更新情報一覧
===================================*/

#news .heading-2 {
    margin: 3.4rem 0 1.5rem;
}

#news .heading-2:first-child {
    margin-top: 0;
}

#news .list_wrapper dl {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;    
    gap: 0.5rem;
    margin-top: 1rem;    
}

#news .list_wrapper dl:first-child {
    padding-top: 0;    
}

#news .list_wrapper dl:nth-child(even) {
    background: #F5F5F5;
}

#news .list_wrapper dt,
#news .list_wrapper dd {
    padding: 0;    
}

#news .list_wrapper dt {
    width: 100%;    
}

#news .list_wrapper dd {
    width: 100%;    
}

#news .list_wrapper dd a {
    margin: 0;
}

#news .list_wrapper dd a::after {
    content: none;
}

#news  .new {
    color: #fff;
    background-color: #CC0000;
    padding: 1px 5px;
    font-size: 10px;
    margin: 0 0 0 10px;
    font-weight: bold !important;
    /*display: none;*/
    border-radius: 3px;
}


@media screen and (min-width: 1024px) {

    #news .heading-2 {
        margin: 3.4rem 0 1.5rem;
    }

    #news .heading-2:first-child {
        margin-top: 0;
    }

    #news .list_wrapper dl {
        gap: 3rem;
        flex-direction: row;
    }

    #news .list_wrapper dl:first-child {
        padding-top: 0;    
    }

    #news .list_wrapper dt {
        width: 13%;    
    }

    #news .list_wrapper dd {
        width: 89%;    
    }
}

/*==================================================
 更新情報一覧 記事ページ
===================================*/

#news_page .article_content {
    width: 90%;
}

#news_page .freeArea {
    width: 100%;    
}

#news_page .lead {
    margin-bottom: 2rem;
}

#news_page .Grid {
    display: block;
}

#news_page .Grid .Grid__item {
    width: 100%;
}

#news_page .Grid .Grid__item + .Grid__item {
    margin: 3rem 0 0;
}

#news_page .Grid .Grid__item.text_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}

#news_page .Grid__item .Card {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;    
}

#news_page .Grid__item .Card__text {
    margin: 0.5rem 0 0;
}

#news_page .page_box {
    margin-top: 3.5rem;
}

#news_page table {
    margin: 0;
    table-layout: fixed;
    border-top: 3px solid #008586;
    border-left: 1px solid #ccc;    
}

#news_page table th {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;    
}

#news_page table td {
    background: #f5f5f5;
    border: 1px solid #ccc;     
}

#news_page .profile_block {
    display: block;
    margin: 3rem 0 0; 
}

#news_page .profile_block> p {
    width: 100%;
    margin: 0 0 3rem;
}

#news_page .profile_text {
    width: 100%;    
}

#news_page a .multiline {
    word-break: break-all;
    line-height: 2;   
}

#news_page .link_block {
    margin: 5rem 0 0;    
    border-top: 1px solid #e5e5e5;
}

#news_page .link_block a {
    display: flex;
    justify-content: center;
    margin: 3rem auto 0;
    background: #008486;
    width: 50%;
    padding: 1rem 0;  
}

#news_page .link_block a span {
    background-image: linear-gradient(#fff, #ffff);
}


@media screen and (min-width: 1024px) {
    
    #news_page .freeArea {
        width: 80%;
    }

    #news_page .lead {
        margin-bottom: 2rem;
    }

    #news_page .Grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 2.5rem;
    }

    #news_page .Grid.-column2 .Grid__item{
        width: 47%;

    }

    #news_page .Grid.-column3 .Grid__item{
        width: 31%;
    }

    #news_page .Grid.-column4 .Grid__item{
        width: 23%;
    }
    
    #news_page .Grid .Grid__item + .Grid__item {
        margin: 0;
    }    

    #news_page .Grid__item .Card__text {
        margin: 1.5rem auto 0;
    }

    #news_page .profile_block {
        display: flex;
        margin: 5rem 0 0;
        justify-content: space-between;   
    }

    #news_page .profile_block> p {
        width: 40%;
    }

    #news_page .profile_text {
        width: 55%;    
    } 
    
    #news_page .link_block a {
        width: 30%; 
        padding: 2rem 0;          
    }    
    
}

/*==================================================
 事業所一覧
===================================*/

#office .freeArea a {
    background-image: none;
    margin: 0;
}

#office .freeArea a::after {
    content: none;
}

#office .switch__outer.-office {
    padding: 1.5rem 0;    
}

#office .switch {
    margin: 0 auto;
    justify-content: space-between;
    width: 91%;   
}

#office .switch__item {
    margin: 0;
}

#office .freeArea button::after {
    content: none;    
}

#office .freeArea h2 {
    margin: 4.2rem 0 0 ;
}

#office .switch__content {
    width: 96%;
    overflow: scroll;
    margin: 0 auto;    
}

#office .freeArea table {
    width: 170%;
}

#office .table_Basic .base {
    width: 16%;    
}

#office .table_Basic .post_code {
    width: 18%;    
}

#office .table_Basic .location {
    width: 30%;    
}

#office .table_Basic .tel {
    width: 20%;    
}

#office .table_Basic .map {
    width: 13%;    
}

#office .table_Basic th, 
#office .table_Basic td {
    padding: 1rem;
}

@media screen and (min-width: 1024px) {
    
    #office .switch__outer.-office {
        padding: 2em 2.30769em 0.5em;
    } 
    
    #office .switch {
        margin: auto;
        justify-content: unset;
        width: 100%;
    }
    
    #office .switch__item {
        margin-bottom: 1.53846em;
    }  
    
    #office .freeArea .switch a {
        padding-bottom: 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#1a1a1a));
        background-image: -webkit-linear-gradient(#1a1a1a, #1a1a1a);
        background-image: linear-gradient(#1a1a1a, #1a1a1a);
    }    

    #office .freeArea h2 {
        margin: 6rem 0 0 ;
    }
    
    #office .switch__content {
        width: 100%;
        overflow: unset;   
    }

    #office .freeArea table {
        width: 100%;
    } 
    
    #office .table_Basic .base {
        width: 15%; 
    }

    #office .table_Basic .post_code {
        width: 15%;    
    }

    #office .table_Basic .location {
        width: 35%;    
    }

    #office .table_Basic .tel {
        width: 25%;    
    }

    #office .table_Basic .map {
        width: 10%;    
    } 
    
    #office .table_Basic th, 
    #office .table_Basic td {
        padding: 1rem 1.5rem;
    }    

}



/*==================================================
サイトのご利用にあたって
===================================*/

#terns .block_Section .lead {
    width: 94%;
    margin: 0 auto;    
}

#terns .block_Section .lead + .lead {
    margin:1.5rem auto;
}

#terns .list.list_Number {
    width: 82.5%;
    margin: 2rem auto;  
}

#terns .list.list_Number li {
    list-style: decimal;
    margin: 1.5rem auto;    
 }

#terns .block_Section ul {
    width: 93%;
    margin: 2rem auto 0;   
}

@media screen and (min-width: 1024px) {
    
    #terns .block_Section .lead {
        width: 98%;
        margin: 0 auto;    
    }

    #terns .block_Section .lead + .lead {
        margin:1.5rem auto;
    }

    #terns .list.list_Number {
        width: 94.5%;
        margin: 2rem auto;    
    }

    #terns .list.list_Number li {
        list-style: decimal;
        margin: 0.5rem auto;    
     }

    #terns .block_Section ul {
        width: 98%;
        margin: 3rem auto 0;    
    }
    
}

/*==================================================
個人情報保護方針
===================================*/

#privacy .block_Intro p+p {
    margin: 3rem 0 0;        
}

#privacy .block_Section p,
#privacy .ListLink {
    width: 93%;
    margin: 0 auto;        
} 

#privacy .Box {
    width: 93%;
    margin: 3rem auto;
    padding: 3rem;
    background: #f5f5f5;
}

#privacy .Definitionlist {
    margin: 0;
    padding: 0;
}

#privacy .Definitionlist__heading {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.4;        
}

#privacy .Definitionlist__heading,    
#privacy .Definitionlist__body {
    padding: 0;
}

#privacy .ListLink li {
    margin: 1rem 0;
}

@media screen and (min-width: 1024px) {
        
    #privacy .block_Intro p+p {
        margin: 4rem 0 0;        
    }
    
    #privacy .block_Section + .block_Section {
        margin: 4rem 0 0;
        padding: 4rem 0 0;        
    }
    
    #privacy .block_Section p,
    #privacy .ListLink {
        width: 97.8%;        
    } 
    
    #privacy .Box {
        width: 97.8%;
        margin: 4rem auto;
        padding: 4rem 5rem;
    }
    
    #privacy .Definitionlist__heading {
        font-size: 2rem;      
    }   
}

/*==================================================
個人情報保護法に基づく公表事項等に関するご案内
===================================*/

#individual .block_Section + .block_Section {
    border-top: 0.1rem solid #dfdfdf;
    margin: 3rem 0 0;
    padding: 3rem 0 0;       
}


#individual .lead {
    width: 93%;
    margin: 0 auto;        
}

#individual .list.list_Paren {
    width: 83%;
    margin: 0 4.5rem;   
}

#individual .list.list_Paren > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
    margin: 1rem 0;
    line-height: 2; 
}

#individual .list_Paren > li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

#individual .list.list_Paren li ol li:before,
#individual .list.list_Paren li ul li:before {
	content: none;
}

#individual .list.list_Paren li ol {
    margin: 0.5rem 0;
}

#individual ol.list.list_Number li {
    list-style: decimal;
    width: 90%;
    margin: 0.5rem 2.3rem; 
}

#individual .list.list_Paren li ul li {
    padding: 0;
    list-style: disc;
    width: 84%;
}

#individual .block_Section > ul li {
    margin: 2rem auto;
    padding: 0.5rem;
    width: 93%;
}

#individual .block_Section > ul li:before {
    content: none;
}

#individual .list.list_Paren li ul li.note {
    list-style: none;
    margin: 0;
}

#individual .list.list_Paren li ul.list-none li {
    list-style: none;
    text-indent: -5rem;
    width: 92%;
    margin: 0 auto;
}

#individual .list.list_Paren li ul li.list-note {
    text-indent: -4.5rem;
    padding-left: 0.5rem;    
}

#individual Definitionlist {
    margin: 0;
    padding: 0;
}

#individual .Definitionlist__heading {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.4;        
}

#individual .Definitionlist__heading,    
#individual .Definitionlist__body {
    padding: 0;
}

#individual .icnLink.-arw {
    display: inline;
}

#individual .ListLink {
    width: 93%;
    margin: 4rem auto 0;        
} 

#individual .ListLink li {
    margin: 1rem 0;
}

@media screen and (min-width: 1024px) {

    #individual .lead {
        width: 98%;
        margin: 0 auto;        
    }

    #individual .list.list_Paren {
        width: 92.5%;
        margin: 0 auto;    
    }

    #individual .list.list_Paren > li {
        margin: 2rem 0;
    }

    #individual .list.list_Paren li ol li:before,
    #individual .list.list_Paren li ul li:before {
        content: none;
    }

    #individual .list.list_Paren li ol {
        margin: 2rem 0;
    }

    #individual ol.list.list_Number li {
        width: 95.5%;
        margin: 0.5rem auto;    
    }

    #individual .list.list_Paren li ul li {
        padding: 0;
        list-style: disc;
        width: 96%;
    }

    #individual .block_Section > ul li {
        margin: 2rem 0;
    }

    #individual .block_Section > ul li:before {
        content: none;
    }

    #individual .list.list_Paren li ul li.note {
        list-style: none;
        margin: 0;
    }

    #individual .list.list_Paren li ul.list-none li {
        list-style: none;
        text-indent: -5rem;
        width: 92%;
        margin: 0 auto;
    }

    #individual .list.list_Paren li ul li.list-note {
        text-indent: -4.5rem;
        padding-left: 0.5rem;    
    }

    #individual Definitionlist {
        margin: 0;
        padding: 0;
    }

    #individual .Definitionlist__heading {
        margin-bottom: 2rem;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: .03em;
        line-height: 1.4;        
    }

    #individual .Definitionlist__heading,    
    #individual .Definitionlist__body {
        padding: 0;
    }

    #individual .icnLink.-arw {
        display: inline;
    }
    
    #individual .ListLink {
        width: 97.8%;        
    }     
}



@media screen and (max-width: 599px) {
  #outline .freeArea {
    width: 100%;
  }
  .article_content {
    width: 90%;
  }
  .Media__Img .Img {
    margin-bottom: 1em;
  }
}

