/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper {
  background-image: url(../../images/ttl_en_service.svg);
}
main section.s01 {
  background-color: #D2E0F8;
  padding: 70px 0;
}
main section.s01 .wrapper ul {
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
main section.s01 .wrapper ul li {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
main section.s01 .wrapper ul li a {
  display: block;
  text-decoration: none;
}
main section.s01 .wrapper ul li a:hover {
  opacity: 1;
}
main section.s01 .wrapper ul li a:hover * {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
main section.s01 .wrapper ul li a:hover * .en,
main section.s01 .wrapper ul li a:hover * .mainttl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section.s01 .wrapper ul li a * {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper ul li a .icon {
  width: 127px;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper ul li a .mainttlbox {
  margin-top: 20px;
}
main section.s01 .wrapper ul li a .mainttlbox .en {
  font-size: 16px;
}
main section.s01 .wrapper ul li a .mainttlbox .mainttl {
  font-size: 25px;
  margin-top: 4px;
}
main section.s01 .wrapper ul li a .arrow {
  width: 19.5px;
  display: block;
  margin: 20px auto 0;
}
main section.s02 {
  padding-top: 90px;
}
main section.s02 .wrapper {
  width: 960px;
  margin: 0 auto;
}
main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  font-weight: bold;
}
main section.s02 .wrapper .t02 {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
main section.s02 .wrapper .t03 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 20px;
}
main section.s03 {
  padding-top: 150px;
}
main section.s03 .wrapper {
  width: 1020px;
  margin: 0 auto;
  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;
}
main section.s03 .wrapper .left {
  width: 470px;
}
main section.s03 .wrapper .left 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;
}
main section.s03 .wrapper .left dl dt {
  width: 150px;
}
main section.s03 .wrapper .left dl dt .num {
  height: 106px;
  display: block;
}
main section.s03 .wrapper .left dl dd {
  width: calc(100% - 150px);
}
main section.s03 .wrapper .left dl dd .mainttlbox .mainttl {
  font-size: 33px;
  letter-spacing: 2px;
}
main section.s03 .wrapper .left .t01 {
  font-size: 25px;
  font-weight: bold;
  color: #182987;
  line-height: 1.8;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #182987;
  letter-spacing: 1px;
}
main section.s03 .wrapper .left .t01.t0102 {
  letter-spacing: 3px;
}
main section.s03 .wrapper .left .t02 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 15px;
}
main section.s03 .wrapper .left .photo {
  width: 100%;
  margin-top: 60px;
  display: block;
  border-radius: 15px;
}
main section.s03 .wrapper .right {
  width: 484px;
  padding-top: 16px;
}
main section.s03 .wrapper .right .en {
  font-size: 16px;
  color: #6797e8;
}
main section.s03 .wrapper .right ul {
  margin-top: 20px;
}
main section.s03 .wrapper .right ul li + li {
  margin-top: 35px;
}
main section.s03 .wrapper .right ul li .t03 {
  font-size: 25px;
  font-weight: bold;
  color: #182987;
}
main section.s03 .wrapper .right ul li .t04 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  background-color: #6797e8;
  padding: 5px 20px;
  margin-top: 15px;
}
main section.s03 .wrapper .right ul li .t05 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
}
main section.s04 {
  padding: 150px 0 200px;
}
main section.s04 .wrapper .t01 {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #182987;
}
main section.s04 .wrapper .btn_tel {
  width: 485px;
  display: block;
  margin: 30px auto 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper {
    background-image: url(../../images/ttl_en_service.svg);
  }
  main section.s01 {
    background-color: #D2E0F8;
    padding: 10px 20px;
    margin-top: -40px;
  }
  main section.s01 .wrapper ul {
    display: block;
    width: 400px;
    max-width: 100%;
  }
  main section.s01 .wrapper ul li {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  main section.s01 .wrapper ul li + li {
    border-top: 1px solid #fff;
  }
  main section.s01 .wrapper ul li a {
    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;
    position: relative;
    padding: 10px 0;
  }
  main section.s01 .wrapper ul li a:hover {
    opacity: 1;
  }
  main section.s01 .wrapper ul li a:hover * {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main section.s01 .wrapper ul li a:hover * .en,
  main section.s01 .wrapper ul li a:hover * .mainttl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main section.s01 .wrapper ul li a * {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s01 .wrapper ul li a .icon {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper ul li a .mainttlbox {
    width: calc(100% - 60px);
    margin-top: 0;
    text-align: left;
    padding-left: 15px;
  }
  main section.s01 .wrapper ul li a .mainttlbox .en {
    font-size: 12px;
  }
  main section.s01 .wrapper ul li a .mainttlbox .mainttl {
    font-size: 18px;
    margin-top: 2px;
  }
  main section.s01 .wrapper ul li a .arrow {
    width: 10px;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
  }
  main section.s02 {
    padding: 50px 20px 0;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
  }
  main section.s02 .wrapper .t02 {
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
  }
  main section.s02 .wrapper .t03 {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
  }
  main section.s03 {
    padding: 50px 20px 0;
  }
  main section.s03 .wrapper {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .left {
    width: 100%;
  }
  main section.s03 .wrapper .left 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;
  }
  main section.s03 .wrapper .left dl dt {
    width: 70px;
  }
  main section.s03 .wrapper .left dl dt .num {
    height: 50px;
    display: block;
  }
  main section.s03 .wrapper .left dl dd {
    width: calc(100% - 70px);
  }
  main section.s03 .wrapper .left dl dd .mainttlbox .mainttl {
    font-size: 22px;
    letter-spacing: 1px;
  }
  main section.s03 .wrapper .left .t01 {
    font-size: 17px;
    font-weight: bold;
    color: #182987;
    line-height: 1.8;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #182987;
    letter-spacing: 1px;
  }
  main section.s03 .wrapper .left .t01.t0102 {
    letter-spacing: 1.5px;
  }
  main section.s03 .wrapper .left .t02 {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
  }
  main section.s03 .wrapper .left .photo {
    width: 100%;
    margin-top: 20px;
    display: block;
    border-radius: 10px;
  }
  main section.s03 .wrapper .right {
    width: 100%;
    padding-top: 25px;
  }
  main section.s03 .wrapper .right .en {
    font-size: 16px;
    color: #6797e8;
  }
  main section.s03 .wrapper .right ul {
    margin-top: 20px;
  }
  main section.s03 .wrapper .right ul li + li {
    margin-top: 25px;
  }
  main section.s03 .wrapper .right ul li .t03 {
    font-size: 20px;
    font-weight: bold;
    color: #182987;
  }
  main section.s03 .wrapper .right ul li .t04 {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    background-color: #6797e8;
    padding: 3px 15px;
    margin-top: 5px;
  }
  main section.s03 .wrapper .right ul li .t05 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.75;
  }
  main section.s04 {
    padding: 50px 20px 80px;
  }
  main section.s04 .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #182987;
  }
  main section.s04 .wrapper .btn_tel {
    width: 285px;
    display: block;
    margin: 20px auto 0;
  }
}