@charset "utf-8";
/* CSS Document */

/* リセット */
ul, ol {
  list-style: none;
}


/* Noto Sans JP */
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 明朝 */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/* Montserrat フォント */
/* <weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name >*/
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 改行 */
.css-br {display: inline-block;}

/* 背景色 */
.body_color {background-color: #fbf9fa;}

/* パンくずリスト */
.breadcrumb_navigation {
  width: 1000px;
  margin: 0 auto;
  /* padding-inline: 8rem; */
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 5.5rem;
  height: 50px;
}

.breadcrumb_navigation a {
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2vw, 14px);;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #222;
  white-space: nowrap;
  line-height: 1.5rem;
}
.breadcrumb_navigation a:not(:first-child) {
  padding-left: 2em;
}

.breadcrumb_navigation a:not(:first-child):before {
  content: ">";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.breadcrumb_navigation a:last-child {
  opacity: 0.6;
}

/* タイトル */
.title_center {
  position: relative;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 34px);
  margin-bottom: 8.5rem;
  letter-spacing: 0.2em;
  color: #222;
}
.title_center::after {
  content: '';
  width: 90px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #222;
}

/* タイトル 左揃え */
.title_left {
  position: relative;
  text-align: left;
  font-size: clamp(25px, 2.5vw, 40px);
  margin-bottom: 60px;
  letter-spacing: 0.2em;
  color: #222;
  top: -0.55em;
}
.title_left::after {
  content: '';
  width: 90px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  /* right: 0; */
  bottom: -30px;
  background-color: #222;
}


#sec01 {
  padding: 120px 0;
}
.sec01_inner {
  width: 800px;
  margin: 0 auto;
}

.sec01_Tablebox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* ステップバー */
.stepper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #cccccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.progressbar li:before {
  display: block;
  width: 28px;
  height: 28px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  /* border-radius: 50%; */
  /* background-color: #cccccc; */
  background-image: url("/images/common/leaf01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 22px;
  left: -35%; /* -50% */
  width: 70%; /* 100% */
  height: 1px;
  content: '';
  background-color: #cccccc;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active,
.progressbar li.complete{
  color: #89abb2;
}
.progressbar li.active:before,
.progressbar li.complete:before {
  /* background-color: #89abb2; */
  background-image: url("/images/common/leaf02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #89abb2;
}

/* ステップバー ここまで */


.contact_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.75;
  letter-spacing: .08em;
  color: #222;
  margin-bottom: 3.5rem;
}
.contact_text span {
  color: #e79527;
}


/* フォーム　ここから */
#formWrap {
  max-width:800px;
  width: 100%;
  margin:0 auto;
  line-height:120%;
  font-size:90%;
}
.formarea{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}

.form-group {
  /* display: flex;
  justify-content: flex-start; */
  align-items: center;
  margin-bottom: 3rem;
}

.form_query {
  font-weight:600;
  /* background:#efefef;
  text-align:left; */
  font-size: clamp(14px, 2vw, 16px);
  color: #222;
  /* text-align: justify; */
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: .08em;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.form_input {
  width: 100%;
  /* border-bottom: 1px solid #ccc; */
}

.contact_label {
  /* margin-left: 6px;
  color: #fff;
  background-color: #f55757;
  content: "必須";
  font-size: 10px;
  width: 30px;
  height: 20px;
  display: inline-grid;
  text-align: center;
  align-items: center; */
  color: #e79527;
  margin-right: 0.25em;
}

/* input:-webkit-autofill{
  -shadow: 0 0 0px 1000px #fbf9fa inset!important;
} */
/* Safariの青い枠線を消す */
/* *:focus {
  outline: none;
} */
.form-parts {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  letter-spacing: .08em;
  font-size: clamp(13px, 2vw, 15px);
  color: #222;
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.form-parts-textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 5px;
  background: #eeeeee;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  letter-spacing: .08em;
  line-height: 1.5rem;
}
/* フォーム　ここまで */


/* ボタン */
.submit_btn {
  max-width: 250px;
  color: #fff ;
  font-size: 14px;/* clamp(12px, 2.5vw, 14px) */
  letter-spacing: 1px;
  text-align: center;
  line-height: 45px;
  letter-spacing: .08em;
  width: 100%;
  height: auto;
  background: #e79527;
  margin: auto;
  border:1px solid #e79527 ;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
  text-decoration: none;
}
.submit_btn:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
}
.submit_btn:hover {
  color: #e79527;
  background-color: #fff;
  border-color: #e79527;
}
.submit_btn:hover:after {
  right: 15px;
}


.back_btn {
  max-width: 250px;
  color: #555 ;
  font-size: 14px;/* clamp(12px, 2.5vw, 14px) */
  letter-spacing: 1px;
  text-align: center;
  line-height: 45px;
  width: 100%;
  height: auto;
  background: #fff;
  margin: auto;
  border:1px solid #808080 ;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
  text-decoration: none;
}
.back_btn:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
}
.back_btn:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.back_btn:hover:after {
  right: 15px;
}
/* ボタン　ここまで */

/* 送信完了ページ　ここから */
.thanks_bg {
  /* background-color: #f5efeb; */
  height: 100vh;
}
.thanks_inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 80px 0;
}

.thanks_text {
  font-size: clamp(14px, 2vw, 16px);
  color: #222;
  line-height: 2;
  letter-spacing: 1.4px;
  margin-bottom: 100px;
}
.thanks_text > .thanks_text_title {
  font-size: clamp(18px, 2vw, 24px);
  color: #222;
  letter-spacing: 1.75px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 60px;
}

/* 送信完了ページ　ここまで */


@media screen and (max-width: 1000px) {

  /* パンくずリスト */
  .breadcrumb_navigation {
    width: 94%;
    margin: 0 auto;
    display: block;
    padding-top: 4.5rem;
  }

  /* タイトル */
  .title_center {
    margin-bottom: 6rem;
  }

  #sec01 {
    padding: 5rem 0 6rem 0;
  }
  .sec01_inner {
    width: 92%;
    margin: 0 auto;
  }

  .thanks_inner {
    width: 90%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 768px) {

  

}