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

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

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #4A4A4A;
  line-height: 26px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .c-des01 {
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.05rem;
  }
}
.c-des01.style1 {
  margin-top: 3px;
  text-align: right;
}
.c-des01.dot {
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-des01.dot {
    padding-left: 14px;
  }
}
.c-des01.dot::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #4A4A4A;
}
@media screen and (max-width: 767px) {
  .c-des01.dot::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
}

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

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
  .c-list01__img {
    margin-top: 5px;
  }
  .c-list01__img img {
    width: 100%;
  }
}
.c-list01 .c-content01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-list01__img1 {
  margin-top: 10px;
}
.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: 20px;
  }
}
.c-list01__item.mgb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-list01__item.mgb-0 {
    margin-bottom: 15px;
  }
}
.c-list01__item.w-100 {
  width: 100%;
}
.c-list01__item.w-100 .c-list01__img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-100 .c-list01__img {
    margin: 0;
  }
}
.c-list01__item.w-100 .c-list01__img1 {
  width: 50%;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-100 .c-list01__img1 {
    width: 100%;
    padding: 0;
  }
  .c-list01__item.w-100 .c-list01__img1:not(:last-child) {
    margin-bottom: 15px;
  }
}
.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 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__ct {
  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__ct {
    width: 100%;
    padding: 0;
  }
}
.c-list01__item.last {
  margin-bottom: 0;
}

/*
------------------------------------------------------------*/
.c-list02 {
  list-style-type: decimal;
  margin-left: 22px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .c-list02 {
    margin-top: 15px;
    margin-left: 16px;
  }
}
.c-list02__item {
  font-size: 1.7rem;
  color: #4A4A4A;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .c-list02__item {
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.05rem;
  }
}

/*
------------------------------------------------------------*/
.c-block1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-block1 {
    margin-bottom: 30px;
  }
}
.c-block1 .c-ttl01 {
  margin-bottom: 6px;
}
.c-block1 .c-content01 {
  margin-bottom: 8px;
}
.c-block1__list {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-block1__list {
    margin: 0;
  }
}
.c-block1__img {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-block1__img {
    width: 100%;
    padding: 0;
  }
  .c-block1__img:not(:first-child) {
    margin-top: 15px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .c-btnv01 a {
    display: flex;
    align-items: center;
  }
}

/*
------------------------------------------------------------*/
.p-mm300-3__sc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-mm300-3__sc01 {
    margin-bottom: 50px;
  }
}