/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
mch1150a-4
------------------------------------------------------------*/
.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-ttl01 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #413A39;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    letter-spacing: 0.15rem;
  }
}
.c-ttl01 .sm {
  font-size: 1.2rem;
}
.c-ttl01.style2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2 {
    padding-left: 17px;
  }
}
.c-ttl01.style2::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #413A39;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2::before {
    top: 7px;
    width: 13px;
    height: 13px;
  }
}

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #4B4A4B;
  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;
  }
}

.c-note1 {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4B4A4B;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .c-note1 {
    font-size: 1.2rem;
  }
}

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

/*
------------------------------------------------------------*/
.c-imgtxt1 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1 {
    flex-wrap: wrap;
  }
}
.c-imgtxt1__img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.c-imgtxt1__img.w-480 {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__img.w-480 {
    width: 100%;
  }
}
.c-imgtxt1__ct {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__ct {
    flex-basis: auto;
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-list01__img img {
    width: 100%;
  }
}
.c-list01__item {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list01__item {
    margin-bottom: 30px;
  }
}

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

/*
------------------------------------------------------------*/
.p-mch1150a-4 {
  margin-top: 0;
}
.p-mch1150a-4 .c-breadcrumb1 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-mch1150a-4 .c-breadcrumb1 {
    margin-bottom: 30px;
  }
}
.p-mch1150a-4__img {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-mch1150a-4__img {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-mch1150a-4__sc01 .c-list01__item:last-child {
  margin-bottom: 0;
}