@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@page {
  margin: 0;
  size: 9.924in 14.028in;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 9.924in 14.028in;
    width: 1400px;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.load-font {
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .load-font {
  opacity: 1;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 1200px;
  }

  .wrapper {
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
    min-height: 100vh;
  }

  body {
    font-size: 0.16rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md {
    display: none !important;
  }
}
header {
  z-index: 101;
}
header .logo-image {
  display: inline-block;
}
header .logo-image.is-hidden {
  display: none;
}
header.is-fixed {
  position: fixed;
  display: none;
  top: -157px;
  left: 0;
  background-color: #fff;
}
header.is-fixed .wow {
  visibility: visible !important;
}
header.has-transition {
  transition: top 0.3s ease, background-color 0.3s ease;
  display: block;
  width: 100%;
}
header.has-transition .item-normal {
  display: none;
}
header.has-transition .logo-fixed,
header.has-transition .item-fixed {
  display: block;
}
header.has-transition .header-navigation a::before {
  content: unset;
}
header.is-show {
  top: 0;
}
header.is-show .button-menu {
  visibility: visible;
}
header ul {
  list-style: none;
  padding: 0;
}
header .logo,
header ul {
  margin: 0;
}
header .header-instagram img,
header .logo img {
  width: 100%;
}
header .logo-fixed,
header .item-fixed {
  display: none;
}

.top-page {
  position: absolute;
}

.sub-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sub-page .wrapper {
  position: relative;
}
.sub-page .logo {
  position: absolute;
}

@media print, (min-width: 768px) {
  header.is-left {
    left: 0 !important;
  }
  header a {
    display: inline-block;
  }
  header.is-fixed {
    padding: 15px 0 8px;
  }
  header.is-fixed .header-inner {
    width: 1070px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  header.is-fixed .navigation-menu {
    margin-right: 38px;
  }
  header.is-fixed .navigation-menu > li:not(:last-child) {
    margin-right: 36px;
  }
  header .logo-fixed {
    margin-right: 30px;
  }
  header.is-show .header-navigation a {
    color: #333;
  }
  header.is-show .navigation-menu {
    margin-top: -3px;
  }
  .is-mac header.is-show .navigation-menu {
    margin-top: -2px;
  }
  header.has-transition {
    min-width: 1200px;
    margin-left: unset;
  }

  .top-page {
    width: 840px;
    top: 289px;
    margin-left: calc(50% - 436px);
  }
  .top-page .logo {
    margin-bottom: -70px;
  }
  .top-page .logo .logo-image {
    width: 221px;
  }
  .top-page .header-navigation {
    min-height: 32px;
  }
  .top-page .header-navigation a {
    color: #fff;
  }
  .top-page .navigation-menu {
    margin-right: 29px;
  }
  .top-page .navigation-menu > li:not(:last-child) {
    margin-right: 30px;
  }

  .header-navigation {
    -ms-flex-align: center;
        align-items: center;
    height: unset !important;
  }
  .header-navigation,
  .header-navigation .navigation-menu {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-navigation .navigation-menu {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-navigation .navigation-menu a::before {
    content: ">";
  }

  .sub-page {
    padding-top: 54px;
  }
  .sub-page .logo {
    top: 97px;
    left: 0;
  }
  .sub-page .header-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .sub-page .navigation-menu {
    margin-right: 40px;
  }
  .sub-page .navigation-menu > li:not(:last-child) {
    margin-right: 40px;
  }
  .sub-page .navigation-menu a {
    color: #1a1311;
  }
}
@media print, (min-width: 768px) and (max-width: 1020px) {
  .top-page {
    margin-left: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .logo-fixed {
    width: 1rem;
  }
  header .logo-fixed img {
    width: 100%;
  }
  header .button-menu img,
  header .navigation-logo img {
    width: 100%;
  }
  header .navigation-logo {
    width: 1.24rem;
    margin: 0 auto 0.1rem;
  }
  header .close-menu {
    margin: 0 0.06rem 0.06rem auto;
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
  }
  header .close-menu::before, header .close-menu::after {
    content: "";
    position: absolute;
    top: 0.24rem;
    left: 0.1rem;
    opacity: 0;
    background-color: #fff;
    width: 0.32rem;
    height: 0.02rem;
  }
  header .close-menu.is-active::before, header .close-menu.is-active::after {
    opacity: 1;
  }
  header .close-menu.is-active::before {
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
  }
  header .close-menu.is-active::after {
    -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
  }
  header .button-menu {
    width: 0.4rem;
  }
  header a {
    display: block;
  }
  header.is-fixed {
    padding: 0.1rem 0;
  }
  header.is-fixed .header-inner {
    padding: 0 0.15rem;
    height: unset;
  }
  header.is-fixed .button-fixed {
    display: block;
    margin-top: 0.05rem;
  }
  header.is-fixed .button-normal {
    display: none;
  }
  header.is-active .overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
  }
  header.is-active .header-inner {
    height: unset;
  }
  header.is-active.is-show {
    background-color: #fff;
  }

  .is-stick.is-show {
    position: fixed;
    padding: 0.1rem 0;
  }
  .is-stick.is-show .header-inner {
    padding: 0 0.15rem;
  }
  .is-stick.is-show .item-normal {
    display: none;
  }
  .is-stick.is-show .logo-fixed {
    display: block;
  }

  .overlay,
  .header-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
  }

  .overlay {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
  }

  .header-navigation {
    padding: 0.2rem 0.2rem 0.1rem;
    position: fixed;
    width: 80%;
    background: #5b6c9b;
    z-index: 99;
    display: none;
    overflow: auto;
  }
  .header-navigation a {
    color: #fff;
  }

  .navigation-menu {
    margin-bottom: 0.3rem;
  }
  .navigation-menu > li {
    margin: 0.02rem 0;
    padding: 0.02rem 0;
    border-bottom: 0.02rem solid #fff;
  }
  .navigation-menu > li .is-english {
    font-family: "Montserrat", sans-serif;
  }
  .navigation-menu > li:first-child {
    border-top: 0.02rem solid #fff;
  }
  .navigation-menu > li a {
    padding: 0.2rem 0 0.2rem 0.05rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .navigation-menu > li .is-english {
    font-size: 0.2rem;
    width: 0.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .header-inner {
    display: -ms-flexbox;
    display: flex;
  }

  .top-page {
    width: 100%;
    top: 1.17rem;
    left: 0;
    padding: 0 0.24rem;
  }
  .top-page .header-inner {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 2.2rem;
  }
  .top-page .button-fixed {
    display: none;
  }
  .top-page .logo .logo-image {
    width: 2.2rem;
  }
  .top-page .button-menu {
    margin: -0.06rem 0.06rem 0 0;
  }

  .sub-page {
    padding: 0.18rem 0.2rem;
  }
  .sub-page .header-inner {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .sub-page.is-fixed .header-inner, .sub-page.is-active.is-show .header-inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .sub-page .logo {
    left: 0.52rem;
    top: 0.55rem;
    width: 1.1rem;
  }

  .header-instagram {
    width: 0.3rem;
    margin: 0 -0.01rem 0 auto;
  }
}
@media print, (orientation: landscape) and (max-width: 767.98px) {
  .header-navigation {
    padding-bottom: 0.6rem;
    height: 100vh !important;
  }
}
footer,
footer a {
  color: #000;
}
footer a {
  display: inline-block;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-instagram img,
.footer-logo img {
  width: 100%;
}

.footer-logo {
  position: relative;
}
.footer-logo::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
  right: 0;
}

.footer-navigation,
.footer-menu,
.footer-contact {
  display: -ms-flexbox;
  display: flex;
}

.footer-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-menu .is-english::before {
  content: ">";
}

.architect-office {
  font-size: 0.18rem;
}

.footer-address {
  line-height: calc(20 / 14);
}

.footer-contact {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-contact a,
.footer-contact p {
  font-size: 0.16rem;
}
.footer-contact p {
  margin: 0;
}
.footer-contact li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-contact .contact-title {
  background: #000;
  color: #fff;
  display: inline-block;
}

.copy-right {
  display: block;
  text-align: center;
  color: #848484;
  font-size: 0.12rem;
}

@media print, (min-width: 768px) {
  footer {
    padding: 73px 0 10px;
  }
  footer .wrapper {
    padding: 0 24px;
  }

  .footer-logo {
    margin-bottom: 36px;
  }
  .footer-logo::before {
    right: -2px;
    top: 16px;
    width: 873px;
  }

  .footer-navigation {
    margin-bottom: 40px;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .footer-menu {
    margin: 3px 55px 0 0;
  }
  .footer-menu li:not(:last-child) {
    margin-right: 46px;
  }

  .footer-instagram {
    margin-top: -2px;
    width: 31px;
  }

  .footer-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 78px;
  }

  .architect-office {
    margin-bottom: 10px;
  }

  .footer-information {
    width: 285px;
  }

  .footer-contact {
    width: 701px;
    margin-top: 43px;
  }
  .footer-contact .contact-title {
    line-height: 1.24;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 1px 9px;
    margin-right: 6px;
    min-width: 46px;
  }
  .is-mac .footer-contact .contact-title {
    padding-top: 2px;
  }
  .footer-contact .contact-phone {
    pointer-events: none;
  }
  .footer-contact li {
    margin-bottom: 5px;
  }
  .footer-contact li:not(:last-child) {
    margin-right: 35px;
  }

  .copy-right {
    padding-left: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.77rem 0 0.1rem;
  }
  footer .wrapper {
    margin: 0 0.02rem;
  }

  .footer-logo {
    margin-bottom: 0.18rem;
  }
  .footer-logo::before {
    right: -0.02rem;
    top: 0.16rem;
    width: 59.8%;
  }
  .footer-logo a {
    width: 38.05%;
  }

  .footer-navigation {
    margin: 0 0 0.35rem 0.05rem;
  }

  .footer-menu {
    margin: 0.06rem 0.21rem 0 0;
    width: 2.57rem;
  }
  .footer-menu li:not(:last-child) {
    margin-right: 10%;
  }
  .is-android .footer-menu li:not(:last-child) {
    margin-right: 9.5%;
  }

  .footer-instagram {
    width: 0.31rem;
  }

  .footer-block {
    margin-bottom: 0.18rem;
  }

  .architect-office {
    margin-bottom: 0.06rem;
  }

  .registration-number {
    position: relative;
    padding-left: 0.17rem;
    margin-bottom: 0.21rem;
    font-size: 0.13rem;
  }
  .registration-number::before {
    content: "";
    position: absolute;
    left: 0.04rem;
    top: 0;
    width: 0.13rem;
    height: 0.16rem;
    background: url("../img/common/sp/footer_icn_arrrow.svg") center/contain no-repeat;
  }

  .footer-information {
    margin-bottom: 0.1rem;
  }

  .footer-address,
  .footer-navigation {
    font-size: 0.14rem;
  }

  .footer-address {
    padding-left: 0.04rem;
  }

  .footer-contact {
    margin-right: -0.21rem;
  }
  .footer-contact .contact-title {
    border-top-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
    padding: 0.02rem 0.09rem 0.01rem;
    line-height: 1.2;
    font-size: 0.14rem;
    margin: 0 0.06rem 0.07rem 0;
    min-width: 0.46rem;
  }
  .footer-contact li {
    margin: 0 0.1rem 0.035rem 0;
  }
  .is-iphone .footer-contact li {
    margin-right: 0.08rem;
  }
  .footer-contact a,
  .footer-contact p {
    margin-top: -0.07rem;
  }

  .copy-right {
    padding-left: 0.03rem;
  }
}
.common-decoration {
  position: relative;
}
.common-decoration::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .common-decoration {
    margin-top: 358px;
  }
  .common-decoration::before {
    background-image: url("../img/common/header_icn_decoration.jpg");
    width: 225px;
    height: 389px;
    top: -358px;
    right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-decoration {
    margin-top: 1.88rem;
  }
  .common-decoration::before {
    background-image: url("../img/common/sp/header_icn_decoration.jpg");
    width: 1.66rem;
    height: 2.78rem;
    right: -0.03rem;
    top: -1.88rem;
  }
}
.common-button {
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative;
}
.common-button::after {
  content: "";
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url("../img/common/button_icn_arrow.png") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .common-button {
    display: inline-block;
    font-size: 0.16rem;
    padding: 7px 40px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 8px;
  }
  .is-firefox .common-button {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .common-button::after {
    width: 16px;
    height: 32px;
    right: 19px;
    top: calc(50% - 1px);
  }
}
@media only screen and (max-width: 767.98px) {
  .common-button {
    display: block;
    padding: 0.08rem 0.4rem 0.06rem;
    border-top-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
  }
  .common-button::after {
    width: 0.16rem;
    height: 0.32rem;
    right: 0.19rem;
    top: calc(50% - .01rem);
  }
}
.section-contact-common {
  color: #fff;
}
.section-contact-common .common-button {
  background-color: #71849a;
  letter-spacing: 0.1em;
}
.section-contact-common .contact-image img {
  width: 100%;
}
.section-contact-common .contact-title {
  border-bottom: 1px solid #fff;
  font-weight: 600;
  font-size: 0.26rem;
}
.section-contact-common .contact-description {
  font-size: 0.16rem;
  line-height: calc(30 / 16);
}

@media print, (min-width: 768px) {
  .section-contact-common {
    position: relative;
    margin-bottom: 9px;
  }
  .section-contact-common .contact-wrapper {
    width: 1160px;
    margin: 0 auto;
  }
  .section-contact-common .contact-image,
  .section-contact-common .contact-block::before {
    position: absolute;
    top: 0;
  }
  .section-contact-common .contact-image {
    left: 0;
    width: calc(50% - 80px);
    height: 100%;
  }
  .section-contact-common .contact-image img {
    height: 100%;
    object-fit: cover;
  }
  .section-contact-common .contact-block {
    margin-left: auto;
    width: 600px;
    padding: 38px 0 132px;
  }
  .section-contact-common .contact-block::before {
    z-index: -1;
    content: "";
    background-color: #050505;
    width: 100vw;
    height: 100%;
    left: calc(50% - 80px);
  }
  .section-contact-common .contact-title {
    padding: 0 21px 9px;
    margin-bottom: 67px;
  }
  .section-contact-common .contact-content {
    padding: 0 135px 0 144px;
  }
  .section-contact-common .contact-description {
    margin-bottom: 20px;
  }
  .section-contact-common .common-button {
    min-width: 335px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact-common {
    padding-bottom: 0.01rem;
  }
  .section-contact-common .contact-block {
    padding: 0.38rem 0 0.51rem;
    background-color: #050505;
  }
  .section-contact-common .contact-content {
    padding: 0 0.2rem;
  }
  .section-contact-common .contact-title {
    padding: 0 0.21rem 0.09rem;
    margin-bottom: 0.19rem;
  }
  .section-contact-common .contact-description {
    margin-bottom: 0.2rem;
  }
}
.main-title {
  position: relative;
  font: 600 0.26rem "Montserrat", sans-serif;
}
.main-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/title_icn.svg") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .main-title {
    padding-left: 21px;
    margin-left: 59px;
  }
  .main-title::before {
    top: 8px;
    width: 15px;
    height: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-title {
    padding-left: 0.21rem;
  }
  .main-title::before {
    top: 0.08rem;
    width: 0.15rem;
    height: 0.17rem;
  }
}
.form-common {
  line-height: 1.75;
}
.form-common .form-head {
  position: relative;
  font-size: 0.16rem;
}
.form-common .form-head::before {
  content: "";
  position: absolute;
}
.form-common :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-common ::placeholder {
  color: #ccc;
  opacity: 1;
}
.form-common .text-required {
  line-height: 1.2;
  background: #c70000;
  color: #fff;
  position: relative;
}
.form-common .row-code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.form-common .button-search {
  background: #222;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display: block;
}
.form-common .form-agree a {
  text-decoration: underline;
}
.form-common .form-agree a:hover {
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .form-common .form-row {
    margin-bottom: 13px;
  }
  .form-common .form-head {
    padding-left: 14px;
    margin-bottom: 0;
  }
  .form-common .form-head::before {
    top: 9px;
    left: -1px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #5b6c9b;
  }
  .form-common .form-head .text-required {
    margin-left: 15px;
  }
  .form-common .text-required {
    padding: 4px 10px;
  }
  .form-common .form-calendar .mw-wrap {
    width: 40%;
  }
  .form-common .is-custom {
    padding-top: 4px;
  }
  .form-common .row-code .code-column {
    width: 200px;
  }
  .form-common .button-search {
    border-radius: 5px;
    padding: 10px 15px;
    margin-left: 20px;
  }
  .form-common .form-agree {
    text-align: center;
    margin-top: 30px;
  }
  .form-common .form-number .wpcf7-text {
    width: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    margin-bottom: 0.13rem;
  }
  .form-common .form-head {
    padding-left: 0.14rem;
    margin-bottom: -0.01rem;
  }
  .form-common .form-head::before {
    top: 0.09rem;
    left: -0.01rem;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-top: 0.1rem solid #5b6c9b;
  }
  .form-common .form-head .text-required {
    margin-left: 0.15rem;
  }
  .form-common .row {
    margin-bottom: 0.2rem;
  }
  .form-common .text-required {
    padding: 0.04rem 0.1rem;
  }
  .form-common .row-code .code-column {
    width: 2rem;
  }
  .form-common .button-search {
    border-radius: 0.1rem;
    padding: 0.15rem 0.2rem 0.14rem;
    margin-left: 0.2rem;
  }
  .form-common .form-agree {
    margin-top: 0.5rem;
  }
  .form-common .form-number .wpcf7-text {
    width: 60%;
  }
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  font-family: inherit;
  line-height: inherit;
  display: block;
}

.wpcf7-text,
.wpcf7-textarea {
  background-color: #f0f0f0;
  font-size: 0.16rem;
}

.wpcf7-textarea {
  width: 100%;
  resize: none;
  letter-spacing: 0.06em;
}

.wpcf7-select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  background: #fff url(../img/contact/icon_select.svg) no-repeat right 20px center/12px auto;
  background-color: #f0f0f0;
  cursor: pointer;
  color: #b1b1b1;
}
.wpcf7-select::-ms-expand {
  display: none;
}

@media print, (min-width: 768px) {
  .wpcf7-textarea {
    padding: 14px 20px;
    border-radius: 20px;
    height: 257px;
  }

  .wpcf7-text,
  .wpcf7-select {
    padding: 2px 15px;
    height: 40px;
  }

  .wpcf7-text {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-textarea {
    padding: 0.14rem 0.2rem;
    border-radius: 0.2rem;
    height: 2.57rem;
  }

  .wpcf7-text,
  .wpcf7-select {
    padding: 0.02rem 0.15rem;
    height: 0.4rem;
  }
  .is-iphone .wpcf7-text, .is-iphone
  .wpcf7-select {
    padding-top: 0.03rem;
    padding-bottom: 0.01rem;
  }

  .wpcf7-text {
    border-radius: 0.2rem;
  }
}
.form-file-row {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.form-file-row .wpcf7-form-control-wrap:before {
  content: "ファイルを選択";
  background: #f2f2f2;
  display: inline-block;
  border: 1px solid #747474;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.form-file-row input {
  position: absolute;
  height: 100%;
  cursor: pointer;
  z-index: 21;
  display: block;
  text-indent: -1000px;
  background: none;
  overflow: hidden;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
}
.form-file-row .form-file-label {
  display: inline-block;
}
.form-file-row .form-file-label input {
  display: none;
}
.form-file-row .wpcf7-file-delete {
  position: absolute;
  line-height: 1;
  color: #c70000;
  text-align: center;
  cursor: pointer;
  width: 2em;
  display: inline-block;
  visibility: hidden;
}
.form-file-row .form-file-name {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media print, (min-width: 768px) {
  .form-file-row .wpcf7-form-control-wrap {
    width: 130px;
    min-height: 31px;
  }
  .form-file-row .wpcf7-form-control-wrap:before {
    border-radius: 3px;
    width: 130px;
    text-align: center;
    padding: 4px 5px 2px;
  }
  .form-file-row .wpcf7-file {
    width: 130px;
  }
  .form-file-row .wpcf7-file-delete {
    right: -25px;
    top: 8px;
  }
  .form-file-row .form-file-name {
    padding-left: 12px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-file-row {
    min-width: 78%;
    margin-bottom: 0.15rem;
  }
  .form-file-row .wpcf7-form-control-wrap {
    width: 2.2rem;
    display: block;
    min-height: 0.29rem;
  }
  .form-file-row .wpcf7-form-control-wrap:before {
    border-radius: 0.1rem;
    padding: 0.02rem 0.1rem;
  }

  .wpcf7-file {
    width: 1.2rem;
  }

  .wpcf7-file-delete {
    right: -0.28rem;
    top: 0.1rem;
  }

  .form-file-name {
    margin-left: 0.11rem;
    max-width: 3rem;
  }
}
.wpcf7-list-item {
  line-height: 1.5;
  display: inline-block;
  margin-left: 0 !important;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input {
  display: none;
}

.wpcf7-list-item-label {
  display: block;
  position: relative;
  font-size: 0.16rem;
}
.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  background: no-repeat center center/80% auto;
  background-color: #f0f0f0;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  border-radius: 100%;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input:checked + .wpcf7-list-item-label:before {
  background-image: url(../img/contact/icn_radio.svg);
}

@media print, (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    margin-right: 43px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before {
    top: 3px;
  }

  .wpcf7-checkbox,
  .wpcf7-radio {
    margin: 0 50px 5px 0;
  }

  .wpcf7-list-item-label {
    padding: 1px 0 0 24px;
  }
  .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
  }

  .wpcf7-checkbox .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before {
    background-size: 8px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 0.43rem 0.13rem 0;
  }
  .wpcf7-checkbox .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before {
    top: 0.03rem;
  }

  .wpcf7-checkbox,
  .wpcf7-radio {
    margin: 0 0.5rem 0.05rem 0;
  }

  .wpcf7-list-item-label {
    padding: 0.01rem 0 0 0.24rem;
  }
  .wpcf7-list-item-label:before {
    width: 0.2rem;
    height: 0.2rem;
  }

  .wpcf7-checkbox .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before {
    background-size: 0.08rem auto;
  }
}
.wpcf7-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #5b6c9b;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 0.16rem;
}
.wpcf7-button:disabled {
  background-color: #f0f0f0;
  pointer-events: none;
  color: #b1b1b1;
}

.form-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, (min-width: 768px) {
  .form-buttons {
    margin-top: 65px;
  }

  .wpcf7-button {
    border-radius: 20px;
    width: 129px;
    height: 30px;
    transition: 0.26s ease;
    padding: 1px 10px;
  }
  .wpcf7-button:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-buttons {
    margin-top: 0.5rem;
  }

  .wpcf7-button {
    border-radius: 0.2rem;
    width: 1.29rem;
    height: 0.3rem;
    padding: 0.01rem 0.1rem;
  }
}
.wpcf7-range {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  outline: none;
  position: relative;
  z-index: 2;
}
.wpcf7-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.26s ease;
  position: relative;
  border: 2px solid #5b6c9b;
}
.wpcf7-range::-webkit-slider-thumb:hover {
  background-color: #5b6c9b;
}
.wpcf7-range::-webkit-slider-runnable-track {
  width: 100%;
  border: 2px solid #5b6c9b;
  cursor: pointer;
}
.wpcf7-range::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.wpcf7-range::-ms-tooltip {
  display: none;
}
.wpcf7-range::-moz-range-thumb {
  background-color: #fff;
  border: 2px solid #5b6c9b;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.26s ease;
}
.wpcf7-range::-moz-range-thumb:hover {
  background-color: #5b6c9b;
}
.wpcf7-range::-ms-thumb {
  background-color: #fff;
  border: 2px solid #5b6c9b;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.26s ease;
}
.wpcf7-range::-ms-thumb:hover {
  background-color: #5b6c9b;
}
.wpcf7-range::-moz-range-track {
  width: 100%;
  cursor: pointer;
  border: 2px solid #5b6c9b;
  border-radius: 50%;
  background: none;
}
.wpcf7-range::-ms-fill-lower, .wpcf7-range::-ms-fill-upper {
  width: 100%;
  background-color: #5b6c9b;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .slide-range-wrap {
    width: 200px;
  }
  .slide-range-wrap .slide-range {
    height: 4px;
    width: 50px;
    border-radius: 0 0 6px 6px;
    margin-top: 2px;
  }
  .is-firefox .slide-range-wrap .slide-range {
    height: 5px;
    left: -2px;
  }
  .is-mac.is-safari .slide-range-wrap .slide-range {
    margin-top: 0;
  }

  .wpcf7-range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    bottom: 8px;
  }
  .wpcf7-range::-moz-range-thumb {
    width: 15px;
    height: 15px;
  }
  .wpcf7-range::-ms-thumb {
    width: 15px;
    height: 15px;
  }
  .wpcf7-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 6px;
  }
  .wpcf7-range::-moz-range-track {
    height: 4px;
    border-radius: 6px;
  }
  .wpcf7-range::-ms-fill-lower, .wpcf7-range::-ms-fill-upper {
    height: 6px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slide-range-wrap {
    width: 4rem;
  }
  .slide-range-wrap .slide-range {
    height: 0.08rem;
    width: 1rem;
    border-radius: 0 0 0.12rem 0.12rem;
    margin-top: 0.04rem;
  }

  .wpcf7-range::-webkit-slider-thumb {
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.18rem;
  }
  .wpcf7-range::-moz-range-thumb {
    width: 0.3rem;
    height: 0.3rem;
  }
  .wpcf7-range::-ms-thumb {
    width: 0.3rem;
    height: 0.3rem;
  }
  .wpcf7-range::-webkit-slider-runnable-track {
    height: 0.12rem;
    border-radius: 0.12rem;
  }
  .wpcf7-range::-moz-range-track {
    height: 0.12rem;
    border-radius: 0.12rem;
  }
  .wpcf7-range::-ms-fill-lower, .wpcf7-range::-ms-fill-upper {
    height: 0.12rem;
    border-radius: 0.12rem;
  }
}
.section-contact .wpcf7-spinner {
  position: absolute;
}

.wpcf7_confirm .form-common .form-head {
  padding-top: 0;
  padding-bottom: 0;
}
.wpcf7_confirm .form-common .is-custom {
  padding-top: 0;
}
.wpcf7_confirm .form-common .is-hide {
  display: none;
}
.wpcf7_confirm .form-file-row .wpcf7-form-control-wrap {
  width: auto;
  min-height: 0;
}
.wpcf7_confirm .form-file-row .wpcf7-form-control-wrap:before {
  display: none;
}
.wpcf7_confirm .form-buttons {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.wpcf7_confirm .form-buttons .wpcf7-button {
  margin: 10px;
}

.contact-description {
  font-size: 0.16rem;
  line-height: calc(30 / 16);
}

@media print, (min-width: 768px) {
  .section-contact {
    padding-bottom: 71px;
  }
  .section-contact .wpcf7-spinner {
    bottom: 24px;
  }
  .section-contact .main-title {
    margin-bottom: 62px;
  }
  .section-contact .is-genre .form-head {
    margin-bottom: 10px;
  }
  .section-contact .contact-block {
    margin: 0 211px;
  }
  .section-contact .contact-description {
    margin-bottom: 84px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact {
    padding-bottom: 0.98rem;
  }
  .section-contact .wpcf7-spinner {
    bottom: 0.4rem;
  }
  .section-contact .main-title {
    margin-bottom: 0.76rem;
  }
  .section-contact .contact-description {
    margin-bottom: 0.2rem;
  }
  .section-contact .is-genre {
    margin-bottom: 0.1rem;
  }
  .section-contact .is-genre .form-head {
    margin-bottom: 0.1rem;
  }
}

/*# sourceMappingURL=contact.css.map */