@charset "UTF-8";

#Contents * {
  box-sizing: border-box;
  max-height: 999999px;
}

#Contents .colorRed{
    color: #cc0000;
}

#Contents .fontB{
    font-weight: 700;
}

#Contents .note{
    font-size: 14px !important;
    color: #666666;
}

#Contents sup{
    font-size: 60%;
}

#Contents .image{
    text-align: center;
}

#Contents .image figure{
    margin: 0;
}

@media screen and (max-width: 767px) {
  #Contents .note{
    font-size: 10px !important;
    line-height: calc(15/10);
  }
}

/* FloatBtn
=========================================================================================== */
#FloatBtnStopper {
  position: relative;
  height: 100px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #FloatBtnStopper {
    height: 49px;
  }
}

#FloatBtnWrap {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 50;
  background: rgba(77, 237, 235, 0.3);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#FloatBtnWrap.visible {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#FloatBtnWrap.static {
  position: absolute;
}

#FloatBtnWrap .MainInner {
  position: relative;
}

@media screen and (max-width: 767px) {
  #FloatBtnWrap .MainInner {
    width: 100%;
    padding: 0;
  }
}

#FloatBtnWrap #FooterPageTop {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  right: 0;
}

#FloatBtnWrap.static #FooterPageTop {
  opacity: 1;
  visibility: visible;
}

#FloatBtnWrap .ContactBlock.MainBtn {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
}

#FloatBtnWrap .ContactBlock.MainBtn a {
  min-width: 317px;
  color: #252525;
}

#FloatBtnWrap .ContactBlock.MainBtn a::after {
  background-color: #252525;
}

@media screen and (max-width: 767px) {
  #FloatBtnWrap .ContactBlock.MainBtn {
    height: 49px;
  }

  #FloatBtnWrap .ContactBlock.MainBtn a {
    min-width: 200px;
    font-size: 15px;
    line-height: calc(23/15);
    padding-block: 3px;
  }
}

#FloatBtnWrap.static .ContactBlock {
  display: flex;
  justify-content: center;
}


/* ====================
 　ページ下部お問い合わせ
==================== */
#FloatBtnWrap #FooterPageTop {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  right: 0;
}

#FloatBtnWrap.static #FooterPageTop {
  opacity: 1;
  visibility: visible;
}

#FloatBtnWrap .ContactBlock {
    background: rgba(60, 60, 60, 0.8);
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;    
}

#FloatBtnWrap.static .ContactBlock {
  background: #f4f4f4;
}

#FloatBtnWrap .ContactBlock .ContactBtn {
  background-color: #c00 !important;
}

#FloatBtnWrap .ContactBlock .ContactBtn span {
  background: none;
  padding: 0;
}

#FloatBtnWrap .ContactBlock .ContactBtn {
  display: flex;
  width: 292px;
  height: 43px;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #fff;
  background: #c00; 
}

@media screen and (max-width: 767px) {
  #FloatBtnWrap .ContactBlock {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
    box-sizing: border-box;
  }        
  #FloatBtnWrap .ContactBlock .ContactBtn.link {
    padding-right: 1.7rem;
    padding-left: 10px;
  }
  #FloatBtnWrap .ContactBlock .ContactBtn.small{
    font-size: 62.5%;
    line-height: 1.1;
  }
  #FloatBtnWrap .ContactBlock .ContactBtn {
    height: 30px;
    font-size: 83%;
  }
}

.ContactArea {
  padding: 76px 15px;
  background: #333;
  background-image: url("../images/contact_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}

.ContactArea .ContactAreaTitle {
  max-width: 591px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.ContactArea .ContactAreaTitle .main {
  font-size: 150%;
}

.ContactArea .ContactAreaTitle .sub {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ContactArea .ContactAreaTitle .sub::before,
.ContactArea .ContactAreaTitle .sub::after {
  display: block;
  content: "";
  height: 1px;
  width: 1px;
  background: #fff;
  flex-grow: 1;
}

.ContactBlock .ContactBtn {
  display: flex;
  width: 208px;
  height: 50px;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #FooterCta p {
    line-height: calc(24/16);
    text-align: left;
  }
}

#FooterCta p + * {
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  #FooterCta p + * {
    margin-top: 39px;
  }
}

#FooterCta .MainBtn a {
  background-color: #333333;
}

