@charset "UTF-8";



/* CF7用スタイル */

.w05 input {width: 50%;}
input::placeholder, textarea::placeholder {
  color: #aaa;

}

@media (max-width: 768px) {
	.w05 input {width: 100%;}
	.wpcf7-form label {font-size: 18px;}
}



.contact-form-inner {
    margin: 0 auto;
    padding: 50px 0;

}

.form-item:first-child {
    margin-top: 0;
}

.form-item {
    width: 90%;
    margin: 30px auto 0;

}

.form-item label {
    display: flex;
    font-size: 18px;
    color: #333333;
    align-items: center;
	margin-bottom: 5px;

}

.form-item > input{
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;

}

.form-flex {
    display: flex;
    flex-direction: column;

}

.form-flex input {
    height: 50px;
    border: 1px solid #cccccc;
    margin-top: 10px;

}

.form-flex input.your-add-1 {
    width: 40%;

}

.form-flex input.your-add-2 {
    width: 100%;

}

.form-hissu {
    color: #ffffff;
    font-size: 12px;
    margin-left: 0.75em;
    padding: 2px 5px;
    background-color: #BB9A14;

}

.form-free {
    color: #ffffff;
    font-size: 13px;
    margin-left: 15px;
    padding: 3px 5px;
    background-color: #aaaaaa;

}

.form-item textarea{
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    margin-top: 10px;

}

.last-check {
    display: flex;
    align-items: center;
    vertical-align: middle;

}

.last-check > input {
    width: auto;
    height: auto;
    margin: 0 10px 0 0;

}

.last-check a {
    text-decoration: none;

}

.form-item.send-btn {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;

}

.form-item.send-btn input {
    background-color: #4c2909;
    color: #ffffff;
    border-radius: 0px;
	font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    width: 35%;
    margin: 0 15px;
}

.form-item.send-btn input:hover {
	opacity: .75;
    transition: all .3s;
}

.wpcf7-previous {
    background-color: #aaa !important;
}



/* レスポンシブコード

画面サイズ768px以下で表示を変えています

 */

@media screen and (max-width:768px) {
    .contact-form-inner {
        padding: 30px 15px;
        border: none;

    }

    .form-item {
        width: 100%;
        margin: 20px auto 0;

    }

    .form-item > input{
        height: 35px;
        margin-top: 5px;

    }

    .form-item textarea{
        margin-top: 5px;
    }

    .form-item input::placeholder {
        padding-left:5px;
    }

    .form-flex input {
        height: 35px;
        margin-top: 5px;

    }

    .form-flex input.your-add-1 {
        width: 70%;
    }

    .form-hissu {
        margin-left: 5px;
    }

    .form-free {
        margin-left: 5px;
    }

    .last-check > input {
        margin: 0 5px 0 0;
    }

    .form-item.send-btn {
    	display: block;

	}

	.form-item.send-btn input {
		font-size: 16px;
    	width: 100%;
		margin: 15px 0 0;
		height: 50px;
	}

	.form-item label {font-size: 16px;}
	.wpcf7-list-item {
		margin: 0;
		width: 100%;
	}
}



/* 問い合わせページ・電話番号 */

.contact_tel-box {
    width: 50%;
    margin: 0 auto;
    border: 2px solid #1B5A88;
    padding: 15px;
	text-align: center;

}

.contact_tel-box a {
	color: #1B5A88;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}

.contact_tel-box p {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.contact_tel-box {width: 90%;}
	.contact_tel-box a {font-size: 24px;}
}



/* 問い合わせステップ */

.box_step03 {
  width: 70%;
  margin: 0 auto;
}


.box_step03 ul {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 0;

}

.box_step03 ul li {
  position: relative;
  color: #333;
  z-index: 1;
}

.box_step03 ul li::marker{color: #FFF;}
.box_step03 ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ddd;
  margin: 0 auto .5em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.box_step03 ul li.active {
  font-size: 16px;
  color: #333;
}

.box_step03 ul li.active:before {
  margin: -.3em auto .5em;
  background: #4c2909;
  width: 25px;
  height: 25px;
}

.box_step03 ul:before {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 1px;
  background: #ddd;
  content: "";
  left: 50%;
  top: 15px;
  z-index: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}

@media only screen and (max-width: 767px) {
  .box_step03 {width: 90%;}
}

@media only screen and (max-width: 480px) {
	.box_step03 ul:before {width: 85%;}

}



/* プライバシーポリシー */

.policy_inbox {
    padding: 30px 40px;
    height: 300px;
    overflow-y: scroll !important;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ced4da;
	background: #FFF;
}

.policy_inbox p {
    margin-bottom: 0;
}

.policy_inbox span.ttl {
    font-size: 1.25em;
    border-bottom: 2px solid #1B5A88;
    display: block;
    margin-bottom: 10px;
}

.policy_inbox a {color: #1B5A88;}


@media (max-width: 480px) {
	.policy_inbox {
		width: 100%;
		margin: 0;
		padding: 20px;}
}

/* 20240307追加（パンフレットダウンロードページにfaq追加） */

.faq{
    max-width: 800px;
    margin: 0 auto;
}

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

.faq dl+dl {
margin-top: 1rem;
}

.faq dt,
.faq dd {
padding: 10px;
}

.faq dl {
position: relative;
overflow: hidden;
}

.faq dl>input {
display: none;
}

.faq dt {
position: relative;
z-index: 1;
padding-right: 40px;
padding-left: 2.5em;
cursor: pointer;
background: #fff6f6;
transition: .4;
}

.faq dd {
position: absolute;
visibility: hidden;
transform: translateY(-100%);
transition: .4s;
border-top: none;
padding-left: 2.5em;
}

.faq dl>input:checked+label+dd {
position: relative;
visibility: visible;
transform: translateY(0);
}

.faq dt::before {
content: '';
position: absolute;
width: 20px;
height: 3px;
top: 50%;
right: 10px;
background: #333;
transform: translateY(-50%);
}

.faq dt::after {
content: '';
position: absolute;
top: 50%;
right: 10px;
width: 20px;
height: 3px;
background: #333;
transition: .4s;
transform: translateY(-50%) rotate(90deg);
}

.faq dl>input:checked+label>dt::after {
transform: translateY(-50%) rotate(180deg);
}

.faq dt span, .faq dd span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    left: 0.5em;
    width: 1.5em;
    height: 1.5em;
    transform: translateY(-50%);
    color: #4c2909;
    font-weight: 700;
    font-size: 1.2em;
}


.faq dd span {
top: 10px;
transform: translateY(0);
}


th.require {
    text-align: left !important;
    width:30%!important;
    padding-right: 10px!important;
}



.tbl_recruit.v1{color: #4c2909;}
.tbl_recruit.v1 th{
    vertical-align: top;
    background: #fff6f6;
    position: relative;
}

.tbl_recruit .flex01 > span{width: 50%;}
.tbl_recruit .flex01 input{width: 75%;}



.box_form01{background: #fffdec;}
.box_form01 .copy01{
    font-size: 19px;
    border-bottom: 1px solid #4c2909;
}
.box_form01 .txt{text-align: left;}


.tbl_recruit.v1 th {
    vertical-align: top;
    background: #fff6f6;
    position: relative;
}

.tbl_recruit01 th {
    background-color: #f6f1ed;
    border-bottom-color: #999 !important;
    border-right: 1px solid #999;
    color: #4c2909;
    font-weight: 400;
}

.tbl_recruit01 td {
    font-weight: 400;
}

.tbl_recruit.v1 {
    color: #4c2909;
}

.tbl_recruit .require span:after {
    content: "必須";
    display: inline-block;
    color: #4c2909;
    background: #fff;
    width: 40px;
    height: 25px;
    vertical-align: middle;
    position: absolute;
    right: 4px;
    font-size: 75%;
    text-align: center;
    line-height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 5px !important;
}


/* チェックボックスを縦並びに */
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: block !important; /* ← これで縦方向に並ぶ */
  margin-bottom: 0.3em;       /* 各項目の間隔 */
}

/* ラベルテキストの位置を整える */
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.4em; /* チェックボックスとテキストの間の余白 */
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.next-btn {
    background-color: #cf2323 !important;
    border-color: #cf2323 !important;
    padding: 20px ! Important;
    font-size: 1.2rem !important;
}

.send-btn {
  text-align: center !important; /* ボタンを中央に */
  padding-top:50px;
}

.send-btn .wpcf7-form-control.wpcf7-submit {
  display: inline-block !important; /* ブロック幅を解除して中央に */
  margin: 0 auto !important;
}



input.wpcf7-form-control.wpcf7-previous.prev-btn {
     border-color: #f4f4f4 !important;
    padding: 20px ! Important;
    font-size: 1.2rem !important;
    border-radius: 5px;
    width: 150px !important;
    margin-right: 20px;
}

