/* breakpoint
-------------------------------------------*/
/*------------------------------------------------------------
v598a-8
------------------------------------------------------------*/
.drawer-hamburger1 {
  display: none; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger1 {
      display: block; } }

/*
------------------------------------------------------------*/
.c-mainVisual2 {
  margin-bottom: 55px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-mainVisual2 {
      margin-bottom: 30px; } }
  .c-mainVisual2__txt {
    padding: 15px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 37px;
    bottom: 22px;
    background: rgba(51, 0, 0, 0.8);
    color: #fff;
    max-width: 440px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-mainVisual2__txt {
        max-width: 200px;
        right: 14px;
        bottom: 10px;
        padding: 8px; } }
  .c-mainVisual2__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      .c-mainVisual2__ttl {
        font-size: 8px;
        letter-spacing: 0.1rem;
        padding-bottom: 4px;
        margin-bottom: 4px; } }
  .c-mainVisual2__des {
    font-size: 1.7rem;
    line-height: 2.6rem;
    letter-spacing: 0.12rem; }
    @media screen and (max-width: 767px) {
      .c-mainVisual2__des {
        font-size: 7px;
        line-height: 1.5;
        letter-spacing: 0; } }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-navi1 {
    padding: 0 10px 20px 10px; } }

/*
------------------------------------------------------------*/
.c-navi2 a {
  text-align: center; }

/*
------------------------------------------------------------*/
.u-border {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px !important; }
  @media screen and (max-width: 767px) {
    .u-border {
      margin-bottom: 30px !important; } }
  .u-border::after {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% - 16px);
    left: 8px;
    bottom: 0;
    background-color: #ccc; }
    @media screen and (max-width: 767px) {
      .u-border::after {
        left: 0;
        width: 100%; } }

/*
------------------------------------------------------------*/
.c-content01.mgb-25 {
  margin-bottom: 25px; }

.c-content01 + .c-content01 {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .c-content01 + .c-content01 {
      margin-top: 20px; } }

/*
------------------------------------------------------------*/
.c-ttl01 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #333;
  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; } }
  .c-ttl01.style1 {
    margin-top: 0; }

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #333;
  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.mgb-20 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-des01.mgb-20 {
        margin-bottom: 10px; } }

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

.c-text001-1 {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .c-text001-1 {
      margin-bottom: 30px;
      font-size: 1.8rem;
      line-height: 1.5;
      letter-spacing: 0; } }

/*
------------------------------------------------------------*/
.c-list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px; }
  @media screen and (max-width: 767px) {
    .c-list01 {
      margin: 0; } }
  .c-list01__item {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            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__item.mgb-30 {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .c-list01__item.mgb-30 {
          margin-bottom: 20px; } }
  .c-list01__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; }
    @media screen and (max-width: 767px) {
      .c-list01__wrap {
        margin: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .c-list01__wrap .c-list01__img {
      padding: 0 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .c-list01__wrap .c-list01__img {
          padding: 0;
          width: 100%; }
          .c-list01__wrap .c-list01__img:not(:last-child) {
            margin-bottom: 18px; } }
  .c-list01.last .c-list01__item:nth-child(3), .c-list01.last .c-list01__item:nth-child(4) {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .c-list01.last .c-list01__item:nth-child(3) {
      margin-bottom: 11px; } }

/*
------------------------------------------------------------*/
.c-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px 20px; }
  @media screen and (max-width: 767px) {
    .c-list02 {
      margin: 0 -3px; } }
  .c-list02__item {
    width: 33.33333%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-list02__item {
        width: 50%;
        padding: 0 3px;
        margin-bottom: 20px; }
        .c-list02__item.w-100 {
          width: 100%; } }
    .c-list02__item.flex2 {
      width: 66.666666%; }
      @media screen and (max-width: 767px) {
        .c-list02__item.flex2 {
          width: 100%; } }

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