@charset "utf-8";

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== mainImage ========== */
.c-mainImage-04 {
	background-image: url(/service/jibun_app/img/mainImage_02@x2_20250203_v40.jpg);
  background-size: auto 100%;
  position: relative;
}
.c-mainImage-04.pc:before{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  /*background-color: #e6e7d9;*/
  background: linear-gradient(to top,#f1f0eb 25%,#e6e7d9 60%,#e6e7d9 100%);
  z-index: -9999;
}
.c-mainImage-04.pc:after{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  background-color: #fffdf4;
  z-index: -9999;
}
@media only screen and (max-width: 640px) {
  .c-mainImage-04.sp {
  	background-image: url(/service/jibun_app/img/mainImage_02_sp@x2_20250203_v40.jpg);
  }
}

/* ========== c-icon ========== */
@media only screen and (max-width:640px) {
  .c-column-group-icon .col-unit-1\/2 {
    float: left;
    display: inline;
    width: 48.57142857142857%;
    margin-left: 2.857142857142857%;
  }

  .c-column-group-icon .col-unit-1\/2:first-child {
    margin-left: 0;
  }
}

/* ========== c-icon ========== */
.c-icon__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.c-icon__wrap .c-icon__item--link{
  margin-left: 15px;
  padding-left: 24px;
  list-style-type: none;
  color: #535252;
  position: relative;
  display: inline-block;
}

.c-icon__wrap .c-icon__item--link:before {
  width: 18px;
  height: 100%;
  background-image: url(/assets/img/marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  left: 0;
  content: "";
}

.c-icon__wrap:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  text-decoration: none;
}

@media only screen and (max-width:1024px) {
  .c-icon__wrap:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (max-width:640px) {
  .c-icon__wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-icon__wrap .c-icon__item--img{
    width: 50%;
  }
  .c-icon__wrap .c-icon__item--link {
    display: block;
    margin-left: 0;
    padding: .8em 2px .6em 24px;
  }
  .c-icon__wrap .c-icon__item--link:before {
    margin-top: -2px;
  }
}

/* ========== c-characteristic ========== */
.c-characteristic{
  position: relative;
}

.c-characteristic__btn-01,
.c-characteristic__btn-02,
.c-characteristic__btn-03{
  position: absolute;
}

.c-characteristic__btn-01{
  top: 17%;
}

.c-characteristic__btn-02{
  top: 28.5%;
}

.c-characteristic__btn-03{
  top: 38%;
}

.c-characteristic__btn-03.v30{
  top: 58%;
}

@media only screen and (max-width:640px) {
  .c-characteristic__btn-01,
  .c-characteristic__btn-02,
  .c-characteristic__btn-03{
    position: static;
    text-align: center;
  }

  .c-characteristic .c-btnGroup-01 .btn,
  .c-characteristic .c-btnGroup-02 .btn{
    margin-top: 1em;
  }
}

/* ========== c-function-column-group ========== */

.c-function-column-group{
  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;
}

.c-function-column-group.space{
  justify-content: flex-start;
}

.c-function-column-group.space .c-function-column-group__item{
  margin-right: 21px;
}

.c-function-column-group__item{
  width: calc((100% - 40px) / 3);
}

.c-function-column-group__item:nth-child(n+4){
  margin-top: 20px;
}

.c-function-column-group__item .c-figure-01{
  margin-top: 10px;
}

@media only screen and (max-width:640px) {
  .c-function-column-group__item{
    width: calc((100% - 20px) / 2);
  }
  .c-function-column-group__item:nth-child(n+3){
    margin-top: 1.25em;
  }
}

/* ========== c-list-merit ========== */

.c-list-merit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-list-merit__ttl{
  color: #fff;
  background-color: #1f90ef;
}

.c-list-merit__ttl,
.c-list-merit__txt{
  padding: 10px 10px 8px;
}

.c-list-merit__txt span{
  line-height: 1.5em;
}

.c-text-underline{
  border-bottom: 2px solid #1f90ef;
}

/* ========== readmore ========== */
.readmore-wrap {
  position: relative;
  padding-bottom: 120px;
}
.readmore-wrap + .readmore-wrap {
  margin-top: 40px;
}
.readmore-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 1em 0;
  border-radius: 2em;
  background: #eb7000;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.readmore-trigger::before {
  content: "もっと見る";
  padding-right: 18px;
}
.readmore-trigger .fa {
  margin-right: .5em;
}
.readmore-item {
  position: relative;
  overflow: hidden;
}
.readmore-item.is-hide {
  height: 20px;
}
.readmore-item::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.readmore-trigger.is-show {
  /*bottom: -40px;*/
  bottom: 30px;
  background: #999;
}
.readmore-trigger.is-show::before {
  content: "閉じる";
}
.readmore-trigger.is-show + .readmore-item::after {
  display: none;
}

.readmore-trigger .readmore-ico {
  position: relative;
}
.readmore-trigger .readmore-ico::before {
  content: "＋";
  position: absolute;
  width: 22px;
  height: 22px;
  top: -5px;
  right: -8px;
  font-size: 2.5rem;
}
.readmore-trigger.is-show .readmore-ico::before {
  content: "－";
}

@media only screen and (max-width:640px) {
  .readmore-wrap {
    padding-bottom: 125px;
  }
  .readmore-item.is-hide {
    height: 10px;
  }
}

@media only screen and (min-width:961px) {
  .cnvBlock-apps-unit.qr{
    position: relative;
  }
  .cnvBlock-apps-unit.qr figure{
    position: absolute;
    margin: auto;
    width: 100%;
  }
}

div.c-color-01c-bg {
  margin-top: 13px;
  padding: 13px;
}