@charset "UTF-8";
/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
mch1150a-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 {
  text-align: center;
}

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

.c-content02 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-content02 {
    margin-bottom: 10px;
  }
}
.c-content02 .c-ttl01 {
  margin-top: 5px;
}

/*
------------------------------------------------------------*/
.c-ttl01 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  color: #413A39;
  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.05rem;
  }
}
.c-ttl01.small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01.small {
    font-size: 1.6rem;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}
.c-ttl01.style2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2 {
    font-size: 1.6rem;
    padding-left: 17px;
  }
}
.c-ttl01.style2::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #413A39;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2::before {
    top: 7px;
    width: 13px;
    height: 13px;
  }
}

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #4B4A4B;
  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 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01__item {
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-list01__item {
    width: 100%;
    padding: 0;
  }
  .c-list01__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.c-list01__item.w-100 {
  width: 100%;
}
.c-list01__wrap {
  display: flex;
}
.c-list01__wrap .c-list01__img {
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap .c-list01__img {
    margin-right: 10px;
  }
}
.c-list01__wrap + .c-list01__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-list01__wrap + .c-list01__wrap {
    margin-top: 15px;
  }
}
.c-list01__ct {
  flex-basis: 0;
  flex-grow: 1;
}

/*
------------------------------------------------------------*/
.c-imgtext1 {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1 {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.c-imgtext1__img {
  width: 46.25%;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-imgtext1__content {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-imgtext1__content {
    flex-basis: auto;
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  background: #F1F2F2;
  padding: 20px 35px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    margin-top: 10px;
    padding: 10px;
  }
}
.c-box1__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #413A39;
  margin-bottom: 10px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-box1__ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.c-box1__left {
  flex-basis: 0;
  flex-grow: 1;
}
.c-box1__img {
  width: 62px;
  flex-shrink: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-box1__img {
    margin-left: 15px;
  }
}
.c-box1__note {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 5px;
}
.c-box1__wrap:first-child {
  display: flex;
}
.c-box1__wrap:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box1__wrap:not(:first-child) {
    margin-top: 10px;
  }
}

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

/*
------------------------------------------------------------*/
.p-mch1150a-2__wrap {
  border-top: 1px solid #E0E0E0;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-mch1150a-2__wrap {
    padding-top: 30px;
  }
}
.p-mch1150a-2__wrap .c-text001-1 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.p-mch1150a-2__sc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-mch1150a-2__sc01 {
    margin-bottom: 50px;
  }
}