@charset "utf-8";

.mwform-checkbox-field label, .mwform-radio-field label {
    display: flex;
    align-items: center;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.mwform-tel-field input[type="text"] {
    width: 80px !important;
}

.contactForm .formTr:first-child {
    margin-top: 0;
}

.formComment {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 6px 0 0;
}

.homeBtn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #E2750F;
    color: #fff;
    padding: 9px 9px 9px 61px !important;
    border: 1px solid #fff;
    border-radius: 35px;
}

.homeBtn {
    max-width: 371px !important;
    margin: 30px auto 0 !important;
    display: block !important;
}

.homeBtn>a:hover {
    background: #272727;
}

.comBtn01.homeBtn .wp-element-button:after {
    left: 8px !important;
    right: auto !important;
    transform: scaleX(-1);
}

.formBackBtn:after {
    left: 8px !important;
    right: auto !important;
    transform: scaleX(-1);
}

.formBackBtn {
    margin-top: 20px;
}

.ninni {
    background: #333 !important;
}

.contactFormBox {
	margin: 30px auto 0;
	max-width: 960px;
	width: 100%;
}

input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    border-radius: 50%;
    background: #fff;
    vertical-align: -2px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E2750F;
    content: '';
  }

.mw_wp_form .vertical-item {
    display: inline-block !important;
    margin: 5px 10px 5px 0;
}

.contactTtl01Box {
	display: none;
}

.contactWr01 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 100px;
}

.formWrap01 {
	margin: 80px auto 0;
	max-width: 1920px;
	padding: 60px 15px 60px;
	background-color: #D5EFFA;
}

.contactForm input[type="submit"] {
	border: 0;
	background: 0;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding-right: 40px;
}

.wpcf7-list-item.first {
	margin: 0;
}

.formTh {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.formTxt01 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #2A262C;
}

.formTxt02 {
	font-size: 14px;
}

.required {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	width: 60px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	height: 30px;
	border-radius: 10px;
	background: #E2750F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 15px;
}

.formTd {
	padding: 0;
	width: 100%;
}

.wpcf7-list-item-label {
	padding: 0 0 0 0.25em;
	font-size: 14px;
}

.contactForm input[type=checkbox] {
	top: 1px;
	position: relative;
	-webkit-appearance: auto;
	appearance: auto;
}

.formTh > p {
	display: flex;
	align-items: center;
}

.contactForm input[type="text"],
.contactForm input[type="email"] {
	padding: 5px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #B4B4B4;
	font-size: 16px;
	background: #fff;
	line-height: 1.5em;
}

.formZipArea > p {
	display: flex;
	justify-content: center;
	align-items: center;
}

#zip1 {
	width: 80px;
}

#zip2 {
	width: 100px;
}

.formAddArea {
	margin: 15px 0 0;
}

.formAddArea > div > p {
	display: flex;
	align-items: center;
	width: 100%;
}

.formAddArea {
	flex: 1;
}

.formAddArea .wpcf7-form-control-wrap {
	flex: 1;
}

.formAddArea .wpcf7-form-control-wrap > input {
	width: 100%;
}

.formAddArea > div:nth-of-type(n + 2) {
	margin: 15px 0 0;
}

.formAddArea > div {
	width: 100%;
}

.contactForm textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #707070;
	padding: 5px 10px;
	background: #fff;
}

.wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    position: relative;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #E2750F;
    color: #fff;
    padding: 9px 61px 9px 9px;
    border: 1px solid #fff;
    border-radius: 35px;
    cursor: pointer;
}

.wpcf7-submit:after {
    background: url(../../../../uploads/2024/05/com_arrow_icon.svg) no-repeat;
    content: "";
    width: 52px;
    height: 52px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto;
}

.wpcf7-submit:hover {
    color: #fff;
    background-color: #f58d2c;
}

.submitBox {
	margin: 60px auto 0;
	position: relative;
	max-width: 371px;
	width: 100%;
}

.wpcf7-spinner {
	margin: 20px auto 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	background: #FFF;
}

.formAddArea > div > input {
	flex: 1;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
	font-size: 14px;
}

.inServiceContactLink .wp-block-group__inner-container .inServiceTel {
	margin: 0 0 0 15px;
	font-size: 18px;
	font-weight: 700;
}

.inServiceContactLink .wp-block-group__inner-container .inServiceMail {
	margin: 0 0 0 15px;
	font-size: 16px;
}

.inServiceLineBox01 {
	margin: 0 0 0 15px;
}

.inServiceLine01 {
	font-size: 14px;
}

.inServiceLine02 {
	font-size: 12px;
}

.inServiceContactLink > .wp-block-group__inner-container {
	padding: 7px 15px 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	border: 2px solid #CCC;
	border-radius: 10px;
	background: #FFF;
}

.inServiceContactLink.inServiceContactLink--tel > .wp-block-group__inner-container {
	border-color: #1CA1DA;
	background-color: #1CA1DA;
	border-radius: 10px;
}

.inServiceContactLink.inServiceContactLink--tel > .wp-block-group__inner-container p {
	color: #FFF;
}

.inServiceContactLink.inServiceContactLink--mail > .wp-block-group__inner-container {
	border-color: #1CA1DA;
	background-color: #FFF;
	border-radius: 0;
}

.inServiceContactLink.inServiceContactLink--mail > .wp-block-group__inner-container p {
	color: #1CA1DA;
}

.inServiceContactLink.inServiceContactLink--line > .wp-block-group__inner-container {
	border-color: #49A123;
	background-color: #E5FCEB;
	border-radius: 0;
}

.inServiceContactLink.inServiceContactLink--line > .wp-block-group__inner-container p {
	color: #49A123;
}

.inServiceContactLink--mail:hover,
.inServiceContactLink--line:hover {
	opacity: .75;
}

.inServiceContactLink--line {
	margin: 30px auto 0;
}

.inContactTxt01 {
	margin: 60px auto 0;
}

.inServiceContactBox01 {
	margin: 40px auto 0;
}

.mwform-tel-field {
	display: flex;
	align-items: center;
}

.mwform-tel-field > input:nth-of-type(n + 2) {
	margin-left: 0.25em;
}

.mwform-tel-field > input:not(:last-of-type) {
	margin-right: 0.25em;
}

.wpcf7-submit input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.completeTtl01 {
	font-size: 20px;
	text-align: center;
}

.mw_wp_form .error {
	padding: 0.5em;
	color: #da1c1c;
}

.formTd.planTd {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
}

.planTd .mwform-radio-field label {
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    padding: 14px 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.planTd .mwform-radio-field label input {
    margin-right: 10px;
}

.planTd .mwform-radio-field label span {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

/* 確認画面 */

.mw_wp_form_preview .formTd {
	font-size: 14px;
	transform: rotate(0.1deg);
}

.mw_wp_form_preview .formTr {
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
}

.mw_wp_form_preview .formTh {
	font-weight: 700;
}

.mw_wp_form_preview .formZipArea {
	align-items: center;
}

.mw_wp_form_preview .formZipArea br {
	display: none;
}

.mw_wp_form_preview .formAddArea br {
	display: none;
}

.wpcf7-submit.wpcf7-submit--back {
	display: none;
}

.mw_wp_form_preview .wpcf7-submit.wpcf7-submit--back {
	display: flex;
}

.mw_wp_form_preview  .submitBox {
	display: block;
	max-width: 380px;
	justify-content: space-between;
}

.mw_wp_form_preview .wpcf7-submit.wpcf7-submit--back {
	margin-right: 20px;
}

.mw_wp_form_preview .wpcf7-submit.wpcf7-submit--back a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.mw_wp_form_preview .wpcf7-submit.wpcf7-submit--back {
	background: #707070;
	border-color: #707070;
}

.mw_wp_form_preview .wpcf7-submit.wpcf7-submit--back:hover {
	background-color: #aaa;
}

.formTh {
	width: 100%;
	position: relative;
	padding-bottom: 14px;
}

.formTr {
	display: block;
	margin-top: 30px;
}

.mw_wp_form input[type="file"] {
    width: auto;
}


.formZipArea {
    display: flex;
    align-items: center;
}

.formAddArea > div input {
    margin-top: 5px;
}

.privLink {
    text-align: center;
    margin: 56px auto 0;
}

.privLink a {
    text-decoration: underline;
}

.privLink a:hover {
    text-decoration: none;
}

.privCheck {
    text-align: center;
    margin: 30px auto 0;
    max-width: 350px;
    position: relative;
}

.error {
    background: #ee0101;
    position: absolute;
    min-width: 120px;
    color: #fff !important;
    font-size: 11px !important;
    border: 2px solid #ddd;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    top: -37px;
    max-width: 120px;
}

.completeTxt01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2em;
    text-align: left;
    margin-top: 30px;
}

/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
    display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
    background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
    background:#666;
}

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

.privacyArea {
    width: 100%;
}

.privacyConte {
    margin: 0 auto 0;
}

.privacyBox:not(:first-child) {
    margin: 30px 0 0;
}

.privacyTit {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    display: flex;
    align-items: baseline;
    border-left: 10px solid #E2750F;
    padding-left: 10px;
}

.privacyTit > code {
    font-family: "Noto Sans JP", sans-serif;
}

.privacyTxt {
    margin: 10px 0 0;
}

.privacyTxt > a {text-decoration: underline;}

.privacyTxt > a:hover {
    text-decoration: none;
}

.privacyConte .text01 {
    font-size: 14px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.mwform-tel-field input[type="text"] {
    width: 100px !important;
}

.completeTxt01 {
    font-size: 14px;
    text-align: center;
}

.formTd {
	flex: 1;
	position: relative;
}

.contactForm {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.formTxt01 {
	font-size: 18px;
}

.formTxt02 {
	font-size: 16px;
}

.wpcf7-list-item-label {
	font-size: 18px;
}

.contactForm input[type=checkbox] {
	top: 0;
}




.formTd {
	padding: 0;
	width: auto;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
	font-size: 16px;
}

.completeTtl01 {
	font-size: 25px;
}

.mw_wp_form_preview .formTr {
	padding-bottom: 0;
	border-bottom: 0;
}

.mw_wp_form_preview .formTd {
	font-size: 18px;
}

.required {
	font-size: 16px;
	width: 60px;
	height: 30px;
}

.formTd.planTd {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.contactWr01 {
    padding: 167px 0 148px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.formTxt01 {
	font-size: 20px;
}

.wpcf7-list-item-label {
	font-size: 22px;
}

.formTxt02 {
	font-size: 18px;
}

.contactForm input[type="text"],
.contactForm input[type="email"] {
	padding: 10px 15px;
}

.contactForm .ageTd input[type="text"] {
    width: 126px;
}

.contactForm textarea {
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 18px;
}

#zip1 {
	width: 120px;
}

#zip2 {
	width: 160px;
}



.formWrap01 {
	padding: 90px 15px 100px;
}

.submitBox {
	margin: 54px auto 0;
}

.submitBox:before {
	width: 46px;
	height: 46px;
	top: 47px;
	right: 67px;
}


.inServiceContactBlock > .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
}

.inServiceContactBlock > .wp-block-group__inner-container .inServiceContactLink.inServiceContactLink--mail {
	margin: 0 0 0 15px;
}

.inServiceContactLink > .wp-block-group__inner-container {
	max-width: 344px;
	width: 100%;
}

.inServiceContactBlock > .wp-block-group__inner-container > .inServiceContactLink {
	max-width: 344px;
	width: 100%;
}

.inServiceContactLink .wp-block-group__inner-container .inServiceTel {
	font-size: 30px;
}

.inServiceContactLink .wp-block-group__inner-container .inServiceMail {
	font-size: 20px;
}

.inServiceContactLink.inServiceContactLink--mail > .wp-block-group__inner-container {
	padding: 9px 15px 8px;
}

.inServiceContactLink.inServiceContactLink--line > .wp-block-group__inner-container {
	max-width: 500px;
	/* border-radius: 10px; */
}

.inServiceLineBox01 > .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.inServiceLine01 {
	font-size: 18px;
}

.inServiceLine02 {
	font-size: 16px;
	margin: 0 0 0 1em;
}

.inServiceContactLink.inServiceContactLink--tel > .wp-block-group__inner-container {
	border-radius: 50px;
	padding: 20px 30px 20px;
}

.inServiceContactLink--line {
	margin: 60px auto 0;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
	font-size: 18px;
}

.mw_wp_form_preview .submitBox {
	max-width: 380px;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1700px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1700px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */