/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
gfk17-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: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #3E3A39;
  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;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style1 {
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #4A4A4A;
  line-height: 26px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .c-des01 {
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.05rem;
  }
}
.c-des01.mgt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-des01.mgt-20 {
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
@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__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;
  margin: 0 0 50px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.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__wrap {
  display: flex;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap {
    margin: 0;
    flex-wrap: wrap;
  }
}
.c-list01__wrap .c-list01__img {
  padding: 0 8px;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap .c-list01__img {
    padding: 0;
    width: 100%;
  }
  .c-list01__wrap .c-list01__img:not(:last-child) {
    margin-bottom: 18px;
  }
}

/*
------------------------------------------------------------*/
.c-list02 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-list02 {
    margin-top: 20px;
  }
}
.c-list02__item {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3F3A39;
  line-height: 1.4;
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .c-list02__item {
    font-size: 1.6rem;
    padding-left: 8px;
  }
}
.c-list02__item::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3F3A39;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-list02__item::before {
    width: 4px;
    height: 4px;
  }
}

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

.p-gfk17-3 .c-list01__item:last-child {
  margin-bottom: 0;
}