@charset "utf-8";

@media screen and (min-width: 768px) {
  .pcNoDisplay {
    display: none;
  }
}

#sec01 img {
    width: 100% !important;
    height: auto !important;;
}

li {
    list-style: none;
}

dd {
    border: none;
}

body.company #sec01 .company_area > li {
    background-repeat: no-repeat;
    background-size: cover;
}
body.company #sec01 .company_area > li:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .6;
}
body.company #sec01 .company_area > li.message {
    background-position: right top;
}
body.company #sec01 .company_area > li.overview {
    background-position: left top;
}
body.company #sec01 .company_area > li > a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
    display: block;
    opacity: 1;
}
body.company #sec01 .company_area > li > a span {
    letter-spacing: 1px;
    font-weight: 200;
    font-style: normal;
}
body.company #sec01 .company_list > li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
body.company #sec01 .company_list > li > a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: flex;
    letter-spacing: 2px;
    position: relative;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
body.company #sec01 .company_list > li:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .6;
}
body.company #sec01 .company_list > li > a:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
}
body.company #sec01 .company_list > li > a:hover:before {
    opacity: 1;
}
/* message */
body.message #sec01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.message #sec01 .left_box .inner .name {
    text-align: right;
}
body.message #sec01 .left_box .inner .name img {
    width: auto;
}
body.message .inner {
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.83);
}


/* overview */
body.overview #sec01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
body.overview #sec01 .list > li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #0C0C0C;
    vertical-align: middle;
    margin-right: 5px;
}
body.overview #sec01 .list > li > a {
    text-decoration: none;
}
body.overview #sec01 .overview_list > dt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}
body.overview #sec01 .overview_list > dd {
    border-bottom: 1px solid #BFBFBF;
    letter-spacing: 2px;
}
/* 2025.3.24 */
body.overview #sec01  .bnr_box ul {
    justify-content: center;
 }
 body.overview #sec01  .bnr_box ul li a {
     display: block;
 }
 body.overview #sec01  .bnr_box ul li img {
     width: auto;
 }
 /* 2025.3.21 */
body.overview #sec01 .support {
    position: relative;
}
body.overview #sec01 .support p {
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
body.overview #sec01 .support p span {
    background: #0057a2;
    padding: 6px 10px 6px 20px;
    border-radius: 5px;
}
body.overview #sec01 .support ul {
    padding: 30px 15px 10px; 
    border-radius: 5px; 
    border: 2px solid #0057a2;
}

body.overview .list li > a:first-of-type {
    color: #1773ba;
    transition: .3s ease-in-out;
}

body.overview .list li > a:first-of-type:hover {
    color: #0294e7;
    opacity: 0.6;
}

#member_group {
    background-color: #F8F8F8;
}
#member_group ul li {
    background-color: #FFFFFF;
}
#member_group ul.flexbox {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
}
/* business */
body.business #sec01 .business_list > dt {
    letter-spacing: 1px;
    font-weight: bold;
}
body.business #sec01 .business_list > dt span {
    display: block;
    font-weight: normal;
}
body.business #sec01 .business_list > dd {
    border-bottom: 1px solid #BFBFBF;
    letter-spacing: 2px;
}
/* staff */
body.staff #sec01 .staff_list > li {
    border-bottom: 1px solid #BFBFBF;
    padding: 25px 0;
}
body.staff #sec01 .staff_list > li:first-child {
    border-top: 1px solid #BFBFBF;
}
body.staff #sec01 .staff_list > li > a {
    text-decoration: none;
    color: #0C0C0C;
    display: block;
}
body.staff #sec01 .staff_list > li > a:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .6;
}
body.staff #sec01 h3 {
    letter-spacing: 2px;
}
body.staff #sec01 .tbl_style01 tr:nth-child(2n - 1) th, body.staff #sec01 .tbl_style01 tr:nth-child(2n - 1) td {
    background-color: #FFFFFF;
}
body.staff #sec01 .tbl_style01 tr:nth-child(2n) th, body.staff #sec01 .tbl_style01 tr:nth-child(2n) td {
    background-color: #f6f6f6;
}
body.staff #sec01 .tbl_style01 th, body.staff #sec01 .tbl_style01 td {
    letter-spacing: 1px;
}
body.staff #sec01 .tbl_style01 th {
    width: 87%;
}
body.staff #sec01 .tbl_style01 td {
    text-align: center;
    width: 13%;
}
/* history */
body.history #sec01 .left_txt {
    text-align: right;
}
body.history #sec01 .red {
    color: #F40000;
}
body.history #sec01 .history_list > dt {
    letter-spacing: 1px;
    font-weight: bold;
}
body.history #sec01 .history_list > dt span {
    display: block;
    font-weight: normal;
}
body.history #sec01 .history_list > dd {
    border-bottom: 1px solid #BFBFBF;
    letter-spacing: 2px;
}

.history{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 真ん中の線 */
.history::before{
    content:"";
    position:absolute;
    top:50px;
    bottom:0;
    left:50%;
    width:2px;
    background:#ccc;
    transform:translateX(-50%);
}

.history_item{
    display:grid;
    grid-template-columns: 1fr 120px 1fr;
    align-items:center;
    margin-bottom:40px;
    position: relative;
}

.history_year{
    grid-column:2;
    display:flex;
    justify-content:center;
    position:relative;
    z-index:2;
}

.histroy_item_head {
    display:flex;
    justify-content:center;
    z-index:-1;
    position: sticky;
}

.histroy_item_head {
    padding:10px;
    border-radius:50px;
    font-size:16px;
    font-weight:bold;
    border:1px #111 solid;
}

.history_head_area{
    position: sticky;
    top: 80px;
    z-index: 50;
    display:grid;
    grid-template-columns: 1fr 120px 1fr;
    pointer-events:none;
}

.histroy_item_head.left{
    grid-column:1;
    justify-self:center;
}

.histroy_item_head.right{
    grid-column:3;
    justify-self:center;
}

.history_right .card, 
.histroy_item_head.right {
    background:rgb(244, 250, 255);
}

.history_left .card, 
.histroy_item_head.left {
    background: #f5f5f5;
}

.history_year .history_year_text{
    background:#111;
    color:#fff;
    padding:10px 40px;
    border-radius:999px;
    font-size:32px;
    font-weight:bold;
}


.history_year .history_year_separator{
    font-size:48px;
}

.history_left{
    grid-column:1;
    padding-right:60px;
    margin-bottom:20px;
}

.history_right{
    grid-column:3;
    padding-left:60px;
    margin-bottom:20px;
}

.history_blank_left{
    grid-column:1;
    height:20px;
}
.history_blank_right{
    grid-column:3;
    height:20px;
}

.history_img_item {
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    width: 350px;
}


.original_position_1 {
    bottom:260px;
    left: 60%;
}


.original_position_2 {
    top:450px;
    left: 60%;
}

.original_position_3 {
    top:250px;
}

.original_position_4 {
    bottom:-220px;
    left: 60%;
}

.original_position_5 {
    bottom:260px;
    left: 60%;
}

.card{
    background:#fff;
    border-radius:20px;
    padding:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.card h3{
    margin:0;
}

.card p{
    margin-top:8px;
}

/* 線 */
.history_left .card{
    position:relative;
}

.history_left .card::after{
    content:"";
    position:absolute;
    top:50%;
    right:-60px;
    width:60px;
    border-top:1px dashed #999;
}

.history_right .card{
    position:relative;
}

.history_right .card::before{
    content:"";
    position:absolute;
    top:50%;
    left:-60px;
    width:60px;
    border-top:1px dashed #999;
}
/* network */
body.network #sec01 .network_list > dt {
    letter-spacing: 1px;
    font-weight: bold;
}
body.network #sec01 .network_list > dt span {
    display: block;
    font-weight: normal;
}
body.network #sec01 .network_list > dd {
    border-bottom: 1px solid #BFBFBF;
    letter-spacing: 2px;
}
/* action-plan */
body.action-plan #sec01 .txt {
    letter-spacing: 2px;
}
/* disclosure */
body.disclosure #sec01 .lead p {
    letter-spacing: 2px;
}
body.margin-rate #sec01 .tbl_style01 th {
    letter-spacing: 2px;
}
/* research */
body.research #sec01 {
    background-color: #FFFFFF;
}
body.research #sec02 {
    background-color: #F8F8F8;
}
/* research */
body.research #sec01 .flexbox.col2 > li {
    text-align: center;
}
body.research #sec01 .bg_gray {
    background-color: #eeeeee;
}
body.research #sec02 h4 {
    letter-spacing: 0;
}
body.research #sec01 .list_dot01 li:before {
    top: 12px;
}
/* sdgs */
body.sdgs #sec01 {
    background-size: cover;
}
body.sdgs #sec01 .box_area {
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}
body.sdgs #sec02 h2 span {
    display: block;
}
body.sdgs #sec02 .btn_list:last-of-type {
    margin-bottom: 0;
}
body.sdgs #sec02 .btn_list ul {
    border-left: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    margin: 0 auto;
    max-width: 1000px;
}
body.sdgs #sec02 .btn_list ul li a {
    color: #2f2f2f;
    text-decoration: none;
    background-color: #FFFFFF;
    display: block;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    text-align: center;
    position: relative;
}
body.sdgs #sec02 .btn_list ul li a:after {
    border-top: 1px solid #2f2f2f;
    border-right: 1px solid #2f2f2f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    content: "";
}
.h_style03 {
  color: #010101;
  border-left: 4px solid #1773ba;
}
.h_style03:first-child {
  margin-top: 0px;
}

.h_style02 {
  color: #121212;
  letter-spacing: 1px;
  text-align: center;
}


.h_style04 {
  border-bottom: 1px solid #d2d2d2;
}

.gennokaku_m {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn.gennokaku_m {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #0057a2;
 
  padding: 12px 24px;
  display: inline-block;
}
.btn.gennokaku_m a {
    color: white !important;
}

.btn.gennokaku_m a::after {
    content: "";
    display: inline-block;

    width: 8px;
    height: 8px;

    margin-left: 10px;

    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;

    transform: rotate(45deg);
}

#contents {
    margin: 0 50px;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox.bw {
  justify-content: space-between;
}
.flexbox.cnt {
  justify-content: center;
}
.flexbox.hcnt {
  align-items: center;
}
#sec01 dt {
    width: 280px;
    font-weight: bold;
    font-size: 16px;
}

#sec01 dd {
    width: calc(100% - 280px);
    margin: 0;
}

.tbl_style01 {
  width: 100%;
  border-collapse: collapse;
}
.tbl_style01 thead {
  border: 1px solid #0057A2;
  border-bottom: 1px solid #FFFFFF;
}
.tbl_style01 thead th {
  background-color: #0057A2;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.tbl_style01 thead th + th {
  border-left: 1px solid #FFFFFF;
}
.tbl_style01 tbody {}
.tbl_style01 tbody th {
  font-weight: bold;
  vertical-align: middle;
  background-color: #e4e4e4;
  border: 1px solid #bfbfbf;
  text-align: left;
}
.tbl_style01 tbody td {
  border: 1px solid #bfbfbf;
}

.network_list a {
    color: #1773ba;
    text-decoration: underline;
}

#sec01 .list {
    padding-left: 0px !important;
}

.bnr_box_content {
    position: relative;
    border: 2px solid #074f91;
    padding: 40px 20px 20px;
    margin-top: 30px !important;
}

.en_bnr_box_content {
    margin-top: 60px !important;
}

.bnr_box_title {
    position: absolute;
    top: -12px;
    left: 50%;

    padding: 0 10px;

    background: #fff; /* 背景色と合わせる */
    transform: translateX(-50%);
    color: #074f91;
    font-weight: bold;
}

.en_bnr_box_title {
    top: -32px;
}

.bnr_box_content {
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 20px auto;
}

.bnr_box_list_content {
    display: flex;
    gap:10px;
    max-width: 900px;
    align-items: center;
    justify-content: center;
}
.bnr_box_list_content a {
    flex: 1;
    max-width: 300px;
}
.bnr_box_list_content img {
    width: 100%;
}

#sec02 {
    margin-bottom: 20px;
}

.staff_list {
    padding-left: 0px !important;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) {
    #visual {
        background-image: url(/img/company/mv_company_01_pc.png);
    }
    body.company #topicpath {
        margin: 15px auto;
    }
    body.company #sec01 .company_area {
        margin-bottom: 30px;
    }
    body.company #sec01 .company_area > li {
        flex-basis: 50%;
    }
    body.company #sec01 .company_area > li.no1 {
        background-image: url(/img/company/pic_company_01_pc.png);
        background-position: right top;
    }
    body.company #sec01 .company_area > li.no2 {
        background-image: url(/img/company/pic_company_02_pc.png);
        background-position: left top;
    }
    body.company #sec01 .company_area > li {
        flex-basis: 50%;
    }
    body.company #sec01 .company_area > li > a {
        font-size: 2.5rem;
    }
    body.company #sec01 .company_area > li .inner {
        padding: 180px 0;
    }
    body.company #sec01 .company_area > li > a span {
        font-size: 56%;
        display: block;
    }
    #sec01 .company_box {
        margin: 0 auto 105px;
        width: 1200px;
    }
    body.company #sec01 .company_list {
        margin: 0 -0.75%;
    }
    body.company #sec01 .company_list > li {
        margin: 0 0.75% 20px;
        flex-basis: 31.83333%;
    }
    body.company #sec01 .company_list > li.no1 {
        background-image: url(/img/company/pic_company_03_pc.png);
    }
    body.company #sec01 .company_list > li.no2 {
        background-image: url(/img/company/pic_company_04_pc.png);
    }
    body.company #sec01 .company_list > li.no3 {
        background-image: url(/img/company/pic_company_05_pc.png);
    }
    body.company #sec01 .company_list > li.no4 {
        background-image: url(/img/company/pic_company_06_pc.png);
    }
    body.company #sec01 .company_list > li.no5 {
        background-image: url(/img/company/pic_company_07_pc.png);
    }
    body.company #sec01 .company_list > li.no6 {
        background-image: url(/img/company/pic_company_08_pc.png);
    }
    body.company #sec01 .company_list > li.no7 {
        background-image: url(/img/company/pic_company_09_pc.png);
    }
    body.company #sec01 .company_list > li.no8 {
        background-image: url(/img/company/pic_company_10_pc.png);
    }
    body.company #sec01 .company_list > li.no9 {
        background-image: url(/img/company/pic_company_11_pc.png);
    }
    body.company #sec01 .company_list > li.no10 {
        background-image: url(/img/company/pic_company_12_pc.png);
    }
    body.company #sec01 .company_list > li > a {
        font-size: 2rem;
        min-height: 180px;
    }
    /* message */
    body.message #topicpath {
        position: absolute;
        left: 0px;
        right: 0px;
    }
    body.message #sec01 {
        background-image: url(/img/ceo.jpg);
    }
    body.message #sec01 .left_box {
        margin: 0 auto;
        max-width: 1100px;
        padding: 130px 200px 0 0;
        justify-content: space-between;
        align-items: flex-end;
    }
    body.message #sec01 .left_box .left_txt {
        width: 58.1%;
        padding-bottom: 85px;
    }
    body.message #sec01 .left_box .right_pic {
        width: 36%;
    }
    body.message #sec01 .left_box .inner p + p {
        margin-top: 30px;
    }
    body.message #sec01 .left_box .inner .name {
        margin-top: 50px;
    }
    /* overview */
    body.overview #sec01 {
        padding-bottom: 65px;
    }
    body.overview #sec01 h2 {
        margin-bottom: 40px;
    }
    body.overview #sec01 .list > li {
        position: relative;
    }
    body.overview #sec01 .list > li + li {
        margin-top: 25px;
    }
    body.overview #sec01 .overview_list {
        max-width: 900px;
        margin: 0 auto;
    }
    body.overview #sec01 .overview_list > dt {
        padding: 25px 0;
        flex-basis: 19.4%;
        border-bottom: 1px solid #BFBFBF;
    }
    body.overview #sec01 .overview_list > dd {
        padding: 25px 0;
        flex-basis: 80.6%;
    }
    body.overview #sec01 .overview_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    body.overview #sec01 .overview_list > dd:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
/* 2025.3.21 */
    body.overview #sec01 .bnr_box ul li + li {
        margin-left: 35px;
    }
    body.overview #sec01 .bnr_box ul li img {
        height: 60px;
    }
    body.overview #sec01 .support {
        margin: 40px 0 10px;
    }
    body.overview #sec01 .support p {
        top: -10px;
        width: 100%;
    }
    body.overview #sec01 .support ul {
        width: 70%;
        margin: 0 auto;
    }
    body.overview #sec01 .bnr_box .support ul li img {
        height: 50px;
        margin-bottom: 20px;
    }
/* */

    #member_group {
        padding: 60px 0;
    }
    #member_group .container {
        max-width: 900px;
    }
    #member_group h2 {
        margin-bottom: 35px;
    }
    #member_group ul.flexbox li {
        flex-basis: 33.333%;
        position: relative;
        display: flex;
        align-items: center;
        height: 80px;
    }
    #member_group ul.flexbox li:before {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border: 1px solid #B1B1B1;
        content: "";
    }
    #member_group ul.flexbox li span {
        padding: 0 15px;
        display: block;
    }
    /* business */
    body.business #topicpath {
        margin-bottom: 75px;
    }
    body.business #sec01 {
        padding-bottom: 60px;
    }
    body.business #sec01 .business_list {
        max-width: 900px;
        margin: 0 auto;
    }
    body.business #sec01 .list > li + li {
        margin-top: 30px;
    }
    body.business #sec01 .business_list > dt {
        padding: 25px 3% 25px 0;
        flex-basis: 23.7%;
        border-bottom: 1px solid #BFBFBF;
    }
    body.business #sec01 .business_list > dt span {
        padding: 25px 0 0;
    }
    body.business #sec01 .business_list > dd {
        padding: 25px 0;
        flex-basis: 73.3%;
    }
    body.business #sec01 .business_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    body.business #sec01 .business_list > dd:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    /* staff */
    body.staff #sec01 {
        padding: 0 0 45px 0;
    }
    body.staff #sec01 .container {
        max-width: 900px;
    }
    body.staff #sec01 h2 {
        margin: 0 0 30px 0;
    }
    body.staff #sec01 h3 {
        margin-bottom: 25px;
        font-size: 2rem;
    }
    body.staff #sec01 .staff_list {
        margin-bottom: 45px;
    }
    body.staff #sec01 .staff_list > li {
        padding: 25px 0;
    }
    body.staff #sec01 .pagenavi {
        margin: 100px 0 70px 0;
    }
    /* history */
    body.history #sec01 {
        padding: 0 0 45px 0;
    }
    body.history #sec01 .container {
        max-width: 900px;
    }
    body.history #sec01 h2 {
        margin-bottom: 45px;
    }
    body.history #sec01 .list > li + li {
        margin-top: 30px;
    }
    body.history #sec01 .history_list {
        margin: 10px 0;
    }
    body.history #sec01 .history_list > dt {
        padding: 25px 3% 25px 0;
        flex-basis: 23.7%;
        border-bottom: 1px solid #BFBFBF;
    }
    body.history #sec01 .history_list > dt span {
        padding: 25px 0 0;
    }
    body.history #sec01 .history_list > dd {
        padding: 25px 0;
        flex-basis: 73.3%;
    }
    body.history #sec01 .history_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    body.history #sec01 .history_list > dd:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    /* organization */
    body.organization #sec01 {
        padding: 0 0 105px 0;
    }
    body.organization #sec01 h2 {
        margin-bottom: 55px;
    }
    /* network */
    body.network #sec01 {
        padding-bottom: 45px;
    }
    body.network #sec01 h2 {
        padding-bottom: 70px;
    }
    body.network #sec01 .lead {
        padding-bottom: 55px;
    }
    body.network #sec01 .lead p + p {
        padding-top: 40px;
    }
    body.network #sec01 .container {
        max-width: 900px;
    }
    body.network #sec01 .list > li + li {
        margin-top: 30px;
    }
    body.network #sec01 .network_list > dt {
        padding: 20px 0;
        flex-basis: 19.5%;
        border-bottom: 1px solid #BFBFBF;
    }
    body.network #sec01 .network_list > dt span {
        padding: 25px 0 0;
    }
    body.network #sec01 .network_list > dd {
        padding: 20px 0;
        flex-basis: 80.5%;
    }
    body.network #sec01 .network_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    body.network #sec01 .network_list > dd:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    /* action-plan */
    body.action-plan #sec01 {
        margin-bottom: 195px;
    }
    body.action-plan #sec01 .container {
        max-width: 900px;
    }
    body.action-plan #sec01 .h_style03:first-of-type {
        margin-top: 0px;
    }
    body.action-plan #sec01 .h_style03 {
        margin-top: 100px;
    }
    body.action-plan #sec01 .btn {
        text-align: left;
        margin-top: 25px;
    }
    body.action-plan #sec01 .btn a {
        min-width: 320px;
        margin: 0 auto 0 0;
    }
    /* disclosure */
    body.disclosure #sec01 {
        padding-bottom: 305px;
    }
    body.disclosure #sec01 .container {
        max-width: 900px;
    }
    body.disclosure #sec01 .lead {
        margin-bottom: 55px;
    }
    body.disclosure #sec01 .lead p {
        line-height: 2;
    }
    /* disclosure */
    body.disclosure #visual h1 {
        line-height: 1.4;
        letter-spacing: -1px;
    }
    /* margin-rate */
    body.margin-rate #visual {
        padding: 82px 0;
    }
    body.margin-rate #sec01 {
        padding: 0 0 110px 0;
    }
    body.margin-rate #sec01 .lead {
        margin-bottom: 30px;
    }
    body.margin-rate #sec01 .tbl_style01 th, body.margin-rate #sec01 .tbl_style01 td {
        width: 50%;
    }
    body.margin-rate #sec01 .container {
        max-width: 900px;
    }
    /* research */
    body.research #sec01 .container, body.research #sec02 .container {
        max-width: 900px;
    }
    body.research #sec01 {
        padding: 0 0 100px 0;
    }
    body.research #sec01 .h_style03 {
        margin-top: 65px;
    }
    body.research #sec01 h3 {
        margin-top: 50px;
    }
    body.research #sec01 p, body.research #sec01 ul li, body.research #sec02 p {
        line-height: 2.14;
        letter-spacing: 2px;
    }
    body.research #sec01 h2, body.research #sec02 h3 {
        line-height: 1.2;
        letter-spacing: 1px;
    }
    body.research #sec01 p + p {
        margin-top: 40px;
    }
    body.research #sec01 ul {
        margin-top: 30px;
    }
    body.research #sec01 ul > li {
        margin-bottom: 30px;
    }
    body.research #sec01 .pic_area {
        margin: 30px 0 70px 0;
    }
    body.research #sec01 .bg_gray {
        padding: 35px 20px;
        margin: 35px 0;
    }
    body.research #sec01 .bg_gray .num_list {
        margin: 0;
    }
    body.research #sec01 .bg_gray .num_list > li {
        margin: 0;
        letter-spacing: 2px;
    }
    body.research #sec01 .right_img {
        width: 34%;
        margin-left: 3%;
    }
    body.research #sec01 .left_txt {
        width: 63%;
    }
    body.research #sec02 {
        padding: 65px 0 100px 0;
    }
    body.research #sec02 .lead p {
        text-align: center;
    }
    body.research #sec02 h2 {
        margin-bottom: 40px;
    }
    body.research #sec02 h4 {
        margin-top: 50px;
    }
    body.research #sec01 .list_dot01 {
        margin-bottom: 30px;
    }
    body.research #sec01 .list_dot01 li {
        margin-bottom: 0;
    }
    body.research #sec01 ul.flexbox.tweak {
        margin: 30px 0 0;
        justify-content: space-between;
    }
    body.research #sec01 ul.flexbox.tweak li {
        margin: 0 0 30px;
        flex-basis: auto;
    }
    body.research #sec01 ul.flexbox.tweak li.left {
        text-align: left;
    }
    body.research #sec01 ul.flexbox.tweak li.right {
        text-align: right;
    }
    body.research #sec01 ul.flexbox.tweak li.marginL {
        margin-left: -20px;
    }
    /* sdgs */
    body.sdgs #topicpath {
        position: absolute;
        left: 0px;
        right: 0px;
    }
    body.sdgs #sec01 {
        padding: 105px 0 70px 0;
        background-image: url(/img/company/sdgs/bg_sdgs_02_pc.png);
      background-position: center top;
    }
    body.sdgs #sec02 .container {
        max-width: 900px;
    }
    body.sdgs #sec01 h2 {
        margin-bottom: 30px;
        letter-spacing: -0.05em;
        text-align: left;
    }
    body.sdgs #sec01 .logo {
        width: 90%;
        margin-bottom: 40px;
    }
    body.sdgs #sec01 .box_area {
        width: 50%;
      background-color: rgba(255, 255, 255, 0.83);
      padding: 50px 60px;
      margin: 0;
    }
    body.sdgs #sec01 .box_area .left_txt {
    }
/* body.sdgs #sec01 .box_area .left_txt .inner {
        margin-right: 6%;
    } */
    body.sdgs #sec01 .box_area .left_txt .inner p + p {
        margin-top: 25px;
    }
    body.sdgs #sec01 .box_area .left_txt .inner .name {
        width: 56%;
        margin-left: auto;
        padding-top: 45px;
    }
    body.sdgs #sec01 .box_area .right_pic {
        width: 30%;
    }
    body.sdgs #sec01 .pic_ceo {
        display: none;
    }
    body.sdgs #sec02 {
        padding: 80px 0 150px 0;
    }
    body.sdgs #sec02 h2 {
        margin-bottom: 40px;
    }
    body.sdgs #sec02 h2 span {
        font-size: 40%;
    }
    body.sdgs #sec02 p {
        line-height: 2.14;
        letter-spacing: 2px;
    }
    body.sdgs #sec02 .lead {
        margin-bottom: 60px;
    }
    body.sdgs #sec02 .img {
        width: 67%;
        margin: 0 auto 130px;
    }
    body.sdgs #sec02 .single_txt {
        text-align: center;
        margin-bottom: 110px;
    }
    body.sdgs #sec02 .icon_list {
        max-width: 700px;
        margin: 0 auto 40px;
    }
    body.sdgs #sec02 .icon_list li {
        flex-basis: 19.7%;
        width: 19.7%;
    }
    body.sdgs #sec02 .icon_list li + li {
        margin-left: 7%;
    }
    body.sdgs #sec02 .btn_list {
        margin: 35px 0 90px 0;
    }
    body.sdgs #sec02 .btn_list ul li {
        flex-basis: 25%;
    }
    body.sdgs #sec02 .btn_list ul li a {
        font-size: 1.3rem;
        padding: 15px 0;
    }
    body.sdgs #sec02 .btn_list ul li a:after {
        right: 10px;
        width: 5px;
        height: 5px;
        margin-top: -4px;
    }
    body.sdgs #sec02 .youtube {
    }
    body.sdgs #sec02 .youtube iframe{
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }



    .h_style03 {
        margin: 75px 0 25px;
        font-size: 32px;
        padding-left: 20px;
    }
    
    .container {
        margin: 0 auto;
        max-width: 1100px;
    }
      .flexbox > li img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .flexbox.col2 {
        margin: 0 -2.5%;
    }
    .flexbox.col2 > li {
        margin: 0 2.5%;
        flex-basis: 45%;
    }
    .flexbox.col3 {
        margin: 0 -2.5%;
    }
    .flexbox.col3 > li {
        margin: 0 2.5%;
        flex-basis: 28.333333%;
    }
    .flexbox.col4 {
        margin: 0 -2.5%;
    }
    .flexbox.col4 > li {
        margin: 0 2.5%;
        flex-basis: 20%;
    }
    .tbl_style01 thead th {
        padding: 18px 20px;
    }
    .tbl_style01 tbody th {
        padding: 18px 20px;
        width: 230px;
        letter-spacing: 0px;
    }
    .tbl_style01 tbody td {
        padding: 18px 20px;
    }
    .h_style02 {
        font-size: 40px;
    }
    .h_style04 {
        padding-bottom: 15px;
        margin-bottom: 30px;
        font-size: 24px;
    }

    #sec02 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
  
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen\0 {
    body.company #sec01 .company_list > li > a {
        height: 180px;
    }
    body.message #topicpath {
        width: 1100px;
    }
    body.sdgs #topicpath {
        width: 1100px;
    }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media(max-width: 1099px) {
    /* 英語対応message */
    body.en_message #sec01 {
        padding-top: 30px;
    }
    body.en_message .inner {
        padding: 0;
        background-color: rgba(255, 255, 255, 0.83);
    }
    body.en_message #sec01 .left_box {
        justify-content: center;
         padding-right: 0;
    }
    body.en_message #sec01 .left_box .left_txt {
        margin: 0 6% 30px;
        flex-basis: 88%;
       
    }
    body.en_message #sec01 .left_box .inner p + p {
        margin-top: 15px;
    }
    body.en_message #sec01 .left_box .inner .name {
        width: 75%;
        margin: 30px 0 0 auto;
    }
    body.en_message #sec01{
        background-image: none;
    }
    body.en_message #sec01 .pcNoDisplay{
        display: block;
    }
    body.en_message #sec01 .right_pic{
        width: 100% !important;
    }

}
@media (max-width: 767px) {
    #visual {
        background-image: url(/img/company/mv_company_01_sp.png);
    }
    body.company #sec01 .company_area {
        margin-bottom: 30px;
    }
    body.company #sec01 .company_area > li {
        flex-basis: 100%;
    }
    body.company #sec01 .company_area > li.no1 {
        background-image: url(/img/company/pic_company_01_sp.png);
    }
    body.company #sec01 .company_area > li.no2 {
        background-image: url(/img/company/pic_company_02_sp.png);
    }
    body.company #sec01 .company_area > li > a {
        font-size: 5.8vw;
    }
    body.company #sec01 .company_area > li .inner {
        padding: 20vw 0;
    }
    body.company #sec01 .company_area > li > a span {
        font-size: 68%;
        display: block;
    }
    #sec01 .company_box {
        margin: 0 6% 15px;
    }
    body.company #sec01 .company_list > li {
        margin: 0 0 15px 0;
        flex-basis: 100%;
    }
    body.company #sec01 .company_list > li.no1 {
        background-image: url(/img/company/pic_company_03_sp.png);
    }
    body.company #sec01 .company_list > li.no2 {
        background-image: url(/img/company/pic_company_04_sp.png);
    }
    body.company #sec01 .company_list > li.no3 {
        background-image: url(/img/company/pic_company_05_sp.png);
    }
    body.company #sec01 .company_list > li.no4 {
        background-image: url(/img/company/pic_company_06_sp.png);
    }
    body.company #sec01 .company_list > li.no5 {
        background-image: url(/img/company/pic_company_07_sp.png);
    }
    body.company #sec01 .company_list > li.no6 {
        background-image: url(/img/company/pic_company_08_sp.png);
    }
    body.company #sec01 .company_list > li.no7 {
        background-image: url(/img/company/pic_company_09_sp.png);
    }
    body.company #sec01 .company_list > li.no8 {
        background-image: url(/img/company/pic_company_10_sp.png);
    }
    body.company #sec01 .company_list > li.no9 {
        background-image: url(/img/company/pic_company_11_sp.png);
    }
    body.company #sec01 .company_list > li.no10 {
        background-image: url(/img/company/pic_company_12_sp.png);
    }
    body.company #sec01 .company_list > li > a {
        padding: 16vw 0;
        font-size: 5vw;
    }
    body.company #sec01 .company_list > li.no10 > a {
        letter-spacing: 1px;
    }
    /* message */
    body.message #sec01 {
        /*background-image: url(/img/company/message/bg_message_01_sp.png);*/
        padding-top: 30px;
    }
    body.message .inner {
        padding: 0;
        background-color: rgba(255, 255, 255, 0.83);
    }
    body.message #sec01 .left_box {
        justify-content: center;
    }
    body.message #sec01 .left_box .left_txt {
        margin: 0 6% 30px;
        flex-basis: 88%;
    }
    body.message #sec01 .left_box .right_pic {
/*        flex-basis: 54.8%;
        margin: 0 auto;*/
    }
    body.message #sec01 .left_box .inner p + p {
        margin-top: 15px;
    }
    body.message #sec01 .left_box .inner .name {
        width: 75%;
        margin: 30px 0 0 auto;
    }
    /* overview */
    body.overview #sec01 {
        padding: 30px 0;
    }
    body.overview #sec01 .list > li:before {
        vertical-align: baseline;
        margin-top: 5px;
    }
    body.overview #sec01 .list > li + li {
        margin-top: 30px;
    }
    body.overview #sec01 .overview_list {
        margin: 0 6%;
    }
    body.overview #sec01 .overview_list > dt {
        padding: 15px 0 5px 0;
        flex-basis: 100%;
    }
    body.overview #sec01 .overview_list > dd {
        padding: 0 0 15px 0;
        flex-basis: 100%;
    }
    body.overview #sec01 .overview_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    /* 2025.3.24 */
    body.overview #sec01 .bnr_box {
        padding: 15px 6% 0;
    }
    body.overview #sec01 .bnr_box ul li {
        margin: 0 2% 15px 0;
    }
    body.overview #sec01 .bnr_box ul li img {
        height: 8vw;
    }
    body.overview #sec01 .support {
        margin: 12vw auto;
    }
    body.overview #sec01 .support ul {
        padding-top: 16vw;
    }
    body.overview #sec01 .support ul li:last-child {
        margin-top: 3vw;
    }
    body.overview #sec01 .support p {
        top: -6vw;
        width: 100%;
    }
    body.overview #sec01 .support p span {
        display: block;
        width: 86%;
        margin: 0 auto;
    }
    /* */
    #member_group {
        padding: 30px 6%;
    }
    #member_group ul.flexbox {
        display: block;
    }
    #member_group ul.flexbox li {
        padding: 15px 4%;
        border: 1px solid #B1B1B1;
    }
    #member_group ul.flexbox li + li {
        border-top: none;
    }
    /* business */
    body.business #sec01 {
        padding: 30px 0;
    }
    body.business #sec01 .business_list {
        margin: 0 6%;
    }
    body.business #sec01 .list > li + li {
        margin-top: 30px;
    }
    body.business #sec01 .business_list > dt {
        padding: 15px 0 5px 0;
        flex-basis: 100%;
    }
    body.business #sec01 .business_list > dd {
        padding: 0 0 15px 0;
        flex-basis: 100%;
    }
    body.business #sec01 .business_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    /* staff */
    body.staff #sec01 {
        padding: 30px 6%;
    }
    body.staff #sec01 h2 {
        margin-bottom: 30px;
    }
    body.staff #sec01 h3 {
        margin-bottom: 15px;
    }
    body.staff #sec01 .search_result {
        margin-bottom: 15px;
    }
    body.staff #sec01 .result_list > li {
        padding: 15px 0;
    }
    body.staff #sec01 .pagenavi {
        margin: 30px 0;
    }
    /* history */
    body.history #sec01 {
        padding: 30px 0;
    }
    body.history #sec01 .container {
        margin: 0 6%;
    }
    body.history #sec01 .history_list {
        margin: 15px 0;
    }
    body.history #sec01 .list > li + li {
        margin-top: 30px;
    }
    body.history #sec01 .history_list > dt {
        padding: 15px 0 5px 0;
        flex-basis: 100%;
    }
    body.history #sec01 .history_list > dd {
        padding: 0 0 15px 0;
        flex-basis: 100%;
    }
    body.history #sec01 .history_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    /* organization */
    body.organization #sec01 {
        margin: 0 6%;
        padding: 30px 0;
    }
    body.organization #sec01 h2 {
        margin-bottom: 30px;
    }
    /* network */
    body.network #sec01 {
        padding: 30px 0;
    }
    body.network #sec01 .lead {
        margin-bottom: 30px;
    }
    body.network #sec01 .lead p + p {
        margin-top: 15px;
    }
    body.network #sec01 .container {
        margin: 0 6%;
    }
    body.network #sec01 .list > li + li {
        margin-top: 30px;
    }
    body.network #sec01 .network_list > dt {
        padding: 15px 0 5px 0;
        flex-basis: 100%;
    }
    body.network #sec01 .network_list > dd {
        padding: 0 0 15px 0;
        flex-basis: 100%;
    }
    body.network #sec01 .network_list > dt:first-of-type {
        border-top: 1px solid #BFBFBF;
    }
    /* action-plan */
    body.action-plan #sec01 {
        margin: 30px 0;
    }
    body.action-plan #sec01 .container {
        margin: 0 6%;
    }
    body.action-plan #sec01 .btn {
        margin-top: 15px;
    }
    body.action-plan #sec01 .btn a {
        letter-spacing: 0.5px;
    }
    /* disclosure */
    body.disclosure #sec01 {
        padding: 30px 0;
    }
    body.disclosure #sec01 .container {
        margin: 0 6%;
    }
    body.disclosure #sec01 .lead {
        margin-bottom: 30px;
    }
    body.disclosure #visual {
        padding: 6.5vw 6%;
    }
    /* disclosure */
    body.margin-rate #sec01 {
        margin: 30px 0;
    }
    body.margin-rate #sec01 .lead {
        margin: 0 0 30px 0;
    }
    body.margin-rate #sec01 .container {
        margin: 0 6%;
    }
    /* research */
    body.research #sec01 .container, body.research #sec02 .container {
        margin: 0 6%;
    }
    body.research #sec01 {
        padding: 30px 0;
    }
    body.research #sec01 h3 {
        margin-top: 30px;
    }
    body.research #sec01, body.research #sec02 {
        letter-spacing: 2px;
    }
    body.research #sec01 h2, body.research #sec02 h3 {
        letter-spacing: 1px;
    }
    body.research #sec01 p + p {
        margin-top: 15px;
    }
    body.research #sec01 ul {
        margin: 30px 0;
    }
    body.research #sec01 ul > li + li {
        margin-top: 15px;
    }
    body.research #sec01 .pic_area {
        margin: 30px 0;
    }
    body.research #sec01 .flexbox.col2 > li {
        margin: 0 2.5% 15px;
        flex-basis: 45%;
    }
    body.research #sec01 .flexbox.col2.sp_list > li {
        flex-basis: 70%;
        margin: 0 auto;
    }
    body.research #sec01 .flexbox.col2.sp_list > li + li {
        margin-top: 15px;
    }
    body.research #sec01 .bg_gray {
        padding: 30px 6%;
        margin: 30px 0;
    }
    body.research #sec01 .bg_gray .num_list {
        margin: 15px 0 0 0;
    }
    body.research #sec01 .bg_gray .num_list > li {
        letter-spacing: 2px;
    }
    body.research #sec01 .bg_gray .num_list > li + li {
        margin-top: 15px;
    }
    body.research #sec01 .right_img {
        width: 100%;
    }
    body.research #sec01 .left_txt {
        width: 100%;
        margin-bottom: 15px;
    }
    body.research #sec01 .list_dot01 {
        margin-bottom: 30px;
    }
    body.research #sec01 .list_dot01 li {
        margin-bottom: 0;
    }
    body.research #sec02 {
        padding: 30px 0;
    }
    body.research #sec02 h2 {
        margin-bottom: 30px;
    }
    body.research #sec02 h3 {
        margin-bottom: 15px;
    }
    body.research #sec02 h4 {
        margin-top: 30px;
    }
    /* sdgs */
    body.sdgs #sec01 {
        padding: 30px 0 0 0;
    /*  background-image: url(/img/company/sdgs/bg_sdgs_01_sp.png); */
    }
    body.sdgs #sec01 .pic_ceo {
        display: block;
        margin-top: 30px;
    }
  
    body.sdgs #sec01 .container, body.sdgs #sec02 .container {
        margin: 0 6%;
    }
    body.sdgs #sec01 h2 {
        letter-spacing: -1px;
        font-size: 6.6vw;
    }
    body.sdgs #sec01 .logo {}
    body.sdgs #sec01 .box_area .left_txt {
        margin-bottom: 30px;
    }
    body.sdgs #sec01 .box_area .left_txt .inner {}
    body.sdgs #sec01 .box_area .left_txt .inner .txtbox {
        margin-bottom: 30px;
    }
    body.sdgs #sec01 .box_area .left_txt .inner p + p {}
    body.sdgs #sec01 .box_area .left_txt .inner .name {
        width: 70%;
        margin-left: auto;
    }
    body.sdgs #sec01 .box_area .right_pic {
        width: 62%;
        margin: 0 auto;
        flex-basis: 62%;
    }
    body.sdgs #sec02 {
        padding: 30px 0;
    }
    body.sdgs #sec02 h2 {
        margin-bottom: 15px;
    }
    body.sdgs #sec02 h2 span {}
    body.sdgs #sec02 p {}
    body.sdgs #sec02 .lead {}
    body.sdgs #sec02 .img {
        margin-top: 30px;
    }
    body.sdgs #sec02 .single_txt {}
    body.sdgs #sec02 .icon_list {
        margin: 0 -3%;
    }
    body.sdgs #sec02 .icon_list li {
        flex-basis: 44%;
        margin: 0 3% 15px;
    }
    body.sdgs #sec02 .btn_list ul li {
        flex-basis: 50%;
    }
    body.sdgs #sec02 .icon_list li + li {}
    body.sdgs #sec02 .btn_list {
        margin-top: 15px;
    }
    body.sdgs #sec02 .btn_list ul li a {
        padding: 15px 0;
    }
    body.sdgs #sec02 .btn_list ul li a:after {
        right: 15px;
        width: 2vw;
        height: 2vw;
        margin-top: -1.2vw;
    }
	body.sdgs #sec02 .youtube{
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        overflow:hidden;
    }
    body.sdgs #sec02 .youtube iframe{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .h_style03 {
        font-size: 24px;
        padding-left: 10px;
        margin: 30px 0;
        line-height: 1.5;
    }
    #contents {
        margin: 0 20px !important;
    }

    .tbl_style01 thead th {
        padding: 15px 4%;
    }
    .tbl_style01 tbody th, .tbl_style01 tbody td {
        padding: 15px 4%;
        width: 50%;
    }
    .h_style02 {
        margin: 30px 0;
        font-size: 5.5vw;
    }
    .h_style04 {
        margin: 30px 0 15px;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .bnr_box_content {
        gap: 10px;
    }

    .bnr_box_list_content {
        flex-direction: column;
        gap: 10px;
    }

    .bnr_box_list_content img {
        max-width: 400px;
    }
    .bnr_box_title {
        display: none;
    }

    /* ヒストリー真ん中線消す */

    .history{
        padding:0 15px;
    }

    .history::before{
        top:150px;
    }

    .history_item{
        display:block;
        margin-bottom:50px;
    }

    .history_head_area{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
        margin: 10px 0;
    }

    .histroy_item_head{
        justify-content:flex-start;
    }

    .history_year{
        display:flex;
        justify-content:center;
        margin-bottom:20px;
    }

    .history_year .history_year_text{
        font-size:24px;
        padding:10px 25px;
    }

    .history_left,
    .history_right{
        grid-column:auto;
        padding:0;
        margin-bottom:15px;
    }

    .history_blank_left,
    .history_blank_right{
        display:none;
    }

    /* 横線消す */
    .history_left .card::after,
    .history_right .card::before{
        display:none;
    }

    .card{
        border-radius:12px;
        padding:15px;
    }

    .card h3{
        font-size:16px;
        line-height:1.6;
    }

    .history_img_item {
        position: unset;
        margin: 30px auto;
        width:90%;
    }
}