@charset "utf-8"; *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) { all: unset; display: revert } *, *::before, *::after { box-sizing: border-box } html { -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none } a, button { cursor: revert } div, p, ol:not(.wp-block-list), ul:not(.wp-block-list), menu, summary { list-style: none; padding: 0; margin: 0; } img { max-inline-size: 100%; max-block-size: 100% } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; padding: 0; margin: 0; margin-block-start: 0; margin-block-end: 0; } body { margin: 0; padding: 0; } table { border-collapse: collapse } input, textarea { -webkit-user-select: auto; user-select: auto; } textarea { white-space: revert } meter { -webkit-appearance: revert; appearance: revert } :where(pre) { all: revert; box-sizing: border-box } ::placeholder { color: unset } :where([hidden]) { display: none } :where([contenteditable]:not([contenteditable="false"])) { -moz-user-modify: read-write; -webkit-user-modify: read-write; overflow-wrap: break-word; -webkit-line-break: after-white-space; line-break:auto; -webkit-user-select: auto; user-select: auto; } :where([draggable="true"]) { -webkit-user-drag: element } :where(dialog:modal) { all: revert; box-sizing: border-box } :root { --color-primary: #000; --color-on-primary: #fff; --color-secondary: #f5f5f5; --color-on-secondary: #000; --color-surface: #EEEEEE; --color-on-surface: #131313; --color-tertiary: #ccc; --color-background: #fff; --color-on-background: #131313; --color-border: #ccc; --color-link: #1a0dab; --color-green: #4FD269; --color-on-green: #fff; --color-yellow: #F3C620; --color-on-yellow: #fff; --color-pink: #F06F94; --color-on-pink: #fff; --color-blue: #3C92ED; --color-on-blue: #fff; --color-light-grey: #f2f2f2; --font-family-primary: 'LINESeed', sans-serif; --font-family-secondary: 'Noto Sans JP', sans-serif; --max-width_pc: 1000px; --max-width_pc_content: 430px; --sp-padding: 1rem; --space-xxs: 0.25rem; --space-xs: 0.5rem; --space-s: 1rem; --space-m: 2rem; --space-l: 3rem; --space-xl: 4rem; --font-size-xxs: 0.5rem; --font-size-xs: 0.70rem; --font-size-s: 0.875rem; --font-size-m: 1rem; --font-size-l: 1.25rem; --font-size-xl: 1.5rem; --font-size-xxl: 2rem; --font-size-xxxl: 2.5rem; --border-radius: 40px; --letter-spacing-s: 0.05em; --letter-spacing-m: 0.1em; --letter-spacing-l: 0.15em; --letter-spacing-xl: 0.2em; --line-height-s: 1.2; --line-height-m: 1.6; --line-height-l: 1.8; --line-height-xl: 2; --font-weight-normal: 400; --font-weight-bold: 700; --base-gradient-color: #8780af 0%, #25a7d0 25%, #21b1b4 50%, #d6b975 75%, #ec9dba 100%; --base-gradient: linear-gradient(90deg, var(--base-gradient-color)); --green-gradient-color: #C9F320 39%, #4FD269 100%; --green-gradient: linear-gradient(90deg, var(--green-gradient-color)); --green-gradient-low-color: #C9F320 0%, #4FD269 70%; --green-gradient-low: linear-gradient(115deg, var(--green-gradient-low-color)); --lime-gradient-color: rgba(81, 210, 190, 0.8) 0%, rgba(79, 210, 105, 0.8) 20%, rgba(116, 214, 36, 0.8) 71%, rgba(201, 243, 32, 0.8) 100%; --lime-gradient: linear-gradient(165deg, var(--lime-gradient-color)); --grey-gradient-color: #ffffff 0%, #f8f9fa 45%, #f1f3f5 85%, #e9ecef 100%; --grey-gradient: linear-gradient(165deg, var(--grey-gradient-color)); --black-gradient-color: #000000 0%, #131313 100%; --black-gradient: linear-gradient(165deg, var(--black-gradient-color)); --box-shadow-card: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; --box-shadow-content: rgba(0, 0, 0, 0.16) 0px 1px 4px; }@charset "UTF-8"; @font-face { font-family: "Noto Sans JP"; src: url("../../fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype"); font-weight: 100 900; font-style: normal; font-display: swap; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Th.woff2") format("woff2"); font-weight: 100; font-style: normal; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Rg.woff2") format("woff2"); font-weight: 400; font-style: normal; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Bd.woff2") format("woff2"); font-weight: 700; font-style: normal; } @font-face { font-family: "LINESeed"; src: url("../../fonts/line/LINESeedJP_OTF_Eb.woff2") format("woff2"); font-weight: 900; font-style: normal; } html { font-size: min(16px, 4vw); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } html.no-scroll-behavior { scroll-behavior: auto; } body { font-family: var(--font-family-primary); font-weight: var(--font-weight-normal); font-size: var(--font-size-m); line-height: var(--line-height-m); letter-spacing: var(--letter-spacing-m); color: var(--color-on-background); background-color: var(--color-background); } body { opacity: 0; visibility: hidden; transition: opacity 1s ease-in-out; } body.loaded { opacity: 1; visibility: visible; } @media screen and (max-width: 1024px) { .sp-padding { padding: var(--sp-padding); } } @media screen and (min-width: 1025px) { .pc-width { max-width: var(--max-width_pc); margin: 0 auto; } } p { padding-bottom: var(--space-s); } h2 { font-size: var(--font-size-l); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h3 { font-size: var(--font-size-l); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h4 { font-size: var(--font-size-m); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h5 { font-size: var(--font-size-m); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } h6 { font-size: var(--font-size-m); padding: var(--space-s) 0; font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-l); } a { color: var(--color-blue); transition: opacity 0.5s ease; cursor: pointer; } a:hover { opacity: 0.6; } a:active { opacity: 0.6; } a:visited { opacity: 0.6; } header { width: 100%; position: relative; max-width: var(--max-width_pc_content); } @media (max-width: 1200px) { header { background: var(--color-background); } } @media (min-width: 431px) { header { margin: 0 auto; } } @media (min-width: 1200px) { header { position: fixed; top: 50%; left: calc(30% - var(--max-width_pc_content) / 2); z-index: 100; } } header .header-container { padding: var(--space-s); } header .header-container .header-logo { width: min(200px, 45vw); } header .header-container .header-logo a { text-decoration: none; color: var(--color-on-background); } header .header-container .header-logo a svg { fill: var(--color-on-background); } .all-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1; } .all-bg .bg-colors { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 50%; z-index: 1; } .all-bg .bg-colors .green-bg, .all-bg .bg-colors .blue-bg, .all-bg .bg-colors .pink-bg, .all-bg .bg-colors .yellow-bg { transition: background-color 2s linear, width 5s ease-in-out, height 5s ease-in-out; } .all-bg .bg-colors .green-bg { position: absolute; top: 0; right: 0; width: 50%; height: 50%; border-radius: 50%; opacity: 0.4; background-color: #4FD269; filter: blur(100px); } .all-bg .bg-colors .pink-bg { position: absolute; bottom: 0; left: 10%; width: 50%; height: 30%; border-radius: 50%; opacity: 0.4; background-color: #F06F94; filter: blur(100px); } .all-bg .bg-colors .blue-bg { position: absolute; top: 15%; left: 0; width: 50%; height: 50%; border-radius: 50%; opacity: 0.4; background-color: #3C92ED; filter: blur(100px); } .all-bg .bg-colors .yellow-bg { position: absolute; bottom: 10%; right: 10%; width: 65%; height: 75%; border-radius: 50%; opacity: 0.4; background-color: #F3C620; filter: blur(100px); } body.no-scroll { overflow: hidden; } .header-nav-menu-title { padding: var(--space-s) 0 var(--space-s) 0; } @media screen and (min-width: 768px) and (max-width: 1024px) { #header-nav-menu { justify-content: flex-start; align-items: center; } } @media screen and (min-width: 1025px) { #header-nav-menu { justify-content: flex-start; align-items: center; } } footer .footer-container { display: flex; flex-direction: column; justify-content: center; background: var(--color-on-background); color: var(--color-background); max-width: var(--max-width_pc_content); padding: var(--space-s) 0 0 0; } @media (min-width: 431px) { footer .footer-container { margin: 0 auto; } } @media (min-width: 1200px) { footer .footer-container { margin: 0 20% 0 auto; } } footer .footer-container .footer-content ul { list-style-type: none; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: var(--space-s); padding: var(--space-s) 0; font-size: var(--font-size-s); } footer .footer-container .footer-content ul li a { color: var(--color-background); text-decoration: none; } footer .footer-container .footer-text { padding: var(--space-s) 0 0 0; font-size: var(--font-size-xs); text-align: center; } footer .footer-copyright { text-align: center; padding: var(--space-xs) 0 var(--space-s) 0; font-size: var(--font-size-xs); background: var(--color-on-background); color: var(--color-background); } .simple-btn { margin: var(--space-m) auto 0 auto; padding: var(--space-xs) var(--space-m); background-color: var(--color-primary); color: var(--color-on-primary); font-weight: var(--font-weight-bold); max-width: 250px; } .simple-btn a { color: var(--color-on-primary); text-decoration: none; font-size: var(--font-size-m); } .simple-btn:hover { opacity: 0.8; } .simple-btn:active { opacity: 0.6; } .simple-btn:visited { opacity: 0.6; } .articles-list { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: var(--max-width_pc_content); margin: 0 auto; padding: 0 var(--space-s); } .article-list-item-wrap { width: 100%; cursor: pointer; display: flex; flex-direction: row; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--color-tertiary); margin-bottom: var(--space-xs); } .article-list-item-wrap:hover { opacity: 0.6; transition: opacity 0.3s ease; } .article-list-item { width: 100%; display: flex; align-items: center; gap: var(--space-s); } .article-list-item-icon { padding-left: var(--space-s); } .articles-list a { text-decoration: none; color: var(--color-on-background); } .article-list-title { display: inline-block; font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } .pagination { display: flex; padding: 0; margin: var(--space-s) auto var(--space-m) auto; justify-content: center; align-items: center; } .page-numbers { display: inline-block; padding: 0.3rem 0.6rem; margin: 0 0.2rem; font-size: 1rem; color: var(--color-on-background); text-decoration: none; transition: background-color 0.3s; } .page-numbers:hover { background-color: var(--color-secondary); } .page-numbers.current { background-color: var(--color-primary); color: var(--color-on-primary); font-weight: bold; } .page-numbers.dots { color: var(--color-on-background); } .page-numbers.dots:hover { background-color: inherit; } .next.page-numbers, .prev.page-numbers { background-color: none; color: var(--color-on-background); padding: 0; font-size: 0.9rem; padding: 0 0.2rem; } .next.page-numbers:hover, .prev.page-numbers:hover { background-color: inherit; } .sns-list-share { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0.5rem; font-size: 1.8rem; } .sns-list-share li a { text-decoration: none; color: var(--color-on-background); } .breadcrumbs-container { padding: 0; font-size: 0.8rem; font-weight: 500; } .breadcrumbs { padding: 1rem 0.7rem; } .breadcrumbs::-webkit-scrollbar { display: none; } .breadcrumbs a, .breadcrumbs .current { color: var(--color-on-background); padding: 0 0.5rem; font-size: var(--font-size-xs); font-weight: var(--font-weight-bold); } @media screen and (min-width: 768px) { .breadcrumbs-container { max-width: var(--max-width_pc_content); margin: 0 auto; } } .widget_title { font-size: 1rem; font-weight: 700; padding: 0 0 0.5rem 0; } .widget_categories ul, .widget_archive ul, .widget_pages ul { list-style-type: none; margin: 0; padding: 0; } .widget_categories .cat-item:not(.children .cat-item), .widget_archive li, .widget_pages li { margin-bottom: 0.5rem; } .widget_categories .cat-item:not(.children .cat-item)::before, .widget_pages li::before, .widget_archive li::before { content: "-"; padding-right: 0.5rem; } .widget_categories .cat-item a, .widget_archive li a { text-decoration: none; color: var(--color-on-background); font-weight: 500; } .widget_categories .cat-item a:hover, .widget_archive li a:hover { opacity: 0.8; } .widget_categories .cat-item .children { padding-left: 1rem; list-style-type: none; margin-top: 0.3rem; } .widget_categories .cat-item .children .cat-item a { font-weight: normal; color: var(--color-on-background); } .widget_categories .cat-item .children .cat-item a:hover { color: var(--color-primary); } .widget_categories .postform { border: 1px solid var(--color-tertiary); padding: 0.5rem; letter-spacing: 0.05rem; margin-bottom: 0.5rem; } .widget_archive select { border: 1px solid var(--color-tertiary); padding: 0.5rem; letter-spacing: 0.05rem; margin-bottom: 0.5rem; } .widget_calendar .calendar_wrap { border: 1px solid var(--color-tertiary); margin-bottom: 0.5rem; } .widget_calendar .calendar_wrap .wp-calendar-table { width: 100%; } .widget_calendar .calendar_wrap .wp-calendar-table caption { padding: 0.5rem 0; font-weight: 700; } .widget_calendar .calendar_wrap .wp-calendar-table tr { vertical-align: middle; text-align: center; line-height: 2.5; } .widget_calendar .calendar_wrap .wp-calendar-table tr a { text-decoration: underline; } .wp-calendar-nav { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0.5rem 1rem; } .wp-calendar-nav a { text-decoration: none; } .widget_tag_cloud .tagcloud { margin-bottom: 0.5rem; } .wp-video { margin-bottom: 0.5rem; } .search-form { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0 var(--space-s); } .search-form-input { position: relative; display: block; border: none; width: 100%; height: 100%; } .search-form-icon { position: absolute; left: var(--space-m); top: 50%; transform: translateY(-50%); width: var(--font-size-m); height: var(--font-size-m); } input[type=search]::-webkit-search-cancel-button { margin: 0 0 0 var(--space-s); } .search-form-input-field { display: block; border: none; color: var(--color-on-background); width: 100%; height: 3rem; outline: none; background-color: var(--color-background); border-radius: var(--border-radius); padding: var(--space-s) var(--space-m) var(--space-s) var(--space-xl); border: 1px solid var(--color-surface); font-size: min(var(--font-size-m), 16px); } .search-form-input-field::placeholder { color: var(--color-on-background); opacity: 0.5; } .search-form-input-field:focus { border: 1px solid var(--color-surface); box-shadow: none; outline: none; } .search-form-submit { cursor: pointer; border: none; color: var(--color-on-background); background-color: var(--color-background); padding: 0 var(--space-m) 0 0; letter-spacing: 0.05rem; height: 3rem; width: max(10%, 3rem); display: flex; align-items: center; justify-content: flex-end; border-radius: 0 var(--border-radius) var(--border-radius) 0; } .triangle-list li { position: relative; margin-bottom: var(--space-s); padding-left: var(--space-s); } .triangle-list li::before { position: absolute; left: 0; top: 4px; content: "▶︎"; font-size: 8px; margin-right: var(--space-xs); } .search-suggestions { list-style: none; padding: 0; margin: 0; background: var(--color-background); position: absolute; width: 100%; z-index: 1000; top: calc(100% + var(--space-xs)); left: 0; border: none; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .search-suggestions a { text-decoration: none; color: var(--color-on-background); } .search-suggestions ul::before { content: "検索候補"; display: block; font-size: var(--font-size-xs); font-weight: var(--font-weight-bold); padding: var(--space-xs); text-align: left; } .search-suggestions ul { margin: var(--space-xs) 0; } .search-suggestions li { padding: var(--space-xs) var(--space-s); cursor: pointer; } .search-suggestions-no-results { color: var(--color-tertiary); } .search-more-results::before { display: block; content: ""; border-top: 1px solid var(--color-surface); width: 100%; height: 1px; padding: var(--space-xs) 0; } a.search-more-results { display: block; width: 100%; text-decoration: none; color: var(--color-on-background); text-align: right; } .search-more-results:hover { opacity: 0.6; } .search-loading { position: absolute; left: 50%; transform: translateX(-50%); bottom: -2.5rem; width: 1.5rem; height: 1.5rem; border: 3px solid rgba(0, 0, 0, 0.1); border-left-color: var(--color-on-background); border-radius: 50%; animation: spin 1s linear infinite; display: none; z-index: 1001; } @keyframes spin { 0% { transform: translateX(-50%) rotate(0deg); } 100% { transform: translateX(-50%) rotate(360deg); } } .accordion { overflow: hidden; } .accordion-title { width: 100%; background: var(--color-secondary); padding: var(--space-s); display: flex; justify-content: space-between; align-items: center; cursor: pointer; border: none; outline: none; font-weight: bold; border-radius: 5px; } .accordion-arrow { transition: transform 0.3s ease-in-out; } .accordion-title.active .accordion-arrow { transform: rotate(180deg); } .accordion-content { margin: var(--space-s) 0 var(--space-xs) 0; max-height: 0; overflow: hidden; transition: max-height 0.8s cubic-bezier(0.25, 1.5, 0.5, 1); background: var(--color-background); box-sizing: border-box; word-wrap: break-word; } .dawny-blog-card { display: block; padding: 0 0 var(--space-m) 0; } .dawny-blog-card a { color: var(--color-blue); text-decoration: none; } .blog-card-icon i { display: inline; width: var(--font-size-s); height: var(--font-size-s); } .blog-card-title { display: inline; font-size: var(--font-size-s); font-weight: var(--font-weight-bold); } .supporters-widget { text-align: center; margin-bottom: 20px; } .supporters-text { font-size: 14px; color: #333; margin-bottom: 10px; } .supporters-avatars { display: flex; justify-content: center; gap: 10px; } .supporter-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }@charset "UTF-8"; .wp-block-quote, .wp-block-pullquote { background-color: var(--color-secondary); padding: var(--space-m); margin: var(--space-s) auto var(--space-s) auto; width: 100%; position: relative; line-height: 1.5; font-style: italic; text-align: left; font-size: var(--font-size-s); } .wp-block-quote::before, .wp-block-pullquote::before { content: "‘‘"; color: var(--color-tertiary); font-size: 7rem; position: absolute; top: -3rem; left: 0; } .wp-block-quote cite, .wp-block-pullquote cite { display: flex; justify-content: flex-end; font-style: italic; font-size: 0.8em; } .wp-block-quote cite a, .wp-block-pullquote cite a { color: var(--color-text); } .copy-box-container { margin: 0 0 var(--space-m) 0; } .copy-box-container .copy-box-textarea { width: 100%; height: 203px; resize: vertical; font-family: monospace; padding: var(--space-s); border: 1px solid var(--color-tertiary); border-radius: 3px; background: var(--color-background); } .copy-box-container .copy-box-textarea:focus { outline: 1px solid var(--color-on-background); } .copy-box-container .copy-box-buttons { margin-top: 0.5em; } .copy-box-container .copy-box-buttons button { margin-right: 0.5em; padding: 0.5em 1em; border: none; border-radius: 3px; background: var(--color-on-background); color: var(--color-background); cursor: pointer; } .copy-box-container .copy-box-buttons button:hover { opacity: 0.8; } .wp-block-image { text-align: center; margin: var(--space-s) auto var(--space-m) auto; padding: 0 var(--space-s); } ul.wp-block-list, ol.wp-block-list { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; margin: 0 0 var(--space-m) var(--space-m); } ul.wp-block-list li, ol.wp-block-list li { margin-bottom: var(--space-xs); }.front-page { overflow: hidden; } .front-page .content-wrapper { width: 100%; max-width: var(--max-width_pc_content); background: var(--color-background); } @media (min-width: 701px) { .front-page .content-wrapper { margin: 0 auto; } } @media (min-width: 1200px) { .front-page .content-wrapper { margin: 0 20% 0 auto; } } .front-page .content-wrapper .fv { height: 100vh; width: 100%; position: relative; z-index: 1; } @media (min-width: 501px) { .front-page .content-wrapper .fv { max-height: 700px; } } .front-page .content-wrapper .fv .inner { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; position: relative; height: 100%; width: 100%; z-index: 1; } .front-page .content-wrapper .fv .inner .fv-logo { position: absolute; top: 0; left: 0; width: 80px; z-index: 2; } .front-page .content-wrapper .fv .inner .fv-logo svg { fill: var(--color-background); } .front-page .content-wrapper .fv .inner .fv-title { position: relative; font-size: 5rem; font-weight: bold; color: white; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; line-height: 1; padding: 0.5rem 0.5rem 0 0; z-index: 2; } .front-page .content-wrapper .fv .inner .fv-title span { display: block; padding: 0; margin: 0; } .front-page .content-wrapper .fv .inner .text-wrapper { position: relative; display: flex; flex-direction: column; justify-content: flex-end; flex: 1; align-items: flex-end; height: 100%; z-index: 2; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; color: white; padding: 0 0 0.5rem 0.5rem; } .front-page .content-wrapper .fv .inner .text-wrapper .text-wrapper-inner { display: flex; flex-direction: column; gap: 1rem; } .front-page .content-wrapper .fv .inner .text-wrapper .text-wrapper-inner p { font-size: 1.4rem; font-weight: bold; padding: 0; } .front-page .content-wrapper .fv .inner .scroll { position: absolute; bottom: 2rem; right: 2rem; width: 5rem; height: 5rem; border-radius: 50%; z-index: 2; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; pointer-events: auto; cursor: pointer; } .front-page .content-wrapper .fv .inner .scroll .arrow span { display: inline-block; font-size: 1.6rem; font-weight: bold; color: var(--color-background); animation: floatY 2s ease-in-out infinite; } @keyframes floatY { 0% { transform: translateY(0); } 50% { transform: translateY(0.5rem); } 100% { transform: translateY(0); } } .front-page .content-wrapper .fv .inner .fv-img { position: absolute; width: 100%; height: 100%; z-index: -1; } .front-page .content-wrapper .fv .inner .fv-img::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); } .front-page .content-wrapper .fv .inner .fv-img img { width: 100%; height: 100%; object-fit: cover; display: block; } .front-page .content-wrapper .fv .inner .fv-img video { width: 100%; height: auto; object-fit: cover; } .front-page .content-wrapper .fv .inner .fv-img.top { bottom: 0; } .front-page .content-wrapper .tools .inner { padding: 6rem 0 0 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap: 2rem; } .front-page .content-wrapper .tools .inner .content-wrapper { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 1rem; } .front-page .content-wrapper .tools .inner .content-wrapper .heading { display: flex; justify-content: flex-start; align-items: flex-end; padding: 0 0 0 0.3rem; gap: 0.5rem; } .front-page .content-wrapper .tools .inner .content-wrapper .heading .sub { font-size: 3rem; line-height: 1; font-weight: bold; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; letter-spacing: 0.1em; } .front-page .content-wrapper .tools .inner .content-wrapper .heading h2 { font-size: 1rem; line-height: 1; padding: 0; margin: 0 0 0 0.5rem; } .front-page .content-wrapper .tools .inner .content-wrapper .list { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-l); padding: var(--space-s); } .front-page .content-wrapper .tools .inner .content-wrapper .list .item { background: var(--color-secondary); transition: background 0.3s ease; } .front-page .content-wrapper .tools .inner .content-wrapper .list .item a { text-decoration: none; color: var(--color-on-secondary); transition: color 0.3s ease; } .front-page .content-wrapper .tools .inner .content-wrapper .list .item a h3 { padding: var(--space-s); font-size: var(--font-size-m); color: inherit; transition: color 0.3s ease; } .front-page .content-wrapper .tools .inner .content-wrapper .list .item:hover { background: var(--color-green); opacity: 1; } .front-page .content-wrapper .tools .inner .content-wrapper .list .item:hover a { color: var(--color-on-green); opacity: 1; } .front-page .content-wrapper .tools .inner .content-wrapper .list .item:hover a h3 { color: var(--color-on-green); } .front-page .content-wrapper .knowledge { min-height: 100vh; } .front-page .content-wrapper .knowledge .inner { padding: 6rem 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; gap: 2rem; } .front-page .content-wrapper .knowledge .inner .content-wrapper { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: 1rem; } .front-page .content-wrapper .knowledge .inner .content-wrapper .heading { display: flex; justify-content: flex-start; align-items: flex-end; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: sideways; padding: 0; gap: 0.5rem; } .front-page .content-wrapper .knowledge .inner .content-wrapper .heading .sub { font-size: 4rem; line-height: 1; font-weight: bold; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; letter-spacing: 0.1em; } .front-page .content-wrapper .knowledge .inner .content-wrapper .heading h2 { font-size: 1rem; line-height: 1; padding: 0; margin: 0 0 0 0.5rem; } .front-page .content-wrapper .knowledge .inner .content-wrapper .list { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-l); } .front-page .content-wrapper .knowledge .inner .content-wrapper .list .item { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: var(--space-xs); } .front-page .content-wrapper .knowledge .inner .content-wrapper .list .item a { text-decoration: none; color: var(--color-on-background); } .front-page .content-wrapper .knowledge .inner .content-wrapper .list .item a .item-inner { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-xs); } .front-page .content-wrapper .knowledge .inner .content-wrapper .list .item a .item-inner .img { width: 100%; height: auto; overflow: hidden; } .front-page .content-wrapper .knowledge .inner .content-wrapper .list .item a .item-inner .img img { width: 100%; height: 100%; object-fit: cover; } .front-page .content-wrapper .knowledge .inner .content-wrapper .list .item a .item-inner h3 { font-size: var(--font-size-l); line-height: 1.4; font-weight: bold; letter-spacing: 0.05em; padding: 0; margin: 0; } .front-page .content-wrapper .knowledge .inner .more-link { padding: var(--space-s); } .front-page .content-wrapper .knowledge .inner .more-link a { color: var(--color-on-background); font-size: var(--font-size-m); }