@charset "utf-8";
.mv {
  background-image: url(../img/mv_bg.jpg);
}
.sec-wealth {
  padding-bottom: 30%;
  position: relative;
}
.sec01 {
  margin-bottom: 85px;
}
.sec02 {
  margin-bottom: 170px;
}
.sec-wealth .sec-visual {
  position: absolute;
  bottom: 0;
  width: 50%;
}
.sec01 .sec-visual {
  right: 0;
}
.sec02 .sec-visual {
  left: 0;
}
.sec-wealth .txt-block {
  background: #fff;
  margin-top: 150px;
  z-index: 1;
  position: relative;
  padding: 60px;
}
.sec01 .txt-block {
  margin-left: 36%;
}
.sec02 .txt-block {
  margin-right: 36%;
}
.sec-wealth .txt-block .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #c30a01;
  position: relative;
  margin-left: -90px;
  margin-bottom: 45px;
  padding: 20px 20px 20px 90px;
  color: #fff;
  font-size: 33px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative;
}
.sec-wealth .txt-block .ttl:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 24px 0;
  border-color: transparent #7a221d transparent transparent;
}
.sec-wealth .txt-block .ttl .en {
  display: block;
  position: relative;
  line-height: 1;
}
.sec-wealth .txt-block .ttl .en:before {
  content: '';
  width: 35px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.sec-wealth .txt-block .txt {
  font-size: 16px;
  line-height: 2;
}
.sec-wealth-bg {
  position: absolute;
  top: -65px;
  width: 37%;
}
.sec01 .sec-wealth-bg {
  left: 5.5%;
}
.sec02 .sec-wealth-bg {
  right: 5.5%;
}
.sec-wealth .txt-en-l {
  position: absolute;
  bottom: 0;
  width: 24%;
  max-width: 277px;
}
.sec01 .txt-en-l {
  right: 50%;
  margin-right: 17%;
}
.sec02 .txt-en-l {
  left: 50%;
  margin-left: 17%;
}
.service-box {
  background-image: url(../img/service_bg.png);
  background-repeat: repeat;
  border: 1px solid #c99c52;
  padding: 110px 5% 140px;
  margin-bottom: 140px;
  position: relative;
}
.service-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 74px;
  height: 9px;
  background: #a27122;
}
.service-box-ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
  color: #a27122;
}
.service-box-lead {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.service-box-inr {
  padding: 0 8%;
}
.service-box .box01 {
  background: #c30a01;
  border-radius: 10px;
  padding: 40px 6%;
}
.service-box .box01 .txt01,
.service-box .box01 .txt02,
.service-box .box01 .btn {
  color: #fff;
  text-align: center;
}
.service-box .box01 .txt01 {
  font-size: 50px;
  letter-spacing: 0.7em;
  text-indent: 0.7em;
  margin-bottom: 20px;
  line-height: 1;
}
.service-box .box01 .txt02 {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 20px;
  line-height: 1.8;
}
.service-box .box01 .ex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.service-box .box01 .ex-list li {
  width: 32.2%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}
.service-box .box01 .ex-list li .ttl {
  font-size: 18px;
  color: #c30a01;
  text-align: center;
  background: #c99c52;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.service-box .box01 .ex-list li .txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  color: #c30a01;
  margin: 0 10%;
  text-align: justify;
}
.service-box .box01 .ex-list li .ico {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 68px;
}
.service-box .box01 .ex-list li .ico img {
  vertical-align: bottom;
}
.service-box .box01 .btn {
  background: #c99c52;
  border-radius: 10px;
  padding: 15px;
  font-size: 29px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
.service-box .box01 .btn span {
  position: relative;
}
.service-box .box01 .btn span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  margin-right: 20px;
}
.service-box .box02 .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 46px 0;
}
.service-box .box02 .flow-list li {
  width: 37.5%;
  min-width: 200px;
  background: #c99c52;
  text-align: center;
  padding: 25px 0.5%;
  position: relative;
}
.service-box .box02 .flow-list .jp {
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  margin-bottom: 10px;
}
.service-box .box02 .flow-list li:before,
.service-box .box02 .flow-list li:after {
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  width: 37px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.service-box .box02 .flow-list li:before {
  background-image: url(../img/arr_bw.png);
  bottom: 100%;
}
.service-box .box02 .flow-list li:after {
  background-image: url(../img/arr_gy.png);
  top: 100%;
}
.service-box .box03 {
  background-image: url(../img/service_support_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 25px;
}
.service-box .box03 .ttl {
  font-size: 25px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 10px 5%;
  margin-bottom: 25px;
  line-height: 1.4;
}
.service-box .box03 .img {
  padding: 0 5%;
}
.service-box .box04 {
  border: 3px solid #c99c52;
  padding: 50px 6%;
  background: #fff;
}
.service-box .box04 .ttl {
  color: #c30a01;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.service-box .box04 .group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-box .box04 .group-list li {
  width: 48.5%;
}
.service-box .box04 .group-list li:first-child {
  width: 100%;
  margin-bottom: 40px;
  font-size: 0;
}
.service-box .box04 .group-list dt {
  text-align: center;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 8px 5%;
  margin-bottom: 20px;
}
.service-box .box04 .group-list li:first-child dt {
  background: #c30a01;
}
.service-box .box04 .group-list li:nth-child(2) dt {
  background: #c99c52;
}
.service-box .box04 .group-list li:nth-child(3) dt {
  background: #4a4948;
}
.service-box .box04 .group-list dd {
  padding: 0 10px;
}
.service-box .box04 .group-list li:first-child dd {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.service-box .box04 .group-list dd .txt {
  font-size: 15px;
  line-height: 2;
}





@media screen and (max-width: 1088px) {
  .service-box .box04 .group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-box .box04 .group-list li {
    width: 100%;
    margin-top: 30px;
  }
  .service-box .box04 .group-list li:first-child {
    margin: 0;
  }
  .service-box .box04 .group-list li:first-child dd {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .mv {
    background-position: 60% center;
  }
  .mv-ttl img {
    width: 235px;
    height: auto;
  }
  .sec-intro {
    padding-bottom: 40px;
  }
  .sec-wealth {
    margin-bottom: 40px !important;
    padding-bottom: 0;
  }
  .sec-wealth .sec-visual {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .sec01 .sec-visual {
    right: auto;
  }
  .sec02 .sec-visual {
    left: auto;
  }
  .sec-wealth .txt-block {
    padding: 30px 25px;
    margin: 20px 0 0 !important;
  }
  .sec-wealth .txt-block .ttl {
    margin: 0 -10px 20px -40px;
    padding: 15px 15px 15px 40px;
    font-size: 17px;
  }
  .sec-wealth .txt-block .ttl:before {
    border-width: 0 15px 11px 0;
  }
  .sec01 .txt-block .ttl .en img {
    width: 80px;
    height: auto;
  }
  .sec02 .txt-block .ttl .en img {
    width: 61px;
    height: auto;
  }
  .sec-wealth .txt-block .ttl .en:before {
    width: 18px;
    margin-right: 5px;
  }
  .sec-wealth .txt-block .txt {
    font-size: 12px;
  }
  .service-box {
    background-size: 61px;
    padding: 45px 6%;
    margin-bottom: 20px;
  }
  .service-box:before {
    width: 37px;
    height: 4px;
  }
  .service-box-ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .service-box-lead {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
  .service-box-inr {
    padding: 0;
  }
  .service-box .box01 {
    border-radius: 5px;
    padding: 30px 6%;
  }
  .service-box .box01 .txt01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-box .box01 .txt02 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .service-box .box01 .ex-list {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
  }
  .service-box .box01 .ex-list:after {
    content: '';
    border-left: 3px dotted #fff;
    width: 3px;
    height: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .service-box .box01 .ex-list li {
    width: 100%;
    border-radius: 5px;
    padding-bottom: 18px;
    margin-bottom: 2px;
  }
  .service-box .box01 .ex-list li .ttl {
    font-size: 13px;
    padding: 5px;
    margin-bottom: 8px;
  }
  .service-box .box01 .ex-list li .txt {
    font-size: 12px;
    margin: 0 10%;
  }
  .service-box .box01 .ex-list li .ico {
    left: auto;
    right: 5%;
    width: 36px;
    height: 34px;
  }
  .service-box .box01 .btn {
    border-radius: 5px;
    padding: 15px 5px;
    font-size: 14px;
  }
  .service-box .box01 .btn span {
    position: relative;
  }
  .service-box .box01 .btn span:before {
    border-width: 5px 0 5px 9px;
    margin-right: 5px;
  }
  .service-box .box02 .flow-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 23px 0;
  }
  .service-box .box02 .flow-list li {
    width: 46%;
    min-width: auto;
    padding: 13px 0.5%;
  }
  .service-box .box02 .flow-list .jp {
    font-size: 13px;
    margin-bottom: 0;
  }

  .service-box .box02 .flow-list li:first-child .en img {
    width: 88px;
    height: auto;
  }
  .service-box .box02 .flow-list li:last-child .en img {
    width: 66px;
    height: auto;
  }
  .service-box .box02 .flow-list li:before,
  .service-box .box02 .flow-list li:after {
    width: 18.5px;
    height: 23px;
  }
  .service-box .box03 {
    border-radius: 5px;
    padding: 18px 0;
    margin-bottom: 18px;
  }
  .service-box .box03 .ttl {
    font-size: 13px;
    padding: 10px 5%;
    margin-bottom: 12px;
  }
  .service-box .box04 {
    border: 2px solid #c99c52;
    padding: 25px 6%;
  }
  .service-box .box04 .group-list li {
    margin-top: 15px;
  }
  .service-box .box04 .ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .service-box .box04 .group-list dt {
    font-size: 13px;
    padding: 4px 5%;
    margin-bottom: 10px;
  }
  .service-box .box04 .group-list dd {
    padding: 0;
  }
  .service-box .box04 .group-list dd .txt {
    font-size: 12px;
    line-height: 2;
  }

}
