/* ------------------------------
 width: all
------------------------------ */
main section .idpoint {
  top: -229px !important;
}
main section .wrapper .num_contents {
  margin-top: 150px;
  position: relative;
}
main section .wrapper .num_contents.right {
  text-align: right;
}
main section .wrapper .num_contents.right .numbox {
  right: calc(50% + 320px);
  left: auto;
}
main section .wrapper .num_contents.right .contents {
  border-radius: 25px 0 0 25px;
  text-align: left;
}
main section .wrapper .num_contents.right .contents::before {
  right: auto;
  left: 0;
}
main section .wrapper .num_contents.right .contents::after {
  right: -2px;
  left: auto;
}
main section .wrapper .num_contents.right .contents .box01 .box02 .topbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section .wrapper .num_contents.right .contents .box01 .box02 .topbox .item_slider-set .slider-main img {
  border-radius: 0 10px 10px 0;
}
main section .wrapper .num_contents.right .contents .box01 .box02 .topbox .photo03 {
  border-radius: 0 15px 15px 0;
}
main section .wrapper .num_contents.right .contents .box01 .box02 .txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section .wrapper .num_contents .numbox {
  width: 150px;
  display: block;
  position: absolute;
  top: -57px;
  left: calc(50% + 320px);
  background-color: #fff;
  z-index: 10;
}
main section .wrapper .num_contents .numbox img {
  height: 106px;
  display: block;
  margin: 0 auto;
}
main section .wrapper .num_contents .contents {
  width: calc(50% + 510px);
  display: inline-block;
  text-align: right;
  border: 2px solid #182987;
  border-radius: 0 25px 25px 0;
  padding: 48px 0;
  position: relative;
}
main section .wrapper .num_contents .contents::before {
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  background-color: #182987;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 20;
}
main section .wrapper .num_contents .contents::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -2px;
}
main section .wrapper .num_contents .contents .box01 {
  width: 1020px;
  display: inline-block;
  text-align: left;
}
main section .wrapper .num_contents .contents .box01 .box02 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox {
  width: 470px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-main {
  width: 100%;
  margin-bottom: 10px;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 10px 0 0 10px;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail {
  width: 100%;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .photo03 {
  width: 100%;
  display: block;
  border-radius: 15px 0 0 15px;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 {
  background-color: #eee;
  padding: 25px;
  margin-top: 35px;
  border-radius: 0 15px 15px 0;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt {
  position: relative;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #182987;
  position: absolute;
  top: 15px;
  left: 0;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt span {
  font-size: 20px;
  display: inline-block;
  background-color: #eee;
  color: #182987;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dd {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px;
}
main section .wrapper .num_contents .contents .box01 .box02 .txtbox {
  width: 480px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t11 {
  font-size: 16px;
}
main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t12 {
  font-size: 35px;
  font-weight: bold;
  color: #182987;
  border-bottom: 1px solid #182987;
  padding-bottom: 15px;
  margin-top: 10px;
}
main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t13 {
  color: #6797e8;
  font-size: 25px;
  margin-top: 20px;
}
main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t14 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 10px;
  letter-spacing: 1px;
}
main section .wrapper .num_contents .contents .box01 .box02 .txtbox ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
  padding-left: 30px;
  margin-top: 20px;
}
main section .wrapper .num_contents .contents .box01 .box02 .txtbox ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-color: #6797e8;
  border-radius: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
main section.ttl_section .wrapper {
  background-image: url(../../images/ttl_en_feature.svg);
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
main section.s02 {
  padding-top: 180px;
}
main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 20px;
  color: #6797e8;
}
main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #182987;
  margin-top: 10px;
}
main section.s02 .wrapper .box01 {
  margin-top: 40px;
  padding: 50px 0;
  background-color: #D2E0F8;
}
main section.s02 .wrapper .box01 .box02 {
  width: 1020px;
  margin: 0 auto;
}
main section.s02 .wrapper .box01 .box02 ul li {
  position: relative;
  padding-left: 200px;
}
main section.s02 .wrapper .box01 .box02 ul li + li {
  margin-top: 40px;
}
main section.s02 .wrapper .box01 .box02 ul li:last-child::before {
  top: auto;
  bottom: 0;
}
main section.s02 .wrapper .box01 .box02 ul li::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 40px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #182987;
}
main section.s02 .wrapper .box01 .box02 ul li::after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  border-radius: 20px;
  background-color: #6797e8;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
}
main section.s02 .wrapper .box01 .box02 ul li .num {
  height: 64px;
  display: block;
  position: absolute;
  top: 50%;
  left: 45px;
  margin-top: -32px;
}
main section.s02 .wrapper .box01 .box02 ul li .contents {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #182987;
  padding: 45px 35px 45px 90px;
  position: relative;
}
main section.s02 .wrapper .box01 .box02 ul li .contents .icon {
  width: 128px;
  display: block;
  position: absolute;
  top: 50%;
  left: -64px;
  margin-top: -64px;
}
main section.s02 .wrapper .box01 .box02 ul li .contents 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;
  min-height: 120px;
}
main section.s02 .wrapper .box01 .box02 ul li .contents dl dt {
  width: 250px;
}
main section.s02 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox .mainttl {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 10px;
}
main section.s02 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox .mainttl span {
  font-size: 20px;
}
main section.s02 .wrapper .box01 .box02 ul li .contents dl dd {
  width: calc(100% - 250px);
  font-size: 16px;
  line-height: 1.75;
}
main section.s03 {
  padding: 200px 0 100px;
}
main section.s03 .wrapper h4 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #182987;
}
main section.s03 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  color: #6797e8;
  margin-top: 15px;
}
main section.s03 .wrapper ul {
  width: 670px;
  margin: 80px auto 0;
}
main section.s03 .wrapper ul li + li {
  margin-top: 40px;
}
main section.s03 .wrapper ul li dl dt {
  position: relative;
}
main section.s03 .wrapper ul li dl dt::before {
  content: "";
  display: block;
  width: 360px;
  height: 1px;
  background-color: #182987;
  position: absolute;
  top: 50%;
  right: 0;
}
main section.s03 .wrapper ul li dl dt span {
  width: 286px;
  font-size: 20px;
  padding: 12px 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #182987;
  border-radius: 50px;
  text-align: center;
}
main section.s03 .wrapper ul li dl dd {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}
main section.s03 .wrapper ul li dl dd span {
  font-weight: bold;
  color: #a40000;
}
main section.s04 {
  padding-bottom: 180px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section .idpoint {
    top: -100px !important;
  }
  main section .wrapper .num_contents {
    margin-top: 70px;
    position: relative;
  }
  main section .wrapper .num_contents.right {
    text-align: right;
  }
  main section .wrapper .num_contents.right .numbox {
    right: auto;
    left: 30px;
  }
  main section .wrapper .num_contents.right .contents {
    border-radius: 25px 0 0 25px;
    text-align: left;
  }
  main section .wrapper .num_contents.right .contents::before {
    right: auto;
    left: 0;
  }
  main section .wrapper .num_contents.right .contents::after {
    right: -2px;
    left: auto;
  }
  main section .wrapper .num_contents.right .contents .box01 .box02 .topbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section .wrapper .num_contents.right .contents .box01 .box02 .topbox .item_slider-set .slider-main img {
    border-radius: 0 10px 10px 0;
  }
  main section .wrapper .num_contents.right .contents .box01 .box02 .topbox .photo03 {
    border-radius: 0 15px 15px 0;
  }
  main section .wrapper .num_contents.right .contents .box01 .box02 .txtbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section .wrapper .num_contents .numbox {
    width: 75px;
    height: 53px;
    display: block;
    position: absolute;
    top: -26px;
    left: auto;
    right: 30px;
    background-color: #fff;
    z-index: 10;
  }
  main section .wrapper .num_contents .numbox img {
    height: 53px;
    display: block;
    margin: 0 auto;
  }
  main section .wrapper .num_contents .contents {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: block;
    text-align: right;
    border: 2px solid #182987;
    border-radius: 15px !important;
    padding: 22px 15px;
    position: relative;
  }
  main section .wrapper .num_contents .contents::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #182987;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 20;
  }
  main section .wrapper .num_contents .contents::after {
    display: none;
  }
  main section .wrapper .num_contents .contents .box01 {
    width: 100%;
    display: block;
    text-align: left;
  }
  main section .wrapper .num_contents .contents .box01 .box02 {
    width: 100%;
    display: block;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox {
    width: 100%;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-main {
    width: 100%;
    margin-bottom: 10px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-main img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-radius: 10px 0 0 10px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail {
    width: 100%;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .item_slider-set .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .photo03 {
    width: 100%;
    display: block;
    border-radius: 10px !important;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 {
    background-color: #eee;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt {
    position: relative;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #182987;
    position: absolute;
    top: 13px;
    left: 0;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt span {
    font-size: 16px;
    display: inline-block;
    background-color: #eee;
    color: #182987;
    padding-right: 5px;
    position: relative;
    z-index: 2;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dd {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .txtbox {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t11 {
    font-size: 13px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t12 {
    font-size: 22px;
    font-weight: bold;
    color: #182987;
    border-bottom: 1px solid #182987;
    padding-bottom: 8px;
    margin-top: 5px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t13 {
    color: #6797e8;
    font-size: 18px;
    margin-top: 10px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .txtbox .t14 {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 8px;
    letter-spacing: 1px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .txtbox ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1px;
    padding-left: 25px;
    margin-top: 10px;
  }
  main section .wrapper .num_contents .contents .box01 .box02 .txtbox ul li::before {
    width: 16px;
    height: 16px;
    content: "";
    display: block;
    background-color: #6797e8;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  main section.ttl_section .wrapper {
    background-image: url(../../images/ttl_en_feature.svg);
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 20px;
  }
  main section.s02 {
    padding-top: 70px;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    color: #6797e8;
  }
  main section.s02 .wrapper h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #182987;
    margin-top: 5px;
  }
  main section.s02 .wrapper .box01 {
    margin-top: 30px;
    padding: 40px 20px;
    background-color: #D2E0F8;
  }
  main section.s02 .wrapper .box01 .box02 {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 .box02 ul li {
    position: relative;
    padding-left: 60px;
  }
  main section.s02 .wrapper .box01 .box02 ul li + li {
    margin-top: 25px;
  }
  main section.s02 .wrapper .box01 .box02 ul li:last-child::before {
    top: auto;
    bottom: 0;
  }
  main section.s02 .wrapper .box01 .box02 ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 25px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #182987;
  }
  main section.s02 .wrapper .box01 .box02 ul li::after {
    width: 14px;
    height: 14px;
    content: "";
    display: block;
    border-radius: 20px;
    background-color: #6797e8;
    position: absolute;
    top: 10px;
    left: -7px;
    margin-top: 0;
  }
  main section.s02 .wrapper .box01 .box02 ul li .num {
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    margin-top: 0;
  }
  main section.s02 .wrapper .box01 .box02 ul li .contents {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #182987;
    padding: 20px 20px 20px 20px;
    position: relative;
  }
  main section.s02 .wrapper .box01 .box02 ul li .contents .icon {
    width: 60px;
    display: block;
    position: absolute;
    top: 40px;
    left: -70px;
    margin-top: 0;
  }
  main section.s02 .wrapper .box01 .box02 ul li .contents dl {
    display: block;
    min-height: 0;
  }
  main section.s02 .wrapper .box01 .box02 ul li .contents dl dt {
    width: 100%;
  }
  main section.s02 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox .mainttl {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 5px;
  }
  main section.s02 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox .mainttl span {
    font-size: 14px;
  }
  main section.s02 .wrapper .box01 .box02 ul li .contents dl dd {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.75;
  }
  main section.s03 {
    padding: 50px 20px 0;
  }
  main section.s03 .wrapper h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #182987;
  }
  main section.s03 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    color: #6797e8;
    margin-top: 10px;
    line-height: 1.7;
  }
  main section.s03 .wrapper ul {
    width: 100%;
    margin: 30px auto 0;
  }
  main section.s03 .wrapper ul li + li {
    margin-top: 25px;
  }
  main section.s03 .wrapper ul li dl dt {
    position: relative;
  }
  main section.s03 .wrapper ul li dl dt::before {
    content: "";
    display: block;
    width: calc(100% - 220px);
    height: 1px;
    background-color: #182987;
    position: absolute;
    top: 50%;
    right: 0;
  }
  main section.s03 .wrapper ul li dl dt span {
    width: 210px;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background-color: #182987;
    border-radius: 50px;
    text-align: center;
  }
  main section.s03 .wrapper ul li dl dd {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  main section.s03 .wrapper ul li dl dd span {
    font-weight: bold;
    color: #a40000;
  }
  main section.s04 {
    padding-bottom: 80px;
  }
}