@charset "UTF-8";
/*===============================================
●共通
===============================================*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (min-width: 960px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .spNone {
    display: none;
  }
}

.redColor {
  color: #e60012;
}

/* タイトル */
@media screen and (min-width: 960px) {
  .iw-ttl-side {
    padding: 0 4.6rem;
  }
}
.iw-ttl-side::before, .iw-ttl-side::after {
  background-color: #292e49;
}
.iw-ttl-side .title::before, .iw-ttl-side .title::after {
  content: "";
  position: absolute;
  bottom: 40%;
  display: inline-block;
  width: 1em;
  height: 2px;
  background-color: #292e49;
}
@media screen and (max-width: 639px) {
  .iw-ttl-side .title::before, .iw-ttl-side .title::after {
    bottom: 10px;
  }
}
.iw-ttl-side .title::before {
  left: 0.8rem;
  transform: rotate(60deg);
}
@media screen and (max-width: 639px) {
  .iw-ttl-side .title::before {
    left: 0.5rem;
  }
}
.iw-ttl-side .title::after {
  right: 0.8rem;
  transform: rotate(-60deg);
}
@media screen and (max-width: 639px) {
  .iw-ttl-side .title::after {
    right: 0.5rem;
  }
}

/* inner */
.inner01 {
  max-width: 1367px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner02 {
  max-width: 1040px;
  margin: 0 auto;
}

/* flex */
.flexBox {
  display: flex;
}

/* リンクボタン */
.btn {
  max-width: 490px;
  height: 72px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 36px;
  letter-spacing: 0.075rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .btn {
    height: auto;
    padding: 0.8rem 2em;
  }
}
.btn::after {
  content: "";
  background: url(../../fujisan/img/arrow_red.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: 1.8rem;
}
@media screen and (max-width: 639px) {
  .btn::after {
    right: 1rem;
  }
}
.btn:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

.redBtn,
.btn01 {
  font-size: 1.25rem;
  background-color: #e60012;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .redBtn,
  .btn01 {
    font-size: 1.1rem;
  }
}
.redBtn::after,
.btn01::after {
  content: "";
  background: url(../../fujisan/img/arrow_red.svg) no-repeat center center/contain;
}

.blackBtn {
  background-color: #000;
}
.blackBtn::after {
  content: "";
  background: url(../../fujisan/img/arrow_black.svg) no-repeat center center/contain;
}

/* お申し込みフォーム
---------------------------------------- */
.form {
  background: #fff;
  background-image: radial-gradient(#e0ceae 10%, transparent 0), radial-gradient(#e0ceae 10%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 10px 10px;
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 639px) {
  .form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.form .formTitle {
  color: #fff !important;
  font-size: 1.75rem;
  letter-spacing: 0.1rem;
  background: url(../../fujisan/img/ribbon_black.svg) no-repeat center center/contain;
  max-width: 425px;
  width: 100%;
  height: 67px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .form .formTitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.form .btn01,
.form .btnBack {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  max-width: 800px;
  height: 90px;
  border-radius: 45px;
}
@media screen and (max-width: 639px) {
  .form .btn01,
  .form .btnBack {
    font-size: 1.2rem;
    height: 60px;
  }
}
.form .btnBack {
  margin-bottom: 1rem;
  background-color: #000;
}
.form .btnBack:after {
  background: url(../../fujisan/img/arrow_black.svg) no-repeat center center/contain;
  right: auto;
  left: 1.8rem;
  transform: rotate(-180deg);
}
@media screen and (max-width: 639px) {
  .form .btnBack:after {
    left: 1rem;
  }
}

#formPage li {
  list-style: none;
}
#formPage .form {
  padding: 2.5rem 1.25rem;
}

/* お問い合わせフォームのスタイル */
.illegal {
  font-size: 1rem;
  padding: 2rem 0;
}
@media screen and (max-width: 639px) {
  .illegal {
    padding: 1rem 0 2rem;
  }
}

.widthmax {
  width: 100%;
}

.widthHalf {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .widthHalf {
    width: 50%;
  }
}

/* パンくず */
#roadnavWrap {
  max-width: 1367px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 639px) {
  #roadnavWrap {
    margin-bottom: 2rem;
  }
}
#roadnavWrap ul {
  display: flex;
  flex-wrap: wrap;
}
#roadnavWrap ul li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
#roadnavWrap ul li a {
  color: #333;
}

/* フォームの内容 */
#contactForm .contactTable {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable {
    margin-bottom: 2rem;
  }
}
#contactForm .contactTable tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#contactForm .contactTable tr {
  background-color: #fbf5f0;
  width: 100%;
  padding: 2.5rem 2.5rem 2.5rem 1.5rem;
  box-sizing: border-box;
  margin-bottom: 0.5%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr {
    flex-direction: column;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #contactForm .contactTable tr.column {
    width: 44%;
  }
}
@media screen and (min-width: 960px) {
  #contactForm .contactTable tr.column02 {
    width: 55.5%;
  }
}
@media screen and (min-width: 640px) {
  #contactForm .contactTable tr.column02 th {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 640px) {
  #contactForm .contactTable tr.kana th {
    min-width: 134px;
  }
}
@media screen and (min-width: 640px) {
  #contactForm .contactTable tr.mail th {
    min-width: 190px;
  }
}
#contactForm .contactTable tr th {
  display: inline-block;
  font-size: 1.18rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: left;
  margin-right: 1.5rem;
}
@media screen and (min-width: 640px) {
  #contactForm .contactTable tr th {
    min-width: 134px;
  }
}
@media screen and (min-width: 960px) {
  #contactForm .contactTable tr th {
    min-width: 124px;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr th {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
#contactForm .contactTable tr th label {
  cursor: pointer;
}
#contactForm .contactTable tr th .requiredIcon:after {
  position: absolute;
  content: "必須";
  display: inline-block;
  top: calc(50% - 14px);
  right: 0;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  background-color: #ff00ff;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr th .requiredIcon:after {
    right: -50px;
    padding: 0.3rem 0.4rem;
    top: calc(50% - 11px);
  }
}
#contactForm .contactTable tr th#commtentTitle {
  vertical-align: middle;
}
#contactForm .contactTable tr td {
  display: block;
  font-size: 1.18rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr td {
    font-size: 1rem;
  }
}
#contactForm .contactTable tr td input,
#contactForm .contactTable tr td textarea,
#contactForm .contactTable tr td select {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  padding: 0.5rem;
  border: 1px solid #231815;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr td input,
  #contactForm .contactTable tr td textarea,
  #contactForm .contactTable tr td select {
    padding: 0.5rem;
  }
}
#contactForm .contactTable tr td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3.8rem;
  background-color: #fff;
}
#contactForm .contactTable tr td textarea {
  resize: none;
}
#contactForm .contactTable tr td .caution {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
#contactForm .contactTable tr#contactTypeBox {
  position: relative;
}
@media screen and (min-width: 640px) {
  #contactForm .contactTable tr#contactTypeBox th {
    min-width: 169px;
  }
}
#contactForm .contactTable tr#contactTypeBox td {
  display: flex;
}
@media screen and (min-width: 640px) {
  #contactForm .contactTable tr#contactTypeBox td {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 959px) {
  #contactForm .contactTable tr#contactTypeBox td {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr#contactTypeBox td {
    flex-direction: column;
  }
}
#contactForm .contactTable tr#contactTypeBox td .contactType:first-of-type {
  margin-right: 2rem;
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr#contactTypeBox td .contactType:first-of-type {
    margin-right: 0;
  }
}
#contactForm .contactTable tr#contactTypeBox td .contactType label {
  cursor: pointer;
}
#contactForm .contactTable tr#contactTypeBox #ContactType-error {
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
}
@media screen and (max-width: 639px) {
  #contactForm .contactTable tr#contactTypeBox #ContactType-error {
    left: 1.8rem;
    bottom: 0.2rem;
  }
}
#contactForm .contactTable tr#postalCode input {
  max-width: 150px;
  width: 100%;
}
#contactForm .contactTable tr#postalCode span {
  margin: 0 1.2rem 0 1.5rem;
}
#contactForm .contactTable tr label.error {
  display: block;
  font-size: 0.8rem;
  color: #e60012;
}
#contactForm #privacy .requiredIcon:after {
  top: 2px;
}
@media screen and (min-width: 640px) {
  #contactForm #privacy .requiredIcon:after {
    left: 0;
    right: auto;
    top: 4.5rem;
  }
}
#contactForm #privacy th {
  vertical-align: middle;
}
#contactForm #privacy #privacyCheck {
  margin-top: 3rem;
}
@media screen and (max-width: 639px) {
  #contactForm #privacy #privacyCheck {
    margin: 0.3rem 0 0.2rem 0.2rem;
  }
}
#contactForm #privacy #privacyCheck > label {
  cursor: pointer;
}
#contactForm #privacy #privacyCheck > label input {
  margin: 0 0.8rem 0 0;
  transform: scale(1.4);
  cursor: pointer;
}
#contactForm #privacy #privacyContent {
  border: 1px solid #231815;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 639px) {
  #contactForm #privacy #privacyContent {
    padding: 1rem;
  }
}
#contactForm #privacy #privacyContent #privacyScroll {
  height: 15rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 639px) {
  #contactForm #privacy #privacyContent #privacyScroll {
    padding-right: 0.5rem;
  }
}
#contactForm #privacy #privacyText {
  line-height: 1.6;
  padding-right: 1.9rem;
}
@media screen and (max-width: 639px) {
  #contactForm #privacy #privacyText {
    padding-right: 0.3rem;
  }
}
#contactForm #privacy #privacyText dt {
  font-size: 1rem;
  padding-bottom: 0.3rem;
}
#contactForm #privacy #privacyText dd {
  font-size: 1rem;
}
#contactForm #privacy #privacyText dd:not(:last-of-type) {
  padding-bottom: 1.5rem;
}
#contactForm #privacy #privacyText dd ul {
  padding-top: 0.5rem;
}
#contactForm #privacy #privacyText dd ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
#contactForm #privacy #privacyText dd h3 {
  font-size: 1.1rem;
  padding-top: 0.5rem;
}
#contactForm #privacy #privacyText dd address {
  margin-top: 0;
}
#contactForm #privacy #privacyText dd span {
  padding-top: 0.5rem;
  display: block;
}
#contactForm #privacy label.error {
  position: absolute;
  bottom: -5.5rem;
  left: 0;
  max-width: 207px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  #contactForm #privacy label.error {
    left: 6.7rem;
    bottom: 0;
    line-height: 1.2;
    width: 210px;
  }
}
@media screen and (max-width: 320px) {
  #contactForm #privacy label.error {
    left: 0;
    white-space: nowrap;
    font-size: 0.7rem;
    letter-spacing: -0.05rem;
    bottom: -0.4rem;
    left: 0;
  }
}
#contactForm #assignment {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4rem;
}
#contactForm ::-webkit-scrollbar {
  width: 8px;
}
#contactForm ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

::-moz-placeholder {
  opacity: 1;
  color: #9FA0A0;
  font-size: 1rem;
}

::placeholder {
  opacity: 1;
  color: #9FA0A0;
  font-size: 1rem;
}

@media screen and (min-width: 640px) {
  _::-webkit-full-page-media, _:future, :root #contactForm #privacy #privacyCheck > label input {
    vertical-align: 0.2rem;
  }
}

/* 確認画面 */
@media screen and (min-width: 640px) {
  #contactForm #confirmTable tr th {
    min-width: 200px;
  }
}
#contactForm #confirmTable tr td {
  width: 100%;
}

/* メール送信完了画面 */
#resultWrap {
  margin-top: 5rem;
}
@media screen and (max-width: 639px) {
  #resultWrap {
    margin-top: 2rem;
  }
}
#resultWrap h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #resultWrap h3 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
#resultWrap p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.75;
  font-weight: 300;
}
#resultWrap > p {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 639px) {
  #resultWrap > p {
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
#resultWrap #contactAddress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 639px) {
  #resultWrap #contactAddress {
    margin-bottom: 2.5rem;
  }
}
#resultWrap #contactAddress p {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
#resultWrap #contactAddress a {
  font-size: 1.4rem;
  color: #000;
}
#resultWrap .btnBack {
  font-size: 1.2rem;
  height: 60px;
}
@media screen and (min-width: 640px) {
  #resultWrap .btnBack {
    font-size: 1.4rem;
    max-width: 350px;
    height: 70px;
    padding-left: 1.1rem;
  }
}/*# sourceMappingURL=contact.css.map */