.section {
  max-width: 1025px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section {
    margin: -60px auto 0;
    padding: 120px 20px 0;
  }
}

.section_01_inr {
  position: relative;
  margin-bottom: 80px;
}

.section_01_inr:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section_01_inr {
    margin-bottom: 60px;
  }
}

.section_01_inr .point_01 {
  position: absolute;
  top: -45px;
  left: -45px;
  width: 190px;
}

@media screen and (max-width: 767px) {
  .section_01_inr .point_01 {
    top: 0;
    left: 0;
    width: 90px;
  }
}

.section_01_inr .point_02 {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 185px;
}

@media screen and (max-width: 767px) {
  .section_01_inr .point_02 {
    top: 0;
    left: 0;
    width: 90px;
  }
}

.section_01_inr .point_03 {
  position: absolute;
  top: -75px;
  left: -30px;
  width: 141px;
}

@media screen and (max-width: 767px) {
  .section_01_inr .point_03 {
    top: 0;
    left: 15px;
    width: 65px;
  }
}

.section_01_inr .point_04 {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 185px;
}

@media screen and (max-width: 767px) {
  .section_01_inr .point_04 {
    top: 0;
    left: 0;
    width: 90px;
  }
}


.section_01_inr .point_05 {
  position: absolute;
  top: -75px;
  left: -30px;
  width: 141px;
}

@media screen and (max-width: 767px) {
  .section_01_inr .point_05 {
    top: 0;
    left: 15px;
    width: 65px;
  }
}



.section_01_inr .img {
  width: 57%;
}

@media screen and (max-width: 767px) {
  .section_01_inr .img {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px 30px;
  }
}

.section_01_inr .txt {
  width: 43%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section_01_inr .txt {
    width: 100%;
  }
}

.section_01_inr .txt .en {
  color: #c81e14;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  .section_01_inr .txt .en {
    text-align: center;
    font-size: 1.2rem;
  }
}

.section_01_inr .txt h3 {
  color: #c81e14;
  font-size: 3rem;
  margin: 0.6em 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section_01_inr .txt h3 {
    font-size: 2rem;
    text-align: center;
  }
}

.section_01_inr .txt P {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}

.section_01_inr.row_01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_01_inr.row_01 .txt {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .section_01_inr.row_01 .txt {
    padding-left: 0;
  }
}

.section_01_inr.row_02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section_01_inr.row_02 .txt {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .section_01_inr.row_02 .txt {
    padding-right: 0;
  }
}

.section_02 .main {
  margin-bottom: 60px;
}

.section_02 .section_02_inr {
  max-width: 805px;
  width: 100%;
  margin: 30px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .section_02 .section_02_inr {
    margin-bottom: 60px;
  }
}

.section_02 .section_02_inr .img {
  width: 285px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_02_inr .img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section_02 .section_02_inr .txt {
  width: -webkit-calc(100% - 285px);
  width: calc(100% - 285px);
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_02_inr .txt {
    width: 100%;
    padding-left: 0;
  }
}

.section_02 .section_02_inr .txt h3 {
  color: #c81e14;
  font-size: 3rem;
  margin: 0 0 0.6em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section_02 .section_02_inr .txt h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: .3em;
  }
}

.section_02 .section_02_inr .txt strong {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_02_inr .txt strong {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
}

.section_02 .section_02_inr .txt P {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}

.section_02 table {
  max-width: 805px;
  width: 100%;
  margin: 130px auto 0;
  background: #fcf4f3;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .section_02 table {
    border-top: 1px solid #c81e14;
    border-right: 1px solid #c81e14;
    margin-top: 60px;
  }
}

.section_02 table tr {
  border: 1px solid #c81e14;
}

@media screen and (max-width: 767px) {
  .section_02 table tr {
    border: none;
  }
}

.section_02 table th {
  padding: 35px;
  border-left: 10px solid #c81e14;
}

@media screen and (max-width: 767px) {
  .section_02 table th {
    padding: 20px;
    display: inline-block;
    width: 65%;
    border-bottom: 1px solid #c81e14;
  }
}

.section_02 table td {
  padding: 35px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .section_02 table td {
    padding: 20px;
    display: inline-block;
    width: 35%;
    border-bottom: 1px solid #c81e14;
  }
}

.section_02_5 .sdg_main{
  max-width: 800px;
  margin:0 auto;
  text-align: center;
}

.section_02_5 .sdg_main h3{
  font-size: 3.0rem;
  color: #c81e14;
  letter-spacing: 0.5em;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.section_02_5 .sdg_main p{
  font-size: 2.1rem;
  color: #c81e14;
  letter-spacing: 0.3em;
  font-weight: bold;
}

.sdg-img_inr{
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .sdg-img_inr {
    flex-direction: column;
  }
}
.sdg-img_inr .sdg-img_img{
  width: 208px;
}

.sdg-img_inr .sdg-img_img img{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sdg-img_inr .sdg-img_img{
    margin: 0 auto;
    max-width: 115px;
    height: auto;
    margin-bottom: 33px;
  }
}

.sdg-img_inr .text{
  width: 70%;
  max-width: 597px;
  margin-left: 55px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sdg-img_inr .text{
    width:100%;
    margin-left:0;
  }
}


.sdg-img_inr .text p{
  letter-spacing: 0.2em;
  line-height: 2;
}

.section_03 .info_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .section_03 .info_row {
    padding: 20px;
    border-bottom: 1px solid #cdcdcd;
  }
}

.section_03 .info_row .en {
  width: 220px;
  padding: 35px 0;
  border-bottom: 1px solid #c81e14;
  color: #c81e14;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .section_03 .info_row .en {
    width: 100%;
    padding: 5px 0;
    border-bottom: none;
    margin-right: 0;
  }
}

.section_03 .info_row .jp {
  width: 130px;
  padding: 35px 0;
  border-bottom: 1px solid #c81e14;
  color: #c81e14;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .section_03 .info_row .jp {
    width: 100%;
    padding: 5px 0;
    border-bottom: none;
    margin-right: 0;
  }
}

.section_03 .info_row .inr {
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px);
  padding: 35px 0;
  border-bottom: 1px solid #cdcdcd;
}

@media screen and (max-width: 767px) {
  .section_03 .info_row .inr {
    width: 100%;
    padding: 5px 0;
    border-bottom: none;
  }
}

.section_03 .info_row .inr a {
  float: right;
  background: #c81e14;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 35px;
}

@media screen and (max-width: 767px) {
  .section_03 .info_row .inr a {
    float: none;
    display: block;
    margin-top: 20px;
    padding: 15px 35px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section_03 .info_row_top {
    padding: 20px;
    border-top: 1px solid #cdcdcd;
  }
}

@media screen and (min-width: 768px) {
  .section_03 .info_row_top .en {
    border-top: 1px solid #c81e14;
  }
  .section_03 .info_row_top .jp {
    width: 130px;
    border-top: 1px solid #c81e14;
  }
  .section_03 .info_row_top .inr {
    border-top: 1px solid #cdcdcd;
  }
}

  .section_03 .info_img{
    margin-top: 123px;

  }



