.about .wrap{
  padding-bottom: 0;
}

.news_menu{
  margin-bottom: 0;
}

.about__menu a{
  padding: 5px 0;
}

.about__box{
  background-color: #fff;
  padding:7% 6% ;
}

.about__box h3{
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.about__box h4{
  text-align: center;
  /* margin-top: 6%; */
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6 ;
  padding: 7px 0;
  line-height: 1.06;
  margin-bottom: 1rem;
}

.about__box p{
  text-align: left;
  line-height: 2;
}

/* message */
.message p:nth-of-type(3){
  text-align: right;
}

.message__profile{
  background-color: #d6d6d6;
  border-radius: 5px;
  padding: 1% 3%;
}

.message__profile h4{
  text-align: left;
  font-weight: bold;
}

.message__list li{
  display: flex;
  align-items: stretch;
  margin-bottom: 0.5em;
}

.message__list li .label{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 0.5rem;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.message__list li .item{
  align-self: center;
  padding: 0.5em;
  text-align: left;
  line-height: 1.2;
}

/* history */
.history h4{
  border: none;
  font-weight: bold;
  text-align: left;
}

.history table:not(.table){
  border-top: 1px solid #7a7a7a;
  border-left: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
}

.history table:not(.table) th,
.history table:not(.table) td{
  border-top: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  padding: 0.5rem;
}

.history table:not(.table).is-borderless,
.history table:not(.table).is-borderless th,
.history table:not(.table).is-borderless td{
  border: none;
}

.history table:not(.table) td{
  text-align: left;
}

/* organization */
.organization__image{
  aspect-ratio: 4/3;
}

.organization__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* contract */
.contract h4,
.contract h5,
.contract h6{
  text-align: left;
  font-weight: bold;
}

.contract h4{
  border: none;
  margin-top: 15%;
}

.contract h5{
  text-align: left;
  margin-top: 2%;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6 ;
  padding: 7px 0;
  line-height: 1.06;
  margin-bottom: 1rem;
}

.contract ol{
  padding-inline-start: 40px;
}

.contract li{
  text-align: left;
}

/* policy ・ aided */
.pdf ul li{
  text-align: left;
  padding: 5px;
  list-style: none;
}

.pdf ul li a{
  display: flex;
  align-items: center;
}

.pdf ul li a .title{
  padding: 0.5rem;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: center;
  color: #333;
  transition: 0.7s;
  text-decoration: underline;
}

.pdf li a .title:hover{
  color: #333;
  opacity: 0.7;
}

.icon-pdf{
  aspect-ratio: 45/45;
  max-width: 15%;
}

.icon-pdf img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdf h4{
  border: none;
  font-weight: bold;
  text-align: left;
}

/* reports */
.about__reports h4{
  text-align: left;
  border: none;
  font-weight: bold;
}

.about__reports ul{
  padding-inline-start: 40px;
}

.about__reports li{
  text-align: left;
  margin-bottom: 0.5em;
}

.about__reports a{
  color: #131313;
  text-decoration: underline;
}

.about__reports a:hover{
  opacity: 0.7;
}

/* support */
.about__support1 p:nth-of-type(3){
  text-align: right;
}

.about__support1-box{
  background-color: #d6d6d6;
  border-radius: 5px;
  padding: 6%;
  text-align: left;
}

.about__support1-box h5{
  font-weight: bold;
}

.about__support1-box p{
  margin-top: 25px;
}

.about__support2{
  margin-top: 60px;
}

.about__support2 h5,
.about__support3 h5{
  background-color: #d6d6d6;
  padding: 6px;
  text-align: left;
}

.about__support2-pdf li{
  list-style: none;
}

.about__support2-pdf li a{
  color: #131313;
  background-color: #fff;
  transition: 0.3s;
}

.about__support2-pdf li a:hover{
  color: #131313;
  background-color: #d6d6d6;
  padding: 10px;
}

.about__support3{
  margin-top: 60px;
}

.about__support h5{
  font-weight: bold;
}

.about__support3 h6{
  text-align: left;
  padding: 5px;
}

.about__support3 li{
  text-align: left;
}

/* road */
.road{
  padding-top: 35px;
  padding-bottom: 5px;
}

.road-last{
  padding-bottom: 35px;
}

.road h4{
  text-align: left;
  padding: 12px 0;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
}

.road h4.road__h4-center{
  text-align: center;
}

.road h5{
  padding: 6px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.road h5.red{
  background: linear-gradient(90deg, #e90000 0%, #e90000 2%, #434343 2%, #434343 100%);
}

.road h5.orange{
  background: linear-gradient(90deg, #f06c00 0%, #f06c00 2%, #434343 2%, #434343 100%);
}

.road h5.pink{
  background: linear-gradient(90deg, #ea3991 0%, #ea3991 2%, #434343 2%, #434343 100%);
}

.road h5.green{
  background: linear-gradient(90deg, #00a13a 0%, #00a13a 2%, #434343 2%, #434343 100%);
}

.road h5.blue{
  background: linear-gradient(90deg, #1d2087 0%, #1d2087 2%, #434343 2%, #434343 100%);
}

.road__image{
  aspect-ratio: 4/1.6;
  width: 100%;
}

.road__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road__items{
  margin-bottom: 35px;
}


.road__item:not(:nth-child(1)){
  margin-top: 10px;
}

.road__item .title{
  color: #fff;
  background-color:#434343;
  /* padding: 5px 1rem; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.road__item .text{
  color: #333;
  background-color:#ebebeb;
  padding: 10px 1rem;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.road__block{
  margin-top: 25px;
}


.road__logo{
  width: 45%;
  margin-inline: auto;
  margin-top: 15px;
}

.road__logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road__body{
  margin-top: 25px;
}

.road__body-imageBox{
  display: grid;
  place-items: center;
  row-gap: 15px;
}

.road__body-image{
  aspect-ratio: 2/1.8;
  width: 50%;
}

.road__body-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road__body-image.road__body-image--flex{
  width: 50%;
  height: 100%;
  margin-inline: auto;
}

.road__body-image.road__body-image--flex img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road__text{
  margin-top: 20px;
}



/* 1400px以上 単位px */
@media screen and (min-width:1400px){
  .about__menu a{
    width: 110px;
  }
  .about__menu a:nth-child(2){
    width: 145px;
  }
  .about__box h3{
    font-size: 24px;
  }
  .about__box h4{
    font-size: 18px;
  }
  .about__box p{
    font-size: 14px;
  }

  /* message */
  .message__list li .item{
    font-size: 14px;
  }

  .message__profile .message__birth{
    font-size: 18px;
  }

  /* history */
  .history table:not(.table) th,
  .history table:not(.table) td{
    font-size: 14px;
  }

  /* contract */
  .contract h4{
    font-size: 22px;
  }

  .contract h5{
    font-size: 18px;
  }

  /* support */
  .about__support h5{
    font-size: 17px;
  }

  .about__support p,
  .about__support li{
    font-size: 14px;
  }

  /* road*/
  .road h5{
    font-size: 17px;
  }

  .road__item .title{
    font-size: 14px;
  }

  .road__item .text{
    font-size: 14px;
  }
}

/* 768px以上かつ1399px以下  単位vw*/
@media screen and (min-width:768px) and (max-width:1399px){
  .about__menu a{
    width: 10vw;
  }
  .about__menu a:nth-child(2){
    width: 11vw;
  }
  .about__box h3{
    font-size: 2.4vw;
  }
  .about__box h4{
    font-size: 1.8vw;
  }
  .about__box p{
    font-size: 1.4vw;
  }

  /* message */
  .message__list li .item{
    font-size: 1.4vw;
  }

  .message__profile .message__birth{
    font-size: 1.5vw;
  }

  /* history */
  .history table:not(.table) th,
  .history table:not(.table) td{
    font-size: 1.4vw;
  }

  /* contract */
  .contract h4{
    font-size: 2vw;
  }
  .contract h5{
    font-size: 1.8vw;
  }
  .contract h6{
    font-size: 1.6vw;
  }
  .contract li{
    font-size: 1.3vw;
  }

  /* policy */
  .pdf ul li a .title{
    font-size: 1.8vw;
  }

  /* reports */
  .about__reports a{
    font-size: 1.5vw;
  }

  /* support */
  .about__support li{
    font-size: 1.4vw;
  }

  .about__support h5{
    font-size: 1.7vw;
  }

  .about__support h6{
    font-size: 1.6vw;
  }

  /* road*/
  .road h5{
    font-size: 1.7vw;
  }

  .road__item .title{
    font-size: 1vw;
  }

  .road__item .text{
    font-size: 1.4vw;
  }
}

/* 768px以上 レスポンシブ*/
@media screen and (min-width:768px) {
  .about__menu{
    margin-bottom: 30px;
  }


  .road-wrap{
    padding-top: 1.5rem;
  }

  .about__menu a{
    padding: 0;
  }

  .about__support1-box{
    padding: 3%;
  }

  .icon-pdf{
    aspect-ratio: 45/45;
    max-width: 45px;
  }

  /* message */
  .message__list li .label{
    width: 20%;
  }

  /* contract */
  .contract h4{
    margin-top: 7%;
  }

  /* road */

  .wrap.road-wrap2{
    padding-bottom: 1.5rem;
  }

  .road__item{
    display: flex;
  }

  .road__image{
    width: 80%;
    margin-inline: auto;
  }

  .road__body.road__body--flex{
    display: flex;
    align-items: center;
  }


  .road__item .title{
    width: 20%;
  }

  .road__item .text{
    width: 80%;
  }

  .road__logo{
    width: 30%;
    margin-top: 20px;
  }

  .road__body{
    margin-top: 25px;
  }

  .road__body-imageBox{
    display: flex;
    justify-content: center;
    gap: 18px;
  }

  .road__body-image{
    width: 28%;
  }

  .road__body-image.road__body-image--flex{
    width: 28%;
  }

  .road__text{
    margin-top: 30px;
  }

  .road__text.road__text--flex{
    width: 65%;
    padding: 1.7rem;
    margin-top: 0;
  }

  .road__text.road__text--flex p{

  }
}

/* 767px以下 単位vw*/
@media screen and (max-width: 767px){
  .about__menu a{
    width: 32.5vw;
  }
  .about__menu a:nth-child(2){
    width: 32vw;
  }
  .about__box h3{
    font-size: 5.4vw;
  }
  .about__box h4{
    font-size: 3.8vw;
  }
  .about__box p{
    font-size: 3.4vw;
  }

  /* message */
  .message__list li .item{
    font-size: 3.4vw;
    line-height: 1.3;
  }

  /* history */
  .history table:not(.table) th,
  .history table:not(.table) td{
    font-size: 3.4vw;
  }

  /* contract */
  .contract h4{
    font-size: 4.8vw;
  }
  .contract h5{
    font-size: 4.5vw;
  }
  .contract h6{
    font-size: 3.5vw;
  }
  .contract li{
    font-size: 3.5vw;
  }

  /* policy */
  .pdf ul li a .title{
    font-size: 3.5vw;
    line-height: 1.2;
  }

  /* reports */
  .about__reports a{
    font-size: 3.6vw;
  }

   /* support */
  .about__support li{
    font-size: 3.4vw;
  }

  .about__support h5{
    font-size: 3.7vw;
  }

  .about__support h6{
    font-size: 3.5vw;
  }

  /* road*/
  .road h5{
    font-size: 3.5vw;
  }

  .road__item .title{
    font-size: 3.4vw;
  }

  .road__item .text{
    font-size: 3.4vw;
  }
}


