@charset "UTF-8";
* {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: '微軟正黑體';
}

.bold_ {
  font-weight: bold;
}

.navber {
  -webkit-box-align: unset !important;
  -webkit-align-items: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

.navbar {
  display: block !important;
  padding: 0 !important;
}

.phone-icon {
  margin-top: 8px;
}

.menu-toggle span {
  background-color: #6d5c5f;
}

.software-header .menu__item {
  line-height: 1.15;
}

.nav__menu {
  margin-bottom: 0;
}

.contact-sub {
  padding-top: 100px;
}

.contact-inner h3.color--red {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 2px;
  margin-top: 0;
}

.contact-inner h5.h5 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.contact-inner a {
  color: #000;
  text-decoration: none;
}

.wrapper .box_1 {
  margin-bottom: -30px;
  padding-top: 270px;
  background-image: url(../images/software_2/banner-bgc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper .box_1 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_1 .title_ .right p {
  white-space: nowrap;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.22em;
  color: #80654A;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.wrapper .box_1 .title_ .right p:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 30px;
  background: #B6CFEA;
}

.wrapper .box_1 .bot {
  display: inline-block;
  margin-top: 150px;
}

.wrapper .box_1 .bot .bot_L img.pc {
  max-width: 146px;
  display: block;
  margin-bottom: -50px;
  z-index: 0;
}

.wrapper .box_1 .bot .bot_L img.mobile {
  display: none;
}

.wrapper .box_1 .bot .dialog_2 {
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 30px 40px;
}

.wrapper .box_1 .bot .dialog_2:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -58px;
  background-image: url(../images/software_3/software-29-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 60px;
  width: 60px;
}

.wrapper .box_1 .bot .dialog_2 p {
  margin-top: 0;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .box_2 {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url(../images/software_3/box_3_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.wrapper .box_2 img.circle {
  display: block;
  position: absolute;
  top: 35px;
  right: 20%;
}

.wrapper .box_2 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_2 .title_ .left img {
  max-width: 100px;
}

.wrapper .box_2 .title_ .right p.pc {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.22em;
  color: #043A80;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_2 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #9BB6DE;
}

.wrapper .box_2 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_2 .article {
  padding-left: 90px;
}

.wrapper .box_2 .article .article_1 {
  margin-top: 45px;
  margin-left: 40px;
}

.wrapper .box_2 .article .article_1 h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_2 .article .article_1 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_1.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_2 .article .article_1 p {
  position: relative;
}

.wrapper .box_2 .article .article_2 {
  margin-top: 45px;
  margin-bottom: 60px;
  margin-left: 40px;
}

.wrapper .box_2 .article .article_2 h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_2 .article .article_2 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_2.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_2 .article .article_2 p {
  position: relative;
}

.wrapper .box_2 .box_3_photo img {
  margin-top: 50px;
  width: 100%;
  -webkit-filter: drop-shadow(6px 7px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(6px 7px 20px rgba(0, 0, 0, 0.25));
}

.wrapper .box_2_2 .article {
  padding-left: 90px;
}

.wrapper .box_2_2 .article .article_1 {
  margin-top: 45px;
  margin-left: 40px;
}

.wrapper .box_2_2 .article .article_1 h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_2_2 .article .article_1 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_1.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_2_2 .article .article_1 p {
  position: relative;
}

.wrapper .box_2_2 .article .article_2 {
  margin-top: 45px;
  margin-left: 40px;
}

.wrapper .box_2_2 .article .article_2 h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_2_2 .article .article_2 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_2.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_2_2 .article .article_2 p {
  position: relative;
}

.wrapper .box_2_2 .article .article_2 p span {
  z-index: 1;
}

.wrapper .box_2_2 .article .article_2 p span:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #C9ECEE;
}

.wrapper .box_2_2 .box_3_photo img {
  margin-top: 50px;
  width: 100%;
  -webkit-filter: drop-shadow(6px 7px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(6px 7px 20px rgba(0, 0, 0, 0.25));
}

.wrapper .box_3 {
  padding-top: 150px;
  background-color: #efd9cd;
}

.wrapper .box_3 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_3 .title_ .left img {
  max-width: 100px;
}

.wrapper .box_3 .title_ .right p.pc {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.22em;
  color: #854920;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_3 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background: white;
}

.wrapper .box_3 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_3 .article {
  padding-left: 90px;
}

.wrapper .box_3 .article p {
  line-height: 26px;
}

.wrapper .box_3 .bot {
  margin-top: 100px;
  display: block;
}

.wrapper .box_3 .bot .bot_L_img img {
  max-width: 305px;
}

.wrapper .box_3 .bot .bot_dialog .bot_L_dialog {
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 15px 10px;
}

.wrapper .box_3 .bot .bot_dialog .bot_L_dialog:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -45px;
  background-image: url(../images/software_3/software-29-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  width: 50px;
}

.wrapper .box_3 .bot .bot_dialog .bot_L_dialog p {
  margin-top: 0;
  text-align: justify;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .box_3 .bot .bot_dialog .bot_R_dialog {
  margin-top: 100px;
  float: right;
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 15px 10px;
}

.wrapper .box_3 .bot .bot_dialog .bot_R_dialog:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -45px;
  background-image: url(../images/software_3/software-29.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  width: 50px;
}

.wrapper .box_3 .bot .bot_dialog .bot_R_dialog p {
  margin-top: 0;
  text-align: justify;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .box_3 .bot .bot_R_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 150px;
}

.wrapper .box_3 .bot_mobile {
  display: none;
}

.wrapper .box_4 {
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url(../images/software_3/box_4_bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -10px;
  z-index: 2;
}

.wrapper .box_4 .box_4_top p.pc {
  display: inline;
  font-weight: bold;
  color: #B65613;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #E2BAA9), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, #E2BAA9 50%, transparent 0%);
  background: -o-linear-gradient(bottom, #E2BAA9 50%, transparent 0%);
  background: linear-gradient(to top, #E2BAA9 50%, transparent 0%);
  padding-bottom: 5px;
}

.wrapper .box_4 .box_4_top .article_1 {
  margin-top: 60px;
  color: #484746;
  line-height: 26px;
  letter-spacing: 0.05em;
}

.wrapper .box_4 .box_4_top .article_1 .top_mobile {
  display: none;
  width: 100%;
}

.wrapper .box_4 .box_4_L img {
  width: 100%;
}

.wrapper .box_4 .box_4_L img.all {
  display: block;
}

.wrapper .box_4 .box_4_L img.top, .wrapper .box_4 .box_4_L img.bot {
  display: none;
}

.wrapper .box_4 .box_4_R .article_2 h4 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_4 .box_4_R .article_2 p {
  line-height: 26px;
  color: #484746;
}

.wrapper .box_4 .bot {
  margin-top: 0px;
  display: block;
}

.wrapper .box_4 .bot .bot_L_img img {
  max-width: 305px;
}

.wrapper .box_4 .bot .bot_dialog .bot_L_dialog {
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 15px 10px;
}

.wrapper .box_4 .bot .bot_dialog .bot_L_dialog:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -45px;
  background-image: url(../images/software_3/software-29-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  width: 50px;
}

.wrapper .box_4 .bot .bot_dialog .bot_L_dialog p {
  margin-top: 0;
  text-align: justify;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .box_4 .bot .bot_dialog .bot_R_dialog {
  margin-top: 100px;
  float: right;
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 15px 10px;
}

.wrapper .box_4 .bot .bot_dialog .bot_R_dialog:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -45px;
  background-image: url(../images/software_3/software-29.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  width: 50px;
}

.wrapper .box_4 .bot .bot_dialog .bot_R_dialog p {
  margin-top: 0;
  text-align: justify;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .box_4 .bot .bot_R_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 150px;
}

.wrapper .box_4 .bot_mobile {
  display: none;
}

.wrapper .box_5 {
  padding-top: 80px;
  background-color: #F6F4EC;
}

.wrapper .box_5 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_5 .title_ .right p.pc {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #878860;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_5 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #E5E5C1;
}

.wrapper .box_5 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_5 .content {
  padding-left: 140px;
}

.wrapper .box_5 .content .subtitle__ {
  color: #80654A;
}

.wrapper .box_5 .content .p__ {
  margin-top: 30px;
}

.wrapper .box_5 .bot {
  padding-top: 450px;
  background-image: url(../images/software_3/box_5_img.png);
  background-position: top 50px right;
  background-size: 70%;
  background-repeat: no-repeat;
}

.wrapper .box_5 .bot img {
  width: 100%;
  max-width: 135px;
}

.wrapper .box_5 .bot .bot_dialog {
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 15px 10px;
}

.wrapper .box_5 .bot .bot_dialog:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -48px;
  background-image: url(../images/software_3/software-29-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  width: 50px;
}

.wrapper .box_5 .bot .bot_dialog p {
  margin-top: 0;
  text-align: justify;
  font-weight: bold;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .box_6 {
  padding-top: 80px;
  background-color: white;
}

.wrapper .box_6 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_6 .title_ .right p.pc {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #E9B940;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_6 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #F5F5CC;
}

.wrapper .box_6 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_6 .content {
  padding-left: 140px;
}

.wrapper .box_6 .content .subtitle__ {
  color: #80654A;
}

.wrapper .box_6 .content .p__ {
  margin-top: 30px;
}

.wrapper .box_6 .bot {
  padding-top: 550px;
  background-image: url(../images/software_3/box_6_img.png);
  background-position: top 50px right;
  background-size: 70%;
  background-repeat: no-repeat;
}

.wrapper .box_6 .bot img {
  width: 100%;
  max-width: 170px;
}

.wrapper .box_6 .bot .bot_dialog {
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 15px 10px;
}

.wrapper .box_6 .bot .bot_dialog:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -48px;
  background-image: url(../images/software_3/software-29-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  width: 50px;
}

.wrapper .box_6 .bot .bot_dialog p {
  margin-top: 0;
  text-align: justify;
  font-weight: bold;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .box_7 {
  padding-top: 80px;
  background-color: #FDEFEC;
}

.wrapper .box_7 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_7 .title_ .right p.pc {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #E95E40;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_7 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #F5D6CC;
}

.wrapper .box_7 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_7 .content {
  padding-left: 140px;
}

.wrapper .box_7 .content .subtitle__ {
  color: #80654A;
}

.wrapper .box_7 .content .p__ {
  margin-top: 30px;
}

.wrapper .box_7 .bot {
  margin-top: 50px;
}

.wrapper .box_7 .bot img {
  width: 100%;
}

.wrapper .box_7 .bot img.pc {
  display: block;
}

.wrapper .box_7 .bot img.mobile {
  display: none;
}

.wrapper .box_8 {
  padding-top: 80px;
}

.wrapper .box_8 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_8 .title_ .right p.pc {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #E185BC;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_8 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #F0EBFF;
}

.wrapper .box_8 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_8 .article {
  padding-left: 130px;
}

.wrapper .box_8 .article .article_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  margin-left: 40px;
}

.wrapper .box_8 .article .article_1 .left h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_8 .article .article_1 .left h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_1.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_8 .article .article_1 .left p {
  line-height: 26px;
  position: relative;
}

.wrapper .box_8 .article .article_1 .right img {
  max-width: 300px;
  margin-left: 30px;
  -webkit-box-shadow: 5px 5px 15px #d1cdc9;
          box-shadow: 5px 5px 15px #d1cdc9;
}

.wrapper .box_8 .article .article_2 {
  margin-top: 45px;
  margin-bottom: 60px;
  margin-left: 40px;
}

.wrapper .box_8 .article .article_2 h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_8 .article .article_2 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_2.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_8 .article .article_2 p {
  line-height: 26px;
  position: relative;
}

.wrapper .box_8 .bot img {
  width: 100%;
}

.wrapper .box_8 .bot img.bot_pc {
  display: block;
}

.wrapper .box_8 .bot img.bot_mobile {
  display: none;
}

.wrapper .box_9 {
  padding-top: 80px;
  background-color: #FDFFEF;
}

.wrapper .box_9 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_9 .title_ .right p.pc {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #C98C5B;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_9 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #FFF5D0;
}

.wrapper .box_9 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_9 .article {
  padding-left: 130px;
  margin-top: 45px;
}

.wrapper .box_9 .article .article_1 {
  margin-top: 45px;
  margin-left: 40px;
}

.wrapper .box_9 .article .article_1 h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_9 .article .article_1 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_1.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_9 .article .article_1 p {
  line-height: 26px;
  position: relative;
}

.wrapper .box_9 .article .article_2 {
  margin-top: 45px;
  margin-bottom: 60px;
  margin-left: 40px;
}

.wrapper .box_9 .article .article_2 h3 {
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #80654A;
  font-weight: bold;
}

.wrapper .box_9 .article .article_2 h3:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  background-image: url(../images/software_2/number_2.svg);
  background-size: cover;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.wrapper .box_9 .article .article_2 p {
  line-height: 26px;
  position: relative;
}

.wrapper .box_9 .bot img {
  width: 100%;
}

.wrapper .box_10 {
  padding-top: 80px;
}

.wrapper .box_10 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .box_10 .title_ .right p.pc {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #80654A;
  position: relative;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.wrapper .box_10 .title_ .right p.pc:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #B6CFEA;
}

.wrapper .box_10 .title_ .right p.mobile {
  display: none;
}

.wrapper .box_10 .bot_mobile {
  display: none;
}

.wrapper .box_10 .photo img {
  max-width: 266px;
  margin-left: auto;
  display: block;
}

.wrapper .box_10 .bot {
  display: block;
  text-align: right;
}

.wrapper .box_10 .bot p {
  text-align: center;
  color: #80654A;
}

.wrapper .box_10 .bot img.bot_line {
  max-width: 420px;
}

.wrapper .contact-sub {
  padding-top: 200px;
}
