@charset "UTF-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  letter-spacing: -0.1px;
  font-weight: 300;
  line-height: 26px;
  color: #333;
}

section {
  text-align: center;
}

img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
}

.cta {
  position: relative;
}

.cta-btn {
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.cta-btn a:first-child {}

.cta-btn a:first-child img {
  width: 100%;
}

.form .radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #056C4E;
  border-radius: 50%;
}

.form {
  padding: 0px 0 60px;
  text-align: center;
}

.form .radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #056C4E;
  border-radius: 50%;
}

.footer .footer-logo {
  background: #017440;
  padding: 0;
  text-align: center;
}

.footer-logo img {
  width: 150px;
}

.fix_link_pc{
  display:block;
  position:fixed;
  bottom:10px;
  right:10px;
  width:40%;
  max-width:400px;
  z-index:100;
}

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

  .sp {
    display: block;
  }

  .cta-btn {
    display: block;
    bottom: 2%;
  }

  .cta-btn a {
    display: block;
    width: 100% !important;
  }

  .cta-btn a:first-child {
    margin-bottom: 20px;
  }

  .form {
    padding: 0px 0 60px;
    text-align: center;
  }

  .form .radio-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #056C4E;
    border-radius: 50%;
  }

  .fix_link_sp{
    padding:0;
    width:100%;
    max-width:inherit;
    bottom:0;
    right:0;
  }

  .fix_link_sp img{
    max-width:inherit;
    width:100%;
    margin:0;
  }

  .footer{
    padding-bottom:90px;
  }

}
