.c-pageHeader {
width: 100%;
height: 540px;
background-size: cover;
text-align: center;
padding-top: 197px;
}
@media screen and (max-width: 768px) {
.c-pageHeader {
height: 70vw;
margin-top: 60px;
padding-top: 7.03125vw;
background-position: top center;
background-size: auto 100%;
}
}
.c-pageHeader.staff {
background-image: url(//care-design.jp/cms/wp-content/themes/caredesign/img/staff/image_header.png);
}
.c-pageHeader.company {
background-image: url(//care-design.jp/cms/wp-content/themes/caredesign/img/company/image_header.png);
}
.c-pageHeader.service {
background-image: url(//care-design.jp/cms/wp-content/themes/caredesign/img/service/image_header.png);
}
.c-pageHeader.recruit {
background-image: url(//care-design.jp/cms/wp-content/themes/caredesign/img/recruit/image_header.png);
}
.c-pageHeader.contact {
background-image: url(//care-design.jp/cms/wp-content/themes/caredesign/img/contact/image_header.png);
}
.c-pageHeader.blog {
background-image: url(//care-design.jp/cms/wp-content/themes/caredesign/img/blog/image_header.png);
}
.c-pageHeader.event {
background-image: url(//care-design.jp/cms/wp-content/themes/caredesign/img/event/image_header.png);
}
.c-pageHeader_title {
font-weight: bold;
letter-spacing: 0.3rem;
}
.c-pageHeader_title span {
display: inline-block;
}
.c-pageHeader_title_caption {
font-size: 20px;
}
@media screen and (max-width: 768px) {
.c-pageHeader_title_caption {
font-size: 6.25vw;
}
}
@media screen and (max-width: 768px) {
.c-pageHeader_title_caption {
font-size: 15px;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.c-pageHeader_title_caption {
font-size: 4.6875vw;
}
}
.c-pageHeader_title_en {
font-size: 50px;
margin-top: 10px;
}
@media screen and (max-width: 768px) {
.c-pageHeader_title_en {
font-size: 15.625vw;
}
}
@media screen and (max-width: 768px) {
.c-pageHeader_title_en {
font-size: 40px;
line-height: 1;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.c-pageHeader_title_en {
font-size: 12.5vw;
}
}
.c-pageHeader_title_ja {
font-size: 14px;
margin-top: 10px;
}
@media screen and (max-width: 768px) {
.c-pageHeader_title_ja {
font-size: 4.375vw;
}
}
@media screen and (max-width: 768px) {
.c-pageHeader_title_ja {
font-size: 10px;
margin-top: 0;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.c-pageHeader_title_ja {
font-size: 3.125vw;
}
}
.c-pageHeader_shape {
width: 0;
height: 0;
border-width: 45px 214px;
border-style: solid;
border-top-color: transparent;
border-left-color: transparent;
margin: -18px auto 0;
}
@media screen and (max-width: 768px) {
.c-pageHeader_shape {
border-width: 7vw 35vw;
margin-top: -4.6875vw;
}
}
.c-pageHeader_shape.staff {
border-right-color: #F5C860;
border-bottom-color: #F5C860;
}
.c-pageHeader_shape.company {
border-right-color: #B53939;
border-bottom-color: #B53939;
}
.c-pageHeader_shape.service {
border-right-color: #3B53A7;
border-bottom-color: #3B53A7;
}
.c-pageHeader_shape.recruit {
border-right-color: #9DC02E;
border-bottom-color: #9DC02E;
}
.c-pageHeader_shape.contact {
border-right-color: #F5C860;
border-bottom-color: #F5C860;
}
.c-pageHeader_shape.event {
border-right-color: #9DC02E;
border-bottom-color: #9DC02E;
}
.c-pageHeader_shape.blog {
border-right-color: #3B53A7;
border-bottom-color: #3B53A7;
}
.c-formBanner {
width: 1200px;
margin-left: auto;
margin-right: auto;
background-color: #F8F8F8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 65px 0;
text-align: center;
}
@media screen and (max-width: 768px) {
.c-formBanner {
width: 100%;
padding: 9.375vw 0;
}
}
.c-formBanner_inner {
width: 610px;
}
@media screen and (max-width: 768px) {
.c-formBanner_inner {
width: 100%;
}
}
.c-formBanner_title {
font-size: 32px;
margin-bottom: 20px;
font-weight: bold;
position: relative;
}
@media screen and (max-width: 768px) {
.c-formBanner_title {
font-size: 10vw;
}
}
@media screen and (max-width: 768px) {
.c-formBanner_title {
font-size: 20px;
margin-bottom: 4.6875vw;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.c-formBanner_title {
font-size: 6.25vw;
}
}
.c-formBanner_title:before, .c-formBanner_title:after {
position: absolute;
content: "";
width: 176px;
height: 1px;
background-color: #333;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}
@media screen and (max-width: 768px) {
.c-formBanner_title:before, .c-formBanner_title:after {
width: 25vw;
}
}
.c-formBanner_title:before {
left: 0;
}
.c-formBanner_title:after {
right: 0;
}
.c-formBanner_typelists {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 768px) {
.c-formBanner_typelists {
display: block;
}
}
.c-formBanner_typelist {
letter-spacing: 0.15rem;
}
.c-formBanner_typelist:first-of-type {
margin-right: 50px;
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist:first-of-type {
margin-right: 0;
margin-bottom: 9.375vw;
}
}
.c-formBanner_typelist p {
font-size: 16px;
font-weight: bold;
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist p {
font-size: 5vw;
}
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist p {
font-size: 13px;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.c-formBanner_typelist p {
font-size: 4.0625vw;
}
}
.c-formBanner_typelist .tel {
font-size: 36px;
line-height: 1.2;
font-weight: bold;
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist .tel {
font-size: 11.25vw;
}
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist .tel {
font-size: 30px;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.c-formBanner_typelist .tel {
font-size: 9.375vw;
}
}
.c-formBanner_typelist small {
display: block;
margin-top: 5px;
font-size: 16px;
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist small {
font-size: 5vw;
}
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist small {
margin-top: 1.5625vw;
font-size: 10px;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.c-formBanner_typelist small {
font-size: 3.125vw;
}
}
.c-formBanner_typelist_btn {
margin-top: 20px;
font-size: 13px;
letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist_btn {
font-size: 4.0625vw;
}
}
@media screen and (max-width: 768px) {
.c-formBanner_typelist_btn {
margin: 2.34375vw auto 0;
}
}
.p-contact {
margin-top: 100px;
}
@media screen and (max-width: 768px) {
.p-contact {
margin-top: 0;
}
}
.p-contact_mail {
width: 700px;
margin: 90px auto;
}
@media screen and (max-width: 768px) {
.p-contact_mail {
width: 100%;
padding: 4.6875vw;
margin: 7.03125vw auto;
}
}
.p-contact_mail_title {
font-size: 32px;
font-weight: bold;
text-align: center;
}
@media screen and (max-width: 768px) {
.p-contact_mail_title {
font-size: 10vw;
}
}
@media screen and (max-width: 768px) {
.p-contact_mail_title {
font-size: 22px;
line-height: 1.5;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.p-contact_mail_title {
font-size: 6.875vw;
}
}
.p-contact_mail_title_eventTitle {
font-size: 0.8em;
}
.p-contact_form {
margin-top: 60px;
}
@media screen and (max-width: 768px) {
.p-contact_form {
margin-top: 9.375vw;
}
}
.p-contact_form_label {
display: block;
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
.p-contact_form_label {
font-size: 5vw;
}
}
@media screen and (max-width: 768px) {
.p-contact_form_label {
font-size: 13px;
margin-bottom: 1.5625vw;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.p-contact_form_label {
font-size: 4.0625vw;
}
}
.p-contact_form_row {
margin-bottom: 5px;
}
.p-contact_form_input {
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.p-contact_form_input {
margin-bottom: 4.6875vw;
}
}
.p-contact_form_input input[type=text],
.p-contact_form_input input[type=email],
.p-contact_form_input input[type=tel],
.p-contact_form_input select {
width: 100%;
border: 1px solid #1B224C;
padding: 15px;
font-size: 14px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.p-contact_form_input input[type=text],
.p-contact_form_input input[type=email],
.p-contact_form_input input[type=tel],
.p-contact_form_input select {
font-size: 4.375vw;
}
}
@media screen and (max-width: 768px) {
.p-contact_form_input input[type=text],
.p-contact_form_input input[type=email],
.p-contact_form_input input[type=tel],
.p-contact_form_input select {
padding: 3.125vw;
}
}
.p-contact_form_input input[type=text].number,
.p-contact_form_input input[type=email].number,
.p-contact_form_input input[type=tel].number,
.p-contact_form_input select.number {
display: inline-block;
max-width: 60px;
padding: 10px;
}
@media screen and (max-width: 768px) {
.p-contact_form_input input[type=text].number,
.p-contact_form_input input[type=email].number,
.p-contact_form_input input[type=tel].number,
.p-contact_form_input select.number {
padding: 2.34375vw;
}
}
.p-contact_form_input textarea {
padding: 15px;
font-size: 12px;
width: 100%;
border: 1px solid #1B224C;
}
@media screen and (max-width: 768px) {
.p-contact_form_input textarea {
font-size: 3.75vw;
}
}
@media screen and (max-width: 768px) {
.p-contact_form_input textarea {
padding: 3.125vw;
height: 40vw;
}
}
.p-contact_form .radioOption {
margin-bottom: 10px;
font-weight: bold;
font-size: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 768px) {
.p-contact_form .radioOption {
font-size: 5vw;
}
}
@media screen and (max-width: 768px) {
.p-contact_form .radioOption {
margin-bottom: 2.34375vw;
font-size: 13px;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.p-contact_form .radioOption {
font-size: 4.0625vw;
}
}
.p-contact_form .radioOption:first-of-type {
margin-top: 10px;
}
@media screen and (max-width: 768px) {
.p-contact_form .radioOption:first-of-type {
margin-top: 3.125vw;
}
}
.p-contact_form .radioOption label {
position: relative;
margin-left: 10px;
top: -4px;
}
@media screen and (max-width: 768px) {
.p-contact_form .radioOption label {
margin-left: 2.34375vw;
top: -1.5625vw;
}
}
.p-contact_agree {
text-align: center;
}
.p-contact_agree_privacy, .p-contact_agree_check {
font-weight: bold;
font-size: 16px;
}
@media screen and (max-width: 768px) {
.p-contact_agree_privacy, .p-contact_agree_check {
font-size: 5vw;
}
}
@media screen and (max-width: 768px) {
.p-contact_agree_privacy, .p-contact_agree_check {
font-size: 13px;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.p-contact_agree_privacy, .p-contact_agree_check {
font-size: 4.0625vw;
}
}
.p-contact_agree_privacy a {
color: #6F84CE;
}
.p-contact_agree_check {
margin-top: 20px;
}
@media screen and (max-width: 768px) {
.p-contact_agree_check {
margin-top: 4.6875vw;
}
}
.p-contact_agree_check label {
position: relative;
margin-left: 10px;
top: 2px;
}
@media screen and (max-width: 768px) {
.p-contact_agree_check label {
margin-left: 2.34375vw;
top: -0.46875vw;
}
}
.p-contact_agree_btn {
margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
.p-contact_agree_btn {
margin-top: 7.03125vw;
}
}
.p-contact_agree_btn.disabled {
opacity: 0.2;
pointer-events: none;
}
.p-contact.thanks {
margin-top: 220px;
}
@media screen and (max-width: 768px) {
.p-contact.thanks {
margin-top: 0;
}
}
.p-privacy_term {
width: 700px;
margin: 90px auto;
}
@media screen and (max-width: 768px) {
.p-privacy_term {
width: 100%;
padding: 4.6875vw;
margin: 7.03125vw auto;
}
}
.p-privacy_term_title {
font-size: 32px;
font-weight: bold;
text-align: center;
}
@media screen and (max-width: 768px) {
.p-privacy_term_title {
font-size: 10vw;
}
}
@media screen and (max-width: 768px) {
.p-privacy_term_title {
font-size: 22px;
line-height: 1.5;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
.p-privacy_term_title {
font-size: 6.875vw;
}
}
.p-privacy_term_desc {
margin-top: 40px;
}
.p-privacy_term_desc > * {
margin: 2em 0 1em;
}
.p-privacy_term_desc > *:first-child {
margin-top: 0;
}
.p-privacy_term_desc dl > * {
margin: 1em 0 0.5em;
}
.p-privacy_term_desc dl > *:first-child {
margin-top: 0;
}
.p-privacy_term_desc dl dt {
margin-top: 2em;
}