@charset "UTF-8";

/*画面幅1000px以下のときに適応_スマホ*******************************/
@media screen and (max-width: 1000px) {


  /* ナビゲーションエリア */


  /* .toggle-btn {
    top: 10px;
  } */

  #mask {
    display: none;
    transition: all 0.5s;
  }

  nav .inner {
    background-color: rgba(255, 255, 255, 0);
  }

  nav .inner ul li a {
    padding: 1rem;
    font-size: 13px;
  }

  .open #mask {
    display: block;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: .8;
    cursor: pointer;
    z-index: 200;
  }


  /* 以下body内 */

  .wave01 {
    display: none;
  }

  .wave01_mb {
    z-index: -100;
    position: relative;
  }

  .wave01 img {
    display: none;
  }

  .wave01_mb img {
    width: 100vw;
  }

  .mainTitle p {
    font-size: 12px;
  }

  .typographyItem h1 {
    font-size: 45px;
    left: -10px;
  }

  /* Big Title ///////////////////////////////*/

  .mainTitleWrap {
    margin-left: 20px;
  }

  .bigTitle_yoko {
    width: 100%;
    max-width: 70%;
    z-index: 3;
  }

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

  .bigTitle {
    /* width: 100%;
      max-width: 150px;
      position: relative; */
    display: none;
  }

  .bigTitle img {
    /* position: absolute;
      top: -20px; */
    display: none;
  }

  /* Big Title ///////////////////////////////*/


  .locationWrap {
    margin-top: 10px;
  }

  .section01 {
    width: 90%;
    margin-top: 50px;
  }

  /* .newsGrid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3em;
    column-gap: 1em;
  } */

  .newsItem {
    padding-bottom: 35px;
  }

  .newsItem img {
    width: 50px;
    position: absolute;
    top: -30px;
    left: 0px;
  }

  .newsItem p {
    font-size: 11px;
    position: absolute;
    bottom: 15px;
    left: 50px;
  }

  .newsTxt h4 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    padding: 0px 0px 5px 0px;
  }

  .newsTxt p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.6em;
    overflow: hidden;
    white-space: nowrap;
    /* 文字がはみ出た時に三点リーダーにする */
    text-overflow: ellipsis;
  }


  .effortGroup {
    width: 90%;
  }

  .scroll-infinity__wrap li {
    padding: 10px 5px;
  }

  .scroll-infinity__item {
    width: calc(100vw / 3);
  }

  .slogan_01 h1 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 33px;
    text-align: center;
    padding: 100px 0px 50px 0px;
  }

  .locationSelect {
    width: 90%;
  }

  .locationGrid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2em;
    column-gap: 2em;
  }

  .locationItem img {
    max-width: 120px;
  }

  .locationItem h6 {
    font-size: 13px;
    padding: 25px 0px 0px 0px;
  }

  .locationItem h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
    line-height: 1.4em;
  }

  .summaryWrap {
    width: 90%;
  }

  .summaryItem h4 {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .summaryItem p {
    font-size: 13px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 0px;
  }

  .linkButton {
    width: 220px;
  }

  footer h2 {
    font-size: 24px;
  }

  footer h6 {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 50px 0px 0px 0px;
    line-height: 1.4em;
  }



}


/*画面幅1000px以上のときに適応_PC*******************************/
@media screen and (min-width: 1001px) {

  /*badge*/
.bentbadgeItem img {
  max-width: 300px;
  position: absolute;
  bottom: -100px;
  right: 0px;
}

  .wave01 {
    z-index: -100;
    position: relative;
  }

  .wave01_mb {
    display: none;
  }

  .wave01 img {
    width: 100vw;
  }

  .wave01_mb img {
    display: none;
  }

  /* Big Title ///////////////////////////////*/

  .bigTitle_yoko {
    /* width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative; */
    display: none;
  }

  .bigTitle_yoko img {
    /* position: absolute;
  top: -20px; */
    display: none;
  }

  .bigTitle {
    width: 100%;
    max-width: 150px;
    position: relative;
    z-index: 3;

  }

  .bigTitle img {
    position: absolute;
    top: -20px;
  }

  /* Big Title ///////////////////////////////*/



}