@charset "UTF-8";
/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
ga302-552-8
------------------------------------------------------------*/
.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.16rem;
  line-height: 1.5;
  color: #3E3A39;
  margin-bottom: 11px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}
.c-ttl01.style2 {
  position: relative;
  padding-left: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2 {
    padding-left: 16px;
  }
}
.c-ttl01.style2::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #3e3a39;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2::before {
    width: 13px;
    height: 13px;
    top: 6px;
  }
}
.c-ttl01 .sm {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl01 .sm {
    font-size: 1.4rem;
  }
}

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

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

/*
------------------------------------------------------------*/
.c-text001-1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 39px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-text001-1 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 19px;
    letter-spacing: 0.05rem;
  }
}

/*
------------------------------------------------------------*/
.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;
    letter-spacing: 0.05rem;
  }
  .c-des01.mgt-10 {
    margin-top: 10px;
  }
}
.c-des01 .sm {
  font-size: 1.4rem;
}
.c-des01.style1 {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-des01.style1 {
    padding-left: 16px;
  }
}
.c-des01.style1::before {
  position: absolute;
  content: "※";
  font-size: 1.7rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-des01.style1::before {
    font-size: 1.4rem;
  }
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  margin: 0 -8px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0 0 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.style1 {
  display: flex;
  flex-direction: column;
}
.c-list01__item.style1.mgt {
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.style1.mgt {
    margin-top: 0;
  }
}
.c-list01__item.style1 .c-ttl01 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-list01__item.style1 .c-ttl01 {
    margin-bottom: 5px;
  }
}
.c-list01__img.mgb-15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-list01__img.mgb-15 {
    margin-bottom: 12px;
  }
}
.c-list01.style1 .c-list01__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list01.style1 .c-list01__item {
    margin-bottom: 30px;
  }
}
.c-list01.style1 .c-list01__wrap {
  display: flex;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01.style1 .c-list01__wrap {
    margin: 0;
    flex-wrap: wrap;
  }
}
.c-list01.style1 .c-list01__img {
  padding: 0 8px;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-list01.style1 .c-list01__img {
    width: 100%;
    padding: 0;
  }
  .c-list01.style1 .c-list01__img:nth-child(2) {
    margin-top: 17px;
  }
}
.c-list01__sub1 {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .c-list01__sub1 {
    margin-top: 15px;
  }
}
.c-list01__sub1__img {
  width: 180px;
  flex-shrink: 0;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .c-list01__sub1__img {
    margin-right: 14px;
    width: 53.8%;
  }
}
.c-list01__sub1__ttl {
  align-self: flex-end;
}
.c-list01__sub1ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #3e3a39;
  line-height: 19px;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
  .c-list01__sub1ttl {
    font-size: 1.6rem;
    line-height: 17px;
  }
  .c-list01__sub1ttl.style1 {
    letter-spacing: -0.18rem;
  }
}
.c-list01__sub1des {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #4a4a4a;
}
.c-list01--line {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-list01--line {
    margin-bottom: 30px;
  }
}
.c-list01--line::before {
  position: absolute;
  content: "";
  background-color: #dbdbdb;
  height: 1px;
  width: calc(100% - 16px);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-list01--line::before {
    width: 100%;
  }
}
.c-list01.column3 {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01.column3 {
    margin: 0 -5px;
  }
}
.c-list01.column3 .c-list01__item {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list01.column3 .c-list01__item {
    width: 50%;
    padding: 0 5px;
  }
}
.c-list01.column3 .c-list01__item .c-des01 {
  letter-spacing: 0.1rem;
}

/*
------------------------------------------------------------*/
.c-list02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .c-list02 {
    margin: 0;
  }
}
.c-list02__item {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-list02__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.c-list02__wrap {
  flex-basis: 0;
  flex-grow: 1;
}
.c-list02__box__item {
  display: flex;
}
.c-list02__txt {
  padding: 20px 16px 20px;
  background: #4A4A4A;
  width: 190px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #FFF;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-list02__txt {
    padding: 10px 10px 10px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    width: 50%;
  }
}
.c-list02__des {
  color: #4A4A4A;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 10px 0 10px 25px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-list02__des {
    padding: 8px 0 8px 15px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.c-list02__des.border {
  border-top: 1px solid #D2D1D1;
}

/*
------------------------------------------------------------*/
.c-table01 {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table01 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .c-table01 {
    width: 400px;
  }
}
.c-table01 th,
.c-table01 td {
  border-right: 1px solid #C0BFBF;
  border-bottom: 1px solid #C0BFBF;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 0.1rem;
  color: #4a4a4a;
  padding: 9px 25px 9px 25px;
  box-sizing: border-box;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table01 th,
.c-table01 td {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 6px 8px 6px 8px;
    letter-spacing: 0;
  }
}
.c-table01 thead th {
  background-color: #4C4948;
  color: #fff;
}
.c-table01 thead th:nth-of-type(3) {
  border-right: none;
}
.c-table01 tbody tr th {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody tr th {
    width: 30%;
  }
}
.c-table01 tbody tr td:nth-child(2) {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody tr td:nth-child(2) {
    width: 35%;
  }
}
.c-table01 tbody tr td:nth-child(3) {
  width: 29%;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody tr td:nth-child(3) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .c-table01__wrap {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
}

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

/*
------------------------------------------------------------*/
.p-ga302-552-8 {
  margin-top: 0;
}
.p-ga302-552-8 .c-breadcrumb1 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-8 .c-breadcrumb1 {
    margin-bottom: 30px;
  }
}
.p-ga302-552-8__sc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-8__sc01 {
    margin-bottom: 50px;
  }
}
.p-ga302-552-8__sc01 .c-list01__item:nth-child(5), .p-ga302-552-8__sc01 .c-list01__item:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-8__sc01 .c-list01__item:nth-child(5) {
    margin-bottom: 30px;
  }
}