@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}

main {
  max-width: 750px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.btn_01 {
  animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin: left;
  position: absolute;
  width: 95.6%;
  left: 50%;
	transform: translateX(-50%);
}

.floating-b {
  animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin: left;
  position: absolute;
  width: 95.6%;
  left: 50%;
	transform: translateX(-50%);
  display: none;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9) translateX(-50%);
  }
  to {
    transform: scale(1, 1) translateX(-50%);
  }
}

.wrapper__01 {
  position: relative;
}

.wrapper__01 .btn_01 {
  top: 26.12%;
}

.wrapper__02 {
  position: relative;
  background: #f4fdff;
  padding: 12.8% 0;
}

.title__access {
  width: 34.133%;
  margin: 0 auto;
}

.item__access {
  position: relative;
  width: 100%;
  margin-top: 12.8%;
}

.office__name {
  font-size: min(4vw , 30px);
  color: #353778;
  padding-left: 1em;
	letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}

.gmap {
  width: 93.467%;
  height: auto;
  aspect-ratio: 701 / 393;
  margin: 0 auto;
}

.gmap iframe {
  width: 100%;
  height: 100%;
}

.address {
  font-size: min(4vw , 30px);
  color: #353778;
  padding-left: 1em;
	letter-spacing: 0.08em;
  white-space: pre;
  margin-top: 0.5em;
}

.wrapper__03 {
  position: relative;
}

.wrapper__03 .floating-b {
  top: 22.152%;
}

/*** Forms ***/

#wrapper__form {
  padding-bottom: 20%;
}

form {
  width: 95%;
  margin: 0 auto;
}

.section__title {
  font-size: min(64px , 8.533vw);
  font-weight: 700;
  color: #393979;
  text-shadow:1px 1px 0 #fc599d, -1px -1px 0 #fc599d,
              -1px 1px 0 #fc599d, 1px -1px 0 #fc599d,
              0px 1px 0 #fc599d,  0-1px 0 #fc599d,
              -1px 0 0 #fc599d, 1px 0 0 #fc599d;
  text-align: center;
  padding: 1em 0 0.5em;
}

.container__question {
  margin-bottom: 2em;
}

.text__question {
  font-size: min(30px , 4vw);
  font-weight: 400;
  color: #353778;
}

.tag__required {
  display: inline-block;
  color: #FFF;
  font-size: max(50% , 10px);
  background: #F00;
  padding: 0.1em;
  margin-left: 0.5em;
  vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  font-size: min(42px , 5.6vw);
  font-weight: 400;
  line-height: 1.5em;
  color: #666;
  padding: 10px;
  width: 100%;
  margin-top: 0.3em;
}

::placeholder {
  color: #CCC;
}

input[type="text"]#q02__etc {
  display: inline-block;
  width: 74%;
}

.choices {
  display: block;
  font-size: min(30px , 4vw);
  font-weight: 400;
  color: #666;
  cursor: pointer;
  width: fit-content;
  margin-top: 0.7em;
}

.choices_etc {
  display: inline-block;
  padding-right: 0.5em;
}

input[type="checkbox"],
input[type="radio"] {
  transform: scale(1.5,1.5);
  cursor: pointer;
  margin-right: 1em;
}

input[type="submit"] {
  width: 100%;
  font-size: min(30px , 4vw);
  font-weight: 400;
  color: #FFF;
/*  background: #ee8701;*/
  background-image: linear-gradient(270deg, #2fb383, #18a86b);
  border: 2px solid #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  padding: 0.5em 0;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  color: inherit;
}

/* ------------------------
 *   Layout/Footer
 * -------------------------------- */
footer {
  position: relative;
  background-color: #353778;
  height: calc(100vw / 750 * 155);
  max-height: 155px;
  color: #FFF;
  font-size: min(18px , 2.4vw);
  display: flex;
	align-items: center;
	justify-content: center;
}

footer a {
  color: #FFF;
}

.l-footer__main {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.l-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.l-footer__item:first-child {
  border-right: 1px solid #FFF;
  padding-right: 1.5em;
}

.l-footer__item:last-child {
  padding-left: 1.5em;
}
/*
.l-footer__item {
  color: #ffffff;
  font-weight: normal;
}

.l-footer__copyright {
  color: #ffffff;
  font-family: "ShinGoPr5-Regular", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
}*/

@media (max-width: 768px) {
  /*
  .l-footer__list {
    flex-wrap: wrap;
    width: 100%;
  }
  .l-footer__item {
    font-size: 13px;
  }
  .l-footer__copyright {
    font-size: 11px;
  }*/

  a[href^="tel:"] {
    pointer-events: initial;
    cursor: pointer;
    text-decoration: underline;
  }
}
