.recaptcha-text {
text-align: center;
} .mainvisual {
display: flex;
align-items: end;
gap: 40px;
width: 100vw;
height: 80vh;
min-height: 650px;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.mainvisual .mainvisual__main_img {
height: 100%;
object-fit: cover;
width: min(calc(68% - 40px), calc(100% - 40px - 550px));
}
.mainvisual .mainvisual__sub_img {
display: flex;
flex-direction: row;
align-items: end; gap: 40px;
width: max(32%, 550px);
margin-bottom: 80px;
}
.mainvisual .mainvisual__sub_img_sp {
display: none;;
}
.mainvisual .mainvisual__sub_img .mainvisual__sub_img1 {
width: calc((100% - 40px) * 131 / 581);
aspect-ratio: 7 / 24;
object-fit: contain;
}
.mainvisual .mainvisual__sub_img .mainvisual__sub_img2{ width: calc((100% - 40px) * 450 / 581);
aspect-ratio: 1 / 1;
object-fit: contain;
} @media screen and (max-width:1000px) {
.mainvisual {
padding-top: 66px;
min-height: 50vh;
height: 500px;
gap: 20px;
}
.mainvisual .mainvisual__main_img {
height: 100%;
object-fit: cover;
flex: 1;
}
.mainvisual .mainvisual__sub_img_sp {
display: block;
width: 80px;
height: 100%;
object-fit: contain;
margin-right: 20px;
}
.mainvisual .mainvisual__sub_img {
display: none;
}
}
@media screen and (max-width:600px) {
.mainvisual {
padding-top: 66px;
min-height: 276px;
height: 276px;
gap: 0px;
}
.mainvisual .mainvisual__sub_img_sp {
display: block;
width: 60px;
height: 100%;
object-fit: contain;
margin-right: 0;
}
} .heading_main {
padding: 1.8rem 0;
margin-bottom: 1.8rem;
font-size: 2rem;
font-weight: 400;
color: #000;
border-bottom: 1px solid #000;
font-family: 'Noto Serif JP', serif;
text-align: center;
}
.heading_main span{
font-family: 'Noto Serif JP', serif;
display: inline-block;
}
@media screen and (max-width:600px) {
.heading_main {
padding: 1.3rem 0;
margin-bottom: 1.3rem;
font-size: 1.5rem;
}
} .title-icon {
position: relative;
}
.title-icon::after {
content: "";
display: block;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.title-theme::after {
right: -0;
top: calc( 50% - 10px );
width: 107px;
height: 107px;
background-image: url(//sndesign.info/wp-content/uploads/2023/08/icon-theme.png);
transform: translateY(-50%);
}
.title-scenario::after {
left: 0;
top: calc( 50% - 10px );
width: 170px;
height: 112px;
background-image: url(//sndesign.info/wp-content/uploads/2023/08/icon-scenario.png);
transform: translateY(-50%);
}
.title-work::after {
right: -20px;
top: calc( 50% - 10px );
width: 107px;
height: 107px;
background-image: url(//sndesign.info/wp-content/uploads/2023/08/icon-work.png);
transform: translateY(-50%);
}
.title-news::after {
right: -0;
top: calc( 50% - 10px );
width: 107px;
height: 107px;
background-image: url(//sndesign.info/wp-content/uploads/2023/08/icon-news.png);
transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
.title-theme::after {
top: 50%;
right: -10px;
height: 80px;
width: 80px;
opacity: 0.4;
}
.title-scenario::after {
top: 50%;
left: 0;
height: 80px;
width: 80px;
opacity: 0.4;
}
.title-work::after {
top: 50%;
right: -10px;
height: 80px;
width: 80px;
opacity: 0.4;
}
.title-news::after {
top: 50%;
right: -0;
height: 80px;
width: 80px;
opacity: 0.4;
}
} .section {
margin-top: 120px;
margin-bottom: 120px;
}
.section_content {
font-size: 1rem; }
.section_content .section_content_title {
font-size: 1.25rem; }
.section_content .section_column {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section_column .section_column_item {
width: calc(33.3333% - 12px);
}
.section_column_item .section_column_item_title {
text-align: center;
margin-bottom: 0.5rem;
}
.section_column_item img.section_column_item_img {
margin-bottom: 27px;
aspect-ratio: 1.4 / 1;
}
@media screen and (max-width: 1000px) {
.section {
margin-top: 80px;
margin-bottom: 80px;
}
.section_content {
font-size: 0.875rem; }
.section_content .section_content_title {
text-align: center;
}
.section_content .section_column {
row-gap: 40px;
}
.section_column .section_column_item {
width: calc(50% - 12px);
}
.section_column_item .section_column_item_img {
margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.section_column .section_column_item {
width: 100%;
}
} #theme .section_content {
height: 550px;
display: flex;
align-items: end;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 50px;
}
#theme .narative_container {
position: relative;
width: 400px;
margin-bottom: 50px;
display: flex;
flex-direction: column;
gap: 20px;
}
#theme .narative_container::before {
content: "";
display: block;
position: absolute;
width: calc(100% + 120px);
height: calc(100% + 100px);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
z-index: -1;
}
#theme .narative_image {
height: 100%;
max-width: 65vw;
object-fit: cover;
object-position: left bottom;
}
#theme.section:has(.pc-full-width-bg) {
position: relative;
}
#theme .pc-full-width-bg {
position: absolute;
height: 550px;
width: 100vw;
left: 50%;
transform: translateX(-50%);
bottom: 0;
background-color: #F4F0D2;
z-index: -1;
text-align: right;
padding-bottom: 50px;
}
#theme .sp-full-width-bg {
display: none;
}
#theme.section {
margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
#theme .section_content {
height: auto;
margin-top: 0;
padding-top: 20px;
padding-bottom: 40px;
}
#theme.section:has(.sp-full-width-bg) {
position: relative;
}
#theme .sp-full-width-bg {
display: block;
position: absolute;
width: 100vw;
left: 50%;
transform: translateX(-50%);
bottom: 0;
height: 100%;
background-color: #F4F0D2;
z-index: -1;
text-align: right;
padding-bottom: 50px;
}
#theme .pc-full-width-bg {
position: relative;
height: auto;
width: 100%;
z-index: 0;
padding-bottom: 0px;
}
#theme .narative_image {
height: 100%;
max-width: 100%;
object-fit: cover;
object-position: center center;
}
#theme .narative_container {
width: 100%;
margin-bottom: 0;
align-items: center;
}
#theme .narative_container::before {
display: none;
}
#theme.section {
margin-bottom: 30px;
}
} #theme-features.section {
margin-top: 80px;
}
@media screen and (max-width: 1000px) {
#theme-features.section {
margin-top: 30px;
}
} #scenario .section_content {
height: 550px;
display: flex;
align-items: end;
justify-content: end;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 50px;
}
#scenario .scenario_container {
position: relative;
width: 400px;
margin-bottom: 50px;
display: flex;
flex-direction: column;
gap: 20px;
}
#scenario .scenario_container::before {
content: "";
display: block;
position: absolute;
width: calc(100% + 120px);
height: calc(100% + 100px);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
z-index: -1;
}
#scenario .scenario_image {
height: 100%;
max-width: 65vw;
object-fit: cover;
object-position: right bottom;
}
#scenario.section:has(.pc-full-width-bg) {
position: relative;
}
#scenario .pc-full-width-bg {
position: absolute;
height: 550px;
width: 100vw;
left: 50%;
transform: translateX(-50%);
bottom: 0;
background-color: #F4F0D2;
z-index: -1;
text-align: left;
padding-bottom: 50px;
}
#scenario .sp-full-width-bg {
display: none;
}
@media screen and (max-width: 1000px) {
#scenario .section_content {
height: auto;
margin-top: 0;
padding-top: 20px;
padding-bottom: 40px;
}
#scenario.section:has(.sp-full-width-bg) {
position: relative;
}
#scenario .sp-full-width-bg {
display: block;
position: absolute;
width: 100vw;
left: 50%;
transform: translateX(-50%);
bottom: 0;
height: 100%;
background-color: #F4F0D2;
z-index: -1;
text-align: right;
padding-bottom: 50px;
}
#scenario .pc-full-width-bg {
position: relative;
height: auto;
width: 100%;
z-index: 0;
padding-bottom: 0px;
}
#scenario .scenario_image {
height: 100%;
max-width: 100%;
object-fit: cover;
object-position: center center;
}
#scenario .scenario_container {
width: 100%;
margin-bottom: 0;
align-items: center;
}
#scenario .scenario_container::before {
display: none;
}
} #works .section_column_item {
display: flex;
flex-direction: column;
align-items: end;
position: relative;
text-decoration: none;
color: inherit;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
}
#works .section_column_item:hover {
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.30);
}
#works .section_column_item .section_column_item_title {
position: absolute;
top: 10px;
color: #ffffff;
width: 100%;
text-align: center;
font-size: 1.85rem;
}
#works .section_column_item .section_column_item_img {
margin-bottom: 0;
width: 100%;
}
#works .section_column_item .section_column_item_tag {
background-color: #3c3c3c;
color: #ffffff;
padding: 0.1rem 0.5rem;
margin-bottom: 0.5rem;
}
#works .section_column_item .section_column_item_text {
height: auto;
width: 100%;
padding: 0.5rem 1.5rem 2rem 1.5rem;
}
#works .section_column_item .link-arrow {
display: block;
position: relative;
width: 40%;
height: 1px;
border-bottom: 1px solid #707070;
margin-bottom: 1.5rem;
margin-right: 1.5rem;
}
#works .section_column_item .link-arrow::after {
display: block;
content: "";
position: absolute;
right: -1px;
top: -5px;
width: 25px;
height: 1px;
border-bottom: 1px solid #707070;
transform: rotate(25deg);
} #news .heading_main {
border-bottom: none;
text-align: left;
}
#news.section {
position: relative;
}
#news .section_content {
padding-bottom: 40px;
}
#news .full-width-bg {
position: absolute;
height: 100%;
width: 100vw;
left: 50%;
transform: translateX(-50%);
top: 0;
background-color: #F2F2F2;
z-index: -1;
}
#news .section_list {
padding: 0;
}
#news .section_list .section_list_item {
list-style: none;
margin-bottom: 40px;
}
#news .section_list .section_list_item a {
display: flex;
flex-direction: row;
gap: 20px;
color: inherit;
text-decoration: none;
}
#news .section_list .section_list_item a .section_list_item_thumbnail{
width: 160px;
height: 160px;
}
#news .section_list .section_list_item a .section_list_item_thumbnail img{
width: 160px;
height: 160px;
object-fit: cover;
}
#news .section_list .section_list_item a .section_list_item_body{
display: flex;
flex-direction: column;
gap: 10px;
width: calc(100% - 180px);
}
@media screen and (max-width: 1000px) {
#news .section_list .section_list_item a .section_list_item_thumbnail{
width: 80px;
height: 80px;
}
#news .section_list .section_list_item a .section_list_item_thumbnail img{
width: 80px;
height: 80px;
}
#news .section_list .section_list_item a .section_list_item_body{
display: flex;
flex-direction: column;
gap: 10px;
width: calc(100% - 100px);
}
} .btn-news {
position: relative;
width: 200px;
margin-left: auto;
}
.btn-news a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
color: #707070;
line-height: 2.5;
}
.btn-news:hover {
opacity: 0.6;
cursor: pointer;
}
.btn-news::after {
content: "";
display: block;
position: absolute;
width: 200px;
height: 17px;
bottom: 0;
right: 0;
background-image: url(//sndesign.info/wp-content/uploads/2023/08/arrow.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
} .flex-parent {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.input-flex-container {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 180px;
max-width: 1000px;
position: relative;
z-index: 0;
}
.input {
width: 50px;
height: 50px;
background-color: #86786C;
position: relative;
border-radius: 50%;
}
.input::before, .input::after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
transform: translateY(-50%);
background-color: #86786C;
width: calc(1000px / 7 / 2);
height: 5px;
max-width: 200px;
}
.input::before {
left: calc(25px);
}
.input::after {
right: calc(25px);
}
.input.active {
background-color: #86786C;
}
.input.active::before {
background-color: #86786C;
}
.input.active::after {
background-color: #86786C;
}
.input.active span {
font-weight: 700;
}
.input.active span::before {
font-size: 13px;
}
.input.active span::after {
font-size: 15px;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
background-color: #AEB6BF;
}
.input span {
width: 1px;
height: 1px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
visibility: hidden;
}
.input span::before, .input span::after {
visibility: visible;
position: absolute;
left: 50%;
}
.input span::after {
content: attr(data-year);
top: 25px;
transform: translateX(-50%);
font-size: 14px;
width: 100px;
text-align: center;
}
.input span::before {
content: attr(data-info);
top: -90px;
left: calc( 50% + 20px );
width: 80px;
transform: translateX(-50%) rotateZ(-13deg);
font-size: 12px;
text-indent: -10px;
}
.description-flex-container {
width: 80vw;
font-weight: 400;
font-size: 22px;
margin-top: 100px;
max-width: 1000px;
}
.description-flex-container p {
margin-top: 0;
display: none;
}
.description-flex-container p.active {
display: block;
}
@media (max-width: 800px) {
.flex-parent {
justify-content: initial;
}
.input-flex-container {
flex-wrap: wrap;
justify-content: center;
width: 100%;
height: auto;
}
.input {
width: 80px;
height: 80px;
margin: 0 10px 50px;
}
.input::before, .input::after {
content: none;
}
.input span {
width: 100%;
height: 100%;
display: block;
}
.input span::before {
top: calc(100% + 5px);
left: 50%;
transform: translateX(-50%);
text-indent: 0;
text-align: center;
}
.input span::after {
top: 50%;
transform: translate(-50%, -50%);
color: #fff;
width: 70px;
line-height: 1.2;
}
.description-flex-container {
margin-top: 30px;
text-align: center;
}
} .profiel-box {
width: 100%;
display: flex;
background-color: #F2F2F4;
}
.profiel-img { width: 50%;
aspect-ratio: 1 / 1;
object-fit: cover;
}
.profiel-text { width: 50%;
aspect-ratio: 1 / 1;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.profiel-text:before,
.profiel-text:after,
.profiel-text span:before,
.profiel-text span:after {
content: "";
display: block;
position: absolute;
width: 55px;
height: 55px;
}
.profiel-text:before {
top: 20px;
left: 20px;
border-left: 1px solid #707070;
border-top: 1px solid #707070;
}
.profiel-text:after {
top: 20px;
right: 20px;
border-right: 1px solid #707070;
border-top: 1px solid #707070;
}
.profiel-text span:before {
bottom: 20px;
left: 20px;
border-left: 1px solid #707070;
border-bottom: 1px solid #707070;
}
.profiel-text span:after {
bottom: 20px;
right: 20px;
border-right: 1px solid #707070;
border-bottom: 1px solid #707070;
}
.scroll-area {
width: calc(100% - 160px);
height: calc(100% - 90px);
margin: 45px 80px;
overflow: auto;
-ms-overflow-style:none; scrollbar-width:none; }
.scroll-area::-webkit-scrollbar {
display:none; }
.profiel-text p {
font-size: 13px;
text-align: justify;
margin: 20px 0;
}
.profiel-text p.title {
font-size: 16px;
margin-top: 0;
}
.profiel-text p.text-center {
text-align: center;
}
.profiel-text .more {
height: 90px;
width: 1px;
margin: 0 auto;
background-color: #707070;
} @media screen and (max-width: 1000px) {
.scroll-area {
width: calc(100% - 80px);
height: calc(100% - 80px);
margin: 40px 40px;
}
}
@media screen and (max-width: 800px) {
.profiel-box {
margin-top: 50px;
flex-direction: column;
}
.profiel-img {
width: 100%;
}
.profiel-text {
width: 100%;
height: 400px;
min-height: 50vh;
}
} .privacy-policy {
width: calc(100% - 40px);
height: 200px;
margin: 20px auto;
padding: 20px;
border: 1px solid #707070;
overflow: scroll;
}
.privacy-section {
margin: 30px 0;
}
.privacy-policy p {
margin: 10px 0;
font-size: 14px;
}
div.wpcf7 {
width: 90%;
margin-left: auto;
margin-right: auto;
}
div.wpcf7 p {
margin-top: 1rem;
}
div.wpcf7 input,
div.wpcf7 textarea {
width: 100%;
}
div.wpcf7 input[type=submit] {
background-color: #86786C;
color: white;
width: 150px;
height: 60px;
margin: 0 auto;
display: block;
margin-top: 50px;
}
@media screen and (max-width: 600px) {
div.wpcf7 {
width: 100%;
}
}