/*------------------------------------------
   contact page
--------------------------------------------*/
.contact {
  line-height: 1;
  font-family: Arial;
  color: #2b2b2b;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  -webkit-print-color-adjust: exact;
}
.contact header {
  background-color: #fff;
}
.contact .bread_wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}
@media screen and (max-width: 1139px) {
  .contact .bread_wrapper {
    width: 100%;
  }
}
.contact .bread {
  position: absolute;
  left: 16px;
  top: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
@media screen and (max-width: 1139px) {
  .contact .bread {
    left: 1.4035087719vw;
    -moz-column-gap: 3.8596491228vw;
         column-gap: 3.8596491228vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .bread {
    left: 4.2666666667vw;
    top: 9.8666666667vw;
    -moz-column-gap: 11.7333333333vw;
         column-gap: 11.7333333333vw;
  }
}
.contact .bread::after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.46;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 48px;
}
@media screen and (max-width: 1139px) {
  .contact .bread::after {
    top: 0.5263157895vw;
    left: 4.2105263158vw;
    width: 2.1052631579vw;
    height: 0.1754385965vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .bread::after {
    top: 1.6vw;
    left: 12.8vw;
    width: 6.4vw;
    height: 0.5333333333vw;
  }
}
.contact .bread_item {
  line-height: 1;
}
.contact .bread_item span {
  opacity: 0.46;
}

.contact_page {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .contact_page {
    margin: 0 auto;
  }
  .contact_page_title {
    font-size: 40px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background: url(/img/contact/contact.jpg) no-repeat center top;
    /* background-size: 100% 100%; */
    background-size: cover;
    height: 226px;
    padding-top: 64px;
  }
  .contact_page_title small {
    font-size: 19px;
    display: block;
  }
  .contact_desc {
    max-width: 864px;
    width: 95%;
    margin: 0 auto;
    padding: 82px 0 100px;
  }
  .contact_desc .lead {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contact_desc h2 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
  }
  .contact_desc .desc {
    font-size: 16px;
    line-height: 1.875;
  }
  .contact_block_wrapper {
    text-align: center;
    margin-top: 30px;
  }
  .contact_block {
    max-width: 380px;
    height: 160px;
    width: 47%;
    background: #f7f8f9;
    display: inline-block;
    vertical-align: top;
    padding-top: 28px;
  }
  .contact_block + .contact_block {
    margin-left: 2.5%;
  }
  .contact_block h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    font-weight: bold;
  }
  .contact_block strong {
    font-size: 40px;
    font-weight: bold;
    font-weight: bold;
  }
  .contact_block small {
    font-size: 16px;
    line-height: 1.875;
  }
  .contact_form_section {
    background: #f7f8f9;
    text-align: center;
    padding-top: 66px;
    padding-bottom: 87px;
  }
  .contact_form_section h2 {
    font-size: 28px;
    line-height: 1.285;
    font-weight: bold;
  }
  .contact_form_section .lead {
    font-size: 16px;
    line-height: 1.875;
    margin: 30px 0 40px;
  }
  .contact_form_section .contact_form ul {
    width: 864px;
    margin: 0 auto;
    background: #fff;
    padding: 70px 0 57px;
  }
  .contact_form li {
    width: 568px;
    display: table;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
  .contact_form li + li {
    margin-top: 45px;
  }
  .contact_form ul label {
    width: 222px;
    display: table-cell;
    vertical-align: top;
    color: #707f89;
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
  }
  .contact_form .required {
    position: absolute;
    top: 40px;
    left: 0;
    color: red;
  }
  .contact_form select,
  .contact_form input[type=text],
  .contact_form textarea,
  .contact_form option {
    width: 346px;
    display: table-cell;
    vertical-align: top;
    height: 50px;
    border: 1px solid #cdd6dd;
    font-size: 16px;
    line-height: 50px;
    padding-left: 25px;
  }
  .contact_form option {
    display: block;
    padding: 15px 0 15px 25px;
  }
  .contact_form .text_box {
    padding-top: 15px;
    height: 140px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact_form .error_message {
    font-size: 12px;
    line-height: 1.5;
    color: #e83333;
    padding-top: 15px;
  }
  .agree {
    text-align: center;
    color: #707070;
    margin: 60px 0 42px;
  }
  .agree input[type=checkbox] {
    background: #f7f8f9 !important;
    border: 2px solid #707070;
    border-radius: 2px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }
  .agree input[type=checkbox],
  .agree label {
    display: inline-block;
    vertical-align: middle;
  }
  .contact_form .btn01 {
    background: transparent;
    border: 1px solid #0083d0;
    text-align: center;
    width: 212px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    color: #0083d0;
    border-radius: 2px;
    font-family: "Noto Sans JP", sans-serif;
    transition: background 350ms, color 350ms;
    cursor: pointer;
  }
  .contact_form .btn01:hover {
    background: #0083d0;
    color: #fff;
  }
  .contact_form .btn01 + .btn01 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 820px) {
  .contact_block strong {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 767px) {
  .contact_page_title {
    font-size: 40px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background: url(/img/contact/contact_sp.jpg) no-repeat center top;
    /* background-size: 100% auto; */
    background-size: cover;
    width: 100%;
    height: 60.267vw;
    /*padding-top: 28.32vw;*/
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .contact_page_title small {
    font-size: 19px;
    display: block;
  }
  .contact_desc {
    padding: 55px 5.33% 60px;
  }
  .contact_desc .lead {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contact_desc h2 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
  }
  .contact_desc .desc {
    font-size: 16px;
    line-height: 1.875;
  }
  .contact_desc .contact_block_wrapper {
    margin-top: 66px;
  }
  .contact_desc .contact_block {
    background: #f7f8f9;
    padding: 28px 2% 18px;
    text-align: center;
  }
  .contact_block + .contact_block {
    margin-top: 32px;
    padding-bottom: 40px;
  }
  .contact_block h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    font-weight: bold;
  }
  .contact_block strong {
    font-size: 35px;
    font-weight: bold;
    font-weight: bold;
  }
  .contact_block small {
    font-size: 16px;
    line-height: 1.875;
  }
  .contact_form_section {
    background: #f7f8f9;
    text-align: center;
    padding: 72px 5.33%;
  }
  .contact_form_section h2 {
    font-size: 28px;
    line-height: 1.285;
    font-weight: bold;
  }
  .contact_form_section .lead {
    font-size: 16px;
    line-height: 1.875;
    margin: 30px 0 50px;
  }
  .contact_form {
    text-align: left;
  }
  .contact_form ul label {
    color: #707f89;
    font-size: 16px;
    font-weight: bold;
  }
  .contact_form .required {
    color: red;
  }
  .contact_form select,
  .contact_form input[type=text],
  .contact_form textarea,
  .contact_form option {
    width: 100%;
    height: 50px;
    border: 1px solid #cdd6dd;
    font-size: 16px;
    line-height: 50px;
    padding-left: 25px;
    margin: 20px 0 40px;
  }
  .contact_form .error_message {
    font-size: 12px;
    line-height: 1.5;
    color: #e83333;
    margin: -25px 0 40px;
  }
  .contact_form .text_box {
    padding-top: 15px;
    height: 140px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
  }
  .agree {
    text-align: left;
    color: #707070;
    margin: 10px auto 55px;
    width: 70.66vw;
  }
  .agree input[type=checkbox] {
    background: #f7f8f9 !important;
    border: 2px solid #707070;
    border-radius: 2px;
    width: 18px;
    height: 18px;
  }
  .agree input[type=checkbox],
  .agree label {
    display: inline-block;
    vertical-align: top;
  }
  .agree label {
    width: calc(100% - 30px);
    padding-left: 10px;
    line-height: 1.3125;
  }
  .contact_form .btn01 {
    background: transparent;
    border: 1px solid #0083d0;
    text-align: center;
    width: 212px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    color: #0083d0;
    border-radius: 2px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    display: block;
    transition: background 350ms, color 350ms;
    cursor: pointer;
  }
  .contact_form .btn01:hover {
    background: #0083d0;
    color: #fff;
  }
  .contact_form .btn01 + .btn01 {
    margin-top: 30px;
  }
}
/* contact_confirm
-------------------------------------- */
@media print, screen and (min-width: 768px) {
  .contact_confirm {
    width: 864px;
    margin: 0 auto 50px;
    background: #fff;
    padding: 70px 0 23px 144px;
    text-align: left;
  }
  .contact_confirm dt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #707f89;
    width: 230px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 34px;
  }
  .contact_confirm dd {
    font-size: 16px;
    line-height: 1.5;
    width: 330px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .contact_confirm {
    margin: 0 auto 50px;
    background: #fff;
    padding: 23px 6.67vw 8px;
    text-align: left;
  }
  .contact_confirm dt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #707f89;
    padding-bottom: 20px;
  }
  .contact_confirm dd {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 32px;
  }
}
/* contact_complete
-------------------------------------- */
.contact_complete {
  width: 864px;
  margin: 0 auto 50px;
  background: #fff;
  padding: 70px 0 55px;
}

.contact_complete .text {
  font-size: 16px;
  line-height: 1.5;
}

.contact_complete .phone {
  font-size: 40px;
  font-weight: bold;
  padding-top: 20px;
}

.contact_complete .phone small {
  font-size: 40px;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact_complete {
    width: 100%;
    padding: 30px 5.97%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=contact.css.map */