.income-fv-area {
  background: url(../img/income/income-fv.png) no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  height: 400px;
}

.income-fv-area .overlay-income {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #5876aa;
  opacity: 0.5;
}

.income-fv-area .contents {
  padding: 110px 0 80px;
}

.income-fv-area .contents h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 30px;
}

.income-fv-area .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}



.income-fv-area .contents h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;

  line-height: 65px;
}

.income-fv-area .contents h2 span {
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  padding-left: 10px;
  vertical-align: top;
}


.income-scene {
  padding-top: 20px;
  background-color: #eff7ff;

}

.wrapper {}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;

  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 80px;
  padding-top: 5px;
  background-color: #FFFFFF;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;

}

.tab_item span {
  font-family: "impact";
  color: #5876aa;
  font-size: 25px;
  font-weight: 200;
}

.tab_item:hover {
  background-color: #dcecfc;

}


.tab_item01 {
  padding-top: 10px;
  border-radius: 0;
}




.tab_item02 {
  padding-top: 10px;
  border-radius: 0;
}

.tab_item03 {
  padding-top: 10px;
  border-radius: 0;
}

.tab_item04 {
  padding-top: 10px;
  border-radius: 0;
}

.tab_item05 {
  padding-top: 10px;
  border-radius: 0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 2px 0;
  clear: both;
  overflow: hidden;
}

.tab_content {
  position: relative;
  /* 位置指定 */
  animation: anime1 1s ease;
  /* アニメーション指定 */
}

@keyframes anime1 {
  0% {
    opacity: 0;
    /* 透明度指定 */
    top: 50px;
    /* 位置指定 */
  }

  100% {
    opacity: 1;
    /* 透明度指定 */
    top: 0;
    /* 位置指定 */
  }
}

/*選択されているタブのコンテンツのみを表示*/
#at1:checked~#at1_content,
#at2:checked~#at2_content,
#at3:checked~#at3_content,
#at4:checked~#at4_content,
#at5:checked~#at5_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  position: relative;

  border-bottom: solid 5px #5876aa;
  color: #333;

}

.tabs input:checked+.tab_item span {
  color: #0068b7;
}



.tabs input:checked+.tab_item:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #5876aa;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.title-back {
  background-color: #5876aa !important;
  padding-top: 1px;
  padding-bottom: 8px;
}

.title-back2 {
  background-color: #5876aa !important;
  padding-top: 8px;
}

.title-back h3 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;

  text-align: center;
  color: #fff;
}

.title-back h3 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 10px;
}

.title-back h3:before {
  position: absolute;
  bottom: -17px;
  left: calc(50% - 46px);
  width: 90px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ffd700;
}


.row>div {
  display: flex;
  flex-direction: column;
}
.income-scene2 {
    flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #5876aa;
  padding: 15px 10px;
  margin-bottom: 30px;
}


.income-scene2 h4 {
  background-color: #5876aa;
  font-size: 20px;
  font-weight: 600;
padding:7px 0;
  line-height: 31px;
  margin-bottom: 10px;
  color: #fff;
}

.income-scene2 .icon {
  padding-top: 20px;
  padding-bottom:10px;
}

.income-scene2 p {
  text-align: left;
padding:10px 20px;
  flex-grow: 1;
}



@media (min-width: 768px) and (max-width: 991px) {
  .income-scene2 {
    height: 290px;
  }

  .income-scene2 h4 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tab_item span {
    font-size: 16px;
  }

  .income-function h2 span {
    font-size: 18px !important;
  }
}

.income-function img {
  width: 80%;
  padding-top: 50px;
}

.income-function h2 {
  color: #5876aa;
  font-size: 35px;
  line-height: 65px;
}

.income-function h2 span {
  display: inline-block;
  font-size: 25px;
  border-bottom: solid 1px #5876aa;
  color: #333;
  line-height: 45px;

}

a.btn-flat:hover {
  color: #fff;
}

@media screen and (max-width: 551px) {
  .income-fv-area .contents h1 {
    font-size: 25px;
  }

  .income-function h2 {
    font-size: 33px;
  }

  .income-function h2 span {
    font-size: 20px;
  }

  .income-function p {
    text-align: left !important;
  }

  .tab_item span {
    font-size: 14px;

  }
}

.income-function p {
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: 200;
  line-height: 1.5;
  padding-bottom: 15px;
}

.income-function2 {
  height: 235px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #5876aa;
  padding: 15px 10px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.income-function2 h4 {
  background-color: #5876aa;
  font-size: 20px;
  font-weight: 600;

  line-height: 31px;
  margin-bottom: 10px;
  color: #fff;
}

.income-function2 .icon {
  padding-top: 5px;
}

.income-function2 p {
  text-align: left;
}

.parent-point {
  text-align: center;
  margin-top: 30px;
  background-image: url("../img/cast-img01.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15%;
}

.parent-point h5 {
  color: #fff;
  background-color: #0068b7;
  font-weight: 600;
  font-size: 22px;
  padding-top: 5px;
  border-bottom: solid 1px #0068b7;
  margin-bottom: 20px;
  border-radius: 8px;
}

.parent-point p {
  text-align: left;
  line-height: 1.8em;
  padding: 20px 5px;
}

.point4 {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #eff7ff;
}

.point4 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  text-align: center;
}

.point4 img {
  vertical-align: middle;
  margin-top: 50px;
  width: 90%;
}

.point4 h5 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding-top: 35px;
  text-align: center;
  background-color: #0068b7;

}

@media (min-width: 320px) and (max-width: 500px) {
  .parent-point p {
    text-align: center;
  }
}

.featsec {
  background-color: #fff;
  position: relative;
}



.featsec .featsec-item {
  text-align: center;
  color: #fff;

}

.featsec .featsec-item .icon {
  margin-bottom: 20px;
  padding-top: 20px;


}

.featsec .featsec-item .icon img {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

.featsec .featsec-item .featsec-count h3 {
  font-size: 21px;
  color: #fff;
  background-color: #5876aa;
  margin-bottom: 15px;
}

.featsec .featsec-item .featsec-count h4 {
  font-size: 16px;
  color: #fff;
  padding: 15px;
  line-height: 25px;
  margin-bottom: 30px;
}

.featsec-point {
  text-align: center;
  margin-top: 30px;

}







.featsec-point3 {
  position: relative;
  display: inline-block;
  width: 280px;
  background-color: #eff7ff;
}

.featsec-point3 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 280px;
  text-align: center;
}

.featsec-point3 p {
  text-align: left;
  padding: 20px;
}

.featsec-point3 img {
  width: 30%;
  text-align: center;
}


.featsec-point h3 {
  position: relative;

  display: inline-block;
  margin: 1rem 0 1rem -1px;
  padding: 1rem 1rem;
  color: #fff;
  font-size: 20px;
  font-weight: 700;

  background: #0068b7;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

@media (max-width: 768px) {
  .featsec-point3 {
    width: 250px;
  }
}

@media (min-width: 320px) and (max-width: 551px) {
  .featsec-point3 {
    width: 320px;
    height: 320px;
  }

}

/*タブ切り替え全体のスタイル*/
.tabs-ex {
  margin-top: 50px;
  padding-bottom: 20px;

  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tabex_item {
  width: calc(100%/3 - 5px);
  height: 60px;
  padding-top: 5px;

  margin-right: 5px !important;
  border: solid 1px #ff9000;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #ff9000;
  border-radius: 10px 10px 0 0 !important;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;

}

.tabex_item span {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 2px #fff;
}

.tabex_item:hover {
  background-color: #ffc680;
  border: solid 1px #ffc680;
  color: #fff;

}

@media screen and (max-width: 768px) {
  .tabex_item {
    font-size: 14px;
  }

}

@media screen and (max-width: 551px) {
  .tabex_item {
    font-size: 12px;
  }

}


.tabex_item01 {
  padding-top: 15px;
  border-radius: 0;
}




.tabex_item02 {
  padding-top: 15px;
  border-radius: 0;
}

.tabex_item03 {
  padding-top: 15px;
  border-radius: 0;
}



/*ラジオボタンを全て消す*/
input[name="tabex_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabex_content {
  display: none;
  padding: 20px 2px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}

.tabex_content {
  position: relative;
  /* 位置指定 */
  animation: anime1 1s ease;
  /* アニメーション指定 */
}

@keyframes anime1 {
  0% {
    opacity: 0;
    /* 透明度指定 */
    top: 50px;
    /* 位置指定 */
  }

  100% {
    opacity: 1;
    /* 透明度指定 */
    top: 0;
    /* 位置指定 */
  }
}

.tabex_content img {
  width: 80%;
}

.tabex_content p {
  font-weight: 700;
}



/*選択されているタブのコンテンツのみを表示*/
#at11:checked~#at11_content,
#at22:checked~#at22_content,
#at33:checked~#at33_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs-ex input:checked+.tabex_item {
  position: relative;
  background-color: #ff9000;
  border-bottom: solid 5px #ff9000;
  color: #fff;

}

.tabs-ex input:checked+.tabex_item span {
  color: #ff9000;
}



.tabs-ex input:checked+.tabex_item:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #ff9000;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.plan {
  background-color: #eff7ff;
  padding-bottom: 20px;
  padding-top: 20px;
}

.wrapper-plan {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 15px !important;
}

.tabs-plan {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tabplan_item {
  width: calc(100%/3);
  height: 55px;
  background-color: #c4c4c4;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: solid 1px #eff7ff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;

}

.tabplan_item:hover {
  background-color: #5876aa;

}

.tabplan_item01 {
  border-radius: 0;
}

.tabplan_item02 {
  border-radius: 0;
}

.tabplan_item03 {
  border-radius: 0;
}

/*ラジオボタンを全て消す*/
input[name="tabplan_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabplan_content {
  display: none;
  padding: 20px 2px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}



.tabplan_content {
  position: relative;
  /* 位置指定 */
  animation: anime1 1s ease;
  /* アニメーション指定 */
}

@keyframes anime1 {
  0% {
    opacity: 0;
    /* 透明度指定 */
    top: 0px;
    /* 位置指定 */
  }

  100% {
    opacity: 1;
    /* 透明度指定 */
    top: 0;
    /* 位置指定 */
  }
}

/*選択されているタブのコンテンツのみを表示*/
#at111:checked~#at111_content,
#at222:checked~#at222_content,
#at333:checked~#at333_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs-plan input:checked+.tabplan_item {
  position: relative;
  color: #0068b7;
  background-color: #fff;
  border: solid 2px #0068b7;

}


.tabplan_content h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 25px;
  color: #333;
}

.tabplan_content h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #5876aa;
}

.tabplan_content h3 span {
  position: relative;
  padding: 0 3em;
  background: #fff;
}

.plan-op {
  background-color: #E5F4FF;
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 5px;

}

.plan-op p {
  font-size: 11px !important;
  margin: 0 !important;
  padding: 0 !;
}


.tabplan_content h4 {
  padding: 1rem 2rem;
  border-left: 5px solid #5876aa;
  background: #f4f4f4;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #5876aa;
}


.plan-op h5 {
  background-color: #5876aa;
  color: #fff;
  font-weight: 700;
  font-size: 18px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.plan-op h5 span {
  background-color: #fff;
  color: #5876aa;
  font-size: 14px;
  padding: 5px 30px;
  line-height: 26px;
  border-radius: 15px;
}

.plan-op h6 {
  font-size: 18px;
  padding: 20px 0;
}

.plan-opline {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #fff;
  margin: 30px 0 10px 0;
}

.plan-opline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #5876aa;
}

.plan-opline span {
  position: relative;
  padding: 3px 2em;
  background: #5876aa;
}

.kousei img {
  padding-top: 10px;
}

.kousei span {
  font-size: 10px;
  line-height: 0.5em;
}


.step {
  padding-bottom: 30px;
}

.order-flow {
  box-sizing: border-box;

}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

.flow {
  padding-left: 116px;
  position: relative;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: 8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.flow>li {
  position: relative;
}

.flow>li:not(:last-child) {
  margin-bottom: 8vh;
}

.flow>li .icon {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: rgb(107, 144, 219);
  background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow>li dl {
  padding-left: 70px;
  position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow>li dl::before {
  width: 25px;
  height: 25px;
  margin-top: -5px;
  background: #0068b7;
  border-radius: 50%;
  left: 7px;
}

.flow>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 35px;
  margin-top: 8px;
}

.flow>li dl dt {
  font-size: 24px;
  font-weight: 600;
  color: #5876aa;
  margin-bottom: 1vh;
  margin-left: 25px;
  margin-top: 50px;
  padding-top: 5px;
}

.flow>li dd {
  margin-left: 25px;
}

.flow>li dd a {
  color: #0068b7;
}


.option-section {
  margin-top: 30px;
  padding: 10px 0;
  background-color: #E5F4FF;
}

.option-section h2 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #5876aa;
  font-size: 40px;
  color: #333;
}

.option-section h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30%;
  height: 6px;
  content: '';
  background: #00bfff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .option-section {
    padding: 40px 0;
  }
}

.btn-01 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #333;
  margin-bottom: 20px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
  color: #fff;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.biz-hero {
  position: relative;
  background: url(../img/income/income-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
  z-index: 0;
}

.biz-hero:after {
  content: '';
  background-color: rgba(88, 118, 170, .6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}



.biz-hero .hero-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}


.biz-hero .biz-hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 30px 0 35px 0;
}


.fv-box {
  padding: 50px 0;
}

.biz-hero .biz-hero-content h1 {
  font-weight: 800;
  font-size: 45px;
  line-height: 65px;
  color: #FFF;
  text-transform: capitalize;
  text-align: center;

}

.biz-hero .biz-hero-content h1 span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 20px 0 5px 0;
  border-bottom: solid 1px #fff;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .biz-hero .biz-hero-content h1 {
    font-size: 42px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .biz-hero .biz-hero-content img {
    padding-top: 0;
  }

  .biz-hero .biz-hero-content img {
    display: block;
    margin: 20px auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .biz-hero .biz-hero-content {
    padding: 0 10px;
    text-align: center;
  }

  .biz-hero .biz-hero-content img {
    display: block;
    margin: 20px auto;
    width: 50%;
  }

  .biz-hero .biz-hero-content h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }

  .fv-box {
    padding: 10px 0;
  }

}

@media (max-width: 575px) {
  .biz-hero .biz-hero-content img {
    display: block;
    margin: 20px auto;
    width: 50%;
  }

  .fv-box {
    padding: 30px 0 20px 0;
  }

  .biz-hero .biz-hero-content h1 {
    font-size: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
  }

  .biz-hero .biz-hero-content h1 span {
    font-size: 20px;
    text-align: center;
  }
}
