@charset "UTF-8";

html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-size: 62.5%;
min-width: 100px;
}
body.home,
body.page-front2 {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/bg.png);
}
body {
width: 100%;
margin: 0;
color: #444;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 500;
min-width: 1400px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
p {
font-size: 16px;
font-size: 1.6rem;
line-height: 2;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: underline;
color: inherit;
} img {
border: none;
}
ul li,
ol li {
line-height: 1.8;
font-size: 16px;
font-size: 1.6rem;
}
.mb0 {
margin-bottom: 0 !important;
}
.sp {
display: none !important;
}
.fadein {
opacity: 0;
-webkit-transform: translate(0, 100px);
transform: translate(0, 100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.fadein.active {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.home #wrapper{
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/main-bg-wave.png);
background-repeat: no-repeat;
background-size: 1546px 1084px;
background-position: left 100px !important;
}
main {
min-width: 1400px;
}
.fix-contact {
position: fixed;
right: 0;
top: 170px;
width: 70px;
z-index: 11;
}
.fix-contact a {
display: block;
color: #fff;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
font-size: 19px;
font-size: 1.9rem;
width: 70px;
height: 200px;
margin-bottom: 16px;
border-radius: 20px 0 0 20px;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
font-weight: bold;
}
.fix-contact a:hover {
opacity: 0.7;
}
.fix-contact a img {
margin-bottom: 14px;
}
.fix-contact a:nth-of-type(1) {
background-color: #f19c00;
}
.fix-contact a:nth-last-of-type(1) {
background-color: #579043;
}
.header {
height: 210px;
width: 100%;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
z-index: 9999;
min-width: 1400px;
}
.header h1 {
width: 243px;
margin-top: 40px;
margin-left: 30px;
}
.header .hdr-content nav ul {
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 38px;
}
.header .hdr-content nav ul li {
list-style-type: none;
margin-left: 30px;
}
.header .hdr-content nav ul li a {
padding: 5px;
font-size: 16px;
font-size: 1.6rem;
display: block;
text-decoration: none;
color: #fff;
line-height: 1;
border-bottom: 1px solid transparent;
font-weight: bold;
}
.header .hdr-content nav ul li a:hover {
border-bottom: 1px solid #fff;
}
header .hdr-content nav ul li.has-sub {
padding: 5px;
font-size: 16px;
font-size: 1.6rem;
display: block;
text-decoration: none;
color: #fff;
line-height: 1;
border-bottom: 1px solid transparent;
font-weight: bold;
position: relative;
}
header .hdr-content nav ul li.has-sub .sub {
background-color: #b89e84;
padding: 10px 10px 4px !important;
display: none;
position: absolute;
top: 28px;
left: 0;
margin: 0;
width: 100%;
z-index: 1000;
}
header .hdr-content nav ul li.has-sub .sub li {
border-bottom: none !important;
margin-left: 0;
}
header .hdr-content nav ul li.has-sub .sub li::before {
content: none;
}
header .hdr-content nav ul li.has-sub .sub li a {
display: block;
font-size: 15px;
line-height: 2;
margin-bottom: 8px;
padding-bottom: 8px;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #fff;
}
header .hdr-content nav ul li.has-sub .sub li a span {
font-size: 26px;
line-height: 1;
color: #fff;
}
header .hdr-content nav ul li.has-sub .sub li a:hover {
color: #000;
opacity: 1;
}
header .hdr-content nav ul li.has-sub .sub li:nth-last-of-type(1) {
border-bottom: none;
}
header .hdr-content nav ul li.has-sub .sub li:nth-last-of-type(1)>a {
border-bottom: none;
margin-bottom: 2px;
}
header .hdr-content nav ul li.has-sub .sub li:nth-last-of-type(1)>a span {
color: #fff;
}
header .hdr-content nav ul li.has-sub:hover>.sub {
display: block;
animation: slideDown 0.3s ease-out forwards;
}
header .hdr-content nav ul li.has-sub:nth-of-type(3) .sub {
width: 140px;
left: -18px;
}
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.header .hdr-content .tel-wrap {
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 48px;
margin-top: 1.5vw;
margin-bottom: 20px;
font-weight: bold;
}
.header .hdr-content .tel-wrap p.hdr-tel {
color: #fff;
font-size: 28px;
font-size: 2.8rem;
padding-right: 22px;
}
.header .hdr-content .tel-wrap p.hdr-tel img {
display: inline-block;
vertical-align: baseline;
margin-right: 8px;
}
.header .hdr-content .tel-wrap p.openhour {
color: #fff;
}
.main-image {
width: calc(100% - 255px);
margin-left: 255px;
height: 100dvh;
overflow: hidden;
position: relative;
z-index: 9;
padding-bottom: 90px;
min-height: 760px;
margin-bottom: 260px;
}
.main-image img.main {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 0 0 0 60px;
}
.main-image .main-txt {
width: 720px;
position: absolute;
z-index: 10;
top: 28%;
left: 10vw;
} .mv-image {
display: flex;
justify-content: space-between;
align-items: flex-start;
position: relative;
z-index: 100;
}
.mv-image .txt {
display: flex;
flex-direction: row-reverse;
justify-content: center;
width: 24vw;
max-width: 448px;
min-width: 336px;
padding-top: 4vw;
}
.mv-image .txt p {
writing-mode: vertical-rl;
}
.mv-image .txt p.copy {
font-size: 2.2vw;
font-weight: bold;
}
.mv-image .txt p.sub {
font-size: 1.25vw;
}
.mv-image .mv-slider {
width: calc(100% - 24vw);
min-width: 1064px;
max-height: 760px;
}
.mv-image .mv-slider ul li img{
width: 100%;
height: auto;
}
.mv-image .mv-slider .slick-list {
border-radius: 50px 0 0 50px;
overflow: hidden;
}
.home .slick-dots{
text-align: left;
padding-left:30px;
bottom: -30px;
}
.home .slick-dots li button:before{
font-size: 14px;
}
.main-under {
width: 1024px;
width: calc(100% - 255px); margin: 0 auto;
position: relative;
display: flex;
justify-content: flex-end;
z-index: 9;
}
.main-under .experience {
width: 1024px;
height: auto;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/bg.png);
background-size: cover;
display: flex;
align-items: center;
justify-content: space-between;
padding: 30px;
position: relative;
left: inherit;
top: inherit;
margin: 64px auto;
z-index: 10;
border-radius: 16px;
}
.main-under .experience .cont {
text-align: center;
}
.main-under .experience .cont h2 {
font-size: 3.6rem;
color: #fff;
}
.main-under .experience .cont h2 span {
font-size: 2.6rem;
}
.main-under .experience .cont p {
font-size: 1.6rem;
color: #fff;
margin: 14px 0 17px;
}
.main-under .experience .cont .for-detail {
margin-bottom: 0px;
}
.main-under .experience .cont .for-detail a {
background-color: #fff;
color: #8b7e72;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-w-arrow.svg);
margin-bottom: 0;
}
.main-under .experience .works-wrap {
display: flex;
width: 510px;
justify-content: space-between;
}
.main-under .experience .works-wrap .works-box {
text-decoration: none;
width: 240px;
transition: .2s;
}
.main-under .experience .works-wrap .works-box:hover {
opacity: .7;
}
.main-under .experience .works-wrap .works-box .works-info {
margin-bottom: 8px;
}
.main-under .experience .works-wrap .works-box .works-info .data {
background: #e6e0d6;
padding: 5px 10px;
}
.main-under .experience .works-wrap .works-box .works-info .data p {
font-size: 1.4rem;
font-weight: bold;
}
.main-under .works-info .image {
aspect-ratio: 240 / 158;
overflow: hidden;
}
.main-under .works-info .image>img {
object-fit: cover;
width: 100%;
height: 100%;
}
.main-under .experience .works-wrap .works-box .works-title {
font-size: 1.4rem;
color: #fff;
}
@media screen and (min-width: 1921px) {
.mv-image .txt{
justify-content: flex-start;
}
.mv-image .txt p.copy {
font-size: 42px;
}
.mv-image .txt p.sub {
font-size: 24px;
}
.mv-image .mv-slider,
.slick-dotted.slick-slider,
.mv-image .mv-slider .slick-list{
max-height: 760px;
}
.mv-image .mv-slider .slick-slide img{
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media print and (max-width: 1450px),
screen and (max-width: 1450px) {
.mv-image .txt p.copy {
font-size: 30px;
}
.mv-image .txt p.sub {
font-size: 17px;
}
.main-image .main-txt {
top: 24%;
left: 5vw;
}
.main-image .main-under {
left: 1%;
}
}
.main-contents h2 {
font-size: 36px;
font-size: 3.6rem;
line-height: 1;
text-align: center;
margin-bottom: 54px;
}
.event {
padding: 60px 0 0;
margin-bottom: 100px;
}
.event .event-wrap {
width: 1024px;
margin: 0 auto;
background-color: #fff;
padding: 60px 60px 40px;
}
.top-concept .top-concept-wrap {
width: 1024px;
margin: 0 auto;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.top-concept .top-concept-wrap .h2-wrap {
width: 305px;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
margin-bottom: 16px;
}
.top-concept .top-concept-wrap .h2-wrap h2 {
font-size: 16px;
font-size: 1.6rem;
border-left: 1px dotted #000;
padding: 5px 10px;
display: inline-block;
margin-right: 29px;
margin-left: 8px;
letter-spacing: 0.1rem;
}
.top-concept .top-concept-wrap .h2-wrap .sub {
font-size: 66px;
font-size: 6.6rem;
letter-spacing: 0.7rem;
line-height: 1.43;
font-weight: bold;
}
.top-concept .top-concept-wrap .text {
width: 719px;
padding: 40px 0 0 26px;
}
.top-concept .top-concept-wrap .text p {
font-size: 18px;
font-size: 1.8rem;
font-weight: normal;
margin-bottom: 40px;
line-height: 2.2;
letter-spacing: -0.07rem;
}
.top-concept .top-concept-wrap .text p span {
font-weight: bold;
}
.top-concept .top-concept-wrap .text p.push {
font-size: 22px;
font-size: 2.2rem;
font-weight: bold;
line-height: 1.8;
}
.top-concept .concept-item {
width: 1024px;
margin: 0 auto 40px;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.top-concept .concept-item p {
width: 248px;
height: 248px;
position: relative;
text-align: center;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.5;
font-weight: bold;
}
.top-concept .concept-item p:nth-of-type(1) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item01.png);
padding-top: 100px;
}
.top-concept .concept-item p:nth-of-type(2) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item02.png);
padding-top: 90px;
}
.top-concept .concept-item p:nth-of-type(3) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item03.png);
padding-top: 100px;
}
.top-concept .concept-item p:nth-of-type(4) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item04.png);
padding-top: 90px;
}
.for-detail {
margin-bottom: 136px;
}
.main-contents .wp-block-buttons>.wp-block-button,
body.page .submit-btn,
body.single-modelhouse table.form-table .submit-btn {
width: 100%;
margin: 60px auto 136px;
}
.for-detail a,
.main-contents .wp-block-buttons>.wp-block-button a,
body.page .submit-btn input,
body.single-modelhouse .submit-btn input {
display: block;
width: 400px;
height: 60px;
margin: 0 auto 43px;
text-align: center;
border-radius: 30px;
color: #fff;
text-decoration: none;
background-color: #8b7e72;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 18px;
font-size: 1.8rem;
-webkit-box-shadow: 0 7px 0 #796d62;
box-shadow: 0 7px 0 #796d62;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-arrow.svg);
background-repeat: no-repeat;
background-size: 30.19px 14px;
background-position: 94% center;
-webkit-transition: 0.3s;
transition: 0.3s;
font-weight: bold;
}
body.page .submit-btn input,
body.single-modelhouse .submit-btn input {
border: none;
}
.for-detail a:hover,
.main-contents .wp-block-buttons>.wp-block-button a:hover,
body.page .submit-btn input:hover,
body.single-modelhouse .submit-btn input:hover {
background-color: #b7a492;
-webkit-box-shadow: 0 7px 0 #a3907f;
box-shadow: 0 7px 0 #a3907f;
background-position: 96% center;
}
.biz-info-top {
width: 100%;
height: 5vw;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/biz-info-topwave.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
}
.biz-info { padding: 20px 0 0;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/biz-info-bg.png);
background-repeat: repeat;
background-position: center top;
}
.biz-info .biz-info-wrap {
width: 1024px;
display: flex; margin: 0 auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.biz-info .biz-info-wrap .box {
width: 511px;
height: 440px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/biz-info-box-bg.png);
padding-top: 82px;
text-align: center;
}
.biz-info .biz-info-wrap .box h3 {
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 13px;
}
.biz-info .biz-info-wrap .box p {
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
margin-bottom: 34px;
}
.biz-info .biz-info-wrap .box p span {
font-weight: 700;
}
.biz-info .biz-info-wrap .box p.cap {
margin-bottom: 24px;
}
.biz-info-bottom {
width: 100%;
height: 135px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/biz-info-bottomwave.png);
background-repeat: repeat-x;
background-position: center top;
}
.modelhouse-info {
width: 1024px;
margin: 100px auto 0;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.modelhouse-info .image {
width: 512px;
height: 450px;
overflow: hidden;
border-radius: 0 0 0 80px;
}
.modelhouse-info .text {
width: 512px;
height: 450px;
background-color: #8b7e72;
border-radius: 0 80px 0 0;
text-align: center;
padding: 36px 60px;
color: #fff;
}
.modelhouse-info .text .zeal-logo {
margin-bottom: 16px;
}
.modelhouse-info .text .zeal-logo img {
margin: 0 auto;
}
.modelhouse-info .text h3 {
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 10px;
}
.modelhouse-info .text p {
text-align: left;
line-height: 2;
margin-bottom: 22px;
}
.modelhouse-info .text .for-detail a {
background-color: #fff;
color: #8b7e72;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-w-arrow.svg);
font-weight: bold;
}
.result-voice {
padding: 88px 0 0;
}
.archive .result-voice {
padding: 0;
}
.result-voice h2 {
margin-bottom: 30px;
}
.result-voice p.intro {
text-align: center;
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
margin-bottom: 22px;
}
.result-voice p.intro span {
font-weight: bold;
}
.result-voice .result-wrap {
width: 1024px;
margin: 0 auto 40px;
display: flex;
}
.archive .result-voice .result-wrap {
width: 960px;
flex-wrap: wrap;
justify-content: flex-start;
}
.result-voice .result-wrap .box {
width: 320px;
margin-right: 32px;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.result-voice .result-wrap .box:nth-last-of-type(3) {
margin-right: 0;
}
.home .result-voice .result-wrap .box:nth-of-type(3) {
margin-right: 0;
}
.home .result-voice .result-wrap .box:nth-last-of-type(3) {
margin-right: 32px;
}
.archive .result-voice .result-wrap .box {
width: 300px;
margin-right: 30px;
}
.archive .result-voice .result-wrap .box:nth-of-type(3n) {
margin-right: 0;
}
.result-voice .result-wrap .box a {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-decoration: none;
background-color: #fff;
font-weight: bold;
}
.result-voice .result-wrap .box a .image {
width: 320px;
height: 230px;
overflow: hidden;
}
.result-voice .result-wrap .box a .image img {
width: 320px;
height: 230px;
-o-object-fit: cover;
object-fit: cover;
}
.archive .result-voice .result-wrap .box a .image {
width: 300px;
height: 200px;
overflow: hidden;
}
.archive .result-voice .result-wrap .box a .image img {
width: 300px;
height: 200px;
object-fit: cover;
object-position: center;
}
.result-voice .result-wrap .box a .text {
padding: 0 23px 40px;
}
.result-voice .result-wrap .box a .text .data {
border-left: 4px solid #8b7e72;
padding: 10px 16px 3px;
margin-bottom: 15px;
}
.result-voice .result-wrap .box a .text .data p {
text-align: left;
}
.result-voice .result-wrap .box a .text .data p:nth-of-type(1) {
margin-bottom: 3px;
}
.result-voice .result-wrap .box a:hover {
color: #8b7e72;
}
.result-voice .result-wrap .box a:hover .image {
opacity: 0.7;
}
.result-voice .for-detail {
margin-bottom: 68px;
}
.result-voice p.cap {
text-align: center;
font-weight: normal;
margin-bottom: 30px;
}
.result-voice p.cap span {
font-weight: bold;
}
.flow-faq {
position: relative;
padding-top: 80px;
}
.flow-faq img.flow-faq-bg {
position: absolute;
right: 50%; top: 200px;
margin-right: 165px;
z-index: 1;
}
.flow-faq .wrap {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 1024px;
margin: 0 auto;
}
.flow-faq .wrap .box {
width: 470px;
position: relative;
z-index: 9;
}
.flow-faq .wrap .box h2 {
font-size: 28px;
font-size: 2.8rem;
text-align: left;
margin-bottom: 30px;
}
.flow-faq .wrap .box .image {
position: relative;
z-index: 9;
}
.flow-faq .wrap .box .text {
width: 410px;
height: 205px;
padding: 40px 0 0 50px;
margin-left: 60px;
font-size: 16px;
font-size: 1.6rem;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/text-bg.png);
position: relative;
z-index: 10;
margin-top: -50px;
line-height: 2;
font-weight: normal;
margin-bottom: 10px;
}
.flow-faq .wrap .box .for-detail {
position: relative;
z-index: 10;
margin-top: -10px;
margin-bottom: 126px;
}
.flow-faq .wrap .box .for-detail a {
margin-right: 20px;
}
.company-staff {
width: 1024px;
margin: 0 auto 100px;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.company-staff .box {
width: 512px;
height: 317px;
padding-top: 80px;
}
.company-staff .box h2 {
margin-bottom: 8px;
font-size: 28px;
font-size: 2.8rem;
}
.company-staff .box p {
text-align: center;
margin-bottom: 30px;
}
.company-staff .top-company {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/top-company-bg.png);
color: #fff;
}
.company-staff .top-company .for-detail a {
background-color: #fff;
color: #8b7e72;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-w-arrow.svg);
}
.company-staff .top-staff {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/top-staff-bg.png);
}
.bg-wrap {
width: 100%;
overflow: hidden;
position: relative;
}
.bg-wrap img.area-bg {
position: absolute;
left: 50%;
margin-left: 232px;
top: 80px;
z-index: 9;
}
.top-news {
width: 1024px;
margin: 0 auto 120px;
}
.top-news .wrap {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.top-news .wrap h2 {
font-size: 28px;
font-size: 2.8rem;
width: 190px;
text-align: left;
padding-top: 30px;
}
.top-news .wrap .news-list {
width: 832px;
}
.top-news .wrap .news-list dl {
width: 830px;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 27px 0;
border-bottom: 1px dotted #000;
}
.top-news .wrap .news-list dl dt {
font-size: 16px;
font-size: 1.6rem;
margin-right: 20px;
}
.top-news .wrap .news-list dl dt span {
padding: 5px;
border: 2px solid #8b7e72;
color: #8b7e72;
margin-left: 20px;
font-size: 14px;
font-size: 1.4rem;
}
.top-news .wrap .news-list dl dd {
font-size: 16px;
font-size: 1.6rem;
}
.top-news .wrap .news-list dl dd a {
text-decoration: none;
}
.top-news .wrap .news-list dl dd a:hover {
color: #b7a492;
}
.top-news .wrap .news-list dl:nth-last-of-type(1) {
border-bottom: none;
}
.area {
width: 1300px;
height: 884px;
margin: 0 auto 128px;
background-color: #fff;
padding: 110px 138px;
position: relative;
z-index: 10;
border-radius: 80px 0 80px 0;
-webkit-box-shadow: 0 0 28px #e4e4e4;
box-shadow: 0 0 28px #e4e4e4;
}
.area h2 {
margin-bottom: 24px;
}
.area p {
width: 834px;
margin: 0 auto 60px;
}
.corona {
margin-bottom: 120px;
}
.corona h2 {
margin-bottom: 28px;
}
.corona p.intro {
text-align: center;
margin: 0 auto 52px;
}
.corona p.intro span {
display: inline-block;
text-align: left;
font-weight: normal;
}
.corona .wrap {
width: 850px;
margin: 0 auto 38px;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.corona .wrap p {
margin: 0 10px 20px;
}
.corona .image-wrap {
width: 1024px;
margin: 0 auto;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.corona .image-wrap div {
text-align: center;
}
.corona .image-wrap div p {
font-size: 20px;
font-size: 2rem;
margin-bottom: 16px;
font-weight: bold;
} .u-header {
width: 100%;
height: 100px;
padding: 0 90px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/header-bg.png);
background-repeat: repeat-x;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: sticky;
top: 0;
left: 0;
z-index: 99999;
}
.u-header .u-logo {
margin-top: 15px;
}
.u-header .u-logo img {
width: 264px;
height: auto;
}
.u-header .hdr-content nav ul {
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.u-header .hdr-content nav ul li {
list-style-type: none;
margin-left: 30px;
}
.u-header .hdr-content nav ul li a {
padding: 5px;
font-size: 14px;
font-size: 1.4rem;
display: block;
text-decoration: none;
color: inherit;
line-height: 1;
border-bottom: 1px solid transparent;
}
.u-header .hdr-content nav ul li a:hover {
color: #BF7938;
}
.u-header .hdr-content nav ul li.has-sub {
padding: 5px;
font-size: 14px;
font-size: 1.4rem;
display: block;
text-decoration: none;
color: inherit;
line-height: 1;
font-weight: normal;
}
.u-header .hdr-content nav ul li.has-sub ul.sub {
top: 26px;
}
header.u-header .hdr-content nav ul li.has-sub:nth-of-type(3) .sub {
left: -24px;
}
.u-header .hdr-content nav ul li.has-sub ul.sub li a {
color: #fff;
}
.u-header .hdr-content nav ul li.has-sub ul.sub li a:hover {
color: #000;
}
.u-header .hdr-content .tel-wrap {
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 11px;
}
.u-header .hdr-content .tel-wrap p.hdr-tel {
font-size: 28px;
font-size: 2.8rem;
padding-right: 22px;
}
.u-header .hdr-content .tel-wrap p.hdr-tel img {
display: inline-block;
vertical-align: baseline;
margin-right: 8px;
}
.u-header .hdr-content .tel-wrap p.openhour {
line-height: 1.6;
font-size: 14px;
font-size: 1.4rem;
}
.u-main {
width: 100%;
height: 240px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/u-main-bg.png);
background-repeat: repeat-x;
font-size: 26px;
font-size: 2.6rem;
color: #fff;
}
.u-main .inner {
width: 960px;
height: 240px;
margin: 0 auto;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single-main {
background-color: #fff;
padding: 100px 0 50px;
}
.single-main .inner {
width: 960px;
margin: 0 auto;
}
.single-main .inner h1 {
font-size: 40px;
font-size: 4rem;
line-height: 1.3;
}
body:not(.home) .main-contents {
background-color: #fff;
}
ol.breadcrumbs {
width: 960px;
margin: 0 auto 40px;
padding: 14px 0;
display: flex;
}
ol.breadcrumbs li {
list-style: none;
}
ol.breadcrumbs li::before {
content: none;
margin-left: 0;
}
ol.breadcrumbs li::after {
content: ">";
font-size: 10px;
padding: 0 5px;
}
ol.breadcrumbs li a {
font-size: 14px;
font-size: 1.4rem;
color: #BF7939;
}
ol.breadcrumbs li span {
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
content: none;
}
.u-contents {
width: 960px;
margin: 0 auto;
padding-bottom: 60px;
}
.u-contents p {
margin-bottom: 16px;
}
.u-contents a {
color: #BF7939;
transition: .2s;
}
.u-contents .flow-cont .cta .wrap .box a {
color: #444;
}
.u-contents a:hover {
opacity: .7;
}
.u-contents .date {
font-size: 14px;
margin-bottom: 40px;
}
.u-contents h2 {
font-size: 32px;
font-size: 3.2rem;
padding-bottom: 24px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/h2-under.png);
background-repeat: no-repeat;
background-position: left bottom;
text-align: left;
margin-top: 112px;
margin-bottom: 40px;
}
.u-contents h2:first-child {
margin-top: 0;
}
.u-contents h3 {
font-size: 28px;
font-size: 2.8rem;
padding: 4px 10px;
border-bottom: 4px solid #BF7939;
margin-top: 40px;
margin-bottom: 32px;
}
.u-contents h4 {
font-size: 22px;
font-size: 2.2rem;
padding: 2px 10px;
border-left: 4px solid #BF7939;
margin-top: 64px;
margin-bottom: 48px;
}
.u-contents h5 {
font-size: 16px;
font-size: 1.6rem;
color: #BF7939;
margin-top: 32px;
margin-bottom: 24px;
}
.u-contents ul {
margin: 24px 0;
}
.u-contents ul li {
list-style-type: none;
}
.u-contents ul li:before {
content: "・";
color: #BF7939;
margin-right: 5px;
font-size: 31px;
line-height: 1;
vertical-align: middle;
}
.u-contents ol {
list-style-type: none;
counter-reset: count 0;
margin: 24px 0;
}
.u-contents ol li:before {
content: counter(count) ". ";
counter-increment: count 1;
color: #BF7939;
padding-left: 5px;
}
.u-contents blockquote {
padding: 25px 50px;
background-color: #F8F5EE;
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/icon-blockquote.png);
background-repeat: no-repeat;
background-position: 15px 15px;
margin: 40px auto;
}
.u-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
background-color: #F8F5EE;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
padding: 12px 10px 11px;
border-color: #DEDEDE;
}
.u-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
font-size: 16px;
font-size: 1.6rem;
padding: 12px 10px 11px;
font-weight: normal;
border-color: #DEDEDE;
}
.u-contents .for-list {
margin-bottom: 136px;
}
.u-contents .for-list a {
display: block;
width: 400px;
height: 60px;
margin: 0 auto 43px;
text-align: center;
border-radius: 30px;
color: #fff;
text-decoration: none;
background-color: #8b7e72;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 18px;
font-size: 1.8rem;
-webkit-box-shadow: 0 7px 0 #796d62;
box-shadow: 0 7px 0 #796d62;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-arrow.svg);
background-repeat: no-repeat;
background-size: 30.19px 14px;
background-position: 94% center;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.u-contents .for-list a:hover {
background-color: #b7a492;
-webkit-box-shadow: 0 7px 0 #a3907f;
box-shadow: 0 7px 0 #a3907f;
background-position: 96% center;
}
.u-contents p a {
color: #BF7939;
transition: .2s;
}
.u-contents p a:hover {
opacity: .7;
} .news-list {
width: 832px;
}
.news-list dl {
width: 830px;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 27px 0;
border-bottom: 1px dotted #000;
}
.news-list dl dt {
font-size: 16px;
font-size: 1.6rem;
margin-right: 20px;
}
.news-list dl dt span {
padding: 5px;
border: 2px solid #8b7e72;
color: #8b7e72;
margin-left: 20px;
font-size: 14px;
font-size: 1.4rem;
}
.news-list dl dd {
font-size: 16px;
font-size: 1.6rem;
}
.news-list dl dd a {
text-decoration: none;
}
.news-list dl dd a:hover {
color: #b7a492;
}
.news-list dl:nth-last-of-type(1) {
border-bottom: none;
}
.cat ul {
margin: 0 auto 40px;
display: flex;
}
.cat ul li {
list-style-type: none;
}
.cat ul li::before {
content: none;
margin-right: 0;
}
.cat ul li a {
padding: 5px 10px;
border: 1px solid #8b7e72;
color: #8b7e72;
margin-right: 10px;
text-decoration: none;
}
.cat ul li a:hover {
text-decoration: underline;
} .single-works .u-contents {
width: 820px;
margin: 0 auto;
}
.single-works .wrap {
width: 820px;
margin: 0 auto 100px;
display: flex;
justify-content: space-between;
}
.works-slider {
margin-bottom: 120px;
}
.single-works .slider {
width: 100%;
height: 546px;
overflow: hidden;
}
.slick-img img {
height: 546px;
width: auto;
margin: 0 auto;
}
.single-works .container {
margin: 30px auto 120px;
max-width: 300px;
width: 100%;
}
.single-works .container img {
height: auto;
width: 100%;
}
.single-works .slick-prev {
left: -28px;
}
.single-works .slick-prev:before,
.single-works .slick-next:before {
color: #333;
font-size: 28px;
}
.single-works .thumbnail.slick-slider {
height: 90px;
background-color: #333;
}
.single-works .thumbnail.slick-slider img {
max-height: 90px;
width: auto;
margin: 0 auto;
}
.thumbnail-img.slick-slide:hover {
cursor: pointer;
}
.single-works .wrap .point {
width: 50%; padding-right: 20px;
}
.single-works .wrap .point h2 {
margin-bottom: 24px;
}
.single-works .wrap .point .text {
padding: 20px;
background-color: #F8F5EE;
font-size: 16px;
}
.single-works .wrap .detail {
width: 50%; padding-left: 20px;
}
.single-works .wrap .detail h2 {
margin-bottom: 24px;
}
.single-works .wrap .detail .text {
font-size: 16px;
}
.single-works .wrap .detail .text dl {
display: flex;
border-bottom: 1px dotted #ccc;
}
.single-works .wrap .detail .text dl:nth-last-of-type(1) {
border-bottom: none;
}
.single-works .wrap .detail .text dt {
font-size: 16px;
font-weight: bold;
padding: 5px 0;
width: 30%;
}
.single-works .wrap .detail .text dd {
font-size: 16px;
padding: 5px 0;
width: 70%;
}
.customer-voice h2 {
margin-bottom: 24px;
}
.customer-voice h3 {
margin-bottom: 16px;
}
.customer-voice .wrap {
display: flex;
justify-content: space-between;
}
.customer-voice .wrap .text {
width: 526px;
}
.customer-voice .no-pdf.wrap .text {
width: 100%;
}
.customer-voice .wrap .text h3 {
margin-top: 0;
padding-left: 0;
}
.customer-voice .wrap .text p {
margin-bottom: 32px;
}
.customer-voice .wrap .image {
width: 260px;
}
.cv-top {
width: 100%;
height: 85px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/cv-top-wave.png);
background-repeat: repeat-x;
background-position: center bottom;
}
.cv {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/cv-bg.png);
padding-top: 30px;
padding-bottom: 138px;
}
.cv p.intro {
text-align: center;
font-size: 36px;
font-size: 3.6rem;
margin-bottom: 74px;
line-height: 1.5;
font-weight: bold;
}
.cv p.intro span.pc-br {
display: block;
}
.cv .wrap {
width: 1024px;
margin: 0 auto;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.page-contact .cv .wrap {
justify-content: center;
}
.cv .wrap .box {
width: 320px;
position: relative;
background-color: #fff;
padding: 40px 20px 22px;
text-align: center;
}
.cv .wrap .box a {
text-decoration: none;
display: block;
transition: .2s;
}
.cv .wrap .box a:hover {
opacity: .7;
}
.cv .wrap .box img.icon {
position: absolute;
top: -22px;
left: 50%;
margin-left: -22px;
}
.cv .wrap .box p.title {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 18px;
line-height: 1;
font-weight: bold;
}
.cv .wrap .box p.main {
font-size: 30px;
font-size: 3rem;
margin-bottom: 10px;
font-weight: bold;
}
.cv .wrap .box p.main span.br {
display: block;
}
.cv .wrap .box p.cap {
font-weight: normal;
font-size: 14px;
font-size: 1.4rem;
}
.cv .wrap .box p.cap span.br {
display: block;
}
.cv .wrap .box .main-wrap {
display: flex;
}
.cv .wrap .box .main-wrap p.main {
line-height: 1;
margin-bottom: 10px;
}
.cv .wrap .box:nth-of-type(1) a {
pointer-events: none;
}
footer {
background-color: #8b7e72;
position: relative;
overflow: hidden;
}
footer img.ftr-bg {
position: absolute;
bottom: 0;
right: 40px;
z-index: 1;
}
footer .inner {
width: 1024px;
margin: 0 auto;
padding-top: 80px;
position: relative;
z-index: 10;
}
footer .inner .wrap {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 38px;
}
footer .inner .wrap .address {
width: 50%;
}
footer .inner .wrap .address p {
color: #fff;
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 8px;
line-height: 1.8;
font-weight: bold;
}
footer .inner .wrap .address p.nav-sns {
margin-bottom: 32px;
display: flex;
}
footer .inner .wrap .address p.nav-sns a {
margin-right: 16px;
}
footer .inner .wrap .address p.nav-sns a:hover {
opacity: 0.6;
}
footer .inner .wrap .f-nav {
width: 50%;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
footer .inner .wrap .f-nav ul {
width: 50%;
padding-left: 30px;
}
footer .inner .wrap .f-nav ul li {
list-style-type: none;
margin-bottom: 11px;
}
footer .inner .wrap .f-nav ul li a {
color: #fff;
font-size: 14px;
font-size: 1.4rem;
text-decoration: none;
font-weight: bold;
}
footer .inner .wrap .f-nav ul li a:before {
content: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/icon-nav-arrow.svg);
margin-right: 16px;
}
footer .inner .wrap .f-nav ul li.second a:before {
content: none;
}
footer .inner .wrap .f-nav ul li.second {
padding-left: 1em;
margin-bottom: 3px;
}
footer .inner .wrap .f-nav ul li.second:nth-last-of-type(1) {
margin-bottom: 11px;
}
footer .inner .wrap .f-nav ul li a:hover {
color: #b7a492;
}
footer .inner .wrap .f-nav ul li a[tabindex="-1"]:hover {
color: #fff;
}
footer .inner .wrap .f-nav ul:nth-of-type(2) {
padding-left: 40px;
}
footer .inner .bnr {
width: 900px;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 60px;
}
footer .inner .bnr p {
width: 290px;
background-color: #fff;
}
footer .inner .bnr p a:hover {
opacity: 0.6;
}
footer .inner .bnr p:nth-last-of-type(1) {
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
footer .inner .bnr p:nth-last-of-type(1) a {
margin: 0 18px;
}
footer .inner .bnr p:nth-last-of-type(1) a:nth-of-type(1) img,
footer .inner .bnr p:nth-last-of-type(1) a:nth-of-type(2) img {
width: 35px;
height: 35px;
}
footer .inner .bnr p:nth-last-of-type(1) a:nth-of-type(3) img {
width: 40px;
height: auto;
}
footer .inner small {
font-size: 14px;
font-size: 1.4rem;
color: #fff;
text-align: center;
display: block;
margin-bottom: 24px;
}
#page_top {
position: fixed;
bottom: -200px;
right: 24px;
width: 60px;
height: 60px;
z-index: 9999;
}
#page_top a {
width: 60px;
height: 60px;
}
#page_top a:hover {
opacity: 0.7;
} .main-contents .wp-pagenavi {
width: 100%;
margin: 40px auto;
}
.main-contents .wp-pagenavi span,
.main-contents .wp-pagenavi a {
padding: 15px 19px;
font-size: 16px;
font-size: 1.6rem;
border-radius: 5px;
}
.main-contents .wp-pagenavi span.current,
.main-contents .wp-pagenavi span:hover,
.main-contents .wp-pagenavi a.current,
.main-contents .wp-pagenavi a:hover {
background-color: #444;
color: #fff;
}
.next-prev {
margin: 40px auto;
}
.next-prev .prev {
float: left;
width: 50%;
}
.next-prev .prev a {
max-width: 46%;
display: inline-block;
background-color: #8b7e72;
padding: 2% 2% 1.5% 2em;
border-radius: 10px;
text-indent: -0.8em;
color: #fff;
font-size: 13px;
text-decoration: none;
}
.next-prev .prev a:hover {
background-color: #b7a492;
}
.next-prev .prev::after {
content: "";
display: block;
clear: both;
font-size: 0;
line-height: 0;
}
.next-prev .next {
float: right;
width: 50%;
text-align: right;
}
.next-prev .next a {
display: inline-block;
max-width: 46%;
background-color: #8b7e72;
padding: 2%;
border-radius: 10px;
text-align: right;
padding: 2% 1.5em 2% 2%;
border-radius: 10px;
text-indent: 1em;
color: #fff;
font-size: 13px;
text-decoration: none;
}
.next-prev .next a:hover {
background-color: #b7a492;
}
.next-prev:after {
content: "";
display: block;
clear: both;
font-size: 0;
line-height: 0;
} .not-found-wrap {
width: 90%;
margin: 0 auto 40px;
}
.not-found-wrap p.not-found {
font-size: 16px;
text-align: center;
}
.not-found-wrap p.not-found>a {
color: #8b7e72;
}
.not-found-wrap .for-top {
text-align: center;
margin: 60px auto;
}
.not-found-wrap .for-top a {
display: block;
width: 400px;
height: 60px;
margin: 0 auto 43px;
text-align: center;
border-radius: 30px;
color: #fff;
text-decoration: none;
background-color: #8b7e72;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 18px;
font-size: 1.8rem;
-webkit-box-shadow: 0 7px 0 #796d62;
box-shadow: 0 7px 0 #796d62;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-arrow.svg);
background-repeat: no-repeat;
background-size: 30.19px 14px;
background-position: 94% center;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.not-found-wrap .for-top a:hover {
background-color: #b7a492;
-webkit-box-shadow: 0 7px 0 #a3907f;
box-shadow: 0 7px 0 #a3907f;
background-position: 96% center;
} body.page table.form-table,
body.single-modelhouse table.form-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 60px;
}
body.page table.form-table tr,
body.single-modelhouse table.form-table tr {
border-top: 1px solid #dedede;
}
body.page table.form-table tr:nth-last-of-type(1),
body.single-modelhouse table.form-table tr:nth-last-of-type(1) {
border-bottom: 1px solid #dedede;
}
body.page table.form-table th,
body.single-modelhouse table.form-table th {
color: #000;
display: flex;
padding: 23px 0;
}
body.page table.form-table th.th-layout02,
body.single-modelhouse table.form-table th.th-layout02 {
display: block;
text-align: left;
width: 250px;
}
body.page table.form-table th.th-layout02> :last-child,
body.single-modelhouse table.form-table th.th-layout02> :last-child {
margin-bottom: 0;
}
body.page table.form-table th span.form-title,
body.single-modelhouse table.form-table th span.form-title {
font-weight: bold;
font-size: 1.6rem;
}
body.page table.form-table th span.required,
body.single-modelhouse table.form-table th span.required,
body.page .form-calendar-list .required,
body.single-modelhouse table.form-table .form-calendar-list .required {
background: #D51313;
color: #fff;
padding: 2px 8px;
border-radius: 4px;
font-size: 1.4rem;
display: inline-block;
margin-right: 10px;
}
body.page table.form-table th span.optional,
body.single-modelhouse table.form-table th span.optional,
body.page .form-calendar-list .optional,
body.single-modelhouse table.form-table .form-calendar-list .optional {
background: #ADACAC;
color: #fff;
padding: 2px 8px;
border-radius: 4px;
font-size: 1.4rem;
display: inline-block;
margin-right: 10px;
}
body.page table.form-table .form-text,
body.single-modelhouse table.form-table .form-text {
color: #444;
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
}
body.page table.form-table .th-layout02-title,
body.single-modelhouse table.form-table .th-layout02-title {
margin-bottom: 10px;
}
body.page table.form-table td,
body.page th,
body.single-modelhouse table.form-table td,
body.page th {
background: none;
}
body.page table.form-table td,
body.single-modelhouse table.form-table td {
color: #9E9E9E;
padding: 20px 10px;
}
body.page table.form-table td p.table-inner-row,
body.single-modelhouse table.form-table td p.table-inner-row {
margin-bottom: 8px;
}
body.page table.form-table td p.placeholder,
body.single-modelhouse table.form-table td p.placeholder {
margin-bottom: 0;
}
body.page table.form-table input,
body.page table.form-table textarea,
body.single-modelhouse table.form-table input,
body.single-modelhouse table.form-table textarea {
border: 1px solid #dedede;
line-height: 1.6;
padding: 2px 5px;
font-size: 1.6rem;
}
body.page .privacy-policy-wrap,
body.single-modelhouse .privacy-policy-wrap {
border: 1px solid #BAB9B9;
height: 280px;
padding: 20px 20px;
overflow-y: scroll;
margin-bottom: 18px;
}
body.page .privacy-policy-wrap h2,
body.single-modelhouse .privacy-policy-wrap h2 {
font-size: 1.6rem;
font-size: 16px;
font-weight: bold;
margin-bottom: 1em;
padding-bottom: 0;
background-image: none;
margin-top: 32px;
}
body.page .privacy-policy-wrap h3,
body.single-modelhouse .privacy-policy-wrap h3 {
font-size: 1.4rem;
font-size: 14px;
font-weight: bold;
margin-bottom: 1em;
padding-bottom: 0;
background-image: none;
margin-top: 32px;
border-bottom: none;
}
body.page .privacy-policy-wrap p,
body.single-modelhouse .privacy-policy-wrap p {
margin-bottom: 1em;
font-size: 1.4rem;
font-size: 14px;
}
body.page .privacy-policy-wrap ul li a,
body.single-modelhouse .privacy-policy-wrap ul li a {
font-size: 1.4rem;
font-size: 14px;
}
.privacy-error {
text-align: center;
}
body.page .privacy-check,
body.single-modelhouse .privacy-check {
display: flex;
justify-content: center;
align-items: flex-start;
margin: 0 auto 18px;
width: 454px;
}
body.page .privacy-check span.required,
body.single-modelhouse .privacy-check span.required {
flex-shrink: 0;
background: #D51313;
color: #fff;
padding: 2px 8px;
border-radius: 4px;
font-size: 1.4rem;
display: inline-block;
width: 44px;
margin-right: 10px;
}
body.page .privacy-check span.mwform-checkbox-field,
body.single-modelhouse .privacy-check span.mwform-checkbox-field {
display: block;
width: 400px;
}
body.page .privacy-check span.mwform-checkbox-field label,
body.single-modelhouse .privacy-check span.mwform-checkbox-field label {
display: flex;
align-items: flex-start;
}
body.page .privacy-check span.mwform-checkbox-field label input,
body.single-modelhouse .privacy-check span.mwform-checkbox-field label input {
margin-top: 4px;
}
body.page .privacy-check span.mwform-checkbox-field label span.mwform-checkbox-field-text,
body.single-modelhouse .privacy-check span.mwform-checkbox-field label span.mwform-checkbox-field-text {
font-size: 1.5rem;
}
body.page .privacy-check span.error,
body.single-modelhouse .privacy-check span.error {
font-size: 1.5rem;
}
body.page .submit-btn input,
body.single-modelhouse .submit-btn input {
cursor: pointer;
}
form h2:nth-of-type(1) {
margin-bottom: 40px;
}
form {
margin-top: 40px;
}
.page .mw_wp_form .error,
.single-modelhouse .mw_wp_form .error {
font-size: 16px;
} .main-contents .more-wrap {
padding: 30px 0 48px;
margin: 20px 0;
outline: 1px dashed #707070;
outline-offset: -10px;
}
.main-contents .more-wrap p {
margin-bottom: 0;
}
.main-contents .more-wrap .wp-block-buttons>.wp-block-button {
margin: 20px auto 0;
}
.main-contents .more-wrap .wp-block-buttons>.wp-block-button a {
margin: 0 auto;
}
.main-contents .more-wrap.mw-type01 {
margin-top: 40px;
}
.company-table2 {
font-size: 1.6rem;
}
.wp-block-table.company-table2 td {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #DEDEDE;
vertical-align: baseline;
}
.mincho {
font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
.wp-block-columns.company-wrap01 {
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/bg_company.png);
padding: 60px 0;
background-size: contain;
margin-bottom: 100px;
}
.company-wrap01 h2 {
font-size: 32px;
font-size: 3.2rem;
padding-bottom: 24px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/h2-under.png);
background-repeat: no-repeat;
background-position: left bottom;
text-align: left;
width: 960px;
margin: 112px auto 40px;
}
.company-wrap01 h2:nth-of-type(1) {
margin-top: 0;
}
.company-wrap01 figure,
.company-wrap01 p {
width: 960px;
margin: 0 auto;
margin-bottom: 16px;
} body.page-flow {
background: #FFF7EB;
}
.flow-contents {
background: #FFF7EB;
padding-top: 100px;
}
.flow-contents .flow-box {
position: relative;
box-shadow: 0 5px rgba(0, 0, 0, 0.1);
margin-bottom: 80px;
}
.flow-contents .flow-box::before {
content: "";
width: 32px;
height: 17px;
background: #BF7939;
position: absolute;
display: block;
bottom: -46px;
right: calc(50% - 16px);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow-box.last-box::before {
content: none;
}
.flow-contents .flow-box h2 {
background: #BF7939;
color: #fff;
text-align: center;
font-size: 2.4rem;
padding: 24px 0;
position: relative;
margin-bottom: 0;
}
.flow-contents .flow-box h3 {
background: #F8F5EE;
padding: 8px 26px;
border: none;
font-size: 2rem;
margin: 10px 0;
position: relative;
}
.flow-contents .flow-box h3::before {
content: "";
width: 4px;
height: 26px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 13px);
left: 13px;
}
.flow-contents .flow-box .sub-t {
position: absolute;
top: -43px;
left: 195px;
}
.flow-contents .flow-box .flow-cont {
background: #fff;
padding: 40px 50px;
}
.flow-contents .flow-box .duration {
color: #BF7939;
border: 2px solid #BF7939;
padding: 20px 22px 13px;
position: relative;
}
.flow-contents .flow-box .duration .d-title {
background: #BF7939;
color: #fff;
padding: 0 20px;
border-radius: 20px;
position: absolute;
top: -18px;
}
.flow-contents .flow-box ul,
.flow-contents .flow-box ol {
margin: 16px 0;
}
.flow-contents .flow-box .list-type01 {
background: #F8F5EE;
padding: 9px 20px;
font-weight: bold;
}
.flow-contents .flow-box .list-type02 {
background: #F8F5EE;
padding: 8px 26px;
}
.flow-contents .flow-box .list-type02 dl {
font-size: 1.6rem;
margin: 12px 0;
}
.flow-contents .flow-box .list-type02 dl dt {
font-weight: bold;
margin-bottom: 6px;
}
.flow-contents .flow-box .list-type02 dl dd {
text-indent: 30px;
}
.cta-img {
margin: 0 auto;
width: 100%;
}
.cta .wrap {
margin: 0 auto;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cta .wrap .box {
width: 32%;
position: relative;
background-color: #fff;
padding: 40px 20px 22px;
text-align: center;
border: 3px solid #4d8cc7;
}
.cta .wrap .box:nth-of-type(2) {
border: 3px solid #f19c01;
}
.cta .wrap .box:nth-of-type(3) {
border: 3px solid #07c755;
}
.cta .wrap .box a {
text-decoration: none;
display: block;
}
.cta .wrap .box img.icon {
position: absolute;
top: -22px;
left: 50%;
margin-left: -22px;
}
.cta .wrap .box p.title {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 18px;
line-height: 1;
font-weight: bold;
}
.cta .wrap .box p.main {
font-size: 30px;
font-size: 3rem;
margin-bottom: 10px;
font-weight: bold;
}
.cta .wrap .box p.main span.br {
display: block;
}
.cta .wrap .box p.cap {
font-weight: normal;
font-size: 16px;
font-size: 1.6rem;
}
.cta .wrap .box a p.cap:last-child {
margin-bottom: 0;
}
.cta .wrap .box p.cap span.br {
display: block;
}
.flow-cont .cta {
margin-top: 32px;
}
.flow-cont .cta .wrap .box {
padding: 35px 20px 15px;
}
.flow-cont .cta .wrap .box .main-wrap {
justify-content: space-between;
}
.flow-cont .cta .wrap .box .main-wrap .qr img {
width: 90%;
}
.flow-cont .cta .wrap .box p.cap {
line-height: 1.5;
margin-bottom: 10px;
}
.flow-cont .cta .wrap .box p.title {
margin-bottom: 10px;
}
.flow-cont .cta .wrap .box p.main {
font-size: 2.8rem;
}
.flow-cont .cta .wrap .box .main-wrap p.main {
line-height: 1.2;
}
.cta .wrap .box .main-wrap {
display: flex;
align-items: center;
}
.cta .wrap .box .main-wrap p.main {
line-height: 1;
margin-bottom: 10px;
}
.cta .wrap .box:nth-of-type(1) a {
pointer-events: none;
}
.text-center {
text-align: center;
}
.const-wrap {
background: #F8F5EE;
padding: 30px;
margin-bottom: 24px;
}
.const-wrap .const-box {
display: flex;
background: #fff;
position: relative;
margin-bottom: 23px;
}
.const-wrap .const-box::before {
content: "";
width: 15px;
height: 8px;
background: #BF7939;
position: absolute;
display: block;
bottom: -8px;
left: calc(50% - 7.5px);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.const-wrap .const-box:last-child {
margin-bottom: 0;
}
.const-wrap .const-box:last-child:before {
content: none;
}
.const-wrap .const-box p {
display: flex;
align-items: center;
padding-left: 16px;
margin-bottom: 0;
}
.const-wrap .const-box p.vertical-flex {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.const-wrap .const-box img {
width: 220px;
}
.toc-area {
margin: 32px 0;
}
.toc-area .toc-btn {
background: #F8F5EE;
margin-bottom: 0;
padding: 5px 17px;
border-top: 1px solid #444444;
border-bottom: 1px solid #444444;
position: relative;
cursor: pointer;
transition: .2s;
}
.toc-area .toc-btn:hover {
opacity: .7;
}
.toc-area .toc-btn::before {
content: "";
width: 24px;
height: 1px;
background: #707070;
position: absolute;
display: block;
top: 50%;
right: 10px;
}
.toc-area .toc-btn::after {
content: "";
width: 1px;
height: 24px;
background: #707070;
position: absolute;
display: block;
top: calc(50% - 12px);
right: 21px;
}
.toc-btn.active::after {
content: none;
}
.toc-list a {
font-size: 1.6rem;
text-decoration: none;
display: block;
padding: 9px 17px;
border-bottom: 1px solid #444444;
transition: .2s;
position: relative;
}
.toc-list a:hover {
opacity: .7;
}
.toc-list a::before {
content: "";
width: 13px;
height: 9px;
background: #444;
position: absolute;
display: block;
top: calc(50% - 4.5px);
right: 10px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
} .reform-box.first-rb {
margin: 30px 0 80px;
}
.u-contents .reform-box {
padding: 55px 40px 55px 40px;
margin: 40px 0;
position: relative;
}
.reform-box h3 {
border-bottom: none;
background: #BF7939;
color: #fff;
width: 450px;
padding: 4px 30px;
font-size: 2.5rem;
position: relative;
height: 55px;
display: flex;
align-items: center;
margin-left: -40px;
position: absolute;
top: -72px;
}
.reform-box h3::before {
content: "";
width: 19px;
height: 32px;
background: #955C27;
position: absolute;
display: block;
top: 0;
right: -19px;
clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
.reform-box h4 {
margin-top: 30px;
margin-bottom: 10px;
background: #fff;
border-left: none;
position: relative;
padding: 6px 22px;
}
.reform-box h4::before {
content: "";
width: 4px;
height: 24px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 12px);
left: 11px;
}
.reform-box>div {
margin-bottom: 0;
}
.reform-box div p:last-child {
margin-bottom: 0;
}
.reform-box .wp-block-columns .wp-block-column:nth-of-type(1) {
width: 58%;
flex-basis: auto;
}
.reform-box .wp-block-columns .wp-block-column:nth-of-type(2) {
width: 42%;
flex-basis: auto;
}
.refflow-contents {
background: #FFF7EB;
padding-top: 100px;
}
.wp-block-columns .refflow-box {
margin-bottom: 50px;
position: relative;
box-shadow: 0 5px rgba(0, 0, 0, 0.1);
}
.refflow-box::before {
content: "";
width: 32px;
height: 17px;
background: #BF7939;
position: absolute;
display: block;
bottom: -39px;
left: calc(50% - 16px);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.refflow-box.ref-box-last::before {
content: none;
}
.refflow-box h3 {
margin-top: 0;
padding: 0;
display: flex;
border-bottom: none;
align-items: flex-end;
margin-bottom: 16px;
}
.refflow-box h3 div {
display: flex;
align-items: flex-end;
}
.refflow-box h3 span {
margin: 0 20px;
}
.refflow-box h3 img:last-child {
margin-bottom: 5px;
height: 30px;
width: auto;
}
.refflow-box p {
margin-left: 30px;
}
.refflow-box .wp-block-columns {
margin-bottom: 0;
}
.refflow-box .wp-block-columns .wp-block-column:nth-of-type(1) {
width: 63%;
flex-basis: auto;
}
.refflow-box .wp-block-columns .wp-block-column:nth-of-type(2) {
width: 30%;
flex-basis: auto;
padding: 30px 10px 30px 0;
}
.main-contents .wp-block-buttons>.wp-block-button.outside-btn a {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/outside-w.png);
background-size: 23px 21px;
}
.main-contents .wp-block-buttons>.wp-block-button.outside-btn.w510 a {
width: 510px;
}
.u-contents h2.pana-h2 {
background: #BF7939;
color: #fff;
text-align: center;
font-size: 2.4rem;
padding: 24px 0;
margin-bottom: 0;
margin-top: 112px;
}
.pana-cont {
padding: 30px;
}
.pana-cont h3 {
font-size: 1.8rem;
border-bottom: none;
margin: 32px 0 16px;
padding: 0;
}
.da-box.first-da {
margin: 10px 0 40px;
}
.u-contents .da-box {
padding: 0 40px;
margin: 40px 0;
}
.da-box h4 {
border-bottom: none;
background: #FBBE4D;
color: #fff;
width: 300px;
margin-top: -24.5px;
padding: 4px 30px 4px 69px;
font-size: 1.8rem;
position: relative;
height: 40px;
display: flex;
align-items: center;
border-left: none;
margin-bottom: 15px;
}
.da-box h4::before {
content: "";
width: 19px;
height: 24.5px;
background: #D69315;
position: absolute;
display: block;
top: 0;
right: -19px;
clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
.da-box h4::after {
content: "";
width: 29px;
height: 24px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon-crown.png);
position: absolute;
display: block;
top: calc(50% - 12px);
left: 27px;
}
.da-box p:first-of-type {
font-size: 2.5rem;
margin-bottom: 6px;
line-height: 1.2;
}
.da-box p:last-of-type {
font-size: 1.8rem;
margin-bottom: 0;
}
.da-box .wp-block-column .wp-block-columns {
padding: 0 30px;
margin-bottom: 31px;
}
.da-box .wp-block-columns .wp-block-column:nth-of-type(1) {
width: 70%;
flex-basis: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.da-box .wp-block-columns .wp-block-column:nth-of-type(2) {
width: 30%;
flex-basis: auto;
}
.main-contents .pana-cont .wp-block-buttons>.wp-block-button {
margin: 10px auto 20px;
} .p-staff__tab {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
margin-bottom: 60px;
}
.p-staff__type {
width: 20%;
cursor: pointer;
background-color: #ffffff;
border: 1px solid #BF7939;
white-space: nowrap;
display: inline-block;
line-height: 1.8;
padding: 0 1em;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 20px;
color: #BF7939;
font-weight: bold;
}
.p-staff__tab .p-staff__type:first-child {
margin-right: 10px;
}
.u-contents ul li.p-staff__type:before {
content: none;
}
.p-staff__type.current {
background-color: #BF7939;
color: #ffffff;
}
.p-staff__list.is-invisible {
display: none;
}
.p-staff__item:not(:last-of-type) {
margin-bottom: 40px;
}
.u-contents ul li.p-staff__item:before {
content: none;
}
.p-staff-item__ttl {
display: flex;
flex-direction: column;
}
.p-staff-item__ttl span {
font-size: 1.2rem;
line-height: 0;
}
.p-staff-item__wrapper {
display: flex;
justify-content: space-between;
}
.p-staff-item__wrapper .p-staff-item__pic {
width: 40%;
}
.p-staff-item__wrapper .p-staff-item__pic img {
width: 100%;
}
.p-staff-item__wrapper .p-staff-item__copy {
width: 56%;
}
.p-staff-item__wrapper .p-staff-item__copy .class {
background: #BF7939;
color: #fff;
padding: 3px 10px;
border-radius: 5px;
font-size: 2.0rem;
font-weight: bold;
}
.p-staff-item__table {
border-collapse: collapse;
width: 100%;
}
.p-staff-item__table th,
.p-staff-item__table td {
border-bottom: 1px solid #DEDEDE;
padding: 8px 0;
}
.p-staff-item__table th {
width: 25%;
vertical-align: initial;
}
.p-staff-item__table td {
width: 75%;
}
p.p-staff-item__subttl {
margin-top: 30px;
margin-bottom: 10px;
background: #F8F5EE;
border-left: none;
position: relative;
padding: 6px 22px;
font-size: 2.0rem;
font-weight: bold;
}
p.p-staff-item__subttl::before {
content: "";
width: 4px;
height: 24px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 12px);
left: 11px;
}
.p-staff__list ul {
margin: 24px auto 0;
}
.p-staff__list h2 {
margin-right: auto;
margin-left: auto;
margin-top: 112px !important;
}
.p-aligncenter {
text-align: center;
font-weight: bold;
}
.lead-p {
font-size: 1.8rem;
}
.reform-btn .wp-block-button {
margin: 10px !important;
} .about-contents {
padding: 70px 0;
}
.bg-colored {
background: #FFF7EB;
}
.about-contents .u-contents {
padding-bottom: 0;
}
.about-box h3 {
margin-top: 0;
}
.about-box h2 {
font-size: 28px;
font-size: 2.8rem;
padding: 4px 10px 15px;
border-bottom: 4px solid #BF7939;
margin-top: 40px;
margin-bottom: 32px;
background: none;
}
.about-box.wp-block-columns .wp-block-column:nth-of-type(1) {
width: 20%;
flex-basis: auto;
}
.about-box.wp-block-columns .wp-block-column:nth-of-type(2) {
width: 80%;
flex-basis: auto;
}
.wp-block-columns.about-end {
outline: 1px dashed #707070;
outline-offset: -10px;
margin-bottom: 0;
}
.main-contents .about-end .wp-block-buttons>.wp-block-button {
margin: 0;
}
.main-contents .about-end .wp-block-buttons>.wp-block-button a {
margin: 0 auto 60px;
}
.main-contents .about-end p {
margin-top: 32px;
}
.ab04-sub {
padding: 32px 34px;
}
.ab04-sub h3 {
margin: 0;
font-size: 1.6rem;
border-left: none;
padding-left: 25px;
margin-bottom: 5px;
position: relative;
border-bottom: none;
}
.ab04-sub h3::before {
content: "";
width: 16px;
height: 16px;
background: #BF7939;
position: absolute;
top: calc(50% - 8px);
left: 0;
border-radius: 10px;
}
.ab04-sub p {
margin-bottom: 30px;
}
.ab04-sub p:last-child {
margin-bottom: 0;
} .wp-block-column.new-box {
outline: 1px dashed #707070;
outline-offset: -10px;
margin-bottom: 0;
}
.main-contents .new-box .wp-block-buttons>.wp-block-button {
margin: 0;
}
.main-contents .new-box .wp-block-buttons>.wp-block-button a {
margin: 0 auto 60px;
}
.main-contents .new-box p {
margin-top: 32px;
}
.irohaie-list {
position: relative;
margin: 32px 0 !important;
}
.irohaie-list::before {
content: "";
width: 59px;
height: 59px;
background: #fff;
position: absolute;
display: block;
top: 0;
left: 0;
clip-path: polygon(0 0, 100% 0, 0 100%);
z-index: 1;
}
.irohaie-list::after {
content: "";
width: 59px;
height: 59px;
background: #fff;
position: absolute;
display: block;
bottom: 0;
right: 0;
clip-path: polygon(0 100%, 100% 0, 100% 100%);
z-index: 1;
}
.irohaie-list figure {
position: absolute;
z-index: 1;
}
.irohaie-list figure:first-child {
left: 10px;
}
.irohaie-list figure:last-child {
left: calc(50% - 17px);
}
.irohaie-list ul {
position: relative;
margin: 0;
height: 144px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.irohaie-list ul::before {
content: "";
width: 85px;
height: 85px;
background: none;
border-top: 4px solid #DBD4CE;
border-right: 4px solid #DBD4CE;
position: absolute;
display: block;
top: 0;
right: 0;
}
.irohaie-list ul::after {
content: "";
width: 85px;
height: 85px;
background: none;
border-bottom: 4px solid #DBD4CE;
border-left: 4px solid #DBD4CE;
position: absolute;
display: block;
bottom: 0;
left: 0;
}
.irohaie-list ul li {
font-weight: bold;
font-size: 1.8rem;
}
.irohaie-list ul li:before {
content: none;
}
.u-contents h3.irohaie-h3 {
border-bottom: none;
background: #BF7939;
color: #fff;
text-align: center;
border-radius: 5px;
position: relative;
padding: 10px 0;
font-size: 2.6rem;
margin-top: 100px;
}
.u-contents h3.irohaie-h3::before {
content: "";
width: 17px;
height: 15px;
background: #BF7939;
position: absolute;
display: block;
bottom: -14px;
left: calc(50% - 8.5px);
clip-path: polygon(0 0, 100% 0, 50% 50%);
}
.irohaie-list2 ul {
margin: 0;
padding: 30px 20px;
}
.caseafter-box {
padding: 30px 20px;
}
.caseafter-box p {
font-size: 1.8rem;
}
.u-contents .rem18 {
font-size: 1.8rem;
}
.irohaie-endp {
font-size: 2.0rem;
background-size: 200% 0.6em;
background-repeat: repeat-x;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 247, 235) 50%);
background-position: left -100% bottom -5px;
display: inline;
}
.irohaie-endp .i-brown {
color: #BF7939;
}
.page-newcon h4 {
margin-top: 80px;
}
.page-newcon h4 {
margin-top: 32px;
margin-bottom: 24px;
} .u-contents h3.faq-h3.wp-block-heading {
display: flex;
align-items: center;
padding: 7px 50px 7px 10px;
position: relative;
}
.u-contents h3.faq-h3.wp-block-heading::before {
content: "";
width: 30px;
height: 20px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 10px);
right: 10px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.u-contents h3.faq-h3.wp-block-heading.active::before {
content: "";
width: 30px;
height: 20px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 10px);
right: 10px;
clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
.u-contents .faq-a {
display: none;
}
.u-contents .faq-a.active {
display: block;
} .page-modelhouse .u-contents {
width: 820px;
}
.modelhouse-section-lv1 {
position: relative;
z-index: 1;
margin-top: 112px;
}
.main-contents .modelhouse-section-lv1+.modelhouse-section-lv1 {
margin-top: 150px;
}
.modelhouse-section-lv1::after {
content: '';
display: block;
position: absolute;
top: 10px;
left: -58px;
width: 900px;
height: 683px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/modelhouse-bg.png) no-repeat 0 0 / 100% auto;
z-index: -1;
}
.modelhouse-media {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.modelhouse-media02 {
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.modelhouse-media-frame> :first-child,
.modelhouse-media-detail> :first-child,
.modelhouse-media02-frame> :first-child,
.modelhouse-media02-detail> :first-child {
margin-top: 0;
}
.modelhouse-media-frame> :last-child,
.modelhouse-media-detail> :last-child,
.modelhouse-media02-frame> :last-child,
.modelhouse-media02-detail> :last-child {
margin-bottom: 0;
}
.modelhouse-media-frame {
flex-shrink: 0;
width: 472px;
}
.modelhouse-media-detail {
margin-left: auto;
width: 324px;
}
.modelhouse-media02-frame {
flex-shrink: 0;
}
.modelhouse-media02-detail {
flex-grow: 1;
margin-left: 18px;
}
.modelhouse-figure {
margin-bottom: 20px;
}
.modelhouse-figure>figcaption {
margin-top: 7px;
line-height: 1.5;
font-size: 1.4rem;
}
.modelhouse-slider-wrap {
margin-bottom: 20px;
}
.modelhouse-thumbnail .slick-arrow {
height: 100%;
}
.modelhouse-thumbnail .slick-arrow::before {
content: '';
display: block;
width: 12px;
height: 17px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon-modelhouse-arrow.png) no-repeat 0 0 / 100% auto;
opacity: 1;
}
.modelhouse-thumbnail .slick-arrow:hover::before {
opacity: 0.7;
}
.modelhouse-thumbnail .slick-prev {
left: 0;
}
.modelhouse-thumbnail .slick-next {
right: 0;
}
.modelhouse-thumbnail .slick-prev:before {
margin-right: auto;
transform: rotate(180deg);
}
.modelhouse-thumbnail .slick-next:before {
margin-left: auto;
}
.modelhouse-slider {
position: relative;
margin: 0 0 20px;
}
.modelhouse-slider:not(.slick-initialized)>.modelhouse-slider-img:nth-child(n+2) {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.slick-initialized .slick-slide.modelhouse-slider-img {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.modelhouse-slider-img img {
margin: 0 auto;
max-height: 314px;
}
.modelhouse-thumbnail {
display: flex;
position: relative;
margin-top: 20px;
padding-inline: 30px;
}
.modelhouse-thumbnail:not(.slick-initialized)>.modelhouse-thumbnail-img:nth-child(n+4) {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.modelhouse-thumbnail-img {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-inline: 1px;
width: 33%;
}
.modelhouse-thumbnail-img::after {
content: '';
display: block;
position: absolute;
bottom: 5px;
right: 5px;
width: 24px;
height: 24px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon_search.svg);
}
.slick-initialized .slick-slide.modelhouse-thumbnail-img {
display: flex;
align-items: center;
justify-content: center;
width: 135px;
height: 140px;
background-color: #333;
}
.modelhouse-thumbnail-img img {
margin: 0 auto;
max-height: 140px;
width: auto;
}
.modelhouse-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
margin: 0 auto;
padding: 10px 15px;
width: 210px;
line-height: 1.6;
font-size: 1.5rem;
font-weight: bold;
background: #FBBE4D;
border: none;
border-radius: 10px;
box-shadow: 0 5px 0 0 #D69329;
cursor: pointer;
transition: opacity 0.3s;
}
.modelhouse-button:hover {
opacity: 0.7;
}
.u-contents .modelhouse-button-wrap {
margin: 0 0 27px;
padding: 0;
}
.modelhouse-button-wrap>li {
margin-bottom: 18px;
}
.modelhouse-button-wrap>li:last-child {
margin-bottom: 0;
}
.modelhouse-button-wrap>li:before {
display: none;
}
.modelhouse-spec-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 30px;
}
.modelhouse-spec {
width: calc(50% - 2px);
}
.modelhouse-spec dt {
padding: 10px 19px;
line-height: 1.8;
font-size: 1.6rem;
font-weight: bold;
background-color: #F8F5EE;
}
.modelhouse-spec dd {
padding: 10px 19px;
line-height: 1.8;
font-size: 1.6rem;
}
.modelhouse-box-wrap {
margin-bottom: 30px;
}
.main-contents .modelhouse-box-wrap+.wp-block-buttons>.wp-block-button {
margin-top: 0;
}
.main-contents .modelhouse-section-lv1>.wp-block-buttons:last-child>.wp-block-button,
.main-contents .modelhouse-section-lv1>.wp-block-buttons:last-child>.wp-block-button a {
margin-bottom: 0;
}
.modelhouse-box {
margin-bottom: 24px;
}
.u-contents .modelhouse-box-heading {
padding: 10px 10px 3px;
line-height: 1.38;
text-align: center;
color: #fff;
font-size: 2.6rem;
font-weight: bold;
background-color: #BF7939;
border-radius: 5px 5px 0 0;
}
.modelhouse-box>.modelhouse-box-heading {
margin: 0;
}
.modelhouse-box-body {
padding: 36px 40px;
background-color: #f8f5ee;
}
.modelhouse-box-body> :first-child {
margin-top: 0;
}
.modelhouse-box-body> :last-child {
margin-bottom: 0;
}
.modelhouse-box-body p {
font-size: 1.6rem;
line-height: 1.5;
}
.modelhouse-note {
padding-inline: 24px;
line-height: 1.7;
color: #444444;
font-size: 1.4rem;
}
.modelhouse-label {
display: inline-block;
position: relative;
top: -0.4em;
margin-right: 14px;
padding: 4px 13px;
line-height: 1.8;
font-size: 1.4rem;
background-color: #EEE5D8;
}
.modelhouse-disabled-button {
margin: 0 auto 40px;
padding: 20px 15px 19px;
text-align: center;
font-size: 1.8rem;
max-width: 304px;
width: 100%;
background-color: #EEE5D8;
}
.u-contents .modelhouse-read {
margin-bottom: 35px;
font-size: 1.8rem;
font-weight: bold;
} .modal.micromodal-modal {
display: none;
position: relative;
z-index: 10000;
}
.modal.micromodal-modal.is-open {
display: block;
}
.modal.micromodal-modal .modal__content {
margin: 10px 0 0;
width: 100%;
min-width: auto;
}
.micromodal-modal .modal__container {
max-width: 1000px;
width: 100%;
}
.micromodal-modal .modal__close {
margin-left: auto;
cursor: pointer;
}
.youtube {
position: relative;
padding-top: 56.25%;
width: 100%;
height: 0;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.form-calendar-list> :last-child {
margin-bottom: 0;
}
.form-calendar-list-item {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 9px;
}
.form-calendar-list-item .error {
margin-top: 5x;
order: 5;
width: 100%;
}
.form-calendar-list>.form-calendar-list-item:last-child {
margin-bottom: 0;
}
.form-calendar-list-item label {
margin: 0 20px 0 0;
color: #444;
font-size: 1.4rem;
}
.form-calendar {
margin-right: 9px;
width: 176px;
}
.form-select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
padding: 2px 30px 2px 10px;
width: calc(11em + 40px);
line-height: 1.6;
font-size: 1.6rem;
background: #fff url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon-arrow-down.png) right 10px top 50%/14px auto no-repeat;
border: 1px solid #dedede;
border-radius: 0;
}
.form-select:hover {
cursor: pointer;
}
.form-checkbox-wrap {
display: flex;
flex-wrap: wrap;
}
.mwform-checkbox-field {
margin: 0 30px 13px 0;
}
.mw_wp_form .horizontal-item+.horizontal-item.mwform-checkbox-field {
margin-left: 0;
}
body.page table.form-table .form-checkbox-wrap .form-checkbox,
body.single-modelhouse table.form-table .form-checkbox-wrap .form-checkbox {
margin-right: 10px;
}
body.page table.form-table .form-checkbox-wrap label:hover,
body.single-modelhouse table.form-table .form-checkbox-wrap label:hover {
cursor: pointer;
}
.form-checkbox-wrap label {
color: #444;
font-size: 1.4rem;
}
#ui-datepicker-div {
width: 320px;
}
#ui-datepicker-div * {
font-size: 1.5rem;
} .page-link {
display: flex !important;
justify-content: center;
margin-top: 40px;
}
.page-link a {
display: block;
flex-wrap: wrap;
text-decoration: none;
border: 1px solid #444;
width: 296px;
height: 104px;
border-radius: 10px;
margin: 0 12px;
font-size: 28px;
font-weight: bold;
color: #444;
text-align: center;
line-height: 1.3;
padding-top: 22px;
}
.page-link a span {
font-size: 18px;
display: block;
width: 100%;
}
h2.h2-image {
margin-top: 136px;
padding: 0;
background-image: none;
}
h2.h2-image figure {
display: block !important;
}
h2.h2-image figure img {
margin: 0 auto;
}
.page-id-1237 h3 {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 80px;
padding: 4px 0;
}
.page-id-1237 h3 span {
font-size: 20px;
}
p.nondesign-data {
display: flex;
justify-content: center;
align-items: center;
width: 740px;
margin: 0 auto 24px;
height: 34px;
padding: 0;
line-height: 1;
}
.wp-element-caption {
font-size: 14px;
}
.nondesign-recommend {
width: 960px;
height: 192px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/recommend-bg.png);
background-size: cover;
padding: 24px;
margin-top: 40px;
}
.nondesign-recommend p.title {
text-align: center;
font-size: 24px;
font-weight: bold;
margin: 0 auto 15px;
line-height: 1;
}
.non-cv {
padding: 40px 30px;
background-color: #E9E4D9;
margin-top: 80px;
}
.non-cv>p.title {
font-size: 32px;
font-weight: bold;
line-height: 1.3;
text-align: center;
margin: 0;
}
.non-cv p.title span {
font-size: 26px;
}
.non-cv .wrap {
width: 900px;
margin: 52px auto 0;
display: flex;
justify-content: space-between;
}
.non-cv .wrap .box {
width: 280px;
position: relative;
background-color: #fff;
padding: 38px 38px 34px;
text-align: center;
}
.non-cv .wrap .box a {
text-decoration: none;
display: block;
transition: .2s;
color: #444;
}
.non-cv .wrap .box a:hover {
opacity: .7;
}
.non-cv .wrap .box img.icon {
position: absolute;
top: -22px;
left: 50%;
margin-left: -22px;
}
.non-cv .wrap .box p.title {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 10px;
line-height: 1;
font-weight: bold;
}
.non-cv .wrap .box p.main {
font-size: 3rem;
margin-bottom: 0;
line-height: 1;
font-weight: bold;
text-align: center;
}
.non-cv .wrap .box p.main span.br {
display: block;
}
.non-cv .wrap .box p.cap {
font-weight: normal;
font-size: 14px;
font-size: 1.4rem;
}
.non-cv .wrap .box p.cap span.br {
display: block;
}
.non-cv .wrap .box .main-wrap {
display: flex;
}
.non-cv .wrap .box:nth-of-type(1) a {
pointer-events: none;
}
.unsta-lineup {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 40px auto 52px;
}
.unsta-lineup .box {
width: 300px;
margin-bottom: 30px;
color: #444;
}
.unsta-lineup .box p {
font-size: 20px;
line-height: 1.4;
padding-left: 14px;
border-left: 4px solid #BF7939;
margin: 5px 0 0;
color: #444;
font-weight: bold;
}