/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .mainttl {
  background-image: url(../../../images/bg_ttl_cp.jpg);
}
main section.s01 {
  background-image: url(../../../images/me0101.png);
  background-size: cover;
  background-position: top 0 center;
  padding: 150px 0;
}
main section.s01 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s01 .wrapper .map {
  width: 45%;
  display: block;
  position: absolute;
  top: 2%;
  right: 0;
}
main section.s01 .wrapper h3 {
  font-size: 80px;
  color: #fff;
}
main section.s01 .wrapper .t01 {
  font-size: 21px;
  line-height: 2.5;
  color: #fff;
  margin-top: 30px;
}
main section.s01 .wrapper .t02 {
  font-size: 40px;
  color: #fff;
}
main section.s02 {
  background-color: #e6e6e6;
  padding: 180px 0;
}
main section.s02 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s02 .wrapper .msg_en {
  width: 100.5%;
  position: absolute;
  top: min(-50px, -3.8vw);
  right: 0;
}
main section.s02 .wrapper h4 {
  text-align: center;
  font-size: 58px;
  color: #0085bd;
  line-height: 1.7;
}
main section.s02 .wrapper 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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}
main section.s02 .wrapper dl dt {
  width: 490px;
  height: 600px;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
main section.s02 .wrapper dl dt img {
  width: 275px;
  display: block;
}
main section.s02 .wrapper dl dd {
  width: 550px;
  font-size: 18px;
  line-height: 2.9;
  color: #0085bd;
  letter-spacing: 0px;
}
main section.s03 {
  margin-top: 180px;
}
main section.s03 .wrapper {
  margin: 0 auto;
}
main section.s03 .wrapper h5 {
  width: 1100px;
  margin: 0 auto;
  font-size: 40px;
}
main section.s03 .wrapper .dl01 {
  margin-top: 55px;
  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.s03 .wrapper .dl01 dd {
  width: calc(50% - 20px);
  font-size: 17px;
  line-height: 2.35;
  padding-right: 60px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}
main section.s03 .wrapper .dl01 dd p {
  display: inline-block;
  width: 470px;
  text-align: left;
  letter-spacing: 1px;
}
main section.s03 .wrapper .dl01 dt {
  width: calc(50% + 20px);
  height: 491px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper .dl01 dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
main section.s03 .wrapper .dl02 {
  width: 1100px;
  margin: 100px auto 0;
}
main section.s03 .wrapper .dl02 dt {
  font-size: 40px;
}
main section.s03 .wrapper .dl02 dd {
  font-size: 17px;
  line-height: 2.35;
  margin-top: 30px;
  letter-spacing: 1px;
}
main section.s03 .wrapper .name {
  width: 1100px;
  margin: 80px auto 0;
  font-size: 16px;
  line-height: 36px;
  text-align: right;
}
main section.s03 .wrapper .name span {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 1;
  margin-left: 25px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .mainttl {
    background-image: url(../../../images/bg_ttl_cp.jpg);
  }
  main section.s01 {
    background-image: url(../../../images/me0101.png);
    background-size: cover;
    background-position: top 0 center;
    padding: 120px 0 80px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .map {
    position: static;
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h3 {
    font-size: 32px;
    color: #fff;
  }
  main section.s01 .wrapper .t01 {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
  }
  main section.s01 .wrapper .t02 {
    font-size: 24px;
    color: #fff;
    line-height: 1.7;
    margin-top: 20px;
  }
  main section.s02 {
    background-color: #e6e6e6;
    padding: 70px 20px 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .msg_en {
    width: 100.5%;
    position: absolute;
    top: -3.8vw;
    right: 0;
  }
  main section.s02 .wrapper h4 {
    text-align: center;
    font-size: 24px;
    color: #0085bd;
    line-height: 1.7;
  }
  main section.s02 .wrapper dl {
    display: block;
    margin-top: 25px;
  }
  main section.s02 .wrapper dl dt {
    width: 250px;
    height: auto;
    display: block;
    padding: 30px 0;
    margin: 0 auto;
  }
  main section.s02 .wrapper dl dt img {
    width: 137.5px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 2.9;
    color: #0085bd;
    letter-spacing: 0px;
    margin-top: 20px;
  }
  main section.s03 {
    margin-top: 50px;
    padding: 0 20px;
  }
  main section.s03 .wrapper {
    margin: 0 auto;
  }
  main section.s03 .wrapper h5 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
  }
  main section.s03 .wrapper .dl01 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
  main section.s03 .wrapper .dl01 dd {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    margin-top: 10px;
  }
  main section.s03 .wrapper .dl01 dd p {
    width: 100%;
    display: block;
    letter-spacing: 1px;
  }
  main section.s03 .wrapper .dl01 dt {
    width: 100%;
    height: auto;
  }
  main section.s03 .wrapper .dl01 dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  main section.s03 .wrapper .dl02 {
    width: 100%;
    margin: 40px auto 0;
  }
  main section.s03 .wrapper .dl02 dt {
    font-size: 20px;
  }
  main section.s03 .wrapper .dl02 dd {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  main section.s03 .wrapper .name {
    width: 100%;
    margin: 25px auto 0;
    font-size: 13px;
    line-height: 30px;
    text-align: right;
  }
  main section.s03 .wrapper .name span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1;
    margin-left: 15px;
  }
}