@charset "utf-8";

/*======================
common
======================  */

html {
    font-size: 62.5%;
}

:root {
    --font-text: "Noto Sans JP";
    --font-title: "Shippori Mincho";
    --font-number: "Inter";
    --section-hight-SP: 96px;
    --section-hight-pc: 240px;
    --content-hight-sp: 72px;
    --content-hight-pc: 120px;
    --under-title-sp: 32px;
    --under-title-pc: 80px;

}

body {
    font-family: "Marcellus", "Noto Sans JP", "Shippori Mincho", "Inter", serif;
    font-style: normal;
    font-weight: 300;
    color: #222;
    background-color: white;
    list-style: none;
    font-size: 1.6rem;
}

@media screen and (min-width:769px) {
    body {
        font-size: 1.6rem;
    }

}


/* 余白 */
.inner {
    padding: 0 6.4%;
    margin: 0 auto;
}

@media screen and (min-width:769px) {
    .inner {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .inner--middle {
        max-width: 1000px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .inner--min {
        max-width: 808px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .inner--wide {
        width: 100%;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    color: #222;
    font-family: var(--font-text);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 1.8px;
}

@media screen and (min-width:769px) {
    p {
        font-size: 1.6rem;
    }
}

.btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 16px 71px;
    border-radius: 50px;
    background: #ffffff;
    color: #222;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: var(--font-title);
    border: 1px solid #222;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    position: relative;
    margin: 48px auto 0px;
}

@media screen and (min-width:769px) {
    .btn {
        padding: 20px 76px;
        font-size: 1.6rem;
        font-weight: 400;
        width: 303px;
        height: 100%;
        margin: 72px auto 97px;
    }
}

.btn::after {
    content: '';
    width: 18px;
    height: 8px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

@media screen and (min-width:769px) {
    .btn::after {
        display: inline-block;
        content: '';
        width: 18px;
        height: 4.5px;
        background-image: url(../images/arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 21px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.4s;
    }
}

.btn:hover {
    background: #222;
    color: #ffffff;
}

.btn:hover::after {
    filter: invert(1);
}

@media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
        background: white;
    }
}

h2 {
    color: #222;
    font-family: var(--font-title);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    letter-spacing: 3.84px;
    margin-top: 24px;
}

@media screen and (min-width:769px) {
    h2 {
        color: #222;
        font-size: 3.4rem;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 5.44px;
        margin-top: 48px;
    }
}


h3 {
    color: #222;
    font-family: var(--font-title);
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 3.2px;
    margin-top: 24px;
}

@media screen and (min-width:769px) {
    h3 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 3.4px;
        margin-top: 48px;
    }
}

h4 {
    color: #222;
    font-family: var(--font-title);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 3.2px;
    /* margin-top: 24px; */
}

@media screen and (min-width:769px) {
    h4 {
        color: #222;
        font-family: var(--font-title);
        font-size: 2rem;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 3.2px;
        /* margin-top: 24px; */
    }
}

.container {
    position: relative;
    /* padding-top: 60px;    */
}

.section-a {
    padding-top: 96px;
    padding-bottom: 40px;
}

.section-b {
    padding-top: 48px;
    padding-bottom: 40px;
}

.section-c {
    padding-top: 0;
    padding-bottom: 40px;
}

@media screen and (min-width:769px) {
    .section-a {
        padding-top: 128px;
        padding-bottom: 70px;
    }

    .section-b {
        padding-top: 96px;
        padding-bottom: 70px;
    }

    .section-c {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

/* タイトルセット */
.title-container {
    /* margin-top: 112px; */
    display: flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    align-items: center;
    flex-direction: column;
}

.title-container h2,
.title-container h3 {
    margin-top: 0;
}

@media screen and (min-width:769px) {

    .title-container h2,
    .title-container h3 {
        margin-top: 0;
    }
}


.title-line {
    border: none;
    border-top: 1px solid #d8d8d8;
    width: 96px;
    margin: 24px auto 48px;
}

@media screen and (min-width:769px) {
    .title-line {
        border: none;
        border-top: 1px solid #c4C4C4;
        width: 120px;
        margin: 48px auto 80px;
    }
}

.title-container p {
    background: linear-gradient(180deg, #F7F5F3 0%, #FFD9CA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Marcellus;
    font-size: 4rem;
    letter-spacing: 2px;
    line-height: 1.5;

}

@media screen and (min-width:769px) {
    .title-container p {
        font-size: 10rem;
    }
}

.en {
    text-align: center;
    font-family: Marcellus;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #BCB0B0;
}

.title_en {
    text-transform: capitalize;
}

@media screen and (min-width:769px) {
    .en {
        font-size: 6.4rem;
        font-weight: 400;
    }
}

.divider--little {
    border: none;
    border-top: 1px solid #C4C4C4;
    margin: 24px 0;
}

/* タイトルの下の線 */

@media screen and (min-width:769px) {
    .divider--little {
        margin: 40px 0;
    }
}

/* 区切り線 */
.divider {
    border: none;
    border-top: 1px solid #C4C4C4;
    margin: 24px 0;
    /* width: 33%;/ */
}

/* その他 */

.sp_Br {
    display: block;
}

@media screen and (min-width:769px) {

    .sp_Br {
        display: none;
    }
}




/* ========
header
======== */
/* .nav初期表示 */
.hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    appearance: none;
    cursor: pointer;
    z-index: 999;
}

.hamburger-menu__bar {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #222222;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.hamburger-menu__bar:first-child {
    top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
    top: 24px;
}

.hamburger-menu__bar:last-child {
    top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}

.header {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
}

.navigation {
    width: 100%;
    height: 100vh;
    display: none;
    background: white;
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 0;
}

.navigation__list {
    margin-top: 150px;
    /* margin-left:125px; */
    font-size: 1.6rem;
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.navigation__list-item {
    display: flex;
    align-items: center;
    color: #222;
    font-family: var(--font-title);
    /* font-weight: 600;safariだと太すぎるため */
    text-decoration: none;
    display: block;
    transition: 0.5s;
    margin-top: 35px;
    letter-spacing: 1.28px;
}


.logo {
    width: 156px;
    position: relative;
    z-index: 10;
}

/* PC表示時にハンバーガーメニューを非表示に */
@media (min-width: 1000px) {

    .hamburger-menu {
        display: none;
    }
}

/* ↓ navigation PC↓ */
@media screen and (min-width: 1000px) {

    .header {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        top: 40px;
        /* 浮いているからここで調整 */
    }

    .logo {
        width: 250px;
    }

    .navigation__list {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        font-size: 1.6rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
    }

    .navigation {
        position: relative;
        display: block;
        background-color: transparent;
        height: initial;
        width: initial;
    }

    .navigation__list-item {
        margin-top: initial;
        gap: initial;
        font-size: 1.6rem;
        white-space: nowrap;
        margin-left: initial;
    }

    .gnavi li a {
        /*線の基点とするためrelativeを指定*/
        position: relative;
        padding-bottom: 4px;
        /* ← 基本の文字と線の間隔 */
        transition: all 0.3s ease;
        /* ← スムーズに動かすため */
    }

    .gnavi li.current a,
    .gnavi li a:hover {
        /* font-weight: 600; */
        padding-bottom: 8px;
        /* ← ホバー時にちょっと広げる */
    }

    .gnavi li a::after {
        content: '';
        /*絶対配置で線の位置を決める*/
        position: absolute;
        bottom: 0;
        left: 10%;
        /*線の形状*/
        width: 80%;
        height: 1px;
        background: #222;
        /*アニメーションの指定*/
        transition: all .3s;
        transform: scale(0, 1);
        /*X方向0、Y方向1*/
        transform-origin: center top;
        /*上部中央基点*/
    }

    /*現在地とhoverの設定*/
    .gnavi li.current a::after,
    .gnavi li a:hover::after {
        transform: scale(1, 1);
        /*X方向にスケール拡大*/
    }
}


/* ↑ navigation PC ↑ */

/* =====
footer
===== */
.footer {
    background-image: url('../images/footerbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    /* color: white; */
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    /* 左・中央・右に分ける */
    align-items: center;
    /* 高さ揃え */
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    gap: 20px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-left a,
.footer-left p {
    font-size: 10px;
}


.footer-logo img {
    width: 50px;
    align-items: flex-end;
}

/* SNSアイコン */
.footer__sns {
    display: flex;
    gap: 20px;
}

.footer__sns img {
    width: 25px;
    height: auto;

}

.footer-nav {
    display: none;


}

/* footer PC ここから */
@media (min-width: 768px) {
    .footer {
        background-image: url('../images/footerbg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0px;
    }

    .footer__inner {
        display: flex;
        justify-content: space-between;
        /* 左・中央・右に分ける */
        align-items: flex-end;
        /* 高さ揃え */
        max-width: 1440px;
        margin: 0 auto;
        width: 100%;
        padding: 370px 9.7222% 60px;
    }

    .footer-left {
        display: flex;
        gap: 8px;

    }

    .footer--pp a,
    .footer--pp p {
        font-size: 10px;
        color: #222;
        margin-top: 8px;
        font-weight: 300;
    }

    .footer-logo img {
        margin-bottom: 10px;
        width: 260px;
        align-items: flex-end;
    }

    /* SNSアイコン */
    .footer__sns {
        display: flex;
        gap: 42px;
        justify-content: flex-end;
    }

    .footer__sns img {
        width: 45px;
        height: auto;

    }

    .footer__sns a img {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .footer__sns a:hover img {
        transform: scale(1.1);
        opacity: 0.8;
    }

    .footer-nav {
        display: inline-block;
        font-size: 10px;
        color: #222;
    }

    .footer-nav__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 2列 */
        gap: 24px 32px;
        padding: 0;
        font-family: var(--font-title);
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 48px;
        text-align: right;
        white-space: nowrap;
        justify-content: baseline;
    }

    .footer-nav__list-item:nth-child(4) {
        grid-column: 2;
        /* 2列目に配置 */
    }

    .footer-nav__list-item:nth-child(5) {
        grid-column: 3;
        /* 3列目に配置 */
    }
}



/* footer PC ここまで */



/* =====
背景設定　background 
===== */

.bg--about {
    padding-top: 1px;
    background-image: url('../images/bg-pc-aboutus-.png');
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg--contact {
    padding-top: 1px;
    background-image: url('../images/bg-sp-faq-contact-.png');
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg--design {
    padding-top: 1px;
    background-image: url('../images/bg-sp-web.png');
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg--faq {
    padding-top: 1px;
    background-image: url('../images/bg-sp-faq-contact-.png');
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg--activity {
    padding-top: 1px;
    background-image: url('../images/bg-sp-activity.png');
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .about-us {
        background-image: url('../images/bg-pc-aboutus-.png');
    }

    .bg--contact {
        background-image: url('../images/bg-pc-faq.png');
    }

    .bg--design {
        background-image: url('../images/bg-pc-web.png');
    }

    .bg--faq {
        background-image: url('../images/bg-pc-faq.png');
    }

    .bg--activity {
        background-image: url('../images/bg.pc-activity.png');
    }
}

/* ========================================================
index.html
======================================================== */

/* =====
article__header
===== */

.top-fv {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.p5Canvas {
    filter: blur(50px);
    transform: translateX(-35%);
    height: 1000px !important;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
}

/* height: 200vh !important; */

.article--top::before {
    content: '';
    width: 100%;
    height: 1000px;
    /* height: 160vh; */
    background: linear-gradient(-3deg, rgba(124, 221, 253, 0.40) 17.38%, rgba(255, 102, 178, 0.40) 33.89%, rgba(255, 158, 128, 0.40) 71.7%, rgba(255, 215, 0, 0.40) 99.75%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.header-top {
    margin-top: 125px;
}

.header-top p {
    color: #222;
    font-family: var(--font-title);
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 1.44px;
    gap: 22px;
}

.header-message {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 0.78px;
    margin-top: 60px;
}

.hero {
    width: 245px;
    margin: 60px auto 0;
}

.message h3 {
    color: #222;
    font-family: Shippori Mincho;
    font-size: 2rem;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 1px;
    margin: 24px auto 16px 0;
}

.uchida-img {
    max-width: 300px;
    margin: 24px auto 0;
    width: 100%;
}

.uchida-message-p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 2px;
}

.message-name {
    text-align: right;
    margin-bottom: 48px;
    margin-top: 24px;
}

.message-name span {
    text-align: right;
    font-family: var(--font-title);
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.9px;
}

.profile ul {
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: 2.6px;
    margin-top: 16px;
}

.profile-txt {
    line-height: 1.8;
}

.message-title,
.message h3 {
    position: relative;
    padding-left: 16px;
}


.message h3::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #444;
    margin-right: 6px;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

/* その場で */
.fadeInTrigger {
    opacity: 0;
    transform: translateY(30px);
}

.fadeIn {
    animation: fadeInAnime 1s forwards;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message-title-container-p {
    background: linear-gradient(180deg, #F7F5F3 0%, #FFD9CA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Marcellus;
    font-size: 4rem;
    letter-spacing: 2px;
    line-height: 1.5;

}

@media screen and (min-width:769px) {
    .message-title-container-p {
        font-size: 10rem;
    }
}

/* article__header PCここから */
@media screen and (min-width: 769px) {
    .top-fv {
        padding-top: 248px;
    }

    .header-top {
        margin: 0 auto 0 0px;
    }

    .header-top p {
        font-size: 4.8rem;
        line-height: 180%;
        font-weight: 300;
    }

    .header-top p:nth-of-type(2) {
        margin-top: 25px;
    }

    .header-message {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 170%;
        margin: 120px auto 0 0px;
        position: relative;
    }

    .hero {
        width: 30%;
        position: absolute;
        z-index: 1;
        bottom: -139px;
        right: 10px;
    }

    .message {
        padding-top: 138px;
    }

    .title-logo {
        width: 393px;
        margin-top: 156px;
    }

    .uchida {
        display: flex;
        justify-content: space-between;
        gap: 190px;
        align-items: flex-end;
        max-width: 100%;
        margin: 64px auto 0;
        margin-top: 64px;
    }

    .uchida-message {
        max-width: fit-content;
    }

    .message-title {
        color: #222;
        font-family: Shippori Mincho;
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: 1px;
    }

    .uchida-img {
        max-width: 320px;
        margin: 0;
        object-fit: cover;
    }

    .uchida-message-p {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 2.6px;
    }

    .message-name {
        text-align: right;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .message-name span {
        text-align: right;
        font-family: var(--font-title);
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.9px;
    }

    .profile ul {
        font-family: "Noto Sans JP";
        font-size: 1.6rem;
        font-weight: 350;
        line-height: 150%;
        letter-spacing: 2.6px;
    }

    .profile {
        margin-top: 70px;
    }

    .profile-txt {
        line-height: 1.8;
    }

    .profile-container.message>h3::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 24px;
        background-color: #444;
        margin-right: 15px;
        bottom: 0;
        margin: auto;
        top: 20%;
        left: 0%;
    }

    .message h3 {
        line-height: 150%;
        font-size: 2.4rem;
    }
}

/* article__header PCここまで */

/* =====
top-activity
===== */



.top-activity-txt {
    margin-top: 12px;
}


.top-activity-list-item {
    margin-top: 56px;
}

.top-activity-img {
    /* イベント写真 */
    /* max-width: 329px; */
    margin: 56px auto 0;
    width: 100%;
}

.top-activity-movie {
    /* max-width: 329px; */
    margin: 56px auto 0;
    width: 100%;
    aspect-ratio: 16/9;
}

.activity-title-wrapper {
    position: relative;
    display: flex;
    margin-top: 16px;
    align-items: center;
}

.activity-number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 66px;

}

.top-activity-title {
    z-index: 2;
    margin-left: 40px;
    font-size: 1.8rem;
    margin-top: 0;
}

.video-youtube {
    aspect-ratio: 16 / 9;
}

.video-youtube iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* top-activity PC  ここから*/
@media (min-width: 768px) {
    .top-activity-head.title-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(20px, 4vw, 53px);
        flex-direction: row;
    }

    .top-activity-list {
        align-items: flex-end;
        justify-self: start;
        gap: clamp(20px, 4vw, 53px);
    }

    .top-activity-list-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 70px;
        margin-top: clamp(60px, 10vw, 120px);
        flex-direction: row;
        flex-wrap: wrap;
    }

    .top-activity-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        gap: 20px;
    }

    .top-activity-list-item:first-child {
        margin-top: 64px;
    }

    .top-activity-list-item.reverse {
        flex-direction: row-reverse;
    }

    .top-activity-img {
        max-width: 490px;
        margin-top: initial;
    }

    .top-activity-movie {
        max-width: 490px;
        /* margin-top: initial; */
    }

    .top-activity-list-item-txt {
        max-width: 480px;
    }

    .activity-number {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 80px;
    }

    .top-activity-title {
        z-index: 2;
        margin-left: 45px;
        font-size: 3rem;
        margin-top: 0;
    }

    .activity-title-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .top-activity-txt {
        margin-top: 48px;
    }

}

/* top-activity PC ここまで */

/* =====
top-page-information
===== */
.information {
    background-image: url(../images/info_sp-bg.png);
    background-position: -50vw center;
    background-repeat: no-repeat;
}

.information-titlelogo {
    display: block;
    width: 215px;
    margin: 0 auto;
    padding-top: 30px;
}

.information-title-area h2 {
    text-align: center;
}

.title-jp {
    text-align: center;
    margin-top: 16px;
}

.info-list-wrapper {
    display: flex;
    gap: 40px;
}

.info-date {
    font-size: 1.3rem;
    color: #333;
    font-family: var(--font-text);
}

.info-txt {
    margin-top: 24px;
}

.info-list {
    margin-top: 56px;
}

.info-list:first-child {
    margin-top: 62px;
}

.more-btn-area {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.information .btn {
    margin-top: 48px;
}

/* a:hover .info-date,
a:hover .activity-summary-category,
a:hover .info-txt {
    transform: scale(1.05);
    transition: transform 0.3s ease;
} */
.information-item:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* top-page-information PCここから */
@media (min-width: 768px) {
    .information {
        background-image: none;
    }

    .information {
        position: relative;
        margin-top: 120px;
    }

    .bgi {
        background-image: url(../images/info-bg.png);
        left: -150px;
        top: 0;
        width: 50vw;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: -1;
    }

    .information-titlelogo {
        display: block;
        width: 534px;
        margin: 0 0 0 auto;
        text-align: right;
    }


    .information .parent {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
        /* gap: 263px; */
        position: relative;

    }

    .title-area {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1;
    }


    .info-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 48.55%;
    }


    .info-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .info-list-wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .divider {
        border: none;
        border-top: 1px solid #ddd;
    }

    .more-btn-area {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .information .more-btn-area {
        margin: 0 auto;
        padding-bottom: 0;
    }

    .info-date {
        font-size: 1.6rem;
    }

    .info-category {
        font-size: 1.3rem;
        padding: 4px 25px;
    }

    .info-txt {
        margin-top: 24px;
    }

    .info-list {
        margin-top: 56px;
    }

    .info-list:first-child {
        margin-top: 160px;
    }
}

/* information pc　ここまで



/* =====
top-member
===== */

.title-container--mainmember {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mainmemberlogo {
    width: 160px;
    margin: 0 auto;
}

.sub-title {
    text-align: center;
}

.member-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
    padding: 1;
    list-style: none;
    justify-content: center;

}

.member-item {
    flex: 1 1 calc(50% - 16px);
    /* スマホでは2列 */
    max-width: calc(50% - 16px);
    /* 2列の最大幅 */
    box-sizing: border-box;
    text-align: center;
}

.member-photo {
    justify-content: center;
    margin: 0 auto;
    max-width: 136px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.member-title {
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
    margin-top: 5px;
}

.member-name {
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 100%;
    margin-top: 4px;
}

.member-role,
.member-brand {
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-weight: 350;
    line-height: 150%;
    margin-top: 8px;
    letter-spacing: -0.24px;
}


/* メンバー PCここから */
@media (min-width: 768px) {

    .title-container .memberlogo {
        width: 397px;
    }

    .member-item {
        flex: 1 1 calc(25% - 16px);
        /* 4列 */
        margin-top: 0;
        max-width: calc(25% - 16px);
    }

    .mainmemberlogo {
        width: 397px;
    }

    .member-photo {
        max-width: 144px;
    }

    .member-title {
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 8px;
    }

    .member-name {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 100%;
        margin-top: 8px;
    }

    .member-role,
    .member-brand {
        font-size: 1.4rem;
        font-weight: 350;
        line-height: 150%;
        margin-top: 12px;

    }

}

/* メンバーpc ここまで */

/* =====
partner
===== */

/* .partner-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}



.partner-logo-r img {
    width: 170px;
} */

/* グリッドで整列 */
.partner-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px 24px;
    align-items: center;
}

/* ロゴの“箱”＝タイル */
.partner-logo-r {
    /* aspect-ratio: 3 / 1; */
    /* 横長タイル（3:1） */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    /* 安全域 */
    background: #fff;
    border-radius: 10px;
}

/* 中の画像は“収める” */
.partner-logo-r img {
    /* max-width: 100%; */
    /* max-height: 80%; */
    /* 箱から少し余白を残す */
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}

.partner-logo-d {
    display: grid;
    gap: 10px 30px;
    justify-items: center;
    align-items: center;
}


.partner-logo-d {
    grid-template-columns: repeat(3, 1fr);
}

.partner-logo-d img {
    width: 30px;
}

@media (min-width: 768px) {
    /* .partner-logos {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    } */

    .partner-logo-d {
        display: grid;
        gap: 10px 30px;
        justify-items: center;
        align-items: center;
        width: 50%;
        justify-content: center;
        margin-inline: auto;

    }

    /* .partner-logo-d {
        grid-template-columns: repeat(5, 1fr);
    } */

    .partner-logo-d img {
        height: 60px;
        width: auto;
    }

    .partner-logo-r img {
        height: 80px;
        width: auto;
    }



}

/* partner ここまで */



/* ==================================================
about
====================================================== */

.list-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}

.list-left img {
    max-width: 162px;
}

.list-right h3 {
    margin-bottom: 32px;
}

.list-left p {
    margin-top: 8px;
}

.list-right-1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.list-right-1 h4 {
    width: 120px;
    font-weight: bold;
    text-align: left;
    flex-shrink: 0;
}

.list-right-1 p {
    flex-grow: 1;
    text-align: left;
    margin: 0;
}


@media (min-width: 768px) {

    .about-us-list {
        display: flex;
        gap: 97px;
        justify-content: space-between;
        align-items: center;
    }

    .list-left {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        text-align: center;
    }

    .list-right {
        width: 60%;
    }

    .list-left img {
        max-width: 404px;
    }

    .list-right h3 {
        margin-bottom: 56px;
    }

    .list-right-1 {
        gap: 40px;
    }

    .list-right-1 h4 {
        width: 200px;

    }

}

/* about ここまで */

/* =====
media
===== */

.media-title {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    /* margin-top: 72px; */
}

.media-title h3 {
    margin-top: 0;
}

.movie-container {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.movie {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .media-title {
        gap: 32px;
        white-space: nowrap;
        margin-top: 96px;
    }

    .media-title h3 {
        margin-top: 0;
    }

    .movie-container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        /* 横並び */
        gap: 20px;
        padding: 20px;
        flex-wrap: wrap;
        padding-bottom: 120px;
    }

    .movie {
        width: 30%;
        min-width: 300px;
        aspect-ratio: 16/9;
        border: none;
    }
}

/* media ここまで */

/* member */


.note {
    font-size: 10px;
    text-align: center;
    margin-top: 64px;

}


.member-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.note {
    font-size: 12px;
    margin-top: 72px;
}



/* member　PCここまで */

/* ==================================================
activity.html
====================================================== */

.title-img-activity {
    max-width: 100px;
    text-align: center;
}

.activity-summary-msg {
    text-align: left;
    justify-content: center;
    display: flex;
}

.activity-summary-list {
    /* ul */
    display: block;
    /* margin: 72px auto 0; */
    margin-top: 72px;
}

.activity-summary-item {
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 48px;
    background-color: #fff;
    position: relative;
}

.activity-summary-date-container {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 8px;
}

.activity-summary-date-container h3 {
    margin-top: 18px;
}

.activity-summary-content {
    padding: 16px;
    background-color: #fff;
    max-width: 324px;
}

.activity-summary-date {
    font-family: var(--font-text);
    font-size: 1.5rem;
    font-weight: 500;
    color: #535e7c;
}

.activity-summary-title {
    font-size: 1.6rem;
    line-height: 140%;
    margin-top: 12px;
}

.activity-summary-txt {
    margin-top: 15px;
    font-size: 1.3rem;
    text-align: left;
    /* height: 70px;  */
    /* overflow: hidden; */
    display: block;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.activity-summary-content {
    background-color: #fff;
}

.activity-summary-category {
    display: block;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 50px;
    background: #222;
    color: #ffff;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: (var(--font-text));
    border: 1px solid #222222;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    position: relative;
}

.more-btn-area .btn {
    margin-top: 48px;
}


.activity-summary-item {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
}

.activity-summary-item:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* 画像も一緒にふわっとさせる */
.activity-summary-item:hover .activity-summary-img {
    transform: scale(1.06);
    transition: transform 0.4s ease;
}

.activity-summary-img {
    transition: transform 0.4s ease;
    display: block;
    width: 100%;
    /* 必要に応じて調整 */
    height: auto;
}


/* activity　PCここから */
@media screen and (min-width:769px) {

    .title-img-activity {
        max-width: 250px;
        text-align: center;
    }

    .activity-summary-list {
        /* ul */
        max-width: 1280px;
        margin-left: 0;
        margin-right: auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        /* flex: 1; */
        min-height: 475px;
    }

    .activity-summary-item {
        margin-top: 72px;
    }

    .activity-summary-date-container {
        display: flex;
        gap: 30px;
        align-items: center;
        margin-top: 16px;
    }

    .activity-summary-content {
        padding: 16px;
        max-width: 324px;
    }

    .activity-summary-date {
        font-family: var(--font-text);
        font-size: 1.4rem;
        font-weight: 500;

    }

    .activity-summary-title {
        font-size: 1.6rem;
        line-height: 140%;
        margin-top: 12px;
    }

    .activity-summary-txt {
        margin-top: 12px;
        font-size: 1.4rem;
        text-align: left;
        display: block;
    }

    .activity-summary-category {
        display: block;
        width: fit-content;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        padding: 4px 10px;
        border-radius: 50px;
        background: #222;
        color: #ffff;
        font-size: 1.2rem;
        font-weight: 400;
        font-family: (var(--font-text));
        border: 1px solid #222222;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        line-height: 1;
        position: relative;
    }

    .more-btn-area .btn {
        margin-top: 96px;
    }

    .btn-area {
        margin-top: 96px;
    }
}

/* information ここまで */

/* =====
activity-voice
===== */
.activity-voice {
    background-color: #FFF;
}

/* .en{
    margin-top: 48px;
} */
.activity-voice-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-wrap: wrap;
}

.activity-voice-txt {
    font-size: 1.3rem;
    letter-spacing: 2px;
    line-height: 190%;
    max-width: 330px;
    padding: 22px 22px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: relative;
}

/* 右側の線 */
.activity-voice-txt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 1px;
    height: 130px;
    background-color: #AAA;
}

/* 下側の線 */
.activity-voice-txt::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 100%;
    height: 1px;
    background-color: #AAA;
}


.activity-voice {
    padding-bottom: 96px;
}

@media screen and (min-width:769px) {

    .activity-voice-list {
        display: flex;
        gap: 48px 24px;
        flex-direction: row;
        list-style: none;
        flex-wrap: wrap;

    }

    .activity-voice-txt {
        font-size: 1.6rem;
        letter-spacing: 2px;
        line-height: 190%;
        max-width: 420px;
    }

    /* 右側の線 */
    .activity-voice-txt::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 1px;
        height: 100%;
        background-color: #AAA;
    }

    /* 下側の線 */
    .activity-voice-txt::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 10px;
        width: 100%;
        height: 1px;
        background-color: #AAA;
    }


    /* .activity-voice{
        padding-bottom: 96px;
    } */
}

/* activity-voiceここまで */

/* ==================================================
announce.html
====================================================== */
/* =====
announce
===== */

.image-info {
    display: block;
    margin: 0 auto;
}

.activity-announce-title {
    display: flex;
    align-items: flex-start;
    line-height: 150%;
}

.label {
    display: flex;
    align-items: flex-start;
}

.label {
    margin-right: 8px;
    display: inline-block;
}

.label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #444;
    margin-right: 12px;
}

.page-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    margin-top: 28px;
    border-top: 0.5px solid #ddd;
    border-bottom: 0.5px solid #ddd;
    font-size: 1rem;
    font-weight: 500;
    color: #666666;
    font-family: var(--font-text);
}


@media (min-width: 768px) {

    .activity-announce {
        display: flex;
        /* 擬似要素とテキストを横並びに */
        align-items: center;
        /* 縦方向の中央揃え */
        display: block;
    }

    .activity-announce::before {
        content: "";
        display: block;
        width: 6px;
        height: 44px;
        background-color: #ff6600;
        margin-right: 24px;
    }

    .sp_Br {
        display: none;
    }

    .activity-announce-title::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 100%;
        background-color: #444;
        margin-right: 14px;
    }

    .label::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #444;
        margin-right: 12px;
    }

    .info p {
        margin-top: 24px;
        line-height: 150%;
    }

    .price-detail {
        display: block;
        margin-top: 10px;
    }

    .price-detail-a {
        width: 100%;
        margin-top: 10px;
    }

    .label {
        margin-right: 8px;
        display: inline-block;
    }

    .btn-area {
        display: flex;

    }

    .page-nav {
        font-size: 1.6rem;
        margin-top: 9.6rem;
    }

}

/* .page-nav>li {
    min-width: 5em;
} */

.page-nav>li:first-of-type a::after {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(-135deg);
}

.page-nav a {
    display: inline-block;
    /* min-width: 5em; */
    padding: 5px 14px;
    position: relative;
}

.page-nav a.to-archive {
    font-weight: bold;
    color: #333;
}

.page-nav a.to-archive::after {
    content: none;
}

.page-nav a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}

/* announce ここまで */


/* ==================================================
announce.html
====================================================== */

/* =====
activity-voice
===== */


.activity-announce {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 20px;
    margin-top: 0;
}

.activity-announce::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background-color: #ff6600;
    margin-right: 24px;
    position: absolute;
    top: 0%;
    left: 0%;

}

.image-info {
    display: block;
    margin: 0 auto;
}

.activity-announce-title {
    /* display: flex; */
    align-items: flex-start;
    line-height: 150%;
    position: relative;
    padding-left: 20px;
}

.activity-announce-title::before {
    position: absolute;
    content: "";
    /* display: inline-block;    */
    width: 5px;
    height: 100%;
    background-color: #444;
    margin-right: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.label {
    display: flex;
    align-items: center;
}

.label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #444;
    margin-right: 12px;
}

/* .detail {
    line-height: 200%;
} */

.label {
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.info__dl-content,
.info__dl {
    font-family: var(--font-text);
    font-weight: 300;
}

.info__dl-content dt {
    margin-top: 1.5em;
    /* 上にスペース */
    font-weight: bold;
    /* 見出しっぽく */
}

.info__dl-content dd {
    margin-left: 1em;
    /* 左に少し余白 */
    margin-bottom: 1em;
    /* 下にスペース（次のdtとの間隔） */
}

.info__row {
    display: flex;
    flex-wrap: wrap;
    /* 複数行になったときの調整 */
}

.info__row {
    margin-top: 32px;
}

.info__dl-content .detail {
    margin-top: 8px;
    line-height: 1.7;
    flex: 1;
}

/* announce PC ここから */
@media (min-width: 768px) {
    .activity-announce {
        margin-top: 0;
    }

    .activity-announce::before {
        width: 6px;
        height: 43px;
        /* background-color: #ff6600; */
        margin-right: 24px;
    }

    .sp_Br {
        display: none;
    }

    .activity-announce-title {
        align-items: center;
    }

    .activity-announce-title::before {
        width: 5px;
        height: 31px;
        margin-right: 14px;
    }

    .label::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #444;
        margin-right: 12px;
    }

    .detail {
        line-height: 100%;
    }


    .label {
        margin-right: 8px;
        /* スペースを調整 */
        display: inline-block;
        /* 幅を持たせる */
    }


}

/* announce PC ここまで */

/* ==================================================
report.html
====================================================== */



/* ==================================================
contactpage
====================================================== */

.title-img-contact {
    width: 195px;
    text-align: center;
    /* margin: 64px auto 0px; */
}

/* .c-form__submit button{
    margin-bottom: 96px;
} */
.form_radio-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 21px;
    margin-bottom: 12px;
}


/* =====
contactpage
===== */


.wpcf7-acceptance input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    position: static;
    pointer-events: auto;
    margin-right: 8px;

    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.wpcf7-form-control .wpcf7-acceptance {
    display: flex;
    justify-content: center;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    /* width: 100%; */
    padding: 6px 10px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    outline: none;
}

textarea {
    resize: vertical;
}


.form-box {
    /* width: 100%; */
    margin-top: 60px;
}

.form-box dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.form-box dt {
    padding-bottom: 15px;
}

.form-box dd {
    padding-bottom: 30px;
}

.form-box dt {
    font-weight: 400;
    text-align: left;
}

.form-box dt.message {
    padding-top: 10px;
    vertical-align: top;
}

.form-box dd {
    width: 100%;
}

.required {
    display: inline-block;
}

.required::after {
    content: "※";
    display: inline-block;
    padding-left: 1em;
    color: #DA1725;
}

.text-right {
    text-align: right;
}

.btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 768px) {

    .box-white {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .form-wrapper {
        max-width: 480px;
    }

    .form-box {
        display: block;
    }

    .form-box dt,
    .form-box dd {
        display: block;
        width: 100%;
    }

    .form-box dt {
        padding-bottom: 0.3em;
    }

    .form-box dt.message {
        padding-top: 0;
    }

    .form-box dd {
        padding-bottom: 1em;
    }

}




/* ==================================================
privacy policy
====================================================== */

/* リセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body全体のスタイル */
body.policy-page {
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    padding: 20px;
}

/* ヘッダー */
.policy-header {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    /* margin-bottom: 30px;
border-bottom: 2px solid #ddd; */
}

.policy-title {
    /* font-size: 2em; */
    margin-bottom: 10px;
}

.policy-intro {
    /* font-size: 1.1em; */
    color: #444;
    margin: 40px 0 32px;
    text-align: start;
}

.policy-title heading {
    margin-top: 116px;
}

/* 各セクション */
.policy-section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.policy-section-title {
    /* font-size: 1.5em; */
    margin-bottom: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

/* コンテンツ内の要素 */
.policy-content h3 {
    margin-top: 24px;
    margin-bottom: 15px;
    color: #444;
}

.policy-content h4 {
    /* font-size: 1.2em; */
    margin-top: 24px;
    margin-bottom: 15px;
    color: #444;
}

.policy-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.policy-content ul {
    margin-bottom: 15px;
    padding-left: 20px;
    list-style: disc;
}

.policy-content a {
    color: #0073e6;
    text-decoration: none;
}

.policy-content a:hover {
    text-decoration: underline;
}

.policy-section li {
    color: #444;
    font-family: var(--font-text);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 1.8px;
}

/*  */
.CXLFee ul {
    list-style-type: disc;
    /* 通常の黒丸 ● */
}

.CXLFee ul ul {
    list-style-type: circle;
    /* 小さい丸 ◦ */
    margin-left: 20px;
    /* ネスト部分を少し右に */
}

@media screen and (min-width:769px) {
    .policy-section li {
        font-size: 1.6rem;
    }

    .policy-header {
        margin-top: 120px;
    }

    .policy-intro {
        margin: 72px auto 64px 0;
        text-align: start;
    }

    .policy-section-title {
        margin-top: 24px;
        padding-bottom: 24px;
    }
}

/* ==================================================
faq
====================================================== */
/* .faq .title-container img {
    width: 62px;
} */

/* .question {
    display: flex;
    align-items: center;
    gap: 10px;
    質問とマークの間に余白を作る
} */



/* .qq {
    font-size: 2.2rem;
    margin-right: 18px;
    color: #333;
} */

/* .answer {
    max-width: 300px;
    padding: 0 10%;
    余白をしっかり確保
    margin: 0 auto;
    中央寄せ
} */



.faq__list {
    max-width: 700px;
    margin: 0 auto;
}

/* .faq__list__item {
    border-bottom: 1px solid #ddd;
    gap: 112px;
} */

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 1.3rem;
    cursor: pointer;
    /* background: #f8f8f8; */
    transition: background 0.3s;
}

.faq__list details {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.faq__list details::before,
.faq__list details::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 10px;
    width: 20px;
    height: 1px;
    background: #333;
    transition: transform 0.3s;
    z-index: 1;
}

.faq__list details::after {
    transform: rotate(90deg);
}

.faq__list details[open]::after {
    transform: rotate(0deg);
}

.faq__list details>*:not(summary) {
    /* max-width: 300px; */
    padding: 0 10%;
    /* 余白をしっかり確保 */
    margin: 0 auto;
    /* 中央寄せ */
}

.faq__list details>*:first-child {
    padding-top: 15px;
}

.faq__list details>*:last-child {
    padding-bottom: 15px;
}

.faq__list summary {
    display: block;
    position: relative;

    padding: 15px 51px 15px calc(2.2rem + 18px + 10px);
    cursor: pointer;
    transition: background 0.3s;
}

.faq__list summary:hover::after {
    opacity: 0;
}

.faq__list summary::before {
    content: 'Q';
    font-size: 2.2rem;
    margin-right: 18px;
    color: #333;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.faq__list summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 41px;
    height: 41px;
    background-color: #F0ECE7;
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
}

.faq__list summary::-webkit-details-marker {
    display: none;
}

@media screen and (min-width:769px) {
    .faq__list summary::before {
        font-size: 2.2rem;
        margin-right: 18px;
        color: #333;
    }
}

/* .mark {
    position: relative;
    width: 24px; */
/* マークの背景サイズを調整 */
/* height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; */
/* サイズを固定 */
/* } */

/* .mark:hover::before {
    opacity: 0;
} */

/* .mark::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 41px;
    background-color: #F0ECE7;
    border-radius: 50%; 
    transition: opacity 0.3s ease-in-out; 
} */
/* .mark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 41px;
    height: 41px;
    background-color: #F0ECE7;
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
} */

/* .line {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #333;
    top: 50%;
    left: 50%;
    transition: transform 0.3s;
    transform: translateX(-50%);
} */


/* .line::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #333;
    transform: rotate(90deg);
    transition: transform 0.3s;
} */

/* .open .line::after {
    transform: rotate(0deg);
} */

.body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 15px;
    background: #fff;
}

.body.open {
    max-height: 200px;
    padding: 15px;
}


@media screen and (min-width:769px) {
    /* .faq .title-container img {
        width: 121px;
    } */

    /* .faq{
    margin-top: 240px;
    } */

    /* .qq {
        font-size: 2.2rem;
        margin-right: 18px;
        color: #333;
    } */

    .head {
        padding: 24px;
        font-size: 1.6rem;
        transition: background 0.3s;
    }

}

/* ==================================================
Design.html
====================================================== */

.web-article-fv p {
    margin-top: 40px;
}

.web-article-bottom img {
    margin-top: 72px;
}

.web-article-bottom h2 {
    margin-top: 64px;
    /* white-space: nowrap; */
    font-size: 2.4rem;
}

.web-article-bottom p {
    padding-top: 40px;
}

.web-article-bottom-r {
    position: relative;
    overflow: visible;
}

.web-article-bottom-r::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-web-sp-little.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* 必要に応じて調整 */

    /* ブロックの1.5倍の大きさにする */
    /* width: 150%; */
    height: 150%;

    /* 配置を調整（中央にする） */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.5;
    /* お好みで透明度調整 */
}

/* web-service */

.web-service {
    background-color: #f9f7f3;
}

.web-service p,
ul,
li {
    font-weight: 300;
}

/* .web-service-txt{
    margin-top: 40px;
} */
.web-service-list {
    margin-top: 25px;
    text-align: center;

}

.web-service-item {
    background: #FFF;
    width: 326px;
    margin-top: 35px;
    padding: 20px;
    /* height: 510px; */
    line-height: 1.5;
}

.service-title {
    font-family: var(--font-title);
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 32px;
}

.service-image {
    max-width: 206px;
    margin: 23px auto 0;
}

.service-intro {
    font-family: var(--font-text);
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 24px;
    text-align: left;
}

/* アコーディオン */
.service-details {
    display: none;
    /* 最初は非表示 */
    overflow: hidden;
    padding: 10px;
    /* border-top: 1px solid #ddd; */
    transition: max-height 0.3s ease-in-out;
    background-color: #f9f9f9;
    margin-top: 24px;
    text-align: left;
    font-family: var(--font-text);
    font-size: 1.5rem;
    font-weight: 300;

}

.service-link {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 50px;
    background: #ffffff;
    color: #222222;
    border: 1px solid #222222;
    box-sizing: border-box;
    line-height: 1;
    white-space: nowrap;
    width: 187px;
    margin: 24px auto;
}

/* .service-link:hover {
    background: #222222;
    color: #ffffff;
} */

/* ホバー可能なデバイス向けのスタイル */
/* @media (hover: hover) and (pointer: fine) {
    .service-link:hover {
        background: #222222;
        color: #ffffff;
    }
} */


/* アコーディオンここまで */

.service-sub-message {
    margin-top: 72px;
}

.web-contact {
    background-image: url(../images/contactus-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.web-contact .btn {
    margin: 48px auto 72px;
}

@media (min-width: 768px) {

    .web-article-fv p {
        margin-top: 40px;
    }

    .web-article-fv {
        display: flex;
        align-items: center;
        gap: 120px;
        flex-direction: row-reverse;
        /* 順番を逆にする */
    }

    .web-article-bottom {
        display: flex;
        margin-top: 100px;
        /* gap: 180px; */
        align-items: center;
        justify-content: space-between;
    }

    .web-article-bottom-r {
        display: flex;
        flex-direction: column;
    }

    .web-article-bottom-r h3 {
        margin-top: 0;
    }

    .web-article-bottom-r p {
        padding-top: 32px;
    }

    .web-article-top .title-container img {
        max-width: 383px;
    }

    .web-article-bottom img {
        max-width: 423px;
    }

    .web-article-bottom-r img {
        max-width: 364px;
    }

    .web-service,
    .web-article-top img,
    .web-article-bottom img {
        margin-top: 0px;
    }

    .web-article-bottom p {
        max-width: 474px;
    }

    .web-service {
        margin-top: 97px;
    }

    .web-service-txt {
        margin-top: 0px;
        text-align: center;
    }

    .web-service-list {
        display: flex;
        justify-content: space-between;
        margin: 56px auto 0;
        /* text-align: center; */

    }

    .web-service-item {

        width: 285px;
        margin-top: 0px;
        padding: 16px;
        /* height: 510px; */
        line-height: 1.5;
    }

    .service-title {
        font-size: 2.2rem;
    }

    .service-platform {
        font-size: 2rem;
    }

    .service-image {
        width: 226px;
        /* margin: 41px auto 0; */
    }

    .service-price {
        font-size: 1.6rem;
    }

    .service-intro {

        font-size: 1.6rem;

    }

    /* アコーディオン */

    .service-link {
        font-size: 1.6rem;
        /* フォントサイズ変更 */
    }

    .service-details {
        font-size: 1.6rem;
    }

    .service-features {
        padding-left: 20px;
        margin-top: 10px;
    }

    .feature-item {
        font-size: 1.6rem;
    }

    /* アコーディオンここまで */

    .service-sub-message {
        display: flex;
        align-items: center;
        margin-top: 72px;
        gap: 75px;
        justify-content: center;
    }

    .service-sub-message img {
        max-width: 370px;
    }

    .web-contact .title-container .en {
        text-align: center;
    }

    .web-contact p:last-of-type {
        display: flex;
        justify-content: center;
    }

    .web-contact .btn {
        margin: 72px auto 97px;
    }
}

/* ------------------------------------ */
/* 送信後のサンクスページ専用 */
/* ------------------------------------ */
.section-thanks {
    text-align: center;
    background: #fff;
    padding: 20px 20px;
    border-radius: 12px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    max-width: 600px;
    margin: 50px auto;
}

.p404 {
    text-align: start;
}

.p404 p {
    margin-top: 24px;
}

/* 画面全体のスタイル */
.contact_main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background: linear-gradient(to bottom, #fff, #fce4ec); */
    text-align: center;
}

.link-hover:hover {
    color: #0077cc;
    /* ホバー時の色 */
    text-decoration: underline;
    /* 下線をつけるなら */
    opacity: 0.8;
    /* ちょっと薄くするのも◎ */
}


/* プロフィール */
.profile-container {
    background: white;
    margin: 0 auto;
    padding: 40px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.basic-info {
    justify-content: start;
    text-align: start;
}

.photo-container {
    aspect-ratio: 1 / 1;
    width: 23rem;
    /* border-radius: 8px; */
    overflow: hidden;
    flex-shrink: 0;
    /* background: #f8f9fa; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-inline: auto;
}

.photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
}

.photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
}

.name-section h2 {
    margin-top: initial;
}

.name-english {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 2px;
}

.profile-section {
    margin-bottom: 30px;
}

.profile-section-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 3px;
    border-left: 4px solid #333;
    padding-left: 12px;
    margin-top: 0;
}

.profile-description {
    line-height: 1.8;
    margin-bottom: 20px;
}

.skills-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.career-section {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

.skills-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.skills-list {
    list-style: none;
    padding: 0;
}

.skills-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    color: #555;
}

.skills-list li:last-child {
    border-bottom: none;
}

.company-section {
    text-align: right;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.company-name {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    letter-spacing: 2px;
}

.company-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    letter-spacing: 1px;
}

.company-img {
    width: 40%;
    margin-inline: auto;
}


/* 大きい画面（例：タブレット以上）のとき */
@media (min-width: 768px) {
    .profile-header {
        flex-direction: row;
        align-items: center;
        text-align: left;
        justify-content: space-between;
        gap: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .name-section {
        /* flex-direction: row; */
        align-items: baseline;
        gap: 15px;
    }

    .skills-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .profile-container {
        /* max-width: 210mm; */
        padding: 48px 48px;
    }
}

.company-img {
    width: 20%;
    margin-inline: auto;
}