/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
ga302-552-2
------------------------------------------------------------*/
.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 {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-navi2 a {
    padding: 15px 0 15px 10px;
  }
}

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

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

/*
------------------------------------------------------------*/
.c-title4 h2 {
  font-size: 1.4rem;
}

/*
------------------------------------------------------------*/
.c-content01 + .c-content01 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-content01 + .c-content01 {
    margin-top: 30px;
  }
}
.c-content01.mgb-25 {
  margin-bottom: 25px;
}
.c-content01.mgb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-content01.mgb-60 {
    margin-bottom: 50px;
  }
}

/*
------------------------------------------------------------*/
.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;
  }
  .c-des01.mgt-10 {
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-table1 {
  border-collapse: collapse;
  width: 100%;
  border: 4px solid #4B4948;
}
@media screen and (max-width: 767px) {
  .c-table1 {
    border-width: 2px;
  }
}
.c-table1 td,
.c-table1 th {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  color: #3F3A39;
  padding: 9.5px 16px 9.5px;
  box-sizing: border-box;
  border: 2px solid #4B4948;
}
@media screen and (max-width: 767px) {
  .c-table1 td,
.c-table1 th {
    font-size: 1.4rem;
    padding: 7px;
    border-width: 1px;
  }
}
.c-table1 th {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .c-table1 th {
    width: 42%;
  }
}
.c-table1 tr {
  width: 100%;
}
.c-table1 + .c-table1 {
  margin-top: 13px;
}

/*
------------------------------------------------------------*/
.c-imgtxt1 {
  display: flex;
  flex-wrap: wrap;
}
.c-imgtxt1__box + .c-imgtxt1__box {
  margin-top: 20px;
}
.c-imgtxt1__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #3F3A39;
  margin-left: 20px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__ttl {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.c-imgtxt1__ttl2 {
  position: absolute;
  top: -25px;
  left: -15px;
  font-size: 2rem;
  font-weight: 700;
  color: #3F3A39;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__ttl2 {
    font-size: 1.6rem;
    left: 0;
    top: -21px;
  }
}
.c-imgtxt1__img {
  width: 482px;
  flex-shrink: 0;
  margin-right: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__img {
    width: 100%;
    margin-right: 0;
  }
}
.c-imgtxt1__ct {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__ct {
    flex-basis: auto;
    width: 100%;
  }
}
.c-imgtxt1__wrap {
  margin-top: 10px;
}
.c-imgtxt1 + .c-imgtxt1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1 + .c-imgtxt1 {
    margin-top: 30px;
  }
}
.c-imgtxt1.mgb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1.mgb-50 {
    margin-bottom: 30px;
  }
}
.c-imgtxt1.mgl {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1.mgl {
    margin-left: 0;
    margin-top: 50px;
  }
  .c-imgtxt1.mgl .c-imgtxt1__img {
    margin-bottom: 30px;
  }
}

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

/*
------------------------------------------------------------*/
.p-ga302-552-2__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-2__img {
    margin-bottom: 30px;
  }
}
.p-ga302-552-2__sc01, .p-ga302-552-2__sc02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-2__sc01, .p-ga302-552-2__sc02 {
    margin-bottom: 50px;
  }
}
.p-ga302-552-2__sc03 .c-table1 th {
  width: 140px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-2__sc03 .c-table1 th {
    width: 33%;
    letter-spacing: 0;
  }
}
.p-ga302-552-2__sc03 .c-table1 td.letter-spacing {
  letter-spacing: -0.13rem;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-2__sc03 .c-imgtxt1__img {
    margin-bottom: 20px;
  }
}