@charset "UTF-8";
/* 変数定義 */
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
body, * {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", Noto Sans JP, sans-serif;
}

.container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container.float__btn {
  position: fixed;
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.cta {
  position: absolute;
}

.form__header {
  background-color: #DFE8EF;
  width: 100%;
}
.header__wrap {
  padding: 12px;
}
.header__wrap img {
  display: block;
  width: 120px;
  height: auto;
}
@media screen and (max-width:767px) {
  .header__wrap img {
    width: 60px;
  }
}

.form-title {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  color: #2E3191;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width:767px) {
  .form-title {
    font-size: 18px;
  }
}

.form-title__obj {
  display: block;
  max-width: 600px;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .form-title__obj {
    width: 84%;
  }
}

.form__wrap {
  border: 2px solid #2E3191;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .form__wrap {
    margin-top: 18px;
    font-size: 14px;
    border: none;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .form__row {
    display: block;
  }
}

.form__row:not(:last-child) {
  border-bottom: 1px solid #2E3191;
}
@media screen and (max-width:767px) {
  .form__row:not(:last-child) {
    border-bottom: none;
    margin-bottom: 12px;
  }
}

.form__th {
  background-color: #EEEEEE;
  border-right: 1px solid #2E3191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  width: 280px;
  color: #2E3191;
}
@media screen and (max-width:767px) {
  .form__th {
    width: 100%;
    padding: 12px 8px;
    border-right: none;
  }
}

.form__th .form__tag {
  color: #fff;
  padding: 4px 12px;
  background-color: #2E3191;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .form__th .form__tag {
    padding: 2px 12px;
    margin-top: 10px;
  }
}

.form__th .form__tag.free {
  color: #2E3191;
  background-color: unset;
  border: 1px solid #2E3191;
}
.form__th .form__name {
  padding: 12px;
  display: block;
}
@media screen and (max-width:767px) {
  .form__th .form__name {
    padding: 12px 8px;
  }
}

.form__td {
  padding: 12px;
  width: calc(100% - 280px);
}
@media screen and (max-width:767px) {
  .form__td {
    width: 100%;
    padding: 12px 8px;
  }
}

.form__td input, textarea, select {
  border: 2px solid #AEAEAE;
  padding: 12px;
  width: 100%;
  display: block;
}
@media screen and (max-width:767px) {
  .form__td input, textarea, select {
    padding: 12px 8px;
    border: 2px solid #AEAEAE;
  }
}

@media screen and (max-width:767px) {
  textarea {
    height: 220px;
  }
}

.form__select-wrap {
  margin-top: 12px;
  display: block;
  position: relative;
}
.form__select-wrap::after {
  position: absolute;
  content: "";
  width: 37px;
  height: auto;
  aspect-ratio: 37/20;
  background-image: url(../../dist/img/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 12px;
}
@media screen and (max-width:767px) {
  .form__select-wrap::after {
    width: 18px;
  }
}

.form__foot {
  padding: 24px 0;
  background-color: #DFE8EF;
  margin-top: 24px;
}
.form__foot input {
  font-size: 0;
  display: block;
  width: 84%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 528/131;
  background-image: url(../../dist/img/form-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.header__float {
  position: absolute;
  display: block;
  width: 44.9333333333%;
  top: 1%;
  right: 2%;
}

.googlemap {
  position: absolute;
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 87.7333333333%;
  display: block;
  height: auto;
}

.googlemap iframe {
  aspect-ratio: 658/410;
  width: 100%;
  height: auto;
}

.scroll__btns{
  z-index: 5;
  position: fixed;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 750px;
}
.scroll__btns a{
  width: 50%;
  display: block;
}
.footer-padding{
  max-width: 750px;
  aspect-ratio: 750/137;
  height: auto;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.top-cta{
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.top-cta.hidden{
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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