/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
vch750a-6
------------------------------------------------------------*/
.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.mgt-17 {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-content01.mgt-17 {
    margin-top: 10px;
  }
}
.c-content01 + .c-content01 {
  margin-top: 30px;
}
@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.style1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style1 {
    margin-top: 10px;
  }
}
.c-ttl01.sm {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01.sm {
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.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;
  }
}

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

.c-text001-1 {
  margin-bottom: 30px;
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01__img1 {
  margin-top: 15px;
}
.c-list01__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list01__img img {
    width: 100%;
  }
}
.c-list01__item {
  padding: 0 10px;
  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.mgb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.mgb-20 {
    margin-bottom: 30px;
  }
}
.c-list01__item.w-100 {
  width: 100%;
}
.c-list01__item.w-50 {
  display: flex;
  margin: 0 0 50px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 {
    margin: 0 0 30px;
    flex-wrap: wrap;
  }
}
.c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__ct,
.c-list01__item.w-50 .c-list01__ct2 {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__ct,
.c-list01__item.w-50 .c-list01__ct2 {
    width: 100%;
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    margin-bottom: 30px;
  }
}
.c-box1__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3F3A39;
  margin-bottom: 12px;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 767px) {
  .c-box1__ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.c-box1__item {
  font-size: 2.1rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.2;
  color: #211815;
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-box1__item {
    font-size: 1.4rem;
    padding: 0 5px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
}
.c-box1__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-box1__list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-box1__list {
    margin: 0 -5px;
  }
}
.c-box1__list:nth-child(1) {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .c-box1__list:nth-child(1) {
    width: 100%;
  }
}
.c-box1__list:nth-child(2) {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .c-box1__list:nth-child(2) {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-box2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-box2 {
    margin-bottom: 30px;
  }
}
.c-box2__bg {
  background-color: #DBDBDB;
  padding: 30px 30px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-box2__bg {
    padding: 20px 20px 15px;
  }
}
.c-box2__list {
  display: flex;
  margin: 0 -45px;
}
@media screen and (max-width: 767px) {
  .c-box2__list {
    flex-wrap: wrap;
    margin: 0;
  }
}
.c-box2__item {
  width: 50%;
  padding: 0 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-box2__item {
    width: 100%;
    padding: 0;
  }
  .c-box2__item:not(:first-child) {
    margin-top: 50px;
  }
}
.c-box2__item:not(:first-child) {
  position: relative;
}
.c-box2__item:not(:first-child)::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 63px solid #B9251F;
  border-bottom: 47px solid transparent;
  border-top: 47px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-box2__item:not(:first-child)::before {
    left: 50%;
    right: 0;
    top: -44px;
    transform: translatex(-50%) rotate(90deg);
    margin: 0;
    border-left-width: 30px;
    border-bottom-width: 20px;
    border-top-width: 20px;
  }
}
.c-box2 .c-des01 {
  margin-top: 8px;
}

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

/*
------------------------------------------------------------*/
.p-vch750a-6__img {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vch750a-6__img {
    margin-bottom: 30px;
  }
}
.p-vch750a-6 .c-list01__item.last {
  margin-bottom: 0;
}