@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: calc((100vw - 1600px) / 160 + 10px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc((100vw - 37.5px) / 37.5 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-display: swap;
  src: url("../font/Futura-Medium-01.ttf") format("truetype");
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outerBlock {
  overflow: hidden;
}

.innerBlock {
  margin: 0 auto;
  position: relative;
}

#wrapper {
  position: relative;
  padding: 0;
}

.pc {
  display: block !important;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  html {
    position: relative;
  }
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  .outerBlock {
    min-width: 37.5rem;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 37.5rem;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 961px) {
  a,
  a:before,
  a:after,
  input[type=submit],
  button[type=submit] {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  a:hover,
  a:hover:before,
  a:hover:after,
  input[type=submit]:hover,
  button[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  body {
    min-width: 37.5rem;
  }
}

.innerBlock {
  max-width: 120rem;
}
@media screen and (max-width: 960px) {
  .innerBlock {
    padding: 0 2rem;
  }
}

/*------------------------------------------------------------------------------
    contact
------------------------------------------------------------------------------*/
#contact {
  margin: 10rem auto;
}
@media screen and (max-width: 960px) {
  #contact {
    margin: 5rem auto;
  }
}
#contact .innerBlock .step {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  #contact .innerBlock .step {
    margin-bottom: 5rem;
  }
}
#contact .innerBlock table {
  width: 100%;
}
#contact .innerBlock table tr th {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 0 3rem 5rem 0;
}
#contact .innerBlock table tr th .required {
  background-color: #FD5353;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.5rem;
  border-radius: 3px;
}
#contact .innerBlock table tr td {
  width: 70%;
  padding: 0 0 5rem;
}
#contact .innerBlock table tr td input, #contact .innerBlock table tr td textarea {
  width: 100%;
  padding: 1rem;
  border: solid 1px #DDD;
}
#contact .innerBlock table tr td input.attention {
  border: solid 1px #FD5353;
}
#contact .innerBlock table tr td ::-moz-placeholder {
  color: #AAA;
}
#contact .innerBlock table tr td ::placeholder {
  color: #AAA;
}
#contact .innerBlock table tr td p.attention {
  color: #FD5353;
}
#contact .innerBlock table tr td input[type=radio] {
  width: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  scale: 1.2;
}
#contact .innerBlock table tr:first-child input, #contact .innerBlock table tr:nth-child(2) input {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #contact .innerBlock table th {
    width: 100% !important;
    padding: 0 0 1rem !important;
  }
  #contact .innerBlock table th .required {
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
  }
  #contact .innerBlock table td {
    display: block !important;
    width: 100% !important;
    padding: 0 0 3rem !important;
  }
  #contact .innerBlock table td input[type=radio] {
    width: auto !important;
    scale: 2 !important;
    margin: -7px 0.5em 0 1em;
    vertical-align: middle;
    display: inline-block;
  }
  #contact .innerBlock table:first-child(2) input, #contact .innerBlock table:nth-child(3) input {
    width: 100% !important;
  }
}
#contact .innerBlock .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
}
@media screen and (max-width: 960px) {
  #contact .innerBlock .btnBox {
    flex-flow: column-reverse;
  }
}
#contact .innerBlock .submitBtn {
  position: relative;
  width: 36rem;
  margin: 7rem 0 0;
}
#contact .innerBlock .submitBtn::before, #contact .innerBlock .submitBtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 26px;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1.5px) 50%;
  z-index: 10;
}
#contact .innerBlock .submitBtn::before {
  transform: rotate(45deg);
}
#contact .innerBlock .submitBtn::after {
  transform: rotate(-45deg);
}
#contact .innerBlock .submitBtn input {
  display: block;
  width: 100%;
  background-color: #333;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #contact .innerBlock .submitBtn {
    width: 80%;
    margin: 0 auto;
  }
  #contact .innerBlock .submitBtn input {
    padding: 1.5rem;
    font-size: 1.4rem !important;
  }
}
#contact .innerBlock .backBtn {
  position: relative;
  width: 36rem;
  margin: 7rem 3rem 0 0;
}
#contact .innerBlock .backBtn::before, #contact .innerBlock .backBtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 26px;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 1.5px) 50%;
  z-index: 10;
}
#contact .innerBlock .backBtn::before {
  transform: rotate(135deg);
}
#contact .innerBlock .backBtn::after {
  transform: rotate(-135deg);
}
#contact .innerBlock .backBtn input {
  display: block;
  width: 100%;
  background-color: #E0E0E0;
  border-radius: 5px;
  border: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 2.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #contact .innerBlock .backBtn {
    width: 80%;
    margin: 2rem auto 0;
  }
  #contact .innerBlock .backBtn input {
    padding: 1.5rem;
    font-size: 1.4rem !important;
  }
}
#contact .innerBlock .topBtn {
  position: relative;
  width: 36rem;
  margin: 7rem 0 0;
  background-color: #333;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2.7rem;
}
#contact .innerBlock .topBtn::before, #contact .innerBlock .topBtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 26px;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1.5px) 50%;
  z-index: 10;
}
#contact .innerBlock .topBtn::before {
  transform: rotate(45deg);
}
#contact .innerBlock .topBtn::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #contact .innerBlock .topBtn {
    width: 80%;
    margin: 0 auto;
    padding: 1.5rem;
    font-size: 1.4rem !important;
  }
}
#contact .innerBlock .message {
  text-align: center;
}
#contact .innerBlock .message h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#contact .innerBlock .message p {
  color: #666;
}
#contact .innerBlock .message .attentionBox {
  margin-top: 5rem;
}
#contact .innerBlock .message .attentionBox h2 {
  font-size: 1.6rem;
  margin-top: 1rem;
}
#contact .innerBlock .message .attentionBox p strong {
  color: #000;
}
@media screen and (max-width: 960px) {
  #contact .innerBlock .message h2 {
    font-size: 1.6rem;
  }
  #contact .innerBlock .message .attentionBox {
    margin: 3rem auto 8rem;
  }
  #contact .innerBlock .message .attentionBox img {
    width: auto;
  }
  #contact .innerBlock .message .attentionBox h2 {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=contact.css.map */