/*
Theme Name: Megumiya Theme
Description: めぐみや営業サイト
Version: 1.0
*/


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}


body {
    margin: 0;
    font-family: sans-serif;
    line-height: 1.7;
    color: #222;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.site-header {
    height: 65px;
    display: flex;
    align-items: center;
    background: #fff;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    flex-shrink: 0;
}

.header-logo a {
    display: block;
    flex-shrink: 0;
}

.header-logo img {
    width: 200px;
    display: block;
}

.site-title {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
    white-space: nowrap;
}

.header-nav-area {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
}

.global-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}

.main-menu,
.sub-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu {
    gap: 17px;
    line-height: 1;
}

.sub-menu {
    gap: 12px;
    line-height: 1;
    margin-top: 6px;
}

.main-menu a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.sub-menu a {
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #333;
}

.sub-menu li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sub-menu li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid #ccc;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.main-menu a:hover,
.sub-menu a:hover {
    opacity: 0.7;
}

.header-button {
    width: 116px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

.header-button:hover {
    opacity: 0.85;
}

.first-view {
    width: 100%;
    background: #333;
}

.first-view-inner {
    /* max-width: 1080px; */
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
}

.first-view-inner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.site-footer {
    padding: 10px;
    background: #FFF;
    color: #333;
    text-align: center;
}

.site-footer p {
    margin: 0;
}

.site-footer small {
    font-size: 12px;
}

.sp-br {
    display: none;
}



/* ーーーーーーーーーーーーーーーーーーーー



<section class="concept-section">



ーーーーーーーーーーーーーーーーーーーー */


.concept-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #ffffff 0%, #dff2ff 100%);
    text-align: center;
}

.section-inner {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.concept-section h2,
.service-section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
    color: #1f5fa8;
}

.section-lead {
    max-width: 720px;
    margin: 38px auto 20px;
    font-size: 16px;
    line-height: 2;
}

.concept-question,
.concept-message {
    font-weight: 700;
}



/* ーーーーーーーーーーーーーーーーーーーー



<section class="service-section">



ーーーーーーーーーーーーーーーーーーーー*/

.service-section {
    padding: 80px 0;
    background: #414141;
    text-align: center;
}

.service-section h2 {
    color: #fff;
}

.service-section .section-lead {
    color: #fff;
}

.can {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

.can li {
    width: 155px;
    height: 130px;
    background: #1f5fa8;
    clip-path: polygon(25% 0%,
            75% 0%,
            100% 50%,
            75% 100%,
            25% 100%,
            0% 50%);
    padding: 2px;
    border: none;
}

.hex-inner {
    width: 100%;
    height: 100%;
    background: #f3f9fc;
    clip-path: polygon(25% 0%,
            75% 0%,
            100% 50%,
            75% 100%,
            25% 100%,
            0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.can li span {
    text-align: center;
}

.can li i {
    font-size: 32px;
    color: #1f5fa8;
    margin-bottom: 16px;
}

.can li p {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
}

.bana {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    list-style: none;
    padding: 0;
}

.bana li {
    width: 35%;
}

.bana img {
    width: 100%;
    display: block;
}



/* ーーーーーーーーーーーーーーーーーーーー


<section class="body-section">


ーーーーーーーーーーーーーーーーーーーー */

.body-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffdff5 100%);
}

.body-section .section-inner h2{
    text-align:center;
    margin: 0;
}

.profile-wrap,
.story-wrap{
    display:flex;
    align-items:center;
    gap:56px;
    max-width: 900px;
    margin: 0 auto;
}

.profile-wrap img,
.story-wrap img {
    width: 30%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.profile-text,
.story-text{
    flex:1;
}

.profile-button{
    margin-top: 30px;
}

.button{
    margin-top:30px;
    text-align: center;
}

.profile-button a{
    display:inline-block;
    padding:10px 48px;
    background:#333;
    color:#fff;
    text-decoration:none;
    border-radius:999px;
    font-weight:700;
}

.profile-button{
    opacity: 0.8;
}


/* ーーーーーーーーーーーーーーーーーーーー


<section class="works-section">


ーーーーーーーーーーーーーーーーーーーー*/

.works-section {
    padding: 80px 0;
    background: #414141;
    text-align: center;
}

.works-section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
}

.works-section .section-lead {
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.works-section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.works-section li {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 10px;
}

.works-section li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.works-section li h3 {
    margin: 24px 24px 12px;
    font-size: 20px;
    line-height: 1.5;
}

.works-section li p {
    margin: 0 24px 28px;
    font-size: 15px;
    line-height: 1.9;
}


/* ーーーーーーーーーーーーーーーーーーーー


<section class="about-section">


ーーーーーーーーーーーーーーーーーーーー */

.about-fv {
    text-align: center;
    background: #dff2ff;
}

.about-fv h2 {
    margin-top: 0;
    font-size: 40px;
}

.about-fv img {
    width: 20%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.about-point {
    font-size: 32px;
}

.story h2,
.career h2,
.timeline h2,
.cta h2 {
    font-size: 32px;
}

.story,
.career,
.timeline,
.cta {
    padding: 80px 0;
    text-align: center;
}

.story,
.timeline {
    background: #fff;
}

.career,
.cta {
    background: #f7fbff;
}

.story h2,
.career h2,
.timeline h2,
.cta h2 {
    font-size: 32px;
    margin: 0 0 36px;
    color: #1f67b1;
}

.story p,
.career p,
.cta p {
    font-size: 16px;
    line-height: 2.2;
    margin: 0 0 20px;
}

.timeline ul {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
}

.timeline li {
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.cta .button {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 48px;
    background: #333;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: opacity .3s;
}

.cta .button:hover {
    opacity: 0.8;
}

.story-text {
    text-align: left;
}

.about-point {
    font-size: 30px;
    line-height: 1.5;
}















































/* ーーーーーーーーーーーーーーーーーーーー


<section class="opening-section">


ーーーーーーーーーーーーーーーーーーーー */
/* 
.opening-section {
    padding: 40px 0;
    background: #fff;
    text-align: center;
}

.section-inner {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.section-label {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    letter-spacing: 0.12em;
}

.opening-section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.opening-section ul {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.opening-section li {
    flex: 1;
    padding: 32px;
    background: #f7f7f7;
    border-radius: 20px;
}

.opening-section li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    margin: 0 0 20px;
    border-radius: 14px;
}

.opening-section li h3 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.5;
}

.opening-section li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
}



 */


/* ーーーーーーーーーーーーーーーーーーーー


<section class="flow-section">


ーーーーーーーーーーーーーーーーーーーー */

.flow-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.flow-section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.flow-section .section-lead {
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
}

.flow-section ol {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: flow-number;
    text-align: left;
}

.flow-section li {
    position: relative;
    padding: 32px 24px 28px;
    color: #fff;
    background: #1f5fa8;
    border-radius: 20px;
    counter-increment: flow-number;
}

.flow-section li::before {
    content: counter(flow-number, decimal-leading-zero);
    display: block;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #dff2ff;
}

.flow-section li h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.5;
}

.flow-section li p {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
}


/* ーーーーーーーーーーーーーーーーーーーー


<section class="price-section">


ーーーーーーーーーーーーーーーーーーーー */

.price-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #dff2ff 100%);
    text-align: center;
}

.price-section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.price-section .section-lead {
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
}

.price-section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.price-section li {
    padding: 36px 28px;
    background: #ffffff;
    border-radius: 20px;
}

.price-section li h3 {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.price-section .price {
    margin: 0 0 10px;
    text-align: center;
    line-height: 1.2;
}

.price-section .price strong {
    font-size: 30px;
    line-height: 1;
}

.price-section .price span {
    font-size: 14px;
    font-weight: bold;
}

.price-section li small {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}

.price-section li p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.9;
}

.price-section li p:last-child {
    margin-bottom: 0;
}

.price-section .section-inner>p:last-child small {
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}

/* ーーーーーーーーーーーーーーーーーーーー


<section class="cta-section">


ーーーーーーーーーーーーーーーーーーーー */

.cta-section {
    padding: 80px 0;
    background: #222;
    color: #fff;
    text-align: center;
}

.cta-section .section-lead {
    color: #ccc;
}

.cta-section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.5;
}

.cta-section .section-lead {
    max-width: 780px;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 2;
}

.cta-section a,
.works-section a {
    display: inline-block;
    min-width: 260px;
    padding: 18px 36px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: #fff;
    border-radius: 999px;
}

.cta-section a,
.works-section a:hover {
    opacity: 0.8;
}

.cta-section small {
    display: block;
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 1.8;
    color: #ccc;
}




/* ーーーーーーーーーーーーーーーーーーーー


トップページ全体の仕上げ


ーーーーーーーーーーーーーーーーーーーー */

.concept-section,
.opening-section,
.body-section,
.service-section,
.works-section,
.flow-section,
.price-section,
.cta-section,
.about-fv {
    padding-top: 60px;
    padding-bottom: 60px;
}

.concept-section h2,
.opening-section h2,
.body-section h2,
.service-section h2,
.works-section h2,
.flow-section h2,
.price-section h2,
.cta-section h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.5;
}

.opening-section li,
.works-section li,
.flow-section li,
.price-section li {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}


/* ーーーーーーーーーーーーーーーーーーーー


ハンバーガーメニュー＿PC設定


ーーーーーーーーーーーーーーーーーーーー */

/* PCではハンバーガーメニューを非表示 */
.menu-toggle {
    display: none;
}

/* PC用：header-nav-areaの中でナビとボタンを横並びにする */
.header-nav-area {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 0;
}

.header-nav-area .global-nav {
    margin-right: 30px;
}

.header-nav-area .header-button {
    display: flex;
    justify-content: center;
    align-items: center;
}





/* ーーーーーーーーーーーーーーーーーーーー


固定ページ


ーーーーーーーーーーーーーーーーーーーー */




.page-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-title {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
}

.page-body {
    font-size: 16px;
    line-height: 1.9;
}

.page-body h2 {
    margin-top: 48px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

.page-body h3 {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
}

.page-body p {
    margin-bottom: 20px;
}

.page-body ul,
.page-body ol {
    margin-bottom: 24px;
    padding-left: 1.5em;
}

.page-body li {
    margin-bottom: 8px;
}

.page-body table {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    border-collapse: collapse;
}

.page-body th,
.page-body td {
    padding: 14px 16px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.page-body th {
    width: 30%;
    background: #f7f7f7;
    font-weight: 700;
}





/* ーーーーーーーーーーーーーーーーーーーー




ブログ一覧




ーーーーーーーーーーーーーーーーーーーー */

.blog-main,
.archive-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-heading,
.archive-heading {
    margin-bottom: 40px;
    text-align: center;
}

.blog-title,
.archive-title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.5;
}

.blog-lead {
    font-size: 16px;
    line-height: 1.8;
}

.blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
}

.blog-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.blog-card-image {
    aspect-ratio: 3 / 2;
    background: #7f7f7f;
}

.blog-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-body {
    padding: 24px;
}

.blog-date {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    color: #777;
}

.blog-card-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
}

.blog-excerpt {
    font-size: 15px;
    line-height: 1.8;
}

.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.blog-pagination .page-numbers {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.blog-pagination .current {
    background: #333;
    color: #fff;
}


/* ーーーーーーーーーーーーーーーーーーーー



記事詳細




ーーーーーーーーーーーーーーーーーーーー */

.single-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-content {
    max-width: 800px;
    margin: 0 auto;
}

.single-header {
    margin-bottom: 40px;
    text-align: center;
}

.single-date {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #777;
}

.single-title {
    font-size: 32px;
    line-height: 1.5;
}

.single-eyecatch {
    margin-bottom: 40px;
}

.single-eyecatch img {
    display: block;
    width: 100%;
    height: auto;
}

.single-body {
    font-size: 16px;
    line-height: 1.9;
}

.single-body h2 {
    margin-top: 48px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

.single-body h3 {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
}

.single-body p {
    margin-bottom: 20px;
}

.single-body ul,
.single-body ol {
    margin-bottom: 24px;
    padding-left: 1.5em;
}

.single-body li {
    margin-bottom: 8px;
}

.single-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 48px;
}

.single-nav a,
.back-to-blog a {
    text-decoration: underline;
}

.back-to-blog {
    margin-top: 30px;
    text-align: center;
}




/* ーーーーーーーーーーーーーーーーーーーー



contact_form




ーーーーーーーーーーーーーーーーーーーー */

.page-body .wpcf7-form {
    max-width: 640px;
    margin: 0 auto;
}

.page-body .wpcf7-form p {
    margin-bottom: 20px;
}

.page-body .wpcf7-form input[type="text"],
.page-body .wpcf7-form input[type="email"],
.page-body .wpcf7-form input[type="tel"],
.page-body .wpcf7-form select,
.page-body .wpcf7-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 12px 14px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.6;
}

.page-body .wpcf7-form textarea {
    min-height: 180px;
}

.page-body .wpcf7-form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: none;
    background: #333;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.page-body .wpcf7-form input[type="submit"]:hover {
    opacity: 0.8;
}

.page-body .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 14px;
    color: #c00;
}

.page-body .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 16px;
}









/* ーーーーーーーーーーーーーーーーーーーー




レスポンシブ対応




ーーーーーーーーーーーーーーーーーーーー */

@media (max-width: 768px) {

    .section-inner {
        width: calc(100% - 60px);
        max-width: none;
        margin: 0 auto;
    }

    .concept-section,
    .opening-section,
    .service-section,
    .works-section,
    .flow-section,
    .price-section,
    .cta-section,
    .body-section {
        /* padding-top: 48px;
        padding-bottom: 48px; 　ここ2行変更した!!*/
        padding: 48px 16px;
    }

    .concept-section h2,
    .opening-section h2,
    .service-section h2,
    .works-section h2,
    .flow-section h2,
    .price-section h2,
    .cta-section h2,
    .body-section h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    .section-lead {
        /* margin-bottom: 32px; */
        font-size: 15px;
        line-height: 1.9;
    }

    /* ーーーーーーーーーーーーーーーーーーーー


FV:スマホではスマホ用画像を比率そのまま表示


ーーーーーーーーーーーーーーーーーーーー */

    .first-view {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .first-view-inner {
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .first-view-inner picture {
        display: block;
        width: 100%;
    }

    .first-view-inner img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
        display: block;
    }

    /* ーーーーーーーーーーーーーーーーーーーー


ヘッダー

ーーーーーーーーーーーーーーーーーーーー */

    .site-header {
        height: auto;
        padding: 14px 0;
    }

    .site-header .section-inner {
        display: block;
    }

    .site-title {
        margin: 0 0 10px;
        text-align: center;
    }

    .site-title img {
        max-height: 36px;
    }

    .site-nav a {
        font-size: 11px;
    }


    /* ーーーーーーーーーーーーーーーーーーーー



concept-section



ーーーーーーーーーーーーーーーーーーーー */

    .concept-section p {
        font-size: 12px;
    }

    .sp-br {
        display: inline;
    }


    /* ーーーーーーーーーーーーーーーーーーーー


service


ーーーーーーーーーーーーーーーーーーーー */

    .service-section .section-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .can {
        display: grid;
        grid-template-columns: repeat(2, 130px);
        justify-content: center;
        gap: 16px 20px;
    }

    .can li {
        width: 130px;
        height: 110px;
    }

    .hex-inner {
        width: 126px;
        height: 106px;
    }

    .bana {
        gap: 10px
    }

    .bana li {
        width: 100%;
    }



/* ーーーーーーーーーーーーーーーーーーーー


Opening:スマホでは必ず1列

ーーーーーーーーーーーーーーーーーーーー */

    .opening-section ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .opening-section li {
        width: 100%;
        margin: 0 0 20px;
        padding: 24px;
    }

    .opening-section li:last-child {
        margin-bottom: 0;
    }

    .opening-section li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        margin: 0 0 20px;
    }

    .opening-section li h3 {
        margin: 0 0 12px;
        font-size: 20px;
        line-height: 1.5;
    }

    .opening-section li p {
        margin: 0;
        font-size: 15px;
        line-height: 1.9;
    }

    /* ーーーーーーーーーーーーーーーーーーーー


body

ーーーーーーーーーーーーーーーーーーーー */

    .body-section .section-inner {
        display: block;
    }

    .profile-text {
        margin-top: 0;
    }

    .profile-wrap {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin-top: 40px;
    }

    .profile-wrap img {
        width: 70%;
        max-width: 250px;
        margin: 0 auto;
    }

    .profile-text {
        width: 100%;
    }

    button {
        text-align: center;
    }


    /* ーーーーーーーーーーーーーーーーーーーー


work


ーーーーーーーーーーーーーーーーーーーー */

    .works-section ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .works-section li img {
        height: 220px;
    }

    /* ーーーーーーーーーーーーーーーーーーーー


flow


ーーーーーーーーーーーーーーーーーーーー */

    .flow-section ol {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .flow-section li {
        padding: 28px 24px;
    }

    /* ーーーーーーーーーーーーーーーーーーーー


price


ーーーーーーーーーーーーーーーーーーーー */

    .price-section ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin: 0 0 24px;
        padding: 0;
    }

    .price-section li {
        padding: 32px 24px;
    }


    /* ーーーーーーーーーーーーーーーーーーーー


CTA


ーーーーーーーーーーーーーーーーーーーー */

    .cta-section a {
        width: 100%;
        min-height: 0;
        padding: 18px 24px;
    }



    /* ーーーーーーーーーーーーーーーーーーーー


ハンバーガーメニュー


ーーーーーーーーーーーーーーーーーーーー */

    .site-header {
        position: relative;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 65px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .header-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .header-logo a {
        display: block;
        line-height: 1;
    }

    .header-logo img {
        width: 70px;
        height: auto;
        display: block;
    }

    .site-title {
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        /* border: 1px solid #ccc; */
        /* ↑元はこっち。でもハンバーガーメニューの周りに四角の枠が出るのが嫌で↓のnoneにしている */
        border: none;
        border-radius: 8px;
        background: #fff;
        cursor: pointer;
        flex-shrink: 0;
    }

    .menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        margin: 2px auto;
        background: #333;
    }

    .header-nav-area {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        padding: 0 16px 20px;
        box-sizing: border-box;
        background: #f7f7f7;
        z-index: 1001;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .header-nav-area.is-open {
        display: block;
    }

    .header-nav-area .global-nav {
        margin-right: 0;
    }

    .main-menu,
    .sub-menu {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .main-menu li,
    .sub-menu li {
        display: block;
        border-bottom: 1px solid #e3e3e3;
    }

    .main-menu a,
    .sub-menu a {
        display: block;
        padding: 22px 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
    }

    .sub-menu {
        margin-top: 0;
    }

    .sub-menu li {
        gap: 0;
    }

    .sub-menu li::before {
        display: none;
    }

    .header-nav-area .header-button {
        width: 100%;
        max-width: none;
        height: 56px;
        margin-top: 20px;
        font-size: 14px;
    }


    /* ーーーーーーーーーーーーーーーーーーーー


固定ページ


ーーーーーーーーーーーーーーーーーーーー */

    .page-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-content {
        max-width: 100%;
    }

    .page-title {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .page-body {
        font-size: 15px;
    }

    .page-body h2 {
        margin-top: 40px;
        font-size: 22px;
    }

    .page-body h3 {
        margin-top: 32px;
        font-size: 18px;
    }

    .page-body table {
        font-size: 14px;
    }

    .page-body th,
    .page-body td {
        display: block;
        width: 100%;
    }


    /* ーーーーーーーーーーーーーーーーーーーー




ブログ一覧、詳細ページ




ーーーーーーーーーーーーーーーーーーーー */

    .blog-main,
    .archive-main,
    .single-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .blog-heading,
    .archive-heading {
        margin-bottom: 32px;
    }

    .blog-title,
    .archive-title,
    .single-title {
        font-size: 26px;
    }

    .blog-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-card-body {
        padding: 20px;
    }

    .single-header {
        margin-bottom: 32px;
    }

    .single-eyecatch {
        margin-bottom: 32px;
    }

    .single-body {
        font-size: 15px;
    }

    .single-body h2 {
        margin-top: 40px;
        font-size: 22px;
    }

    .single-body h3 {
        margin-top: 32px;
        font-size: 18px;
    }

    .single-nav {
        display: block;
    }

    .single-nav-prev,
    .single-nav-next {
        margin-bottom: 16px;
    }


/* ーーーーーーーーーーーーーーーーーーーー




about




ーーーーーーーーーーーーーーーーーーーー */



    .about-fv {
        padding: 70px 0;
    }

    .about-fv h2 {
        font-size: 28px;
    }

    .about-fv img {
        width: 180px;
    }

    .story,
    .career,
    .timeline,
    .cta {
        padding: 60px 0;
    }

    .story h2,
    .career h2,
    .timeline h2,
    .cta h2 {
        font-size: 26px;
    }

    .story p,
    .career p,
    .cta p {
        text-align: left;
    }



}