/* breakpoint
-------------------------------------------*/
/*------------------------------------------------------------
v6120a-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: 30px;
}
@media screen and (max-width: 767px) {
  .c-content01 + .c-content01 {
    margin-top: 20px;
  }
}

/*
------------------------------------------------------------*/
.c-ttl01 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  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.27rem;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}

/*
------------------------------------------------------------*/
.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;
    letter-spacing: 0.15rem;
  }
}

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

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01__img.w-455 {
  width: 455px;
}
@media screen and (max-width: 767px) {
  .c-list01__img.w-455 {
    width: 100%;
  }
}
.c-list01__img + .c-list01__img {
  margin-top: 17px;
}
.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;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 -8px 50px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 {
    margin: 0 0 30px;
  }
}
.c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__content {
  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__content {
    width: 100%;
    padding: 0;
  }
}
.c-list01__item.w-50 .c-list01__img {
  max-width: 430px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 .c-list01__img {
    max-width: none;
  }
  .c-list01__item.w-50 .c-list01__img img {
    width: 100%;
  }
}
.c-list01__item.mgb-25 {
  margin-bottom: 25px;
}
.c-list01__item.last {
  margin-bottom: 0;
}

/*
------------------------------------------------------------*/
.c-table1 {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #4B4948;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-table1 {
    margin-top: 13px;
  }
}
.c-table1 td,
.c-table1 th {
  font-size: 1.62rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  color: #4B4948;
  padding: 5px 8px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-table1 td,
.c-table1 th {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 4px 4px;
  }
}
.c-table1 th {
  text-align: left;
  width: 276px;
  border-right: 1px solid #4B4948;
}
@media screen and (max-width: 767px) {
  .c-table1 th {
    width: 39%;
  }
}
.c-table1 td {
  width: calc(100% - 276px);
}
@media screen and (max-width: 767px) {
  .c-table1 td {
    width: 61%;
  }
}
.c-table1 tr {
  border: 1px solid #333;
}

/*
------------------------------------------------------------*/
.u-border {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-border {
    padding-top: 30px;
  }
}
.u-border::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 16px);
  left: 8px;
  top: 0;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .u-border::after {
    left: 0;
    width: 100%;
  }
}

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