<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.form {
width: 100%;
line-height: 1.5;
font-weight: 500;
}
.wpcf7-form-control-wrap { position: static !important;
}
.mb50 {
margin-bottom: 50px;
}
.mt25 {
margin-top: 25px;
}
.mt-3rem {
margin-top: -3rem;
}
.fs14 {
font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
.mb50 {
margin-bottom: 20px;
}
.mt25 {
margin-top: 5px;
}
.mt-3rem {
margin-top: inherit;
}
}
.fwb {
font-weight: bold;
} .img_request_main {
margin: 60px auto;
}
.img_request_main_inner {
background-image: url(//www.hometech.co.jp/wp2024/wp-content/themes/hometech/img/form/request/request03.png);
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
height: 300px;
display: flex;
justify-content: flex-end; align-items: center;
padding-right: 5%;
}
@media screen and (max-width: 767px) {
.img_request_main_inner {
padding: 0 5%;
justify-content: center;
}
}
@media screen and (max-width: 480px) {
.img_request_main_inner {
height: 220px;
}
}
.main_txt {
}
.main_txt_01 {
background-image: url(//www.hometech.co.jp/wp2024/wp-content/themes/hometech/img/form/request/request02.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
text-align: center;
line-height: 2;
height: 40px;
color: #fff;
font-weight: bold;
font-size: 1.8rem;
letter-spacing: 0.2rem;
margin-bottom: 25px;
}
@media all and (-ms-high-contrast: none) {
.main_txt_01 {
padding-top: 0.3rem;
}
}
@media screen and (max-width: 480px) {
.main_txt_01 {
line-height: 1.4;
height: auto;
padding: 8px 0 15px;
}
} .new-request-main {
margin-top: 60px;
margin-bottom: 60px;
}
.new-request-main-head {
background: url(//www.hometech.co.jp/wp2024/wp-content/themes/hometech/img/form/request/request_bg02.png) no-repeat bottom center, url(//www.hometech.co.jp/wp2024/wp-content/themes/hometech/img/form/request/request_bg.gif);
padding: 50px 2.5% 110px;
position: relative;
text-align: center;
}
.new-request-main-flee-icon {
position: absolute;
top: -30px;
left: 100px;
}
.new-request-main-ttl {
font-size: 3rem;
font-weight: bold;
letter-spacing: 0.5em;
margin-bottom: 30px;
}
.new-request-main-ttl span {
font-size: 4.8rem;
}
.new-request-main-ttl .c_orange {
color: #ff9933;
}
.new-request-main-text {
font-size: 1.8rem;
font-weight: bold;
letter-spacing: 0.3em;
}
.new-request-main-body {
font-size: 0;
text-align: center;
margin-top: -70px;
position: relative;
z-index: 1;
}
@media screen and (max-width: 960px) {
.new-request-main-flee-icon {
left: 40px;
}
.new-request-main-ttl {
letter-spacing: 0.3em;
}
}
@media screen and (max-width: 767px) {
.new-request-main-ttl {
line-height: 1.2;
}
.new-request-main-text {
line-height: 1.5;
}
.new-request-main-body {
width: 90%;
margin: -70px auto 0;
}
}
@media screen and (max-width: 480px) {
.new-request-main-head {
padding: 40px 2.5% 90px;
}
.new-request-main-flee-icon {
width: 70px;
top: -25px;
left: 4%;
}
.new-request-main-ttl {
font-size: 2.4rem;
margin-bottom: 20px;
}
.new-request-main-ttl span {
font-size: 3.8rem;
}
.new-request-main-text {
font-size: 1.6rem;
}
}
@media screen and (max-width: 370px) {
.new-request-main-ttl {
letter-spacing: 0.1em;
}
} .lead {
text-align: center;
line-height: 1.8;
margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
.lead {
margin-bottom: 20px;
}
}
.lead .txt01 {
margin-bottom: 2rem;
}
.lead .txt03 {
font-size: 44px;
}
@media screen and (max-width: 480px) {
.lead .txt03 {
font-size: 36px;
}
}
.lead .txt03::before {
content: url(//www.hometech.co.jp/wp2024/wp-content/themes/hometech/img/common/icon_tel.svg);
width: 29px;
height: 29px;
margin: 0 0.25em 0 0;
}
@media screen and (max-width: 480px) {
.lead .txt03::before {
width: 18px;
height: 18px;
}
} .request-detail {
margin-bottom: 80px;
} .request-detail-ttl {
background: #ff9933;
text-align: center;
color: #fff;
padding: 20px 0;
font-size: 2.6rem;
font-weight: bold;
letter-spacing: 0.1em;
position: relative;
margin: 0 auto 40px;
}
.request-detail-ttl::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 20px solid #ff9933;
}
.request-detail-ttl p {
position: relative;
display: inline-block;
padding: 0 35px;
}
.request-detail-ttl p::before,
.request-detail-ttl p::after {
content: "";
display: block;
border-bottom: 2px solid #fff;
position: absolute;
width: 40px;
height: 1px;
}
.request-detail-ttl p::before {
left: 0;
bottom: 15px;
transform: rotate(55deg);
}
.request-detail-ttl p::after {
right: 0;
bottom: 15px;
transform: rotate(-55deg);
}
.request-detail-ttl br {
display: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
.request-detail-ttl {
font-size: 2.1rem;
}
.request-detail-ttl p::before,
.request-detail-ttl p::after {
bottom: 10px;
}
}
@media screen and (max-width: 480px) {
.request-detail-ttl {
line-height: 1.5;
}
.request-detail-ttl br {
display: inline;
}
}
@media screen and (max-width: 370px) {
.request-detail-ttl {
font-size: 1.8rem;
}
} .request-book {
padding: 30px;
}
.request-book-ttl {
font-size: 2.8rem;
font-weight: bold;
display: flex;
align-items: flex-end;
margin-bottom: 30px;
}
.request-book-ttl-num {
background: #000;
color: #fff;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
margin-right: 0.5em;
}
.request-book-ttl-text {
border-bottom: 1px solid #000;
padding: 0 50px 15px 10px;
letter-spacing: 0.15em;
}
.request-book-box-ttl {
background: #ff9933;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
padding: 10px 2.5%;
margin-bottom: 40px;
letter-spacing: 0.1em;
}
.request-book01-box2-right,
.request-book02-box2-right,
.request-book03-box2-right {
line-height: 1.5;
background: #fff;
padding: 50px 2%;
}
.request-book01-box2-right p:not(:last-child),
.request-book02-box2-right p:not(:last-child),
.request-book03-box2-right p:not(:last-child) {
margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
.request-book-ttl {
font-size: 2.4rem;
}
.request-book-ttl-num {
width: 40px;
height: 40px;
line-height: 40px;
}
.request-book-ttl-text {
padding: 0 30px 7px 7px;
}
}
@media screen and (max-width: 480px) {
.request-book {
padding: 30px 4%;
}
.request-book-ttl {
font-size: 2.1rem;
}
.request-book-ttl-num {
width: 3px;
height: 35px;
line-height: 35px;
min-width: 35px;
margin-right: 0.3em;
}
.request-book-ttl-text {
padding: 0 20px 7px 5px;
}
.request-book-box-ttl {
font-size: 1.6rem;
margin-bottom: 25px;
}
.request-book01-box2-right,
.request-book02-box2-right,
.request-book03-box2-right {
padding: 30px 3%;
}
} .request-book01 {
background: #fff5ea;
margin-bottom: 30px;
}
.request-book01 .request-book-ttl br {
display: none;
}
.request-book01-box1 {
margin-bottom: 30px;
}
.request-book01-box1-right p {
text-align: right;
}
.request-book01-box1-right p {
padding-top: 5px;
}
.request-book01-box2-right p:last-child {
font-weight: bold;
}
@media screen and (min-width: 768px) {
.request-book01-box1,
.request-book01-box2 {
display: flex;
justify-content: space-between;
}
.request-book01-box1-left {
width: 42%;
}
.request-book01-box1-right {
width: 57%;
text-align: right;
}
.request-book01-box2-left {
width: 43%;
}
.request-book01-box2-right {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.request-book01 .request-book-ttl {
align-items: center;
}
.request-book01 .request-book-ttl-text {
line-height: 1.2;
}
.request-book01 .request-book-ttl br {
display: inline;
}
.request-book01-box1-left,
.request-book01-box1-right,
.request-book01-box2-left {
text-align: center;
}
.request-book01-box1-left,
.request-book01-box2-left {
margin-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
.request-book01-box1-right p {
font-size: 1.4rem;
}
}
@media screen and (max-width: 370px) {
.request-book01 .request-book-ttl-text {
letter-spacing: 0.05em;
}
} .request-book02 {
margin-bottom: 30px;
background: #c1d6f2;
}
.request-book02-box1 {
margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.request-book02-box1,
.request-book02-box2 {
display: flex;
justify-content: space-between;
}
.request-book02-box1-left {
width: 50%;
}
.request-book02-box1-right {
width: 49%;
text-align: right;
}
.request-book02-box2-left,
.request-book02-box2-right {
width: 49%;
}
}
@media screen and (max-width: 767px) {
.request-book02-box1-left,
.request-book02-box1-right,
.request-book02-box2-left {
text-align: center;
}
.request-book02-box1-left,
.request-book02-box2-left {
margin-bottom: 30px;
}
} .request-book03 {
background: #e5eeeb;
}
.request-book03-box1 {
margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.request-book03-box1,
.request-book03-box2 {
display: flex;
justify-content: space-between;
}
.request-book03-box1-left {
width: 50%;
}
.request-book03-box1-right {
width: 49%;
text-align: right;
}
.request-book03-box2-left,
.request-book03-box2-right {
width: 49%;
}
}
@media screen and (max-width: 767px) {
.request-book03-box1-left,
.request-book03-box1-right,
.request-book03-box2-left {
text-align: center;
}
.request-book03-box1-left,
.request-book03-box2-left {
margin-bottom: 30px;
}
} input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
} ::-webkit-input-placeholder {
color: #909090;
}
::-moz-placeholder {
color: #909090;
opacity: 1;
}
:-ms-input-placeholder {
color: #909090;
} .form_container {
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 0 2.5%;
}
@media screen and (min-width: 768px) {
.form_container {
padding: 0 25px;
}
}
.form_item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
@media screen and (min-width: 960px) {
.form_item.flex_ai_fs {
align-items: flex-start;
}
}
@media screen and (max-width: 959px) {
} .form_bb {
border-bottom: 1px dotted #c8c8c8;
padding: 30px 0 0;
width: 100%;
}
@media screen and (max-width: 959px) {
.form_bb {
padding: 20px 0 0;
margin: 0 auto 30px;
}
} .form_item .form_req_wrap {
-ms-flex: 0 0 4.5%;
flex: 0 0 4.5%;
max-width: 4.5%;
}
@media screen and (max-width: 959px) {
.form_item .form_req_wrap {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
.form_item_noflex .form_req_wrap {
}
@media screen and (max-width: 959px) {
.form_item_noflex .form_req_wrap {
}
}
.form_req {
font-weight: bold;
color: #fff;
background: #ff9933;
padding: 2px 0;
text-align: center;
font-size: 1.4rem;
letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) and (max-width: 1139px) {
.form_req {
padding: 2px 2%;
}
}
@media all and (-ms-high-contrast: none) {
.form_req {
padding: 4px 0 0;
}
} .form_label {
font-size: 1.6rem;
font-weight: 500;
-ms-flex: 0 0 21%;
flex: 0 0 21%;
max-width: 21%;
line-height: 2.2;
letter-spacing: 0.1rem;
}
@media screen and (min-width: 960px) and (max-width: 1139px) {
.form_label {
-ms-flex: 0 0 34%;
flex: 0 0 34%;
max-width: 34%;
}
}
@media screen and (max-width: 959px) {
.form_label {
font-size: 1.8rem;
font-weight: 500;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
}
@media screen and (max-width: 767px) {
.form_label {
font-size: 1.6rem;
}
} .form_control_wrap {
margin-left: 4.5%;
flex: 0 0 70%;
max-width: 70%;
}
@media screen and (min-width: 960px) and (max-width: 1139px) {
.form_control_wrap {
flex: 0 0 56.666667%;
max-width: 56.666667%;
}
}
@media screen and (max-width: 959px) {
.form_control_wrap {
width: 100%;
flex: auto;
max-width: 100%;
margin: 1% 0 1.5%;
}
}
.form_control_wrap p {
margin: 0 2%;
}
.form_control {
font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
display: block;
width: 100%;
padding: 1rem 1.5rem;
font-size: 1.6rem;
line-height: 1.25;
color: #495057;
background-color: #eaeaea;
background-image: none;
background-clip: padding-box;
border: none;
} .control_flex01 {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
textarea.form_control {
height: 250px;
}
.control_01 {
max-width: 223px;
}
.control_02 {
max-width: 120px;
}
@media screen and (min-width: 960px) and (max-width: 1099px) {
.control_02 {
max-width: 80px;
}
}
@media screen and (max-width: 767px) {
.form_control_wrap .control_02:not(:last-child) {
margin: 0 0 30px;
}
.form_control_wrap .control_02 + p {
margin: 0 2% 30px;
}
.control_02 {
max-width: 100%;
}
} .item_radio {
font-size: 1.6rem;
margin: 0 3% 0 0;
}
.item_radio input {
vertical-align: inherit;
} .form_control_wrap p.sg_txt {
margin-top: 15px;
}
@media screen and (min-width: 481px) {
.radio-Sgender span.wpcf7-list-item:not(:last-child) {
margin-right: 2em;
}
}
@media screen and (max-width: 480px) {
.radio-Sgender span.wpcf7-list-item {
display: block;
}
.radio-Sgender span.wpcf7-list-item:not(:last-child) {
margin-bottom: 0.5em;
}
} .interest .wpcf7-checkbox span:not(:last-child) {
margin-right: 5rem;
} .btn_submit_wrap {
max-width: 600px;
width: 100%;
margin: 95px auto 0;
}
.btn_submit {
font-size: 24px;
font-weight: bold;
margin: 40px auto 80px;
display: block;
width: 600px;
text-align: center;
padding: 20px 2%;
background-color: #ffa347;
border: 1px solid #ffa347;
color: #fff;
transition: 0.5s all;
letter-spacing: 0.1em;
font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
.btn_submit {
padding: 24px 2% 16px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.btn_submit {
width: 96%;
padding: 10px;
line-height: 24px;
font-size: 18px;
margin: 0 auto;
}
}
@media screen and (min-width: 768px) {
.btn_submit:hover {
opacity: 0.5;
}
}
@media screen and (max-width: 480px) {
.btn_submit_wrap {
margin: 15px auto 0;
}
.btn_submit { font-size: 2.1rem;
}
}
@media screen and (max-width: 380px) {
.btn_submit {
font-size: 1.8rem;
}
}
.btn_submit:hover {
background: #fff;
color: #000;
border-color: #000;
}
.btn_submit i {
padding-left: 20px;
} .txt_privacy,
.txt_bottom {
width: 100%;
max-width: 1140px;
text-align: center;
line-height: 2;
font-size: 1.6rem;
font-weight: 500;
}
.txt_privacy {
margin: 80px auto 95px;
padding: 0 2.5%;
}
@media screen and (max-width: 959px) {
.txt_privacy {
margin: 50px auto 60px;
}
}
.txt_privacy a {
color: #ff9933;
border-bottom: 1px solid #ff9933;
}
.txt_privacy a:hover {
opacity: 0.5;
}
.ttl_privacy {
margin: 0 0 10px 0;
text-align: center;
}
@media screen and (max-width: 959px) {
.txt_privacy,
.txt_bottom {
text-align: left;
}
} .request_thanks {
margin: 60px auto;
text-align: center;
}
.request_thanks .txt01 {
font-weight: bold;
font-size: 2.4rem;
line-height: 2;
letter-spacing: 0.1rem;
}
.request_thanks .txt02 {
font-weight: 500;
font-size: 1.8rem;
line-height: 2;
}
.btn_bottom a {
font-size: 18px;
margin: 40px auto 0 auto;
display: block;
width: 300px;
text-align: center;
padding: 20px;
background-color: #fff;
border: 1px solid #ffa347;
color: #ffa347;
transition: 0.5s all;
letter-spacing: 0.1em;
}
.btn_bottom a:hover {
background: #ffa347;
color: #fff;
}
.btn_bottom a i {
padding-right: 15px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.btn_bottom a {
width: 96%;
padding: 10px;
line-height: 24px;
}
}
.interest_block .wpcf7-list-item,
.interest_block .mwform-checkbox-field {
display: block;
margin: 0 0 0 1em;
line-height: 2.5;
}
.interest_block .mwform-checkbox-field:nth-child(1) {
margin-left: 0.5em;
}
.fav-etc01 input {
width: 98%;
margin-left: 2%;
font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
padding: 1rem 1.5rem;
font-size: 1.6rem;
line-height: 1.25;
color: #495057;
background-color: #eaeaea;
background-image: none;
background-clip: padding-box;
border: none;
display: block;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="submit"],
textarea {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} .name-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.form_control_wrap p.first-name-input,
.form_control_wrap p.last-name-input {
margin: 0;
}
.first-name,
.last-name {
min-width: 35px;
text-align: center;
}
@media screen and (max-width: 481px) {
.name-wrap {
flex-wrap: wrap;
}
.first-name-input,
.last-name-input {
width: 85%;
}
.form_control_wrap p.first-name,
.form_control_wrap p.last-name {
margin: 0;
min-width: auto;
width: 15%;
}
.form_control_wrap p.last-name,
.form_control_wrap p.last-name-input {
margin-bottom: 15px;
}
} .digital-view {
padding: 20px;
margin-bottom: 80px;
background: #fff5ea;
text-align: center;
}
.digital-view_ttl {
font-size: 22px;
margin-bottom: 20px;
}
.digital-view_list {
}
.digital-view_item {
width: 100%;
padding: 10px;
font-size: 18px;
background: #fff;
}
.digital-view_item + .digital-view_item {
margin-top: 30px;
position: relative;
}
.digital-view_item + .digital-view_item::before {
content: "";
display: block;
width: 0;
height: 0;
border-width: 10px 10px 0;
border-style: solid;
border-color: #000 transparent transparent;
position: absolute;
top: -20px;
left: calc((100% - 14px) / 2);
}
.digital-view_item br {
display: none;
}
@media (max-width: 576px) {
.digital-view_ttl {
font-size: 18px;
}
.digital-view_item {
font-size: 16px;
line-height: 1.3;
}
}
@media (max-width: 400px) {
.digital-view_item br {
display: block;
}
}</pre></body></html>