@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
.en {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.org {
  color: #D9A040;
}

@media screen and (max-width: 950px) {
  .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 951px) {
  .sp_flex {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .pc_flex {
    display: flex !important;
  }
}

@media screen and (max-width: 950px) {
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 951px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .pc {
    display: block !important;
  }
}

body {
  background: #F1EBE3;
  padding-top: 108px;
}
@media screen and (max-width: 950px) {
  body {
    padding-top: 68.75px;
  }
}
body * {
  color: #000;
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:before, body a:after {
  transition: 0.3s;
}
body a:hover {
  color: #D9A040;
}
body .btn {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #D9A040;
  color: #fff;
  width: 220px;
  height: 44px;
  border-radius: 22px;
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
}
body .btn *, body .btn:before {
  transition: 0.3s;
}
body .btn:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 950px) {
  body .btn {
    width: 100%;
    max-width: 340px;
    height: 60px;
    border-radius: 30px;
    font-size: 24px;
  }
}
body ul, body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text], body select, body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body img {
  display: block;
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
body section .sections-inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
body section .sections-inner h1 .en, body section .sections-inner h2 .en {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
}
body section .sections-inner h1 .en + .ja, body section .sections-inner h2 .en + .ja {
  font-weight: bold;
  display: block;
}
body header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 30px 0;
  width: 100%;
}
body header .flex li {
  height: -moz-max-content;
  height: max-content;
}
body header .flex li a {
  display: block;
}
body header .flex li a.btn {
  display: flex;
  width: 150px;
}
@media screen and (max-width: 950px) {
  body header {
    padding: 20px 20px 0;
  }
  body header .flex li.logo img {
    width: 50px;
    height: auto;
  }
  body header .flex li a.btn {
    width: 100px;
    height: 38px;
    font-size: 16px;
  }
}
body footer {
  background: #DFD2BC;
  padding: 100px 0;
}
body footer .flex {
  gap: 50px;
  justify-content: center;
}
body footer .flex .logo {
  width: 100%;
}
body footer .flex .logo a {
  display: block;
  width: 120px;
  margin: 0 auto;
}
body footer .flex .logo a img {
  width: 100%;
  height: auto;
}
body footer .flex li a {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}
body footer .copy {
  text-align: center;
  margin-top: 150px;
}
@media screen and (max-width: 950px) {
  body footer {
    padding: 60px 0 80px;
  }
  body footer .flex {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  body footer .flex .logo a {
    width: 80px;
  }
  body footer .flex li + li {
    margin-top: -10px;
  }
  body footer .copy {
    margin-top: 140px;
    font-size: 14px;
  }
}
body .BreadCrumb {
  margin-top: 90px;
  margin-bottom: 40px;
}
body .BreadCrumb .sections-inner {
  width: 100%;
  padding: 0 30px;
}
body .BreadCrumb .sections-inner ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .BreadCrumb .sections-inner ul * {
  font-size: 12px;
  line-height: 1;
}
body .BreadCrumb .sections-inner ul li a {
  color: #D9A040;
  display: block;
}
body .BreadCrumb .sections-inner ul li + li {
  position: relative;
  padding-left: 3em;
}
body .BreadCrumb .sections-inner ul li + li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  content: "　>　";
  left: 4px;
}
body .BreadCrumb + .titles-section {
  margin-top: 25px;
}
@media screen and (max-width: 950px) {
  body .BreadCrumb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body .BreadCrumb .sections-inner {
    padding: 0 20px;
  }
}
body .sticky-wrap {
  position: relative;
}
body .sticky-wrap section {
  position: sticky;
  top: 0;
}
body .sticky-wrap section .sections-inner {
  padding-top: 284px;
  height: 750px;
  padding-left: 17.7083333333vw;
}
body .sticky-wrap section .sections-inner h2 span {
  color: #fff;
  margin-bottom: 50px;
  line-height: 1;
}
body .sticky-wrap section .sections-inner h2 span.en {
  font-size: 120px;
  margin-bottom: 10px;
  height: 120px;
  display: block;
}
body .sticky-wrap section .sections-inner h2 span.ja {
  font-size: 20px;
}
body .sticky-wrap section .sections-inner h2 + p {
  color: #fff;
  max-width: 480px;
}
body .sticky-wrap section.asset {
  background: url(../img/asset.webp) no-repeat;
  background-size: cover;
}
body .sticky-wrap section.real-estate {
  background: url(../img/real-estate.webp) no-repeat;
  background-size: cover;
}
body .sticky-wrap section.community {
  background: url(../img/community.webp) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 951px) and (max-width: 1350px) {
  body .sticky-wrap section .sections-inner {
    padding-top: 11.9791666667vw;
    height: 39.0625vw;
  }
  body .sticky-wrap section .sections-inner h2 span {
    margin-bottom: 2.6041666667vw;
  }
  body .sticky-wrap section .sections-inner h2 span.en {
    font-size: 6.25vw;
    margin-bottom: 0.5208333333vw;
    height: 6.25vw;
  }
  body .sticky-wrap section .sections-inner h2 span.ja {
    font-size: 1.0416666667vw;
  }
  body .sticky-wrap section .sections-inner h2 + p {
    font-size: 15px;
    max-width: 45vw;
  }
}
@media screen and (max-width: 950px) {
  body .sticky-wrap section .sections-inner {
    padding-top: 68.8vw;
    height: 144vw;
    padding-left: 5.3333333333vw;
  }
  body .sticky-wrap section .sections-inner h2 {
    margin-bottom: 8vw;
  }
  body .sticky-wrap section .sections-inner h2 span {
    margin-bottom: 0;
  }
  body .sticky-wrap section .sections-inner h2 span.en {
    font-size: 16vw;
    margin-bottom: 5.3333333333vw;
    height: 16vw;
  }
  body .sticky-wrap section .sections-inner h2 span.ja {
    font-size: 4.8vw;
  }
  body .sticky-wrap section .sections-inner h2 + p {
    font-size: 4vw;
    max-width: 90.6666666667vw;
  }
  body .sticky-wrap section.asset {
    background: url(../img/asset@sp.webp) no-repeat;
    background-size: cover;
  }
  body .sticky-wrap section.real-estate {
    background: url(../img/real-estate@sp.webp) no-repeat;
    background-size: cover;
  }
  body .sticky-wrap section.community {
    background: url(../img/community@sp.webp) no-repeat;
    background-size: cover;
  }
  body .sticky-wrap section.community .sections-inner {
    padding-top: 32vw;
  }
  body .sticky-wrap section.community .sections-inner h2 span.en {
    height: 32vw;
  }
}
body .sections.policy .sections-inner {
  max-width: 700px;
  padding-bottom: 100px;
}
body .sections.policy .sections-inner h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
body .sections.policy .sections-inner p + h2 {
  margin-top: 60px;
}
body .sections.policy .sections-inner p + ol, body .sections.policy .sections-inner p + ul, body .sections.policy .sections-inner p + p {
  margin-top: 20px;
}
body .sections.policy .sections-inner ol, body .sections.policy .sections-inner ul {
  padding: 0 14px;
}
body .sections.policy .sections-inner ol + *, body .sections.policy .sections-inner ul + * {
  margin-top: 60px;
}
body .sections.policy .sections-inner ol li > ul, body .sections.policy .sections-inner ul li > ul {
  padding: 0 20px;
}
body .sections.policy .sections-inner ol li > ul li, body .sections.policy .sections-inner ul li > ul li {
  list-style-type: lower-alpha;
}
body .sections.policy .sections-inner ol li > ul li > ul li, body .sections.policy .sections-inner ul li > ul li > ul li {
  list-style-type: lower-roman;
}
body .sections.policy .sections-inner ol > li {
  list-style-type: decimal;
}
body .sections.policy .sections-inner .btn {
  margin: 50px auto 0;
  width: 360px;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 950px) {
  body .sections.policy .sections-inner {
    max-width: 100%;
    padding: 0 20px;
    padding-bottom: 100px;
  }
  body .sections.policy .sections-inner h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  body .sections.policy .sections-inner ol, body .sections.policy .sections-inner ul {
    padding: 0 17px;
    padding-right: 0;
  }
  body .sections.policy .sections-inner ol li > ul, body .sections.policy .sections-inner ul li > ul {
    padding: 0 20px;
    padding-right: 0;
  }
  body .sections.policy .sections-inner p, body .sections.policy .sections-inner li {
    font-size: 15px;
  }
  body .sections.policy .sections-inner .btn {
    margin: 40px auto 0;
    width: 100%;
    max-width: 340px;
    font-size: 18px;
  }
}
body .sections.mv {
  position: relative;
  overflow: hidden;
}
body .sections.mv .slider * {
  font-size: 0;
}
body .sections.mv .slider .slider-item {
  width: 720px !important;
}
body .sections.mv .slider .slider-item img {
  margin: 0 auto;
  width: 680px;
}
body .sections.mv .sections-inner {
  position: absolute;
  bottom: 20px;
}
body .sections.mv .sections-inner .catch {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 230px;
  color: #fff;
  position: relative;
  display: inline-block;
  white-space: nowrap; /* 折り返さない */
  animation: marquee 180s linear infinite; /* 180秒かけて右→左に無限ループ */
}
@keyframes marquee {
  0% {
    transform: translateX(0%); /* 画面外の右から */
  }
  100% {
    transform: translateX(-100%); /* 画面外の左へ */
  }
}
@media screen and (max-width: 950px) {
  body .sections.mv .slider .slider-item {
    width: 460px !important;
  }
  body .sections.mv .slider .slider-item img {
    width: 440px;
  }
  body .sections.mv .sections-inner {
    bottom: 30px;
  }
  body .sections.mv .sections-inner .catch {
    font-size: 80px;
  }
}
body .sections.concept .sections-inner {
  padding: 6.25vw 0 7.8125vw;
  padding-left: 1.5625vw;
}
body .sections.concept .sections-inner .flex {
  gap: 4.1666666667vw;
  justify-content: flex-start;
}
body .sections.concept .sections-inner .flex img {
  width: 44.2708333333vw;
  height: 31.25vw;
}
body .sections.concept .sections-inner .flex .txt {
  max-width: 32.03125vw;
  margin-bottom: 3.125vw;
  padding-top: 2.0833333333vw;
}
body .sections.concept .sections-inner .flex .txt h1 {
  margin-bottom: 3.125vw;
}
body .sections.concept .sections-inner .flex .txt h1 span {
  display: block;
  font-weight: bold;
}
body .sections.concept .sections-inner .flex .txt h1 span.en {
  font-size: 2.0833333333vw;
  margin-bottom: 1.0416666667vw;
  padding-left: 2.0833333333vw;
}
body .sections.concept .sections-inner .flex .txt h1 span.ja {
  font-size: 2.3958333333vw;
}
body .sections.concept .sections-inner .flex .txt p {
  font-size: 1.0416666667vw;
  padding-left: 2.0833333333vw;
}
@media screen and (min-width: 951px) and (max-width: 1350px) {
  body .sections.concept .sections-inner .flex {
    gap: 2.0833333333vw;
  }
  body .sections.concept .sections-inner .flex .txt {
    max-width: 45%;
  }
  body .sections.concept .sections-inner .flex .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  body .sections.concept .sections-inner {
    padding: 16vw 0 16vw;
    padding-left: 0;
  }
  body .sections.concept .sections-inner .flex {
    gap: 21.3333333333vw;
    justify-content: flex-start;
  }
  body .sections.concept .sections-inner .flex img {
    width: 90.6666666667vw;
    height: 64vw;
    margin: 30px auto;
    border-radius: 15px;
  }
  body .sections.concept .sections-inner .flex .txt {
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }
  body .sections.concept .sections-inner .flex .txt h1 {
    margin-bottom: 30px;
  }
  body .sections.concept .sections-inner .flex .txt h1 span.en {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  body .sections.concept .sections-inner .flex .txt h1 span.ja {
    font-size: 24px;
    padding-left: 5px;
  }
  body .sections.concept .sections-inner .flex .txt p {
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
body .sections.msg {
  padding: 160px 40px 0;
}
body .sections.msg .sections-inner {
  max-width: 1240px;
}
body .sections.msg h2 {
  position: absolute;
  right: 115px;
  top: -66px;
}
body .sections.msg h2 span.en {
  font-size: 80px;
  display: block;
  color: #DFD2BC;
}
body .sections.msg .flex {
  border-radius: 10px;
  background: #DFD2BC;
  gap: 50px;
  justify-content: center;
  padding: 80px 0 60px;
}
body .sections.msg .flex .txt {
  max-width: 790px;
  width: 100%;
}
body .sections.msg .flex .txt p + .name {
  margin-top: 20px;
  font-size: 13px;
  text-align: right;
}
@media screen and (min-width: 951px) and (max-width: 1350px) {
  body .sections.msg .flex .txt {
    max-width: 60%;
  }
}
@media screen and (max-width: 950px) {
  body .sections.msg {
    padding: 100px 20px 0;
  }
  body .sections.msg .sections-inner {
    max-width: 100%;
  }
  body .sections.msg h2 {
    right: unset;
    top: -48px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: center;
  }
  body .sections.msg h2 span.en {
    font-size: 60px;
  }
  body .sections.msg .flex {
    gap: 30px;
    padding: 40px 0;
  }
  body .sections.msg .flex .txt {
    max-width: 100%;
    padding: 0 17px;
  }
  body .sections.msg .flex .txt p {
    font-size: 15px;
  }
  body .sections.msg .flex .txt p + .name {
    font-size: 12px;
  }
}
body .sections.about .sections-inner {
  padding: 7.8125vw 0;
  padding-right: 1.5625vw;
}
body .sections.about .flex {
  gap: 6.875vw;
  justify-content: flex-end;
}
body .sections.about .flex .txt {
  padding-top: 3.6458333333vw;
}
body .sections.about .flex .txt h2 {
  margin-bottom: 2.6041666667vw;
}
body .sections.about .flex .txt h2 span.ja {
  font-size: 2.3958333333vw;
  margin-top: 1.0416666667vw;
}
body .sections.about .flex .txt address {
  font-size: 1.0416666667vw;
  font-style: normal;
  margin-bottom: 2.6041666667vw;
}
body .sections.about .flex iframe {
  max-width: 1050px;
  max-height: 600px;
  width: 54.6875vw;
  height: 31.25vw;
}
@media screen and (max-width: 950px) {
  body .sections.about .sections-inner {
    padding: 60px 20px 100px;
    padding-right: 20px;
  }
  body .sections.about .flex {
    gap: 6.875vw;
    justify-content: flex-end;
  }
  body .sections.about .flex .txt {
    padding-top: 0;
    width: 100%;
  }
  body .sections.about .flex .txt h2 {
    margin-bottom: 30px;
  }
  body .sections.about .flex .txt h2 span.en {
    display: block;
    font-size: 16px;
    padding-top: 0;
  }
  body .sections.about .flex .txt h2 span.ja {
    font-size: 24px;
    margin-top: 20px;
  }
  body .sections.about .flex .txt address {
    font-size: 15px;
    margin-bottom: 40px;
  }
  body .sections.about .flex iframe {
    width: 100%;
    height: 58.6666666667vw;
    border-radius: 15px;
    margin-bottom: 30px;
  }
}
body .sections.titles-section .sections-inner {
  max-width: 700px;
}
body .sections.titles-section h1 {
  margin-bottom: 60px;
}
body .sections.titles-section h1 span {
  text-align: center;
  display: block;
  line-height: 1;
}
body .sections.titles-section h1 span.en {
  font-size: 124px;
  margin-bottom: 30px;
}
body .sections.titles-section h1 span.ja {
  font-size: 24px;
}
body .sections.titles-section h1 + p {
  margin-bottom: 60px;
}
body .sections.titles-section h1 + p.center {
  text-align: center;
}
body .sections.titles-section.thanks {
  padding-bottom: 150px;
}
body .sections.titles-section.thanks h1 + p {
  margin-bottom: 80px;
}
body .sections.titles-section.thanks .btn {
  width: 360px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  body .sections.titles-section .sections-inner {
    padding: 0 20px;
    max-width: 100%;
  }
  body .sections.titles-section h1 {
    margin-bottom: 40px;
  }
  body .sections.titles-section h1 span.en {
    font-size: 60px;
    margin-bottom: 20px;
  }
  body .sections.titles-section h1 + p {
    font-size: 15px;
  }
  body .sections.titles-section.confirm .center {
    text-align: left;
  }
  body .sections.titles-section.thanks {
    padding-bottom: 100px;
  }
  body .sections.titles-section.thanks h1 + p {
    margin-bottom: 70px;
  }
  body .sections.titles-section.thanks .btn {
    width: 100%;
    font-size: 18px;
  }
}
body .sections.form .sections-inner {
  max-width: 700px;
  padding-bottom: 150px;
}
body .sections.form .sections-inner .inputs input:-webkit-autofill,
body .sections.form .sections-inner .inputs textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #D9D1C3 inset !important;
  -webkit-text-fill-color: #000 !important; /* テキスト色も維持 */
}
body .sections.form .sections-inner .inputs p {
  line-height: 1;
}
body .sections.form .sections-inner .inputs .name {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
body .sections.form .sections-inner .inputs .name.reqire:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  content: "必須";
  font-size: 12px;
  width: 50px;
  height: 26px;
  background: #D9A040;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -60px;
  border-radius: 5px;
}
body .sections.form .sections-inner .inputs .name + .detail {
  margin: 18px auto 0;
}
body .sections.form .sections-inner .inputs .name + .detail.error {
  border: 1px solid #E30000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.8;
}
body .sections.form .sections-inner .inputs .name + .detail + .ex {
  color: #767676;
  font-size: 12px;
  line-height: 1;
  margin-top: 20px;
}
body .sections.form .sections-inner .inputs input, body .sections.form .sections-inner .inputs textarea {
  background: #D9D1C3;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 1rem;
}
body .sections.form .sections-inner .inputs input {
  height: 60px;
}
body .sections.form .sections-inner .inputs textarea {
  min-height: 210px;
}
body .sections.form .sections-inner .inputs + .inputs {
  margin-top: 40px;
}
body .sections.form .sections-inner .inputs .inputs_privacy .error {
  text-align: center;
}
body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field input[type=checkbox]:checked ~ span:after {
  transform: scale(1);
}
body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field span {
  display: flex;
  align-items: center;
  position: relative;
  height: 30px;
  padding-left: 50px;
}
body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field span:before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #D9D1C3;
}
body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field span:after {
  position: absolute;
  left: 0;
  content: "";
  background: #006fe0 url(../img/check.png) no-repeat;
  background-position: center;
  background-size: 13.5px 9.375px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  transform: scale(0);
}
body .sections.form .sections-inner .inputs .inputs_privacy .mwform_checkbox .error {
  padding-left: 24px;
  margin-top: 5px;
}
body .sections.form .sections-inner .inputs .inputs_privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body .sections.form .sections-inner .inputs .inputs_privacy label span a {
  color: #D9A040;
  text-decoration: underline;
}
body .sections.form .sections-inner .inputs .inputs_submits {
  justify-content: center;
  gap: 20px;
}
body .sections.form .sections-inner .inputs .inputs_submits input {
  border-radius: unset;
  transition: 0.3s;
  font-size: 18px;
  color: #fff;
}
body .sections.form .sections-inner .inputs .inputs_submits input:hover {
  background: #000 !important;
}
body .sections.form .sections-inner .inputs .inputs_submits input[name=submitBack] {
  width: 260px;
  background: #999690;
  border-radius: 30px;
}
body .sections.form .sections-inner .inputs .inputs_submits input[name=submitConfirm],
body .sections.form .sections-inner .inputs .inputs_submits input[name=submit] {
  width: 360px;
  height: 60px;
  background: #D9A040;
  border-radius: 50px;
}
body .sections.form .sections-inner .error {
  font-size: 12px;
  color: #E30100;
  margin-top: 10px;
}
@media screen and (max-width: 950px) {
  body .sections.form .sections-inner {
    padding: 10px 20px 0;
    max-width: 100%;
    padding-bottom: 100px;
  }
  body .sections.form .sections-inner .inputs .name + .detail {
    margin: 8px auto 0;
  }
  body .sections.form .sections-inner .inputs .name + .detail + .ex {
    margin-top: 10px;
  }
  body .sections.form .sections-inner .inputs input {
    height: 44px;
  }
  body .sections.form .sections-inner .inputs textarea {
    min-height: 37.3333333333vw;
  }
  body .sections.form .sections-inner .inputs + .inputs {
    margin-top: 30px;
  }
  body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field span {
    height: 30px;
    padding-left: 50px;
  }
  body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field span:before {
    width: 30px;
    height: 30px;
    border-radius: 3px;
  }
  body .sections.form .sections-inner .inputs .inputs_privacy .mwform-checkbox-field span:after {
    background: #006fe0 url(../img/check.png) no-repeat;
    background-size: 36px 27px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  body .sections.form .sections-inner .inputs .inputs_privacy .mwform_checkbox .error {
    padding-left: 24px;
    margin-top: 5px;
  }
  body .sections.form .sections-inner .inputs .inputs_privacy label {
    gap: 20px;
  }
  body .sections.form .sections-inner .inputs .inputs_submits {
    gap: 30px;
    flex-direction: column-reverse;
  }
  body .sections.form .sections-inner .inputs .inputs_submits input[name=submitBack] {
    height: 60px;
    width: 100%;
  }
  body .sections.form .sections-inner .inputs .inputs_submits input[name=submitConfirm],
  body .sections.form .sections-inner .inputs .inputs_submits input[name=submit] {
    width: 100%;
  }
}
body .sections.form.confirm .sections-inner .inputs .detail {
  margin-top: 23px;
}
body .sections.form.confirm .sections-inner .inputs .inputs_privacy, body .sections.form.confirm .sections-inner .inputs .ex {
  display: none;
}
@media screen and (max-width: 950px) {
  body .sections.form.confirm .sections-inner .inputs .detail {
    margin-top: 8px;
  }
}/*# sourceMappingURL=style.css.map */