/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper {
  background-image: url(../../images/ttl_en_about.svg);
}
main section.s01 .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .photobox {
  width: 50%;
  position: relative;
}
main section.s01 .wrapper .photobox .photo {
  width: 100%;
  display: block;
  border-radius: 0 25px 25px 0;
}
main section.s01 .wrapper .photobox .msg {
  width: auto;
  height: 110%;
  display: block;
  position: absolute;
  top: -50px;
  right: 30px;
}
main section.s01 .wrapper .txtbox {
  width: 450px;
  max-width: 43%;
  margin-left: 7%;
}
main section.s01 .wrapper .txtbox .t01 {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
}
main section.s02 {
  padding-top: 180px;
}
main section.s02 .wrapper {
  width: 1020px;
  margin: 0 auto;
}
main section.s02 .wrapper .mainttlbox {
  text-align: center;
}
main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 25px;
  margin-top: 70px;
}
main section.s02 .wrapper .t02 {
  padding: 0 40px;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 20px;
}
main section.s02 .wrapper .box01 {
  margin-top: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #182987;
  border-bottom: 1px solid #182987;
  padding: 35px 35px 35px 10px;
}
main section.s02 .wrapper .box01 dl {
  width: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #182987;
}
main section.s02 .wrapper .box01 dl.dl03 dt {
  width: 140px;
}
main section.s02 .wrapper .box01 dl.dl03 dd {
  width: calc(100% - 140px);
}
main section.s02 .wrapper .box01 dl dt {
  width: 190px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s02 .wrapper .box01 dl dt.dt01 img {
  width: 142px;
}
main section.s02 .wrapper .box01 dl dt.dt02 img {
  width: 99px;
}
main section.s02 .wrapper .box01 dl dt.dt03 img {
  width: 58px;
}
main section.s02 .wrapper .box01 dl dt img {
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper .box01 dl dd {
  width: calc(100% - 190px);
}
main section.s02 .wrapper .box01 dl dd .mainttlbox {
  text-align: left;
}
main section.s02 .wrapper .box01 dl dd .mainttlbox .mainttl {
  font-size: 30px;
}
main section.s02 .wrapper .box01 .txt {
  width: 50%;
  padding-left: 50px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
}
main section.s02 .wrapper .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 12%;
  margin-top: 80px;
}
main section.s02 .wrapper .list01 li {
  width: 44%;
}
main section.s02 .wrapper .list01 li .photo {
  max-width: 442px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}
main section.s02 .wrapper .list01 li .t03 {
  font-weight: bold;
  font-size: 30px;
  color: #182987;
  margin-top: 30px;
}
main section.s02 .wrapper .list01 li .t04 {
  font-size: 20px;
  font-weight: 1.75;
  margin-top: 10px;
  letter-spacing: 0;
}
main section.s02 .wrapper .list01 li .t05 {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
  margin-top: 15px;
}
main section.s03 {
  margin-top: 200px;
}
main section.s03 .wrapper .mainttlbox {
  text-align: center;
}
main section.s03 .wrapper .t01 {
  text-align: center;
  font-size: 20px;
  margin-top: 55px;
}
main section.s03 .wrapper .box01 {
  background-color: #D2E0F8;
  padding: 100px 0 200px;
  margin-top: 80px;
}
main section.s03 .wrapper .box01 .tablebox {
  width: 820px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #182987;
  padding: 40px 50px;
}
main section.s03 .wrapper .box01 .tablebox table {
  width: 100%;
}
main section.s03 .wrapper .box01 .tablebox table tr + tr {
  border-top: 1px solid #d2d2d3;
}
main section.s03 .wrapper .box01 .tablebox table tr:first-child td {
  color: #6797e8;
}
main section.s03 .wrapper .box01 .tablebox table tr th {
  width: 210px;
  vertical-align: middle;
  padding: 17px 0 17px 25px;
  font-size: 16px;
  line-height: 1.75;
  color: #6797e8;
}
main section.s03 .wrapper .box01 .tablebox table tr td {
  vertical-align: middle;
  padding: 17px 25px 17px 0;
  font-size: 16px;
  line-height: 1.75;
}
main section.s03 .wrapper .box01 .tablebox table tr td a {
  text-decoration: none;
  color: #3a3a3a;
  pointer-events: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper {
    background-image: url(../../images/ttl_en_about.svg);
  }
  main section.s01 .wrapper {
    display: block;
  }
  main section.s01 .wrapper .photobox {
    width: calc(100% - 20px);
    position: relative;
  }
  main section.s01 .wrapper .photobox .photo {
    width: 100%;
    display: block;
    border-radius: 0 15px 15px 0;
  }
  main section.s01 .wrapper .photobox .msg {
    width: auto;
    height: 110%;
    display: block;
    position: absolute;
    top: -10%;
    right: 30px;
  }
  main section.s01 .wrapper .txtbox {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
    margin-top: 30px;
  }
  main section.s01 .wrapper .txtbox .mainttlbox {
    text-align: center;
  }
  main section.s01 .wrapper .txtbox .t01 {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
  }
  main section.s02 {
    padding: 70px 20px 0;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .mainttlbox {
    text-align: center;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }
  main section.s02 .wrapper .t02 {
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 15px;
  }
  main section.s02 .wrapper .box01 {
    margin-top: 50px;
    display: block;
    padding: 20px 0;
  }
  main section.s02 .wrapper .box01 dl {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  main section.s02 .wrapper .box01 dl.dl03 dt {
    width: 70px;
  }
  main section.s02 .wrapper .box01 dl.dl03 dd {
    width: calc(100% - 70px);
  }
  main section.s02 .wrapper .box01 dl dt {
    width: 95px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s02 .wrapper .box01 dl dt.dt01 img {
    width: 71px;
  }
  main section.s02 .wrapper .box01 dl dt.dt02 img {
    width: 50px;
  }
  main section.s02 .wrapper .box01 dl dt.dt03 img {
    width: 29px;
  }
  main section.s02 .wrapper .box01 dl dt img {
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 dl dd {
    width: calc(100% - 95px);
  }
  main section.s02 .wrapper .box01 dl dd .mainttlbox {
    text-align: left;
  }
  main section.s02 .wrapper .box01 dl dd .mainttlbox .mainttl {
    font-size: 22px;
  }
  main section.s02 .wrapper .box01 .txt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-top: 12px;
    text-align: center;
  }
  main section.s02 .wrapper .list01 {
    display: block;
    margin-top: 30px;
  }
  main section.s02 .wrapper .list01 li {
    width: 100%;
  }
  main section.s02 .wrapper .list01 li + li {
    margin-top: 25px;
  }
  main section.s02 .wrapper .list01 li .photo {
    max-width: 442px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  }
  main section.s02 .wrapper .list01 li .t03 {
    font-weight: bold;
    font-size: 20px;
    color: #182987;
    margin-top: 20px;
  }
  main section.s02 .wrapper .list01 li .t04 {
    font-size: 16px;
    font-weight: 1.75;
    margin-top: 8px;
    letter-spacing: 1px;
  }
  main section.s02 .wrapper .list01 li .t05 {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-top: 8px;
  }
  main section.s03 {
    margin-top: 70px;
  }
  main section.s03 .wrapper .mainttlbox {
    text-align: center;
  }
  main section.s03 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.7;
  }
  main section.s03 .wrapper .box01 {
    background-color: #D2E0F8;
    padding: 40px 20px 100px;
    margin-top: 30px;
  }
  main section.s03 .wrapper .box01 .tablebox {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #182987;
    padding: 15px 20px;
  }
  main section.s03 .wrapper .box01 .tablebox table {
    width: 100%;
  }
  main section.s03 .wrapper .box01 .tablebox table tr + tr {
    border-top: 1px solid #d2d2d3;
  }
  main section.s03 .wrapper .box01 .tablebox table tr th {
    width: 100px;
    vertical-align: middle;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  main section.s03 .wrapper .box01 .tablebox table tr td {
    vertical-align: middle;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.75;
  }
  main section.s03 .wrapper .box01 .tablebox table tr td a {
    text-decoration: none;
    color: #3a3a3a;
    pointer-events: none;
  }
}