@charset "utf-8";

.top_company_section .headline,
.top_message_section .headline{
 margin-bottom: 30px;
}
.top_company_section .headline span,
.top_message_section .headline span{
  font-weight: bold;
  font-size: 5rem;
}


  .top_company_section .headline span,
  .top_message_section .headline span {
    font-size: 3.0rem;
  }
    .top_company_section .headline,
  .top_message_section .headline{
    margin-bottom: 15px;
  }
/* **********************************************
# テーブル
************************************************/
.tbl1{
  font-size: 1.8rem;
  line-height: 2;
}

.tbl1{
  width: 100%;
}

.tbl1 tbody tr{
  width: 100%;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.tbl1 tbody tr th{
  width: 380px;
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
  padding:30px 45px;
}

.tbl1 tbody tr td {
  padding: 10px 40px;
  width: calc(100% - 380px);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
}


  .tbl1 tbody tr.row-span th::after{
    display: none;
  }

  .tbl1,
  .tbl1 tbody,
  .tbl1 tbody tr,
  .tbl1 tbody tr th,
  .tbl1 tbody tr td{
    display: block;
    width: 100%;
    border-top:0;
    border-bottom:0;
  }

  .tbl1 {
    border-bottom: 1px solid#F0F0F0;
  }
  .tbl1 tbody tr {
    border-right: 0;
    border-top:1px solid #F0F0F0;
  }

  .tbl1 tbody tr th{
    padding: 14px 16px 8px;
  }

  .tbl1 tbody tr td {
    padding: 0 14px 18px;
  }


.tbl2{
  font-size: 1.8rem;
  line-height: 2;
}

.tbl2{
  width: 100%;
}

.tbl2 tbody tr{
  width: 100%;
  border-bottom: 1px solid #F3F0F0;
}

.tbl2 tbody tr th{
  width: 473px;
  font-weight: bold;
  text-align: left;
  font-size: 1.8rem;
  padding:15px 40px;
  vertical-align: top;
  background: #DEDCDC;
}

.tbl2 tbody tr td {
  padding: 15px 60px;
  width: calc(100% - 473px);
  font-weight: normal;
  font-size: 1.8rem;
  background: #fff;
}



  .tbl2 tbody tr.row-span th::after{
    display: none;
  }

  .tbl2,
  .tbl2 tbody,
  .tbl2 tbody tr,
  .tbl2 tbody tr th,
  .tbl2 tbody tr td{
    display: block;
    width: 100%;
    border-top:0;
    border-bottom:0;
  }

  .tbl2 {
    border-bottom: 1px solid#F0F0F0;
  }

  .tbl2 tbody tr {
    border-right: 0;
    border-top:1px solid #F0F0F0;
  }

  .tbl2 tbody tr th {
    padding: 10px 16px 8px;
  }

  .tbl2 tbody tr td {
      padding: 10px 14px 10px;
  }



/**********************************************
# トップページ
************************************************/

.top_message_section{
  padding-top: 133px;
  padding-bottom: 110px;
}

.top_message_section .message_block{
  max-width: 1200px;
  margin: 50px auto 0;
}
.top_message_section .message_block .row{
  display: flex;
  margin-top: 140px;
  margin-bottom: 90px;
}
.top_message_section .message_block .row .box1{
  width: 50%;
}

.top_message_section .message_block .row .box1 img{
  width: 470px;
}

.top_message_section .message_block .row .box2{
  width: 50%;
}
.top_message_section .message_block .row .box2 .ttl{
  font-size: 4.4rem;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: bold;
}
.top_message_section .message_block .row .box2 .catch{
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.top_message_section .message_block .row .box2 .msg{
  font-size: 1.8rem;
  line-height: 2.6;
  margin-bottom: 30px;
  font-weight: 500;
}
.top_message_section .message_block .row .box2 .corp{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.2em
}
.top_message_section .message_block .row .box2 dl dt{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0em;
}
.top_message_section .message_block .row .box2 dl dd{
  font-weight: bold;
  font-size: 2.8rem;
}

.top_ttl{
  font-size: 3rem;
  color:#DF1C13;
  font-weight: 500;
}

.top_message_section .message_block .profile .msg{
  font-size: 1.6rem;
  line-height: 1.875;
}


  .top_message_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .top_message_section .message_block{
    max-width: 1200px;
    margin: 0 auto;
  }

  .top_message_section .message_block .row {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .top_message_section .message_block .row .box1{
    width: 48%;
  }

  .top_message_section .message_block .row .box1 img{
    width: 90%;
  }

  .top_message_section .message_block .row .box2{
    width: 52%;
  }
  .top_message_section .message_block .row .box2 .ttl{
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .top_message_section .message_block .row .box2 .catch {
    font-size: 2.7vw;
    margin-bottom: 20px;
  }
  .top_message_section .message_block .row .box2 .msg{
    font-size: 1.7vw;
    margin-bottom: 1.5em;
  }
  .top_message_section .message_block .row .box2 .corp{
    font-size: 1.4rem;
    margin-bottom: 0.2em
  }
  .top_message_section .message_block .row .box2 dl dt{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0em;
  }
  .top_message_section .message_block .row .box2 dl dd{
    font-weight: bold;
    font-size: 2.8rem;
  }

  .top_ttl{
    font-size: 3rem;
    color:#DF1C13;
    font-weight: 500;
  }

  .top_message_section .message_block .profile .msg{
    font-size: 1.6rem;
    line-height: 1.875;
  }




  .top_message_section {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .top_message_section .message_block{
    max-width: 1200px;
    margin: 0 auto;
  }

  .top_message_section .message_block .row {
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
  }

  .top_message_section .message_block .row .box1{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 44px;
  }

  .top_message_section .message_block .row .box1 img{
    width: 100%;
    height: auto;
  }

  .top_message_section .message_block .row .box2{
    width: 100%;
  }

  .top_message_section .message_block .row .box2 .ttl{
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .top_message_section .message_block .row .box2 .catch {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .top_message_section .message_block .row .box2 .msg {
    font-size: 1.6rem;
    margin-bottom: 45px;
    line-height: 2.1;
  }

  .top_message_section .message_block .row .box2 .corp{
    font-size: 1.6rem;
  }

  .top_message_section .message_block .row .box2 dl {
      margin-bottom: 35px;
  }

  .top_message_section .message_block .row .box2 dl dt{
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0em;
  }

  .top_message_section .message_block .row .box2 dl dd{
    font-weight: bold;
    font-size: 2.8rem;
  }

  .top_message_section .message_block .profile .msg{
    font-size: 1.4rem;
    line-height: 1.875;
  }


.top_ttl{
  font-size: 2.4rem;
  color:#DF1C13;
  font-weight: 500;
  margin-bottom: 10px;
}

  .top_ttl{
    margin-bottom: 10px;
  }

.top_company_section {
  background: #DEDCDC;
  padding-top: 120px;
  padding-bottom: 200px;
}

.top_company_section .top_ttl{
  /*text-align: center;*/
  margin-bottom: 35px;
}

.top_company_section .block{
  max-width: 1200px;
  margin: 0 auto;
}

.top_company_section .block .tbl1{
  margin-bottom: 130px;
}

.top_company_section .block .box{
  padding: 45px;
  background: #fff;
}

.top_company_section .block .box p {
  margin-bottom: 50px;
  font-size: 1.6rem;
}

#column_chart_wrap {
  position: relative;
  max-width: 1100px;
  margin:0 auto;
}

#column_chart_wrap  em{
  color: #f10000;
}

#column_chart_wrap .h_ttl {
  position: absolute;
  right: 0px;
  top: -32px;
  z-index: 2;
}

#column_chart_wrap .v_ttl{
  position: absolute;
  left:100px;
  top:100px;
  z-index: 2;
}

#column_chart {
  height: 400px;
}

#column_chart_wrap .v_ttl {
  position: absolute;
  left: -9px;
  top: -35px;
  z-index: 2;
}

#column_chart_wrap {
  opacity: 0; /* 初期状態で非表示にする */
  transition: opacity 0s ease; /* フェードインのトランジション */
}
#column_chart_wrap.visible {
  opacity: 1; /* 可視化時にフェードイン */
}

  .top_company_section {
    padding-top: 55px;
    padding-bottom: 80px;
  }

  .top_company_section .top_ttl{
    text-align: center;
    margin-bottom: 20px;
  }

  .top_company_section .block .tbl1{
    margin-bottom: 60px;
  }

  .top_company_section .block .box {
    padding: 40px 10px;
    background: #fff;
  }

  .top_company_section .block .box p {
    margin-bottom: 50px;
    font-size: 1.1rem;
    padding: 0 10px;
  }


.l-wrapper .wrap{
  padding: 0 25px;
}
@media screen and (max-width: 600px) {
  .l-wrapper .wrap{
    padding: 0 5.5vw;
  }
}
.c-menu__menuList{
  row-gap: 4rem;
}