/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .iconbox {
  width: 280px;
}
main section.ttl_section .wrapper .iconbox img {
  width: 226px;
}
main section.s01 .wrapper {
  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.s01 .wrapper .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% + 150px);
  height: 630px;
}
main section.s01 .wrapper .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
main section.s01 .wrapper .txtbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 150px);
  text-align: right;
  padding-top: 60px;
}
main section.s01 .wrapper .txtbox .box01 {
  display: inline-block;
  width: 450px;
  text-align: left;
}
main section.s01 .wrapper .txtbox .box01 h3 {
  font-size: 38px;
  color: #004c9b;
}
main section.s01 .wrapper .txtbox .box01 .t02 {
  width: 1000px;
  position: relative;
  z-index: 3;
}
main section.s01 .wrapper .txtbox .box01 .t02 span {
  display: inline-block;
  color: #fff;
  font-size: 38px;
  line-height: 100%;
  padding: 3px;
  background-color: #004c9b;
  margin-top: 13px;
}
main section.s01 .wrapper .txtbox .box01 .t02 span:first-child {
  margin-top: 18px;
}
main section.s01 .wrapper .txtbox .box01 dl {
  padding-left: 15px;
}
main section.s01 .wrapper .txtbox .box01 dl dt {
  font-size: 38px;
  margin-top: 70px;
}
main section.s01 .wrapper .txtbox .box01 dl dt span {
  font-size: 30px;
  padding-left: 10px;
}
main section.s01 .wrapper .txtbox .box01 dl dd {
  position: relative;
  font-size: 16px;
  line-height: 170%;
  padding-top: 10px;
  margin-top: 10px;
}
main section.s01 .wrapper .txtbox .box01 dl dd::before {
  content: "";
  display: block;
  width: 10000px;
  height: 1px;
  background-color: #cacaca;
  position: absolute;
  top: 0;
  right: 30px;
}
main section.s02 {
  padding: 75px 0;
}
main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 70px 60px 360px;
  background-image: url(../../../images/bg_msg01.png);
  background-size: 15px auto;
  background-position: center center;
  border: 2px solid #004c9b;
  border-radius: 20px;
  -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
main section.s02 .wrapper .photo {
  width: 303px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
}
main section.s02 .wrapper .photo.photo04 {
  width: 271px;
  left: 40px;
}
main section.s02 .wrapper .t01 {
  font-size: 27px;
  line-height: 140%;
  color: #004c9b;
}
main section.s02 .wrapper .t02 {
  font-size: 16px;
  line-height: 220%;
  margin-top: 20px;
}
main section.s03 .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;
}
main section.s03 .wrapper dl + dl {
  margin-top: 40px;
}
main section.s03 .wrapper dl:nth-child(even) dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper dl:nth-child(even) dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
  padding-top: 90px;
}
main section.s03 .wrapper dl:nth-child(even) dd .txtbox {
  padding: 0 50px 0 0;
  text-align: left;
  position: relative;
}
main section.s03 .wrapper dl:nth-child(even) dd .txtbox::after {
  width: 10000px;
  height: calc(100% + 100px);
  content: "";
  background-color: rgba(187, 202, 210, 0.83);
  position: absolute;
  top: -50px;
  right: -60px;
  z-index: 2;
}
main section.s03 .wrapper dl:nth-child(even) dd .txtbox .num,
main section.s03 .wrapper dl:nth-child(even) dd .txtbox .t01,
main section.s03 .wrapper dl:nth-child(even) dd .txtbox .t02 {
  position: relative;
  z-index: 3;
}
main section.s03 .wrapper dl.dl01 dd .txtbox .num {
  color: #bbcad2;
}
main section.s03 .wrapper dl.dl02 dd .txtbox .num {
  color: #fff;
}
main section.s03 .wrapper dl.dl03 dd .txtbox .num {
  color: #ffc28a;
}
main section.s03 .wrapper dl dt {
  width: 50%;
  height: 616px;
}
main section.s03 .wrapper dl 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 dl dd {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}
main section.s03 .wrapper dl dd .txtbox {
  display: inline-block;
  width: 600px;
  padding-left: 40px;
}
main section.s03 .wrapper dl dd .txtbox .num {
  font-size: 137px;
  line-height: 100%;
  font-style: italic;
}
main section.s03 .wrapper dl dd .txtbox .t01 {
  font-size: 37px;
  line-height: 180%;
  margin-top: 5px;
}
main section.s03 .wrapper dl dd .txtbox .t02 {
  font-size: 16px;
  line-height: 220%;
  margin-top: 40px;
}
main section.s04 {
  padding: 120px 0 150px;
}
main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s04 .wrapper ul {
  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.s04 .wrapper ul li {
  width: 584px;
  border: 4px solid #bbcad2;
  border-radius: 20px;
  padding: 70px 40px 60px;
  background-image: url(../../../images/bg_msg01.png);
  background-size: 15px auto;
  background-position: center center;
  position: relative;
}
main section.s04 .wrapper ul li.li01 {
  padding: 80px 60px 80px;
}
main section.s04 .wrapper ul li.li02 {
  border: 4px solid #ffc28a;
}
main section.s04 .wrapper ul li.li02 .t01 {
  color: #ff911e;
}
main section.s04 .wrapper ul li .icon {
  width: 98px;
  display: block;
  position: absolute;
  top: -51px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s04 .wrapper ul li .t01 {
  text-align: center;
  font-size: 36px;
  color: #004c9b;
  line-height: 100%;
  letter-spacing: 0;
}
main section.s04 .wrapper ul li table {
  width: 100%;
  margin-top: 60px;
}
main section.s04 .wrapper ul li table tr th {
  width: 115px;
  font-size: 20px;
  line-height: 200%;
  vertical-align: top;
}
main section.s04 .wrapper ul li table tr td {
  font-size: 20px;
  line-height: 200%;
  vertical-align: top;
}
main section.s04 .wrapper ul li .photo {
  display: block;
  margin: 35px auto 0;
  width: 100%;
  max-width: 490.5px;
}
main section.s04 .wrapper ul li .t02 {
  font-size: 16px;
  line-height: 185%;
  margin-top: 25px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .iconbox {
    width: 100px;
  }
  main section.ttl_section .wrapper .iconbox img {
    width: 75px;
  }
  main section.s01 .wrapper {
    display: block;
  }
  main section.s01 .wrapper .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: auto;
  }
  main section.s01 .wrapper .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
  main section.s01 .wrapper .txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: right;
    padding: 20px 20px;
  }
  main section.s01 .wrapper .txtbox .box01 {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .txtbox .box01 h3 {
    font-size: 24px;
    color: #004c9b;
  }
  main section.s01 .wrapper .txtbox .box01 .t02 {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  main section.s01 .wrapper .txtbox .box01 .t02 span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    padding: 3px;
    background-color: #004c9b;
    margin-top: 7px;
  }
  main section.s01 .wrapper .txtbox .box01 .t02 span:first-child {
    margin-top: 15px;
  }
  main section.s01 .wrapper .txtbox .box01 dl {
    padding-left: 0;
  }
  main section.s01 .wrapper .txtbox .box01 dl dt {
    font-size: 28px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .txtbox .box01 dl dt span {
    font-size: 20px;
    padding-left: 7px;
  }
  main section.s01 .wrapper .txtbox .box01 dl dd {
    position: relative;
    font-size: 14px;
    line-height: 170%;
    padding-top: 6px;
    margin-top: 5px;
  }
  main section.s01 .wrapper .txtbox .box01 dl dd::before {
    content: "";
    display: block;
    width: 10000px;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    top: 0;
    right: 30px;
  }
  main section.s02 {
    padding: 20px 20px 40px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    background-image: url(../../../images/bg_msg01.png);
    background-size: 15px auto;
    background-position: center center;
    border: 2px solid #004c9b;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
    position: relative;
  }
  main section.s02 .wrapper .photo {
    width: 151.5px;
    display: block;
    position: absolute;
    top: -185px;
    bottom: auto;
    left: 5px;
    display: none;
  }
  main section.s02 .wrapper .t01 {
    font-size: 20px;
    line-height: 140%;
    color: #004c9b;
  }
  main section.s02 .wrapper .t02 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 10px;
  }
  main section.s03 .wrapper dl {
    display: block;
  }
  main section.s03 .wrapper dl + dl {
    margin-top: 40px;
  }
  main section.s03 .wrapper dl:nth-child(even) dt {
    margin-left: 20px;
  }
  main section.s03 .wrapper dl:nth-child(even) dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    padding: 0 !important;
    margin-top: -30px;
  }
  main section.s03 .wrapper dl:nth-child(even) dd .txtbox {
    width: calc(100% - 20px);
    padding: 45px 20px 30px !important;
    text-align: left;
    position: relative;
    background-color: rgba(187, 202, 210, 0.83);
  }
  main section.s03 .wrapper dl:nth-child(even) dd .txtbox::after {
    display: none;
  }
  main section.s03 .wrapper dl:nth-child(even) dd .txtbox .num,
  main section.s03 .wrapper dl:nth-child(even) dd .txtbox .t01,
  main section.s03 .wrapper dl:nth-child(even) dd .txtbox .t02 {
    position: relative;
    z-index: 3;
  }
  main section.s03 .wrapper dl.dl01 dd .txtbox .num {
    color: #bbcad2;
  }
  main section.s03 .wrapper dl.dl02 dd .txtbox .num {
    color: #fff;
  }
  main section.s03 .wrapper dl.dl03 dd .txtbox .num {
    color: #ffc28a;
  }
  main section.s03 .wrapper dl dt {
    width: calc(100% - 20px);
    height: auto;
  }
  main section.s03 .wrapper dl 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 dl dd {
    width: 100%;
    padding: 20px 20px 0;
  }
  main section.s03 .wrapper dl dd .txtbox {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  main section.s03 .wrapper dl dd .txtbox .num {
    font-size: 60px;
    line-height: 100%;
    font-style: italic;
  }
  main section.s03 .wrapper dl dd .txtbox .t01 {
    font-size: 22px;
    line-height: 180%;
    margin-top: 2px;
  }
  main section.s03 .wrapper dl dd .txtbox .t02 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 15px;
  }
  main section.s04 {
    padding: 70px 20px 70px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper ul {
    display: block;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    border: 2px solid #bbcad2;
    border-radius: 12px;
    padding: 45px 20px 30px;
    background-image: url(../../../images/bg_msg01.png);
    background-size: 15px auto;
    background-position: center center;
    position: relative;
  }
  main section.s04 .wrapper ul li.li01 {
    padding: 45px 20px 30px;
  }
  main section.s04 .wrapper ul li.li02 {
    border: 2px solid #ffc28a;
    margin-top: 50px;
  }
  main section.s04 .wrapper ul li.li02 .t01 {
    color: #ff911e;
  }
  main section.s04 .wrapper ul li .icon {
    width: 60px;
    display: block;
    position: absolute;
    top: -31px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s04 .wrapper ul li .t01 {
    text-align: center;
    font-size: 26px;
    color: #004c9b;
    line-height: 100%;
  }
  main section.s04 .wrapper ul li table {
    width: 100%;
    margin-top: 30px;
  }
  main section.s04 .wrapper ul li table tr th {
    padding-left: 10px;
    width: 80px;
    font-size: 14px;
    line-height: 200%;
    vertical-align: top;
  }
  main section.s04 .wrapper ul li table tr td {
    font-size: 14px;
    line-height: 200%;
    vertical-align: top;
    padding-right: 10px;
  }
  main section.s04 .wrapper ul li .photo {
    display: block;
    margin: 30px auto 0;
    width: 100%;
    max-width: 490.5px;
  }
  main section.s04 .wrapper ul li .t02 {
    font-size: 14px;
    line-height: 185%;
    margin-top: 15px;
  }
}