@charset "UTF-8";
/* ------------------------------------------------------
変数
------------------------------------------------------ */
.font-eng {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* =======================================================

共通

======================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7em;
  color: #1E222C;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 428px) {
  body {
    font-size: 1.3rem;
  }
}

p {
  line-height: 1.7em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 428px) {
  br.pc {
    display: none;
  }
}

br.tab {
  display: none;
}
@media (max-width: 834px) {
  br.tab {
    display: block;
  }
}

br.sp {
  display: none;
}
@media (max-width: 428px) {
  br.sp {
    display: block;
  }
}

/* =======================================================

header

======================================================= */
.header {
  position: relative;
}
.header::before {
  position: absolute;
  z-index: -1;
  background: #27A7A7;
  height: 260px;
  width: 100%;
  content: "";
}
@media (max-width: 428px) {
  .header::before {
    height: 200px;
  }
}

.header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 60px 20px;
  width: 100%;
}
@media (max-width: 428px) {
  .header__inner {
    gap: 20px;
    padding: 30px 20px;
  }
}
.header__inner .header__logo {
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 428px) {
  .header__inner .header__logo {
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
  }
}
@media (max-width: 428px) {
  .header__inner .header__logo img {
    width: 200px;
  }
}
.header__inner h1 {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 428px) {
  .header__inner h1 {
    font-size: 2.5rem;
  }
}

/* =======================================================

step

======================================================= */
.form-container {
  max-width: 680px;
  padding: 0 20px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.section__form-step {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .section__form-step {
    flex-direction: column;
    padding: 15px 10px;
    gap: 5px;
    margin-bottom: 30px;
  }
}
.section__form-step::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  content: "";
  top: 100%;
  left: calc(50% - 15px);
}

.form-step__label {
  color: #2D3E70;
  font-size: 2rem;
  font-family: "Afacad";
  font-weight: 600;
}

.form-step__list {
  display: flex;
  gap: 12px;
  position: relative;
}
@media (max-width: 500px) {
  .form-step__list {
    gap: 6px;
  }
}
.form-step__list li {
  font-family: "Afacad";
  font-size: 2.2rem;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  background: #DDE1E9;
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  .form-step__list li {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    font-size: 1.8rem;
  }
}
.form-step__list li.active {
  background: #2D3E70;
}
.form-step__list::before {
  position: absolute;
  z-index: 1;
  top: 20px;
  height: 1px;
  width: 100%;
  content: "";
  background: #DDE1E9;
}
@media (max-width: 500px) {
  .form-step__list::before {
    top: 15px;
  }
}

/* =======================================================

form

======================================================= */
.form-main {
  width: 100%;
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 428px) {
  .form-main {
    padding: 20px;
  }
}

.form__comment {
  background: #F0F5FE;
  padding: 20px;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .form__comment {
    padding: 14px;
    margin-bottom: 20px;
  }
}
.form__comment p {
  font-size: 1.8rem;
}
@media (max-width: 428px) {
  .form__comment p {
    font-size: 1.5rem;
  }
}

.form__group {
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .form__group {
    margin-bottom: 30px;
  }
}

.form__group__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 10px;
  border-left: 2px solid #27A7A7;
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .form__group__ttl {
    font-size: 1.5rem;
  }
}

.inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 10px;
}
.inputs > li {
  width: 100%;
}
.inputs > li.col2 {
  width: calc(50% - 5px);
}
@media (max-width: 510px) {
  .inputs > li.col2 {
    width: 100%;
  }
}
.inputs .input_label {
  width: 100%;
  border: 1px solid #DDE1E9;
  min-height: 54px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}
@media (max-width: 428px) {
  .inputs .input_label {
    height: 42px;
  }
}
.inputs .input_label:hover {
  opacity: 0.7;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox]:checked ~ .input_label,
input[type=radio]:checked ~ .input_label {
  border: 1px solid #27A7A7;
  color: #27A7A7;
}

input[type=text] {
  width: 100%;
  background: #EEE;
  padding: 10px;
  font-size: 1.5rem;
}
input[type=text]::-moz-placeholder {
  color: #aaa;
}
input[type=text]::placeholder {
  color: #aaa;
}

textarea {
  width: 100% !important;
  background: #EEE;
  padding: 10px;
  height: 100px !important;
  font-size: 1.5rem;
}
textarea.row_md {
  height: 300px !important;
}
textarea.row_xl {
  height: 500px !important;
}
textarea::-moz-placeholder {
  color: #aaa;
}
textarea::placeholder {
  color: #aaa;
}

.form__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.form__btns .btn--next {
  background: #1E222C;
  display: flex;
  color: #fff;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 428px) {
  .form__btns .btn--next {
    padding: 15px;
    font-size: 1.5rem;
  }
}
.form__btns .btn--back {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
@media (max-width: 428px) {
  .form__btns .btn--back {
    font-size: 1.3rem;
  }
}
.form__btns .btn--back i {
  color: #27A7A7;
}
.form__btns .btn--send {
  background: linear-gradient(-50deg, #2ac584 0%, #E2A431 100%);
  display: flex;
  color: #fff;
  justify-content: center;
  width: 100%;
  padding: 35px;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 428px) {
  .form__btns .btn--send {
    padding: 22px;
    font-size: 1.6rem;
  }
}

.form-finish {
  text-align: center;
  padding: 30px !important;
}
.form-finish .img {
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .form-finish .img img {
    width: 50px;
  }
}
.form-finish .finish__ttl {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .form-finish .finish__ttl {
    font-size: 2.2rem;
  }
}
.form-finish p {
  font-weight: 500;
  margin-bottom: 20px;
}
.form-finish .top-back-link {
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.form-finish .top-back-link i {
  color: #27A7A7;
}

/* =======================================================

footer

======================================================= */
.footer {
  background: #111;
  padding: 40px 0;
  margin-top: auto;
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: #fff;
}
.footer .container .link {
  text-decoration: underline;
}/*# sourceMappingURL=contact.css.map */