@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main {
  background-image: url(../../images/bg_business.jpg);
  background-size: cover;
  background-position: top 0 center;
}
main section.s01 {
  width: 1080px;
  margin: 100px auto 0;
}
main section.s01 .wrapper h4 {
  font-size: 34px;
}
main section.s01 .wrapper .dl01 {
  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: 30px;
}
main section.s01 .wrapper .dl01 dt {
  width: 540px;
}
main section.s01 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .dl01 dd {
  width: 540px;
  padding-left: 50px;
  font-size: 18px;
  line-height: 250%;
}
main section.s01 .wrapper .box01 {
  padding: 50px 0;
  margin-top: 50px;
  position: relative;
}
main section.s01 .wrapper .box01::before {
  content: "";
  display: block;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main section.s01 .wrapper .box01 .t02 {
  text-align: center;
  font-size: 26px;
  height: 180%;
  color: #fff;
  position: relative;
  z-index: 3;
}
main section.s01 .wrapper .box01 ul {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
main section.s01 .wrapper .box01 ul li {
  display: inline-block;
  vertical-align: top;
}
main section.s01 .wrapper .box01 ul li:first-child {
  margin-right: 200px;
}
main section.s01 .wrapper .box01 ul li img {
  width: 265px;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 ul li p {
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-size: 18px;
  margin-top: 20px;
}
main section.s01 .wrapper .dl02 {
  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;
  padding: 20px 25px;
  border-bottom: 1px solid #1D1D1D;
}
main section.s01 .wrapper .dl02 dt {
  width: 270px;
  font-size: 20px;
  line-height: 59px;
  position: relative;
}
main section.s01 .wrapper .dl02 dt::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1D1D1D;
  position: absolute;
  top: 30px;
  right: 0;
}
main section.s01 .wrapper .dl02 dt span {
  font-size: 40px;
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  color: #2D38C3;
}
main section.s01 .wrapper .dl02 dd {
  width: calc(100% - 270px);
  font-size: 20px;
  line-height: 180%;
  padding-left: 20px;
}
main section.s02 {
  width: 1080px;
  margin: 100px auto 0;
}
main section.s02 .wrapper .subttl01 {
  font-size: 31px;
  padding-left: 15px;
  border-left: 4px solid #07223C;
  line-height: 100%;
}
main section.s02 .wrapper .subttl02 {
  font-size: 31px;
  padding-left: 15px;
  border-left: 4px solid #07223C;
  line-height: 100%;
  margin-top: 80px;
}
main section.s02 .wrapper .dl02 {
  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;
  margin-top: 40px;
}
main section.s02 .wrapper .dl02.dl0202 dt {
  padding: 40px 20px;
  text-align: center;
}
main section.s02 .wrapper .dl02 dt {
  width: 530px;
  background-color: #fff;
  padding: 40px 50px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main section.s02 .wrapper .dl02 dt .t01 {
  text-align: center;
  font-size: 23px;
  line-height: 180%;
}
main section.s02 .wrapper .dl02 dt .t02 {
  font-size: 17px;
  line-height: 200%;
  margin-top: 20px;
}
main section.s02 .wrapper .dl02 dt .t02 .service01 {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  color: #2D38C3;
  margin-right: 10px;
}
main section.s02 .wrapper .dl02 dt .t02 .service02 {
  display: inline-block;
  vertical-align: top;
  color: #7E061D;
  font-size: 24px;
}
main section.s02 .wrapper .dl02 dd {
  width: 530px;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 122px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main section.s02 .wrapper .dl02 dd img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .t11 {
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #888;
  padding: 25px 0;
  background-color: #F4F4F4;
}
main section.s02 .wrapper .box02 {
  margin-top: 35px;
  position: relative;
}
main section.s02 .wrapper .box02 + .box02 {
  margin-top: 60px;
}
main section.s02 .wrapper .box02::after {
  content: "";
  display: block;
  clear: both;
}
main section.s02 .wrapper .box02 .photobox {
  width: 240px;
  float: left;
}
main section.s02 .wrapper .box02 .photobox img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .box02 .dl01 {
  width: calc(100% - 240px);
  padding-left: 40px;
  float: right;
  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.s02 .wrapper .box02 .dl01 dt {
  width: 100px;
}
main section.s02 .wrapper .box02 .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .box02 .dl01 dd {
  width: calc(100% - 100px);
  padding-left: 20px;
}
main section.s02 .wrapper .box02 .dl01 dd .t03 {
  font-size: 24px;
  line-height: 100%;
}
main section.s02 .wrapper .box02 .dl01 dd .t04 {
  font-size: 30px;
  line-height: 100%;
  margin-top: 15px;
}
main section.s02 .wrapper .box02 .dl03 {
  width: calc(100% - 240px);
  padding-left: 40px;
  float: right;
  margin-top: 25px;
}
main section.s02 .wrapper .box02 .dl03 dt span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #1D1D1D;
  color: #1D1D1D;
  font-size: 25px;
  padding-bottom: 5px;
}
main section.s02 .wrapper .box02 .dl03 dd {
  font-size: 17px;
  line-height: 220%;
  color: #1D1D1D;
  margin-top: 10px;
}
main section.s02 .wrapper .box02 .btn_viewmore04 {
  width: 160px;
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
}
main section.s02 .wrapper .box02 .btn_viewmore04 img {
  width: 100%;
  display: block;
}
main section.s04 {
  width: 1080px;
  margin: 80px auto 0;
}
main section.s04 .wrapper .box01 {
  position: relative;
}
main section.s04 .wrapper .box01 img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .box01 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;
  width: calc(100% - 110px);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -30px auto 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 25px;
}
main section.s04 .wrapper .box01 dl dt {
  width: 290px;
  font-size: 23px;
  line-height: 59px;
  position: relative;
}
main section.s04 .wrapper .box01 dl dt::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1D1D1D;
  position: absolute;
  top: 30px;
  right: 0;
}
main section.s04 .wrapper .box01 dl dt span {
  font-size: 44px;
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  color: #2D38C3;
}
main section.s04 .wrapper .box01 dl dd {
  width: calc(100% - 290px);
  font-size: 19px;
  line-height: 180%;
  padding-left: 20px;
}
main section.s04 .wrapper .ttlbox04 {
  margin-top: 60px;
}
main section.s04 .wrapper .ttlbox04 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.s04 .wrapper .ttlbox04 dl dt {
  width: 272px;
  height: 55px;
  background-image: url(../../images/bz0306.svg);
  background-size: contain;
  background-position: center left 0;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 23px;
  padding: 16px 20px 16px 0;
  text-align: center;
  color: #fff;
}
main section.s04 .wrapper .ttlbox04 dl dd {
  width: calc(100% - 272px);
  padding-left: 40px;
  font-size: 26px;
  line-height: 100%;
}
main section.s04 .wrapper .photo03 {
  width: 100%;
  display: block;
  margin-top: 30px;
}
main section.s04 .wrapper .ttlbox03 {
  margin-top: 60px;
}
main section.s04 .wrapper .ttlbox03 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.s04 .wrapper .ttlbox03 dl dt {
  width: 353px;
  height: 72px;
  background-image: url(../../images/bg_ttl03.svg);
  background-size: contain;
  background-position: center left 0;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 30px;
  padding: 21px 40px 21px 0;
  text-align: center;
  color: #fff;
}
main section.s04 .wrapper .ttlbox03 dl dd {
  width: calc(100% - 353px);
  padding-left: 40px;
  font-size: 26px;
  line-height: 100%;
}
main section.s04 .wrapper .hikaku_box {
  margin-top: 40px;
}
main section.s04 .wrapper .hikaku_box table {
  width: 100%;
}
main section.s04 .wrapper .hikaku_box table tr.tr01 td {
  padding: 10px 0 0 30px;
  width: 440px;
}
main section.s04 .wrapper .hikaku_box table tr.tr01 td:first-child {
  width: 200px;
}
main section.s04 .wrapper .hikaku_box table tr.tr01 td span {
  width: 100%;
  display: block;
  font-size: 17px;
  line-height: 20px;
  padding: 25px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1D1D1D;
}
main section.s04 .wrapper .hikaku_box table tr.tr01 td span.span02 {
  padding: 15px 0;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td {
  padding: 10px 0 0 30px;
  vertical-align: top;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td:first-child {
  vertical-align: middle;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td:first-child img {
  display: block;
  margin: 0 auto;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td:first-child p {
  text-align: center;
  font-size: 17px;
  margin-top: 10px;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox {
  background-color: #D9D9D9;
  padding: 25px;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t01 {
  border-radius: 10px;
  background-color: #807F80;
  color: #fff;
  line-height: 140%;
  font-size: 17px;
  padding: 15px 10px;
  text-align: center;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t01.t0102 {
  background-color: #87A3E6;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t01.t0103 {
  background-color: #334E94;
}
main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t02 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 15px;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td {
  padding: 20px 0 0 30px;
  vertical-align: top;
  position: relative;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child {
  vertical-align: middle;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child img {
  width: 143px;
  display: block;
  margin: 0 auto;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child p {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child::before {
  display: none;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td::before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td .txtbox {
  border: 2px solid #1D1D1D;
  background-color: #fff;
  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;
  padding: 20px 20px;
}
main section.s04 .wrapper .hikaku_box table tr.tr03 td .txtbox p {
  width: 100%;
  font-size: 16px;
  line-height: 180%;
}
main section.s04 .wrapper .caselist01 {
  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;
  margin-top: 70px;
}
main section.s04 .wrapper .caselist01 li {
  width: 520px;
}
main section.s04 .wrapper .caselist01 li.li02 dl {
  border: 2px solid #4D609C;
}
main section.s04 .wrapper .caselist01 li.li02 dl dt {
  background-color: #4D609C;
}
main section.s04 .wrapper .caselist01 li.li02 dl dd .t05 {
  background-image: url(../../images/icon_check0102.svg);
}
main section.s04 .wrapper .caselist01 li .t04 {
  text-align: center;
  font-size: 20px;
}
main section.s04 .wrapper .caselist01 li dl {
  border: 2px solid #1D1D1D;
  padding: 30px 20px;
  background-color: #fff;
  margin-top: 15px;
}
main section.s04 .wrapper .caselist01 li dl dt {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  padding: 16px 0;
  background-color: #707070;
}
main section.s04 .wrapper .caselist01 li dl dd .t05 {
  background-image: url(../../images/icon_check01.svg);
  background-position: top 1px left 0;
  background-size: 25px auto;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 160%;
  border-bottom: 1px solid #1D1D1D;
  padding: 0 0 5px 35px;
  margin-top: 20px;
}
main section.s03 {
  width: 1080px;
  margin: 80px auto 0;
}
main section.s03 .wrapper .ttlbox04 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
main section.s03 .wrapper .ttlbox04 h5 {
  display: inline-block;
  text-align: center;
  font-size: 17px;
}
main section.s03 .wrapper .ttlbox04 p {
  display: block;
  text-align: center;
  font-size: 36px;
}
main section.s03 .wrapper .ex_box {
  padding: 50px;
  background-color: #F4F4F4;
  margin-top: 30px;
  position: relative;
}
main section.s03 .wrapper .ex_box + .ex_box {
  margin-top: 80px;
}
main section.s03 .wrapper .ex_box .ex_ttl {
  height: 63px;
  background-image: url(../../images/bz0112.svg);
  background-size: cover;
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
}
main section.s03 .wrapper .ex_box .ex_ttl span {
  font-size: 21px;
  color: #fff;
  line-height: 100%;
  padding: 18px 0 0 95px;
  display: block;
}
main section.s03 .wrapper .ex_box dl {
  background-color: #fff;
  padding: 40px 50px;
  margin-top: 50px;
}
main section.s03 .wrapper .ex_box dl dt,
main section.s03 .wrapper .ex_box dl dd {
  position: relative;
  border-bottom: 4px solid #F4F4F4;
}
main section.s03 .wrapper .ex_box dl dt::after,
main section.s03 .wrapper .ex_box dl dd::after {
  width: 100px;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #800;
}
main section.s03 .wrapper .ex_box dl dt {
  padding-bottom: 20px;
}
main section.s03 .wrapper .ex_box dl dt .t01 {
  font-size: 21px;
}
main section.s03 .wrapper .ex_box dl dt .t02 {
  font-size: 24px;
  line-height: 180%;
  border-left: 7px solid #07223C;
  padding-left: 10px;
  margin-top: 10px;
}
main section.s03 .wrapper .ex_box dl dd {
  margin-top: 50px;
  padding-bottom: 30px;
}
main section.s03 .wrapper .ex_box dl dd .cat {
  width: 145px;
  height: 36px;
  background-image: url(../../images/bg_cat01.svg);
  background-size: contain;
  background-position: left 0 center;
  background-repeat: no-repeat;
  font-size: 21px;
  color: #fff;
  line-height: 100%;
  padding: 7px 0 0 15px;
}
main section.s03 .wrapper .ex_box dl dd .cat.cat02 {
  background-image: url(../../images/bg_cat02.svg);
}
main section.s03 .wrapper .ex_box dl dd .cat.cat03 {
  background-image: url(../../images/bg_cat03.svg);
}
main section.s03 .wrapper .ex_box dl dd ul {
  margin-top: 20px;
}
main section.s03 .wrapper .ex_box dl dd ul li {
  font-size: 17px;
  line-height: 160%;
  padding-left: 20px;
  position: relative;
}
main section.s03 .wrapper .ex_box dl dd ul li + li {
  margin-top: 20px;
}
main section.s03 .wrapper .ex_box dl dd ul li::before {
  width: 20px;
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
main section.s03 .wrapper .ex_box dl dd .txt {
  font-size: 19px;
  line-height: 200%;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-image: url(../../images/bg_business.jpg);
    background-size: cover;
    background-position: top 0 center;
  }
  main section.s01 {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper h4 {
    font-size: 19px;
    letter-spacing: 0;
    text-align: center;
  }
  main section.s01 .wrapper .dl01 {
    display: block;
    margin-top: 10px;
  }
  main section.s01 .wrapper .dl01 dt {
    width: 100%;
  }
  main section.s01 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .dl01 dd {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    line-height: 200%;
  }
  main section.s01 .wrapper .box01 {
    background-image: url(../../images/bz0302_sp.jpg);
    background-size: cover;
    background-position: top 0 center;
    padding: 20px 20px;
    margin-top: 20px;
  }
  main section.s01 .wrapper .box01 .t02 {
    text-align: center;
    font-size: 15px;
    line-height: 180%;
    color: #fff;
  }
  main section.s01 .wrapper .box01 ul {
    width: 254px;
    max-width: 100%;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .box01 ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
  main section.s01 .wrapper .box01 ul li:first-child {
    margin: 0;
  }
  main section.s01 .wrapper .box01 ul li img {
    width: 265px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 ul li p {
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  main section.s01 .wrapper .dl02 {
    width: 100%;
    display: block;
    padding: 10px 25px;
    margin-top: 15px;
  }
  main section.s01 .wrapper .dl02 dt {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    position: relative;
  }
  main section.s01 .wrapper .dl02 dt::after {
    display: none;
  }
  main section.s01 .wrapper .dl02 dt span {
    font-size: 22px;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    color: #2D38C3;
  }
  main section.s01 .wrapper .dl02 dd {
    width: 100%;
    font-size: 12px;
    line-height: 180%;
    padding-left: 0;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section.s02 {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 20px;
  }
  main section.s02 .wrapper .subttl01 {
    font-size: 20px;
    padding-left: 0;
    border-left: none;
    line-height: 100%;
    text-align: center;
  }
  main section.s02 .wrapper .subttl02 {
    font-size: 20px;
    padding-left: 0;
    border-left: none;
    line-height: 100%;
    text-align: center;
    margin-top: 40px;
  }
  main section.s02 .wrapper .dl02 {
    display: block;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  main section.s02 .wrapper .dl02.dl0202 dt .t01 {
    font-size: 15px;
  }
  main section.s02 .wrapper .dl02 dt {
    width: 100%;
    background-color: #fff;
    padding: 15px 25px !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  main section.s02 .wrapper .dl02 dt .t01 {
    text-align: center;
    font-size: 20px;
  }
  main section.s02 .wrapper .dl02 dt .t02 {
    font-size: 12px;
    line-height: 200%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .dl02 dt .t02 .service01 {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #2D38C3;
    margin-right: 10px;
  }
  main section.s02 .wrapper .dl02 dt .t02 .service02 {
    display: inline-block;
    vertical-align: top;
    color: #7E061D;
    font-size: 21px;
  }
  main section.s02 .wrapper .dl02 dd {
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 0 30px 40px;
    border: none;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  main section.s02 .wrapper .dl02 dd img {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper .t11 {
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #888;
    padding: 15px 0;
    background-color: #F4F4F4;
  }
  main section.s02 .wrapper .box02 {
    margin-top: 20px;
    position: relative;
  }
  main section.s02 .wrapper .box02 + .box02 {
    margin-top: 30px;
  }
  main section.s02 .wrapper .box02::after {
    content: "";
    display: block;
    clear: both;
  }
  main section.s02 .wrapper .box02 .photobox {
    width: 110px;
    height: 110px;
    overflow: hidden;
    float: left;
  }
  main section.s02 .wrapper .box02 .photobox img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .box02 .dl01 {
    width: calc(100% - 110px);
    padding-left: 20px;
    float: right;
    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: 30px;
  }
  main section.s02 .wrapper .box02 .dl01 dt {
    width: 82px;
  }
  main section.s02 .wrapper .box02 .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .box02 .dl01 dd {
    width: calc(100% - 82px);
    padding-left: 10px;
  }
  main section.s02 .wrapper .box02 .dl01 dd .t03 {
    font-size: 13px;
    line-height: 100%;
  }
  main section.s02 .wrapper .box02 .dl01 dd .t04 {
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
  }
  main section.s02 .wrapper .box02 .dl03 {
    width: 100%;
    padding-left: 0;
    float: right;
    margin-top: 10px;
  }
  main section.s02 .wrapper .box02 .dl03 dt span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #1D1D1D;
    color: #1D1D1D;
    font-size: 17px;
    padding-bottom: 5px;
  }
  main section.s02 .wrapper .box02 .dl03 dd {
    font-size: 11px;
    line-height: 220%;
    color: #1D1D1D;
    margin-top: 5px;
  }
  main section.s02 .wrapper .box02 .btn_viewmore04 {
    width: 108px;
    position: static;
    margin-left: calc(100% - 108px);
    margin-top: 10px;
    float: left;
  }
  main section.s02 .wrapper .box02 .btn_viewmore04 img {
    width: 100%;
    display: block;
  }
  main section.s04 {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  main section.s04 .wrapper .box01 {
    position: relative;
  }
  main section.s04 .wrapper .box01 img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .box01 dl {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -58px auto 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px 25px;
  }
  main section.s04 .wrapper .box01 dl dt {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    position: relative;
  }
  main section.s04 .wrapper .box01 dl dt::after {
    display: none;
  }
  main section.s04 .wrapper .box01 dl dt span {
    font-size: 22px;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    color: #2D38C3;
  }
  main section.s04 .wrapper .box01 dl dd {
    width: 100%;
    font-size: 12px;
    line-height: 180%;
    padding-left: 0;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section.s04 .wrapper .ttlbox04 {
    margin-top: 30px;
  }
  main section.s04 .wrapper .ttlbox04 dl {
    display: block;
  }
  main section.s04 .wrapper .ttlbox04 dl dt {
    width: 250px;
    height: 40px;
    background-image: url(../../images/bg_ttl03.svg);
    background-size: contain;
    background-position: center left 0;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 65px 10px 0;
    text-align: center;
    color: #fff;
  }
  main section.s04 .wrapper .ttlbox04 dl dd {
    width: 100%;
    padding-left: 0;
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0;
    line-height: 150%;
  }
  main section.s04 .wrapper .ttlbox03 {
    margin-top: 30px;
  }
  main section.s04 .wrapper .ttlbox03 dl {
    display: block;
  }
  main section.s04 .wrapper .ttlbox03 dl dt {
    width: 250px;
    height: 40px;
    background-image: url(../../images/bg_ttl03.svg);
    background-size: contain;
    background-position: center left 0;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 55px 10px 0;
    text-align: center;
    color: #fff;
  }
  main section.s04 .wrapper .ttlbox03 dl dd {
    width: 100%;
    padding-left: 0;
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0;
    line-height: 100%;
  }
  main section.s04 .wrapper .hikaku_box {
    margin-top: 10px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  main section.s04 .wrapper .hikaku_box table {
    width: 900px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr01 td {
    padding: 10px 0 0 10px;
    width: 250px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr01 td:first-child {
    width: 150px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr01 td span {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1D1D1D;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td {
    padding: 10px 0 0 10px;
    vertical-align: top;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td:first-child {
    vertical-align: middle;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td:first-child img {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td:first-child p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox {
    background-color: #D9D9D9;
    padding: 10px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t01 {
    border-radius: 10px;
    background-color: #807F80;
    color: #fff;
    line-height: 140%;
    font-size: 14px;
    padding: 10px 10px;
    letter-spacing: 0;
    text-align: center;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t01.t0102 {
    background-color: #87A3E6;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t01.t0103 {
    background-color: #334E94;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr02 td .txtbox .t02 {
    font-size: 13px;
    line-height: 180%;
    margin-top: 5px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td {
    padding: 20px 0 0 10px;
    vertical-align: top;
    position: relative;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child {
    vertical-align: middle;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child img {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td:first-child::before {
    display: none;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td .txtbox {
    border: 1px solid #1D1D1D;
    background-color: #fff;
    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;
    padding: 10px 10px;
  }
  main section.s04 .wrapper .hikaku_box table tr.tr03 td .txtbox p {
    width: 100%;
    font-size: 13px;
    line-height: 180%;
  }
  main section.s04 .wrapper .caselist01 {
    display: block;
    margin-top: 40px;
  }
  main section.s04 .wrapper .caselist01 li {
    width: 100%;
  }
  main section.s04 .wrapper .caselist01 li.li02 {
    margin-top: 25px;
  }
  main section.s04 .wrapper .caselist01 li.li02 dl {
    border: 1px solid #4D609C;
  }
  main section.s04 .wrapper .caselist01 li.li02 dl dt {
    background-color: #4D609C;
  }
  main section.s04 .wrapper .caselist01 li .t04 {
    text-align: center;
    font-size: 15px;
  }
  main section.s04 .wrapper .caselist01 li dl {
    border: 1px solid #1D1D1D;
    padding: 20px 20px;
    background-color: #fff;
    margin-top: 10px;
  }
  main section.s04 .wrapper .caselist01 li dl dt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 100%;
    padding: 11px 0;
    background-color: #707070;
  }
  main section.s04 .wrapper .caselist01 li dl dd {
    margin-top: 15px;
  }
  main section.s04 .wrapper .caselist01 li dl dd .t05 {
    background-image: url(../../images/icon_check01.svg);
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    background-size: 23px auto;
    font-size: 12px;
    line-height: 160%;
    border-bottom: 1px solid #1D1D1D;
    padding: 3px 0 5px 28px;
    margin-top: 10px;
  }
  main section.s03 {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  main section.s03 .wrapper .ttlbox04 {
    display: block;
    text-align: center;
    vertical-align: top;
  }
  main section.s03 .wrapper .ttlbox04 h5 {
    display: inline-block;
    text-align: center;
    font-size: 15px;
  }
  main section.s03 .wrapper .ttlbox04 p {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  main section.s03 .wrapper .ex_box {
    padding: 15px;
    background-color: #F4F4F4;
    margin-top: 15px;
  }
  main section.s03 .wrapper .ex_box + .ex_box {
    margin-top: 30px;
  }
  main section.s03 .wrapper .ex_box .ex_ttl {
    height: auto;
    background-image: none;
  }
  main section.s03 .wrapper .ex_box .ex_ttl span {
    display: inline-block;
    background-color: #2085DC;
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    padding: 9px 20px;
  }
  main section.s03 .wrapper .ex_box dl {
    background-color: #fff;
    padding: 10px 10px;
    margin-top: 15px;
  }
  main section.s03 .wrapper .ex_box dl dt,
  main section.s03 .wrapper .ex_box dl dd {
    position: relative;
    border-bottom: 1px solid #F4F4F4;
  }
  main section.s03 .wrapper .ex_box dl dt::after,
  main section.s03 .wrapper .ex_box dl dd::after {
    width: 35px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #800;
  }
  main section.s03 .wrapper .ex_box dl dt {
    padding-bottom: 10px;
  }
  main section.s03 .wrapper .ex_box dl dt .t01 {
    font-size: 15px;
  }
  main section.s03 .wrapper .ex_box dl dt .t02 {
    font-size: 15px;
    line-height: 140%;
    border-left: 2px solid #07223C;
    padding-left: 5px;
    margin-top: 10px;
  }
  main section.s03 .wrapper .ex_box dl dd {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  main section.s03 .wrapper .ex_box dl dd .cat {
    width: auto;
    display: inline-block;
    height: auto;
    background-image: none;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    padding: 6px 10px;
    background-color: #FCB372;
  }
  main section.s03 .wrapper .ex_box dl dd .cat.cat02 {
    background-image: none;
    background-color: #2085DC;
  }
  main section.s03 .wrapper .ex_box dl dd .cat.cat03 {
    background-image: none;
    background-color: #2085DC;
  }
  main section.s03 .wrapper .ex_box dl dd ul {
    margin-top: 10px;
  }
  main section.s03 .wrapper .ex_box dl dd ul li {
    font-size: 12px;
    line-height: 160%;
    padding-left: 14px;
    position: relative;
  }
  main section.s03 .wrapper .ex_box dl dd ul li + li {
    margin-top: 10px;
  }
  main section.s03 .wrapper .ex_box dl dd ul li::before {
    width: 20px;
    display: block;
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s03 .wrapper .ex_box dl dd .txt {
    font-size: 12px;
    line-height: 160%;
    margin-top: 10px;
  }
  main section.s07 {
    padding: 0 20px;
  }
}