@charset "UTF-8";

/* 画像ギャラリーのスタイル */
.gallery {
  display: grid;
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* PCビューのスタイル (横2列表示) */
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SPビューのスタイル (縦1列表示) */
@media (max-width: 767px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

/* Slickのための打消し */

.flex-A li::before {
    content: none;
    margin-left: 0;
    margin-right: 0;
}

/* 小野測器作成ページカスタム */

.ono-h3 {font-size: 20px; margin: 20px 0;}
.ono-h4 {font-size: 16px; margin: 16px 0;}


.link-list  {
	margin: 16px 0;
}

.link-list li {
	line-height: 2.4;
}

.link-list li a{
	text-decoration-line: none;
}

section {
  margin-top:72px;
  margin-bottom:4vw;
}

.c-button-l {
	max-width: 500px;
}

.small-image-r {
	width:16vw;
	margin: 1vw 2vw;
	float: right;
}

.small-image-l {
	width:16vw; 
	margin: 1vw 2vw;
	float: left;
}

.img-email {
	width: 330px;
  	height: 30px;
  	object-fit: cover;
}

.img-email-recruit {
	width: 1em;
  	object-fit: cover;
}


.juju-in3 {
  text-indent: -3em;
  padding-left: 3em;
}


.ir-page .c-lower-kv::after {
 visibility: hidden;
}

.ono-img-50 {
	width:50%;
	margin: 1vw 0;
}
.ono-img-60 {
	width:60%;
	margin: 1vw 0;
}
.ono-img-70 {
	width:70%;
	margin: 1vw 0;
}

.ono-img-80 {
	width:80%;
	margin: 1vw 0;
}


@media (max-width: 768px) {
	.ono-img-50, .ono-img-60, .ono-img-70 {
	width:90%;
	margin: 1vw 0;
	}
}


.ono-link {
 	display: inline-block; 
	background-image: url('/corporate/assets/img/arrow-black.svg'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	padding-right:16px;
}


.certifications-item .flex-A .left {
	width: 70%;
}

.certifications-item .flex-A .right  {
	width: 30%;
}

@media screen and (max-width: 767px) {
	
	.certifications-item .flex-A .left {
	width: 100%;
  }
	
  .certifications-item .flex-A .right {
    width: 70%;
    margin: 0 auto;
	height:auto;
  }
  .certifications-item .flex-A .right img {

    -o-object-fit: cover;
       object-fit: cover;
  }
}

.certifications-item .c-section-title {
	margin: 1vw 0;
}



.formula-item .flex-A .left {
	width: 65%;
}

.formula-item .flex-A .right  {
	width: 35%;
}

.formula-item .c-section-title {
	margin: 1vw 0;
}

.founderreflections-item .flex-A .left {
	width: 40%;
}

.founderreflections-item .flex-A .right  {
	width: 60%;
}

.founderreflections-item .c-section-title {
	margin: 1vw 0;
}

@media screen and (max-width: 767px) {
	
  .formula-item .flex-A .left {
	width: 100%;
  }
	
  .formula-item .flex-A .right {
    width: 70%;
    margin: 0 auto;
	height:auto;
  }
  .formula-item .flex-A .right img {

    -o-object-fit: cover;
       object-fit: cover;
  }
}


.ono-table-noborer {
	border: hidden;
	margin: 0.5em 0 0.5em;
	border-collapse: collapse;
    border-spacing: 0
}

			
.ono-table {
    margin: 1em 0 4em;

    border-collapse: collapse;
    border-spacing: 0
}

.ono-table caption {
    margin-bottom: 5px;
    text-align: left
}

.ono-table caption.ono-tablecaption-bottom {
    margin-top: 15px;
    margin-bottom: 0;
    caption-side: bottom
}

.ono-table thead tr {
    background-color: #f6f6f6
}

.ono-table td,.ono-table th {
    padding: 15px;
    border: 1px solid #c5c5c5
}

.ono-table th {
    font-weight: 700;
}

.ono-table .ono-table-gray {
    background-color: #f6f6f6;
    color: #000
}

:lang(ja) .ono-table th {
    font-weight: 600
}

.ono-table thead th {
    text-align: center;
    vertical-align: middle
}

.ono-table thead .ono-align-left th {
    text-align: left
}

.ono-table tbody th {
    text-align: left;
    font-weight: 400
}

:lang(ja) .ono-table tbody th {
    font-weight: 400
}

.ono-table tbody .ono-align-center th {
    text-align: center
}

.ono-table td {
    background-color: #fff
}

.ono-table tfoot td,.ono-table tfoot th {
    color: #595959
}

@media (max-width: 768px) {
    #contents:not(.max) .ono-table-scroll-x {
        overflow-x:auto;
        overflow-y: hidden
    }

    #contents:not(.max) .ono-table-scroll-x .ono-table {
        width: 710px
    }

    .ono-table-break {
        border: none
    }

    .ono-table-break .ono-table-mediumgray-break {
        background-color: #636363;
        color: #FFF
    }

    .ono-table-break thead {
        display: none
    }

    .ono-table-break td,.ono-table-break th,.ono-table-break tr {
        display: block
    }

    .ono-table-break tr {
        border-bottom: 1px solid #c5c5c5
    }

    .ono-table-break.ono-table-break-comp tbody tr {
        margin-top: 10px
    }

    .ono-table-break.ono-table-break-comp tbody tr:first-child {
        margin-top: 0
    }

    .ono-table-break.ono-table-break-comp tbody th {
        background-color: #666;
        color: #fff
    }

    .ono-table-break.ono-table-break-comp tbody th a {
        color: #fff
    }

    .ono-table-break.ono-table-break-comp td:before {
        background: #f6f6f6;
        border-bottom: 1px solid #c5c5c5;
        margin: -15px -15px 15px;
        padding: 15px
    }

    .ono-table-break td,.ono-table-break th {
        margin-top: -1px;
        text-align: left
    }

    .ono-table-break tbody th {
        background-color: #f6f6f6
    }

    .ono-table-break th:before {
        content: attr(data-label);
        margin-right: .625em;
        font-weight: 700;
        display: block
    }

    .ono-table-break td:before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-weight: 700
    }

    .ono-table-break td:last-child {
        border-bottom: none
    }

    .ono-table-plain td,.ono-table-plain th {
        text-align: left
    }
}


.ol-number {
	line-height: 250%;
}

.border-box {
 border-style: inset;
 border: solid thin #F1F1F1;
 margin: 5vw;
 padding: 5vw;
background-color: hsla(0,0%,95%,1.00);
}

.new-tab {
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  background: no-repeat;
}



/* ========================================
   ボタン
========================================= */
.c-button-newtab {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  text-align: center;
  padding: 12px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-button-newtab::after {
  content: "";
  width: 12px;
  height: 9px;
  background: url(/corporate/assets/img/new-tab.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 1080px) {
  .c-button-newtab:hover {
    background: #0033A0;
    border: 1px solid #fff;
    color: #fff;
  }
  .c-button-newtab:hover::after {
    background: url(/corporate/assets/img/new-tab.svg) center center/contain no-repeat;
  }
}


/* ========================================
   環境への取り組み　2024/11/30公開
========================================= */

.environmental-action {
  margin: 30px;
  padding: 0px;
  border-radius: 15px;
  background: #FFF;
}

.environmental-action h2 {
  text-align: center;
  font-size: 30px;
  color: #0C8D00;
  margin: 0 auto 0px 0;
}

.environmental-action p {
  font-size: 18px;
  color: #0C8D00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}


.environmental-initiatives-content h2 {
  margin-bottom: 0px;
}

.environmental-initiatives-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.environmental-initiatives-content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;

}

.environmental-initiatives-content h4::before {
  content: '― ';
}


.c-lower-kv-se {
  height: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lower-kv-se {
    height: 217px;
  }
}
.c-lower-kv-se .lower-kv-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  filter: opacity(65%);
}
.c-lower-kv-se .lower-kv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-small {
 margin:24px 0;
 font-size:14px;
 line-height:1.4em;
}


/* ========================================
   非財務ハイライト　2025/07公開
========================================= */

.policy-box {
  background-color: #F2F4FA;
  padding: 30px;
  margin: 40px auto 80px auto;
}
.policy-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}


/* ========================================
  企業情報　
========================================= */
/* トップメッセージ */
.topMessage-page .float-media {
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}

.topMessage-page .float-media-pc {
  float: left;
  width: 40%;
  height: auto;
  margin: 0 52px 10px 0;
  display: block;
}

.topMessage-page .caption-under-img {
  width: 40%;
  margin-left: 0;
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  clear: both;
}

.topMessage-page .caption-name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 4px;
}

.topMessage-page .top-message-2 {
  margin-top: 70px;
}

.topMessage-page .subheading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.topMessage-page .inline-subheading {
  font-size: 20px;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 22px;
}

.topMessage-page .top-text-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 70px;
  margin-top:56px;
}



@media (max-width: 768px) {
  .topMessage-page .float-media {
    max-width: 100%;
  }
  .topMessage-page .caption-under-img.float-media-pc {
    display: none !important;
  }
  .topMessage-page .caption-under-img.float-media-sp {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
  }
  .topMessage-page .caption-under-img.float-media-sp {
    font-size: 15px;
  }
  .topMessage-page .inline-subheading,
  .topMessage-page .top-message-2 .subheading {
    margin-top: 16px;
  }
  .topMessage-page .top-text-title {
    font-size: 24px;
    margin-bottom: 42px;
  }
}


/* 取締役 */
.directors-message1-page .top-text-title {
  font-size: 30px;
  font-weight: 700;
}

.directors-message1-page .directors-message-top {
  margin-top: 56px;
  margin-bottom: 0;
}

.directors-message1-page .role {
  margin: 20px auto 70px;
  max-width: 900px;
  width: 100%;
}

.directors-message1-page .role-headline {
  color: #0033A0;
}

.directors-message1-page .directors-message-top .btn {
  text-decoration: underline;
  margin: 5px 5px 0 0;
  padding-right: 28px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.directors-message1-page .directors-message-top .btn::after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(/corporate/assets/img/arrow-black.svg) center center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.directors-message1-page .directors-message-top .btn:hover::after {
    right: -4%;
}

.directors-message1-page .directors-message-content {
  margin-top: 120px;
}

.directors-message1-page .page-back {
  margin: 65px auto 0;
}

.directors-message1-page .page-back .c-button {
  max-width: 343px;
}

.directors-message1-page .team-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.directors-message1-page .team-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.directors-message1-page .person-photo-left,
.directors-message1-page .person-photo-right {
  text-align: center;
  width: 18%;
}
.directors-message1-page .person-photo-left img,
.directors-message1-page .person-photo-right img {
  width: 100%;
  height: auto;
}
.directors-message1-page .responsibility-image {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.directors-message1-page .responsibility-image img {
  width: 100%;
  height: auto;
}
.directors-message1-page .responsibility-title {
  align-self: flex-start;
  margin-left: 10px;
}
.directors-message1-page .directors-post {
  font-size: 0.8rem;
}
.directors-message1-page .directors-name {
  font-size: 1.3rem;
}
.directors-message1-page .directors-message-text {
  margin-top: 70px;
}

.directors-message1-page .team-section-single {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.directors-message1-page .team-container-single {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.directors-message1-page .person-photo-left-single,
.directors-message1-page .responsibility-image-single {
  text-align: center;
}
.directors-message1-page .person-photo-left-single {
  width: 18%;
}
.directors-message1-page .person-photo-left-single img {
  width: 100%;
  height: auto;
}
.directors-message1-page .responsibility-image-single {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.directors-message1-page .responsibility-image-single img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .directors-message1-page .directors-message-top {
    margin-top: 30px;
  }
  .directors-message1-page .directors-message-content {
    margin-top: 75px;
  }
  .directors-message1-page .top-text-title {
    font-size: 24px;
  }
  .directors-message1-page .role {
    margin: 10px auto 30px;
    width: 100%;
  }
  .directors-message1-page .directors-message-text {
    margin-top: 30px;
  }
  .directors-message1-page .team-container,
  .directors-message1-page .team-container-single {
    flex-direction: column;
    align-items: center;
  }
  .directors-message1-page .person-photo-left,
  .directors-message1-page .person-photo-right {
    width: 80%;
    margin-bottom: 30px;
  }
  .directors-message1-page .responsibility-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .directors-message1-page .responsibility-title {
    text-align: center;
    margin-bottom: 0;
  }
  .directors-message1-page .person-photo-left,
  .directors-message1-page .person-photo-right {
    order: 1;
  }
  .directors-message1-page .responsibility-image {
    order: 2;
  }

  .directors-message1-page .person-photo-left-single {
    width: 80%;
    margin-bottom: 30px;
  }
  .directors-message1-page .responsibility-image-single {
    width: 100%;
    margin-bottom: 30px;
  }
  .directors-message1-page .responsibility-title-single {
    text-align: center;
    margin-bottom: 0;
  }

}


/* 社外取締役 */
.independent-directors-page .independent-directors-top {
  margin-top: 56px;
}
.independent-directors-page .independent-directors-top h2 {
  font-size: 30px;
  font-weight: 700;
}

.independent-directors-page .interview-1-top-area {
  margin: 0;
}
.independent-directors-page .interview-1-text-area {
  width: 50%;
}
.independent-directors-page .interview-1-photo {
  margin-top: 0;
  width: 45%;
}

.independent-directors-page .interview-1-photo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.independent-directors-page .interview-1-photo li {
  width: calc(50% - 10.6666666667px);
  text-align: center;
}

.independent-directors-page .interview {
  font-weight: 700;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
}

.independent-directors-page .interview::before {
    content: "―";
    position: absolute;
    top: 0;
    left: 0;
}

.independent-directors-page .interview-name {
  width: 55px;
  font-weight: 700;
}

.independent-directors-page .interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.independent-directors-page .interview-comment {
    width: calc(100% - 70px);
}

.independent-directors-page .independent-directors-text-bold {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .independent-directors-page .independent-directors-top h2 {
    font-size: 24px;
    margin-bottom: 42px;
  }
  .independent-directors-page .interview-1 {
    margin-top: 30px;
  }
  .independent-directors-page .interview-1-text-area {
    width: 100%;
  }
  .independent-directors-page .interview-1-photo {
    width: 100%;
  }
  .independent-directors-page .interview-1-photo li {
    text-align: center;
  }
}



/* ========================================
  IR
========================================= */
.ir-contents {
  width: 28%;
  margin-left: auto;
}

.ir-page .ir-contents .ir-document {
  width: 100%;
  margin-left: auto;
  background: #F2F4FA;
  border-radius: 16px;
  padding: 34px 30px;
}

.external-banner {
  border: 1px solid rgba(51, 51, 51, 0.5);
  margin-top: 20px;
}

@media screen and (max-width: 1079px) {
  .ir-contents {
    width: 35%;
  }
  .ir-page .ir-contents .ir-document {
    padding: 34px 14px;
  }
}
@media screen and (max-width: 768px) {
  .ir-contents {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* ========================================
  統合報告書改定対応　2025/07公開
========================================= */


/* common */
.text-center {text-align: center !important;}
.bold-text {font-weight: bold !important;}
.mt-0 {margin-top: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-64 {margin-top: 64px !important;}
.mt-72 {margin-top: 72px !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-30 {margin-bottom: 30px !important;}

@media screen and (max-width: 768px) {
  .mt-0-sp {margin-top: 0 !important;}
  .mt-30-sp {margin-top: 30px !important;}
}

.longterm-strategy-page h2,
.retrospective-page h2,
.challenge-stage-4-page h2,
.global-expansion-page h2,
.mbd-initiatives-page h2,
.mono-koto-mono-page h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}

.inner .txt-btn {
  text-decoration: underline;
  margin: 30px 5px 0 0;
  padding-right: 28px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.inner .txt-btn::after {
  content: "";
  width: 16px;
  height: 9px;
  background: url(/corporate/assets/img/arrow-black.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.inner .txt-btn:hover::after {
  right: -4%;
}


/* 小野測器を知る */
.discover-onosokki-page section {
  margin-top: 125px;
  margin-bottom: 0;
}
.discover-onosokki-page .c-sub-lists li {
  margin-top: 5px;
  padding-left: 16px;
   position: relative;
}

.discover-onosokki-page .c-sub-lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.discover-onosokki-page .c-sub-lists li a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.discover-onosokki-page .c-sub-lists li a:hover {
  opacity: 0.5;
}

/* 矢印付きテキストリンク */
.medium-term-management-plan-page .c-lower-link-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.medium-term-management-plan-page .c-lower-link-a .link {
  text-decoration: underline;
  margin: 5px 60px 0 0;
  padding-right: 28px;
  position: relative;
}

.medium-term-management-plan-page .c-lower-link-a .link::after {
  content: "";
  width: 16px;
  height: 9px;
  background: url(/corporate/assets/img/arrow-black.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.medium-term-management-plan-page .c-lower-link-a .link:hover::after {
  right: -4%;
}

@media screen and (max-width: 768px) {
  .medium-term-management-plan-page .c-lower-link-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .medium-term-management-plan-page .c-lower-link-a .link {
    margin: 5px 0 0;
  }
}


/* 中長期戦略の位置づけ */
.longterm-strategy-page .roadmap-img {
  max-width: 100%;
}


/* Stage Ⅲの振り返り */
.retrospective-page .metrics-table {
  width: 100%;
  max-width: 860px;
  border-collapse: collapse;
  margin: 62px auto 0;
}
.retrospective-page .table-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.retrospective-page .table {
  position: relative;
  overflow: auto;
}
.retrospective-page table {
  border-collapse: collapse;
  width: 100%;
  text-align: right;
  border: 1px solid rgba(51, 51, 51, 0.35);
}
.retrospective-page table .upper-left1 {
  border-bottom: none;
}
.retrospective-page table .table-top {
  background: #89979e;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.35);
  padding: 9px 0;
  vertical-align: middle;
}
.retrospective-page table .background {
  background: #F2F4FA;
}
.retrospective-page table .year-number td {
  padding: 4px 0 4px;
  text-align: center;
}
.retrospective-page table td {
  padding-right: 19px;
  border: 1px solid rgba(51, 51, 51, 0.35);
  vertical-align: middle;
  width: 92px;
}
.retrospective-page table .item {
  text-align: left;
  font-weight: 500;
  padding: 8px 0 7px 19px;
  width: 140px;
}
@media screen and (max-width: 1079px) {
  .retrospective-page .metrics-table {
    margin-top: 32px;
  }
  .retrospective-page .table {
    font-size: 13px;
  }
  .retrospective-page table .item {
    text-align: left;
    font-weight: 500;
    padding: 4px;
    width: 140px;
  }
   .retrospective-page table th {
    width: 30%;
   }
  .retrospective-page table td {
    padding: 4px;
    border: 1px solid rgba(51, 51, 51, 0.35);
    vertical-align: middle;
    width: 14%;
    text-align: center;
  }
}

.retrospective-page .activities-summary h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0033A0;
  line-height: 1.2;
  position: relative;
  margin-bottom: 12px;
}

.retrospective-page .activities-summary ul li:first-child {
  margin-top: 0;
}

.retrospective-page .activities-summary ul li {
    margin-top: 20px;
}

.retrospective-page .activities-summary .text-dark {
  color: #333;
}


.retrospective-page .activities-summary ul li dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 30px 20px;
}

.retrospective-page .activities-summary ul li dl > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.retrospective-page .activities-summary ul li dt {
  background-color: #ccd4e2;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0;
  max-width: 80px;
  white-space: nowrap;
  flex-shrink: 0;
}

.retrospective-page .activities-summary ul li dd {
  margin: 0;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .retrospective-page .activities-summary ul li dl {
    margin: 16px 0;
  }
  .retrospective-page .activities-summary ul li dl > div {
    flex-direction: column;
    gap: 4px;
  }

  .retrospective-page .activities-summary ul li dt {
    max-width: none;
  }
}


/* Challenge Stage Ⅳ */
.challenge-stage-4-page .challenge-stage-4-contents h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0033A0;
  line-height: 1.2;
  margin-bottom: 12px;
}
.challenge-stage-4-page .challenge-stage-4-contents .text-dark {
  color: #333;
}

.challenge-stage-4-page .cs4-policy,
.challenge-stage-4-page .cs4-performance,
.challenge-stage-4-page .cs4-strategy,
.challenge-stage-4-page .cs4-segment {
  margin-top:72px;
}

.challenge-stage-4-page .table-responsive {
  max-width: 800px;
  margin: 0 auto;
  overflow-x: auto;
}

.challenge-stage-4-page .table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.35);
}

.challenge-stage-4-page .table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-word;
}


.challenge-stage-4-page .table td {
  border: 1px solid rgba(51, 51, 51, 0.35);
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-word;
}

.challenge-stage-4-page .table thead.table-primary th {
  background-color: #0033A0;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid rgba(51, 51, 51, 0.35);
  border-bottom: 1px solid rgba(51, 51, 51, 0.35);
  border-right: 1px solid #fff;
}

.challenge-stage-4-page .table thead.table-primary th:last-child {
  border-right: 1px solid rgba(51, 51, 51, 0.35);
}

.challenge-stage-4-page .table th[scope="row"] {
  background-color: #e8eef7;
  border-top: 1px solid rgba(51, 51, 51, 0.35);
  border-bottom: 1px solid rgba(51, 51, 51, 0.35);
  width: 28%;
  min-width: 160px;
  white-space: nowrap;
}

.challenge-stage-4-page .table td small {
  font-size: 0.8rem;
}

.challenge-stage-4-page .table thead.table-primary th:first-child {
  background-color: #fff;
}

.challenge-stage-4-page .note {
  max-width: 800px;
  margin: 4px auto 0;
  text-align: right;
}

.challenge-stage-4-page .cs4-strategy ul li h3 {
  margin: 30px auto 0;
}

.challenge-stage-4-page .cs4-segment li {
  margin-top: 50px;
}
.challenge-stage-4-page .cs4-segment li:first-child {
  margin-top: 0;
}

.challenge-stage-4-page .cs4-mv {
  margin: 40px auto;
  text-align: center;
}


@media (max-width: 768px) {
  .challenge-stage-4-page .table {
    font-size: 13px;
  }
  .challenge-stage-4-page .table th[scope="row"] {
    white-space: normal;
  }
  .challenge-stage-4-page .cs4-mv #video {
    width: 100%;
    height: auto;
    max-height: 440px;
  }

}


/* グローバルでの市場開拓 */
.global-expansion-page .global-expansion-contents {
  margin-top: 50px;
}
.global-expansion-page .global-expansion-contents .global-expansion-contents-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0033A0;
}
.global-expansion-page .global-expansion-block .global-expansion-block-text {
  width: calc(74% - 32px);
  line-height: 1.85;
}

.global-expansion-page .global-expansion-block .global-expansion-block-image {
  width: 26%;
  text-align: center;
}

.global-expansion-page .global-expansion-block .image-post {
  margin-top: 12px;
  font-size: 0.8rem;
}

.global-expansion-page .global-expansion-block .image-name {
  font-size: 1.3rem;
  font-weight: 500;
}

.global-expansion-page .global-expansion-contents h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .global-expansion-page .global-expansion-block .global-expansion-block-text,
  .global-expansion-page .global-expansion-block .global-expansion-block-image {
    width: 100%;
  }
  .global-expansion-page .global-expansion-block .global-expansion-block-image {
    margin-top: 30px;
  }
}


/* 人財戦略 */
.hr-strategy .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hr-strategy-conten1 {
  margin-top: 0;
}

.hr-strategy .tab-link a {
  display: block;
  font-weight: 500;
  padding: 8px 0 8px 14px;
  position: relative;
}

.hr-strategy .tab-link a::before {
  content: "";
  width: 4px;
  height: 100%;
  border-left: 2px solid #e4e4e4;
  position: absolute;
  top: 0;
  left: 0;
}

.hr-strategy .flex {

  width: 100%;
  margin: 32px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hr-strategy h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.hr-strategy .flex .left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .hr-strategy .flex .left {
    width: 100%;
    margin: 0 auto;
  }
}

.hr-strategy .flex .right {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .hr-strategy .flex .right {
    width: 100%;
    margin: 32px auto;
  }
}

.hr-strategy dl {
 margin: 1em 0em 2em 1em;
 font-size:1.1em;
}

.hr-strategy dt {
 display: block;
 clear: left;
 width: 6em;
 float:left;
 color:#0033A0;
}

.hr-strategy dd {
 display: block;
 float:clear;
 overflow: hidden;
}

.hr-strategy-box {
  margin: 24px auto;
  padding: 42px;
   width: 90%;
  background: #F2F4FA;
}
@media screen and (max-width: 768px) {
  .hr-strategy-box {
    padding: 45px 20px;
  }
}

.hr-strategy .hr-strategy-img {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 64px;
}
@media screen and (max-width: 768px) {
.hr-strategy   .hr-strategy-img {
    margin: 40px auto;
  }
}


/* MBDへの取り組み */
.mbd-initiatives-page .interview-2,
.mbd-initiatives-page .interview-3,
.mbd-initiatives-page .interview-4,
.mbd-initiatives-page .interview-5,
.mbd-initiatives-page .interview-6,
.mbd-initiatives-page .interview-7,
.mbd-initiatives-page .interview-8 {
  margin: 64px 0;
}

.mbd-initiatives-page .interview-4-text-area {
  width: 100%;
}

.mbd-initiatives-page .interview-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.mbd-initiatives-page .interview {
  font-weight: 700;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
}

.mbd-initiatives-page .interview::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 0;
}

.mbd-initiatives-page .interview-1-photo {
  margin-top: 0;
}

.mbd-initiatives-page .interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.mbd-initiatives-page .interview-1 .interview-1-flex2 {
  margin: 0;
}

.mbd-initiatives-page .interview-2 .interview-2-text-area,
.mbd-initiatives-page .interview-8 .interview-8-text-area {
  width: 50%;
}

.mbd-initiatives-page .interview-2 .interview-2-photo,
.mbd-initiatives-page .interview-8 .interview-8-photo {
  width: 48%;
  margin-left: auto;
}

.mbd-initiatives-page .post,
.mbd-initiatives-page .name {
  text-align: center;
}

.mbd-initiatives-page .post {
  font-size: 0.8rem;
  margin-top: 12px;
  line-height: 1.5;
}

.mbd-initiatives-page .name {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mbd-initiatives-page .interview-2 .interview-2-text-area,
  .mbd-initiatives-page .interview-8 .interview-8-text-area {
    width: 100%;
  }
  .mbd-initiatives-page .interview-1-photo {
    margin-top: 30px;
  }
  .mbd-initiatives-page .interview-2 .interview-2-photo,
  .mbd-initiatives-page .interview-8 .interview-8-photo {
    width: 100%;
    margin: 0 auto;
  }
  .mbd-initiatives-page .name {
    font-size: 1rem;
  }
}

/* 「モノ→コト→モノの循環」による創出 */
.mono-koto-mono-page .interview-2,
.mono-koto-mono-page .interview-3,
.mono-koto-mono-page .interview-4,
.mono-koto-mono-page .interview-5,
.mono-koto-mono-page .interview-6,
.mono-koto-mono-page .interview-7,
.mono-koto-mono-page .interview-8,
.mono-koto-mono-page .interview-9,
.mono-koto-mono-page .interview-10,
.mono-koto-mono-page .interview-11 {
  margin: 64px 0;
}

.mono-koto-mono-page .product-image-area {
  margin: 64px 0;
}

.mono-koto-mono-page .interview-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.mono-koto-mono-page .interview {
  font-weight: 700;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
}

.mono-koto-mono-page .interview::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 0;
}

.mono-koto-mono-page .interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.mono-koto-mono-page .product-image {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.mono-koto-mono-page .img {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mono-koto-mono-page .product-image-area .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.mono-koto-mono-page .product-image-area-02 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.mono-koto-mono-page .img-caption {
  margin-top: 10px;
}

.mono-koto-mono-page .product-image .img {
  width: 48%;
}

.mono-koto-mono-page .description-area-text,
.mono-koto-mono-page .interview-1 .interview-1-text-area {
  width: 50%;
}

.mono-koto-mono-page .description-area-photo,
.mono-koto-mono-page .interview-1 .interview-1-photo {
  width: 48%;
  margin-left: auto;
}

.mono-koto-mono-page .interview-1 .interview-1-photo {
  margin-top: 0;
  text-align: center;
}

.mono-koto-mono-page .interview-5-photo {
  text-align: center;
}

.mono-koto-mono-page .interview-1-photo .post,
.mono-koto-mono-page .interview-5-photo .post {
  font-size: 0.8rem;
  margin-top: 12px;
  line-height: 1.5;
}

.mono-koto-mono-page .interview-1-photo .name,
.mono-koto-mono-page .interview-5-photo .name {
  font-size: 1.3rem;
  font-weight: 500;
}

.mono-koto-mono-page .interview-5-text-area {
  width: 50%;
}

.mono-koto-mono-page .interview-5-photo {
    margin-top: 0;
}

.mono-koto-mono-page .interview-5-photo {
  width: 45%;
}

.mono-koto-mono-page .interview-5-photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.mono-koto-mono-page .interview-5-photo li {
  width: calc(33.3% - 10.6666666667px);
}

.mono-koto-mono-page .interview-5-photo li p {
  margin: 4px;
  letter-spacing: -0.05em;
  font-size: 15px;
}


@media screen and (max-width: 768px) {
  .mono-koto-mono-page .description-area-text,
  .mono-koto-mono-page .interview-1 .interview-1-text-area,
  .mono-koto-mono-page .interview-5 .interview-5-text-area {
    width: 100%;
  }
  .mono-koto-mono-page .interview-5 {
    margin-top: 30px !important;
  }
  .mono-koto-mono-page .interview-5-photo .name {
    font-size: 1rem;
  }
  .mono-koto-mono-page .description-area-photo,
  .mono-koto-mono-page .interview-1 .interview-1-photo,
  .mono-koto-mono-page .interview-5 .interview-5-photo {
    width: 100%;
    margin: 30px auto 0;
  }
  .mono-koto-mono-page .product-image .img {
    width: 100%;
  }
  .mono-koto-mono-page .product-image-area-02 .img img {
    height: auto;
    max-height: 300px;
  }
}

/* コーポレートガバナンス（リスト corporate-governance.html） */
.corporate-governance-page .corporate-governance-content {
  margin-top: 15px;
}

.corporate-governance-page .corporate-governance-content .c-lower-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.corporate-governance-page .corporate-governance-content .right {
  width: 47%;
  margin-left: auto;
}

.corporate-governance-page .corporate-governance-content .left {
  width: 47%;
}

.corporate-governance-page .corporate-governance-content .c-lower-block img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.corporate-governance-page .corporate-governance-content .c-lower-block .number {
  color: #0033a0;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.corporate-governance-page .corporate-governance-content .c-lower-block .number::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 1px;
  background-color: #0033a0;
}

.corporate-governance-page .corporate-governance-content .c-lower-block h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.corporate-governance-page .corporate-governance-content .c-lower-block .c-lower-link-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.corporate-governance-page .corporate-governance-content .c-lower-block .c-lower-link-a .link {
  text-decoration: underline;
  margin: 5px 60px 0 0;
  padding-right: 28px;
  position: relative;
}

.corporate-governance-page .corporate-governance-content .c-lower-block .c-lower-link-a .link::after {
  content: "";
  width: 16px;
  height: 9px;
  background: url(/corporate/assets/img/arrow-black.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.corporate-governance-page .corporate-governance-content .c-lower-block .c-lower-link-a .link:hover::after {
  right: -4%;
}


@media screen and (max-width: 768px) {
  .corporate-governance-page .corporate-governance-content .c-lower-block {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
  }
  .corporate-governance-page .corporate-governance-content .c-lower-block img {
    width: 100%;
    height: auto;
  }
}


/* コーポレートガバナンス（下層 index.html） */
.governance-page .governance-content7 h2 {
  font-size: 24px;
}

.governance-page .column {
  margin: 24px auto;
  padding: 42px;
  width: 90%;
  background: #F2F4FA;
}

.governance-page .column h2,
.governance-page .column h3 {
  color: #0033A0;
  text-align: center;
}

.governance-page .column h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}


/* --------------------------------------------
社会連携講座の取り組み
/corporate/sustainability/social-initiatives/co-creation-innovation/interview/index.html
-------------------------------------------- */
.co-creation-interview-page .interview-2,
.co-creation-interview-page .interview-3,
.co-creation-interview-page .interview-4,
.co-creation-interview-page .interview-5,
.co-creation-interview-page .interview-6,
.co-creation-interview-page .interview-7,
.co-creation-interview-page .interview-8,
.co-creation-interview-page .interview-9 {
  margin: 64px 0;
}
.co-creation-interview-page h2 {
  font-size: 30px;
  font-weight: 700;
}

.co-creation-interview-page .sub-title {
  font-size: 20px;
  font-weight: 500;
}

.co-creation-interview-page .interview {
  font-weight: 700;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
}

.co-creation-interview-page .interview::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 0;
}

.co-creation-interview-page h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.co-creation-interview-page .interview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
}

.co-creation-interview-page .interview-1 .interview-1-flex2 {
  margin: 0;
}

.co-creation-interview-page .post {
  font-size: 0.8rem;
  margin-top: 12px;
  text-align: center;
  line-height: 1.5;
}

.co-creation-interview-page .name {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.co-creation-interview-page .interview-name {
  width: 55px;
  font-weight: 700;
}

.co-creation-interview-page .academic-role {
  font-size: 0.8rem;
  font-weight: normal;
}

.co-creation-interview-page .interview-comment {
  width: calc(100% - 70px);
}

.co-creation-interview-page .interview-photo-l {
  margin: 15px auto;
  width: 100%;
  max-width: 800px;
}

.co-creation-interview-page .interview-3 .interview-text-area {
  width: 50%;
}

.co-creation-interview-page .interview-3 .interview-photo {
  width: 48%;
  margin-left: auto;
}


@media screen and (max-width: 768px) {
  .co-creation-interview-page .interview-3 .interview-text-area {
    width: 100%;
  }
  .co-creation-interview-page .interview-3 .interview-photo {
    width: 100%;
  }
  .interview-1-photo {
    margin-top: 30px;
  }
  .co-creation-interview-page .name {
    line-height: 0.8;
  }
}

/* --------------------------------------------
女性の活躍推進 
/corporate/discover-onosokki/human-resource-strategy/women-empowerment/index.html
-------------------------------------------- */
.women-empowerment-page .interview-2,
.women-empowerment-page .interview-3,
.women-empowerment-page .interview-4,
.women-empowerment-page .interview-5,
.women-empowerment-page .interview-6,
.women-empowerment-page .interview-7,
.women-empowerment-page .interview-8,
.women-empowerment-page .interview-9,
.women-empowerment-page .interview-10 {
  margin: 64px 0;
}

.women-empowerment-page .interview-photo-l {
  margin: 15px auto;
  width: 100%;
  max-width: 800px;
}

.women-empowerment-page .interview-members-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 40px 0;
  width: 100%;
}

.women-empowerment-page .interview-members-photo li {
  width: calc(20% - 10.6666666667px);
}

.women-empowerment-page .post {
  font-size: 0.8rem;
  margin-top: 12px;
  text-align: center;
  line-height: 1.5;
}

.women-empowerment-page .name {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.women-empowerment-page .honorific {
  font-size: 0.8rem;
  font-weight: normal;
}

.women-empowerment-page .profile {
  font-size: 0.8rem;
  line-height: 1.5;
}

.women-empowerment-page .interview-name {
  width: 55px;
  font-weight: 700;
}

.women-empowerment-page .interview {
  font-weight: 700;
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
}

.women-empowerment-page .interview::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 0;
}

.women-empowerment-page .interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.women-empowerment-page .interview-comment {
  width: calc(100% - 70px);
}

@media screen and (max-width: 768px) {
  .women-empowerment-page .interview-members-photo li {
    width: 70%;
    margin: 0 auto;
  }
}


/* --------------------------------------------
品質への取り組み
/corporate/sustainability/social-initiatives/quality-commitment/index.html
-------------------------------------------- */
.quality-commitment-title {
  margin-top: 55px;
}

.quality-commitment-page h2 {
  font-size: 30px;
  font-weight: 700;
}


.quality-commitment-page h3.title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.quality-commitment-page h3 .sub-title {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}

.quality-commitment-page .content-row {
  margin: 50px 0 42px;
}

.quality-commitment-page .content-text {
  width: 50%;
}

.quality-commitment-page .content-image {
  width: 48%;
  margin-left: auto;
}

.quality-commitment-page .content-image .caption {
  font-size: 0.8rem;
  margin-top: 12px;
  text-align: center;
}

.quality-commitment-page .content-image .label {
  text-align: center;
  margin: 8px 0;
}

.quality-commitment-page .content-image .note {
  text-align: right;
  font-size: 0.8rem;
}

.content-column figure {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .quality-commitment-page h2.title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .quality-commitment-page .content-text {
    width: 100%;
  }
  .quality-commitment-page .content-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .quality-commitment-page .flex {
    flex-direction: column;
  }
   .quality-commitment-page .content-image {
    order: -1;
  }
}



/* --------------------------------------------
未知に挑む社員たち
/corporate/discover-onosokki/challenging-the-future/index.html
-------------------------------------------- */
.challenging-the-future-page .interview-2,
.challenging-the-future-page .interview-3,
.challenging-the-future-page .interview-4,
.challenging-the-future-page .interview-5,
.challenging-the-future-page .interview-6,
.challenging-the-future-page .interview-7,
.challenging-the-future-page .interview-8 {
  margin: 64px 0;
}

.challenging-the-future-page .description {
  margin: 60px auto;
}

.challenging-the-future-page .article-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.challenging-the-future-page .article-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
}

.challenging-the-future-page .article-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.challenging-the-future-page .article-content {
  padding: 20px 0;
}

.challenging-the-future-page .article-number {
  color: #0033a0;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.challenging-the-future-page .article-number::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 1px;
  background-color: #0033a0;
}

.challenging-the-future-page h3.article-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.challenging-the-future-page h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.challenging-the-future-page p.article-text {
  line-height: 1.85;
  margin-top: 10px;
}

.challenging-the-future-page .more {
  margin-top: 20px;
  text-align: center;
}

.challenging-the-future-page .c-button {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  text-align: center;
  padding: 12px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-weight: 500;
}

.challenging-the-future-page .case-study {
  margin: 64px auto;
  padding: 42px;
  width: 90%;
  background: #F2F4FA;
}

.challenging-the-future-page .case-study h2 {
    color: #0033A0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.challenging-the-future-page .case-study h3 {
    color: #0033A0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.challenging-the-future-page .content-image-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.challenging-the-future-page .content-image-row img {
  width: 48%;
  height: auto;
  display: block;
  object-fit: cover;
}

.challenging-the-future-page .image-title {
  /* font-size: 20px; */
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.challenging-the-future-page .image-title a {
  text-decoration: underline;
}

.challenging-the-future-page .content-text {
  width: 50%;
}

.challenging-the-future-page .content-image {
  width: 44%;
  margin-left: auto;
}

.challenging-the-future-page .content-image-column {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}

.challenging-the-future-page .post,
.challenging-the-future-page .name {
  text-align: center;
}

.challenging-the-future-page .post,
.challenging-the-future-page .caption {
  font-size: 0.8rem;
  line-height: 1.5;
}

.challenging-the-future-page .name {
  font-size: 1rem;
}

.challenging-the-future-page .challenging-the-future-content .member .left,
.challenging-the-future-page .challenging-the-future-content .member .right {
  width: 48%;
}

.interview-add-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.challenging-the-future-page .img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.challenging-the-future-page .img-area img {
  max-width: 280px;
  height: auto;
}


@media screen and (max-width: 768px) {
  .challenging-the-future-page .article-list {
    flex-direction: column;
  }
  .challenging-the-future-page .article-card {
    width: 100%;
  }

  .challenging-the-future-page .case-study {
    padding: 20px;
    width: 100%;
  }
  .challenging-the-future-page .content-image-row {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .challenging-the-future-page .content-image-row img {
    width: 100%;
  }
  .challenging-the-future-page .content-text {
    width: 100%;
  }
  .challenging-the-future-page .content-image {
    width: 100%;
    margin-top: 30px;
  }
  .challenging-the-future-page .challenging-the-future-content .member .left,
  .challenging-the-future-page .challenging-the-future-content .member .right {
    width: 100%;
  }
  .challenging-the-future-page .challenging-the-future-content .member .right {
    margin-top: 30px;
  }
  .challenging-the-future-page .caption {
    font-size: 0.8rem;
  }
  .challenging-the-future-page .name {
    font-size: 1rem;
  }
}





/* --------------------------------------------
会社概要
/corporate/about-us/company-overview/index.html
-------------------------------------------- */
.ir-page .directors-photo .note {
  font-size: 0.8rem;
}

.ir-page .directors-photo {
  margin: 10px auto 50px;
}

@media screen and (max-width: 768px) {
  .ir-page .directors-photo .note {
    font-size: 0.6rem;
  }
}


/* --------------------------------------------
はかるでつなぐストーリー
/corporate/discover-onosokki/stories/index.html
-------------------------------------------- */
.stories-page .stories-work-scene-photo-01 {
  margin: 50px auto 0;
  width: 100%;
  max-width: 800px;
}

.stories-page .honorific {
  font-size: 0.8rem;
}

.stories-page .post {
  font-size: 0.8rem;
  margin-top: 12px;
  line-height: 1.5;
  text-align: center;
}

.stories-page .name {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.stories-page .products-image {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.stories-page .products-image li {
  width: 50%;
}

.stories-page .products-image p {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .stories-page .products-image {
    display: block;
    width: 100%;
  }
  .stories-page .products-image li {
    width: 100%;
  }
}




