@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 70.5%;
}
body {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}


/* --------------------------------
 * parts
 * -------------------------------- */

/* h2 style */
.heading {
  display: inline-block;
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 3.2rem;
  margin-bottom: 50px;
}

.button {
  display: inline-block;
  width: 300px;
  padding: 10px;
  border-radius: 4px;
  background-color: #09c;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 2rem;
}
.button:hover {
  opacity: 0.8;
}
.button-showy {
  background-color: #210f84;
}
.button-ghost {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}


/* --------------------------------
 * header
 * -------------------------------- */
.header {
  background: url(../images/chikatetu.png) no-repeat center center;
  background-size: cover;
  padding: 120px 30px 60px;
}
.header02 {
  background: url(../images/kaihatu1.png) no-repeat fixed left bottom;
  background-size: cover;
  padding: 130px 30px 80px;
}

/* h1上文言サブタイトル横線付き */
.site-title-sub {
  margin: 0 0 80px;
  letter-spacing: 1px;
  font-size: 2.2rem;
  color: #09c;
  
}
.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 10px;
  margin: 0 30px 6px;
  background-color: #09C;
  vertical-align: middle;
}
/* h1 style */
.site-title {
  margin: 20px 0 40px;
  font-size: 5.8rem;
}


/* h1下文言 */
.site-description {
  margin: 50px 0 50px;
  font-size: 1.6rem;
}
.buttons .button {
  margin: 10px;
}


/* --------------------------------
 * about
 * -------------------------------- */
.about {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
}
.about-text {
  margin: 20px 0;
  line-height: 2.0;
  font-size: 3rem;
}


/* --------------------------------
 * wanted
 * -------------------------------- */
.wanted {
  padding: 0 0 30px 0;
  /*background-color: #fff;
  color: #333;*/
}
.wanted-wrapper {
  display: table;
  width: 80%;
  margin: 70px auto 0;
  table-layout: fixed;
}
.wanted-box {
  display: table-cell;
}
.wanted-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  border: 4px solid;
  /*background-color: #E3F7FF;*/
  border-radius: 50%;
  color: #09C;
  font-size: 8rem;
  line-height: 145px;
}
.wanted-title {
  margin: 0 20px 20px;
  font-size: 2rem;
  color: #09C;
  border-bottom: solid 4px #09C;
  padding-bottom: 12px;
}
.wanted-text {
  margin: 0 20px;
  line-height: 2;
}


/* --------------------------------
 * contact
 * -------------------------------- */
.contact {
  background: url(../images/kaihatu.png) no-repeat center center;
  background-size: cover;
  padding: 60px 20px 100px;
  color: #FFF;
}

.contact02 {
  background: url(../images/kaihatu2.png) no-repeat center center;
  background-size: cover;
  padding: 60px 20px 100px;
  color: #FFF;
}

.contact-text {
  margin: 30px 0;
  line-height: 2.5;
  font-size: 3rem;
}

.contact-text-small {
  margin: 30px 0;
  line-height: 1.8;
  font-size: 1.8rem;
  text-decoration:underline; 
}


/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  background:#000;
  padding: 12px 0;
  font-size: 1.3rem;
  color:#FFF;
}


/* --------------------------------
 * Tablet yoko そのまま
 * -------------------------------- */
@media (max-width: 1024px) {
  body {
   /* background-image: none; 
	background-size:contain;*/
  }
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  .heading {
    margin-top: 20px;
    font-size: 2.5rem;
  }
  .button:hover {
    opacity: 1;
  }

  /* --- header --- */
  .header {
    padding-top: 60px;
  }
  .site-title-sub {
    font-size: 1.7rem;
  }
  .site-title-sub::before,
  .site-title-sub::after {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
  
  /* h1 style */
  .site-title {
    margin-top: 10px;
    font-size: 2.3rem;
  }
  
　.site-title-up {
  　margin: 10px;
  　font-size: 2.3rem;
　}

  /* --- about --- */
  .about-text {
    line-height: 1.8;
    font-size: 1.8rem;
  }

  /* --- wanted --- */
  .wanted-wrapper,
  .wanted-box {
    display: block;
  }
  .wanted-box {
    margin: 40px auto;
  }
  .wanted-icon {
    width: 100px;
    height: 100px;
    font-size: 5rem;
    line-height: 92px;
  }
  .wanted-text {
    margin: 0;
  }

  /* --- contact --- */
  .contact {
    padding-bottom: 20px;
  }
  .contact02 {
    padding-bottom: 20px;
  }
  
  .contact-text {
  margin: 20px 0;
  line-height: 1.8;
  font-size: 1.8rem;
}

  .contact-text-small {
  margin: 10px 0;
  line-height: 2;
  font-size: 1.5rem;
  text-decoration:underline; 
}

}
