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

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

/*
------------------------------------------------------------*/
.c-ttl02 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  color: #3F3A39;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

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

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

.c-text001-1 {
  margin-bottom: 30px;
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01__img1 {
  margin-top: 15px;
}
.c-list01__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list01__img img {
    width: 100%;
  }
}
.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.column3 .c-list01__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .c-list01.column3 .c-list01__item {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-table1 {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #4B4948;
}
@media screen and (max-width: 767px) {
  .c-table1 {
    border-width: 2px;
  }
}
.c-table1 th:first-child {
  width: 32%;
  text-align: left;
}
.c-table1 td,
.c-table1 th {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #3F3A39;
  padding: 5px 8px 5px;
  box-sizing: border-box;
  border: 1px solid #4B4948;
}
@media screen and (max-width: 767px) {
  .c-table1 td,
.c-table1 th {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 6px;
  }
}
.c-table1 th {
  line-height: 1.2;
}
.c-table1 td {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-table1 td {
    font-size: 2rem;
  }
}
.c-table1__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 50px;
}
@media screen and (max-width: 767px) {
  .c-table1__list {
    margin: 0 0 30px;
  }
}
.c-table1__box {
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
.c-table1__box:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-table1__box {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.c-table1__box.w-100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table1__scroll {
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
  .c-table1__scroll .c-table1 {
    width: 700px;
  }
}
.c-table1--border {
  border: none;
}
@media screen and (max-width: 767px) {
  .c-table1--border {
    width: 800px !important;
  }
}
.c-table1--border th,
.c-table1--border td {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  letter-spacing: -0.1rem;
  padding: 8px 6px;
  text-align: left;
  color: #4A4A4A;
}
@media screen and (max-width: 767px) {
  .c-table1--border th,
.c-table1--border td {
    padding: 6px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.c-table1--border tr {
  border: none;
}
.c-table1--border tr th:first-child {
  width: 32.8%;
}
@media screen and (max-width: 767px) {
  .c-table1--border tr th:first-child {
    width: 31%;
  }
}
.c-table1--border tr th:nth-child(2) {
  width: 5.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table1--border tr th:nth-child(2) {
    width: 7.5%;
  }
}
.c-table1--border tr th:nth-child(3) {
  white-space: nowrap;
  width: 15.2%;
}
@media screen and (max-width: 767px) {
  .c-table1--border tr th:nth-child(3) {
    width: 17.5%;
  }
}
.c-table1--border tr th:not(:last-child) {
  border-right: 1px solid #4B4948;
}
.c-table1--border tr td:not(:last-child) {
  border-right: 1px solid #4B4948;
}
.c-table1--border tr td:nth-child(2) {
  text-align: center;
}
.c-table1--border tr:nth-child(2n+1) {
  background-color: #F2F2F2;
}
.c-table1--border thead th {
  text-align: center !important;
}
.c-table1--border thead tr {
  background-color: #fff !important;
}

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

/*
------------------------------------------------------------*/
.p-vch750a-10 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-vch750a-10 {
    margin-top: 20px;
  }
}