@charset "UTF-8";
/*
Theme Name: kiqras
Description: kiqras Theme
Author: kiqras
*/
/* Scss Document */
/*color*/
/* responsive */
html {
  scroll-behavior: smooth;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25vw;
  line-height: 1;
}

@media print, screen and (min-width: 750px) {
  html {
    font-size: 93.75%;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 4.26666666vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
body {
  min-width: 100%;
  margin: 0;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #000000;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 749px) {
  body {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

main {
  width: 100%;
}

h1, h2 {
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

img[src$=".svg"],
img[src$=".svgz"] {
  width: 100%;
}

p {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

/* bg-img text */
.u-bg-text {
  text-indent: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

/*align*/
.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/*font-size*/
@media print, screen and (min-width: 750px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .u-fs {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-l {
    font-size: 21px;
    font-size: 2.1rem;
  }

  .u-fs-xl {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .u-fs-20 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .u-fs-xs {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .u-fs-s {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .u-fs {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .u-fs-l {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-fs-xl {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .u-fs-20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.u-fw-b {
  font-weight: bold;
}

/* margin */
.u-mb100 {
  margin-bottom: 100px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

/* padding */
.u-pd100 {
  padding-bottom: 100px;
}

.u-pd80 {
  padding-bottom: 80px;
}

.u-pd50 {
  padding-bottom: 50px;
}

.u-pd40 {
  padding-bottom: 40px;
}

.u-pd20 {
  padding-bottom: 20px;
}

.u-pd-em {
  padding-left: 1em;
}

/*line-height*/
.u-lh120 {
  line-height: 1.2;
}

.u-lh150 {
  line-height: 1.5;
}

.u-lh180 {
  line-height: 1.8;
}

.u-lh200 {
  line-height: 2;
}

/*a color*/
.u-text-link {
  color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.u-text-link:hover {
  opacity: 0.7;
}

/*display*/
.u-dis-i {
  display: inline;
}
.u-dis-i * {
  display: inherit;
}

.u-dis-ib {
  display: inline-block;
}

.u-dis-b {
  display: block;
}

/*flex*/
.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*position*/
.u-pos-rt {
  position: relative;
}

.u-pos-al {
  position: absolute;
  left: 0;
  top: 0;
}

/*text-deco*/
.u-cycle {
  position: relative;
  padding-left: 1.25em;
}
.u-cycle::before {
  content: "◯";
  position: absolute;
  left: 0;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
.u-sp-view {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .u-pc-view {
    display: none !important;
  }

  .u-sp-view {
    display: inherit !important;
  }
}
/* cycle */
.u-cycle01,
.u-cycle02 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
}

.u-cycle01 {
  background-color: #231815;
}

.u-cycle02 {
  background-color: #ffffff;
}

/*ie11*/
.u-ie-flex-h {
  min-height: 0%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media print, screen and (min-width: 750px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .flex_center {
    text-align: center;
  }
  .flex_center figure {
    margin-bottom: 15px;
  }
}
.flex_center * {
  margin: 0 15px;
}
.flex_center a, .flex_center address, .flex_center .name {
  margin: 0;
}
.flex_center .name {
  font-size: 1.8rem;
}

.shadow {
  -webkit-box-shadow: 8px 8px 25px #cccccc;
          box-shadow: 8px 8px 25px #cccccc;
}

.border_ttl {
  text-align: center;
  border-bottom: 1px solid #898989;
  font-size: 2rem;
  padding-bottom: 8px;
}

.blue__btn {
  background: #ffffff;
  display: inline-block;
  font-size: 1.9rem;
  text-align: center;
}
.blue__btn a {
  display: block;
  padding: 0.8vw 4vw;
  text-decoration: none;
}

i {
  font-style: normal;
}

.btn {
  text-align: center;
  padding: 0.75rem 0;
  margin-top: 1.25rem;
}
.btn p {
  display: inline-block;
  background: #000000;
  width: 18.75rem;
  position: relative;
  color: #ffffff;
}
.btn p a {
  padding: 0.9375rem 1.25rem;
  display: block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #000000;
}
.btn p a:hover {
  background: #ffffff;
  color: #000000;
  opacity: 1;
  border: 2px solid #000000;
}
.btn p:after {
  position: absolute;
  right: 5%;
  top: 50%;
  display: block;
  width: 1.75rem;
  height: 0.3125rem;
  content: "";
  background: url(../img/common/arrow_bottom_right.svg) left top/cover no-repeat;
}
.btn p:hover:after {
  background: url(../img/common/arrow_bottom_right_bk.svg) left top/cover no-repeat;
}
@media print, screen and (min-width: 750px) {
  .btn.btn_left p {
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  .btn.btn-none {
    margin-top: 0.3125rem;
  }
}
.btn.btn-none p {
  color: #ffffff;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 749px) {
  .btn.btn-none p {
    padding: 0.3125rem 0rem;
    width: 16.75rem !important;
  }
}
.btn.btn-none p:after {
  display: none;
}
.btn.btn_white {
  margin-top: 0;
}
@media print, screen and (min-width: 750px) {
  .btn.btn_white {
    position: relative;
    left: 2.5rem;
  }
}
.btn.btn_white p {
  background: #ffffff;
  width: 15rem;
}
.btn.btn_white p a {
  padding: 0.4375rem 1.25rem;
  color: #000000;
  text-decoration: none;
  border: none;
  border: 2px solid #ffffff;
}
.btn.btn_white p a:hover {
  background: #ffffff;
  color: #000000;
  opacity: 0.5;
  border: 2px solid #ffffff;
}
.btn.btn_white p:after {
  position: absolute;
  right: 5%;
  top: 50%;
  display: block;
  width: 1.75rem;
  height: 0.3125rem;
  content: "";
  background: url(../img/common/arrow_bottom_right_bk.svg) left top/cover no-repeat;
}

footer {
  background: #000000;
  padding: 2vw 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
}

@media print, screen and (min-width: 750px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .hidden-pc {
    display: block;
  }
}
@media print {
  .hidden-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .hidden-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .wrap img {
    max-width: 100%;
    height: auto;
  }
}

.contact_form .confirm_btn {
  text-align: center;
}
.contact_form .confirm_btn input {
  background: #003278;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 12px;
  width: 400px;
}
@media screen and (max-width: 749px) {
  .contact_form .confirm_btn input {
    width: 100%;
  }
}
.contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 749px) {
  .contact_form dl {
    padding: 20px 0 5px;
    display: block;
  }
}
.contact_form dl dt {
  font-weight: bold;
}
@media print, screen and (min-width: 750px) {
  .contact_form dl dt {
    width: 200px;
    margin-right: 40px;
  }
}
.contact_form dl dt small {
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px;
}
.contact_form dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact_form dl input, .contact_form dl textarea {
  width: 100%;
  background: #ededed;
  border: none;
  padding: 12px;
}
.contact_form dl textarea {
  min-height: 200px;
}
@media screen and (max-width: 749px) {
  .contact_form dl textarea {
    min-height: 120px;
  }
}

#formWrap {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  background: #ffffff;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  table.formTable td, table.formTable th {
    display: block;
    width: 100%;
  }
}

table.formTable th {
  width: 40%;
  font-weight: normal;
  background: #000000;
  color: #ffffff;
  text-align: left;
}

.wrap section img {
  width: 100%;
}

#contact {
  background: #1caf79;
}
#contact .contact_n {
  background: #ffffff;
  border-radius: 10px;
  padding: 2vw 4vw;
  margin: 4vw 6vw 2vw;
  font-size: 1.3rem;
}
#contact .contact_n .contact_check {
  margin-bottom: 1.25rem;
}
#contact .contact_n .contact_check ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contact_n .contact_check ul li {
  padding: 0 1.3vw;
}
#contact .contact_n dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact_n dl dt, #contact .contact_n dl dd {
  padding: 1.875rem 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}
#contact .contact_n dl dt {
  width: 18.125rem;
  background: #f9f9f9;
  font-weight: bold;
  vertical-align: middle;
}
#contact .contact_n dl dt .hiss {
  background: #e22017;
  border-radius: 3px;
  display: inline-block;
  padding: 0 6px;
  font-size: 0.9rem;
  color: #ffffff;
  margin-left: 10px;
}
#contact .contact_n dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contact .contact_n dl dd input, #contact .contact_n dl dd select, #contact .contact_n dl dd textarea {
  border: 1px solid #999999;
  padding: 5px;
}
#contact .contact_n dl dd input {
  width: 28.125rem;
}
#contact .contact_n dl dd textarea {
  width: 100%;
  min-height: 7.5rem;
}
#contact .privacy_n {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.4vw;
  margin: 0 6vw;
}
#contact .contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#contact .contact_btn input {
  border-radius: 100px;
  background: #ffd200;
  width: 400px;
  -webkit-box-shadow: 0 0 8px #333333;
          box-shadow: 0 0 8px #333333;
  padding: 1.5vw;
  font-size: 1.7rem;
  font-weight: bold;
}

.radio-input {
  display: none;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: #e0e0e0;
  border: 2px solid #1dae78;
  border-radius: 50%;
}

.radio-input:checked + label {
  font-weight: bold;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #1dae78;
  border-radius: 50%;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    margin-bottom: 0;
    left: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    margin-bottom: 0;
    left: 0;
  }
}

.contact_bnr {
  width: 600px;
  margin: 0 auto;
  padding: 35px 0;
}