/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs40: 40px;
  --fs36: 36px;
  --fs24: 22px;
  --fs20: 20px;
  --fs18: 18px;
  --fs16: 16px;
  --fs14:14px; }
  @media (max-width: 999px) {
    :root {
      --fs40: 26px;
      --fs36: 24px;
      --fs24: 22px;
      --fs22: 18px;
      --fs20: 18px;
      --fs18: 16px;
      --fs16: 14px;
      --fs14: 12px; } }

body {
  overflow: hidden; }

/* 
---------------------------------------
contact01
---------------------------------------
*/
#contact02 .sttl {
  font-size: 36px;
  text-align: center;
  line-height: 1.5; }
  @media (max-width: 999px) {
    #contact02 .sttl {
      font-size: 22px; } }

#contact02 .stxt {
  text-align: center; }
  @media (max-width: 999px) {
    #contact02 .stxt {
      text-align: left; } }

#contact02 .btn {
  margin: 0 auto; }

#contact02 .btn {
  background: #222;
  color: #fff;
  border-left: 4px solid #eb0b1e;
  width: 90%;
  display: block;
  max-width: 340px;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 999px) {
    #contact02 .btn {
      height: 60px;
      width: 100%; } }
