@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  text-align: center;
  background: url(../img/bg.gif);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

.wrap {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .wrap {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .wrap {
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .wrap {
    margin: 0 auto;
    position: relative;
  }
  .wrap_inner {
    width: 114%;
    margin-left: -7%;
  }
}

.cv {
  position: relative;
}
.cv button {
  width: 80%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cv button:hover {
    top: 52.5%;
  }
}
@media screen and (max-width: 767px) {
  .cv button {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.qa {
  padding-bottom: 10%;
  background: #bbe2ff;
}
.qa dl {
  background-color: #FFF;
  margin: 0 10% 2%;
  padding: 4% 3% 5%;
  border: solid 3px #000;
  border-radius: 10px;
}
.qa dt {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 1% 10% 0 15%;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .qa dt {
    font-size: 3.8vw;
  }
}
.qa dt::before {
  font-family: "Raleway", sans-serif;
  content: "Q";
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 5.2rem;
  color: #0058a4;
}
@media screen and (max-width: 575px) {
  .qa dt::before {
    font-size: 9.6vw;
  }
}
.qa dt::after {
  font-family: "Raleway", sans-serif;
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #FFF;
  background: #0058a4;
  border-radius: 9999px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .qa dt::after {
    font-size: 3.6vw;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.qa dt.active::after {
  content: "－";
}
.qa dd {
  text-align: left;
  position: relative;
  border-top: 1px solid #000;
  padding: 7% 2% 0 15%;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 6% 0 0 0;
  display: none;
}
@media screen and (max-width: 575px) {
  .qa dd {
    font-size: 3.4vw;
  }
}
.qa dd::before {
  font-family: "Raleway", sans-serif;
  content: "A";
  position: absolute;
  top: 3%;
  left: 2%;
  font-size: 5.2rem;
  color: #d6005b;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .qa dd::before {
    font-size: 9.6vw;
  }
}
.qa dd ol {
  margin-top: 3%;
  text-indent: -2.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .qa dd ol {
    text-indent: -6.8vw;
  }
}
.qa dd ol li {
  margin-left: 2em;
  line-height: 1.4;
  margin-bottom: 3%;
}
@media screen and (max-width: 575px) {
  .qa dd ol li {
    font-size: 3.4vw;
    margin-left: 6vw;
  }
}

.pc_cont_left {
  max-width: 300px;
  position: fixed;
  top: 60px;
  left: 7%;
}
@media screen and (max-width: 991px) {
  .pc_cont_left {
    display: none;
  }
}
.pc_cont_left nav {
  margin-top: 20px;
  background: #FFF;
  border: 3px solid #000;
  border-radius: 9px;
  padding: 30px 20px;
  box-shadow: 5px 5px 0 #000;
}
.pc_cont_left nav ul {
  text-align: left;
}
.pc_cont_left nav ul li {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5%;
  background: url(../img/navi_arr.png) no-repeat center left;
  padding: 3% 0 3% 15%;
}
.pc_cont_left nav ul li.btn {
  margin-top: 10%;
  background: none;
  padding: 0;
}
.pc_cont_left nav ul li.btn a:hover {
  position: relative;
  top: 2px;
  left: 2px;
}
.pc_cont_left nav ul li a:hover {
  color: #d6005b;
}
.pc_cont_left nav ul li a.is-show {
  color: #d6005b;
}

.pc_cont_right {
  width: 300px;
  position: fixed;
  bottom: 5%;
  right: 7%;
}
@media screen and (max-width: 1199px) {
  .pc_cont_right {
    display: none;
  }
}

.contact {
  background: #FFF;
  text-align: left;
  font-size: 2rem;
  padding-bottom: 10%;
}
.contact_ttl {
  background: #0058a4;
  color: #FFF;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  border-radius: 9px 9px 0 0;
  padding: 4%;
  margin-bottom: 4%;
}
.contact .post_mark {
  font-size: 3rem;
}
.contact .contact_confirm {
  text-align: center;
}
.contact .contact_form_required_txt {
  border: 2px solid #d6005b;
  color: #d6005b;
  padding: 0.5% 2%;
  font-size: 1.4rem;
  margin-left: 3%;
}
.contact .contact_confirm_btn {
  background: #d6005b url(../img/send_btn_arr.png) no-repeat 95% center;
  background-size: 8%;
  border: none;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  padding: 6%;
  width: 80%;
  margin: 0 auto;
  font-size: 2.2rem;
}
.contact .contact_confirm_btn:hover {
  margin-top: 0.5%;
}
.contact .mw_wp_form {
  padding: 0 5%;
}
.contact .mw_wp_form .error {
  margin-top: -2%;
  margin-bottom: 5%;
}
.contact .mw_wp_form .error::before {
  content: "▲";
}
.contact input:has(+ .error),
.contact textarea:has(+ .error) {
  background-color: pink !important;
}
.contact .logo {
  width: 60%;
  margin: 0 auto;
  padding: 10% 0;
}
.contact .contact_error {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  padding: 5% 0 10%;
  color: #d6005b;
}
.contact .thanks_message {
  font-size: 2.2rem;
  padding: 0 10% 5%;
  line-height: 1.6;
}
.contact .thanks_message.center {
  text-align: center;
}
.contact .thanks_message a {
  text-decoration: underline;
  color: #0058a4;
}
.contact_inner {
  border: #0058a4 2px solid;
  width: 80%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 0 0 5% 0;
}
.contact_form_box_label {
  margin-bottom: 2%;
}
.contact_form_container {
  margin-bottom: 3%;
}
.contact_form_input_address {
  margin-bottom: 3%;
}
.contact select, .contact input, .contact textarea {
  border: 1px solid #999;
  padding: 4%;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 3%;
  font-size: 1.8rem;
}
.contact select.zip, .contact input.zip, .contact textarea.zip {
  width: 30%;
}
.contact select.pref, .contact input.pref, .contact textarea.pref {
  width: 45%;
}

.footer {
  background: #1e1e1e;
  padding: 7.5% 0;
}
.footer_link {
  color: #FFF;
  margin-bottom: 7%;
}
@media screen and (max-width: 575px) {
  .footer_link {
    font-size: 3vw;
  }
}
.footer_link li {
  margin-bottom: 3%;
}
.footer_link a {
  text-decoration: underline;
}
.footer .copyright {
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .footer .copyright {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */