*,
*::before,
*::after {
box-sizing: border-box;
min-inline-size: 0;
}
:root {
--font-size-12: .75rem;
--font-size-14: .875rem;
--font-size-16: 1rem;
--font-size-18: 1.125rem;
--font-size-21: 1.3125rem;
--font-size-24: 1.5rem;
--font-size-26: 1.625rem;
--font-size-32: 2rem;
--font-size-40: 2.5rem;
--font-size-48: 3rem;
--font-size-56: 3.5rem;
--font-size-64: 4rem;
--font-size-72: 4.5rem;
--font-size-80: 5rem;
--font-size-88: 5.5rem;
--font-size-100: 6.25rem;
--font-size-128: 8rem;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
margin: 0;
}
body {
color: #111;
font-size: var(--font-size-18);
font-weight: 500;
font-family: forma-djr-micro, ryo-gothic-plusn, sans-serif;
line-height: 2;
width: 100vw;
min-height: 100vh;
background-color: #d6d5d2;
overflow-x: hidden;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
}
@media not all and (min-width: 768px){
body {
font-size: var(--font-size-16);
}
}
@media not all and (min-width: 468px){
body {
font-size: var(--font-size-14);
}
}
:where(ul, ol) {
list-style: none;
list-style-type: '';
padding: unset;
margin: 0;
}
h1, h2, h3, h4, button, input, label {
line-height: 1.4;
}
img, picture {
display: block;
max-width: 100%;
height: auto;
}
:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
cursor: pointer;
}
:where(button, [type='button'], [type='reset'], [type='submit']) {
touch-action: manipulation;
}
legend, fieldset {
all: unset;
}
input, button, textarea, select {
font: inherit;
}
:target {
scroll-margin-block: 5ex;
}
:focus:not(:focus-visible) {
outline: none;
}
@media (prefers-reduced-motion: reduce) {
*, ::before, ::after, ::backdrop {
background-attachment: scroll !important;
transition-delay: 0s !important;
transition-duration: 1ms !important;
animation-duration: 1ms !important;
animation-delay: 0s !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
}
} .container {
position: relative;
padding-bottom: 240px;
background-color: #d6d5d2;
opacity: 0;
transition: opacity 1s ease;
z-index: 1;
}
.container.fade-out {
opacity: 0;
}
.container.fade-in {
opacity: 1;
}
@media not all and (min-width: 940px){
.container {
padding-bottom: 120px;
}
}
@media not all and (min-width: 468px){
.container {
padding-bottom: 80px;
}
}
.about-container {
background-color: #b9b5ac;
}
.archive__pagenation {
margin-top: 80px;
}
.archive__pagenation ol {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
}
.archive__pagenation .__current-page {
display: flex;
flex-direction: column;
text-align: center;
line-height: 1.4;
} .sticky {
display: block;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 0 auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
text-align: center;
margin: 10px;
padding: 4px 0 0 0;
}
.wp-caption img {
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text,
.gallery-caption {
margin: 0;
padding: 0 4px 5px;
font-size: 11px;
line-height: 1.4;
} a {
color: #111;
text-decoration: none;
}
a:hover {
color: #111;
text-decoration: none;
transition: .3s;
}  .header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: fixed;
top: 0;
left: 0;
padding: 40px;
width: 100%;
filter: invert(1);
mix-blend-mode: difference;
border-radius: 20px;
transition: transform .8s ease, opacity .3s ease;
z-index: 100;
}
@media not all and (min-width: 768px){
.header {
justify-content: space-between;
padding: 24px;
background-color: rgb(0 0 0 / 0);
}
} .header__logo {
width: 100px;
}
.header__site-title {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.header__gnav-list {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 32px;
font-size: var(--font-size-16);
font-weight: 700;
}
@media not all and (min-width: 768px){
.header__gnav-list .__sp-non {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
@media not all and (min-width: 1130px){
.header__gnav-list .__tb-non {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
.menu__button {
display: block;
color: #111;
font-size: var(--font-size-14);
background-color: rgb(0 0 0 / 0);
border: none;
}
.menu__button .__text {
position: relative;
}
.menu__button .__text::before {
content: '';
position: absolute;
bottom: -4px;
left: 0;
transform: scale(0, 1);
transform-origin: right top;
transition: transform .6s;
width: 100%;
height: 2px;
background-color: #101010;
}
@media (any-hover: hover) {
.menu__button:hover .__text::before {
transform: scale(1, 1);
transform-origin: left top;
}
}
.menu__button:focus-visible::after .__text::before {
transform: scale(1, 1);
transform-origin: left top;
}  .max-container .home-main {
margin-top: 100vh;
margin-inline: auto;
padding-inline: 40px;
background-color: #d6d5d2;
}
@media not all and (min-width: 768px){
.max-container .home-main {
padding-inline: 24px;
}
}
.max-container .page-header,
.max-container .page-main {
padding-inline: 40px;
}
@media not all and (min-width: 768px){
.max-container .page-header,
.max-container .page-main {
padding-inline: 24px;
}
}
.min-container .page-header,
.min-container .page-main {
padding-inline: 260px 40px;
}
@media not all and (min-width: 1000px){
.min-container .page-header,
.min-container .page-main {
padding-inline: 40px;
}
}
@media not all and (min-width: 768px){
.min-container .page-header,
.min-container .page-main {
padding-inline: 24px;
}
}
.works-container .page-header,
.works-container .page-main {
padding-inline: 40px;
}
@media not all and (min-width: 1200px){
.works-container .page-header,
.works-container .page-main {
padding-inline: 40px;
}
}
@media not all and (min-width: 768px){
.works-container .page-header,
.works-container .page-main {
padding-inline: 24px;
}
}
.page-header {
display: flex;
flex-direction: column;
padding-block: 240px 200px;
}
.page-header__title-jp {
order: 2;
font-size: var(--font-size-21);
}
.page-header__title-en {
order: 1;
margin-bottom: 40px;
font-size: var(--font-size-128);
font-weight: 700;
line-height: 1.1;
}
@media not all and (min-width: 940px){
.page-header {
padding-block: 120px;
}
.page-header__title-en {
margin-bottom: 32px;
font-size: var(--font-size-80);
}
}
@media not all and (min-width: 468px){
.page-header__title-en {
margin-bottom: 24px;
font-size: var(--font-size-64);
}
.page-header__title-jp {
font-size: var(--font-size-18);
}
}
.page-header__description {
order: 3;
margin-block: 80px;
}
.page-header__description p {
font-size: var(--font-size-21);
}
@media not all and (min-width: 768px){
.page-header__description p {
font-size: var(--font-size-16);
}
}
.page-header__description p:not(:last-child) {
margin-bottom: 40px;
}
.page-header__description p .__newline {
display: block;
}
.page-header__image-loop {
order: 4;
margin-inline: calc(50% - 50vw - 110px)!important;
}
@media not all and (min-width: 1000px){
.page-header__image-loop {
margin-inline: calc(50% - 50vw)!important;
}
}
.section-hgroup {
display: flex;
flex-direction: column-reverse;
}
.section-hgroup__margin {
margin-bottom: 80px;
}
@media not all and (min-width: 768px){
.section-hgroup__margin {
margin-bottom: 40px;
}
}
.section-hgroup__wrap {
display: flex;
justify-content: space-between;
align-items: flex-end;
flex-wrap: wrap;
}
.section-hgroup__heading {
font-size: var(--font-size-21);
}
.section-hgroup__heading-en {
font-size: var(--font-size-80);
font-weight: 700;
line-height: 1.1;
}
@media not all and (min-width: 768px){
.section-hgroup {
order: 1;
margin-bottom: 40px;
}
.section-hgroup__wrap {
display: contents;
}
.section-hgroup__heading {
font-size: var(--font-size-18);
}
.section-hgroup__heading-en {
margin-bottom: 32px;
font-size: var(--font-size-64);
}
.section-hgroup__textlink {
order: 3;
}
}
@media not all and (min-width: 468px){
.section-hgroup__heading {
font-size: var(--font-size-18);
}
.section-hgroup__heading-en {
margin-bottom: 24px;
font-size: var(--font-size-64);
}
}
.section-description {
margin-block: -40px 80px;
max-width: 800px;
}
@media not all and (min-width: 768px){
.section-description {
margin-block: 0 40px;
}
}
.section-description p:not(:last-child) {
margin-bottom: 24px;
}
.__textlink a {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 60px;
margin-left: auto;
width: fit-content;
position: relative;
padding-right: 21px;
font-weight: 700;
}
.__textlink a::before {
content: '';
position: absolute;
top: 50%;
right: 0;
translate: 0 -50%;
width: 60px;
height: 60px;
background-color: #219cbb;
border: 2px solid #219cbb;
border-radius: 50vh;
transition: .3s;
z-index: 0;
}
@media (any-hover: hover) {
.__textlink a:hover::before {
background-color: #fff;
border: 2px solid #219cbb;
}
}
.__textlink a:focus-visible::before {
background-color: #fff;
border: 2px solid #219cbb;
}
.__textlink a::after {
content: '';
display: block;
position: relative;
width: 18px;
height: 11px;
background-image: url(http://corto.jp/design/wp-content/themes/corto/assets/images/common/arrow-b.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
@media not all and (min-width: 768px){
.__textlink a {
gap: 30px;
padding-right: 11px;
}
.__textlink a::before {
width: 40px;
height: 40px;
}
} .image-loop {
margin-inline: calc(50% - 50vw);
width: 100vw;
overflow: hidden;
}
.image-loop__inner {
display: flex;
gap: 30px;
width: max-content;
animation: scrollLoop 80s linear infinite;
will-change: transform;
backface-visibility: hidden;
}
.page-header__image-loop .image-loop__inner {
animation: scrollLoop 200s linear infinite;
}
.image-loop ul {
display: flex;
gap: 30px;
}
.image-loop li {
flex-shrink: 0;
}
.image-loop img {
width: 500px;
height: 600px;
object-fit: cover;
border-radius: 40px;
}
@media not all and (min-width: 768px){
.image-loop img {
width: 250px;
height: 300px;
border-radius: 20px;
}
}
@keyframes scrollLoop {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.flame {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100svh;
border: 10px solid #fff;
}
.cta-banner {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #222;
z-index: 1000;
}
.cta-inner {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 24px 40px;
margin-inline: auto;
padding: 24px;
max-width: 800px;
}
.cta-title {
color: #ddd;
font-size: var(--font-size-16);
font-weight: 700;
}
.cta-text {
color: #ddd;
font-size: var(--font-size-14);
line-height: 1.4;
}
.cta-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
width: 144px;
}
.cta-button {
padding: 0.6rem 1rem;
width: 144px;
border-radius: 6px;
font-size: var(--font-size-14);
color: #222;
font-weight: 700;
text-decoration: none;
text-align: center;
background-color: #ddd;
transition: all 0.2s ease;
}
.cta-button:hover {
background: #1a1a1a;
color: white;
}
@media not all and (min-width: 768px){
.cta-buttons {
flex-direction: row;
width: 100%;
}
.cta-button {
width: 100%;
}
}
.cta-close {
display: grid;
place-content: center;
position: absolute;
top: -20px;
right: 10px;
width: 40px;
height: 40px;
color: #999;
font-size: var(--font-size-14);
background-color: #111;
border: 1px solid #333;
border-radius: 50vh;
cursor: pointer;
} .home-mv {
position: sticky;
top: 0;
left: 0;
width: 100vw;
height: 100svh;
z-index: -1;
}
.scroll-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100svh;
background: rgba(0 0 0 / .8);
pointer-events: none;
opacity: 0;
transition: opacity 0.6s ease;
z-index: 0;
}
.scroll-overlay.visible {
opacity: 1;
}
.home-mv__mv,
.home-mv__mv-slider,
.home-mv__slider-bg,
.home-mv__slider-bg picture {
width: 100vw;
height: 100svh;
}
@media not all and (min-width: 420px){
.home-mv__mv,
.home-mv__mv-slider,
.home-mv__slider-bg,
.home-mv__slider-bg picture {
height: 100svh;
}
}
.home-mv__slider-item {
position: relative;
}
.home-mv__slider-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.home-mv__slider-logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
opacity: 0;
transition: opacity .7s ease 1.8s;
}
.swiper-slide-active .home-mv__slider-logo {
opacity: 1;
}
@media not all and (min-width: 568px){
.home-mv__slider-logo {
width: 180px;
}
}
.home-mv__slider-logo img {
margin-inline: auto;
}
.home-mv__slider-box {
position: absolute;
bottom: 40px;
left: 40px;
color: #ddd;
font-family: "marlide-display-variable", serif;
}
@media not all and (min-width: 940px){
.home-mv__slider-box {
bottom: 24px;
left: 24px;
}
}
.home-mv__slider-title {
font-size: var(--font-size-26);
opacity: 0;
transition: opacity 1s ease 2.5s;
}
.swiper-slide-active .home-mv__slider-title {
opacity: 1;
}
.home-mv__slider-text {
font-size: var(--font-size-14);
opacity: 0;
transition: opacity 1s ease 2.9s;
}
.swiper-slide-active .home-mv__slider-text {
opacity: 1;
}
@media not all and (min-width: 768px){
.home-mv__slider-title {
font-size: var(--font-size-21);
}
.home-mv__slider-text {
font-size: var(--font-size-12);
}
}
.home-mv__slider-bg img {
transform: scale(1);
transition: 5s;
}
.swiper-slide-active .home-mv__slider-bg img {
transform: scale(1.1);
}
.home-vision {
position: relative;
margin-top: 0vh;
padding-block: 110vh 240px;
color: #fff;
}
@media not all and (min-width: 768px){
.home-vision {
padding-block: 110vh 120px;
}
}
.home-vision a {
color: #fff;
}
.home-vision__contents {
padding-inline: 40px;
}
@media not all and (min-width: 768px){
.home-vision__contents {
padding-inline: 24px;
}
}
.home-vision__heading {
order: 1;
position: relative;
margin-bottom: 120px;
font-size: var(--font-size-56);
z-index: 1;
}
.home-vision__heading .__newline {
display: block;
}
.home-vision__heading .__subnewline {
display: block;
}
@media not all and (min-width: 940px){
.home-vision__heading {
margin-bottom: 80px;
font-size: var(--font-size-40);
}
}
@media not all and (min-width: 768px){
.home-vision__heading {
margin-bottom: 40px;
font-size: var(--font-size-32);
}
}
@media not all and (min-width: 568px){
.home-vision__heading {
margin-bottom: 32px;
font-size: var(--font-size-26);
}
.home-vision__heading .__newline {
display: inline;
}
}
@media not all and (min-width: 568px){
.home-vision__heading {
font-size: var(--font-size-24);
}
}
.home-vision__sentence {
order: 3;
position: relative;
margin-bottom: 240px;
max-width: 800px;
z-index: 1;
}
@media not all and (min-width: 768px){
.home-vision__sentence {
margin-bottom: 80px;
font-size: var(--font-size-16);
}
}
.home-vision__sentence p {
margin-bottom: 40px;
}
@media not all and (min-width: 768px){
.home-vision__sentence p {
margin-bottom: 32px;
}
}
.home-vision__textlink {
margin-top: 80px;
}
@media not all and (min-width: 768px){
.home-vision__textlink {
margin-top: 48px;
}
}
.home-vision__textlink.__textlink a {
margin-left: 0;
}
.home-vision__image-loop {
order: 2;
margin-inline: calc(50% - 50vw);
}
.home-container {
position: relative;
padding: 240px 40px 0;
background-color: #d6d5d2;
z-index: 1;
}
@media not all and (min-width: 768px){
.home-container {
padding: 120px 24px 0;
}
}
.home-works {
margin-bottom: 240px;
}
@media not all and (min-width: 768px){
.home-works {
margin-bottom: 120px;
}
}
.home-contents {
display: flex;
flex-direction: column;
} .home-service {
order: 3;
margin-bottom: 160px;
}
@media not all and (min-width: 768px){
.home-service {
margin-bottom: 80px;
}
}
.home-service__wrap {
display: flex;
justify-content: space-between;
align-items: flex-end;
flex-wrap: wrap;
}
.home-service__sentence {
width: 45%;
}
.home-service__slide {
width: 45%;
}
@media not all and (min-width: 940px){
.home-service__sentence {
display: contents;
width: 100%;
}
.home-service__slide {
width: 100%;
}
}
.home-service__header {
display: flex;
flex-direction: column-reverse;
margin-bottom: 80px;
line-height: 1.4;
}
.home-service__heading {
font-size: var(--font-size-21);
}
.home-service__heading-en {
font-size: var(--font-size-80);
font-weight: 700;
}
.home-service__textlink {
margin-top: 80px;
}
.home-service__textlink.__textlink a {
justify-content: flex-start;
margin-left: 0;
}
.home-service__slide img {
border-radius: 20px;
}
@media not all and (min-width: 940px){
.home-service__header {
order: 1;
margin-bottom: 40px;
}
.home-service__description {
order: 3;
}
.home-service__textlink {
order: 4;
margin-top: 60px;
}
.home-service__slide {
order: 2;
margin-bottom: 40px;
}
}
@media not all and (min-width: 940px){
.home-note .note-archive__nav {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
}
@media not all and (min-width: 768px){
.home-note {
display: flex;
flex-direction: column;
}
.home-note .note-archive {
order: 2;
}
} .thinking-section:not(:last-child){
margin-bottom: 200px;
}
@media not all and (min-width: 768px){
.thinking-section:not(:last-child) {
margin-bottom: 120px;
}
}
.thinking-hero {
max-width: 1200px;
}
.thinking-hero h2 {
position: relative;
margin-bottom: 40px;
font-size: var(--font-size-40);
}
.thinking-hero h2:not(:first-of-type) {
margin-top: 160px;
}
.thinking-hero h2 span {
position: absolute;
top: -120px;
left: -40px;
color: #a29e94;
font-size: 160px;
z-index: -1;
}
.thinking-hero p {
margin-bottom: 40px;
line-height: 2;
}
@media not all and (min-width: 1000px){
.thinking-hero h2 span {
top: -100px;
left: -4px;
font-size: 120px;
}
}
@media not all and (min-width: 768px){
.thinking-hero h2 {
margin-bottom: 24px;
font-size: var(--font-size-32);
}
.thinking-hero h2:not(:first-of-type) {
margin-top: 64px;
}
.thinking-hero h2 span {
top: -60px;
font-size: 80px;
}
.thinking-hero p {
margin-bottom: 32px;
}
}
@media not all and (min-width: 468px){
.thinking-hero h2 {
font-size: var(--font-size-26);
}
}
.thinking-hero ul {
margin-bottom: 40px;
margin-left: 1em;
}
@media not all and (min-width: 768px){
.thinking-hero ul {
margin-bottom: 32px;
}
}
.thinking-hero ul li:not(:last-child) {
margin-bottom: 16px;
}
.thinking-hero ul li {
position: relative;
padding-left: 30px;
}
.thinking-hero ul li::before {
content: '';
position: absolute;
top: 18px;
left: 0;
scale: 1 .5;
width: 16px;
height: 4px;
background-color: #111;
}
.thinking-our-commitments {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 80px 0;
}
.thinking-our-commitments__item {
width: 48%;
}
@media not all and (min-width: 940px){
.thinking-our-commitments__item {
width: 100%;
}
}
.thinking-our-commitments__item h3 {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-bottom: 24px;
height: 113px;
width: 100%;
}
.thinking-our-commitments__item h3 span {
display: block;
width: 80%;
font-size: var(--font-size-21);
line-height: 1.6;
}
@media not all and (min-width: 568px){
.thinking-our-commitments__item h3 span {
font-size: var(--font-size-18);
}
}
.thinking-our-commitments__item h3::before {
content: '';
position: absolute;
top: 50%;
left: 0;
translate: 0 -50%;
width: 20px;
height: 113px;
background-image: url(http://corto.jp/design/wp-content/themes/corto/assets/images/common/thinking-our-commitments-heading.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.thinking-our-commitments__item h3::after {
content: '';
position: absolute;
top: 50%;
right: 0;
translate: 0 -50%;
width: 20px;
height: 113px;
rotate: 180deg;
background-image: url(http://corto.jp/design/wp-content/themes/corto/assets/images/common/thinking-our-commitments-heading.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.thinking-our-commitments__item p {
margin-inline: auto;
max-width: 80%;
}
@media not all and (min-width: 568px){
.thinking-our-commitments__item p {
max-width: 95%;
}
}
.thinking-profile__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 40px;
}
.thinking-profile__sentence {
width: 70%;
}
.thinking-profile__image {
width: 20%;
}
@media not all and (min-width: 768px){
.thinking-profile__sentence {
width: 100%;
}
.thinking-profile__image {
width: 40%;
}
}
.thinking-profile__sentence h3 {
margin-bottom: 20px;
} .service-section:not(:last-child) {
margin-bottom: 200px;
}
@media not all and (min-width: 768px){
.service-section:not(:last-child) {
margin-bottom: 120px;
}
}
.service-recommend__item {
margin-bottom: 80px;
margin-left: 200px;
max-width: 800px;
}
@media not all and (min-width: 1280px){
.service-recommend__item {
margin-bottom: 56px;
margin-left: auto;
}
}
.service-recommend__item h3 {
margin-bottom: 40px;
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.service-recommend__item h3 {
margin-bottom: 24px;
font-size: var(--font-size-24);
}
}
.service-details__item {
margin-bottom: 80px;
}
.service-details__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
flex-direction: row-reverse;
}
.service-details__text {
width: 60%;
}
.service-details__images {
width: 35%;
}
.service-details__heading {
margin-bottom: 32px;
font-size: var(--font-size-26);
}
@media not all and (min-width: 568px){
.service-details__heading {
margin-bottom: 24px;
font-size: var(--font-size-21);
}
}
.service-details__description {
margin-bottom: 40px;
line-height: 2.1;
}
@media not all and (min-width: 768px){
.service-details__description {
margin-bottom: 32px;
}
}
.service-details__image {
width: 100%;
height: 100%;
overflow: hidden;
aspect-ratio: 1/1;
}
.service-details__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.service-details__data {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
}
.service-details__data dl {
display: flex;
align-items: center;
padding: 24px;
width: 48%;
font-size: var(--font-size-18);
font-weight: 700;
background-color: #e8e5e0;
border-radius: 8px;
}
.service-details__data dt {
width: 140px;
}
.service-details__data dd {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.service-details__data .__num {
margin-inline: 10px;
padding-bottom: 10px;
font-size: var(--font-size-32);
line-height: 1;
}
@media not all and (min-width: 768px){
.service-details__data dl {
align-items: flex-start;
flex-direction: column;
gap: 8px;
width: 100%;
}
.service-details__data .__num {
margin-inline: 4px;
}
}
.service-details__data p {
font-size: var(--font-size-14);
}
.service-price {
position: relative;
margin-top: 50px;
min-height: 800px;
}
.service-flow__contents {
counter-reset: num;
}
.service-flow__contents li {
counter-increment: num;
padding: 40px;
background-color: #e8e5e0;
border-radius: 20px;
}
.service-flow__contents li:not(:last-child) {
margin-bottom: 8px;
}
@media not all and (min-width: 568px){
.service-flow__contents li {
padding: 32px 24px;
}
}
.service-flow__contents dl {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.service-flow__contents dt {
position: relative;
padding-left: 40px;
width: 400px;
font-size: var(--font-size-24);
font-weight: 700;
line-height: 1.4;
}
.service-flow__contents dd {
width: calc(100% - 400px);
}
@media not all and (min-width: 1200px){
.service-flow__contents dt {
width: 300px;
font-size: var(--font-size-21);
}
.service-flow__contents dd {
width: calc(100% - 300px);
}
}
@media not all and (min-width: 940px){
.service-flow__contents dt {
margin-bottom: 24px;
padding-left: 24px;
width: 100%;
font-size: var(--font-size-21);
}
.service-flow__contents dd {
width: 100%;
}
}
.service-flow__contents dt::before {
content: counter(num, decimal-leading-zero);
position: absolute;
top: 12px;
left: 0;
font-size: var(--font-size-14);
font-weight: 700;
}
@media not all and (min-width: 1200px){
.service-flow__contents dt::before {
top: 9px;
}
}
.service-flow__contents dt .__small {
display: block;
font-size: var(--font-size-14);
}
.service-faq__contents .faq-archive__item {
background-color: #e8e5e0;
}
@media not all and (min-width: 568px){
.service-faq__contents .faq-archive__item {
margin-bottom: 32px;
padding: 0;
background-color: rgb(0 0 0 / 0);
}
.service-faq__contents .faq-archive__title {
padding: 0 50px 0 0;
}
.service-faq__contents .faq-archive__contents {
padding: 16px 50px 0 0;
}
}
.service-faq__contents dt {
position: relative;
margin-bottom: 24px;
padding-left: 40px;
font-size: var(--font-size-21);
font-weight: 700;
line-height: 1.4;
}
.service-faq__contents dt::before {
content: 'Q';
position: absolute;
top: -11px;
left: 0;
font-size: var(--font-size-32);
}
.service-faq__contents dd {
padding: 40px;
background-color: #f5f5f3;
border-radius: 10px;
}
@media not all and (min-width: 568px){
.service-faq__contents dt {
padding-left: 30px;
font-size: var(--font-size-18);
}
.service-faq__contents dt::before {
top: -5px;
font-size: var(--font-size-24);
}
.service-faq__contents dd {
padding: 32px 24px;
}
} .website-section:not(:last-child) {
margin-bottom: 200px;
}
@media not all and (min-width: 768px){
.website-section:not(:last-child) {
margin-bottom: 120px;
}
}
.website-recommend__item {
margin-bottom: 80px;
margin-left: 200px;
max-width: 800px;
}
@media not all and (min-width: 1280px){
.website-recommend__item {
margin-bottom: 40px;
margin-left: auto;
}
}
@media not all and (min-width: 468px){
.website-recommend__item {
margin-left: 40px;
}
}
.website-recommend__item h3 {
margin-bottom: 40px;
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.website-recommend__item h3 {
margin-bottom: 32px;
font-size: var(--font-size-24);
}
}
.website-future__contents {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 80px 0;
}
.website-future__item {
display: flex;
justify-content: flex-end;
flex-direction: column-reverse;
width: 48%;
border-radius: 20px;
background-color: #fff;
overflow: hidden;
}
@media not all and (min-width: 940px){
.website-future__item {
width: 100%;
}
}
.website-future__sentence {
padding: 40px;
}
@media not all and (min-width: 568px){
.website-future__sentence {
padding: 32px 24px;
}
}
.website-future__sentence h3 {
margin-bottom: 32px;
font-size: var(--font-size-26);
}
@media not all and (min-width: 768px){
.website-future__sentence h3 {
margin-bottom: 24px;
font-size: var(--font-size-21);
}
}
.website-future__sentence h3 .__newline {
display: block;
}
@media not all and (min-width: 1170px){
.website-future__sentence h3 .__newline {
display: inline;
}
}
.website-price__item {
padding: 80px;
background-color: #fff;
border-radius: 0 0 20px 20px;
}
@media not all and (min-width: 1200px){
.website-price__item {
padding: 40px;
}
}
@media not all and (min-width: 568px){
.website-price__item {
padding: 32px 24px;
border-radius: 20px;
}
}
.website-price__heading {
display: none;
}
@media not all and (min-width: 568px){
.website-price__heading {
display: block;
margin-bottom: 24px;
font-size: var(--font-size-21);
}
}
.website-price__description {
margin-bottom: 64px;
line-height: 2.1;
}
@media not all and (min-width: 768px){
.website-price__description {
margin-bottom: 40px;
}
}
.website-price__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 40px 0; }
@media not all and (min-width: 768px){
.website-price__wrap { }
}
.website-price__sitemap {
width: 40%;
}
.website-price__mounting {
width: 55%;
}
@media not all and (min-width: 1000px){
.website-price__sitemap {
width: 100%;
}
.website-price__mounting {
width: 100%;
}
}
.website-price__wrap-heading {
margin-bottom: 24px;
font-size: var(--font-size-21);
}
.website-price__wrap-item > ul {
padding: 40px;
width: 100%;
line-height: 1.4;
background-color: #f5f5f3;
border-radius: 16px;
}
@media not all and (min-width: 568px){
.website-price__wrap-item > ul {
padding: 32px 24px;
}
}
.website-price__wrap-item li {
margin-bottom: 8px;
}
.website-price__wrap-item ul li ul {
margin-top: 4px;
margin-left: 1rem;
}
.website-price__wrap-item li .__mark {
margin-top: 16px;
}
.website-price__wrap-item .__mark li {
position: relative;
padding-left: 20px;
}
.website-price__wrap-item .__mark li::before {
content: '';
position: absolute;
top: 10px;
left: 0;
scale: 1 .5;
width: 12px;
height: 4px;
background-color: #111;
}
.website-price__wrap-item .__mark {
display: inline-block;
}
.website-price__wrap-item li .__small {
display: inline-block;
font-size: var(--font-size-12);
}
@media not all and (min-width: 1400px){
.website-price__wrap-item .__mark {
display: block;
}
.website-price__wrap-item li .__small {
display: block;
}
}
.website-price__data {
display: flex;
flex-direction: column;
gap: 16px;
}
.website-price__data dl {
display: flex;
align-items: center;
padding: 24px;
font-size: var(--font-size-18);
font-weight: 700;
background-color: #f5f5f3;
border-radius: 8px;
}
.website-price__data dt {
width: 140px;
}
.website-price__data dd {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.website-price__data .__num {
margin-inline: 10px;
padding-bottom: 10px;
font-size: var(--font-size-32);
line-height: 1;
}
@media not all and (min-width: 768px){
.website-price__data dl {
align-items: flex-start;
flex-direction: column;
gap: 8px;
}
.website-price__data .__num {
margin-inline: 4px;
}
}
.website-price {
position: relative;
margin-top: 50px;
min-height: 800px;
}
.tabs {
display: flex;
justify-content: space-between;
position: relative;
z-index: 10;
margin-bottom: -1px;
}
.tab-button {
position: relative;
top: 0;
transform-origin: bottom center;
padding: 40px 16px;
width: 32%;
font-size: var(--font-size-21);
font-weight: bold;
line-height: 1.4;
background: #f5f5f3;
border: 1px solid #ddd;
border-bottom: none;
border-radius: 24px 24px 0 0;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tab-button:hover {
background: #e9e9e9;
transform: translateY(-3px);
}
.tab-button[aria-selected="true"] {
background: #fff;
color: #111;
transform: translateY(0) scale(1);
box-shadow: 0 -5px 15px rgba(0,0,0,0.08);
z-index: 2;
animation: tabPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes tabPop {
0% { transform: translateY(0) scale(1); }
50% { transform: translateY(-7px) scale(1.05); }
100% { transform: translateY(0) scale(1); }
}
.tab-animate {
animation: tabPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-button[aria-selected="true"]::after {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 4px;
background-color: #fff;
z-index: 5;
}
@media not all and (min-width: 768px) {
.tabs {
flex-wrap: wrap;
}
.tab-button {
padding: 32px 16px;
font-size: var(--font-size-18);
}
}
@media not all and (min-width: 568px) {
.tabs {
flex-direction: column;
margin-bottom: 20px;
}
.tab-button {
margin-bottom: 5px;
padding: 24px 16px;
width: 100%;
border-radius: 10px;
border-bottom: 1px solid #ddd;
}
.tab-button[aria-selected="true"] {
border-bottom: 2px solid #111;
}
.tab-button[aria-selected="true"]::after {
display: none;
}
}
.tab-content {
opacity: 0;
visibility: hidden;
height: 0;
overflow: hidden;
transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
transform: translateY(20px);
position: relative;
}
.tab-content[aria-hidden="false"] {
opacity: 1;
visibility: visible;
height: auto;
overflow: visible;
transform: translateY(0);
transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.website-works__item {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 80vh;
}
.website-works__figure {
position: sticky;
top: 40px;
left: 0;
width: 45%;
height: fit-content;
}
.website-works__sentence {
width: 50%;
}
@media not all and (min-width: 940px){
.website-works__item {
margin-block: 80px 120px;
}
.website-works__figure {
order: 2;
position: relative;
top: 0;
margin-bottom: 40px;
width: 100%;
}
.website-works__sentence {
display: contents;
width: 100%;
}
}
@media not all and (min-width: 768px){
.website-works__figure {
margin-inline: calc(50% - 50vw);
width: 100vw;
}
.website-works__sentence {
display: contents;
width: 100%;
}
}
.website-works__figure img {
width: 100%;
}
.website-works__figure figcaption {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.website-works__item-heading {
margin-bottom: 40px;
font-size: var(--font-size-26);
}
.website-works__description {
margin-bottom: 80px;
}
.website-works__description p {
margin-bottom: 80px;
}
.website-works__description img {
margin: 80px auto;
}
.website-works__description img:first-of-type,
.website-works__description img + img {
margin: 20px auto;
}
.website-works__description img + p,
.website-works__description p + img {
margin: 80px auto;
}
.website-works__description figure {
margin-block: 80px;
}
.website-works__description figure img {
margin-block: 0 20px;
}
.website-works__description figure figcaption {
margin-inline: auto;
width: fit-content;
font-size: var(--font-size-14);
}
.website-works__description h4 {
margin-block: 60vh 24px;
font-size: var(--font-size-21);
}
.website-works__description ul li {
position: relative;
margin-bottom: 8px;
padding-left: 30px;
}
.website-works__description ul li::before {
content: '';
position: absolute;
top: 18px;
left: 4px;
width: 16px;
height: 2px;
background-color: #111;
}
@media not all and (min-width: 940px){
.website-works__item-heading {
order: 1;
}
.website-works__description {
order: 3;
margin-bottom: 40px;
}
.website-works__description h4 {
margin-block: 64px 24px;
}
.website-works__data {
order: 4;
}
}
@media not all and (min-width: 768px){
.website-works__description p {
margin-bottom: 32px;
}
.website-works__description h4 {
margin-bottom: 32px;
font-size: var(--font-size-18);
}
.website-works__description ul li::before {
top: 16px;
}
.website-works__description p {
margin-bottom: 24px;
}
.website-works__description h4 {
margin-block: 48px 16px;
}
}
.website-works__data dl {
display: flex;
flex-wrap: wrap;
margin-bottom: 8px;
font-size: var(--font-size-16);
}
@media not all and (min-width: 768px){
.website-works__data dl {
font-size: var(--font-size-14);
}
}
.website-works__data dt {
width: 120px;
font-weight: 700;
}
.website-works__data dd {
width: calc(100% - 120px);
}
.website-flow__contents {
counter-reset: num;
}
.website-flow__contents li {
counter-increment: num;
padding: 40px;
background-color: #fff;
border-radius: 20px;
}
.website-flow__contents li:not(:last-child) {
margin-bottom: 8px;
}
@media not all and (min-width: 568px){
.website-flow__contents li {
padding: 32px 24px;
}
}
.website-flow__contents dl {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.website-flow__contents dt {
position: relative;
padding-left: 40px;
width: 400px;
font-size: var(--font-size-24);
font-weight: 700;
line-height: 1.4;
}
.website-flow__contents dd {
width: calc(100% - 400px);
}
@media not all and (min-width: 1200px){
.website-flow__contents dt {
width: 300px;
font-size: var(--font-size-21);
}
.website-flow__contents dd {
width: calc(100% - 300px);
}
}
@media not all and (min-width: 940px){
.website-flow__contents dt {
margin-bottom: 24px;
padding-left: 24px;
width: 100%;
font-size: var(--font-size-21);
}
.website-flow__contents dd {
width: 100%;
}
}
.website-flow__contents dt::before {
content: counter(num, decimal-leading-zero);
position: absolute;
top: 12px;
left: 0;
font-size: var(--font-size-14);
font-weight: 700;
}
@media not all and (min-width: 1200px){
.website-flow__contents dt::before {
top: 9px;
}
}
.website-flow__contents dt .__small {
display: block;
font-size: var(--font-size-14);
}
.website-faq__contents dl {
padding: 40px;
background-color: #fff;
border-radius: 20px;
}
.website-faq__contents dl:not(:last-child) {
margin-bottom: 24px;
}
@media not all and (min-width: 568px){
.website-faq__contents dl {
padding: 0;
background-color: rgb(0 0 0 / 0);
}
.website-faq__contents dl:not(:last-child) {
margin-bottom: 56px;
}
}
.website-faq__contents dt {
position: relative;
margin-bottom: 24px;
padding-left: 40px;
font-size: var(--font-size-21);
font-weight: 700;
line-height: 1.4;
}
.website-faq__contents dt::before {
content: 'Q';
position: absolute;
top: -11px;
left: 0;
font-size: var(--font-size-32);
}
.website-faq__contents dd {
padding: 40px;
background-color: #f5f5f3;
border-radius: 10px;
}
@media not all and (min-width: 568px){
.website-faq__contents dt {
padding-left: 30px;
font-size: var(--font-size-18);
}
.website-faq__contents dt::before {
top: -5px;
font-size: var(--font-size-24);
}
.website-faq__contents dd {
padding: 32px 24px;
}
}
.website-voice__contents {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.website-voice__item {
padding: 40px 0;
width: 48%;
border-bottom: 1px solid #aaa;
}
@media not all and (min-width: 1400px){
.website-voice__contents {
margin-left: auto;
max-width: 900px;
}
.website-voice__item {
padding: 40px;
width: 100%;
}
}
@media not all and (min-width: 768px){
.website-voice__item {
padding: 32px 0;
}
}
.website-voice__heading {
margin-bottom: 32px;
font-size: var(--font-size-26);
}
@media not all and (min-width: 768px){
.website-voice__heading {
margin-bottom: 24px;
font-size: var(--font-size-21);
}
}
.website-voice__sentence {
margin-bottom: 40px;
font-size: var(--font-size-16);
}
.website-voice__sentence p:not(:last-child) {
margin-bottom: 32px;
}
.website-voice__data {
padding: 32px;
background-color: #ccccc6;
border-radius: 8px;
}
.website-voice__data dl {
font-size: var(--font-size-14);
line-height: 1.6;
}
.website-voice__data dl:not(:last-child) {
margin-bottom: 8px;
} .contact-contents {
max-width: 1000px;
}
.contact-hero {
margin-block: -120px 80px;
}
@media not all and (min-width: 940px){
.contact-hero {
margin-block: -80px 80px;
}
}
.contact-hero p:not(:last-child) {
margin-bottom: 24px;
}
.contact-faq {
margin-bottom: 80px;
}
.contact-faq .faq-archive__list {
width: 100%;
}
.contact-faq ul {
margin-block: 16px;
}
.contact-faq li {
position: relative;
padding-left: 24px;
}
.contact-faq li::before {
content: '';
position: absolute;
top: 17px;
left: 0;
width: 12px;
height: 1px;
background-color: #111;
}
.contact-faq li a {
text-decoration: underline;
}
@media (any-hover: hover) {
.contact-faq li a:hover {
text-decoration: none;
}
}
.contact-faq li a:focus-visible {
text-decoration: none;
}
.contact-faq__heading {
margin-bottom: 24px;
font-size: var(--font-size-24);
}
@media not all and (min-width: 768px){
.contact-faq__heading {
font-size: var(--font-size-21);
}
}
.contact-form {
margin-bottom: 200px;
}
.form-item {
margin-bottom: 40px;
}
.form-label {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
font-size: 18px;
font-weight: 700;
}
input[type="text"],
input[type="email"] {
display: block;
padding: 30px;
width: 100%;
font-size: 18px;
font-weight: 700;
background-color: #fff;
border: 2px solid #b8b8b8;
border-radius: 10px;
transition: background-color .3s, border .3s;
} textarea {
display: block;
padding: 30px;
width: 100%;
height: 400px;
font-size: 18px;
font-weight: 700;
background-color: #fff;
border: 2px solid #b8b8b8;
border-radius: 10px;
transition: background-color .3s, border .3s;
}
textarea:focus-visible {
background-color: #fff;
border: 2px solid #6b6b6b;
} .form-fieldset {
width: 100%;
}
.radio-item {
width: 100%;
}
.radio-item:not(:last-child) {
margin-bottom: 10px;
}
.radio-input {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.radio-label {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
position: relative;
padding: 20px 30px;
background-color: #f1f1f1;
border: 2px solid #b8b8b8;
border-radius: 10px;
transition: background-color .3s, border .3s;
cursor: pointer;
}
@media (any-hover: hover) {
.radio-label:hover {
text-decoration: underline;
}
}
.radio-label::before {
content: '';
display: block;
width: 20px;
height: 20px;
background-color: #fff;
border: 2px solid #b8b8b8;
border-radius: 50vh;
transition: background-color .3s, border .3s;
}
.radio-label::after {
content: '';
position: absolute;
top: 50%;
left: 34px;
translate: 0 -50%;
width: 12px;
height: 12px;
background-color: #6b6b6b;
border-radius: 50vh;
visibility: hidden;
opacity: 0;
transition: opacity .3s, visibility .3s;
}
.radio-label-text {
width: calc(100% - 40px);
color: #333;
font-weight: 700;
}
.radio-input:checked ~ .radio-label {
background-color: #fff;
border: 2px solid #6b6b6b;
}
@media (any-hover: hover) {
.radio-input:hover ~ .radio-label {
background-color: #fff;
}
}
.radio-input:focus-visible ~ .radio-label {
text-decoration: underline;
background-color: #fff;
border: 2px solid #6b6b6b;
}
.radio-input:checked ~ .radio-label::before {
background-color: #fff;
border: 2px solid #6b6b6b;
}
@media (any-hover: hover) {
.radio-input:hover ~ .radio-label::before {
background-color: #fff;
}
}
.radio-input:focus-visible ~ .radio-label::before {
border: 2px solid #6b6b6b;
}
.radio-input:checked ~ .radio-label::after {
visibility: visible;
opacity: 1;
}
.radio-input:checked ~ .radio-label .radio-label-text {
color: #000;
}
.checkbox-item:not(:last-child) {
margin-bottom: 10px;
}
.checkbox-input {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.checkbox-label {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
position: relative;
cursor: pointer;
}
.checkbox-label::before {
content: '';
display: block;
width: 40px;
height: 40px;
background-color: #f1f1f1;
border: 2px solid #b8b8b8;
border-radius: 8px;
transition: border .3s;
}
.checkbox-label::after {
content: '';
position: absolute;
top: 50%;
left: 8px;
translate: 0 -50%;
width: 24px;
height: 24px;
background-color: #111;
border-radius: 4px;
visibility: hidden;
opacity: 0;
transition: opacity .3s, visibility .3s;
}
.checkbox-label-text {
color: #333;
font-size: 18px;
font-weight: 700;
}
@media (any-hover: hover) {
.checkbox-label:hover {
text-decoration: underline;
}
}
.checkbox-input:focus-visible ~ .checkbox-label {
text-decoration: underline;
}
.checkbox-input:checked ~ .checkbox-label::before {
background-color: #fff;
border: 2px solid #6b6b6b;
}
@media (any-hover: hover) {
.checkbox-input:hover ~ .checkbox-label::before {
background-color: #fff;
}
}
.checkbox-input:focus-visible ~ .checkbox-label::before {
background-color: #fff;
}
.checkbox-input:checked ~ .checkbox-label::after {
visibility: visible;
opacity: 1;
}
.checkbox-input:checked ~ .checkbox-label .checkbox-label-text {
color: #000;
}
.agreement-text {
margin-bottom: 20px;
}
.agreement-text a {
color: #111;
text-decoration: underline;
}
@media (any-hover: hover) {
.agreement-text a:hover {
color: #111;
text-decoration: none;
}
}
.agreement-text:focus-visible {
color: #111;
text-decoration: none;
}
.agreement-input {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.agreement-label {
display: flex;
align-items: center;
gap: 20px;
position: relative;
padding: 20px 30px;
width: 400px;
background-color: #f1f1f1;
border: 2px solid #b8b8b8;
border-radius: 10px;
transition: background-color .3s, border .3s;
cursor: pointer;
}
@media (any-hover: hover) {
.agreement-label:hover {
text-decoration: underline;
}
}
@media not all and (min-width: 468px){
.agreement-label {
width: 100%;
}
}
.agreement-label::before {
content: '';
display: block;
width: 30px;
height: 30px;
background-color: #fff;
border: 2px solid #b8b8b8;
border-radius: 6px;
transition: background-color .3s, border .3s;
}
.agreement-label::after {
content: '';
position: absolute;
top: 50%;
left: 36px;
translate: 0 -50%;
width: 18px;
height: 18px;
background-color: #111;
border-radius: 3px;
visibility: hidden;
opacity: 0;
transition: opacity .3s, visibility .3s;
}
.agreement-label-text {
width: calc(100% - 60px);
color: #333;
font-size: 18px;
font-weight: 700;
}
.agreement-input:checked ~ .agreement-label {
background-color: #fff;
border: 2px solid #6b6b6b;
}
@media (any-hover: hover) {
.agreement-input:hover ~ .agreement-label {
background-color: #fff;
}
}
.agreement-input:focus-visible ~ .agreement-label {
text-decoration: underline;
border: 2px solid #111;
}
@media (any-hover: hover) {
.agreement-input:hover ~ .agreement-label::before {
background-color: #fff;
}
}
.agreement-input:checked ~ .agreement-label::before,
.agreement-input:focus-visible ~ .agreement-label::before {
background-color: #fff;
border: 2px solid #6b6b6b;
}
.agreement-input:checked ~ .agreement-label::after {
visibility: visible;
opacity: 1;
}
.agreement-input:checked ~ .agreement-label .agreement-label-text {
color: #000;
}
.required {
display: block;
padding: 5px 10px;
color: #fff;
font-size: 12px;
line-height: 1.4;
background-color: #111;
border-radius: 4px;
}
.example {
color: #777;
font-size: 14px;
}
.form-submit {
display: block;
padding: 20px;
width: 100%;
color: #fff;
font-size: 21px;
font-weight: 700;
text-align: center;
background-color: #777;
border: 3px solid rgb(0 0 0 / 0);
border-radius: 10px;
transition: background-color .3s, border .3s;
pointer-events: none;
}
.form-submit:focus-visible {
visibility: hidden;
}
form:has(.agreement-input:checked) .form-submit {
background-color: #111;
pointer-events: auto;
cursor: pointer;
}
form:has(.agreement-input:checked) .form-submit:hover {
visibility: visible;
}
@media (any-hover: hover) {
form:has(.agreement-input:checked) .form-submit:hover {
background-color: #222;
border: 3px solid #aaa;
}
}
form:has(.agreement-input:checked) .form-submit:focus-visible {
background-color: #000;
border: 3px solid #aaa;
visibility: visible;
}
.grecaptcha-badge {
display: none;
} .note-archive {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
flex-direction: row-reverse;
gap: 80px;
}
.note-archive__list {
max-width: 1000px;
}
.note-archive-page {
margin-top: -80px;
}
@media not all and (min-width: 940px){
.note-archive-page {
margin-top: -40px;
}
}
.note-archive__sidebar {
width: 140px;
font-size: var(--font-size-16);
}
@media not all and (min-width: 1320px){
.note-archive__list {
max-width: 900px;
}
}
@media not all and (min-width: 1200px){
.note-archive {
gap: 80px 40px;
}
.note-archive__list {
max-width: fit-content;
width: calc(100% - 180px);
}
}
@media not all and (min-width: 940px){
.note-archive__list {
width: 100%;
}
.note-archive__sidebar {
width: 100%;
}
}
.note-archive__cat-title {
margin-bottom: 40px;
font-size: var(--font-size-24);
}
.note-archive__cat-title .__label {
display: inline-block;
margin-right: 30px;
font-size: var(--font-size-14);
font-weight: 500;
}
.note-archive__item:first-of-type {
border-top: 1px solid #aaa;
}
.note-archive__item a {
display: flex;
flex-direction: column;
padding: 40px;
border-bottom: 1px solid #aaa;
}
@media not all and (min-width: 768px){
.note-archive__item a {
padding: 24px 0;
}
}
.note-archive__title {
order: 2;
margin-bottom: 16px;
font-size: var(--font-size-40);
}
@media not all and (min-width: 1000px){
.note-archive__title {
font-size: var(--font-size-32);
}
}
@media not all and (min-width: 768px){
.note-archive__title {
font-size: var(--font-size-26);
}
}
.note-archive__meta {
order: 1;
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 8px;
color: #777;
font-size: var(--font-size-14);
}
.note-archive__sentence {
order: 3;
display: -webkit-box;
color: #777;
font-size: var(--font-size-14);
line-height: 1.6;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.note-archive__sidebar-title {
margin-bottom: 16px;
font-size: var(--font-size-14);
font-weight: 500;
} .post-single-header {
margin-block: 240px 160px;
padding-inline: 40px;
}
@media not all and (min-width: 940px){
.post-single-header {
margin-block: 120px 80px;
}
}
@media not all and (min-width: 940px){
.post-single-header {
padding-inline: 24px;
}
}
.post-single-header__title {
margin-bottom: 24px;
font-size: var(--font-size-40);
font-weight: 700;
line-height: 1.4;
}
@media not all and (min-width: 940px){
.post-single-header__title {
font-size: var(--font-size-32);
}
}
@media not all and (min-width: 568px){
.post-single-header__title {
font-size: var(--font-size-26);
}
}
.post-single-header__meta {
display: flex;
flex-wrap: wrap;
gap: 4px 32px;
font-size: var(--font-size-14);
}
.post-single-header__meta .__heading {
margin-right: 8px;
}
.post-single-header__meta a {
color: #777;
}
.post-single-main {
display: flex;
justify-content: flex-end;
flex-direction: row-reverse;
flex-wrap: wrap;
gap: 100px 80px;
position: relative;
margin-bottom: 240px;
padding-inline: 40px;
z-index: 3;
}
@media not all and (min-width: 1280px){
.post-single-main {
gap: 40px;
}
}
@media not all and (min-width: 940px){
.post-single-main {
gap: 0;
margin-bottom: 120px;
}
}
@media not all and (min-width: 768px){
.post-single-main {
margin-bottom: 80px;
padding-inline: 24px;
}
}
.post-single-main__contents {
max-width: 1000px;
line-height: 2;
}
@media not all and (min-width: 1320px){
.post-single-main__contents {
max-width: 900px;
}
}
.post-single-main__sticky {
position: sticky;
top: 120px;
width: 160px;
height: fit-content;
visibility: hidden;
transition: opacity .3s ease, visibility .3s ease;
opacity: 0;
z-index: 5;
}
@media not all and (min-width: 1200px){
.post-single-main__contents {
width: calc(100% - 200px);
}
}
@media not all and (min-width: 1000px){
.post-single-main__contents {
margin-bottom: 128px;
width: 100%;
}
.post-single-main__sticky {
width: 100%;
}
}
@media not all and (min-width: 768px){
.post-single-main__contents {
margin-bottom: 64px;
}
}
.post-single-main__inner {
margin-bottom: 128px;
}
@media not all and (min-width: 768px){
.post-single-main__inner {
margin-bottom: 64px;
}
}
.post-single-main__inner p {
margin-bottom: 40px;
font-size: var(--font-size-18);
}
.post-single-main__inner h2 {
position: relative;
margin-block: 120px 40px;
padding-left: 1em;
font-size: var(--font-size-32);
font-weight: 700;
}
.post-single-main__inner h3 {
position: relative;
margin-block: 94px 32px;
padding-left: 2em;
font-size: var(--font-size-26);
font-weight: 700;
}
.post-single-main__inner h4 {
position: relative;
margin-block: 80px 26px;
padding-left: 3em;
font-size: var(--font-size-21);
font-weight: 700;
}
.post-single-main__inner h2 .__num,
.post-single-main__inner h3 .__num,
.post-single-main__inner h4 .__num {
position: absolute;
top: .48em;
left: 0;
font-size: .7em;
}
@media not all and (min-width: 768px){
.post-single-main__inner p {
margin-bottom: 32px;
font-size: var(--font-size-16);
}
.post-single-main__inner h2 {
margin-block: 92px 32px;
font-size: var(--font-size-26);
}
.post-single-main__inner h3 {
margin-block: 64px 32px;
font-size: var(--font-size-21);
}
.post-single-main__inner h4 {
margin-block: 48px 21px;
font-size: var(--font-size-18);
}
}
.post-single-main__inner ul {
margin-block: 40px;
}
.post-single-main__inner li {
position: relative;
margin-bottom: 8px;
}
.post-single-main__inner ul li {
padding-left: 1em;
font-size: var(--font-size-18);
}
.post-single-main__inner ul li::before {
content: '';
position: absolute;
top: 14px;
left: 0;
width: 6px;
height: 6px;
background-color: #333;
border-radius: 50vh;
}
@media not all and (min-width: 768px){
.post-single-main__inner ul li {
font-size: var(--font-size-16);
}
.post-single-main__inner ul li::before {
top: 12px;
}
}
.post-single-main__inner dl {
margin-top: 56px;
margin-bottom: 56px;
}
.post-single-main__inner dt {
margin-bottom: 16px;
font-size: var(--font-size-21);
font-weight: 600;
}
.post-single-main__inner .__supplement {
margin-bottom: 56px;
padding: 32px;
color: #777;
font-size: var(--font-size-14);
background-color: #c7c7c1;
border-radius: 8px;
}
hr.wp-block-separator {
margin-block: 80px;
border-top: 1px solid #aaa;
}
.post-single-main__inner .wp-block-image {
margin-block: 80px;
}
@media not all and (min-width: 768px){
.post-single-main__inner .wp-block-image {
margin-block: 40px;
}
}
.post-single-main__inner .wp-block-image figcaption {
margin: 16px auto 0;
width: fit-content;
font-size: var(--font-size-14);
}
@media not all and (min-width: 768px){
.post-single-main__inner .wp-block-image {
margin-block: 40px;
}
}
.post-single-main__inner .wp-block-image.__thumbnail {
margin-block: 40px;
}
@media not all and (min-width: 768px){
.post-single-main__inner .wp-block-image.__thumbnail {
margin-block: 24px;
}
}
.post-single-main__inner .wp-block-image img {
margin-inline: auto;
}
.post-single-main__inner .wp-block-code {
margin-bottom: 40px;
padding: 40px;
color: #eee;
font-size: var(--font-size-16);
line-height: 1.6;
background-color: #333;
border-radius: 8px;
overflow-x: scroll;
}
@media not all and (min-width: 768px){
.post-single-main__inner .wp-block-code {
padding: 24px;
font-size: var(--font-size-14);
}
}
.post-single-main__inner p + .wp-block-code {
margin-top: -20px;
}
.post-single-main__inner p > code {
margin-inline: 4px;
padding: 4px 10px;
color: #eee;
font-size: var(--font-size-16);
line-height: 1.4;
background-color: #333;
border-radius: 8px;
}
.post-single-main__inner video {
margin-bottom: 40px;
width: 100%;
}
.post-single-main__inner .figure-video {
margin-block: 40px;
}
.post-single-main__inner .figure-video video {
display: block;
margin: 0 auto 32px;
max-width: 100%;
height: auto;
}
.post-single-main__inner .figure-video figcaption {
margin-inline: auto;
width: fit-content;
font-size: var(--font-size-14);
font-weight: 600;
}
.post-single-main__inner p a {
display: inline-block;
position: relative;
font-weight: 700;
transition: 1s ease;
}
.post-single-main__inner p a::before {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 2px;
background-color: #333;
transform: scale(1, 1);
transform-origin: right top;
transition: transform .3s ease;
}
@media (any-hover: hover) {
.post-single-main__inner p a:hover::before {
transform: scale(0, 1);
}
}
.post-single-main__inner p a:focus-visible::before {
transform: scale(0, 1);
}
.post-single-main__inner .__link-box {
margin-block: 40px;
}
.post-single-main__inner .__link-box + .__link-box {
margin-top: 16px;
}
.post-single-main__inner p.__box a,
.post-single-main__inner .__link-box a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 24px;
line-height: 1.4;
background-color: #edede8;
background-image: none;
border-radius: 8px 2px 8px 8px;
transition: .3s ease;
}
.post-single-main__inner p.__box a::before,
.post-single-main__inner .__link-box a::before {
display: none;
}
.post-single-main__inner p.__box a::after,
.post-single-main__inner .__link-box a::after {
content: '';
display: block;
width: 16px;
height: 12px;
background-image: url(http://corto.jp/design/wp-content/themes/corto/assets/images/common/arrow-b.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (any-hover: hover) {
.post-single-main__inner p.__box a:hover,
.post-single-main__inner .__link-box a:hover {
background-color: #fff;
border-radius: 16px 2px 16px 16px;
}
}
.post-single-main__inner p.__box a:focus-visible,
.post-single-main__inner .__link-box a:focus-visible {
background-color: #fff;
border-radius: 16px 2px 16px 16px;
}
@media not all and (min-width: 568px){
.post-single-main__inner p.__box a,
.post-single-main__inner .__link-box a {
border-radius: 4px 2px 4px 4px;
}
@media (any-hover: hover) {
.post-single-main__inner p.__box a:hover,
.post-single-main__inner .__link-box a:hover {
background-color: #fff;
border-radius: 8px 2px 8px 8px;
}
}
.post-single-main__inner p.__box a:focus-visible,
.post-single-main__inner .__link-box a:focus-visible {
background-color: #fff;
border-radius: 8px 2px 8px 8px;
}
}
.figure-blockquote {
margin-block: 40px;
font-style: italic;
}
blockquote {
margin-bottom: 16px;
padding: 32px;
overflow-wrap: break-word;
background-color: #cccac5;
border-radius: 8px;
}
blockquote p {
margin-bottom: 0!important;
}
.figure-blockquote cite {
display: block;
font-size: var(--font-size-14);
text-align: right;
}
.post-single-cta {
margin-block: 120px;
padding: 40px;
background-color: #f1f1f1;
border-radius: 8px;
}
.post-single-cta__heading {
margin-bottom: 24px!important;
font-size: var(--font-size-32)!important;
font-weight: 700;
}
.post-single-cta__hero {
margin-bottom: 32px;
font-size: var(--font-size-16);
}
@media not all and (min-width: 568px){
.post-single-cta {
margin-block: 80px;
padding: 24px;
}
.post-single-cta__heading {
margin-bottom: 4px!important;
font-size: var(--font-size-24)!important;
}
.post-single-cta__hero {
margin-bottom: 24px;
font-size: var(--font-size-14);
text-align: left;
}
.post-single-cta__hero br {
display: none;
}
}
.post-single-cta__button-list li {
position: relative;
margin-bottom: 8px;
}
.post-single-cta__button-list li {
padding-left: 1em;
font-size: var(--font-size-18);
}
.post-single-cta__button-list li::before {
content: '';
position: absolute;
top: 16px;
left: 0;
width: 6px;
height: 6px;
background-color: #333;
border-radius: 50vh;
}
@media not all and (min-width: 768px){
.post-single-cta__button-list li {
font-size: var(--font-size-16);
}
.post-single-cta__button-list li::before {
top: 12px;
}
}
.post-single-banner {
display: block;
max-width: 640px;
}
.bsd-cta {
margin-bottom: 80px;
padding: 40px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
@media not all and (min-width: 768px){
.bsd-cta {
margin-bottom: 40px;
padding: 40px 24px;
}
}
.bsd-cta__heading {
margin-bottom: 24px;
font-size: var(--font-size-21);
font-weight: 700;
line-height: 1.4;
}
@media not all and (min-width: 568px){
.bsd-cta__heading {
margin-bottom: 16px;
font-size: var(--font-size-18);
}
}
.bsd-cta__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.bsd-cta__text {
width: 70%;
}
.bsd-cta__image {
width: 25%;
}
@media not all and (min-width: 568px){
.bsd-cta__text {
margin-bottom: 32px;
width: 100%;
font-size: var(--font-size-14);
}
.bsd-cta__image {
width: 100%;
}
}
.bsd-cta__text p:not(:last-child) {
margin-bottom: 32px;
}
.bsd-cta__text p a {
display: inline-block;
position: relative;
font-weight: 700;
}
.bsd-cta__text p a::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 2px;
background-color: #333;
transform: scale(1, 1);
transform-origin: right top;
transition: transform .3s ease;
}
.bsd-cta__text p a:hover::after {
transform: scale(0, 1);
}
.bsd-cta__image img {
border-radius: 30px 10px 60px 10px;
}
@media not all and (min-width: 568px){
.bsd-cta__image img {
width: 100%;
height: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
}
.sns-share-buttons {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 80px;
}
@media not all and (min-width: 768px){
.sns-share-buttons {
margin-bottom: 40px;
}
}
@media not all and (min-width: 568px){
.sns-share-buttons {
gap: 4px;
}
}
.sns-share-buttons p {
margin-right: 8px;
}
@media not all and (min-width: 568px){
.sns-share-buttons p {
margin-right: 4px;
font-size: 10px;
}
}
.__sns-btn {
display: inline-block;
padding: 10px 16px;
color: #eee;
text-decoration: none;
border-radius: 8px;
font-size: var(--font-size-14);
transition: background-color .3s ease;
}
.__sns-btn-x { background-color: #000; }
.__sns-btn-facebook { background-color: #1877F2; }
.__sns-btn-threads { background-color: #333; }
.__sns-btn-pocket { background-color: #EF3F56; }
.__sns-btn-feedly { background-color: #2BB24C; }
.__sns-btn-line { background-color: #00C300; }
.__sns-btn-hatena { background-color: #00A4DE; }
.__sns-btn:hover {
color: #fff;
opacity: .7;
}
@media not all and (min-width: 568px){
.__sns-btn {
padding: 4px 8px;
font-size: var(--font-size-12);
}
}
.auther-profile {
margin-bottom: 80px;
padding: 40px;
border: 1px solid #ccc;
border-radius: 8px;
}
@media not all and (min-width: 768px){
.auther-profile {
padding: 24px;
}
}
.auther-profile__heading {
margin-bottom: 24px;
font-size: var(--font-size-21);
}
.auther-profile__wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.auther-profile__auther-info {
width: 160px;
}
.auther-profile__contents {
width: calc(100% - 200px);
font-size: var(--font-size-14);
line-height: 1.8;
}
@media not all and (min-width: 568px){
.auther-profile__auther-info {
margin-bottom: 24px;
width: 100%;
}
.auther-profile__contents {
width: 100%;
}
}
.auther-profile__contents p {
margin-bottom: 40px;
}
.auther-profile__contents p a {
display: inline-block;
position: relative;
font-weight: 700;
}
.auther-profile__contents p a::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 2px;
background-color: #333;
transform: scale(1, 1);
transform-origin: right top;
transition: transform .3s ease;
}
.auther-profile__contents p a:hover::after {
transform: scale(0, 1);
}
.auther-profile__sns-list {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px 24px;
}
.auther-profile__sns-list li {
width: 24px;
}
.auther-profile__sns-list svg {
display: block;
width: 100%;
height: auto;
transition: .3s ease;
}
@media (any-hover: hover) {
.auther-profile__sns-list svg:hover {
transform: scale(1.1);
}
}
.auther-profile__sns-list svg:focus-visible {
transform: scale(1.1);
}
.auther-profile__picture img {
margin-bottom: 8px;
}
.auther-profile__picture figcaption {
margin-inline: auto;
width: fit-content;
font-size: var(--font-size-12);
}
@media not all and (min-width: 568px){
.auther-profile__picture img {
margin-inline: auto;
width: 100px;
}
}
.post-single__footer-ban {
max-width: 320px;
}
.post-single-main__breadcrumb {
margin-bottom: 16px;
}
@media not all and (min-width: 940px){
.post-single-main__breadcrumb {
margin-bottom: 16px;
}
}
.post-single-main__breadcrumb ol {
display: flex;
flex-wrap: wrap;
gap: 4px 12px;
color: #777;
font-size: var(--font-size-12);
}
.post-single-main__breadcrumb li:not(:last-child)::after {
content: '/';
margin-left: 12px;
}
.post-single-main__breadcrumb .__title {
margin-top: 8px;
color: #333;
font-size: var(--font-size-18);
line-height: 1.4;
font-weight: 700;
}
@media not all and (min-width: 1000px){
.post-single-main__breadcrumb .__title {
margin-top: 0;
font-size: var(--font-size-12);
font-weight: 400;
line-height: 2;
}
}
@media not all and (min-width: 940px){
.post-single-main__breadcrumb .__title {
color: #777;
}
}
.post-single-main__sticky-meta {
margin-bottom: 32px;
color: #777;
font-size: var(--font-size-12);
}
.post-single-main__sticky-meta .__heading {
display: inline-block;
width: 92px;
}
.post-single-main__thumbnail,
.post-single-main__thumbnail picture,
.post-single-main__thumbnail img {
width: 100%;
height: auto;
}
.post-single-main__thumbnail {
margin-bottom: 40px;
}
@media not all and (min-width: 768px){
.post-single-main__thumbnail {
margin-bottom: 32px;
}
}
.post-single-main__list li {
position: relative;
margin-bottom: 8px;
padding-left: 24px;
font-size: var(--font-size-14);
}
.post-single-main__list li::before {
content: '';
position: absolute;
scale: 1 .5;
top: 15px;
left: 4px;
width: 8px;
height: 2px;
background-color: #aaa;
}
.post-single-related {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
padding-inline: 40px;
z-index: 1;
}
.post-single-related__header {
position: sticky;
top: 40px;
width: 240px;
height: fit-content;
}
.post-single-related__list {
width: calc(100% - 340px);
}
@media not all and (min-width: 1280px){
.post-single-related {
gap: 0;
}
.post-single-related__header {
display: contents;
position: relative;
top: auto;
width: 180px;
}
.post-single-related__list {
order: 2;
width: 100%;
}
}
@media not all and (min-width: 1040px){
.post-single-related {
gap: 0;
}
.post-single-related__list {
order: 2;
width: 100%;
}
}
@media not all and (min-width: 768px){
.post-single-related {
padding-inline: 24px;
}
}
.post-single-related__more {
margin-top: 80px;
width: 100%;
}
.post-single-related__more a {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 16px 32px;
margin-left: auto;
width: fit-content;
font-size: var(--font-size-18);
font-weight: 700;
}
@media not all and (min-width: 768px){
.post-single-related__more a {
font-size: var(--font-size-16);
}
}
.post-single-related__heading-h2 {
margin-bottom: 40px;
font-size: var(--font-size-40);
}
@media not all and (min-width: 1280px){
.post-single-related__heading-h2 {
order: 1;
}
.post-single-related__category-list {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.post-single-related__more {
order: 3;
}
}
@media not all and (min-width: 768px){
.post-single-related__heading-h2 {
margin-bottom: 32px;
font-size: var(--font-size-26);
}
}
.post-single-related__category-list li {
position: relative;
margin-bottom: 8px;
padding-left: 24px;
font-size: var(--font-size-14);
}
.post-single-related__category-list li::before {
content: '';
position: absolute;
scale: 1 .5;
top: 15px;
left: 4px;
width: 8px;
height: 2px;
background-color: #aaa;
}
@media not all and (min-width: 940px){
.post-single-related__category-list li {
font-size: var(--font-size-18);
font-weight: 700;
}
.post-single-related__category-list li::before {
top: 16px;
}
} .works-archive__list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 80px 40px;
}
@media (min-width: 1400px) {
.works-archive__list {
grid-template-columns: repeat(3, minmax(320px, 1fr));
}
}
@media not all and (min-width: 768px){
.works-archive__list {
gap: 56px;
}
}
.works-archive__item {
justify-self: center;
width: 100%;
overflow: hidden;
}
.works-archive__item a {
display: flex;
flex-direction: column;
}
.works-archive__title {
order: 2;
font-size: var(--font-size-14);
}
.works-archive__image {
order: 1;
margin-bottom: 24px;
overflow: hidden;
}
.works-archive__image img {
width: 100%;
height: 100%;
aspect-ratio: 3/4;
object-fit: cover;
transition: transform .3s ease;
}
@media (any-hover: hover) {
.works-archive__item a:hover .works-archive__image img {
transform: scale(1.05);
}
}
.works-archive__item a:focus-visible .works-archive__image img {
transform: scale(1.05);
}
@media not all and (min-width: 568px){
.works-archive__image img {
aspect-ratio: 4/3;
}
} .works-single-header {
display: flex;
flex-direction: column;
margin-block: 240px 120px;
padding-inline: 40px;
}
.works-single-header__title-jp {
order: 2;
margin-bottom: 40px;
font-size: var(--font-size-40);
line-height: 1.2;
}
.works-single-header__title-en {
order: 1;
margin-bottom: 8px;
font-size: var(--font-size-16);
font-weight: 700;
}
.works-single-header__description {
order: 3;
}
@media not all and (min-width: 768px){
.works-single-header {
margin-block: 120px 80px;
padding-inline: 24px;
}
.works-single-header__title-jp {
margin-bottom: 32px;
font-size: var(--font-size-26);
}
.works-single-header__title-en {
font-size: var(--font-size-14);
font-weight: 700;
}
}
.works-single-figure {
margin-bottom: 160px;
padding: 80px;
background-color: #3A3D46;
}
@media not all and (min-width: 768px){
.works-single-figure {
margin-bottom: 80px;
padding: 40px 24px;
}
}
.works-single-figure video {
width: 100%;
box-shadow: 0 10px 30px rgb(0 0 0 / .4);
}
.works-single-figure img {
width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 1.61/1;
box-shadow: 0 10px 30px rgb(0 0 0 / .4);
}
.works-single-main {
margin-inline: auto;
margin-bottom: 240px;
max-width: 1200px;
}
.works-single-main__contents {
margin-bottom: 160px;
font-weight: 500;
}
.works-single-main__contents p,
.works-single-main__contents ul,
.works-single-main__contents h2,
.works-single-main__contents h3,
.works-single-main__contents figure.__figure-min,
.works-single-main__contents blockquote {
margin-left: auto;
max-width: 800px;
}
.works-single-main__contents p {
margin-bottom: 40px;
}
.works-single-main__contents a {
position: relative;
font-weight: 700;
}
.works-single-main__contents a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: #111;
transition: .3s;
}
@media (any-hover: hover) {
.works-single-main__contents a:hover::before {
scale: 0 1;
}
}
.works-single-main__contents a:focus-visible {
left: 0;
width: 0;
}
.works-single-main__contents h2 {
margin-block: 120px 40px;
font-size: var(--font-size-40);
}
.works-single-main__contents h3 {
margin-block: 80px 32px;
font-size: var(--font-size-32);
}
@media not all and (min-width: 768px){
.works-single-main__contents {
margin-bottom: 80px;
}
.works-single-main__contents p {
margin-bottom: 32px;
}
.works-single-main__contents h2 {
margin-block: 80px 32px;
font-size: var(--font-size-32);
}
.works-single-main__contents h3 {
margin-block: 64px 24px;
font-size: var(--font-size-26);
}
}
.works-single-main__contents ul {
margin-bottom: 80px;
}
.works-single-main__contents ul li {
position: relative;
margin-bottom: 8px;
padding-left: 30px;
}
.works-single-main__contents ul li::before {
content: '';
position: absolute;
top: 18px;
left: 0;
scale: 1 .5;
width: 16px;
height: 4px;
background-color: #111;
}
@media not all and (min-width: 768px){
.works-single-main__contents ul {
margin-bottom: 64px;
}
.works-single-main__contents ul li {
margin-bottom: 16px;
padding-left: 24px;
line-height: 1.6;
}
.works-single-main__contents ul li::before {
top: 12px;
width: 12px;
}
}
.works-single-main__contents figure {
margin-block: 80px 160px;
width: 100%;
}
@media not all and (min-width: 768px){
.works-single-main__contents figure {
margin-block: 40px 80px;
}
}
.works-single-main__contents figure img {
margin-inline: auto;
}
.works-single-main__contents figure video {
width: 100%;
}
.works-single-main__contents figure figcaption {
margin-top: 24px;
margin-inline: auto;
width: fit-content;
font-size: var(--font-size-16);
}
@media not all and (min-width: 768px){
.works-single-main__contents figure figcaption {
margin-top: 16px;
font-size: var(--font-size-14);
}
}
.works-single-main__contents .figure4 {
justify-content: space-between;
flex-wrap: wrap;
}
.works-single-main__contents .figure4 figure {
width: 23%;
}
@media not all and (min-width: 768px){
.works-single-main__contents .figure4 figure {
width: 48%;
}
}
.works-single-main__data-heading {
margin-bottom: 40px;
font-size: var(--font-size-40);
}
.works-single-main__data-dl {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 16px;
font-size: var(--font-size-16);
}
.works-single-main__data-dl dt {
width: 240px;
}
.works-single-main__data-dl dd {
width: calc(100% - 240px);
}
@media not all and (min-width: 568px){
.works-single-main__data-dl {
margin-bottom: 8px;
}
.works-single-main__data-dl dt {
width: 100%;
font-size: var(--font-size-12);
font-weight: 700;
}
.works-single-main__data-dl dd {
width: 100%;
font-size: var(--font-size-14);
}
}
.works-single-related-post {
padding-inline: 40px;
}
@media not all and (min-width: 768px){
.works-single-related-post {
padding-inline: 24px;
}
} .faq-archive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row-reverse;
}
.faq-archive__list {
width: calc(100% - 220px);
}
.faq-archive__sidebar {
width: 140px;
font-size: var(--font-size-16);
}
@media not all and (min-width: 1200px){
.faq-archive__list {
width: calc(100% - 180px);
}
}
@media not all and (min-width: 940px){
.faq-archive__list {
margin-bottom: 80px;
width: 100%;
}
.faq-archive__sidebar {
width: 100%;
}
}
.faq-archive__cat-title {
margin-bottom: 40px;
font-size: var(--font-size-24);
}
.faq-archive__cat-title .__label {
display: inline-block;
margin-right: 30px;
font-size: var(--font-size-14);
font-weight: 500;
}
.faq-archive__section {
margin-bottom: 160px;
}
.faq-archive__heading {
margin-bottom: 40px;
font-size: var(--font-size-26);
}
@media not all and (min-width: 768px){
.faq-archive__section {
margin-bottom: 80px;
}
.faq-archive__heading {
margin-bottom: 32px;
font-size: var(--font-size-21);
}
}
.faq-archive__item {
margin-bottom: 16px;
border-radius: 8px;
background-color: #fff;
overflow: hidden;
transition: background-color 0.3s ease;
}
.faq-archive__title {
position: relative;
padding: 40px 50px 40px 40px;
font-weight: 700;
line-height: 1.6;
list-style: none;
user-select: none;
cursor: pointer;
}
.faq-archive__title::-webkit-details-marker {
display: none;
}
.faq-archive__contents {
padding: 0 40px;
height: 0;
font-size: var(--font-size-16);
overflow: hidden;
will-change: height;
transition: height 0.4s ease;
}
.faq-archive__contents-inner {
padding-bottom: 40px;
opacity: 0;
transform: translateY(-10px);
transition: opacity 0.3s ease, transform 0.3s ease;
}
.faq-archive__item.is-open .faq-archive__contents-inner {
opacity: 1;
transform: translateY(0);
}
.faq-archive__title::after {
content: '+';
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
transition: transform 0.3s ease;
}
.faq-archive__item.is-open .faq-archive__title::after {
transform: translateY(-50%) rotate(45deg);
}
@media not all and (min-width: 768px){
.faq-archive__title {
padding: 24px 50px 24px 24px;
}
.faq-archive__contents {
padding: 0 24px;
font-size: var(--font-size-14);
}
.faq-archive__contents-inner {
padding-bottom: 24px;
}
}
.faq-archive__sidebar-title {
margin-bottom: 16px;
font-size: var(--font-size-14);
font-weight: 500;
} .page-contents {
margin-bottom: 240px;
max-width: 1000px;
}
.page-contents h2 {
margin-block: 80px 40px;
font-size: var(--font-size-40);
}
.page-contents h3 {
margin-block: 64px 32px;
font-size: var(--font-size-32);
}
.page-contents p {
margin-bottom: 40px;
}
.page-contents ol {
counter-reset: pageol;
margin-left: 1em;
font-size: var(--font-size-18);
}
.page-contents ol > li {
position: relative;
margin-bottom: 1em;
padding-left: 1.5em;
}
.page-contents ol > li::before {
counter-increment: pageol;
content: counter(pageol);
position: absolute;
top: 6px;
left: 0;
font-size: var(--font-size-14);
}
@media not all and (min-width: 768px){
.page-contents {
margin-bottom: 120px;
}
.page-contents h2 {
margin-block: 64px 32px;
font-size: var(--font-size-32);
}
.page-contents h3 {
margin-block: 56px 24px;
font-size: var(--font-size-24);
}
.page-contents p {
margin-bottom: 32px;
}
} .footer__image-loop {
position: relative;
background-color: #c9c9c9;
overflow: hidden;
z-index: 1;
}
.footer__image-loop {
margin-inline: calc(50% - 50vw);
overflow: hidden;
}
@media not all and (min-width: 768px){
.footer__image-loop {
margin-inline: calc(50% - 50vw);
}
}
.footer__loop-inner {
display: flex;
gap: 30px;
width: max-content;
animation: scrollLoop 80s linear infinite;
will-change: transform;
backface-visibility: hidden;
}
.footer__image-loop ul {
display: flex;
gap: 30px;
}
.footer__image-loop li {
flex-shrink: 0;
}
.footer__image-loop img {
width: 500px;
height: 600px;
object-fit: cover;
border-radius: 40px;
}
@media not all and (min-width: 768px){
.footer__image-loop img {
width: 250px;
height: 300px;
border-radius: 20px;
}
}
@keyframes scrollLoop {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.footer {
position: relative;
}
.footer-cta {
position: relative;
}
.footer-cta__wrap {
margin-inline: auto;
padding: 320px 40px 200px;
color: #fff;
text-align: center;
background-color: rgb(0 0 0 / .7);
z-index: 0;
}
@media not all and (min-width: 940px){
.footer-cta__wrap {
gap: 32px;
padding: 240px 40px 120px;
}
}
@media not all and (min-width: 768px){
.footer-cta__wrap {
padding: 180px 24px 120px;
}
}
.footer-cta__wrap a {
color: #fff;
}
.footer-cta__hgroup {
display: flex;
flex-direction: column-reverse;
margin-bottom: 40px;
}
@media not all and (min-width: 768px){
.footer-cta__hgroup {
margin-bottom: 24px;
}
}
.footer-cta__heading {
font-size: var(--font-size-32);
}
.footer-cta__heading-en {
color: #219cbb;
font-size: 200px;
font-weight: 700;
line-height: 1.4;
}
@media not all and (min-width: 768px){
.footer-cta__heading-en {
font-size: var(--font-size-128);
}
}
@media not all and (min-width: 468px){
.footer-cta__heading-en {
font-size: var(--font-size-64);
}
}
.footer-cta__sentence {
margin-bottom: 40px;
font-size: var(--font-size-18);
}
.footer-cta__sentence .__newline {
display: block;
}
.footer-cta__sentence .__newline-s {
display: inline-block;
}
@media not all and (min-width: 768px){
.footer-cta__sentence {
margin-bottom: 32px;
font-size: var(--font-size-16);
}
}
.footer-cta__textlink {
font-size: var(--font-size-32);
font-weight: 700;
}
@media not all and (min-width: 768px){
.footer-cta__textlink {
font-size: var(--font-size-21);
}
}
.footer-cta__list li {
position: relative;
margin-bottom: 8px;
padding-left: 30px;
font-size: var(--font-size-18);
}
.footer-cta__list li::before {
content: '';
position: absolute;
top: 18px;
left: 4px;
width: 16px;
height: 2px;
background-color: #111;
}
@media not all and (min-width: 768px){
.footer-cta__list li {
margin-bottom: 8px;
padding-left: 30px;
font-size: var(--font-size-16);
}
.footer-cta__list li::before {
top: 16px;
}
} .footer-cta__loop {
position: absolute;
bottom: -80px;
width: 100%;
height: 178px;
overflow: hidden;
}
@media not all and (min-width: 768px){
.footer-cta__loop {
bottom: -50px;
height: 133px;
}
}
.footer-cta__loop-inner {
display: inline-flex;
position: absolute;
white-space: nowrap;
will-change: transform;
}
.footer-cta__loop-text {
display: flex;
align-items: center;
flex-shrink: 0;
padding-inline: 20px;
height: 110px;
color: #dfdbd0;
color: rgb(0 0 0 / 0);
font-size: 200px;
font-weight: 800;
line-height: 1.2;
-webkit-text-stroke: 1px #73716c;
text-stroke: 1px #73716c;
-webkit-user-select: none;
user-select: none;
transform: translateZ(0);
}
@media not all and (min-width: 768px){
.footer-cta__loop-text {
height: 110px;
font-size: var(--font-size-128);
}
}
.copyright {
padding: 80px 40px;
text-align: center;
}
@media not all and (min-width: 768px){
.copyright {
padding: 40px 24px 120px;
text-align: center;
}
}
.menu__overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 101;
}
.menu__container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 40px;
position: fixed;
top: 24px;
left: 40px;
padding: 40px;
width: calc(100vw - 80px);
height: fit-content;
transform: translateY(calc(-100% - 24px));
background-color: #101010;
border-radius: 8px;
transition: transform 1s cubic-bezier(.19, 1, .22, 1);
z-index: 102;
}
@media not all and (min-width: 768px){
.menu__container {
left: 24px;
width: calc(100vw - 48px);
}
}
.menu__content {
width: fit-content;
color: #f5f4f1;
}
.menu__content.visible {
opacity: 1;
}
.menu__content:not(.visible) {
opacity: 0;
}
@media not all and (min-width: 568px){
.menu__content {
width: 100%;
}
}
.menu__close-button {
display: none;
color: #f5f4f1;
font-size: var(--font-size-14);
text-align: center;
background: linear-gradient(#f1f1f1, #f1f1f1) 0 100% / 0 1px no-repeat;
border: none;
transition: .4s;
z-index: 103;
}
@media (any-hover: hover) {
.menu__close-button:hover {
background-size: 100% 1px;
}
}
.menu__close-button:focus-visible {
background-size: 100% 1px;
}
@media not all and (min-width: 768px){
.menu__close-button {
position: absolute;
top: 0;
right: 3px;
}
}
.menu__close-button:focus-visible {
letter-spacing: 1px;
}
.menu__wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px 40px;
width: fit-content;
}
@media not all and (min-width: 768px){
.menu__wrap {
align-items: flex-start;
flex-direction: column;
gap: 32px;
}
}
@media not all and (min-width: 468px){
.menu__wrap {
height: 100%;
}
}
.menu__sns-list {
display: flex;
flex-wrap: wrap;
gap: 24px;
}
.menu__list {
display: flex;
flex-wrap: wrap;
gap: 8px 24px;
}
@media not all and (min-width: 768px){
.menu__list {
flex-direction: column;
gap: 8px;
}
}
.menu__list li {
overflow: hidden;
}
.menu__list span {
display: inline-block;
transform: translateY(100%) translateX(5%);
opacity: 0;
transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .3s ease;
}
.menu__content.visible .menu__list span {
transform: translateY(0) translateX(0);
opacity: 1;
}
.menu__list li:nth-child(1) span { transition-delay: 0.1s; }
.menu__list li:nth-child(2) span { transition-delay: 0.15s; }
.menu__list li:nth-child(3) span { transition-delay: 0.2s; }
.menu__list li:nth-child(4) span { transition-delay: 0.25s; }
.menu__list li:nth-child(5) span { transition-delay: 0.3s; }
.menu__list li:nth-child(6) span { transition-delay: 0.35s; }
.menu__list li:nth-child(7) span { transition-delay: 0.4s; }
.menu__list li:nth-child(8) span { transition-delay: 0.45s; }
.menu__list li:nth-child(9) span { transition-delay: 0.5s; }
.menu__list li:nth-child(10) span { transition-delay: 0.55s; }
.menu__list a {
display: inline-block;
padding-right: 10px;
color: #f1f1f1;
text-decoration: none;
font-size: var(--font-size-16);
line-height: 1;
transition: transform .3s ease;
}
@media (any-hover: hover) {
.menu__list a:hover {
color: #9a9a9a;
transform: translateX(10px);
}
}
.menu__list a:focus-visible {
transform: translateX(10px);
}
.menu__list a .__paper-plane {
margin-right: 8px;
width: 13px;
height: 13px;
fill: #f1f1f1;
transform-origin: center;
}
.menu__sns-list span {
display: inline-block;
transform: translateY(100%) translateX(5%);
opacity: 0;
transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
}
.menu__content.visible .menu__sns-list span {
transform: translateY(0) translateX(0);
opacity: 1;
}
.menu__sns-list li:nth-child(1) span { transition-delay: 0.5s; }
.menu__sns-list li:nth-child(2) span { transition-delay: 0.55s; }
.menu__sns-list li:nth-child(3) span { transition-delay: 0.6s; }
.menu__sns-list li:nth-child(4) span { transition-delay: 0.65s; }
.menu__sns-list a {
display: inline-block;
transition: transform .3s ease;
}
@media (any-hover: hover) {
.menu__sns-list a:hover {
transform: translate(3px, -3px);
}
}
.menu__sns-list path {
fill: #f1f1f1;
}
@media (any-hover: hover) {
.menu__sns-list path:hover {
fill: #9a9a9a;
}
}
.menu__sns-list a:focus-visible {
transform: translate(5px, -5px);
}
.menu__sns-list img {
width: 21px;
}
.fixed-contents {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 24px;
position: fixed;
right: 40px;
bottom: -10px;
opacity: 0;
z-index: 1000;
}
@keyframes slideInUp {
from {
bottom: 20px;
opacity: 0;
}
to {
bottom: 40px;
opacity: 1;
}
}
@keyframes slideOutDown {
from {
bottom: 40px;
opacity: 1;
}
to {
bottom: 20px;
opacity: 0;
}
}
.fixed-contents.show {
animation: slideInUp .3s forwards;
}
.fixed-contents.hide {
animation: slideOutDown .3s forwards;
}
@media not all and (min-width: 768px){
.fixed-contents {
gap: 8px;
position: fixed;
right: 24px;
bottom: -10px;
opacity: 0;
z-index: 1000;
}
@keyframes slideInUp {
from {
bottom: -10px;
opacity: 0;
}
to {
bottom: 24px;
opacity: 1;
}
}
@keyframes slideOutDown {
from {
bottom: 24px;
opacity: 1;
}
to {
bottom: -10px;
opacity: 0;
}
}
}
.fixed-button a {
display: block;
padding: 16px 32px;
color: #fff;
font-size: var(--font-size-18);
font-weight: 700;
text-align: center;
background-color: #111;
border: 2px solid #111;
border-radius: 8px;
transition: .3s;
}
@media not all and (min-width: 568px){
.fixed-button a {
padding: 16px 12px;
font-size: var(--font-size-14);
}
}
@media not all and (min-width: 1000px){
.fixed-button a {
padding: 16px 24px;
font-size: var(--font-size-14);
}
}
@media (any-hover: hover) {
.fixed-button a:hover {
color: #111;
background-color: #fff;
border: 2px solid #111;
}
}
.fixed-button a:focus-visible {
color: #111;
background-color: #fff;
border: 2px solid #111;
}
.fixed-text {
font-weight: 700;
}
.fixed-text a {
display: block;
padding: 16px 32px;
color: #fff;
font-size: var(--font-size-18);
font-weight: 700;
text-align: center;
background-color: #333;
border: 2px solid #333;
border-radius: 8px;
transition: .3s;
}
@media not all and (min-width: 1000px){
.fixed-text a {
padding: 16px 24px;
font-size: var(--font-size-14);
}
}
@media not all and (min-width: 568px){
.fixed-text a {
padding: 16px 12px;
font-size: var(--font-size-14);
}
}
@media (any-hover: hover) {
.fixed-text a:hover {
color: #111;
background-color: #fff;
border: 2px solid #333;
}
}
.fixed-text a:focus-visible {
color: #111;
background-color: #fff;
border: 2px solid #333;
}
.page-toc {
position: fixed;
bottom: 40px;
left: 40px;
filter: invert(1);
mix-blend-mode: difference;
z-index: 100;
}
.page-toc__heading {
display: block !important;
position: absolute;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
white-space: nowrap;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
contain: strict !important;
opacity: 0 !important;
}
.page-toc__list a {
color: #111;
font-size: var(--font-size-14);
text-decoration: none;
transition: color .3s ease;
}
.page-toc__list a:hover {
color: #0066cc;
}
.page-toc__toggle {
display: none;
align-items: center;
justify-content: space-between;
gap: 24px;
position: fixed;
bottom: 40px;
left: 40px;
padding: 8px 16px;
height: 64px;
color: #fff;
line-height: 1.55;
background-color: #111;
border: none;
border-radius: 8px;
cursor: pointer;
}
.page-toc__toggle-icon {
font-weight: bold;
font-size: var(--font-size-18);
}
@media (max-width: 1000px) {
.page-toc {
bottom: 84px;
left: 24px;
filter: invert(0);
mix-blend-mode: normal;
}
.page-toc__toggle {
display: flex;
bottom: 24px;
left: 24px;
width: 100px;
font-size: var(--font-size-14);
}
.page-toc__list {
display: none;
padding: 24px;
background-color: #fff;
border-radius: 8px;
transition: .3s ease;
}
.page-toc--open .page-toc__list {
display: block;
}
.page-toc--open .page-toc__toggle-icon {
transform: rotate(45deg);
}
}
@media not all and (min-width: 568px){
.page-toc__toggle {
gap: 16px;
padding: 16px 12px;
width: fit-content;
font-size: var(--font-size-14);
}
}