 
/* 
Theme Name: DAPPI inc.
Author: DAPPI inc.
Author URI: https://www.dappi-corp.com/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    line-height: 1.45;
}
*,
*:before,
*:after {
    box-sizing:border-box;
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.fwM {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fwB {
    font-weight: bold;
}
.space {
    margin-top: 128px;
}


/* ------------------------------------- /
/   inner
/* ------------------------------------- */
.inner {
    width: min(83.5%, 1400px);
    margin: 0 auto;
    &.w1000 {
        width: min(83.5%, 1000px);
    }
    &.w1200 {
        width: min(83.5%, 1200px);
    }
}
@media screen and (max-width:600px){
.inner,
.inner.w1000,
.inner.w1200 {
    width: 88.5%;
}
}

/* ------------------------------------- /
/   pc-none、sp-none
/* ------------------------------------- */
.pc-none {
    display: none;
}
.pc-none768 {
    display: none;
}
.pc-none__inline {
    display: none;
}
.pc-none__inline768 {
    display: none;
}
.pc-none__inline1200 {
    display: none;
}
@media screen and (max-width:1200px){
.sp-none1200 {
    display: none;
}
.pc-none__inline1200 {
    display: inline;
}
}
@media screen and (max-width:768px){
.pc-none768 {
    display: block;
}
.pc-none__inline768 {
    display: inline;
}
.sp-none768 {
    display: none;
}
}
@media screen and (max-width:600px){
.pc-none {
    display: block;
}
.pc-none__inline {
    display: inline;
}
.sp-none {
    display: none !important;
}
}

/* ------------------------------------- /
/   サイトカラー、フォント
/* ------------------------------------- */
body {
    background-color :#ffffff;
    color: var(--color-black);
    font-family: 'Noto Sans JP', sans-serif;
}
main {
    margin: 130px 0 0;
    position: relative;
    overflow: hidden;
}
@media (max-width: 600px) {
main {
    margin: 60px 0 0;
}
}
a {
    color: var(--color-black);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
::selection {
    background: var(--color-orange);
    color: #fff;
}
:root {
    --font-jp: 'Noto Sans JP', sans-serif;
    --font-en: 'Montserrat', sans-serif;
    --font-min: 'Noto Serif JP', serif;
    --color-orange: #FA6750;
    --color-black: #1A1B1D;
}
.font-jp {
    font-family: var(--font-jp);
}
.font-en {
    font-family: var(--font-en);
}
.font-min {
    font-family: var(--font-min);
    font-weight: 500;
}
.bg-white {background-color: #fff;}
.bg-orange {background-color: var(--color-orange);}
.color-white {color: #fff;a{color: #fff;}}
.color-orange {color: var(--color-orange);a{color: var(--color-orange);}}

/* ------------------------------------- /
/  header
/* ------------------------------------- */
header {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition-duration: 0.4s;
    &:has(.scroll-on) {
    }
}
.header__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 92.71%;
    min-height: 130px;
    margin: 0 auto;
    transition-duration: 0.4s;
    &.scroll-on  {
        min-height: 60px;
    }
}
.header-title {
    width: min(100%, 160px);
    margin: 0 0 0 calc(((92.71vw - 1200px) /2) - 18px );
    a {
        display: block;
        width: 100%;
        height: 24px;
        background-image: url('../img/top/logo.svg?3');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
        h1 {
            display: block;
            width: 100%;
            position: relative;
            left: 100%;
        }
    }
}
.header-nav {
    width: min(calc(100% - 360px), 620px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    > a {
        transition-duration: 0.2s;
        &:hover {
            color: var(--color-orange);
            text-decoration: none;
        }
        &.logo {
            width: min(100%, 185px);
            height: 26px;
            margin: 0 0 10px;
            overflow: hidden;
            background-image: url('../img/top/logo.svg?3');
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            span {
                display: block;
                width: 100%;
                position: relative;
                left: 100%;
            }
        }
        &.contact {
            display: flex;
            justify-content: center;
            align-items: center;
            width: min(100%, 120px);
            min-height: 42px;
            margin: 0 0 0 20px;
            border: 2px var(--color-orange) solid;
            border-radius: calc(60px / 2);
            font-size: 1.4rem;
            &:hover {
                color: var(--color-orange);
                background-color: #fff;
            }
        }
    }
}

@media (max-width: 1440px) {
.header-title {
    margin: 0 0 0 calc(5% - 17px);
}
}
@media (max-width: 1200px) {
.header-nav {
    width: min(72%, 600px);
    > a {
        &.contact {
            width: min(100%, 130px);
            min-height: 46px;
            margin: 0;
            border-radius: calc(46px / 2);
        }
    }
}
}
@media (max-width: 768px) {
.header-title {
    margin: 0 auto 10px 0;
}
    .header-title a {
        background-position: left center;
    }

.header__wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    &.scroll-on  {
        min-height: 100px;
    }
}
.header-nav {
    width: 100%;
}
}
@media (max-width: 600px) {
.header__wrapper {
    min-height: 60px;
    &.scroll-on  {
        min-height: 60px;
    }
}
.header-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 5vw;
    height: 100vh;
    padding: 100px 0 0;
    overflow: auto;
    background-color: #fff;
    font-size: 1.6rem;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 10;
    > a {
        &.contact {
            width: min(100%, 120px);
            min-height: 45px;
            margin: 20px 0 0;
            border-radius: calc(45px / 2);
        }
    }
}
.header-nav.active {
    animation-name: nav_open;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    top: 0;
}
@keyframes nav_open {
    0% {
        top: -100vh;
    }
    100% {
        top: 0;
    }
}
.header-nav.close {
    animation-name: nav_close;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    top: -100vh;
}
@keyframes nav_close {
    0% {
        top: 0;
    }
    100% {
        top: -100vh;
    }
}
}

/* ------------------------------------- /
/   menu-trigger
/* ------------------------------------- */
.menu-trigger {
    display: none;
    width: 24px;
    height: 10px;
    padding: 0;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: calc(50% - (10px / 2));
    z-index: 100;
    span {
        display: block;
        width: 24px;
        height: 2px;
        position: absolute;
        left: calc(50% - (24px / 2));
        background-color: var(--color-orange);
        &:nth-of-type(1) {
            top: calc(50% - calc(10px / 2) - 1px);
        }
        &:nth-of-type(2) {
            top: calc(50% + calc(10px / 2) - 1px);
        }
    }
}
.menu-trigger.opend {
    span {
        animation-duration: 0.4s;
        animation-timing-function: ease-out;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        &:nth-of-type(1) {
            animation-name: menu-close_01;
        }
        &:nth-of-type(2) {
            animation-name: menu-close_02;
        }
    }
}
.menu-trigger.active {
    span {
        &:nth-of-type(1) {
            animation-name: menu-open_01;
        }
        &:nth-of-type(2) {
            animation-name: menu-open_02;
        }
    }
}
@keyframes menu-open_01 {
    0% {
        top: calc(50% - calc(10px / 2));
        transform: rotate(0deg);
    }
    50% {
        top: calc(50% - 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% - 0px);
        transform: rotate(45deg);
    }
}
@keyframes menu-close_01 {
    0% {
        top: calc(50% - 0px);
        transform: rotate(45deg);
    }
    50% {
        top: calc(50% - 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% - calc(10px / 2));
        transform: rotate(0deg);
    }
}
@keyframes menu-open_02 {
    0% {
        top: calc(50% + calc(10px / 2));
        transform: rotate(0deg);
    }
    50% {
        top: calc(50% + 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% + 0px);
        transform: rotate(-45deg);
    }
}
@keyframes menu-close_02 {
    0% {
        top: calc(50% + 0px);
        transform: rotate(-45deg);
    }
    50% {
        top: calc(50% + 0px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% + calc(10px / 2));
        transform: rotate(0deg);
    }
}
@media (max-width: 600px) {
.menu-trigger {
    display: block;
}
}

/* ------------------------------------- /
/   index-mv
/* ------------------------------------- */
    .index-mv .inner {
        position: relative;
        z-index: 1;
    }
.index-mv__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: max(min(45.42vw, 700px), 450px);
    background-image: url('../img/top/mv.svg');
    background-position: right center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}
.index-mv__inner {
    width: 100%;
}
.index-mv__jp {
    font-size: clamp(3.0rem, 4.5vw, 4.5rem);
    line-height: 1.5;
}
.index-mv__en {
    font-size: 1.5rem;
    line-height: 1.2;
}
@media (max-width: 768px) {
.index-mv__wrapper {
    min-height: 0;
    margin: 0 auto;
    padding: min(68.42vw, 390px) 0 0;
    background-position: center 5.21vw;
    background-size: min(80%, 400px) auto;
}
.index-mv__jp {
    color: #000;
    font-size: clamp(2.4rem, 6vw, 3.0rem);
    line-height: 1.5;
}
.index-mv__en {
    font-size: clamp(1.3rem, 4vw, 1.5rem);
    line-height: 1.2;
}
}

/* ------------------------------------- /
/   index-topics
/* ------------------------------------- */
.index-topics {
    position: relative;
    z-index: 1;
}
.index-topics__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    border-radius: calc(50px / 2);
    background-color: #FFE6E2;
    padding: 10px 20px 10px min(2.29vw, 44px);
    line-height: 1.2;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
}
.index-topics__cate {
    font-size: 1.11em;
}
.index-topics__title {
    width: calc(100% - 260px);
}
@media (max-width: 768px) {
.index-topics__wrapper {
    row-gap: max(2vw, 5px);
    padding: 15px 20px;
    border-radius: 10px;
}
.index-topics__date {
    width: calc(100% - 80px);
}
.index-topics__title {
    width: 100%;
}
}

/* ------------------------------------- /
/   index-h2
/* ------------------------------------- */
.index-h2 {
    line-height: 1.2;
    h2 {
        font-size: clamp(3.6rem, 8vw, 6.0rem);
    }
    p {
        padding: 0 0 0 20px;
        position: relative;
        &::before {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: var(--color-orange);
            position: absolute;
            left: 0;
            top: 5px;
        }
    }
}
.color-white .index-h2 p::before {
    background-color: #fff;
}

/* ------------------------------------- /
/   index-service
/* ------------------------------------- */
.index-service {
    padding: 0 0 12.50vw;
    background-color: #fff;
    border-radius: 0 0 15.63vw 0;
    position: relative;
    .inner {
        position: relative;
    }
}
.index-service__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    + .index-service__column {
        margin: max(min(5.21vw, 100px), 40px) 0 0;
    }
    &:nth-child(2n) {
        flex-direction: row-reverse;
    }
}
.index-service__wrapper {
    width: 45%;
}
.index-service__img {
    width: 50%;
    border-radius: max(min(1.56vw, 30px), 15px);
}
.index-service__en {
    font-size: clamp(1.3rem, 1.8vw, 1.5rem);
    span {
        display: inline-block;
        margin: 0 15px 0 0;
    }
}
.index-service__title {
    font-size: clamp(2.6rem, 3vw, 3.0rem);
}
.index-service__text {
    font-size: 1.35rem;
}
.index-service__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.35rem;
    line-height: 1.7;
    li {
        &::after {
            content: '';
            display: inline-block;
            margin: 0 4px;
        }
        &:last-child::after,
        &.last::after {
            display: none;
        }
    }
}
.service-01 .index-service__detail {
    width: min(100%, 400px);
}
.service-02 .index-service__detail {
    width: min(100%, 400px);
}
.service-03 .index-service__detail {
    width: min(100%, 480px);
}
@media (max-width: 1200px) {
    .index-service__detail li.last::after {
            display: inline-block;
    }
.service-01 .index-service__detail,
.service-02 .index-service__detail,
.service-03 .index-service__detail {
    width: 100%;
}
}

@media (max-width: 768px) {
.index-service__column,
.index-service__column:nth-child(2n) {
    flex-direction: column-reverse;
    row-gap: 5vw;
}
.index-service__wrapper {
    width: 100%;
}
.index-service__img {
    width: min(100%, 400px);
}
}

/* ------------------------------------- /
/   index-achievement
/* ------------------------------------- */
.index-achievement {
    position: relative;
    .inner {
        position: relative;
    }
}
.index-achievement__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: max(min(3.13vw, 60px), 30px);
    overflow: hidden;
}
.index-achievement__column {
    width: 47.14%;
    transition-duration: 0.2s;
}
    .index-achievement__list .index-achievement__column:nth-child(n+5) {
        opacity: 0;
    }
    .index-achievement__list.hide .index-achievement__column:nth-child(n+5) {
        display: none;
    }
    .index-achievement__list.active .index-achievement__column:nth-child(n+5) {
        opacity: 1;
    }
.index-achievement__link {
    display: block;
    transition-duration: 0.4s;
    img {
        height: min(21.3vw, 315px);
        border-radius: 10px;
        object-fit: cover;
    }
    &:hover {
        text-decoration: none;
        opacity: 0.5;
    }
}
.index-achievement__case {
    font-size: 1.5rem;
}
.index-achievement__title {
    font-size: 1.5rem;
}
.index-achievement__det {
    font-size: 1.4rem;
}
.index-achievement__open {
    span {
        display: block;
        margin: 0 auto;
        font-size: 3.0rem;
        transform: rotateZ(90deg);
    }
}
.index-achievement__open:has(.index-achievement__button.active) {
    span {
        display: none;
    }
}
.index-achievement__button {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    transition-duration: 0.2s;
    font-size: 1.0rem;
    line-height: 1.2;
    &:hover {
        opacity: 0.5;
        text-decoration: none;
    }
    &.active {
        color: transparent;
    }
    &.active::before {
        content: '';
        display: block;
        width: 14px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: calc(50% - (14px / 2));
        top: calc(50% - (1px / 2));
    }
    /*
    &::before,
    &::after {
        content: '';
        display: block;
        width: 14px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: calc(50% - (14px / 2));
        top: calc(50% - (1px / 2));
    }
    &::after {
        width: 1px;
        height: 14px;
        left: calc(50% - (1px / 2));
        top: calc(50% - (14px / 2));
    }
    &.active::after {
        display: none;
    }
    */
}

@media (max-width: 768px) {
.index-achievement__list {
    width: min(100%, 400px);
    margin: 0 auto;
}
.index-achievement__column {
    width: 100%;
}
.index-achievement__link {
    img {
        height: min(49.3vw, 223px);
    }
}
}

/* ------------------------------------- /
/   index-news
/* ------------------------------------- */
.index-news__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    .index-h2 {
        width: min(100%, 300px);
    }
}
.index-news__list {
    width: min(calc(100% - 320px), 880px);
    margin: min(10.17vw, 122px) 0 0;
}
.index-news__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #707070 solid;
    font-size: 1.5rem;
    line-height: 1.4;
    &:last-child {
        border-bottom: 1px #707070 solid;
    }
}
.index-news__date {
    font-size: 1.3rem;
    width: max(min(12.5vw, 150px), 110px);
}
.index-news__title {
    width: calc(100% -  max(min(12.5vw, 150px), 110px));
}

@media (max-width: 1200px) {
.index-news__wrapper {
    .index-h2 {
        width: 30%;
    }
}
.index-news__list {
    width: 67.86%;
}
}
@media (max-width: 768px) {
.index-news__wrapper {
    .index-h2 {
        width: 100%;
    }
}
.index-news__list {
    width: 100%;
    margin: 5vw 0 0;
}
}
@media (max-width: 768px) {
.index-news__date {
    width: 100%;
}
.index-news__title {
    width: 100%;
}
}

/* ------------------------------------- /
/   index-company
/* ------------------------------------- */
.index-company__profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: max(min(1.35vw, 26px), 10px);
    width: min(calc(100% - 320px), 880px);
    margin: 0 0 0 auto;
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    font-size: 1.6rem;
    line-height: 1.65;
    dt {
        width: 130px;
    }
    dd {
        width: calc(100% -  130px);
        span {
            display: inline-block;
        }
    }
}


@media (max-width: 1200px) {
.index-company__profile {
    width: 67.86%;
}
}

@media (max-width: 768px) {
.index-company__profile {
    width: 100%;
    font-size: clamp(1.5rem, 0vw, 1.8rem);
    
    dt {
        width: 100px;
    }
    dd {
        width: calc(100% -  100px);
    }
}
}

/* ------------------------------------- /
/   index-contact
/* ------------------------------------- */
.index-contact__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: max(3vw, 25px);
    border-radius: max(min(1.56vw, 30px), 20px);
    transition-duration: 0.4s;
    .index-h2 {
        width: min(100%, 440px);
        h2 {
            line-height: 1.0;
            position: relative;
            top: -6px;
        }
        p {
            position: relative;
            top: 6px;
        }
    }
    &:hover {
        text-decoration: none;
        opacity: 0.5;
        .index-contact__button p {
            color: #fff;
            background-color: var(--color-orange);
        }
    }
}
.index-contact__detail {
    width: min(100%, 375px);
    font-size: clamp(1.5rem, 1.5vw, 2.0rem);
    h3 {
        font-size: 1.6em;
    }
}
.index-contact__button {
    width: min(100%, 200px);
    a,
    p {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 50px;
        border: 2px #fff solid;
        border-radius: calc(50px / 2);
        font-size: clamp(1.5rem, 2.5vw, 2.0rem);
        line-height: 1.2;
        transition-duration: 0.2s;
        /*
        &:hover {
            color: #fff;
            background-color: var(--color-orange);
            text-decoration: none;
        }
        */
    }
}
@media (max-width: 1400px) {
.index-contact__wrapper {
    width: min(100%, 800px);
    margin: 0 auto;
    .index-h2 {
        width: 100%;
        h2,
        p {
            line-height: 1.2;
            top: 0;
        }
    }
}
.index-contact__detail {
    width: calc(100% - 240px);
}
}

@media (max-width: 768px) {
.index-contact__wrapper {
    justify-content: center;
}
.index-contact__detail {
    width: 100%;
    h3 {
        font-size: 1.4em;
    }
}
}

/* ------------------------------------- /
/  footer
/* ------------------------------------- */
.footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 92.71%;
    min-height: max(6.35vw, 45px);
    margin: 0 auto;
    transition-duration: 0.4s;
    &.scroll-on  {
        min-height: 70px;
    }
}
.footer-title {
    width: min(100%, 200px);
    a {
        display: block;
        width: 100%;
        height: 18px;
        background-image: url('../img/top/logo.svg?3');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
        p {
            display: block;
            width: 100%;
            position: relative;
            left: 100%;
        }
    }
}
.footer-sns__link.x {
    display: block;
    width: 14px;
}
@media (max-width: 1200px) {
.footer-title {
    width: max(26%, 185px);
}
}

/* ------------------------------------- /
/  bg
/* ------------------------------------- */
.bg {
    border-radius: 50%;
    position: absolute;
    &.bg_01 {
        width: max(min(37.55vw, 721px), 290px);
        height: max(min(37.55vw, 721px), 290px);
        filter: blur(50px);
        background: #FFFEF4;
        left: 4.01vw;
        top: 0;
    }
    &.bg_02 {
        width: max(min(41.09vw, 789px), 300px);
        height: max(min(41.09vw, 789px), 300px);
        filter: blur(50px);
        background: #FFF4F4;
        right: -7.92vw;
        top: 15.47vw;
        z-index: 1;
    }
    &.bg_03 {
        width: max(min(41.09vw, 789px), 300px);
        height: max(min(41.09vw, 789px), 300px);
        filter: blur(50px);
        background: #FFFAF4;
        left: -14.84vw;
        top: 5.63vw;
    }
    &.bg_04 {
        width: max(min(41.09vw, 789px), 300px);
        height: max(min(41.09vw, 789px), 300px);
        filter: blur(50px);
        background: #FFF4F4;
        right: -9.64vw;
        bottom: -16.77vw;
        z-index: -1;
    }
    &.bg_05 {
        width: max(min(41.09vw, 789px), 300px);
        height: max(min(41.09vw, 789px), 300px);
        filter: blur(50px);
        background: #FFFAF4;
        left: -6.98vw;
        top: 15.78vw;
    }
    &.bg_06 {
        width: max(min(48.33vw, 928px), 400px);
        height: max(min(48.33vw, 928px), 400px);
        filter: blur(50px);
        background: #FFF7F4;
        right: -2.08vw;
        bottom: -24.17vw;
    }
}
@media (max-width: 768px) {
.bg.bg_02 {
    top: 40vw;
}
}


/* ------------------------------------- /
/  about-board-member
/* ------------------------------------- */
.about-board-member {
    width: calc(100% - 166px);
    max-width: 1200px;
    margin: 180px auto 0;
    position: relative;
}
.about-board-member__list {
    width: min(100%, 960px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.about-board-member__column {
    width: min(24%, 200px);
}
.about-board-member__link {
    display: block;
    transition-duration: 0.4s;
    &:hover {
        opacity: 0.5;
        text-decoration: none;
    }
}
.about-board-member__img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.about-board-member__name {
    margin: 10px 0 0;
    text-align: center;
}
.about-member-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 1;
    transition: 0.5s;
}
.about-member-detail.false {
    opacity: 0;
    z-index: -1;
}
.about-member-detail__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 80px);
    max-width: 1000px;
    max-height: calc(100vh - 80px);
    overflow: auto;
    background-color: #fff;
    padding: 40px;
    position: relative;
}
.about-member-detail__wrapper.false {
    display: none;
}
.about-member-detail__left {
    width: calc(32% - 5px);
}
.about-member-detail__right {
    width: calc(68% - 5px);
}
.about-member-detail__img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.about-mboard-detail__name {
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
}
    .about-mboard-detail__name > p {
        margin: 5px 0;
    }
    .about-mboard-detail__name > p:first-child,
    .about-mboard-detail__name > p:last-child {
        margin: 0;
    }
.about-member-detail__title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
}
.about-mboard-detail__text {
    margin: 25px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.about-member-detail__close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.about-member-detail__close::before {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background-color: #000;
    position: absolute;
    right: calc(50% - 1px);
    top: calc(50% - 12px);
    transform: rotateZ(45deg);
}
.about-member-detail__close::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: calc(50% - 12px);
    top: calc(50% - 1px);
    transform: rotateZ(45deg);
}
@media (max-width: 768px) {
.about-board-member {
    width: calc(100% - 80px);
    margin: 120px auto 0;
}
.about-board-member__list {
    row-gap: 40px;
}
.about-member-detail__wrapper {
    width: calc(100% - 60px);
    max-height: calc(100vh - 60px);
    padding: 30px;
    justify-content: center;
}
.about-member-detail__left {
    width: 100%;
    max-width: 280px;
}
.about-member-detail__img {
}
.about-member-detail__right {
    width: 100%;
    margin: 40px 0 0;
}
.about-board-member__list {
    width: min(100%, 450px);
}
.about-board-member__column {
    width: min(48%, 200px);
}
}
@media (max-width: 600px) {
.about-board-member {
    margin: 100px auto 0;
}
.about-member-detail__right {
    margin: 30px 0 0;
}
.about-member-detail__wrapper {
    max-height: calc(100vh - 110px);
    margin: 50px 0 0;
}
.about-member-detail__title {
    font-size: 1.7rem;
}
}
@media (max-width: 600px) {
.about-board-member__name {
    font-size: 1.2rem;
}
}

/* オレンジボタン */
.button-orange {
  display: inline-block;
  padding: 12px 36px;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #FA6750;
  border: 2px solid #FA6750;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button-orange:hover {
  color: #FA6750;
  background-color: #ffffff;
  border: 2px solid #FA6750;
  text-decoration: none; 
}

/* liの背景を削除（hover時に余計な色が出ないように） */
.index-service__detail li.bg-orange.last {
  background: none !important;
  padding: 0;
  margin: 0;
}

/* =========================================
   今回追加・修正するCSS
   ========================================= */

/* 1. サービスのテキスト修正（文字サイズ・行間・文字間隔） */
.index-service__text p {
    font-size: 16px;        /* 文字サイズ (元のサイズに合わせて数値を調整してください) */
    line-height: 2.2;       /* 行の高さ (数値が大きいほど行間が広がります) */
    letter-spacing: 0.1em;  /* 文字の間隔 (0.05em〜0.1em程度が読みやすいです) */
    margin-bottom: 20px;    /* 段落ごとの余白 */
}

/* スマホ表示時の調整 */
@media screen and (max-width: 768px) {
    .index-service__text p {
        font-size: 14px;    /* スマホでは少し小さくする */
        line-height: 1.8;   /* 行間も少し詰める */
    }
}

/* 2. 新しく追加した「会社概要的テキスト」エリアの装飾 */
.index-message {
    text-align: center;     /* 中央揃え */
    padding: 80px 20px;     /* 上下の余白と左右の余白 */
    background-color: #fff; /* 必要であれば背景色 */
}

.index-message__title {
    font-size: 24px;        /* タイトルの文字サイズ */
    font-weight: bold;      /* 太字 */
    letter-spacing: 0.05em; /* タイトルの文字間隔 */
    margin-bottom: 40px;    /* 本文との間隔 */
    line-height: 1.6;
}

.index-message__text {
    font-size: 20px;        /* 本文の文字サイズ */
    line-height: 2.8;       /* 本文の行間 */
    letter-spacing: 0.08em; /* 本文の文字間隔 */
    display: inline-block;  /* テキストの塊として扱う */
    text-align: left;       /* 長文の場合は左揃えの方が読みやすい場合があります（お好みでcenterに） */
}

/* スマホ用の調整 */
@media screen and (max-width: 768px) {
    .index-message__title {
        font-size: 20px;
    }
    .index-message__text {
        font-size: 14px;
        text-align: left; /* スマホは左揃え推奨 */
    }
}