@charset "UTF-8";
/**********************************************
    import
***********************************************/
/**********************************************
	$color
***********************************************/
/**********************************************
	common settings
***********************************************/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴシック", "游ゴシック", Yu Gothic, sans-serif;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
}

h1.logo {
  background: #fff;
}

main {
  padding: 160px 0 50px 0;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  main {
    padding: 84px 0 150px 0;
  }
}

#contact {
  margin: 0 0 150px 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* iOSでのデフォルトスタイルをリセット */
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/**********************************************
	parts
***********************************************/
.ctt_sec {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec_ttl {
  margin-bottom: 30px;
  font-size: 2.2vw;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec_ttl {
    font-size: 5vw;
  }
}

@media screen and (max-width: 560px) {
  .sec_ttl {
    font-size: 5vw;
    line-height: 2.0;
  }
}

.sec_ttl span {
  display: block;
}

.ttl_icon {
  position: relative;
  font-size: 44px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  .ttl_icon {
    font-size: 22px;
  }
}

.ttl_darkblue {
  padding: 20px 0;
  font-size: 44px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: #301a61;
  color: #fff57f;
}

@media screen and (max-width: 768px) {
  .ttl_darkblue {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .ttl_darkblue {
    font-size: 22px;
  }
}
/*# sourceMappingURL=common.css.map */