@charset "utf-8";

@media screen, print {
  /* slick */
  .slick-dots {
    display: none;
  }
  /* slick */

  #cont-cmTop {
    padding-top: 6.5rem; /* header height */
  }

  .kv-item {
    height: 300px;
  }

  .kv-item.kv01 {
    background: url("../img/cm-top/kv01sp.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv02 {
    background: url("../img/cm-top/kv02sp.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv03 {
    background: url("../img/cm-top/kv03sp.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv04 {
    background: url("../img/cm-top/kv04sp.jpg") right center no-repeat;
    background-size: cover;
  }

  .kv-item.kv05 {
    background-image:
      url("../img/cm-top/kv05_plus.png"), 
      url("../img/cm-top/kv05_plus.png"),
      url("../img/cm-top/kv05sp.png");
    background-position:
      left 1rem top 1rem,
      right 1rem bottom 1rem,
      center;
    background-repeat:
      no-repeat,
      no-repeat,
      no-repeat;
    background-color: #fff;
    background-size:
      3.5rem 3.3rem,
      3.5rem 3.3rem,
      26.5rem 22rem;
  }

  .main-block {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 94vw;
  }

  .main-block + .main-block {
    margin-top: 70px;
  }

  .block-heading {
    font-family: 'Kiwi Maru', serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .lead-projects {
    margin: 4rem auto;
    width: min(100%, 40rem);
  }

  .projects-list {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
  }

  .projects-link {
    align-items: center;
    border-style: solid;
    border-width: .2rem;
    border-radius: 1rem;
    color: #fff;
    display: flex;
    font-family: var(--ft-kiwimaru);
    font-size: 1.8rem;
    height: 10rem;
    justify-content: center;
    line-height: 1;
    text-align: center;
  }

  .projects-link:hover {
    background-color: #fff;
    opacity: 1;
  }

  .projects-item-shokudo {
    .projects-link {
      background-color: var(--chsh-red);
      border-color: var(--chsh-red);
    }

    .projects-link:hover {
      background-color: #fff;
      border-color: var(--chsh-red);
      color: var(--chsh-red);
    }  
  } 

  .projects-item-club {
    .projects-link {
      background-color: var(--cm-yellow);
      border-color: var(--cm-yellow);
    }

    .projects-link:hover {
      background-color: #fff;
      border-color: var(--cm-yellow);
      color: var(--cm-yellow);
    }  
  }

  .lead-business {
    margin-top: 10px;
  }

  .lead-business-title {
    margin-bottom: 5px;
  }

  .lead-item {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }

  .lead-item + .lead-item {
    margin-top: 10px;
  }

  .lead-img {
    margin-top: 20px;
  }

  #blockRecruit {
    /* border-radius: 15px;
    padding: 30px 3vw 20px; */
  }

  .recruit-heading {
    /* background-color: #fff502;
    border-radius: 3rem;
    color: #234c99;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 2rem;
    padding: 1.5rem 0;
    text-align: center;
    width: min(100%, 40rem); */
  }

  .recruit-fig {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .recruit-img {
    aspect-ratio: ;
    margin: 0 auto 1rem;
    width: min(90%, 60rem);
  }

  .recruit-contArea {

  }

  .recruit-table {
    margin-bottom: 3rem;
  }

  .recruit-list {
    color: #234c99;
  }

  .recruit-list + .recruit-list {
    margin-top: 2.5rem;
  }

  .recruit-term {
    margin-bottom: .5rem;
  }

  .recruit-descitem {
    line-height: 1.4;
  }

  .recruit-descitem + .recruit-descitem {
    margin-top: 1.5rem;
  }

  .recruit-link {
    color: #234c99;
  }

  .recruit-para {
    color: #234c99;
    line-height: 1.4;
  }

  #blockMessage {
    background-color: #00b7df42;
    border-radius: 15px;
    padding: 30px 3vw 20px;
  }

  .message-para-signature {
    margin-top: 20px;
    text-align: right;
  }

  .message-img-signature {
    height: 2.8rem;
    margin-left: auto;
    margin-top: 5px;
  }

  .about-list {
    border-bottom: 1px solid #666;
    padding: 2rem .5rem;
  }

  .about-list:first-of-type {
    border-top: 1px solid #666;
  }

  .about-term {
    margin-bottom: .5rem;
  }

  .report-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    justify-content: space-between;
    margin: 0 auto 2rem;
    width: 80%;
  }

  .report-para {
    text-align: center;
  }

  .support-para {
    margin-bottom: 2rem;
    text-align: center;
  }

  .support-item {
    background-color: #ebbf4b33; /* 20% */
    background-color: #ebbf4b26; /* 15% */
    /* background-color: #ae8cbb33; 20% */
    border-radius: 15px;
    padding: 2rem 3vw;
  }

  #support-item-bank {
    background-color: #d376714d; /* 30% */
  }

  .support-item + .support-item {
    margin-top: 2rem;
  }

  .support-item-heading {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .support-item-para + .support-item-para {
    margin-top: 1rem;
  }

  .support-dlist {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .support-dlist-bank dt,
  .support-dlist-bank dd {
    font-weight: 600;
  }

  .support-desc {
    line-height: 1.8;
  }

  .support-desc + .support-desc {
    margin-top: 1.5rem;
  }

  .support-present {
    align-items: center;
    border: var(--cm-red) dashed .2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 3vw;

    .support-present-fig {
      align-items: center;
      display: flex;
      flex-direction: row;
      gap: 2rem;
      justify-content: center;
    }

    .support-present-img {
      width: 12rem;
    }

    .support-present-para {
      line-height: 1.8;
    }
  }

  .support-anniv5 {
    margin-top: 5rem;
  }

  .anniv5-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .anniv5-figcap {
    margin-top: .5rem;
    text-align: center;
  }

  .supcomp-head {
    text-align: center;
    margin-bottom: 2rem;
  }

  .supcomp-list {
    background-color: #9dc7984d; /* 30% */
    background-color: #9dc79833; /* 20% */
    border-radius: 1.5rem;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding: 3rem 3vw;
  }
  
  .supcomp-thanks {
    display: block;
  }

  .supcomp-fig {
    align-items: center;
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: 1fr 1fr;
    flex-direction: column
  }

  .supcomp-img {
    border: #ccc solid .1rem;
  }

  .supcomp-figcap {
    grid-column: 1 / 3;
    text-align: center;
  }
}

/*** TB ***/
@media screen and (min-width: 640px) {
  .header-webform:hover {
    background: #79bcc9;
    border-color: #79bcc9;
    color: #fff;
    opacity: 1;
  }

  #cont-cmTop {
    padding-top: 10rem; /* header height */
  }

  /* slick */
  .slick-dots {
    align-items: center;
    bottom: 10px;
    display: block;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 150px;
  }

  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
  }

  .slick-dots li + li {
    margin-left: 35px;
  }

  .slick-dots li button {
    background-color: #fff;
    border: var(--cm-blue) solid 1px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 15px;
    outline: none;
    width: 15px;
  }

  .slick-dots li button:hover,
  .slick-dots li.slick-active button {
    background-color: var(--cm-blue);
  }
  /* slick */

  .kv-item {
    height: 450px;
  }

  .kv-item.kv01 {
    background: url("../img/cm-top/kv01.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv02 {
    background: url("../img/cm-top/kv02.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv03 {
    background: url("../img/cm-top/kv03.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv04 {
    background: url("../img/cm-top/kv04.jpg") right center no-repeat;
    background-size: cover;
  }

  .kv-item.kv05 {
    background-image:
      url("../img/cm-top/kv05_plus.png"), 
      url("../img/cm-top/kv05_plus.png"),
      url("../img/cm-top/kv05.png");
    background-position:
      left 1rem top 2rem,
      right 1rem bottom 3rem,
      center top 8.5rem;
    background-repeat:
     no-repeat,
     no-repeat,
     no-repeat;
    background-size:
      7rem 6.7rem,
      7rem 6.7rem,
      54.1rem, 24.2rem;
  }

  .main-block {
    width: min(90%, 700px);
  }

  .lead-para {
    text-align: center;
  }

  .lead-projects {
    margin-bottom: 6rem;
    width: 100%;
  }

  .projects-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-item-shokudo {
  }

  .projects-link {
    line-height: 1.4;
    height: 12rem;
  }

  .lead-business {
    margin: 2rem auto 0;
    width: 400px;
  }

  .lead-business-title {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .recruit-heading {
    letter-spacing: .1rem;
    line-height: 1;
    margin-bottom: 3rem;
    padding: 3rem 0;
    width: 50rem;
  }

  .recruit-img {
    margin-bottom: 2rem;
  }

  .recruit-table {
    margin-bottom: 5rem;
  }
  
  .recruit-list {
    display: flex;
    gap: 1rem;
  }

  .recruit-desc {
    width: calc(100% - 8em);
  }

  .recruit-term {
    margin-bottom: 0; /* reset */
    width: 7em;
  }

  .recruit-descitem {
    line-height: 1.6;
  }

  #blockAbout {
    width: min(100%, 600px);
  }

  .about-list {
    padding: 2.5rem 0.5rem;
  }

  .about-term {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 0;
    vertical-align: top;
    width: 4em;
  }

  .about-desc {
    display: inline-block;
    line-height: 1.5;
    padding-left: 1.5em;
    vertical-align: top;
    width: calc(100% - 5.5em);
  }

  .report-list {
    width: 25em;
  }

  .support-para {
    margin-bottom: 3rem;
  }

  .support-item {
    padding: 2.5rem 3vw;
  }

  .support-item + .support-item {
    margin-top: 3rem;
  }

  .support-dlist {
    margin-bottom: 3rem;
  }

  .support-desc + .support-desc {
    margin-top: 2rem;
  }

  .support-present {
    align-items: start;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 2rem;

    .support-present-img {
      width: 10rem;
    }

    .support-present-para {
      flex: 1;
    }
  }

  .supcomp-head {
    margin-bottom: 3rem;
  }

  .supcomp-list {
    gap: 2.5rem 3rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3rem;
  }

  .supcomp-fig {
    grid-template-columns: 45% 45%;
    justify-content: center;
  }

  #footer {
    padding-top: 3rem;
  }
}

/** iPad **/
@media screen and (min-width: 768px) {
  .projects-link {
    font-size: 2rem;
  }

  .support-present {
    gap: 3rem;
  }

}

/** TB tblg **/
@media screen and (min-width: 800px) {
}

/*** PC ***/
@media screen and (min-width: 960px) {
  #cmtop #gnav-list {
    justify-content: space-between;
  }

  /* slick */
  .slick-prev,
  .slick-next {
    height: 40px;
    top: 233px;
    width: 20px;
  }

  .slick-dots li button {
    height: 12px;
    width: 12px;
  }

  .slick-dots li + li {
    margin-left: 30px;
  }
  /* slick */

  .kv-item {
    height: 500px;
  }

  .kv-item.kv05 {
    background-image:
      url("../img/cm-top/kv05_plus.png"), 
      url("../img/cm-top/kv05_plus.png"),
      url("../img/cm-top/kv05pc.png");
    background-position:
      left 2rem top 2rem,
      right 2rem bottom 3rem,
      center top 5rem;
    background-repeat: no-repeat;
    background-size:
      7rem 6.7rem,
      7rem 6.7rem,
      73rem 37rem;
  }

  #cont-cmTop {
    padding-top: 12rem; /* header height */
  }

  .main-block + .main-block {
    margin-top: 100px;
  }

  .block-heading {
    font-size: 3rem;
  }

  .lead-business {
    margin-top: 3rem;
  }

  .support-present {
    .support-present-img {
        width: 12rem;
    }
  }

  .anniv5-img {
    width: (100%, 70rem);
  }
}


/** PC pclg **/
@media screen and (min-width: 1280px) {
  /* slick */
  .slick-prev,
  .slick-next {
    height: 50px;
    top: 282px;
    width: 25px;
  }

  .slick-prev {
    left: calc((100vw - 1250px) / 2);
  }

  .slick-next {
    right: calc((100vw - 1250px) / 2);
  }
  /* slick */

  .kv-item.kv01 {
    background: url("../img/cm-top/kv01pclg.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv02 {
    background: url("../img/cm-top/kv02pclg.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv03 {
    background: url("../img/cm-top/kv03pclg.jpg") center top no-repeat;
    background-size: cover;
  }

  .kv-item.kv04 {
    background: url("../img/cm-top/kv04pclg.jpg") center no-repeat;
    background-size: cover;
  }

  .kv-item.kv05 {
    background-image:
      url("../img/cm-top/kv05_plus.png"), 
      url("../img/cm-top/kv05_plus.png"),
      url("../img/cm-top/kv05pclg.png");
    background-position:
      left 3rem top 2rem,
      right 3rem bottom 3rem,
      center top 3rem;
    background-repeat: no-repeat;
    background-size:
      10rem 9.6rem,
      10rem 9.6rem,
      84rem 42.5rem;
  }

  #cont-cmTop {
    padding-top: 12.5rem; /* header height */
  }

}

/*****************/
/***   Print   ***/
/*****************/
@media print {


}
