/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  overflow: hidden;
  padding: 90px 0 50px;
}
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .box01 .txtbox {
  width: 570px;
}
main section.s01 .wrapper .box01 .txtbox .t01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
main section.s01 .wrapper .box01 .txtbox .t02 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 2.2;
}
main section.s01 .wrapper .box01 .photo01 {
  width: 329px;
}
main section.s02 {
  padding: 90px 0;
  background-color: #F3F4F8;
  overflow: hidden;
}
main section.s02 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s02 .wrapper .ttlbox_en p {
  background-color: #F3F4F8;
}
main section.s02 .wrapper h2 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
main section.s02 .wrapper ul li {
  margin-top: 40px;
  padding-left: 30px;
  position: relative;
}
main section.s02 .wrapper ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #707070;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 14px;
}
main section.s02 .wrapper ul li:nth-child(even) {
  padding: 0 30px 0 0;
}
main section.s02 .wrapper ul li:nth-child(even)::before {
  right: 14px;
  left: auto;
}
main section.s02 .wrapper ul li:nth-child(even) .bar {
  right: 0;
  left: auto;
  padding-bottom: 10px;
}
main section.s02 .wrapper ul li:nth-child(even) dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 20px 0 30px;
}
main section.s02 .wrapper ul li:nth-child(even) dl dt .t01 {
  text-align: right;
}
main section.s02 .wrapper ul li:nth-child(even) dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s02 .wrapper ul li .bar {
  width: 29px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding-bottom: 10px;
  background-color: #F3F4F8;
}
main section.s02 .wrapper ul li .bar img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper ul li dl {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s02 .wrapper ul li dl dt {
  width: calc(100% - 411px);
  padding: 0 30px 0 20px;
}
main section.s02 .wrapper ul li dl dt .t01 {
  font-size: 50px;
  letter-spacing: 0;
}
main section.s02 .wrapper ul li dl dt .t02 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
main section.s02 .wrapper ul li dl dt .t03 {
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
}
main section.s02 .wrapper ul li dl dd {
  width: 411px;
}
main section.s02 .wrapper ul li dl dd img {
  width: 100%;
}

footer {
  margin-top: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    overflow: hidden;
    padding: 70px 15px 30px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 {
    display: block;
  }
  main section.s01 .wrapper .box01 .txtbox {
    width: 100%;
  }
  main section.s01 .wrapper .box01 .txtbox .t01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  main section.s01 .wrapper .box01 .txtbox .t01 span {
    padding-top: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
  }
  main section.s01 .wrapper .box01 .txtbox .t02 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
  }
  main section.s01 .wrapper .box01 .photo01 {
    width: 100%;
    margin-top: 15px;
  }
  main section.s02 {
    padding: 70px 15px;
    background-color: #fff;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .ttlbox_en p {
    background-color: #fff;
  }
  main section.s02 .wrapper h2 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
  }
  main section.s02 .wrapper ul li {
    margin-top: 20px;
    padding: 0 0 0 20px !important;
    position: relative;
  }
  main section.s02 .wrapper ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #707070;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 7px !important;
    right: auto !important;
  }
  main section.s02 .wrapper ul li:nth-child(even) {
    padding: 0 30px 0 0;
  }
  main section.s02 .wrapper ul li:nth-child(even)::before {
    right: 14px;
    left: auto;
  }
  main section.s02 .wrapper ul li:nth-child(even) .bar {
    right: 0;
    left: auto;
    padding-bottom: 10px;
  }
  main section.s02 .wrapper ul li:nth-child(even) dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 20px 0 30px;
  }
  main section.s02 .wrapper ul li:nth-child(even) dl dt .t01 {
    text-align: right;
  }
  main section.s02 .wrapper ul li:nth-child(even) dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s02 .wrapper ul li .bar {
    width: 14.5px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: auto !important;
    left: 0 !important;
    padding-bottom: 5px;
    background-color: #fff;
  }
  main section.s02 .wrapper ul li .bar img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul li dl {
    display: block;
  }
  main section.s02 .wrapper ul li dl dt {
    width: 100%;
    padding: 0 0 0 5px !important;
  }
  main section.s02 .wrapper ul li dl dt .t01 {
    font-size: 25px;
    letter-spacing: 0;
    text-align: left !important;
  }
  main section.s02 .wrapper ul li dl dt .t02 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s02 .wrapper ul li dl dt .t03 {
    font-size: 12px;
    line-height: 2;
    margin-top: 10px;
  }
  main section.s02 .wrapper ul li dl dd {
    width: 100%;
    padding-left: 5px;
  }
  main section.s02 .wrapper ul li dl dd img {
    width: 100%;
  }
  footer {
    margin-top: 0;
  }
}