/* 
Theme Name: KOHO-Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Template: hello-elementor
Version: 1.0.1
*/

html,body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
}
strong {
	font-weight:700;
}
a {
	color: #632e12;
}
a:hover {
	color: #ff7720;
}
a:visited {
	color: #632e12;
}
h1 {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	font-weight: 700;
	font-style: normal;
}
h2,h3,h4,h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
button, button.elementor-button {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	font-weight: 700;
	font-style: normal;
}
/* header */
.header-wave-line {
  position: relative;
}

.header-wave-line::after {
  content: "";
  display: block;
  height: 2.5px; /* 線の太さ */
  margin-top: 8px;

  background-image: repeating-linear-gradient(
    to right,
    #ff7b02 0,
    #ff7b02 15px,   /* ← 波線1本の長さ */
    transparent 16px,
    transparent 18px /* ← 間隔含めた長さ */
  );
}

/* footer */
.header-wave-line_2 {
  position: relative;
}
.header-wave-line_2::before{
  content: "";
  display: block;
  height: 2.5px; /* 線の太さ */
  margin-bottom: 8px;

  background-image: repeating-linear-gradient(
    to right,
    #ff7b02 0,
    #ff7b02 15px,   /* ← 波線1本の長さ */
    transparent 16px,
    transparent 18px /* ← 間隔含めた長さ */
  );
}


/* ここからした置き換え */
/* =========================================================
   Form wrapper
========================================================= */
.form-job-card{
  max-width:1400px;
  margin:0 auto;
  overflow:visible !important;
}

/* 一番上質問分上スペース */
/* .elementor-element.elementor-element-76e5816{
  --e-form-steps-indicators-spacing:90px;
} */

/* 赤いメッセージ */
.js-required-msg{
  background:#fff;
  padding:14px 20px;
  margin:16px auto 0;
  max-width:320px;
  border-radius:8px;
  box-shadow:0 5px 10px rgba(0,0,0,.15);
  text-align:center;
  font-size:14px;
  font-weight:500;
  color:#333;
}
.elementor-message-danger{
display: none;
}

/* 必須アスタリスク */
.elementor-field-label::after{
  color:red;
  content:"*";
  padding-inline-start:.2em;
}


/* 質問テキスト中央 + spacing */
.elementor-field-label{
  width:100%;
  text-align:center !important;
  justify-content:center !important;
  padding-top:50px;
  padding-bottom:50px;
  white-space:normal;
}

/* 丸消し */
.elementor-form input[type="radio"]{
  position:absolute !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  pointer-events:none !important;
}

/* フィールド余白 */
.elementor-field-group{margin:0 35px;}

/* 入力フィールド中央 */
.elementor-field-textual{
  text-align:center;
  padding:13px !important;
}

/* =========================================================
   Step indicators (PC)
========================================================= */
.e-form__indicators{
  background-color:#fff;
  padding:10px 25px 10px 0;
}


.form-job-card .e-form__indicators{
  position:relative;
  padding-left:560px;
  padding-right:330px;
}

/* 元の丸装飾削除 */
.form-job-card .e-form__indicators__indicator__number{
  border:none !important;
  box-shadow:none !important;
  background:none !important;
  outline:none !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
}
.form-job-card .e-form__indicators__indicator__number::before,
.form-job-card .e-form__indicators__indicator__number::after{
  content:none !important;
}

/* indicator本体 */
.form-job-card .e-form__indicators__indicator{
  width:50px;
  height:50px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* stateごとの色 */
.form-job-card .e-form__indicators__indicator--state-inactive,
.form-job-card .e-form__indicators__indicator--state-completed{
  background:#ffa902 !important;
  border:none !important;
}
.form-job-card .e-form__indicators__indicator--state-inactive .e-form__indicators__indicator__number,
.form-job-card .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__number{
  color:#fff !important;
  font-weight:400;
  font-size:20px;
}
.form-job-card .e-form__indicators__indicator--state-active{
  background:#fff !important;
  border:2px solid #ffa902 !important;
}
.form-job-card .e-form__indicators__indicator--state-active .e-form__indicators__indicator__number{
  color:#ffa902 !important;
  font-weight:400;
  font-size:20px;
}

/* STEP画像 */
.form-job-card .e-form__indicators::before{
  content:"";
  position:absolute;
  left:290px;
  top:52%;
  transform:translateY(-50%);
  padding-left:10px;
  width:140px;
  height:50px;
  background-image:url("https://windcross.xsrv.jp/hirokyari/wp-content/uploads/2026/02/step.png");
  background-repeat:no-repeat;
  background-size:75% auto;
  background-position:right center;
}

/* 1と5のズレ補正 */
.e-form__indicators--type-number_text .e-form__indicators__indicator:first-child{padding-left:20px;}
.e-form__indicators--type-number_text .e-form__indicators__indicator:last-child{padding-right:20px;}


/* =========================================================
   次、戻ボタン_縦並びと順序
========================================================= */
.elementor-element.elementor-element-76e5816 .e-form__buttons{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  padding:0;
  padding-bottom:calc(55px + env(safe-area-inset-bottom)) !important;
}

/* 上・戻る下 */
.elementor-element.elementor-element-76e5816 .e-form__buttons__wrapper__button[type="submit"]{
	order:1;
}
.elementor-element.elementor-element-76e5816 .e-form__buttons__wrapper__button-previous{
	order:2;
}

/* ボタン調整 */
.elementor-field-type-submit .elementor-button{
  width:100%;
  padding:20px 30px;
  justify-content:center;
}

/* テキスト2行用 */
.elementor-button-text .txs{
	display:block;font-size:15px;
}
.elementor-button-text .txb{
	display:block;font-size:20px;
}

/* Chrome中央ズレ対策 */
/* .e-form__buttons .elementor-field-group{
  width:auto !important;
  align-self:center !important;
} */

/* PC版STEP2-4調整 */
.elementor-field-group-field_52742dc .e-form__buttons,
.elementor-field-group-field_a7c7724 .e-form__buttons,
.elementor-field-group-field_af86502 .e-form__buttons {
	width: 60%;
	margin: 0 auto;
}

.elementor-field-group-field_52742dc .e-form__buttons .elementor-field-group,
.elementor-field-group-field_a7c7724 .e-form__buttons .elementor-field-group,
.elementor-field-group-field_af86502 .e-form__buttons .elementor-field-group {
	 width:40% !important;
}

/* ボタン内レイアウト */
.form-job-card .e-form__buttons__wrapper__button{
  position:relative;
  border-radius:30px;
  padding:10px 40px;
}
.form-job-card .e-form__buttons__wrapper__button .elementor-button-content-wrapper{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.form-job-card .e-form__buttons__wrapper__button .elementor-button-text{
  display:block;
  text-align:center;
  line-height:1.15;
  font-size:18px;
}
.form-job-card .e-form__buttons__wrapper__button .elementor-button-text::first-line{
  font-size:15px;
  font-weight:600;
}

/* 特定質問の余白調整 */
.form-job-card .elementor-field-group-field_5cdacff > .elementor-field-label{
  margin-bottom:10px !important;
  padding-bottom:40px !important;
}
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-subgroup{
  margin-top:0 !important;
  padding-top:0 !important;
}
.form-job-card .elementor-field-group-field_cb23ae5{margin-top:-30px !important;}
.form-job-card .elementor-field-group-field_cb23ae5 > .elementor-field-label{
  margin-top:20px !important;
  margin-bottom:-55px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.form-job-card .elementor-field-group-field_f2ccd12{
  margin-top:-1px !important;
  margin-bottom:4px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.form-job-card .elementor-field-group-field_f2ccd12 > .elementor-field-label{
  margin:0 !important;
  padding:0 !important;
}

/* =========================================================
   Image cards field_5cdacff (PC)
========================================================= */
.form-job-card .elementor-field-group-field_5cdacff > label{display:none !important;}

.form-job-card .elementor-field-group-field_5cdacff .elementor-field-subgroup{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  padding:0 100px !important;
}

.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option{
  flex:1 1 0 !important;
  margin:0 !important;
  position:relative !important;
}

.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option input{
  position:absolute !important;
  inset:0 !important;
  opacity:0 !important;
  z-index:2 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}

.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option label{
  display:block !important;
  min-height:150px !important;
  cursor:pointer !important;
  position:relative !important;
  font-size:0 !important;
  line-height:0 !important;
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
}

.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option label::before{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
  width:260px;
  height:260px;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:70% !important;
}

/* ラベル（質問文）を表示に戻す */
.form-job-card .elementor-field-group-field_5cdacff > label.elementor-field-label{
  display:block !important;
  padding-bottom:30px !important;
}

/* チェック */
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option label::after{
  content:"✓";
  position:absolute;
  top:15px;
  right:30px;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#f29a1a;
  color:#fff;
  font-weight:900;
  font-size:25px;
  display:none;
  align-items:center;
  justify-content:center;
}
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option input:checked + label::after{display:flex;}

/* 画像 */
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option:nth-of-type(1) label::before{background-image:url("../../uploads/2026/02/button-kaigo_1.png");}
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option:nth-of-type(2) label::before{background-image:url("../../uploads/2026/02/button-kangosi_1.png");}
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option:nth-of-type(3) label::before{background-image:url("../../uploads/2026/02/button-hoikusi_1.png");}
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option:nth-of-type(4) label::before{background-image:url("../../uploads/2026/02/button-chourisi_1.png");}
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option:nth-of-type(5) label::before{background-image:url("../../uploads/2026/02/button-sonota_1.png");}

/* =========================================================
   Image cards field_d677935 (PC)
========================================================= */
.form-job-card .elementor-field-group-field_d677935 > label{display:none !important;}

.form-job-card .elementor-field-group-field_d677935 .elementor-field-subgroup{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  padding:0 100px !important;
}

.form-job-card .elementor-field-group-field_d677935 .elementor-field-option{
  flex:1 1 0 !important;
  margin:0 !important;
  position:relative !important;
}

.form-job-card .elementor-field-group-field_d677935 .elementor-field-option input{
  position:absolute !important;
  inset:0 !important;
  opacity:0 !important;
  z-index:2 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}

.form-job-card .elementor-field-group-field_d677935 .elementor-field-option label{
  display:block !important;
  min-height:150px !important;
  cursor:pointer !important;
  position:relative !important;
  font-size:0 !important;
  line-height:0 !important;
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
}

.form-job-card .elementor-field-group-field_d677935 .elementor-field-option label::before{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
  width:260px;
  height:260px;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:70% !important;
}

/* ラベル（質問文）を表示に戻す */
.form-job-card .elementor-field-group-field_d677935 > label.elementor-field-label{
  display:block !important;
  padding-bottom:40px !important;
}

/* チェック */
.form-job-card .elementor-field-group-field_d677935 .elementor-field-option label::after{
  content:"✓";
  position:absolute;
  top:15px;
  right:60px;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#f29a1a;
  color:#fff;
  font-weight:900;
  font-size:25px;
  display:none;
  align-items:center;
  justify-content:center;
}
.form-job-card .elementor-field-group-field_d677935 .elementor-field-option input:checked + label::after{display:flex;}

/* 画像 */
.form-job-card .elementor-field-group-field_d677935 .elementor-field-option:nth-of-type(1) label::before{background-image:url("../../uploads/2026/02/button-asa_1-1.png");}
.form-job-card .elementor-field-group-field_d677935 .elementor-field-option:nth-of-type(2) label::before{background-image:url("../../uploads/2026/02/button-hiru_1.png");}
.form-job-card .elementor-field-group-field_d677935 .elementor-field-option:nth-of-type(3) label::before{background-image:url("../../uploads/2026/02/button-yoru_1.png");}
.form-job-card .elementor-field-group-field_d677935 .elementor-field-option:nth-of-type(4) label::before{background-image:url("../../uploads/2026/02/button-zenbu_1.png");}


/* STEP帯の白背景 */
.form-job-card .e-form__indicators{
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #fff !important;
}
/* 最初のステップボタンのみ高さを確保 */
.elementor-element.elementor-element-76e5816 
.e-form__buttons:not(:has(.e-form__buttons__wrapper__button-previous)){
    padding-top: 55px !important;
  padding-bottom: calc(177px + env(safe-area-inset-bottom)) !important;
}
/* 「利用規約〜」のボタン位置調整 */
.form-job-card 
.e-form__buttons 
.elementor-field-group.elementor-field-type-submit{
  align-items: center !important;
}

/* =========================================================
   PC only
========================================================= */
@media (min-width:768px){
  .elementor-field-group-field_311f6d4 .e-form__buttons__wrapper{
    width:30% !important;
    max-width:350px !important;
    margin:0 auto !important;
  }
  .elementor-field-group-field_311f6d4 .elementor-button{width:100% !important;}

  .elementor-field-group-field_e3dcca7,
  .elementor-field-group-field_8fcec1c,
  .elementor-field-group-field_8b9c167,
  .elementor-field-group-field_3df6f8c,
  .elementor-field-group-email,
  .elementor-field-group-field_66113e7{
    width:45% !important;
    margin:0 auto;
    max-width:100% !important;
  }
  .elementor-field-group-field_a7c7724,
  .elementor-field-group-field_af86502,
  .elementor-field-group-field_dac27d2{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
  }

  .e-form__step.elementor-hidden{display:none !important;}
/* step4 */
	#form-field-field_8b9c167 {
		margin-bottom:30px;
	}
/* step5 */
	.elementor-field-group-field_dac27d2 .e-form__buttons__wrapper	{
		flex-basis: 0 !important;
		flex-grow: 0;
	}
	.elementor-field-group-field_dac27d2 .elementor-field-type-submit {
		order:1;
		margin-top: 17px;
	}
	.elementor-field-group-field_dac27d2 .elementor-field-type-previous {
		order:2;
	}
	#form-field-email  {
		margin-bottom:30px;
	}
	
}



/* =========================================================
   タブレット
========================================================= */
@media (max-width:980px){
  .form-job-card .elementor-field-group-field_d677935 .elementor-field-option label::before{
    width:300px;
    height:300px;
    background-size:70% !important;
  }
}




/* =========================================================
  モバイル
========================================================= */
@media screen and (max-width:1024px){
  /* ボタン */
  .elementor-element.elementor-element-76e5816 .e-form__buttons{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:1px !important;
    padding-top:20px !important;
    padding-bottom:calc(78px + env(safe-area-inset-bottom)) !important;
  }

  /* ボタン幅（field-group側） */
  .elementor-element.elementor-element-76e5816 .e-form__buttons .elementor-field-group{
    width:70% !important;        /* ←好みで 70〜90% */
    max-width:320px !important;  /* ←必要なら調整 */
  }
.elementor-element.elementor-element-76e5816 .elementor-button {
    padding: 15px 20px 15px 20px;
}

  /* ボタン自体は親幅に追従 */
  .elementor-element.elementor-element-76e5816 .e-form__buttons .elementor-button{
    width:100% !important;
	  margin:0 auto;
  }

  /* ラベル：モバイルは改行させない＋中央寄せ（重複統合） */
  .elementor-field-label{
  display:block;
  white-space:normal;
  word-break:break-word;
  overflow-wrap:anywhere;
  padding-top:20px;
  padding-bottom:50px;
  text-align:center !important;
  }

  /* STEP（モバイル用余白） */
  .form-job-card .e-form__indicators{
    position:relative;
    padding-left:115px;
    padding-right:20px;
  }
  .form-job-card .e-form__indicators::before{
    left:0;
    width:90px;
    height:50px;
  }

  /* indicator縮小 */
  .form-job-card .e-form__indicators__indicator{
    width:40px;
    height:40px;
  }
  .form-job-card .e-form__indicators__indicator__number{
    font-size:17px !important;
  }

  /* 端補正 */
  .e-form__indicators--type-number_text .e-form__indicators__indicator:first-child{
	  padding-left:0;
	}
  .e-form__indicators--type-number_text .e-form__indicators__indicator:last-child{
	  padding-right:0;
	}

  /* 画像：モバイルは2列グリッド */
  .form-job-card .elementor-field-group-field_5cdacff .elementor-field-subgroup{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    padding-left:0 !important;
    padding-right:0 !important;
    column-gap:8px !important;
    row-gap: 25px !important;
  }
  .form-job-card .elementor-field-group-field_d677935 .elementor-field-subgroup{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    padding-left:0 !important;
    padding-right:0 !important;
    column-gap:8px !important;
    row-gap: 22px !important;
  }

  /* 5cdacff：5枚目中央 */
  .form-job-card .elementor-field-group-field_5cdacff .elementor-field-option:nth-of-type(5){
    grid-column:1 / -1;
    justify-self:center;
    width:50%;
  }

  /* 画像カード高さ（モバイル） */
  .form-job-card .elementor-field-group-field_5cdacff .elementor-field-option label{
    min-height:120px !important;
  }
  .form-job-card .elementor-field-group-field_d677935 .elementor-field-option label{
    min-height:130px !important;
  }

  /* 画像サイズ（モバイル） */
  .form-job-card .elementor-field-group-field_5cdacff .elementor-field-option label::before,
  .form-job-card .elementor-field-group-field_d677935 .elementor-field-option label::before{
    width:150px;
    height:150px;
    background-size:90% !important;
  }

/* チェック field_5cdacff */
.form-job-card .elementor-field-group-field_5cdacff .elementor-field-option label::after{
  content:"✓";
  position:absolute;
  top:10px;
  right:15px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#f29a1a;
  color:#fff;
  font-weight:900;
  font-size:25px;
  display:none;
  align-items:center;
  justify-content:center;
}
/* チェック field_d677935 */
.form-job-card .elementor-field-group-field_d677935 .elementor-field-option label::after{
  content:"✓";
  position:absolute;
  top:20px;
  right:15px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#f29a1a;
  color:#fff;
  font-weight:900;
  font-size:25px;
  display:none;
  align-items:center;
  justify-content:center;
}
	/* 最初のステップボタンのみ高さを確保 */
.elementor-element.elementor-element-76e5816 
.e-form__buttons:not(:has(.e-form__buttons__wrapper__button-previous)){
    padding-top: 18px !important;
  padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
}

/* ▼ ボタンの並び指定/モバイル */
  .elementor-element.elementor-element-76e5816
  .e-form__buttons{
    display:flex !important;
    flex-direction:column !important;
  }
  /* 上：次へ進む */
  .elementor-element.elementor-element-76e5816
  .e-form__buttons
  .elementor-field-group.elementor-field-type-next{
    order:1 !important;
  }
 /* 下：前へ戻る */
  .elementor-element.elementor-element-76e5816
  .e-form__buttons
  .elementor-field-group.elementor-field-type-previous{
    order:2 !important;
  }
	#form-field-field_8b9c167 {
		margin-bottom:15px;
		margin-top: -16px;
	}
	#form-field-email  {
		margin-bottom:15px;
	}
	

/* =========================================================
  モバイル/Google表示の追加修正
========================================================= */
	
}
@media screen and (max-width:480px){
	.elementor-field-group-field_52742dc .e-form__buttons,
	.elementor-field-group-field_a7c7724 .e-form__buttons,
	.elementor-field-group-field_af86502 .e-form__buttons {
		width: 70%;
		margin: 0 auto;
	}
	.elementor-field-group-field_311f6d4 .e-form__buttons {
		width: 70%;
	margin: 0 auto;
	}
	#form-field-field_8fcec1c {
		margin-top: -16px;
	}
}
