/* breakpoint
-------------------------------------------*/
/*------------------------------------------------------------
v6120a-2
------------------------------------------------------------*/
.drawer-hamburger1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger1 {
    display: block;
  }
}

/*
------------------------------------------------------------*/
.c-mainVisual2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .c-mainVisual2 {
    margin-bottom: 30px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-navi1 {
    padding: 0 10px 20px 10px;
  }
}

/*
------------------------------------------------------------*/
.c-navi2 a {
  text-align: center;
}

/*
------------------------------------------------------------*/
.c-content01.mgb-25 {
  margin-bottom: 25px;
}
.c-content01 + .c-content01 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-content01 + .c-content01 {
    margin-top: 20px;
  }
}

/*
------------------------------------------------------------*/
.c-ttl01 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  color: #3F3A39;
  margin-top: 17px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.27rem;
  }
}
.c-ttl01.small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01.small {
    font-size: 1.6rem;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}
.c-ttl01.style2 {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2 {
    letter-spacing: -0.02rem;
  }
}

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #4A4A4A;
  line-height: 26px;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
  .c-des01 {
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.15rem;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-title2 h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-text001-1 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.02rem;
  }
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01__item {
  padding: 0 8px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-list01__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.c-list01__item.w-100 {
  width: 100%;
}
.c-list01__item.w-50 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -8px 50px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 {
    margin: 0 0 30px;
  }
  .c-list01__item.w-50 .c-list01__img {
    margin-bottom: 10px;
  }
}
.c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__content {
  width: 50%;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__content {
    width: 100%;
    padding: 0;
  }
}
.c-list01__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap {
    margin: 0;
  }
}
.c-list01__wrap .c-list01__img {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap .c-list01__img {
    width: 100%;
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
.c-list02 {
  display: flex;
  margin: 0 -1px;
}
@media screen and (max-width: 767px) {
  .c-list02 {
    margin: 10px 0 0;
    flex-wrap: wrap;
  }
}
.c-list02__item {
  width: 33.3333333333%;
  padding: 0 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-list02__item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-imgtext1 {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1 {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.c-imgtext1__img {
  width: 46.2%;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-imgtext1__content {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__content {
    flex-basis: auto;
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  border: 1px solid #211815;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    margin-top: 10px;
    padding: 10px;
  }
}
.c-box1__ttl {
  font-size: 1.95rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: 700;
  color: #211815;
  border-bottom: 1px solid #211815;
}
@media screen and (max-width: 767px) {
  .c-box1__ttl {
    font-size: 1.5rem;
    letter-spacing: -0.08rem;
  }
}
.c-box1__wrap:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box1__wrap:not(:first-child) {
    margin-top: 12px;
  }
}

/*
------------------------------------------------------------*/
.c-btnv01.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .c-btnv01.mt120 {
    margin-top: 60px;
  }
}

/*
------------------------------------------------------------*/
.p-v6120a-2__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-v6120a-2__img {
    margin-bottom: 30px;
  }
}
.p-v6120a-2__sc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-v6120a-2__sc01 {
    margin-bottom: 50px;
  }
}
.p-v6120a-2__sc01 .c-list01__item:last-child {
  margin-bottom: 0;
}
.p-v6120a-2__sc02 .c-list01__item:nth-child(7), .p-v6120a-2__sc02 .c-list01__item:nth-child(8) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-v6120a-2__sc02 .c-list01__item:nth-child(7) {
    margin-bottom: 30px;
  }
}