@charset "UTF-8";
/*----------------------------------------
企業情報カテゴリページは以下を挿入
----------------------------------------*/ 
/*下層ヘッダー背景グラデ*/
.pages_head { background: #013396;
background: linear-gradient(90deg,rgba(1, 51, 150, 1) 0%, rgba(1, 104, 150, 1) 73%); }
 
/*サイドメニュー色変*/
.side_nav .side_nav_box { background: #005496; }
.side_nav a { color: #fff; }
.side_nav a:hover { color: #fff; background: #03477d; }
.side_nav a.is-active { color: #005496; background: #d7ebeb; font-weight: 700; font-weight: 700; }
 
/*----------------------------------------
END 企業情報カテゴリページは以下を共通で挿入 END
----------------------------------------*/


html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box; 
}

:root {
  --pale_blue_border:#E5F9F9;
  --pale_blue_bg:#F6F9FF;
  --blue_green:#00C8C8; 
}

section {margin-bottom: min(115px, 15vw); }
section:last-of-type {margin-bottom: 0; }
.sec__header {margin-bottom: min(55px, 10vw); }
.pict img {width: 100%; }

.bullet__list li {
  display: flex;
  margin-bottom: .75em;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.6;
}
.bullet__list li::before {
    content: '⚫︎';
    display: block; 
}
.bullet__list li:last-of-type {margin-bottom: 0; }
.wight__600 {font-weight: 600; }
.ali__left {text-align: left; }
.ali__center {text-align: center; }
.ali__right {text-align: right; }
.flexbox {display: flex; }

.page__copy {
  font-family: var(--font-Mincho);
  color: var(--blue-color);
  font-weight: 500;
  font-size: clamp(24px, 2.2vw, 22px);
  text-align: center;
  margin: 0 auto min(80px, 15vw); 
}

/* ↓あとで共通のものに差し替え↓ *************************************************************************/
/*
.bottom__nav {
    display: flex;
    justify-content: center;
    gap: min(110px, 5vw);
    width: 100%;
    margin-top: min(40px, 15vw);
    margin-bottom: min(100px, 15vw); 
}
.bottom__nav .btn {
    width: min(300px, 40vw);
    height: min(56px, 8.4vw);
    font-weight: 600;
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    border-radius: min(28px, 4.2vw);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
}


.bottom__nav .btn svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em; 
}
.bottom__nav .btn.left svg {
    left: min(1em, 1.75vw); 
}
.bottom__nav .btn.right svg {
    right: min(1em, 1.75vw); 
}
@media screen and (max-width: 600px){
    .bottom__nav .btn {
        width: 40vw;
        height: 9vw;
        font-size:3.3vw;
    }
}
@media (hover){
    .bottom__nav .btn:hover {
        background: var(--blue-color);
        color: #fff; 
    }
    .bottom__nav .btn:hover svg stroke {
        color: #fff;
        background: #fff; 
    }
}
@media (hover:not){
    .bottom__nav .btn:active {
        background: var(--blue-color);
        color: #fff; 
    }
    .bottom__nav .btn:active svg stroke {
        color: #fff;
        background: #fff; 
    }
}
*/
/* ↑あとで共通のものに差し替え↑ *************************************************************************/

.sdgs__cont {
  /*table*/ }
.sdgs__cont table {
    width: 100%;
    border-left: 2px solid var(--pale_blue_border);
    border-top: 2px solid var(--pale_blue_border); 
}
.sdgs__cont table th, .sdgs__cont table td {
    border-right: 2px solid var(--pale_blue_border);
    border-bottom: 2px solid var(--pale_blue_border);
    padding: 1em; 
    font-size: clamp(14px, 3vw, 16px);
}
.sdgs__cont table th {
    font-weight: 600;
    background: var(--pale_blue_bg);
    vertical-align: middle;
    text-align: center;
    width: 11.5%; 
    min-width: 110px;
}
.sdgs__cont table td {
    vertical-align: middle;
}
.sdgs__cont table td.icon {
    width: 13%; 
}
.sdgs__cont table td.icon .pict {
    width: auto;
    height: 66px;
    text-align: center; 
}
.sdgs__cont table td.icon .pict img {
    width: initial;
    height: 100%; 
}
.sdgs__cont table td.comment {
    width: 38.5%; 
}
.sdgs__cont table td.sdgs__icons {
    width: 35%; 
}
.sdgs__cont table td.sdgs__icons .flexbox {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%; 
}
.sdgs__cont table td.sdgs__icons .icon {
    width: 72px; 
}

/*sdgs__cont*/
#sec03 .lead {
  font-size: 18px; line-height: 1.8;
}

/*sec03*/
#sec04 .flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%; 
}
#sec04 .flexbox .contbox {
    width: calc((100% - 20px) / 2);
    border: 1px solid var(--blue_green);
    padding: 1.5em;
    border-radius: 16px;
    display: flex;
    justify-content: space-between; 
}
#sec04 .flexbox .contbox:first-of-type {
    border-color: var(--blue-color); 
}
#sec04 .flexbox .contbox .icon {
    width: 45px; 
}
#sec04 .flexbox .contbox .cont {
    width: calc(100% - 60px);
    padding-top: .25em; 
}
#sec04 .flexbox .contbox .cont .header {
    font-size: 1.5em;
    color: var(--blue-color);
    margin-bottom: .75em; 
}
#sec04 .sign {
  margin-top: 1em;
  margin-left: auto; 
}

/*sec04*/
#sec05 .sdgs__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
}
#sec05 .sdgs__cont .table__outer {
    width: min(650px, 100%);
    margin: 0 auto min(30px, 6vw);
}
#sec05 .sdgs__cont .table__outer table {
    width: 100%; 
}
#sec05 .sdgs__cont .table__outer table thead th {
    background: var(--pale_blue_border);
    text-align: left; 
}
#sec05 .sdgs__cont .table__outer table tbody th {
    width: 35%;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
/*    font-size: 1rem;*/
    background: #fff; 
}
#sec05 .sdgs__cont .table__outer table tbody td {
    width: 65%;
    font-weight: 300;
    line-height: 1.5; 
}
#sec05 .sdgs__cont .document__box {
    width: min(300px, 100%);
    margin: 0 auto; 
}
#sec05 .sdgs__cont .document__box #iso {
    width: 85%;
    margin: 0 auto min(20px, 5.5vw); 
}

/*sec05*/

.related { border-bottom: none; }

@media screen and (max-width: 980px) {
    #sec02 .table__outer {}
    #sec02 .table__outer table {
        display: block;
        border: none; 
    }
    #sec02 .table__outer table tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 10vw;
        border-left: 2px solid var(--pale_blue_border);
        border-top: 2px solid var(--pale_blue_border); 
    }
    #sec02 .table__outer table tr th, #sec02 .table__outer table tr td {
        width: 100%;
        display: block; 
    }
    #sec02 .table__outer table tr td.icon .pict {
        height: auto;
        width: 100%; 
    }
    #sec02 .table__outer table tr td.icon .pict img {
        width: min(200px, 50%);
        height: auto; 
    }
    #sec02 .table__outer table tr .sdgs__icons .flexbox {
        justify-content: center; 
    }
    #sec02 .table__outer table tr .sdgs__icons .flexbox .icon {
        width: 16.5vw; 
    }
    #sec02 .sdgs__cont table th {
        min-width: none;
    }

    /*sec02*/
    #sec04 .flexbox {
    display: block; 
    }
    #sec04 .flexbox .contbox {
    width: 100%;
    margin-bottom: 4vw; 
    }
    #sec04 .flexbox .contbox .icon {
        width: 16vw; 
    }
    #sec04 .flexbox .contbox .cont {
        width: calc(100% - 20vw);
    }
    #sec04 .flexbox .contbox .cont .header {
    font-size: 4.75vw; 
    }
    /*sec04*/

    #sec05 .sdgs__cont {
    display: block; 
    }
    #sec05 .sdgs__cont .table__outer {
        width: 100%; 
    }
    #sec05 .sdgs__cont .document__box {
        margin: 6vw auto 0; 
    }
    /*sec05*/
}/*〜980*/
