@charset "UTF-8";
/* CSS Document */
/* ====================================================

Media Quary
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.inner {
  max-width: 1500px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/*---------------------------/business/-----*/
.ttl-comp01 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .ttl-comp01 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.ttl-comp02 {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.447;
  font-weight: normal;
}

.ttl-comp02 small {
  font-size: 18px;
  color: #aaa;
  display: block;
  margin-top: 21px;
  font-family: "Roboto", sans-serif;
}
.business .ttl-comp02 small {
  margin-top: 5px;
}

@media screen and (max-width: 1430px) {
.ttl-comp02 {
font-size: 30px;
}
.ttl-comp05:after {
    max-width: 140px!important;
}
}

@media screen and (max-width: 1200px) {
  .ttl-comp02 {
    font-size: 28px;
  }
  .ttl-comp02 small {
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .ttl-comp02 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .ttl-comp02 small {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 834px) and (max-width: 330px) {
  .ttl-comp02 {
    font-size: 21px;
  }
}

.ttl-comp03 {
  font-weight: bold;
  font-size: 22px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}

.ttl-comp03:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 5px;
  background: #259944;
  margin-right: 17px;
}

@media screen and (max-width: 834px) {
  .ttl-comp03 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .ttl-comp03:before {
    width: 15px;
    margin-right: 10px;
  }
}

.ttl-comp04 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 34px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cccccc;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .ttl-comp04 {
    line-height: 1.3;
  }
}

.ttl-comp04 span {
  display: inline-block;
  padding: 7px 15px;
  font-size: 16px;
  color: #000;
  border: solid 1px #aaa;
  margin-left: 17px;
  border-radius: 5px;
  transform: translateY(1px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl-comp04 span {
    transform: translateY(3px);
  }
}

@media screen and (max-width: 834px) {
  .ttl-comp04 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    font-size: 25px;
    margin-bottom: 10px;
  }
  .ttl-comp04 span {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 834px) and (max-width: 330px) {
  .ttl-comp04 {
    font-size: 23px;
  }
}

.txt-des {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 90px;
}

@media screen and (max-width: 834px) {
  .txt-des {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: left;
  }
}

@media screen and (max-width: 330px) {
  .txt-des {
    font-size: 15px;
  }
}

.txt-basic {
  font-size: 16px;
  line-height: 2.125 !important;
}

@media screen and (max-width: 834px) {
  .txt-basic {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}

.btn-comp01 {
  display: inline-block;
  min-width: 310px;
  text-align: center;
  padding: 20px 10px;
  position: relative;
  color: #fff;
  background: #58ac2f;
  font-size: 18px;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  outline: none;
}

.btn-comp01:after {
  content: "";
  width: 6px;
  height: 6px;
  color: #fff;
  border-top: solid 1px;
  border-right: solid 1px;
  right: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
}

.btn-comp01:link {
  color: #fff;
}

.btn-comp01:hover, .btn-comp01:focus {
  opacity: .7;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .btn-comp01 {
    font-size: 16px;
    min-width: 240px;
    padding: 12px 10px;
  }
}

.btn-comp02 {
  display: inline-block;
  min-width: 86px;
  padding: 4px 10px;
  text-align: center;
  background: #333333;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .btn-comp02 {
    min-width: 75px;
    font-size: 14px;
  }
}

@media screen and (max-width: 834px) {
  .btn-comp02 {
    font-size: 12px;
    min-width: 70px;
  }
}

.list-blog li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.list-blog li:last-child {
  margin-bottom: 0;
}

.list-blog li > * {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .list-blog li > * {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .list-blog li {
    margin-bottom: 30px;
  }
}

.list-blog .txt-basic {
  margin-bottom: 27px;
}

@media screen and (max-width: 834px) {
  .list-blog .txt-basic {
    margin-bottom: 15px;
    text-align: justify;
  }
}

@media screen and (max-width: 834px) {
  .list-blog .bscBtn01 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .list-blog .bscBtn01 a {
    max-width: 337px;
  }
}

.list-blog__img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .list-blog__img {
    margin-bottom: 20px;
  }
}

.list-blog__content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 78px;
}

@media screen and (max-width: 1440px) {
  .list-blog__content {
    padding-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .list-blog__content {
    padding: 0;
  }
}

.sec-business {
  padding-bottom: 28px;
}

#Mv .mvInfo small {
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  #Mv .mvInfo small {
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .box-system .ttl-comp02 {
    font-size: 23px;
  }
}

@media screen and (max-width: 834px) and (max-width: 330px) {
  .box-system .ttl-comp02 {
    font-size: 19px;
  }
}

@media screen and (min-width: 835px) {
  .box-system__left {
    padding-right: 20px;
  }
}

.box-system .inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

@media screen and (max-width: 834px) {
  .box-system .inner {
    margin-bottom: 30px;
  }
}

.box-system .inner > * {
  width: 50%;
}

@media screen and (max-width: 990px) {
  .box-system .inner > * {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-system .inner > *:last-child {
    margin-bottom: 0;
  }
}

.box-system .inner .txt-basic {
  line-height: 1.875 !important;
  margin-bottom: 37px;
}

@media screen and (max-width: 834px) {
  .box-system .inner .txt-basic {
    margin-bottom: 20px;
  }
}

.box-system__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
}

@media screen and (max-width: 834px) {
  .box-system__list {
    max-width: 500px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 640px) {
  .box-system__list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.box-system__list li {
  width: 25%;
  position: relative;
}

.box-system__list li:after {
  content: "";
  width: 18px;
  height: 28px;
  position: absolute;
  right: -10px;
  top: 42%;
  transform: translateY(-50%);
  background: url(../images/ico-right.png) no-repeat;
}

@media screen and (max-width: 640px) {
  .box-system__list li:after {
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
}

.box-system__list li:nth-child(2) {
  width: 26%;
}

.box-system__list li:nth-child(3) {
  width: 26%;
}

.box-system__list li:nth-child(4) {
  width: 23%;
}

.box-system__list li:last-child:after {
  display: none;
}

.box-system__list__img {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .box-system__list__img {
    padding: 0 20px;
  }
  .box-system__list__img svg {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
  .box-system__list__img svg {
    height: auto;
  }
}

@media screen and (max-width: 834px) {
  .box-system__list__img {
    margin-bottom: 10px;
  }
}

.box-system__list p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .box-system__list p {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .box-system__list p {
    font-size: 12px;
  }
}

.box-system__img img {
  display: block;
  width: 100%;
}

.box-product {
  padding-top: 77px;
  padding-bottom: 100px;
  background: #f5f5f2;
}

@media screen and (max-width: 834px) {
  .box-product {
    padding: 50px 0;
  }
}

.box-product__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}

@media screen and (max-width: 1200px) {
  .box-product__list {
    margin: 0 -12px;
  }
}

@media screen and (max-width: 990px) {
  .box-product__list {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 834px) {
  .box-product__list {
    margin: 0 -6px -40px;
  }
}

.box-product__list li {
  width: 25%;
  padding: 0 24px;
}

@media screen and (max-width: 1200px) {
  .box-product__list li {
    padding: 0 12px;
  }
}

@media screen and (max-width: 990px) {
  .box-product__list li {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 834px) {
  .box-product__list li {
    padding: 0 6px;
  }
}

.box-product__list__ttl {
  padding-bottom: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 24px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .box-product__list__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .box-product__list__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.box-product__list__btn {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

.box-product__list__btn .btn-comp02 {
  margin-right: 7px;
}

@media screen and (max-width: 834px) {
  .box-product__list__btn {
    font-size: 12px;
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
  .box-product__list__btn .btn-comp02 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 330px) {
  .box-product__list__btn {
    font-size: 10px;
  }
}

.box-product__list img {
  display: block;
  width: 100%;
}

.object {
  display: flex;
  flex-wrap: wrap;
}

.object__ttl {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.63;
  margin-bottom: 14px;
  color: #259944;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .object__ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.object .img {
  margin-bottom: 20px;
}

.object .img img {
  display: block;
  width: 100%;
}

.object .txt01 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.object .txt01:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  background: #259944;
}

@media screen and (max-width: 834px) {
  .object .txt01 {
    font-size: 16px;
  }
  .object .txt01:before {
    width: 10px;
    height: 10px;
  }
}

.object .txt-basic {
  margin-bottom: 41px;
  line-height: 1.875 !important;
}

@media screen and (max-width: 834px) {
  .object .txt-basic {
    margin-bottom: 20px;
  }
}

.object__left {
  margin-top: -9px;
}

.object__left img {
  display: block;
  margin: 0 14% 0 auto;
}

@media screen and (max-width: 1440px) {
  .object__left img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .object__left {
    margin-top: 0;
  }
}

.object__right {
  padding-left: 95px;
}

.object__right img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .object__right {
    padding-left: 30px;
  }
}

@media screen and (max-width: 834px) {
  .object__right {
    padding-left: 0;
  }
}

.object > * {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .object > * {
    width: 100%;
    margin-bottom: 30px;
  }
  .object > *:last-child {
    margin-bottom: 0;
  }
}

.list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.list01 li {
  width: 33.33%;
  padding: 0 2.5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .list01 li {
    width: 50%;
  }
}

.list01 li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.list01 li p {
  text-align: center;
  font-size: 16px;
}

.list02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.list02 li {
  width: 50%;
  padding: 0 7.5px;
}

.list03 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

@media screen and (max-width: 834px) {
  .list03 {
    max-width: 500px;
    margin: 0 auto -30px;
  }
}

.list03 li {
  width: 25%;
  padding: 0 13px;
}

@media screen and (max-width: 834px) {
  .list03 li {
    width: 50%;
    margin-bottom: 30px;
  }
}

.list03 .list03__img {
  margin-bottom: 10px;
}

.list03 .list03__img svg {
  max-width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .list03 .list03__img svg {
    height: auto;
  }
}

@media screen and (max-width: 834px) {
  .list03 .list03__img {
    display: flex;
    justify-content: center;
  }
}

.list03 p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.428;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .list03 p {
    font-size: 12px;
  }
}

.list04 li {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 11px;
}

.list04 li:last-child {
  margin-bottom: 0;
}

.list04 li span {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  min-width: 85px;
  margin-right: 14px;
  padding: 6px 10px;
  font-size: 16px;
  background: #333333;
}

@media screen and (max-width: 834px) {
  .list04 li {
    font-size: 14px;
  }
  .list04 li span {
    min-width: 75px;
    font-size: 14px;
    padding: 4px 10px;
  }
}

.box-process {
  padding: 90px 0 85px;
  background: #ebebe7;
}

@media screen and (max-width: 834px) {
  .box-process {
    padding: 50px 0;
  }
}

.box-process__item {
  background: #ffffff;
  padding: 70px 73px 88px;
  box-shadow: 0px 2px 3.54px 2.46px rgba(0, 0, 0, 0.07);
  margin-bottom: 60px;
}

.box-process__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .box-process__item {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 834px) {
  .box-process__item {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.box-process__item--last {
  padding-bottom: 75px;
}

.box-process__item--last .txt-basic {
  margin-bottom: 20px;
}

.box-process__item--last .txt01 {
  margin-bottom: 25px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ttl-comp05 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  position: relative;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .ttl-comp05 {
    font-size: 18px;
  }
}

@media screen and (max-width: 834px) {
  .ttl-comp05 {
    font-size: 16px;
    line-height: 1.447;
  }
}

.ttl-comp05 span {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  background: #fff;
  line-height: 1.3;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .ttl-comp05 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 834px) {
  .ttl-comp05 span {
    font-size: 16px;
  }
}

.ttl-comp05:after {
  content: '';
  background: #cccccc;
  width: 100%;
  display: inline-block;
  max-width: 220px;
  height: 1px;
}

@media screen and (max-width: 1200px) {
  .ttl-comp05:after {
    max-width: 100px;
  }
}

@media screen and (max-width: 834px) {
  .ttl-comp05:after {
    max-width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
  }
}

.box-system02 {
  margin-bottom: 72px;
}

@media screen and (max-width: 834px) {
  .box-system02 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 835px) {
  .box-system02 .ttl-comp05 {
    padding-top: 9px;
  }
}

.box-system02 .inner {
  margin-bottom: 48px;
}

@media screen and (max-width: 834px) {
  .box-system02 .inner {
    margin-bottom: 30px;
  }
}

.sec-manage02 {
  padding-bottom: 71px;
}

@media screen and (max-width: 834px) {
  .sec-manage02 {
    padding-bottom: 50px;
  }
}

.sec-manage02 .ttl-comp03 {
  margin-bottom: 33px;
}

.sec-manage02 .ttl-comp05 {
  margin-bottom: 46px;
}

.flex-business {
  display: flex;
  flex-wrap: wrap;
}

.flex-business .item-business {
  color: #000;
  width: calc(100%/3 - 10px);
  margin-right: 15px;
  box-shadow: 0px 2px 3.54px 2.46px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin-bottom: 35px;
  padding: 53px 38px 40px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .flex-business .item-business {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 834px) {
  .flex-business .item-business {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flex-business .item-business:last-child {
    margin-bottom: 0;
  }
}

.flex-business .item-business * {
  position: relative;
  z-index: 1;
}

.flex-business .item-business:nth-child(3n) {
  margin-right: 0;
}

.flex-business .item-business__ttl {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 1.75px;
}

@media screen and (max-width: 1200px) {
  .flex-business .item-business__ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 990px) {
  .flex-business .item-business__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 374px) {
  .flex-business .item-business__ttl {
    font-size: 20px;
  }
}

.flex-business .item-business__ttl span {
  color: #aaaaaa;
  display: block;
  font-size: 14px;
  margin-top: 7px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}

.flex-business .item-business p {
  font-size: 16px;
  line-height: 1.875 !important;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1200px) {
  .flex-business .item-business p {
    font-size: 14px;
  }
}

.flex-business .item-business__img {
  position: absolute;
  right: 18px;
  bottom: 20px;
  z-index: 0;
}

@media screen and (max-width: 990px) {
  .flex-business .item-business__img svg {
    max-width: 200px;
    height: auto;
  }
}

.txt-plan {
  margin-bottom: 31px;
}

@media screen and (min-width: 835px) {
  .box-process02 {
    padding: 112px 0 132px;
  }
  .box-process02 .ttl-comp04 {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 835px) {
  .box-process02 .box-process__item {
    padding: 70px 73px 63px;
  }
}

.ttl-comp06 {
  margin-bottom: 15px;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 990px) {
  .ttl-comp06 {
    font-size: 18px;
  }
}

.ttl-comp06:before {
  content: '';
  background: #d5d5d5;
  width: 6px;
  height: 21px;
  position: absolute;
  left: 3px;
  top: 0;
}

@media screen and (max-width: 990px) {
  .ttl-comp06:before {
    width: 5px;
    height: 18px;
  }
}

.flex-plan {
  display: flex;
  flex-wrap: wrap;
}

.flex-plan__item {
  width: calc(100%/2 - 25px);
  margin-right: 50px;
  margin-bottom: 25px;
  display: flex;
}

.flex-plan__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1440px) {
  .flex-plan__item {
    width: calc(100%/2 - 15px);
    margin-right: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .flex-plan__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .flex-plan__item {
    flex-wrap: wrap;
  }
}

.flex-plan__img {
  width: 51%;
}

@media screen and (max-width: 1440px) {
  .flex-plan__img {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .flex-plan__img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.flex-plan__img img {
  width: 100%;
}

.flex-plan__content {
  width: 49%;
  padding-left: 20px;
  padding-top: 25px;
}

@media screen and (max-width: 1440px) {
  .flex-plan__content {
    width: 60%;
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .flex-plan__content {
    width: 100%;
    padding-left: 0;
  }
}

.flex-plan__content p {
  font-size: 14px;
  line-height: 1.92 !important;
}

.flex-ship {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.flex-ship__item {
  width: 25%;
  padding: 0 5px;
}

.flex-ship__item .ttl-comp06 {
  margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
  .flex-ship__item .ttl-comp06 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 990px) {
  .flex-ship__item {
    width: 50%;
    margin-bottom: 30px;
  }
}

.flex-ship__img {
  margin-bottom: 10px;
}

.flex-ship__img img {
  width: 100%;
}

.sp-450 {
  display: none;
}

@media screen and (max-width: 450px) {
  .sp-450 {
    display: block;
  }
}

/*------------------------------------add20200828---*/
.list-blog li .bscBtn01 {
width: 100%;
}
.box-system__list {
align-items: center;
}
.box-system__list__img {
width: 90%;
margin: 0 auto;
}

.box-system__list li,
.box-system__list li:nth-child(2),
.box-system__list li:nth-child(3),
.box-system__list li:nth-child(4) {
width: 24%;
}
.box-system__list li::after {
    right: -16px;
}


/*# sourceMappingURL=maps/uniq.css.map */
