@charset "utf-8";
/* 見出し */
.report-title-wrap{
  margin-bottom: 3rem;
}
.report-subtitle{
  font-size: 3rem;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
  color: #80CEE5;
  }
  .report-title{
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.01em;
  }
  @media all and (min-width: 400px) {
    .report-subtitle{
      font-size: 3.5rem;
      }
  }
@media all and (min-width: 992px) {
  .report-title-wrap{
    margin-bottom: 5rem;
  }
  .report-subtitle{
    font-size: 4.625rem;
    }
  
}

/* 見出し */

/* 段落 */
p{
  line-height: 2;
  letter-spacing: 0.01em;
}
/* 段落 */

/* 上下の余白 */
.section-py{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media all and (min-width: 992px) {
  .section-py{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
/* 上下の余白 */

/* コンテナ */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1144px;
  }
}
/* コンテナ */

/* リスト */
.report-list{
  margin-bottom: 0;
}
.report-list li{
  padding-left: 16px;
  position: relative;
  letter-spacing: 0.05em;
}
.report-list li:not(:last-of-type){
  padding-bottom: 5px;
}
.report-list > li::before{
  content: '';
  position: absolute;
  top: .6em;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #019CCA;
  border-radius: 50%;
}
.report-list-child{
  margin-left: -16px;
  padding-top: 10px;
}
.report-list-child li::before{
  content: "";
  position: absolute;
  top: .8em;
  left: 2px;
  width: 6px;
  height: 1px;
  background: #000;
}
.report-list_indent{
  display: inline-block;
  text-indent: 1em;
}
@media all and (min-width: 1200px) {
.report-list li{
  font-size: 15px;
}
}
/* リスト */

/* フォントサイズ */
.fz-12{
  font-size: 12px;
}
/* フォントサイズ */

.fv-wrap {
  overflow: hidden;
  height: calc(100svh - 42.5px);/* CSS変数をサポートしていないブラウザ用。"- 42.5px"はヘッダーの高さ。ファーストビューの上にヘッダー分の余白を設けない場合は引き算の必要なし。 */
  min-height: 300px;
  background: url(../img/fv.jpg) no-repeat center center / cover;
  position: relative;
}
.fv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #FFF;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.fv-title {
  font-size: 2.5rem;
  letter-spacing: 0.01em;
}
.fv-age{
  font-size: 1.1375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.fv-age span{
  font-size: 2.5rem;
}
.fv-desc {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.fv-duration{
  background-color: #fff;
  border-radius: 100vh;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 5px 10px;
  width: 414px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fv-shadow{
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 576px) {
}

@media all and (min-width: 768px) {
  
}
@media all and (min-width: 992px) {
  .fv-wrap {
    height: calc(100svh - 80px);/* "- 97px"はヘッダーの高さ */
  }
  .fv-title {
    font-size: 3.75rem;
  }
  .fv-age{
    font-size: 1.875rem;
  }
  .fv-age span{
    font-size: 3.75rem;
  }
  .fv-desc {
    font-size: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1200px) {
}
/* //FV */


/* 株主の皆さまへ */
.message-heading{
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.875rem;
}
.message-img img{
  width: 100%;
}
.message-name{
  letter-spacing: 0.01em;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem;
  margin-top: .5rem;
}
.message-name span{
  font-size: 1.25rem;
}
.message-graph-wrap{
  padding: 2.5rem 1rem;
  margin-top: 4rem;
}
.message-graph-title{
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.875rem;
}
.message-graph-row{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.message-table{
  flex: 1;
  color: #FFF;
}
.message-table table{
  width: 100%;
}
.message-table table tr:not(:last-of-type){
  border-bottom: 5px solid #fff;
}
.message-table table th, .message-table table td{
  font-weight: 700;
  padding: .5rem;
  font-size: 14px;
}
.message-table table td{
  text-align: right;
}
.bg-blue{
  background-color: #0068B7;
}
.bg-turquoise{
  background-color: #019CCA;
}

@media all and (min-width: 576px) {
  .message-table table th, .message-table table td{
    letter-spacing: 0.05em;
    padding: 1.25rem;
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) {
  .message-graph-wrap{
    padding: 3.75rem;
    margin-top: 6.25rem;
  }
  
}
@media all and (min-width: 992px) {
  .message-heading{
  }
  .message-text{
    margin-bottom: 0;
  }
  .message-name{
    margin-top: 1.875rem;
  }
  .message-name span{
    font-size: 1.625rem;
  }
  .message-graph-row{
    flex-direction: row;
    gap: 3.75rem;
  }
  .message-graph-wrap{
    padding: 3.75rem;
    margin-top: 6.25rem;
  }
}
@media all and (min-width: 1200px) {
  .message-heading{
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
  .message-table table th, .message-table table td{
    letter-spacing: 0.05em;
    padding: 1.75rem;
  }
}
/* 株主の皆さまへ */

/* 連結財務ハイライト */
.sec-highlights{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.highlights-heading{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.highlights-row{
  row-gap: 1.5rem;
}
.highlights-box{
  background-color: #fff;
  padding: 2.5rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.highlights-title{
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.875rem;
}
.highlights-desc{
  margin-bottom: 3rem;
}

.highlights-img img{
  width: 100%;
}
.highlights-notes{
  font-size: 14px;
  padding-left: 2.75em;
  position: relative;
}
.highlights-notes::before{
  content: "（注）";
  position: absolute;
  left: 0;
  top: 0;
}
.highlights-btn-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media all and (min-width: 768px) {
  .highlights-box{
    padding: 2.5rem 2rem;
  }
}
@media all and (min-width: 992px) {
  .sec-highlights{
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
  .highlights-heading{
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
  .highlights-desc{
    margin-bottom: 5rem;
  }
  .highlights-box{
    background-color: #fff;
    padding: 3.125rem;
  }
  .highlights-btn-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.125rem;
  }
}
@media all and (min-width: 1200px) {
  .highlights-row{
    row-gap: 2.5rem;
  }
  .highlights-col{
    padding-left: 20px;
    padding-right: 20px;
  }
  
}
/* 連結財務ハイライト */

/* トピックス */
.topics-box{
  padding: 3rem 1rem;
}
.topics-title{
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.topics-title::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #019CCA;
}
.topics-row{
  margin-bottom: 1.875rem;
}
.topics-img img{
  width: 100%;
}
.topics-img-desc{
  text-align: right;
}
.topics-youtube {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.topics-youtube iframe {
  width: 100%;
  height: 100%;
}
.profile-name{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-left: 1.1em;
  position: relative;
}
.profile-name::before{
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.profile-img{
  margin-bottom: 1rem;
  text-align: center;
}
.profile-img img{
  width: 100%;
}
.profile-dl{
  display: flex;
  margin-bottom: 8px;
}
.profile-dl dt{
  width: 120px;
  position: relative;
  font-weight: 400;
}
.profile-dl dt::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 4px;
}
.profile-dl dd{
  flex: 1;
  margin-bottom: 0;
}
@media all and (min-width: 576px) {
  .topics-box{
    padding: 3rem 2.5rem;
  }
}
@media all and (min-width: 768px) {
  .topics-row{
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .topics-col{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .topics-img-desc{
    margin-top: 12px;
  }
  .topics-youtube {
    width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (min-width: 1200px) {
  .topics-box{
    padding: 3.75rem 5rem;
  }
}
@media all and (max-width: 370px) {
  .topics-title {
    font-size: 1.125rem;
    letter-spacing: 0;
}
}

/* トピックス */

/* 中期経営計画 */
.sec-plan{
  background: linear-gradient(to bottom, #009CCB, #0068B7);
}
.plan-period{
  font-size: 1.125rem;
}
.plan-heading{
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.plan-box-title{
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 1.25rem;
  margin-bottom: 0;
}
.plan-box-inner{
  background-color: #fff;
  padding: 2rem 1rem;
}
.report-table{
  width: 100%;
}
.report-table tr:not(:last-of-type){
  border-bottom: 1px solid #CCCCCC;
}
.report-table th{
  background-color: #009CCB;
  color: #FFF;
}
.report-table td{
  font-weight: 500;
  background-color: #ECF4FA;
}
.report-table th{
  padding: .5rem;
  vertical-align:top
}
.report-table td{
  padding: 1rem;
  vertical-align:top
}
.plan-table1-cat-wrap{
  width: fit-content;
}
.plan-table1-cat{
  color: #FFF;
  text-align: center;
  padding: 5px 12px;
  font-weight: 600;
}
.plan-table1-cat-wrap1 .plan-table1-cat{
  width: 110px;
  font-size: 14px;
  background-color: #0068B7;
}
.plan-table1-cat-wrap2 .plan-table1-cat{
  font-size: 14px;
}
.bg-yellow{
  background-color: #EDA109;
}
.bg-turquoise2{
  background-color: #009CCB;
}
.bg-green{
  background-color: #81BE0B;
}
.report-table-sp-block, .report-table-sp-block tbody, .report-table-sp-block tr{
  width: 100%;
}
.report-table-sp-block th, .report-table-sp-block td {
  display: block;
  width: 100%;
}
.jinzai-inner-heading{
  text-align: center;
  color: #FFF;
  background-color: #009CCB;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding: 10px;
}

.jinzai-item{
  border: 2px solid #009CCB;
  padding: 30px 20px;
  background-color: #ECF4FA;
}
.jinzai-item-title{
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.875rem;
}
.jinzai-band{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center;
}
.jinzai-band span{
  color: #FFF;
  background-color: #0068B7;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
}

.jigyo-content{
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.jigyo-content::before{
  content: "";
  background: url(../img/icon-polygon.svg) no-repeat center center / contain;
  width: 100%;
  max-height: 50px;
  height: 25px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.jigyo-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
}
.jigyo-col{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.jigyo-item{
  border: 2px solid #009CCB;
    padding: 30px 20px;
    background-color: #ECF4FA;
    height: 100%;
}
.jigyo-item-title{
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.875rem;
}
.jigyo-target-heading{
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
}
.jigyo-target-table{
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.jigyo-target-table tr:first-of-type th{
  padding: 5px;
}
.jigyo-target-table th, .jigyo-target-table td{
  padding: 18px 5px;
  font-weight: 500;
}
.jigyo-target-absolute{
  position: absolute;
  bottom: 0;
  left: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  line-height: .8;
  width: max-content;
}
.jigyo-target-arrow{
  color: #0068B7;
  font-size: 12px;
}
.jigyo-target-value{
  font-size: 12px;
}
.bg-lightgray{
  background-color: #F6F7F7;
}
.br-white{
  border-right: 1px solid#FFF;
} 
.bb-white{
  border-bottom: 1px solid#FFF;
}
.bb-gray{
  border-bottom: 1px solid #CCC;
}
.br-gray{
  border-right: 1px solid #CCC;
}
.zaimu-table th, .zaimu-table td{
  padding: 15px 10px;
  vertical-align: top;
}
.zaimu-table-wrap {
  overflow-x: auto;
  display: block;
}
.zaimu-table{
  table-layout: fixed;
    width: 610px;
}
.zaimu-table tr > :nth-child(1) {
  width: 90px;
}
.zaimu-table tr > :nth-child(2) {
  width: 300px;
}
.zaimu-table tr > :nth-child(3) {
  width: 220px;
}

.materia-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 20px;
}
.materia-col{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.materia-item{
  text-align: center;
  padding: 1.5rem .5rem;
  height: 100%;
}
.materia-title{
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: .75rem;
}
.materia-desc{
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.materia-cat{
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #FFF;
  padding: 3px 6px;
  margin-bottom: 1rem;
  font-size: 14px;
}
.materia-sdgs-wrap{
  display: flex;
  justify-content: center;
  gap: 8px;
}
.materia-green{
  border: 2px solid #81BE0B;
  background-color: #F7FFE8;
}
.materia-green .materia-cat{
  background-color: #81BE0B;
}
.materia-orange{
  border: 2px solid #EDA108;
  background-color: #FDF5E3;
}
.materia-orange .materia-cat{
  background-color: #EDA108;
}
.materia-blue{
  border: 2px solid #019CCA;
  background-color: #EBF4FA;
}
.materia-blue .materia-cat{
  background-color: #019CCA;
}

.bg-gray{
  background-color: #505050;
}
.br-green{
  border-right: 1px solid #81BE0B;
}
.br-blue{
  border-right: 1px solid #019CCA;
}
.br-orange{
  border-right: 1px solid #EDA109;
}
.bg-lightgreen{
  background-color: #F8FFE8;
}
.bg-orange{
  background-color: #EDA109;
}
.bg-lightorange{
  background-color: #FEF5E3;
}
.green .report-list > li::before{
  background: #81BE0B;
}
.blue .report-list > li::before{
  background: #019CCA;
}
.orange .report-list > li::before{
  background: #EDA109;
}

.stage-box-inner{
  margin-bottom: 2.5rem;
}
.stage-table-wrap {
  overflow-x: auto;
  display: block;
}
.stage-table{
  table-layout: fixed;
  width: 650px;
}
.stage-table tr:not(:first-of-type) th, .stage-table tr:not(:first-of-type) td{
  padding: 18px 10px;
  vertical-align: top;
}
.stage-table tr:first-of-type th, .stage-table tr:first-of-type td{
  padding: 10px;
}
.stage-table tr > :nth-child(1) {
  width: 150px;
}
.stage-table tr > :nth-child(2) {
  width: 300px;
}
.stage-table tr > :nth-child(3) {
  width: 200px;
}
@media all and (min-width: 576px) {
  .plan-table1-cat-wrap1 .plan-table1-cat{
    width: 120px;
    font-size: 1rem;
  }
  .plan-table1-cat-wrap2 .plan-table1-cat{
    font-size: 1rem;
  }
  .jinzai-item{
    padding: 40px 30px;
  }
  .jinzai-band span{
    font-size: 1.25rem;
    padding: 15px 20px;
  }
  .jigyo-item{
    padding: 40px 30px;
  }
  .jigyo-content{
    padding-bottom: 4.5rem;
  }
  .jigyo-content::before{
    height: 35px;
  }
  .jigyo-target-table{
    font-size: 1rem;
  }
  .jigyo-target-arrow{
  font-size: 14px;
}
.jigyo-target-value{
  font-size: 14px;
}
  .materia-item{
    padding: 1.5rem 1rem;
  }
  .materia-title{
    font-size: 1.25rem;
  }
  .materia-cat{
    font-size: 1rem;
    padding: 3px 12px;
  }
  .materia-sdgs-wrap{
    gap: 1.25rem;
  }
}
@media all and (min-width: 768px) {
  .jinzai-row{
    display: flex;
  }
  .jinzai-item{
    width: 50%;
  }
  .jigyo-col{
    width: 50%;
  }
  .jigyo-target-absolute{
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}
@media all and (min-width: 992px) {
  .plan-heading{
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .plan-box-inner{
    background-color: #fff;
    padding: 3.75rem 5rem;
  }
  .report-table th, .report-table td{
    padding: 1.125rem 1.125rem 1.125rem 1.875rem;
  }
  .w-370{
    width: 370px;
    max-width: 100%;
  }
  .w-424{
    width: 424px;
    max-width: 100%;
  }
  .w-492{
    width: 492px;
    max-width: 100%;
  }
  .report-table-sp-block th, .report-table-sp-block td {
    display: table-cell;
    width: auto;
}
.jigyo-content {
  padding-bottom: 5.625rem;
}
.jigyo-content::before {
  height: 50px;
}
.jigyo-target-arrow{
    font-size: 2rem;
}
.zaimu-table th, .zaimu-table td{
  white-space: unset;
}
.zaimu-table-wrap {
  overflow-x: unset;
}
.zaimu-table{
  table-layout: unset;
    width: 100%;
}
.zaimu-table tr > :nth-child(1) {
  width: 126px;
}
.zaimu-table tr > :nth-child(2) {
  width: 556px;
}
.zaimu-table tr > :nth-child(3) {
  width: 278px;
}
.materia-row{
  row-gap: 30px;
}
.materia-col{
  width: 50%;
}

.stage-box-inner{
  margin-bottom: 3.75rem;
}
.stage-table-wrap {
  overflow-x: unset;
}
.stage-table{
  table-layout: unset;
  width: 100%;
}
.stage-table tr > :nth-child(1) {
  width: 195px;
}
.stage-table tr > :nth-child(2) {
  width: 474px;
}
.stage-table tr > :nth-child(3) {
  width: 292px;
}
}
@media all and (min-width: 1200px) {
  .zaimu-table th, .zaimu-table td{
    padding: 18px 30px;
  }
  .stage-table tr:not(:first-of-type) th, .stage-table tr:not(:first-of-type) td{
    padding: 18px 28px;
  }
}
/* 中期経営計画 */

/* 株式の状況 */
.situation-table{
  width: 100%;
}
.situation-table th, .situation-table td{
  width: 50%;
  padding: 18px 10px;
}
.situation-table-wrap{
  margin-bottom: 3rem;
}
.situation-title{
  font-size: 1.25rem;
  padding-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  margin-bottom: 1.5rem;
}
.situation-title::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #019CCA;
}

.holder-wrap{
  margin-bottom: 3rem;
}
.holder-table-wrap{
  margin-bottom: 1rem;
}
.holder-table{
  width: 100%;
}
.holder-table th, .holder-table td{
  padding: 18px 10px;
}
.holder-ol{
  padding-left: 1rem;
}
.holder-notes{
  position: relative;
  font-size: 14px;
  letter-spacing: 0.01em;
  display: flex;
}
.holder-notes::before{
  content: "（注）";
  position: relative;
}
.distribution-img{
  padding: 2.5rem 1rem;
  position: relative;
}
.distribution-img-note{
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 12px;
  text-align: left;
}
@media all and (min-width: 992px) {
  .situation-title{
    padding-bottom: 1.5rem;
    margin-bottom: 2.3125rem;
  }
  .situation-table-wrap{
    margin-bottom: 5rem;
  }
  .holder-wrap{
    margin-bottom: 5rem;
  }
  .holder-table-wrap{
    margin-bottom: 2.8125rem;
  }
  .holder-table tr > :nth-child(1) {
    width: 50%;
}
  .holder-table tr > :nth-child(2), .holder-table tr > :nth-child(3) {
    width: 25%;
}
.distribution-img{
  padding: 3.75rem;
}
.distribution-img-note {
  bottom: 10px;
  left: 10px;
  font-size: 14px;
}
}
@media all and (min-width: 1200px) {
  .situation-table th, .situation-table td{
    padding: 18px 30px;
  }
  .holder-table th, .holder-table td{
    padding: 18px 30px;
  }
}
/* 株式の状況 */

.sec-pages-row{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 40px;
}
.sec-pages-link-wrap{
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-left: -12px;
  margin-right: -12px;
  text-align: center;
}
.sec-pages-link{
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
@media all and (min-width: 576px) {
  .sec-pages-link-wrap{
    row-gap: 1.5rem;
  }
  .sec-pages-link{
    width: 50%;
  }

}
@media all and (min-width: 992px) {
  .sec-pages-row{
    flex-direction: row;
    justify-content: center;
    column-gap: 160px;
  }
  .sec-pages-link-wrap{
    row-gap: 2.5rem;
    margin-left: -25px;
    margin-right: -25px;
    width: 690px;
    padding-top: 1.75rem;
  }
  .sec-pages-link{
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
}

@media all and (min-width: 992px) {
  .sec-pages-link-wrap{
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec-pages-link{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 施工実績 */
.construction-title{
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.construction-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #019CCA;
}
.construction-row{
  row-gap: 4.5rem;
}
.construction-table{
  width: 100%;
  text-align: center;
}
.construction-table th, .construction-table td{
  padding: .75rem;
  /* border: 1px solid #d9d9d9; */
}
.construction-table th{
  /* background-color: #f0f0f1; */
}
.construction-table td{
  background-color: #fff;
  /* color: #ff0000; */
}

/* モーダル */
.construction-map{
  position: relative;
  display: inline-block;
}
.pin{
  background: unset;
  border: none;
  padding: 0;
  width: 15px;
  transition: .3s;
}
.pin:hover{
  opacity: 0.7;
}
.pin-1{
  position: absolute;
  top: 66%;
  left: 61%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pin-2{
  position: absolute;
  top: 72%;
  left: 51%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pin-3{
  position: absolute;
  top: 73%;
  left: 37%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pin-4{
  position: absolute;
  top: 74.5%;
  left: 21.5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pin-5{
  position: absolute;
  top: 20.5%;
  left: 22.5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pin-5::after{
  content: "シンガポール";
  position: absolute;
  bottom: 0;
  right: -80px;
  font-size: 12px;
  width: max-content;
}
.construction-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 12px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
.construction-modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.construction-modal.is-active{
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.construction-modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 95%;
}
.construction-modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #0068B7;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}
.construction-modal-content{
  background: #fff;
  text-align: left;
  padding: 20px 12px;
}
.construction-modal-img{
  margin-bottom: 8px;
}
.construction-modal-img img{
  width: 100%;
}
.construction-modal-title{
  font-weight: 700;
}
@media all and (min-width: 576px) {
  .pin{
  width: 20px;
}
.pin-5 {
  top: 21%;
  left: 23%;
}
}
@media all and (min-width: 768px) {
  .construction-modal-content{
    padding: 20px;
  }
  .construction-modal-container{
    width: 90%;
  }
  .pin-3 {
  top: 74%;
  }
  .pin-5 {
  top: 21.5%;
  }
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* モーダル */
/* 施工実績 */