@charset "UTF-8";

/* ----------------------------------
 	共通箇所
---------------------------------- */
/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
  }

  .global-navi-pc {
    border-bottom: none;
  }
}


/* ----------------------------------
 	FirstView
---------------------------------- */
.first-view {
  margin-bottom: 5%;
}

.first-view-box {
  background-image: url(../images/top/first-view-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24% 0 ;
}

.first-view__text {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
}

.first-view__main-img {
  width: 85%;
  display: block;
  margin: 0 auto;
}


/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .first-view {
    margin-bottom: 2%;
  }

  .first-view-box {
    background-size: 100%;
    padding: 5% 0 40.5%;
  }

  .first-view__text {
    font-size: 3vw;
    margin-left: -3000px;
  }

  .first-view__main-img {
    width: 50%;
  }
}

/* ----------------------------------
 	SiteMenu
---------------------------------- */
.site-menu {
  margin-bottom: 5%;
}

.site-menu-list {
  width: 85%;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
}

.site-menu-item {
  text-align: center;
  margin-bottom: 5%;
}
.site-menu-item:last-of-type {
  margin-bottom: 0;
}

.site-menu-btn {
  width: 100%;
  background-color: #666666;
  color: #ffffff;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding: 4% 0;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .site-menu-list {
    width: 63.1%;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .site-menu-item {
    width: 23%;
    text-align: center;
    margin-bottom: 0%;
  }

  .site-menu-btn {
    font-size: 1.5em;
    padding: 3%;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}


/* ----------------------------------
 	Infomation
---------------------------------- */
.info-box {
  width: 85%;
  margin: 0 auto;
}

.info__title-text {
  color: #595757;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}

.info__text {
  color: #595757;
  font-size: 1.1em;
  line-height: 1.5;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .info-box {
    width: 63.1%;
    text-align: center;
  }

  .info__title-text {
    font-size: 1.5em;
  }

  .info__text {
    font-size: 1.4em;
  }
}


/* ----------------------------------
 	Line
---------------------------------- */
/*----- PC -----*/
.line {
  margin: 5% 0;
}

@media only screen and (min-width: 1025px) {
  .line {
    width: 95%;
    margin: 1.5% auto;
  }
}

/* ----------------------------------
 	Ad
---------------------------------- */
.ad {
  margin-bottom: 5%;
}

.ad__img {
  width: 100%;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .ad {
    width: 63.1%;
    margin: 0 auto;
    margin-bottom: 2%;
  }

  .ad__img {
    width: 30%;
  }
}
