@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN,Meiryo","メイリオ","MS PGothic","helvetica","sans-serif";
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18);
}
.c-header .inner-block {
  max-width: 1034px;
  height: 100%;
  padding: 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-footer {
  background: #eee;
  padding: 32px 0;
}
.c-footer .inner-block {
  padding: 0 20px;
  max-width: 1040px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer .inner-block .left-logo {
  width: 80px;
  height: 80px;
}
.c-footer .inner-block .left-logo > a {
  width: 100%;
  height: 100%;
  display: block;
}
.c-footer .inner-block .right-logo {
  width: 54px;
  height: 54px;
}
.c-footer .inner-block .right-logo > a {
  width: 100%;
  height: 100%;
  display: block;
}
.c-footer .inner-block .footer-content {
  width: calc(100% - 134px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-footer .inner-block .footer-content .copy {
  margin-top: 8px;
  font-size: 11px;
  text-align: center;
}
.c-footer .inner-block .footer-content .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}
.c-footer .inner-block .footer-content .footer-nav > li > a {
  display: block;
  padding: 0 10px;
}
.c-footer .inner-block .footer-content .footer-nav > li:not(:last-child) {
  position: relative;
}
.c-footer .inner-block .footer-content .footer-nav > li:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  right: 0;
  top: 0;
}

.c-ttl01 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.c-btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.c-btn02 {
  color: #fff;
  font-weight: bold;
  background: #0ae;
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #0ae;
}
.c-btn02.back-btn {
  background: rgb(168, 168, 168);
  border: 2px solid rgb(168, 168, 168);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.txt-link {
  color: #0ae;
  text-decoration: underline;
}

.form-page {
  padding: 92px 0 48px;
}
.form-page .inner-block {
  max-width: 880px;
}
.form-page .txt-wrap .text + .text {
  margin-top: 40px;
}
.form-page .txt-wrap .list {
  margin-top: 15px;
  margin-bottom: 40px;
}
.form-page .txt-wrap .list li + li {
  margin-top: 10px;
}
.form-page .txt-wrap .banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
.form-page .txt-wrap .banner > a {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-section {
  margin-top: 80px;
}

.contact-wrap .c-contact-step {
  margin-bottom: 30px;
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-wrap .c-contact-step > li {
  padding: 10px;
  text-align: center;
  width: 240px;
  font-weight: bold;
  color: #0ae;
  background: #fff;
  border: 2px solid #0ae;
}
.contact-wrap .c-contact-step > li.active {
  background: #0ae;
  color: #fff;
}
.contact-wrap .c-contact-step > li:not(:first-child) {
  position: relative;
}
.contact-wrap .c-contact-step > li:not(:first-child)::before, .contact-wrap .c-contact-step > li:not(:first-child)::after {
  position: absolute;
  content: "";
  left: -20px;
  top: -5px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #0ae;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-wrap .c-contact-step > li:not(:first-child)::after {
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-wrap .contact-form-wrap .file-area {
  margin-top: 30px;
  display: none;
}
.contact-wrap .contact-form-wrap .file-pos + .q-wrap {
  margin-top: 30px;
}
.contact-wrap .contact-form-wrap .file-area + .q-wrap {
  margin-top: 30px;
}
.contact-wrap .contact-form-wrap .add-block {
  margin-top: 30px;
}
.contact-wrap .contact-form-wrap .add-block + .q-wrap {
  margin-top: 30px;
}
.contact-wrap .contact-form-wrap .q-wrap + .q-wrap {
  margin-top: 30px;
}
.contact-wrap .contact-form-wrap .required-txt {
  color: #d0021b;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.contact-wrap .contact-form-wrap .required-txt.pos {
  margin-left: 0;
}
.contact-wrap .contact-form-wrap .note {
  font-weight: 400;
  font-size: 14px;
}
.contact-wrap .contact-form-wrap .contact-label {
  font-weight: bold;
}
.contact-wrap .contact-form-wrap .input-area {
  margin-top: 5px;
}
.contact-wrap .contact-form-wrap .input-area .select-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contact-wrap .contact-form-wrap .input-area .select-unit {
  width: 100%;
  position: relative;
}
.contact-wrap .contact-form-wrap .input-area .select-unit::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  background: #9b9b9b;
  bottom: 0;
  margin: auto;
  width: 10px;
  z-index: 2;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact-wrap .contact-form-wrap .input-area select {
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  padding: 10px 16px;
  height: 50px;
  background: #f3f3f3;
  border: 1px solid #c9c9c9;
  font-size: 16px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-wrap .contact-form-wrap .input-area select.has-error {
  border: 1px solid #d0021b;
  background: #fff3f3;
}
.contact-wrap .contact-form-wrap .input-area select::-webkit-input-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area select::-moz-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area select:-ms-input-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area select::-ms-input-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area select::placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area input:not([type=radio]):not([type=checkbox]):not([type=file]) {
  border-radius: 8px;
  width: 100%;
  padding: 10px 16px;
  height: 50px;
  background: #f3f3f3;
  border: 1px solid #c9c9c9;
  font-size: 16px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-wrap .contact-form-wrap .input-area input:not([type=radio]):not([type=checkbox]):not([type=file]).has-error {
  border: 1px solid #d0021b;
  background: #fff3f3;
}
.contact-wrap .contact-form-wrap .input-area input:not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area input:not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area input:not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area input:not([type=radio]):not([type=checkbox]):not([type=file])::-ms-input-placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area input:not([type=radio]):not([type=checkbox]):not([type=file])::placeholder {
  color: #575757;
}
.contact-wrap .contact-form-wrap .input-area input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
}
.contact-wrap .contact-form-wrap .input-area textarea {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #c9c9c9;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px !important;
}
.contact-wrap .contact-form-wrap .input-area textarea.has-error {
  border: 1px solid #d0021b;
  background: #fff3f3;
}
.contact-wrap .contact-form-wrap .input-area .count-wrap {
  text-align: right;
  font-size: 12px;
}
.contact-wrap .contact-form-wrap .input-area .error-txt {
  color: #d0021b;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}
.contact-wrap .contact-form-wrap .input-area .radio-group .radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px !important;
}
.contact-wrap .contact-form-wrap .input-area .radio-group .radio-wrap label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  position: relative;
  padding-left: 30px;
}
.contact-wrap .contact-form-wrap .input-area .radio-group .radio-wrap label:has(input:checked)::after {
  opacity: 1;
}
.contact-wrap .contact-form-wrap .input-area .radio-group .radio-wrap label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f3f3f3;
  border: 1px solid #c9c9c9;
  position: absolute;
  top: 2px;
  left: 0;
}
.contact-wrap .contact-form-wrap .input-area .radio-group .radio-wrap label::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #0ae;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-wrap .contact-form-wrap .input-area .check-group .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-wrap .contact-form-wrap .input-area .check-group .check-wrap {
  font-size: 16px !important;
}
.contact-wrap .contact-form-wrap .input-area .check-group .check-wrap label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 30px;
}
.contact-wrap .contact-form-wrap .input-area .check-group .check-wrap label:has(input:checked)::after {
  opacity: 1;
}
.contact-wrap .contact-form-wrap .input-area .check-group .check-wrap label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #f3f3f3;
  border: 1px solid #c9c9c9;
  position: absolute;
  top: 2px;
  left: 0;
}
.contact-wrap .contact-form-wrap .input-area .check-group .check-wrap label::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 9px;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  border-bottom: 2px solid #0ae;
  border-left: 2px solid #0ae;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-wrap .contact-form-wrap .note-txt {
  margin-top: 30px;
}
.contact-wrap .contact-form-wrap .note-txt02 {
  margin-top: 10px;
}
.contact-wrap .contact-form-wrap .file-wrap {
  margin-top: 15px;
  position: relative;
}
.contact-wrap .contact-form-wrap .file-wrap.set .file-btn {
  cursor: auto;
}
.contact-wrap .contact-form-wrap .file-wrap.set .close {
  display: block;
}
.contact-wrap .contact-form-wrap .file-wrap .close {
  display: none;
  position: absolute;
  top: 14px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.contact-wrap .contact-form-wrap .file-wrap .close::after, .contact-wrap .contact-form-wrap .file-wrap .close::before {
  background: #000;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-wrap .contact-form-wrap .file-wrap .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-wrap .contact-form-wrap .file-wrap .file-btn {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  padding: 5px 16px;
  height: 50px;
  background: #f3f3f3;
  border: 1px solid #c9c9c9;
  font-size: 16px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type="file"]::file-selector-button { 
  display: none;
}
.contact-wrap .contact-form-wrap .file-wrap .file-btn.has-error {
  border: 1px solid #d0021b;
  background: #fff3f3;
}
.contact-wrap .contact-form-wrap .q-wrap-file + .q-wrap-file {
  display: none;
}
.contact-wrap .confirm-block .q-wrap {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.contact-wrap .confirm-block .q-wrap + .q-wrap {
  margin-top: 15px;
}
.contact-wrap .confirm-block .q-wrap.type07-b {
  display: none;
}
.contact-wrap .confirm-block .q-wrap.hide {
  display: none;
}
.contact-wrap .confirm-block .q-wrap .input-area {
  margin-top: 8px;
  min-height: 22px;
}

.additional {
  display: none;
}

.type07-b {
  display: none;
}

.appear-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.confirm-block .appear-item {
  display: block !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 50px;
  }
  .c-header .inner-block {
    padding: 0 0 0 20px;
  }
  .c-footer .inner-block .left-logo {
    width: 60px;
    height: 60px;
  }
  .c-footer .inner-block .footer-content {
    padding-left: 6px;
    width: calc(100% - 60px);
  }
  .c-footer .inner-block .footer-content .copy {
    padding-left: 6px;
    font-size: 10px;
    text-align: left;
  }
  .c-footer .inner-block .footer-content .footer-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px 0;
    font-size: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-footer .inner-block .footer-content .footer-nav > li > a {
    padding: 0 8px;
  }
  .c-btn-wrap {
    gap: 20px;
  }
  .form-page .txt-wrap .text + .text {
    margin-top: 30px;
  }
  .contact-section {
    margin-top: 40px;
  }
  .contact-wrap .c-contact-step {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-wrap .c-contact-step > li {
    width: 100%;
  }
  .contact-wrap .c-contact-step > li:not(:first-child)::before, .contact-wrap .c-contact-step > li:not(:first-child)::after {
    left: -10px;
    right: 0;
    top: -14px;
    bottom: auto;
  }
  .contact-wrap .c-contact-step > li:not(:first-child)::after {
    right: -10px;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-footer .inner-block .footer-content .footer-nav > li > a:hover {
    opacity: 0.7;
  }
  .c-btn02:hover {
    background: #fff;
    color: #0ae;
  }
  .c-btn02.back-btn:hover {
    color: rgb(168, 168, 168);
  }
  .txt-link:hover {
    opacity: 0.7;
  }
  .form-page .txt-wrap .banner > a:hover {
    opacity: 0.7;
  }
  .contact-wrap .contact-form-wrap .file-wrap.set .file-btn:hover {
    opacity: 1;
  }
  .contact-wrap .contact-form-wrap .file-wrap .file-btn:hover {
    opacity: 0.7;
  }
  .text.pc-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (max-width: 480px) {
  .c-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */