/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
ga302-552-4
------------------------------------------------------------*/
.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: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #3E3A39;
  margin-bottom: 11px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.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-text001-1 {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-text001-1 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.02rem;
  }
}

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

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.c-list01__item {
  padding: 0 5px;
  box-sizing: border-box;
  width: 33.3333333333%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-list01__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.c-list01__item.w-100 {
  width: 100% !important;
}
.c-list01__item.w-50 {
  display: flex;
  flex-wrap: wrap;
  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 {
    margin-bottom: 10px;
  }
}
.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.col2 {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01.col2 {
    margin: 0;
  }
}
.c-list01.col2 .c-list01__item {
  width: 50%;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .c-list01.col2 .c-list01__item {
    width: 100%;
    padding: 0;
  }
}
.c-list01.col2 .c-content01 {
  margin-bottom: 19px;
}
.c-list01.col2 .c-list01__img {
  margin-top: auto;
}
.c-list01.col3 .c-content01 {
  margin-bottom: 0;
}
.c-list01.col4 .c-list01__item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-list01.col4 .c-list01__item {
    width: 50%;
  }
}
.c-list01.col5 {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01.col5 {
    margin: 0 -5px;
  }
}
.c-list01.col5 .c-list01__item {
  width: 20%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list01.col5 .c-list01__item {
    width: 50%;
    padding: 0 5px;
  }
}

/*
------------------------------------------------------------*/
.c-list02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.c-list02__item {
  width: 20%;
  padding: 0 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-list02__item {
    width: 50%;
    margin-bottom: 14px;
  }
}
.c-list02__txt {
  background-color: #595757;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 62px;
}
@media screen and (max-width: 767px) {
  .c-list02__txt {
    font-size: 1.4rem;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
  }
}

/*
------------------------------------------------------------*/
.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: 21px;
  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;
  vertical-align: top;
}
@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: 50%;
  }
}
.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: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #3F3A39;
  margin-bottom: 10px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__ttl {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.c-imgtxt1__des {
  font-size: 1.7rem;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__des {
    font-size: 1.4rem;
    line-height: 21px;
  }
}
.c-imgtxt1__note {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #4A4A4A;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__note {
    text-align: left;
  }
}
.c-imgtxt1__img {
  width: 390px;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.c-imgtxt1__ct {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__ct {
    flex-basis: auto;
    width: 100%;
  }
}

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

/*
------------------------------------------------------------*/
.p-ga302-552-4__img {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-4__img {
    margin-bottom: 30px;
  }
}
.p-ga302-552-4__img img {
  zoom: 0.5;
}
.p-ga302-552-4__sc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-4__sc01 {
    margin-bottom: 50px;
  }
}
.p-ga302-552-4__sc01 .c-list01__item:nth-child(7), .p-ga302-552-4__sc01 .c-list01__item:nth-child(8), .p-ga302-552-4__sc01 .c-list01__item:nth-child(9) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-4__sc01 .c-list01__item:nth-child(7), .p-ga302-552-4__sc01 .c-list01__item:nth-child(8) {
    margin-bottom: 30px;
  }
}
.p-ga302-552-4__sc02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-4__sc02 {
    margin-bottom: 50px;
  }
}
.p-ga302-552-4__sc02 .c-title2 h3 {
  margin-bottom: 45px;
}
.p-ga302-552-4__sc02 .c-list01.col5 .c-list01__item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-4__sc02 .c-list01.col5 .c-list01__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-ga302-552-4__sc03 .c-imgtxt1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-4__sc03 .c-imgtxt1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-ga302-552-4__sc03 .c-list02__item:last-child {
    margin-bottom: 0;
  }
}