@charset "UTF-8";
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

	common

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
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,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-width: 1120px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  color: #272727;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  }
}
@font-face {
  font-family: "DINPro-Medium";
  src: url("https://test04.aawebcreate.com/font/DINPro-Medium tr.woff") format("truetype");
}
.DINPro-Medium {
  font-family: "DINPro-Medium";
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("https://test04.aawebcreate.com/font/DINPro-Bold tr.woff") format("truetype");
}
.DINPro-Bold {
  font-family: "DINPro-Bold";
}

@font-face {
  font-family: "DINPro-CondensedBold";
  src: url("https://test04.aawebcreate.com/font/DINPro-CondBold.otf") format("truetype");
}
.DINPro-CondensedBold {
  font-family: "DINPro-CondensedBold";
}

@font-face {
  font-family: "DINPro-CondMedium";
  src: url("https://test04.aawebcreate.com/font/DINPro-CondMedium.otf") format("truetype");
}
.DINPro-CondMedium {
  font-family: "DINPro-CondMedium";
}

.Courier-Prime {
  font-family: "Courier Prime";
}

p {
  line-height: 1.8;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #272727;
  transition: 0.5s;
}

a:hover {
  opacity: 0.8;
}

a:hover img {
  opacity: 1;
}

.fc01 {
  color: #9f0603;
}

.contain {
  width: 1240px;
  padding: 0 70px;
  margin: 0 auto;
  min-width: 1240px;
}

.sp {
  display: none;
}

.pageWrapper {
  width: 100%;
  padding: 80px 0 0;
  margin: 0 auto;
  overflow: hidden;
}

.flexWrap {
  display: flex;
}

.mgn-t-0, .mt-0, .post .mt-0 {
  margin-top: 0;
}

@media (max-width: 640px) {
  body {
    min-width: auto;
    font-size: 3.125vw;
  }
  p {
    font-size: 3.125vw;
  }
  .pageWrapper {
    padding: 80px 0 0;
  }
  .contain {
    width: 100%;
    padding: 0 4.6vw;
    min-width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  header

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
header {
  width: 100%;
  background: #272727;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
header .contain {
  width: 100%;
  min-width: 1120px;
  max-width: 1240px;
  padding: 0;
  position: relative;
}
header .contain > .inner {
  align-items: center;
  height: 80px;
  padding: 0 90px 0 70px;
  background: #272727;
  position: relative;
  z-index: 2;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo p {
  margin: 4px 0 0 10px;
  line-height: 1;
}
header .logo p span {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
header .logo p b {
  display: block;
  padding: 16px 0 0;
  font-size: 39px;
  font-weight: 400;
  color: #fff;
}
header .telWrap {
  margin: 0 52px 0 auto;
}
header .telWrap a {
  padding: 0 0 0 28px;
  background: url(../img/icon-tel.png) 0% 50% no-repeat;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
header #menuBtn {
  width: 35px;
  height: 22px;
  margin-left: auto;
  position: relative;
}
header #menuBtn .bar {
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
}
header #menuBtn .bar.top {
  top: 0;
}
header #menuBtn .bar.middle {
  top: 10px;
}
header #menuBtn .bar.bottom {
  top: 20px;
}
header #menuBtn.open .bar.top {
  top: 10px;
  transform: rotate(45deg);
}
header #menuBtn.open .bar.middle {
  opacity: 0;
  visibility: hidden;
}
header #menuBtn.open .bar.bottom {
  top: 10px;
  transform: rotate(-45deg);
}
header #gNav {
  padding: 25px 50px 75px;
  background: rgba(39, 39, 39, 0.92);
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 1;
  transform: translate(0, -100%);
  transition: 0.5s;
}
header #gNav li {
  margin: 0 0 30px;
}
header #gNav li:last-child {
  margin: 0;
}
header #gNav li a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}
header #gNav li a span {
  margin: 0 14px 0 0;
  font-family: "DINPro-CondensedBold";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
header #gNav.open {
  transform: translate(0, 0);
}
header #gNav.alpha_service {
  padding: 75px 50px 75px;
  z-index: 2;
}
header #gNav.alpha_service .menuBtn {
  position: absolute;
  top: 28px;
  right: 20px;
}
header #gNav.alpha_service .menuBtn .bar.top {
  top: 10px;
  transform: rotate(45deg);
}
header #gNav.alpha_service .menuBtn .bar.middle {
  opacity: 0;
  visibility: hidden;
}
header #gNav.alpha_service .menuBtn .bar.bottom {
  top: 10px;
  transform: rotate(-45deg);
}
header #gNav.alpha_service.open {
  transform: translate(0, 0);
}
@media (max-width: 640px) {
  header {
    width: 100%;
    min-width: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .contain {
    min-width: auto;
  }
  header .contain > .inner {
    padding: 0 4.6vw;
  }
  header .logo img.pc {
    display: none;
  }
  header .logo p {
    margin: 6px 0 0 10px;
  }
  header .logo p span {
    font-size: 14px;
  }
  header .logo p b {
    padding: 7px 0 0;
    font-size: 36px;
  }
  header .telWrap {
    margin: 0 25px 0 auto;
  }
  header .telWrap a {
    display: block;
    padding: 0 0 0 28px;
    background: url(../img/icon-tel.png) 0% 50%/18px no-repeat;
    font-size: 24px;
    line-height: 1.5;
  }
  header #gNav {
    width: 560px;
    padding: 25px 50px 75px;
    background: rgba(39, 39, 39, 0.92);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: 0.5s;
  }
  header #gNav li {
    margin: 0 0 50px;
  }
  header #gNav li:last-child {
    margin: 0;
  }
  header #gNav li a {
    font-size: 15px;
  }
  header #gNav li a span {
    margin: 0 24px 0 0;
    font-size: 28px;
  }
  header #gNav.alpha_service {
    padding: 9px 50px 75px;
    z-index: 2;
  }
  header #gNav.alpha_service .siryouBtn {
    width: 350px;
    height: 76px;
    padding: 0 0 0 24px;
    margin: 0 0 32px 50px;
    font-size: 16px;
    line-height: 26px;
  }
  header #gNav.alpha_service .siryouBtn span {
    font-size: 20px;
    line-height: 26px;
  }
  header #gNav.alpha_service .siryouBtn:before {
    top: 29px;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  footer

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
footer {
  background: #272727;
  padding: 19px 0;
  text-align: center;
}
footer .footer_copy {
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .btn

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.btn a {
  font-family: "DINPro-CondMedium";
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .pagetop

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.pagetop {
  display: none;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #fixCvBtn

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#fixCvBtn {
  display: none;
}

#questionnaire #mv {
  height: 480px;
  background: url(../img/alpha/mv.jpg) 50%/cover;
}
#questionnaire #mv .contain {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
#questionnaire #mv h1 span {
  margin: 0 0 0 20px;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.006em;
  color: #fff;
  position: relative;
  top: 5px;
}
@media (max-width: 640px) {
  #questionnaire #mv {
    background: url(../img/alpha/mv.jpg) 70%/cover;
  }
}
#questionnaire .bgTxt {
  top: 0;
  left: 21.5%;
  width: 1291px;
}
@media (max-width: 640px) {
  #questionnaire .bgTxt {
    left: 0;
    width: 100%;
    height: auto;
  }
}
#questionnaire .sec {
  position: relative;
}
#questionnaire .sec .heading {
  margin: 0 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#questionnaire .heading {
  text-align: center;
}
#questionnaire .heading p {
  margin-top: 200px;
  font-size: 36px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  #questionnaire .heading p {
    margin-top: 100px;
  }
}
#questionnaire .sec01 .contain {
  padding: 0 4.6vw;
}
#questionnaire .sec01 .txt {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 120px;
}
@media (max-width: 640px) {
  #questionnaire .sec01 .txt {
    font-size: 24px;
    line-height: 42px;
    margin: 0 0 60px;
  }
}
#questionnaire .sec01 h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#questionnaire .sec01 h3 span {
  color: #9f0603;
}
#questionnaire .sec01 h3.top-p {
  padding-top: 30px;
  margin-bottom: 0;
}
#questionnaire .sec01 h3 + p {
  margin-bottom: 30px !important;
}
@media (max-width: 640px) {
  #questionnaire .sec01 h3 {
    margin: 0 0 20px;
    font-size: 30px;
  }
}
#questionnaire .sec01 h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 5px 0;
}
#questionnaire .sec01 h4.top-m {
  margin-top: 20px;
}
#questionnaire .sec01 h4 span {
  color: #9f0603;
}
@media (max-width: 640px) {
  #questionnaire .sec01 h4 {
    font-size: 22px;
  }
}
#questionnaire .sec01 .radioLists {
  line-height: 3;
}
#questionnaire .sec01 .radioLists span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
}
#questionnaire .sec01 .radioLists input[type=radio] {
  accent-color: #222;
  inline-size: 16px;
  block-size: 16px;
}
@media (max-width: 640px) {
  #questionnaire .sec01 .radioLists span {
    font-size: 22px;
  }
  #questionnaire .sec01 .radioLists input[type=radio] {
    inline-size: 20px;
    block-size: 20px;
  }
}
#questionnaire .sec01 .post p {
  margin: 0;
}
#questionnaire .sec01 .contactBox {
  padding: 45px 35px;
  background: #eee;
  border-radius: 15px;
  margin-bottom: 50px;
}
#questionnaire .sec01 .contactBox textarea, #questionnaire .sec01 .contactBox input[type=text] {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  resize: none;
  padding: 30px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}
#questionnaire .sec01 .contactBox textarea::-moz-placeholder, #questionnaire .sec01 .contactBox input[type=text]::-moz-placeholder {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
#questionnaire .sec01 .contactBox textarea::placeholder, #questionnaire .sec01 .contactBox input[type=text]::placeholder {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  #questionnaire .sec01 .contactBox textarea::-moz-placeholder, #questionnaire .sec01 .contactBox input[type=text]::-moz-placeholder {
    font-size: 22px;
    line-height: 30px;
  }
  #questionnaire .sec01 .contactBox textarea::placeholder, #questionnaire .sec01 .contactBox input[type=text]::placeholder {
    font-size: 22px;
    line-height: 30px;
  }
}
#questionnaire .sec01 .contactBox input[type=text] {
  padding: 15px 30px;
}
@media (max-width: 640px) {
  #questionnaire .sec01 .contactBox {
    padding: 20px 30px;
  }
}
#questionnaire .sec01 .accept-01 .wpcf7-list-item {
  display: block;
  margin: 45px 0 0;
  text-align: center;
}
#questionnaire .sec01 .accept-01 .wpcf7-list-item-label {
  display: inline-block;
  padding: 0;
  position: relative;
  font-weight: 500;
}
#questionnaire .sec01 input[type=checkbox] {
  display: none;
}
#questionnaire .sec01 input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border: 1px solid #888888;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#questionnaire .sec01 input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  border-right: 2px solid #9f0603;
  border-bottom: 2px solid #9f0603;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 6px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#questionnaire .sec01 input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
#questionnaire .sec01 input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  margin: 15px auto 120px;
  background: url(../img/contact/arrow-submit.png) right 10px center no-repeat, #272727;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}
#questionnaire .sec01 input[type=submit]:hover {
  opacity: 0.7;
}
@media (max-width: 640px) {
  #questionnaire .sec01 .accept-01 .wpcf7-list-item {
    margin: 60px 0 0;
  }
  #questionnaire .sec01 .accept-01 .wpcf7-list-item-label {
    display: inline-block;
    padding: 0;
  }
  #questionnaire .sec01 input[type=submit] {
    width: 400px;
    height: 70px;
    margin: 40px auto 60px;
    background: url(../img/contact/arrow-submit.png) right 10px center/10px no-repeat, #272727;
    font-size: 22px;
  }
  #questionnaire .sec01 input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
    margin-right: 14px;
  }
  #questionnaire .sec01 input[type=checkbox] + .wpcf7-list-item-label:after {
    width: 6px;
    height: 14px;
    border-right: 3px solid #9f0603;
    border-bottom: 3px solid #9f0603;
    top: 3px;
    left: 9px;
  }
}
#questionnaire .ajax-loader {
  display: none;
}
@media (max-width: 640px) {
  #questionnaire input[type=text] {
    font-size: 24px;
  }
  #questionnaire textarea {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */