@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: #131313; --color-on-primary: #fff; --color-secondary: #f2f2f7; --color-on-secondary: #131313; --color-tertiary: #bbb; --color-quaternary: #f2f2f7; --color-info: #ccc; --color-background: #fff; --color-text: #223344; --color-post-text: #08131a; --color-gradient: linear-gradient(135deg, #21B7BA, #DCBF75, #F2A3C0, #25ADD6); --font-size-effects: 3.2rem; --font-size-big: 2.8rem; --font-size-heading-big: 2.2rem; --font-size-heading-middle: 1.8rem; --font-size-heading: 1.4rem; --font-size-title: 1.2rem; --font-size-subtitle: 1rem; --font-size-text: 0.8rem; --font-size-subtext: 0.6rem; --max-width_pc: 1000px; --max-width_pc_content: 700px; }@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: "Lexend Exa"; src: url("../../fonts/Lexend_Exa/LexendExa-VariableFont_wght.ttf") format("truetype"); font-weight: 100 900; font-style: normal; font-display: swap; } html { font-size: min(16px, 4vw); scroll-behavior: smooth; } html.no-scroll-behavior { scroll-behavior: auto; } body { font-family: "Noto Sans JP", sans-serif; font-size: 1rem; line-height: 1.7; letter-spacing: 0.05em; color: var(--color-text); background-color: var(--color-background); } body.no-scroll { overflow: hidden; position: fixed; width: 100%; } img { width: 100%; height: auto; } @media screen and (min-width: 768px) { .pc-width { margin: 0 auto; } } body { opacity: 0; transition: opacity 0.8s ease-in-out; } body.fade-in { opacity: 1; } p { padding-bottom: 1rem; } h2 { font-size: 1.4rem; padding: 1rem 0; font-weight: 700; letter-spacing: 0.1rem; } h3 { font-size: 1.2rem; padding: 1rem 0; font-weight: 700; letter-spacing: 0.1rem; } h4 { font-size: 1.1rem; padding: 1rem 0; font-weight: 700; } h5 { font-size: 1.2rem; padding: 1rem 0; font-weight: 700; } h6 { font-size: 1rem; padding: 1rem 0; font-weight: 700; } .title-en { font-family: "Lexend Exa", sans-serif; } a { transition: opacity 0.5s ease; cursor: pointer; } a:hover { opacity: 0.8; } a:active { opacity: 0.6; } a:visited { opacity: 0.6; } @media (min-width: 1000px) { .effect-mono { display: inline-block; position: relative; overflow: hidden; } .effect-mono img { display: block; filter: grayscale(0); transition: filter 0.8s linear; } .effect-mono::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%); pointer-events: none; z-index: 1; transition: transform 0.8s ease; transform: translateX(-100%); mix-blend-mode: luminosity; } .effect-mono:hover::before { transform: translateX(0); } .effect-mono:hover img { filter: grayscale(100%); } .effect-brightness { transition: filter 0.3s ease; filter: brightness(1); } .effect-brightness:hover { filter: brightness(1.75); } .effect-flash { filter: brightness(1); transition: filter 1s, border-color 1s; } .effect-flash:hover { transition: border-color 0.2s; animation: bright-flash 0.2s linear forwards; } @keyframes bright-flash { 0% { filter: brightness(2.5); } 100% { filter: brightness(1.25); } } } .before-toc-cta { width: 100%; height: auto; border-radius: 10px; overflow: hidden; } .before-toc-cta img { width: 100%; height: auto; display: block; } .fixed-cta { position: fixed; bottom: 0; right: 0; width: 200px; z-index: 100; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: var(--color-secondary); padding: 0.5rem; border-radius: 10px 0 0 0; transform: translateX(100%); opacity: 0; pointer-events: none; transition: transform 0.5s ease-out, opacity 0.5s ease-out; } .fixed-cta.visible { transform: translateX(0); opacity: 1; pointer-events: auto; } @media (min-width: 1000px) { .fixed-cta { right: 80px; width: 300px; } } .fixed-cta .fixed-cta-close-btn { position: absolute; top: -0.5rem; right: 0.5rem; font-size: 1.5rem; font-weight: 500; cursor: pointer; background-color: rgba(0, 0, 0, 0.2); color: var(--color-on-primary); display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 30px; height: 30px; } .fixed-cta .fixed-cta-copy { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1rem; color: var(--color-on-secondary); margin-bottom: 0.5rem; } .fixed-cta .fixed-cta-image { width: 100%; height: auto; margin-bottom: 0.5rem; } .fixed-cta .fixed-cta-image img { width: 100%; height: auto; display: block; } .fixed-cta .fixed-cta-button { width: 100%; background-color: var(--color-primary); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1rem; padding: 0.5rem 1rem; border-radius: 50px; display: flex; align-items: center; justify-content: center; } .fixed-cta .fixed-cta-button a { display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--color-on-primary); width: 100%; } header { position: absolute; top: 0; left: 0; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 84px; z-index: 100; padding-bottom: 5px; } @media (min-width: 768px) { header { flex-direction: row; align-items: center; justify-content: space-between; height: 84px; z-index: 100; padding: 0 2rem; } } @media (min-width: 1000px) { header { width: calc(100% - 80px); } } header .header-logo { width: 170px; } @media (min-width: 1000px) { header .header-logo { position: relative; top: initial; left: initial; max-width: 300px; } } header .header-logo img { width: 100%; } header .pc-header-text { display: none; } @media (min-width: 1000px) { header .pc-header-text { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 500; text-align: center; } } header .pc-header-search { display: none; } @media (min-width: 768px) { header .pc-header-search { display: block; max-width: 300px; } } .pc-sidebar { display: none; } @media (min-width: 1000px) { .pc-width { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; } .pc-content { width: calc(100% - 80px); } .pc-sidebar { display: block; position: fixed; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; top: 0; right: 0; width: 80px; height: 100vh; background-color: var(--color-text); color: var(--color-background); z-index: 100; } .pc-sidebar .side-sns-list .sns-list-share { display: flex; flex-direction: column; align-items: center; justify-content: center; } .pc-sidebar .side-sns-list .sns-list-share::before { content: "SHARE"; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2rem; padding: 1rem 0; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; } .pc-sidebar .side-sns-list .sns-list-share li, .pc-sidebar .side-sns-list .sns-list-share li a { margin: 0; padding: 0; line-height: 1.2; font-size: 1.3rem; } .pc-sidebar .side-sns-list a { text-decoration: none; color: var(--color-background); font-size: 1rem; letter-spacing: 0.2rem; } .pc-sidebar .side-go-top { -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.2rem; padding: 3rem 0 1.5rem 0; cursor: pointer; position: relative; } .pc-sidebar .side-go-top::before { content: "←"; padding-bottom: 0.5rem; display: inline-block; transition: transform 0.3s ease; } .pc-sidebar .side-go-top:hover::before { transform: translateY(-5px); } } .sns-buttons { display: none; } @media (min-width: 768px) { .sns-buttons { position: fixed; top: 50%; transform: translateY(-50%); left: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; opacity: 1; transition: opacity 0.5s ease; z-index: 999; } .sns-buttons.hidden { opacity: 0; } .sns-button { border-radius: 50%; width: 2rem; height: 2rem; color: var(--color-text); background-color: var(--color-background); padding: 0.5rem; display: flex; align-items: center; justify-content: center; text-decoration: none; } .sns-button i { font-size: 1.2rem; } } .ensports-cta-container { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 5rem 0; overflow: hidden; } .ensports-cta-title { position: absolute; top: 0; right: -3rem; font-size: 6rem; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-weight: bold; letter-spacing: 0.5rem; color: var(--color-tertiary); } .ensports-cta-text-container { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 1rem; } .ensports-cta-text-container .ensports-cta-text { width: 80vw; font-size: var(--font-size-text); padding: 0 0 0 1.5rem; } .ensports-cta-text-container .ensports-cta-caption { font-size: var(--font-size-subtext); padding: 0 0 0 1.5rem; } .ensports-cta-button-container { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; padding: 0 0 0 1.5rem; } .ensports-cta-button-container img { height: 3rem; width: auto; } .ensports-cta-mockup { width: 80vw; } .ensports-cta-logo { width: 200px; margin: 0 auto; } footer { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; background-color: var(--color-text); color: var(--color-background); overflow: hidden; } footer .footer-container { max-width: 400px; margin: 0 auto; } footer .pc-footer-fanboy { display: none; } footer .footer-message-wrapper { position: relative; } footer .footer-message-container { border: 1px solid var(--color-background); border-radius: 50%; width: 100%; aspect-ratio: 1/1; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; background-color: var(--color-text); z-index: 2; } footer .footer-message-triangle::after, footer .footer-message-triangle::before { content: ""; position: absolute; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); bottom: -10px; right: 80px; rotate: 160deg; } footer .footer-message-triangle::after { z-index: 1; width: 50px; height: 50px; background-color: var(--color-text); } footer .footer-message-triangle::before { z-index: 0; bottom: -12px; right: 78px; width: 54px; height: 54px; background: var(--color-background); } footer .footer-message { font-size: 2rem; font-weight: 700; padding-bottom: 1rem; line-height: 1.2; font-family: "Lexend Exa", sans-serif; letter-spacing: 0.01rem; position: relative; z-index: 3; } footer .footer-message span { display: block; } footer .footer-message .red { color: #D81919; } footer .footer-message .blue { color: #1193BC; } footer .footer-message .orange { color: #DD7812; } footer .sp-footer-fanboy { width: 80%; margin: 2rem auto 4rem auto; rotate: 15deg; } footer .footer-logo { width: 100%; padding-bottom: 1.5rem; } footer .footer-text { font-size: var(--font-size-text); padding-bottom: 1rem; } footer .footer-border-line { width: 100%; height: 1px; background: var(--color-background); margin: 1rem 0; } footer .footer-menu, footer .footer-service { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1rem 0; } footer .footer-menu a, footer .footer-service a { text-decoration: none; color: var(--color-background); font-size: 0.9rem; } footer .footer-sns { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 1rem; width: 100%; padding: 1rem 0 2rem 0; } footer .footer-sns a { text-decoration: none; color: var(--color-background); font-size: 1.7rem; } footer .footer-qualification { font-size: var(--font-size-subtext); font-weight: 500; padding-bottom: 1rem; } footer .footer-copyright { font-size: var(--font-size-subtext); text-align: center; font-weight: 500; width: 100%; } @media (min-width: 768px) { footer { padding: 0 0 2rem 0; } footer .footer-container { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; width: 100%; max-width: 1200px; } footer .pc-footer-left { padding: 3rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; flex: 1; } footer .pc-footer-right { flex: 1; } footer .pc-footer-fanboy { position: relative; right: 2rem; rotate: 15deg; } footer .footer-message-wrapper { width: 100%; } footer .footer-message-container { border-radius: 2rem; width: 100%; aspect-ratio: initial; margin: 0 0 3rem 0; } footer .footer-message-triangle::after, footer .footer-message-triangle::before { content: ""; position: absolute; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); bottom: 36px; right: -8px; rotate: 140deg; } footer .footer-message-triangle::before { bottom: 34px; right: -10px; width: 54px; height: 54px; background: var(--color-background); z-index: 0; } footer .footer-message-triangle::after { z-index: 1; width: 50px; height: 50px; background-color: var(--color-text); } footer .footer-message { font-size: 1.6rem; text-align: left; width: 100%; padding: 1rem; letter-spacing: 0.1rem; } footer .footer-message span { display: inline; } footer .footer-logo { width: 80%; padding-bottom: 1rem; margin: 0 auto; } footer .footer-menu, footer .footer-service { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem; padding: 1rem 0; justify-content: center; margin: 0 0 0 auto; } footer .footer-border-line { width: 100%; height: 1px; background: var(--color-background); margin: 1rem auto; } footer .footer-menu a, footer .footer-service a { text-decoration: none; color: var(--color-background); font-size: 0.8rem; } footer .footer-text { width: 100%; font-size: max(0.8vw, 0.8rem); } footer .sp-footer-fanboy { display: none; } footer .pc-footer-fanboy { display: block; } } @media (min-width: 1000px) { footer { width: calc(100% - 80px); } footer .pc-footer-left { flex: 2; } footer .pc-footer-right { flex: 1; } footer .footer-logo { width: 15rem; padding-bottom: 0; padding-top: 0.2rem; } footer .footer-logo-container { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; width: 100%; gap: 3rem; } footer .footer-text { width: 80%; max-width: 700px; } footer .footer-menu a, footer .footer-service a { font-size: var(--font-size-subtitle); } } .article-list-item a { text-decoration: none; cursor: pointer; max-width: 100%; height: auto; } .article-list-date-container { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .article-list-date-container .article-list-date { position: relative; z-index: 5; font-size: var(--font-size-subtext); background-color: var(--color-background); padding: 0 0.5rem; margin-bottom: 0.5rem; } .article-list-date-container .article-list-title { font-size: var(--font-size-text); position: relative; padding: 0.2rem 0.5rem; width: 100%; z-index: 5; background-color: var(--color-background); margin-bottom: 0.5rem; } .article-list-date-container .article-list-meta-container { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: 0.5rem; } .article-list-date-container .article-list-category, .article-list-date-container .article-list-tag { position: relative; top: 2px; left: 2px; font-size: var(--font-size-subtext); padding: 0 0.5rem; border: 1px solid var(--color-background); z-index: 4; } .article-list-date-container .article-list-category::after, .article-list-date-container .article-list-tag::after { content: ""; position: absolute; top: -2px; left: -2px; width: 100%; height: 100%; background-color: var(--color-background); z-index: 5; } .article-list-date-container .article-list-category a, .article-list-date-container .article-list-tag a { position: relative; top: -2px; left: -2px; z-index: 6; text-decoration: none; color: var(--color-text); } .article-list-date-container .article-list-tag a::before { content: "#"; padding-right: 0.2rem; } .simple-btn { margin: 2rem auto 0 auto; padding: 0.5rem 1.5rem; background-color: var(--color-text); color: var(--color-background); font-weight: 700; max-width: 250px; cursor: pointer; } .simple-btn a { color: var(--color-background); text-decoration: none; font-size: 1rem; } .simple-btn:hover { opacity: 0.8; } .simple-btn:active { opacity: 0.6; } .simple-btn:visited { opacity: 0.6; } .load-more-button { max-width: 260px; cursor: pointer; margin: 2rem auto; text-align: center; padding: 1rem; font-size: var(--font-size-text); font-weight: 500; background-color: var(--color-text); color: var(--color-background); border-radius: 0.5rem; } .load-more-button.nomore { background-color: #ccc; cursor: default; pointer-events: none; } .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-text); } .breadcrumbs-container { padding: 0 0 0 1rem; font-size: 0.8rem; font-weight: 500; } .breadcrumbs { padding: 1rem 0.7rem; background-color: var(--color-secondary); } .breadcrumbs::-webkit-scrollbar { display: none; } .breadcrumbs a, .breadcrumbs .current { color: var(--color-text); padding: 0 0.5rem; } @media screen and (min-width: 768px) { .breadcrumbs-container { padding: 0 1rem; margin: 0 auto; } } .search-form { display: flex; flex-direction: row; align-items: center; justify-content: center; border-bottom: 1px solid var(--color-text); padding: 0 1.5rem; } .search-form-input { letter-spacing: 0.05rem; border: none; width: 100%; } .search-form-input-field { border: none; color: var(--color-text); letter-spacing: 0.05rem; width: 100%; outline: none; } .search-form-input-field::placeholder { color: var(--color-tertiary); padding: 0 0 0 0.5rem; } .search-form-input-field:focus { border: none; box-shadow: none; outline: none; } .search-form-submit { cursor: pointer; font-size: 1rem; border: none; color: var(--color-text); padding: 0.5rem; letter-spacing: 0.05rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; } .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-text); 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-text); } .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; } .speech-bubble { display: flex; padding-bottom: 1.5rem; } .speech-bubble .bubble-image { width: 3rem; margin-right: 1rem; } .speech-bubble .bubble-image img { width: 3rem; height: 3rem; -o-object-fit: cover; object-fit: cover; border-radius: 50%; } .speech-bubble .bubble-content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; width: 100%; } .speech-bubble .bubble-content .bubble-name { font-size: 0.9rem; font-weight: bold; margin-bottom: 0.5rem; } .speech-bubble .bubble-content .bubble-text { position: relative; padding: 20px; background-color: var(--color-background); border: 1px solid var(--color-tertiary); border-radius: 10px; width: 100%; } .speech-bubble .bubble-content .bubble-text::before { border: 9px solid transparent; border-top-color: var(--color-tertiary); content: ""; position: absolute; top: -1px; left: -10px; } .speech-bubble .bubble-content .bubble-text::after { border: 8px solid transparent; border-top-color: var(--color-background); content: ""; position: absolute; top: 0; left: -8px; } .speech-bubble.right { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .speech-bubble.right .bubble-content { align-items: flex-end; justify-content: flex-end; } .speech-bubble.right .bubble-content .bubble-name { text-align: right; } .speech-bubble.right .bubble-image { margin-left: 1rem; margin-right: 0; } .speech-bubble.right .bubble-content .bubble-text::before { left: auto; right: -10px; } .speech-bubble.right .bubble-content .bubble-text::after { left: auto; right: -8px; } @media screen and (min-width: 1000px) { .speech-bubble .bubble-image { width: 5rem; margin-right: 2rem; } .speech-bubble .bubble-image img { width: 5rem; height: 5rem; } .speech-bubble.right .bubble-image { margin-left: 2rem; margin-right: 0; } .speech-bubble { display: flex; padding-bottom: 2.5rem; } } .supervisor-heading { font-size: var(--font-size-heading-big); color: var(--color-text); font-weight: 900; margin-bottom: 1rem; width: 100%; max-width: 25rem; text-align: left; letter-spacing: 0.05em; } .supervisor-heading::before { content: "本日のゲスト。"; display: block; font-size: var(--font-size-title); line-height: 1; margin-bottom: 0.2rem; } .wp-block-lazyblock-supervisor { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 2rem 0; } .supervisor { position: relative; width: 100%; max-width: 25rem; height: auto; aspect-ratio: 63/92; border-radius: 3rem; overflow: hidden; } .supervisor .supervisor-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .supervisor .supervisor-image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; } .supervisor .supervisor-sns-info { position: absolute; top: 1.5rem; left: 1.5rem; height: 2rem; display: flex; flex-direction: row; gap: 0.8rem; justify-content: flex-start; } .supervisor .supervisor-sns-info .supervisor-sns-image { border-radius: 50%; width: 2.3rem; height: 2.3rem; position: relative; z-index: 1; } .supervisor .supervisor-sns-info .supervisor-sns-image img { position: relative; border-radius: 50%; width: 100%; height: 100%; object-fit: cover; object-position: 50% top; z-index: 1; } .supervisor .supervisor-sns-info .supervisor-sns-image::after { content: ""; position: absolute; top: -0.2rem; left: -0.2rem; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: #fff; z-index: 0; } .supervisor .supervisor-sns-info .supervisor-sns-image::before { content: ""; position: absolute; top: -0.4rem; left: -0.4rem; width: 3.1rem; height: 3.1rem; border-radius: 50%; background: linear-gradient(to bottom left, #B729DB, #E51C1C, #E9B824); z-index: -1; } .supervisor .supervisor-sns-info .supervisor-sns-id a { text-decoration: none; color: #fff; } .supervisor .supervisor-sns-info .supervisor-sns-id { color: #fff; font-weight: 500; font-size: 1rem; position: relative; top: 0.2rem; } .supervisor .supervisor-name { position: absolute; top: 18rem; left: 1rem; display: flex; flex-direction: column; color: #fff; justify-content: flex-start; align-items: flex-start; font-size: 2.5rem; line-height: 1.2; font-weight: 700; letter-spacing: 0.05em; z-index: 1; } .supervisor .supervisor-title { position: absolute; top: 25rem; left: 1rem; color: #fff; font-size: 1rem; line-height: 1; font-weight: 500; letter-spacing: 0.1em; } .supervisor .supervisor-description { position: absolute; bottom: 0; left: 0; width: 100%; height: 7rem; padding: 1rem; font-size: 0.8rem; background: rgba(0, 0, 0, 0.3); color: #fff; text-align: left; line-height: 1.2; } .supervisor .supervisor-description p { color: #fff; } @media (min-width: 1000px) { .wp-block-lazyblock-supervisor { display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 2rem 0 1rem 0; } .supervisor-heading { font-size: 2.4rem; width: 25rem; line-height: 1.1; letter-spacing: 0.1em; font-weight: 900; } .supervisor-heading span { display: block; } } .custom-box { border: 1px solid var(--color-text); padding: 1.5rem 1rem 1rem 1rem; margin-bottom: 2rem; } .custom-box .custom-box-content p { padding: 0 1rem 1rem 1rem; } .custom-box .custom-box-content ul { list-style-type: square; margin: 0; padding: 0 0 1rem 3rem; } .custom-box .custom-box-content ul li { padding: 0; margin: 0; } .wp-block-quote, .wp-block-pullquote{ background-color: var(--color-secondary); padding: 1rem; margin:0.5rem auto 1.5rem auto; width: 100%; position: relative; line-height: 1.5; font-style: italic; text-align: left; font-size:1em; } .wp-block-quote::before, .wp-block-pullquote::before{ content: "‘‘"; color: var(--color-tertiary); font-size: 4.5rem; position: absolute; top: -0.5em; left: 0; } .wp-block-pullquote cite{ display:flex; justify-content: flex-end; font-style: italic; font-size: 0.8em; } .wp-block-pullquote cite a{ color: var(--color-text); } .wp-block-image{ margin: 1rem 1rem 2rem 1rem; } 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 1rem 1.5rem; }@charset "utf-8"; .post-header-container { padding-top: 90px; } .post-thumbnail { width: 100%; aspect-ratio: 1/1; } .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; } .post-thumbnail::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 30%; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)); pointer-events: none; } .post-title { font-size: var(--font-size-heading-big); font-weight: bold; padding: 0.25rem 1rem; } .post-meta { display: flex; flex-direction: column; padding: 0.5rem 1rem; } .post-meta .post-meta-upper { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: 0.5rem; } .post-meta .post-meta-upper .post-category, .post-meta .post-meta-upper .post-tag { position: relative; top: 2px; left: 2px; font-size: var(--font-size-subtext); padding: 0 0.5rem; border: 1px solid var(--color-quaternary); z-index: 4; background-color: var(--color-background); } .post-meta .post-meta-upper .post-category::after, .post-meta .post-meta-upper .post-tag::after { content: ''; position: absolute; top: -2px; left: -2px; width: 100%; height: 100%; background-color: var(--color-quaternary); z-index: 5; } .post-meta .post-meta-upper .post-category a, .post-meta .post-meta-upper .post-tag a { position: relative; top: -2px; left: -2px; z-index: 6; text-decoration: none; color: var(--color-text); } .post-meta .post-meta-lower { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; margin: 2rem 0 0 0; } .post-date { display: flex; align-items: center; font-size: var(--font-size-text); font-weight: 500; line-height: 1; } .post-author::before { content: "|"; padding: 0 0.2rem; } .post-author { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; text-align: right; } .post-author-avatar { width: 1rem; height: 1rem; display: flex; align-items: center; justify-content: center; margin-right: 0.2rem; } .post-author-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; } .post-author-name { font-size: var(--font-size-text); font-weight: 500; } .post-header-container .post-line { width: 100%; height: 1px; background-color: var(--color-tertiary); margin: 1rem auto 0 auto; } .post-description { font-family: 'Noto Sans JP', sans-serif; font-size: 1rem; line-height: 1.7; letter-spacing: 0.05em; color: var(--color-post-text); margin: 0 auto; padding: 1.5rem 0.5rem; } @media (min-width: 768px) { .post-thumbnail { width: 100%; aspect-ratio: 16/6; } .post-title-container { max-width: 600px; padding: 0 2rem 2rem 2rem; margin: 0 auto; } .post-title { margin: 1rem 0; } } @media (min-width: 1000px) { .post-thumbnail { width: 100%; aspect-ratio: 16/5; } .post-title-container { max-width: 700px; } } .post-content { padding: 1.5rem 1rem 0 1rem; margin: 0 auto; } .post-content h2 { font-weight: bold; font-size: 1.6rem; padding-top: 3rem; padding-bottom: 1.3rem; letter-spacing: 0.1rem; } .post-content h2::before { content: ""; width: 6rem; height: 2px; background-color: var(--color-text); display: block; margin-bottom: 1rem; } .post-content h3 { font-weight: bold; font-size: 1.3rem; padding-bottom: 1rem; padding-top: 1.5rem; letter-spacing: 0.1rem; position: relative; left: 0.8rem; } .post-content h3::before { content: ""; width: 2px; height: 1.8rem; background-color: var(--color-text); position: absolute; left: -0.8rem; } .post-content h4 { font-weight: bold; font-size: 1rem; padding-bottom: 1rem; padding-top: 1rem; letter-spacing: 0.1rem; padding-left: 1rem; } .post-content h4::before { content: "#"; margin-right: 0.3rem; } .post-content p { padding: 0 1rem 1.5rem 1rem; color: var(--color-post-text); } .post-content ol { padding: 0 1rem 1.5rem 1rem; color: var(--color-post-text); } .post-content ul { padding: 0 1rem 0 1rem; color: var(--color-post-text); } .post-content ol li, .post-content ul li { padding-bottom: 0.5rem; } .post-content table { border: 1px solid var(--color-tertiary); color: var(--color-post-text); } .post-content thead { border: none; background: var(--color-secondary); } .post-content tbody { border: none; } .post-content tr { border: none; } .post-content th { border: 1px solid var(--color-tertiary); background: var(--color-secondary); } .post-content td { border: 1px solid var(--color-tertiary); } .post-content .wp-block-table {} .post-content .wp-block-embed.is-type-video { display: flex; justify-content: center; } @media (min-width: 768px) { .post-content { max-width: 600px; padding: 0 2rem 2rem 2rem; margin: 0 auto; } } @media (min-width: 1000px) { .post-content { max-width: 700px; } } .toc-container { margin: 3rem 0 2rem 0; position: relative; } .toc-header { font-size: var(--font-size-heading-middle); font-weight: 900; letter-spacing: 0.1rem; margin-bottom: 0.5rem; } .toc { display: flex; flex-direction: column; } .toc a { position: relative; text-decoration: none; color: var(--color-text); padding: 0.5rem 0.5rem 0.5rem 2.5rem; font-size: var(--font-size-subtitle); font-weight: 800; display: block; } .toc a::before {} .toc a:hover { opacity: 0.8; } .toc ul { padding: 0; counter-reset: toc-counter; } .toc ul li { position: relative; padding: 0.5rem; background-color: var(--color-quaternary); margin-bottom: 0.1rem; counter-increment: toc-counter; max-width: 100%; transition: background-color 0.3s ease, opacity 0.3s ease; overflow: hidden; } .toc ul li::after { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); transition: transform 0.2s ease-in-out; transform: translateX(0); pointer-events: none; } .toc ul li:hover::after { transform: translateX(100%); } .toc-h2 { display: flex; flex-direction: column; gap: 1rem; } .toc-heading-text { display: flex; align-items: center; } .toc-heading-text::before { position: absolute; left: 0.5rem; content: counter(toc-counter, decimal-leading-zero); font-style: italic; padding-right: 0.5rem; font-weight: 800; } .toc-heading-text a { text-decoration: none; width: 100%; } .toc-heading-text a:hover { opacity: 0.8; } .post-author-box { padding: 2rem 0; display: flex; flex-direction: row; border-top: 1px solid var(--color-tertiary); border-bottom: 1px solid var(--color-tertiary); margin: 2rem; } .post-author-box-avatar { flex: 1; max-width: 5rem; aspect-ratio: 1/1; object-fit: cover; overflow: hidden; } .post-author-box-avatar img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; } .post-author-box-name { font-weight: bold; font-size: 1.2rem; } .post-author-box-right { padding-left: 1rem; flex: 4; } .post-author-box-description { padding-top: 1rem; font-size: 0.8rem; color: var(--color-post-text); } @media (max-width: 1000px) { .toc-header::before { content: "目次。"; font-size: var(--font-size-title); font-weight: 800; letter-spacing: 0.1rem; display: block; line-height: 1; } } @media (min-width: 768px) { .post-author-box { max-width: calc(600px - 4rem); padding: 2rem 1rem; margin: 0 auto 2rem auto; } .post-author-box-right { flex: 3; padding-left: 2rem; } } @media (min-width: 1000px) { .post-author-box { max-width: calc(700px - 4rem); } .toc-header::after { content: "目次。"; font-size: var(--font-size-title); font-weight: 800; letter-spacing: 0.1rem; line-height: 1; margin-left: 1rem; } } .cta-app-name { font-size: 1rem; font-weight: bold; text-align: center; letter-spacing: 0.1rem; padding: 0; } .cta-app-name span { display: block; } .cta-container { margin: 2rem; display: flex; flex-direction: column; align-items: center; } .cta-container a { text-decoration: none; } .cta-image { width: 100%; height: auto; object-fit: cover; overflow: hidden; } .cta-image img { width: 100%; height: 100%; object-fit: cover; } .cta-text { font-size: 1rem; color: var(--color-post-text); } a .cta-button { width: 300px; color: var(--color-on-primary); background: var(--color-primary); font-weight: bold; text-align: center; padding: 0.8rem 1rem; border-radius: 5rem; margin: 0 auto 0.5rem auto; font-size: 0.9rem; } .cta-caution { font-size: 0.7rem; color: var(--color-post-text); } @media (min-width: 768px) { .cta-image { width: 300px; margin: 0 auto; height: auto; object-fit: cover; overflow: hidden; } .cta-text { padding: 0 4rem 1rem 4rem; text-align: center; } .cta-container { max-width: 600px; margin: 0 auto 2rem auto; } .cta-button { width: 300px; } } .related-posts { border-top: 1px solid var(--color-tertiary); padding: 0 0 2rem 0; margin: 0 2rem 2rem 2rem; } .related-posts-title { font-weight: bold; font-size: 1rem; padding: 1.5rem 2rem 1.5rem 0; } .related-posts-container { display: flex; flex-direction: column; gap: 1rem; } .related-post-item { display: flex; flex-direction: row; gap: 1rem; } .related-post-thumbnail { flex: 1; max-width: 5rem; aspect-ratio: 16/9; object-fit: cover; overflow: hidden; } .related-post-thumbnail img { width: 100%; height: 100%; object-fit: cover; } .related-post-title { flex: 4; font-size: 0.8rem; font-weight: 500; color: var(--color-post-text); } .related-post-title a { text-decoration: none; color: var(--color-post-text); } .related-posts-no-posts { font-size: 0.8rem; font-weight: 500; color: var(--color-post-text); } @media (min-width: 768px) { .related-posts { max-width: calc(600px - 4rem); margin: 0 auto; } .related-post-title { flex: 3; } } @media (min-width: 1000px) { .related-posts { max-width: calc(700px - 4rem); } }