@charset "UTF-8";

.c-subpage__nav--sticky{
                    top: 25%;
}

.c-headline__img{
    background: url(../img/company/mv.jpg);
    background-repeat: no-repeat;
        background-size: cover;
}
.c-subpage{
    background: url(../img/privacypolicy/mv.webp);
    background-size: 43%;
    background-position: right -200px top -30px;
    background-repeat: no-repeat;
}
.content_wrap{
    display: grid;
    grid-gap: 40rem 0;
}
.contents_txt{
    font-size: 18rem;
    font-weight: 500;
}
.white_bg{
    background: #fff;
    padding: 80rem;
    border-radius: 50rem;
    display: grid;
    grid-gap: 50rem 0;
}
.white_bg dl{
    display: flex;
    align-items: flex-start;
    gap: 0 40rem;
    padding: 0;
}
.white_bg dl:not(:last-child){
    border-bottom: 1px solid #BDBDBD;
    padding: 0 0 50rem;
}
.white_bg dl dt{
    font-size: 18rem;
    font-weight: 600;
    flex-basis: 28%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 6rem;
}
.white_bg dl dt small{
    flex-basis: 100%;
    padding-top: 5rem;
    font-size: 18rem;
}
.white_bg dl dd{
    flex-basis: 70%;
}
.white_bg dl dd span{
    display: flex;
    font-size: 18rem;
    font-weight: 500;
}
.white_bg dl dd span small{
    display: block;
    padding-top: 5rem;
    padding-right: 5rem;
}
.white_bg dl dd span.margint40{
    margin-top: 40rem;
}
.white_bg dl dd ul{
    margin-top: 20rem;
    display: grid;
    grid-gap: 5rem 0;
}
.white_bg dl dd ul li,
.white_bg li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 6rem;
    font-size: 18rem;
    font-weight: 500;
}
.white_bg dl dd ul li::before,
.white_bg li::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
        padding-top: 11rem;
}
.white_bg dl dd span.ttl{
    font-size: 18rem;
    font-weight: 600;
    margin-top: 30rem;
    margin-bottom: 15rem;
}
.date p{
    text-align: right;
    font-size: 18rem;
    font-weight: 500;
}
.training-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 30rem;
  overflow: hidden;
  font-size: 18rem;
  text-align: center;
  font-weight: 500;
}

/* ヘッダーの設定：白い右線を引く */
.training-table th {
  background-color: #FF6600;
  color: white;
  padding: 20rem;
  font-weight: bold;
  border-right: 1px solid #fff; /* 白い縦線 */
  text-align: center;
   font-weight: 500;
}

/* ボディの設定：白い右線を引く */
.training-table td {
  padding: 20rem;
  background-color: #F3F4F6;
  border-right: 1px solid #fff; /* 白い縦線 */
  border-bottom: 1px solid #fff; /* 行間の白線 */
  color: #111111;
  text-align: center;
}

/* 一番右端の列だけは縦線を消す */
.training-table th:last-child,
.training-table td:last-child {
  border-right: none;
}



/* 画像の雰囲気に合わせて偶数行を少し濃くする */
.training-table tbody tr:nth-child(even) td {
  background-color: #F3F4F6;
}

.txt_wrap .ttl{
    font-size: 25rem;
    font-weight: 600;
}
.txt_wrap .txt{
    font-size: 18rem;
    font-weight: 500;
    margin-top: 30rem;
}
.gray{
    background: #F3F4F6;
    border-radius: 20rem;
    padding: 20rem 60rem;
    width: fit-content;
    margin-top: 20rem;
}
.border{
    margin-top: 30rem;
    border: 1px solid #BDBDBD;
    border-radius: 60rem;
    padding: 60rem;
    width: fit-content;
}
.border dl{
    flex-direction: column;
    gap: 15rem 0;
    padding: 0;
}
.border dl:not(:last-child){
    margin-bottom: 30rem;
    padding: 0 0 30rem;
}
.border dl dt{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 18rem;
    font-weight: 600;
}
.border dl dt::before{
        content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border dl dd{
        font-size: 18rem;
    font-weight: 500;
}
.contents_wrap{
    display: flex;
    flex-direction: column;
    gap: 10rem 0;
    margin-top: 20rem;
}
.contents_wrap p{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 18rem;
    font-weight: 600;
}
.contents_wrap p::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border.window{
    border-radius: 40rem;
    padding: 50rem 60rem;
}
.border.window .ttl{
    font-size: 20rem;
    font-weight: 600;
}
.border.window p{
    font-size: 18rem;
    line-height: 1.8;
    font-weight: 500;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30rem 10rem;
}
.flex_item{
    flex-basis: 45%;
}
.flex_item2{
    flex : 1;
}

.flex_item ul{
    margin-top: 5rem !important;
}
.organization_img{
    max-width: 620px;
    margin: auto;
}
.history_img{
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}
.history_img li::before{
    display: none;
}


/* テーブルのセルを縦に並べる */
.history .outline_history_list_table th,
.history .outline_history_list_table td {
    display: block;
    width: 100% !important;
    padding-left: 36px; /* 文字を線から離す */
    box-sizing: border-box;
    padding-left: 36px; /* 共通の余白を設定 */
}
/* 2. 年代(th)と内容(td)の両方の左側に線を引く */
.history .outline_history_list_table tr th,
.history .outline_history_list_table tr td {
    border-left: 1px solid #FFF0E5;
}
.history .outline_history_list_table tr.last th,
.history .outline_history_list_table tr.last td{
    border: none;
}


.history .outline_history_list_table {
    width: calc(100% - 11px);
    margin-left: 11px;
}
.history .outline_history_list_table tr ._year {
    border-left: none; /* ここを削除 */
}
/* 2. 代わりに tr（行全体）にボーダーを引く */
.history .outline_history_list_table tr {
    border-left: 1px solid #FFF0E5;
}
.history .outline_history_list_table tr.last {
    border: none;
}
.history .outline_history_list_table ._year {
    width: 140px;
    padding-top: 0;
    padding-left: 36px;
    position: relative;
    text-align: left;
    font-size: 28rem;
    color: #FF6600;
    line-height: 1;
}
.history .outline_history_list_table ._year span {
        font-family: "Montserrat", sans-serif;
        font-size: 110%;
        font-weight: 700;
}
.history .outline_history_list_table ._year::before {
    background: url(../img/company/history_icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(-50%);
    display: block;
    border-radius: 50%;
    content: '';
    transform: translateX(-50%);
}
.history .outline_history_list_table tr ._topic {
    padding-bottom: 37px;
}
.history .outline_history_list_table ._topic {
    width: calc(100% - 140px);
    line-height: 1.8;
    font-size: 18rem;
    padding-left: 36px; /* 年代の文字位置と合わせる場合 */
    padding-top: 10rem;  /* 年代との間の隙間 */
    padding-bottom: 30px;
}

.history .flex{
    display: flex;
    gap: 0 30rem;
}
.history .flex table{
    flex-basis: 47%;
}

.btn_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10rem;
}
.btn_wrap li{
    flex-basis: 32.5%;
}
.btn_wrap li::before{
    display: none;
}
.btn_wrap li a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BDBDBD;
    background: #fff;
    border-radius: 20rem;
    width: 100%;
    text-align: center;
    font-size: 18rem;
    min-height: 70px;
    position: relative;
    transition: .3s;
}
.btn_wrap li a::before{
    content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20rem;
  width: 7rem;    /* くの字を山なりに見た時、左側の長さ */
  height: 7rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #FF6600;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #FF6600;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
@media (hover: hover) {
    .btn_wrap li a:hover{
        border: none;
    background: #FFA343;
    color: #fff;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .btn_wrap li a:hover::before{
        border-top: 1px solid #fff;    
  border-right: 1px solid #fff;   
    }
}

.icon_ttl{
    display: flex;
    align-items: center;
    gap: 0 8rem;
    font-size: 32rem;
    font-weight: 600;
}
.icon_ttl .icon{
    display: block;
    height: 45rem;
}



@media (max-width: 768px) {

    #s01,
    #s02,
    #s03,
    #s04,
    #s05,
    #s06,
    #s07,
    #s08,
    #s09{
        margin-top: -80rem;
        padding-top: 80rem;
    }

    .l-header__bar{
        background: #F3F4F6;
    }

    .c-subpage__nav{
        display: block;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 40rem;
        position: sticky;
        top: 65rem;
        background: #F3F4F6;
        z-index: 1;
    }
    .c-subpage__nav--sticky {
        padding-top: 10rem;
    }
    .c-subpage__nav--list{
        padding-bottom: 25rem !important;
    }
    .c-subpage__nav--list a{
        padding-left: 0;
    }
    .c-subpage__nav--list a.--current:before {
        top: unset;
    bottom: -14rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8rem;
}
.c-subpage__nav--list a.--current,
.c-subpage__nav--list a {
    font-size: 14rem;
}

    .c-subpage__nav--list {
    display: flex;             /* 横並びにする */
    overflow-x: auto;          /* 横スクロールを許可 */
    white-space: nowrap;       /* 文字を改行させない */
    -webkit-overflow-scrolling: touch; /* スムーズなスクロール（iOS用） */
    padding-bottom: 10px;      /* スクロールバーと被らないための余白 */
  }

  .c-subpage__nav--list li {
    flex: 0 0 auto;           /* 幅を固定せず中身に合わせる */
    margin-right: 20px;       /* 項目間の余白 */
  }
  
  /* スクロールバーを非表示にする場合（お好みで） */
  .c-subpage__nav--list::-webkit-scrollbar {
    display: none;
  }





    .c-headline__img{
   background-size: cover;
   background-position: right -140rem bottom -80rem;
}
.content_wrap{
    grid-gap: 30rem 0;
}
.contents_txt{
    font-size: 14rem;
    font-weight: 500;
}
.white_bg{
    padding: 40rem 20rem;
    border-radius: 30rem;
    display: grid;
    grid-gap: 30rem 0;
}
.white_bg dl{
    display: flex;
    flex-direction: column;
    gap: 20rem 0 ;
    padding: 0;
}
.white_bg dl:not(:last-child){
    border-bottom: 1px solid #BDBDBD;
    padding: 0 0 30rem;
}
.white_bg dl dt{
    font-size: 14rem;
    font-weight: 600;
    flex-basis: 28%;
    display: flex;
    gap: 0 6rem;
}
.white_bg dl dd{
    flex-basis: 70%;
}
.white_bg dl dd span{
    display: flex;
    font-size: 14rem;
    font-weight: 500;
}
.white_bg dl dd span small{
    display: block;
    padding-top: 2rem;
    padding-right: 5rem;
}
.white_bg dl dd span.margint40{
    margin-top: 40rem;
}
.white_bg dl dd ul{
    margin-top: 20rem;
    display: grid;
    grid-gap: 5rem 0;
}
.white_bg dl dd ul li,
.white_bg li{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0 6rem;
    font-size: 13rem;
    font-weight: 500;
}
.white_bg dl dd ul li::before,
.white_bg li::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
    padding-top: 7rem;
}
.white_bg dl dd span.ttl{
    font-size: 14rem;
    font-weight: 600;
    margin-top: 30rem;
    margin-bottom: 15rem;
}
.date p{
    text-align: right;
    font-size: 13rem;
    font-weight: 500;
}
.training-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15rem;
  overflow: hidden;
  font-size: 10rem;
  text-align: center;
  font-weight: 500;
}

/* ヘッダーの設定：白い右線を引く */
.training-table th {
  background-color: #FF6600;
  color: white;
  padding: 10rem;
  font-weight: bold;
  border-right: 1px solid #fff; /* 白い縦線 */
  text-align: center;
   font-weight: 500;
   font-size: 10rem;
   line-height: 1.3;
}

/* ボディの設定：白い右線を引く */
.training-table td {
  padding: 10rem;
  background-color: #F3F4F6;
  border-right: 1px solid #fff; /* 白い縦線 */
  border-bottom: 1px solid #fff; /* 行間の白線 */
  color: #111111;
  text-align: center;
  font-size: 10rem;
  line-height: 1.3;
}

/* 一番右端の列だけは縦線を消す */
.training-table th:last-child,
.training-table td:last-child {
  border-right: none;
}



/* 画像の雰囲気に合わせて偶数行を少し濃くする */
.training-table tbody tr:nth-child(even) td {
  background-color: #F3F4F6;
}

.txt_wrap .ttl{
    font-size: 16rem;
    font-weight: 600;
}
.txt_wrap .txt{
    font-size: 14rem;
    font-weight: 500;
    margin-top: 15rem;
}
.gray{
    font-size: 13rem;
    padding: 15rem 30rem;
        border-radius: 10rem;
}
.border{
    margin-top: 30rem;
    border: 1px solid #BDBDBD;
    border-radius: 20rem;
    padding: 30rem 20rem;
    width: fit-content;
}
.border dl{
    flex-direction: column;
    gap: 15rem 0;
    padding: 0;
}
.border dl:not(:last-child){
    margin-bottom: 30rem;
    padding: 0 0 30rem;
}
.border dl dt{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 14rem;
    font-weight: 600;
}
.border dl dt::before{
        content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border dl dd{
        font-size: 14rem;
    font-weight: 500;
}
.contents_wrap{
    display: flex;
    flex-direction: column;
    gap: 10rem 0;
    margin-top: 20rem;
}
.contents_wrap p{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 14rem;
    font-weight: 600;
}
.contents_wrap p::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border.window{
        border-radius: 20rem;
        padding: 30rem 20rem;
}
.border.window .ttl{
    font-size: 14rem;
    font-weight: 600;
}
.border.window p{
    font-size: 13rem;
    line-height: 1.8;
    font-weight: 500;
}

.flex_item {
    flex-basis: 100%;
}
.white_bg dl dt small {
    flex-basis: 100%;
    padding-top: 0rem;
    font-size: 14rem;
}
.access .white_bg dl dt{
    gap: 5rem 0;
}
.access dl dd{
    order : -1;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 18rem 0;
}
.flex_item2{
    flex-basis: 100%;
}
.history_img{
    flex-direction: column;
    gap: 15rem 0;
}
.history_img li::before {
    display: none;
}
.history .flex{
    display: block;
    gap: 0 30rem;
}
.history .outline_history_list_table ._year::before{
    width: 20px;
    height: 20px;
}
.history .outline_history_list_table ._year {
    padding-top: 0;
    padding-left: 24px;
    font-size: 16rem;
}
.history .outline_history_list_table ._year span {
    font-size: 130%;
}
.history .outline_history_list_table tr ._topic {
    padding-bottom: 24px;
}
.history .outline_history_list_table ._topic {
    font-size: 14rem;
    padding-left: 24px;
    padding-top: 10rem;
    padding-bottom: 30px;
}
.history .outline_history_list_table tr th, .history .outline_history_list_table tr td {
    border-left: 2px solid #FFF0E5;
}
.history .outline_history_list_table ._year::before {
    left: 1px;
}
.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15rem 0;
}
.btn_wrap li {
    flex-basis: 100%;
}
.btn_wrap li::before {
    display: none;
}
.btn_wrap li a{
    font-size: 14rem;
    border-radius: 10rem;
}
.icon_ttl {
    display: flex;
    align-items: center;
    gap: 0 8rem;
    font-size: 20rem;
    font-weight: 600;
}
.icon_ttl .icon {height: auto;}
.licence .icon {width: 35px;}
.environment .icon {width: 45px;}
.electricity .icon {width: 20px;}
.airconditioning .icon {width: 30px;}
.water .icon {width: 30px;}
.firedepartment .icon {width: 30px;}
.boiler .icon {width: 20px;}
.other .icon {width: 40px;}

}

.l-footer {
    position: relative;
}
.l-content{
    position: relative;
}
.c-breadcrumb {
    position: absolute;
    right: 100rem;
    bottom: 120rem;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    font-size: 15rem;
    font-weight: 500;
}
.c-breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #BDBDBD;
}
.c-breadcrumb a:after {
    display: block;
    margin-left: 10rem;
    content: "";
    width: 12rem;
    height: 1rem;
    background: #BDBDBD;
}

@media screen and (max-width: 959px) {
    .c-breadcrumb {
        right: auto;
        left: 20rem;
        bottom: 40rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 5rem;
        font-size: 13rem;
    }
    .c-breadcrumb a:after {
        margin-left: 5rem;
    }
}