@charset "UTF-8";
    @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP&display=swap');

    body {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.03em;
        line-height: 1.6;
    }

    @media screen and (max-width: 781px) {
        body {
            line-height: 1.8;
        }
    }


    .u-pc {
        display: block !important;
    }

    @media screen and (max-width:781px) {
        .u-pc {
            display: none !important;
        }
    }


    .u-sp {
        display: none !important;
    }

    @media screen and (max-width: 781px) {
        .u-sp {
            display: block !important;
        }
    }

    .fontEn{
        font-family: "EB Garamond", serif;
    }
    .fontNoteSerifJP{
        font-family: "Noto Serif JP", serif;
    }


    .p-toc.-double {
        display: none;
    }

    .mark_yellow {
        background: linear-gradient(transparent 64%, #FFF621 0%);
    }

    .l-contents {
        max-width: calc(1100px + 40px);
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    @media screen and (max-width: 781px) {
        .l-contents {
            padding: 0;
            width: calc(650/750*100vw);
        }
    }


    .m-title {
        color: #002250;
        font-size: 46px;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        margin: 0;
    }

    @media screen and (max-width: 781px) {
        .m-title {
            font-size: 6.6vw;
        }
    }

    .sub__title {
        justify-content: center;
        margin-bottom: 10px;
    }

    @media screen and (max-width: 781px) {
        .sub__title {
            margin-bottom: calc(10/750*100vw);
        }
    }

    .sub__titleIcon {
        padding-right: 6px;
        width: 24px;
    }

    @media screen and (max-width: 781px) {
        .sub__titleIcon {
            padding-right: calc(7/750*100vw);
            width: calc(31/750*100vw);
        }
    }

    @media screen and (max-width: 781px) {
        .sub__titleIcon img {
            vertical-align: middle;
        }
    }

    .sub__titleTxt {
        color: #FF8933;
        font-size: 22px;
        font-weight: bold;
        font-family: "EB Garamond", serif;
    }

    @media screen and (max-width: 781px) {
        .sub__titleTxt {
            font-size: 3.7vw;
        }
    }

    .sub__title.wp-block-group.is-row>*{
        margin-bottom: 0;
    }

    .kv {
        position: relative;
        width: 100%;
    }

    .kv__img {
        margin-bottom: 0;
    }

    .kv img {
        width: 100%;
        margin: 0;
    }

    .kv__btnWrap {
        justify-content: space-between;
        position: absolute;
        top: 75%;
        left: 9.5%;
        margin: 0;
        max-width: 700px;
        width: calc(700/1366*100%);
    }

    .kv__btnWrap>.wp-block-group .is-row >{
        width: 100%;
    }

    .kv__btnWrap .is-row__inner-container{
        width: 100%;
    }

    @media screen and (max-width: 781px) {
        .kv__btnWrap {
            display: block!important;
            top: auto;
            bottom: calc(59/750*100vw);
            left: 50%;
            transform: translateX(-50%);
            width: calc(546/750*100vw);
        }
    }

    .kv__btnEmail img {
        margin: 0;
    }

    .kv__btnEmail img {
        aspect-ratio: auto !important;
        object-fit: fill !important;
        position: relative;
        z-index: 1;
        width: 400px;
        box-shadow: 0px 0px 10px -5px #65280C;
        max-width: 340px;
        width: calc(340/1366*100vw)!important;
    }

    @media screen and (max-width: 781px) {
        .kv__btnEmail img {
            max-width: 100%;
            width: 100%!important;
        }
    }
    .kv__btnLine {
        margin: 0;
    }

    .kv__btnLine img {
        aspect-ratio: auto !important;
        object-fit: fill !important;
        position: relative;
        z-index: 1;
        box-shadow: 0px 0px 10px -5px #65280C;
        max-width: 340px;
        width: calc(340/1366*100vw)!important;
    }

    @media screen and (max-width: 781px) {
        .kv__btnLine img {
            max-width: 100%;
            width: 100%!important;
            margin-top: calc(24/1366*100vw);
        }
    }

    .kv__frame {
        background-color: #FFF621;
        border: none;
        border-radius: 50vw;
        color: #002250;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: -28px;
        left: -18px;
        z-index: 2;
    }

    @media screen and (max-width: 781px) {
        .kv__frame {
            top: calc(-40/750*100vw);
            left: calc(-20/750*100vw);
            font-size: calc(26/750*100vw);
        }
    }

    .kv__frame::before {
        border: none;
        border-top-color: #FFF621;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        bottom: -6px
    }

    .kv__btn {
        margin: 0;
    }

    .problems {
        padding-top: 48px;
    }

    @media screen and (max-width: 781px) {
        .problems {
            padding-top: calc(97/750*100vw);
        }
    }

    .problems .wp-block-group {
        margin-bottom: 0;
    }


    .problems__inner {
        margin-top: 74px;
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .problems__inner {
            margin-top: calc(97/750*100vw);
        }
    }

    .problems__item {
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .problems__item {
            grid-template-columns: calc(225/750*100vw) auto !important;
        }
    }

    @media screen and (max-width: 781px) {
        .problems__item .wp-block-media-text__media {
            padding-left: calc(45/750*100vw);
            padding-right: calc(26/750*100vw);
        }
    }

    @media screen and (max-width: 781px) {
        .problems__item .wp-block-media-text__content {
            padding-right: calc(5/750*100vw);
        }
    }


    .problems__text {
        color: #002250;
        font-size: 30px;
        font-weight: bold;
    }

    @media screen and (max-width: 781px) {
        .problems__text {
            font-size: calc(38/750*100vw);
        }
    }

    .problems__list {
        border: 1px solid #FCECDA;
        border-radius: 10px;
        margin-top: -15px;
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .problems__list {
            margin-top: calc(-19/750*100vw);
        }
    }

    ul.has-background.problems__list {
        padding: 52px 40px
    }

    @media screen and (max-width: 781px) {
        ul.has-background.problems__list {
            padding: calc(60/750*100vw) calc(18/750*100vw)calc(40/750*100vw) calc(40/750*100vw);
        }
    }

    .problems__list li {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        padding-left: 2em;
        margin-top: 15px;
    }

    @media screen and (max-width: 781px) {
        .problems__list li {
            margin-top: calc(20/750*100vw);
            font-size: calc(28/750*100vw);
        }
    }

    .problems__list li:first-child {
        margin-top: 0;
    }

    .problems__list li::before {
        color: #FF8933;
        z-index: 2;
        top: -9px;
        left: 2px;
        font-size: 28px;
    }

    @media screen and (max-width: 781px) {
        .problems__list li::before {
            top: 0;
            font-size: calc(30/750*100vw);
        }
    }

    .problems__list li::after {
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid #D9D9D9;
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 0;
        z-index: 1;
    }

    @media screen and (max-width: 781px) {
        .problems__list li::after {
            width: calc(33/750*100vw);
            height: calc(33/750*100vw);
        }
    }


    .step {
        padding-top: 96px;
        padding-bottom: 236px;
    }

    @media screen and (max-width: 781px) {
        .step {
            padding-top: calc(108/750*100vw);
            padding-bottom: calc(194/750*100vw);
            padding-right: 0;
            padding-left: 0;
        }
    }


    .step__ttlTxt {
        color: #002250;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    @media screen and (max-width: 781px) {
        .step__ttlTxt {
            font-size: calc(28/750*100vw);
            margin-bottom: calc(17/750*100vw);
        }
    }

    .step__ttlTxt--ruby ruby>rt {
        font-size: 7px;
    }

    @media screen and (max-width: 781px) {
        .step__ttlTxt--ruby ruby>rt {
            font-size: calc(7/750*100vw);
        }
    }

    .step__itemWrap {
        margin-top: 53px;
    }

    @media screen and (max-width: 781px) {
        .step__itemWrap {
            margin-top: calc(53/750*100vw);
        }
    }

    .step__bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .step__bg img {
        width: 100%;
    }

    .stepItem {
        border-radius: 10px;
        box-shadow: 0px 0px 10px -5px #6A4914;
        margin-top: 30px;
        position: relative;
        grid-template-columns: 32% auto !important;
    }


    @media screen and (max-width: 781px) {
        .stepItem {
            margin-top: calc(50/750*100vw)
        }
    }

    @media screen and (max-width: 600px) {
        .stepItem img {
            margin: 0 auto;
            width: calc(480/750*100vw)
        }
    }

    .wp-block-media-text.has-background.stepItem {
        padding: 25px 50px 25px 25px;
    }

    @media screen and (max-width: 781px) {
        .wp-block-media-text.has-background.stepItem {
            padding: calc(60/750*100vw) calc(50/750*100vw);
        }
    }


    @media screen and (max-width: 600px) {
        .step .stepItem>.wp-block-media-text__content {
            padding: calc(30/750*100vw) 0 0 0 !important;
        }
    }

    .stepItem__titleWrap {
        border-bottom: dotted 3px #F4E0CB;
        color: #002250;
        font-size: 26px;
        margin-bottom: 20px;
        padding-left: 56px;
        padding-bottom: 20px;
        position: relative;

    }

    @media screen and (max-width: 781px) {
        .stepItem__titleWrap {
            font-size: calc(36/750*100vw);
            margin-bottom: calc(30/750*100vw);
            padding-left: calc(82/750*100vw);
            padding-bottom: calc(28/750*100vw);
        }
    }

    
    .stepItem__title {
        font-size: 26px;
        font-weight: bold;
    }

    @media screen and (max-width: 781px) {
        .stepItem__title {
            font-size: calc(36/750*100vw);
        }
    }

    .wp-block-group.is-row>.stepItem__title {
        margin-bottom: 0;
    }

    .stepItem__num {
        color: #FF8933;
        font-size: 31px;
        font-family: "EB Garamond", serif;
        margin-bottom: 0;
        position: absolute;
        top: 0.2em;
        left: 0;
        line-height: 1;
    }

    
    .wp-block-group.is-row>.stepItem__num {
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .stepItem__num {
            font-size: calc(40/750*100vw);
            left:  calc(14/750*100vw);
            top: 0.3em;
        }
    }

    .stepItem__ttl {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    @media screen and (max-width: 781px) {
        .stepItem__ttl {
            font-size: calc(30/750*100vw);
            font-weight: bold;
            margin-bottom: calc(14/750*100vw);
        }
    }

    .stepItem__text {
        font-size: 16px;
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .stepItem__text {
            font-size: calc(28/750*100vw);
        }
    }



    .reasons {
        background-color: #fff;
        padding-bottom: 100px;
    }

    @media screen and (max-width: 781px) {
        .reasons {
            padding-bottom: calc(140/750*100vw);
        }
    }

    .reasons__text {
        color: #2E2E2E;
        font-size: 18px;
        margin: 32px auto 0;
    }

    @media screen and (max-width: 781px) {
        .reasons__text {
            font-size: calc(28/750*100vw);
            margin-top:  calc(28/750*100vw);
        }
    }

    .reasons__boxWrap {
        margin-top: 98px;
    }

    @media screen and (max-width: 781px) {
        .reasons__boxWrap {
            margin-top: calc(111/750*100vw);
        }
    }

    .reasonsBox {
        border: 1px solid #FCECDA;
        border-radius: 10px;
        height: 100%;
        margin-bottom: 0;
    }

    div.has-background.reasonsBox {
        padding: 0 22px 40px 22px;
    }

    .reasonsBox__icon {
        margin-top: -38px;
    }

    .reasonsBox__icon img {
        width: calc(149/290*100%);
        aspect-ratio: auto !important;
        object-fit: fill !important;
    }

    @media screen and (max-width: 781px) {
        .reasonsBox__icon {
            margin-top: calc(-30/750*100vw);
        }

        .reasonsBox__icon img {
            width: calc(280/750*100vw);
        }
    }

    .reasonsBox__ttl {
        color: #002250;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 23px;
    }

    @media screen and (max-width: 781px) {
        .reasonsBox__ttl {
            font-size: calc(44/750*100vw);
            margin-bottom: calc(20/750*100vw);
        }
    }

    .reasonsBox__text {
        color: #2E2E2E;
        font-size: 16px;
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .reasonsBox__text {
            font-size: calc(28/750*100vw);
        }
    }

    .reasonsBnr {
        border: 1px solid #EFEFEF;
        border-radius: 10px;
        margin: 56px auto 0;
        max-width: 740px;
        position: relative;
    }

    @media screen and (max-width: 781px) {
        .reasonsBnr {
            margin-top: calc(80/750*100vw);
        }
    }

    div.has-background.reasonsBnr {
        padding: 30px 220px 30px 35px;
    }

    @media screen and (max-width: 781px) {
        div.has-background.reasonsBnr {
            padding: 6.6vw 6.6vw 48vw 6.6vw;
        }
    }

    .reasonsBnr__text {
        position: relative;
        font-size: 22px;
    }

    @media screen and (max-width: 781px) {
        .reasonsBnr__text {
            font-size: calc(32/750*100vw);
        }
    }

    .reasonsBnr__textBold {
        font-size: 26px;
        font-weight: bold;
    }

    @media screen and (max-width: 781px) {
        .reasonsBnr__textBold {
            font-size: calc(36/750*100vw);
        }
    }

    .reasonsBnr__img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 269px;
    }

    @media screen and (max-width: 781px) {
        .reasonsBnr__img {
            width: 60%;
        }
    }

    .wp-block-image.reasonsBnr__img img {
        width: 100%;
    }

    .m-bnr {
        width: 100%;
    }

    .m-bnr__inner {
        position: relative;
    }

    .m-bnr__img {
        width: 100%;
    }

    .m-bnr__img img {
        aspect-ratio: auto !important;
        object-fit: fill !important;
        width: 100%;
        margin: 0;
    }

    .m-bnr__btn {
        position: absolute;
        bottom: calc(152/1366*100%);
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        max-width: 440px;
        width: calc(440/1366*100%);
    }

    @media screen and (max-width: 781px) {
        .m-bnr__btn {
            bottom: calc(69/750*100vw);
            width: calc(440/750*100vw);
        }
    }

    .m-bnr__btnOrange {
        margin: 0;
    }

    
    .m-bnr__btnOrange img{
        box-shadow: 0px 0px 10px -5px #65280C;
        width: 100%;
    }

    .m-bnr__btnLine {
        margin-top: 24px;
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .m-bnr__btnLine {
            margin-top: calc(24/750*100vw);
        }
    }

    .m-bnr__btnLine img{
        box-shadow: 0px 0px 10px -5px #65280C;
        width: 100%;
    }


    .voices {
        padding: 120px 0;
        background-image: url(/wordpress/wp-content/uploads/2024/01/voices_bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    @media screen and (max-width: 781px) {
        .voices {
            padding: calc(120/750*100vw) 0 calc(140/750*100vw) 0;
            background-image: url(/wordpress/wp-content/uploads/2024/01/voices_bg_sp.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
    }

    .voices__item {
        background-color: #fff;
        border-radius: 20px;
        border: 1px solid #F4E3D0;
        box-shadow: 0px 0px 10px -5px #65280C;
        padding: 40px;
        margin-top: 60px;
    }

    @media screen and (max-width: 781px) {
        .voices__item {
            border-radius: calc(20/750*100vw);
            padding: calc(60/750*100vw) calc(50/750*100vw);
            ;
            margin-top: calc(53/750*100vw);
        }
    }

    .voices__item.has-border.-border01 {
        border: 1px solid #F4E3D0;
    }

    .voices__item .wp-block-group {
        margin-bottom: 0;
    }

    .voices__item .wp-block-group__inner-container>* {
        margin-bottom: 0;
    }

    .voices__kv {
        padding-bottom: 24px;
        border-bottom: dotted 3px #F4E3D0;
        grid-template-columns: 170px auto !important;
    }

    @media screen and (max-width: 781px) {
        .voices__kv {
            padding-bottom: 0;
        }
    }



    @media screen and (max-width: 600px) {
        .voices__kv .wp-block-media-text__media {
            width: calc(400/750*100vw);
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 600px) {
        .voices__kv .wp-block-media-text__content {
            padding: calc(60/750*100vw) 0 calc(30/750*100vw) 0 !important;
        }
    }

    .voices__name {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    @media screen and (max-width: 781px) {
        .voices__name {
            font-size: calc(38/750*100vw);
            margin-bottom: calc(23/750*100vw);
        }
    }

    .voices__nameS {
        color: #2E2E2E;
        font-size: 16px;
        font-weight: bold;
    }

    @media screen and (max-width: 781px) {
        .voices__nameS {
            font-size: calc(30/750*100vw);
        }
    }

    .voices__job {
        color: #2E2E2E;
        font-size: 16px;
        margin-bottom: 12px;
    }

    @media screen and (max-width: 781px) {
        .voices__job {
            font-size: calc(28/750*100vw);
            margin-bottom: calc(23/750*100vw);
        }
    }

    .voices__list {
        margin-bottom: 0;
    }

    .voices__period {
        color: #2E2E2E;
        font-size: 16px;
        padding-left: 16px;
        position: relative;
        font-weight: bold;
    }

    .voices__period::after {
        background-color: #FF8933;
        border-radius: 50vw;
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0.45em;
        left: 0;
    }

    @media screen and (max-width: 781px) {
        .voices__period {
            font-size: calc(28/750*100vw);
        }
    }

    .voices__txtBox {
        padding-top: 35px;
    }

    @media screen and (max-width: 781px) {
        .voices__txtBox {
            padding-top: calc(30/750*100vw);
        }
    }

    .voices__txtWrap {
        margin-top: 23px;
    }

    @media screen and (max-width: 781px) {
        .voices__txtWrap {
            margin-top: calc(30/750*100vw);
        }
    }

    .voices__ttl {
        color: #002250;
        font-weight: bold;
        font-size: 26px;
    }

    @media screen and (max-width: 781px) {
        .voices__ttl {
            font-size: calc(38/750*100vw);
        }
    }

    .voices__text {
        color: #000000;
        font-size: 16px;
        margin-top: 34px;
    }

    @media screen and (max-width: 781px) {
        .voices__text {
            font-size: calc(28/750*100vw);
            margin-top: calc(60/750*100vw);
        }
    }

    .voices__text--top {
        margin-top: 0;
    }

    .profile {
        padding: 120px 0 100px;
    }

    @media screen and (max-width: 781px) {

        .profile {
            padding: calc(116/750*100vw) 0 calc(140/750*100vw);
        }
    }

    .profileList {
        margin-top: 80px;
        margin-bottom: 50px;
        grid-template-columns: 32% auto !important;
        gap: 70px;

    }

    @media screen and (max-width: 781px) {
        .profileList {
            margin-top: calc(53/750*100vw);
            margin-bottom: calc(80/750*100vw);
            gap: calc(59/750*100vw);
        }
    }


    body .is-layout-constrained .l-contents> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: calc(1100px + 40px);
    }

    @media screen and (max-width: 781px) {
        body .is-layout-constrained .l-contents> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
            max-width: 100%;
        }
    }



    @media screen and (max-width: 600px) {
        .profileList .wp-block-media-text__content {
            padding: 0 !important;
        }
    }

    .profileList__txtWrap {
        margin: 0;
        padding: 27px 0;
        max-width: 570px;
    }

    @media screen and (max-width: 781px) {
        .profileList__txtWrap {
            padding: 0;
            max-width: 100%;
        }
    }

    .profileList img {
        border-radius: 20px;
    }

    @media screen and (max-width: 600px) {
        .profileList img {
            margin: 0 auto;
            width: calc(472/750*100vw);
        }
    }



    .profileList__job {
        color: #002250;
        font-size: 15px;
        margin-bottom: 9px;
    }

    @media screen and (max-width: 781px) {
        .profileList__job {
            font-size: calc(26/750*100vw);
            margin-bottom: calc(18/750*100vw);
            text-align: center;
        }
    }


    .profileList__name {
        color: #002250;
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        line-height: 1;
    }

    .wp-block-group.is-row>.profileList__name {
        margin-bottom: 0;
    }
    

    @media screen and (max-width: 781px) {
        .profileList__name {
            font-size: calc(62/750*100vw);
        }
        .wp-block-group.is-row>.profileList__name {
            margin-bottom: calc(10/750*100vw);
        }
    }

    .profileList__nameWrap {
        align-items: center;
        border-bottom: dotted 3px #F4E3D0;
        padding-bottom: 20px;
        margin-bottom: 24px
    }

    @media screen and (max-width: 781px) {
        .wp-block-group .is-row.profileList__nameWrap {
            display: block;
            padding-bottom: calc(30/750*100vw);
            margin-bottom: calc(62/750*100vw);
            text-align: center;
        }
    }

    .profileList__ruby {
        color: #FF8933;
        font-size: 20px;
        font-family: "EB Garamond", serif;
        font-weight: bold;
        line-height: 1;
    }

    @media screen and (max-width: 781px) {
        .profileList__ruby {
            font-size: calc(37/750*100vw);
        }
    }

    .wp-block-group.is-row>.profileList__ruby {
        margin-bottom: 0;
    }

    .profileList__list {
        list-style: disc;
    }

    .profileList__list li {
        color: #2E2E2E;
        font-size: 16px;
        margin-top: 3px;
        letter-spacing: 0.01em;
    }

    @media screen and (max-width: 781px) {
        .profileList__list li {
            font-size: calc(28/750*100vw);
            margin-bottom: calc(15/750*100vw);
            ;
        }
    }

    .is-style-index.profileList__list li::before {
        height: 4px;
        width: 4px;
    }



    .profileBooks {
        background-color: #fff;
        border: 1px solid #F4E3D0;
        border-radius: 10px;
        margin: 0 auto;
        max-width: 770px;
    }

    @media screen and (max-width: 781px) {
        .profileBookst {
            max-width: 100%;
        }
    }

    .profileBooks.has-border {
        padding: 50px 100px;
    }

    @media screen and (max-width: 781px) {
        .profileBooks.has-border {
            padding: calc(60/750*100vw) calc(50/750*100vw);
        }
    }

    .profileBooks.has-border.-border01 {
        border: 1px solid #F4E3D0;
    }

    .profileBooks__inner {
        margin: 0 auto;
        max-width: 560px;
    }


    @media screen and (max-width: 781px) {
        .profileBooks__inner {
            max-width: 1100%;
        }
    }

    @media screen and (max-width: 600px) {
        .profileBooks__inner {
            grid-template-columns: auto calc(213/750*100vw) !important;

        }
    }

    .profileBooks__subTtl {
        color: #FF8933;
        font-size: 16px;
        font-weight: bold;
        font-family: "EB Garamond", serif;
        margin-bottom: 10px;
    }

    @media screen and (max-width: 781px) {
        .profileBooks__subTtl {
            font-size: calc(24/750*100vw);
            margin-bottom: calc(18/750*100vw);
        }
    }

    .profileBooks__ttl {
        color: #002250;
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        font-weight: bold;
        margin-bottom: 24px;
    }

    @media screen and (max-width: 781px) {
        .profileBooks__ttl {
            font-size: calc(40/750*100vw);
            margin-bottom: calc(26/750*100vw);
        }
    }

    .profileBooks__text {
        color: #002250;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 18px;
    }

    @media screen and (max-width: 781px) {
        .profileBooks__text {
            font-size: calc(36/750*100vw);
            margin-bottom: calc(11/750*100vw);
        }
    }

    .profileBooks__notes {
        color: #2E2E2E;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0;
    }

    @media screen and (max-width: 781px) {
        .profileBooks__notes {
            font-size: calc(26/750*100vw);
        }
    }


    .footer {
        background-color: #FDF8EF;
        padding: 40px 0;
    }


    @media screen and (max-width: 781px) {
        .footer {
            padding: calc(78/750*100vw) 0;
        }
    }

    .footer__list {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer__list.-list-flex {
        gap: 48px;
    }


    @media screen and (max-width: 781px) {
        .footer__list.-list-flex {
            gap: calc(30/750*100vw);
        }
    }

    .footer__list li {
        position: relative;
    }



    .footer__list li a {
        color: #2E2E2E;
        font-size: 15px;
        text-decoration: none;
    }

    @media screen and (max-width: 781px) {
        .footer__list li a {
            font-size: calc(28/750*100vw);
        }
    }


    .footer__list li::before {
        background-color: #2E2E2E;
        content: "";
        width: 1px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: -24px;
        transform: translateY(-50%);
    }

    @media screen and (max-width: 781px) {
        .footer__list li::before {
            height: 65%;
            left: calc(-15/750*100vw);
        }
    }


    .footer__list li:first-child::before {
        display: none;
    }


    .footer__list li a:hover {
        text-decoration: underline;
    }

    .footer__copyright {
        text-align: center;
        font-size: 12px;
    }


    @media screen and (max-width: 781px) {
        .footer__copyright {
            font-size: calc(24/750*100vw);
            text-align: left;
        }
    }