/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
mch1150a-3
------------------------------------------------------------*/
.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: 15px;
}
@media screen and (max-width: 767px) {
  .c-content01 + .c-content01 {
    margin-top: 10px;
  }
}

.c-content02 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-content02 {
    margin-bottom: 10px;
  }
}
.c-content02 .c-ttl01 {
  margin-top: 5px;
}

/*
------------------------------------------------------------*/
.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.05rem;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl01.style3 {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/*
------------------------------------------------------------*/
.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-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__img {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .c-imgtxt1__img img {
    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;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
  .c-list01__img img {
    width: 100%;
  }
}
.c-list01 .c-content01 {
  margin-bottom: 20px;
}
.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.w-100 {
  width: 100%;
}
.c-list01__wrap {
  display: flex;
}
.c-list01__wrap .c-list01__img {
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap .c-list01__img {
    margin-right: 10px;
  }
}
.c-list01__wrap + .c-list01__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap + .c-list01__wrap {
    margin-top: 15px;
  }
}
.c-list01__ct {
  flex-basis: 0;
  flex-grow: 1;
}

/*
------------------------------------------------------------*/
.c-list02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list02 {
    margin: 0 -5px;
  }
}
.c-list02__item {
  width: 33.3333333333%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-list02__item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.c-list02__ct {
  margin-bottom: 15px;
}
.c-list02__ct .c-ttl01 {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-list02__ct .c-ttl01 {
    margin-top: 10px;
  }
}

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

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