/* ========================================================================================== 

Wrapper

========================================================================================== */

html {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

body {}

body.fixed {
    position: fixed;
}

.Wrapper {
    overflow: hidden;
}

p {
    color: #000;
}

.mt15 {
    margin-top: 15px;
}

.comment {
    font-size: 17px;
    margin-top: 5px;
    text-indent: -16px;
    padding-left: 16px;
    display: inline-block;
    line-height: 1.7;
    font-weight: normal;
    color: #333;
}

span.l-size {
    font-size: 24px;
    font-weight: bold;
}

.red {
    color: #CC0000;
}

a {
    text-decoration: none;
    transition: .3s;
}

a:hover {
    cursor: pointer;
    opacity: .7;
    transition: .3s;
}

img {
    width: 100%;
}

.-pcOnly {
    display: block;
}

.-spOnly {
    display: none;
}

.-spOnly1366 {
    display: none;
}

.-spOnly1024 {
    display: none;
}

.-spOnly860 {
    display: none;
}

.-spOnly480 {
    display: none;
}

/* layout / parts */

.snsArea {
    margin-top: 40px;
}

.contents {
    font-weight: normal;
    letter-spacing: 0.1em;
}

.inner {
    padding: 100px 30px;
}

.c-text {
    font-size: 19px;
    line-height: 2.4;
    font-weight: normal;
    margin-top: 30px;
    text-align: left;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt';
}

.c-text.tC {
    text-align: center;
    margin-top: 20px;
}

.c-text.-large {
    font-size: 21px;
    margin-top: 50px;
}

.c-text p {
    line-height: 1.7;
}

.titBlock .subtit {
    background-color: #f1c6c6;
    color: #333;
    border-top: 3px solid #db7071;
    border-bottom: 3px solid #db7071;
    /* border-radius: 10px; */
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px;
    text-align: center;
}

a.txtLink {
    color: #000073;
    text-decoration: underline;
    position: relative;
    word-break: break-word;
    font-weight: normal;
}

a.txtLink.otherwindow::after {
    position: absolute;
    content: '';
    background: url(/assets/common/img/icon_text_window.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 11px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

a.txtLink img.otherwindow {
    vertical-align: baseline;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 0 5px;
}

a.txtLink img.pdf {
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
}

.c-linkBtn.disabled:hover {
    cursor: auto;
}

/* a.txtLink.otherwindow::after {
    position: absolute;
    content: '';
    background: url(/assets/common/img/icon_window.svg) no-repeat;
    top: 50%;
    transform: translateY(-40%);
    width: 100%;
    height: 11px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
} */

/* a.txtLink.-pdf::after {
    position: absolute;
    content: '';
    background: url(/assets/common/img/icon_pdf_txtLink.svg) no-repeat;
    top: 52%;
    width: 100%;
    height: 18px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

a.txtLink.-excel::after {
    position: absolute;
    content: '';
    background: url(/assets/common/img/icon_excel_txtLink.svg) no-repeat;
    top: 52%;
    width: 100%;
    height: 18px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
} */


.tableArea {
    margin-top: 40px;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tableArea th {
    padding: 20px;
    background-color: #fdf5f5;
    font-weight: normal;
    text-align: center;
    border-right: 1px dashed #b3b3b3;
    border-top: 1px solid #b3b3b3;
    vertical-align: middle;
    font-size: 18px;
    width: calc(100% / 5);
}

.tableArea td {
    padding: 20px;
    font-weight: 100;
    border-right: 1px dashed #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    text-align: center;
    line-height: 1.7;
    vertical-align: middle;
    font-weight: normal;
}

.tableArea td.alL {
    text-align: left;
}

.tableArea td.t-adjustment {
    width: 0;
}

.tableArea th:last-child,
.tableArea td:last-child {
    border-right: none;
}

.OverviewArea {
    padding: 30px 40px;
    margin-top: 40px;
    background-color: #fdf5f5;
    border-radius: 10px;
}

.l-btnWrap {
    text-align: center;
    margin-top: 30px;
}

.l-btnWrap.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    font-feature-settings: "palt";
}

.l-btnWrap.flexbox a:nth-of-type(n+3) {
    margin-top: 40px;
}

.l-btnWrap.flexbox a:nth-child(even) {
    margin-left: 30px;
}

.l-btnWrap.flexbox.-col3 a {
    width: calc((100% - 60px) / 3 );
}

.l-btnWrap.flexbox.-col3 a:nth-of-type(n+3) {
    margin-top: 0;
}

.l-btnWrap.flexbox.-col3 a:nth-child(even) {
    margin-left: 0;
}

.l-btnWrap.flexbox.-col3 a:nth-of-type(n+2) {
    margin-left: 20px;
}

.l-btnWrap.flexbox.-col3 a:first-of-type {
    margin-left: 0;
}

.yBtn {
    margin: 40px auto 0;
    line-height: 1.7;
}

.yBtn a {
    width: 800px;
}

.c-linkBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #db7071;
    border-right: 1px solid #db7071;
    margin-top: -5px;
}

.c-linkBtn.disabled::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    margin-top: -5px;
}


.c-linkBtn:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.c-linkBtn.disabled:hover::before {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}

/* .c-linkBtn, */
.c-linkBtn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.15em;
    background-color: #FFF;
    border: 1px solid #db7071;
    color: #db7071;
    font-size: 20px;
    transition: .3s;
    padding: 20px;
    width: calc((100% - 35px) / 2 );
    margin: 0 auto;
    position: relative;
    font-feature-settings: "palt";
}

.c-linkBtn.-small {
    font-size: 16px;
    line-height: 1.4;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-linkBtn.thick {
    font-weight: bolder;
}

.c-linkBtn.disabled {
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    /* pointer-events: none; */
}
.c-linkBtn.disabled.-adjustment {
    pointer-events: all;
}

.c-linkBtn span {
    font-size: 14px;
}



.c-linkBtn.-pdf::after {
    content: "";
    position: absolute;
    background: url(/assets/common/img/icon_pdf.svg) no-repeat center/contain;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 20px;
}

.c-linkBtn.-window::after {
    content: "";
    position: absolute;
    background: url(/assets/common/img/icon_window.svg) no-repeat center/contain;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 15px;
    height: 20px;
}

.c-linkBtn.-pdf::before,
.c-linkBtn.-window::before {
    display: none;
}

/* .c-linkBtn.-large::after {
    content: "";
    position: absolute;
    background: url(/assets/common/img/icon_pdf.svg) no-repeat center/contain;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 20px;
}

.c-linkBtn.-large:hover, */
.c-linkBtn:hover {
    background-color: #db7071;
    color: #fff;
    transition: .5s;
}

.c-linkBtn.disabled:hover {
    background-color: #fff;
    color: #b3b3b3;
    opacity: 1;
}


.c-linkBtn.-pdf:hover::after {
    background: url(/assets/common/img/icon_pdf_wt.svg) no-repeat center/contain;
    transition: .01s;
}

.c-linkBtn.-window:hover::after {
    background: url(/assets/common/img/icon_window_wt.svg) no-repeat center/contain;
    transition: .01s;
}

.errorBlock {
    width: 800px;
    margin: 40px auto;
}

.errorBlock .error_text {
    text-align: justify;
    font-weight: normal;
    line-height: 1.7;
    color: #CC0000;
    font-size: 19px;
}

.endBlock {
    width: 800px;
    margin: 40px auto 0;
    padding: 30px 50px;
    background-color: #fdf5f5;
    border-radius: 10px;
}

.endBlock .end_text {
    text-align: center;
    font-weight: normal;
    line-height: 1.7;
    color: #CC0000;
}

.videoBlock {
    margin: auto;
    margin-top: 25px;
    width: 800px;
}

.l-btnWrap+.videoBlock {
    margin-top: 55px;
}

.videoBlock iframe {
    width: 100%;
    height: 415px;
    max-height: 415px;
    height: 47vw;
}

.videoBlock .videoTit {
    font-weight: bold;
    text-align: center;
    margin: auto auto 10px;
}

#page-top {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align: center;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 30px;
}

#page-top::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    top: -15px;
    left: 50%;
    border-top: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    transform: translateX(-120%) rotate(45deg);
}

.flexBox.-col2 {
    display: flex;
    justify-content: space-between;
}

.ml-adj {
    padding-left: 20px;
    font-size: 16px;
}

@media screen and (max-width: 1366px) {
    .-spOnly1366 {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .-spOnly1024 {
        display: block;
    }
}

@media screen and (max-width: 860px) {

    .comment {
        margin-top: 10px;
        font-size: 14px;
        text-indent: -14px;
        padding-left: 14px;
        line-height: 1.7;
    }

    .snsArea {
        text-align: center;
    }

    .errorBlock {
        width: auto;
        padding: 0 30px;
    }

    .errorBlock .error_text,
    .endBlock .end_text {
        font-size: 14px;
    }

    .endBlock {
        width: auto;
        padding: 20px 30px;
    }

    .l-btnWrap.flexbox {
        display: block;
        margin-top: 60px;
    }

    .l-btnWrap.flexbox a:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .yBtn a {
        width: 100%;
    }

    .c-linkBtn {
        font-size: 16px;
        width: 100%;
    }

    .-pcOnly860 {
        display: none;
    }

    .-spOnly860 {
        display: block;
    }
    
    .l-btnWrap.flexbox a:nth-child(even) {
        margin-left: 0;
    }

    .ml-adj {
        display: block;
        padding-left: 0px;
        font-size: 14px;
    }

    .tableArea th {
        font-size: 16px;
        width: calc(100% / 6);
    }
}

@media screen and (max-width: 768px) {

    .titBlock .subtit {
        font-size: 18px;
        line-height: 1.4;
        padding: 7px;
    }

    .-pcOnly {
        display: none;
    }

    .-spOnly {
        display: block;
    }

    .inner {
        padding: 60px 30px;
    }

    .c-text {
        font-size: 16px;
        margin-top: 25px;
        line-height: 2;
    }

    .c-text.-large {
        font-size: 18px;
        margin-top: 30px;
    }

    .OverviewArea {
        margin-top: 25px;
        padding: 30px 20px;
    }

    .l_btn {
        font-size: 16px;
        width: 100%;
    }

    ul.comment.num {
        font-size: 12px;
        text-indent: -35px;
        padding-left: 35px;
    }

    .flexBox.-col2 {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .errorBlock {
        padding: 0 20px;
    }

    .errorBlock .error_text {
        font-size: 12px;
    }

    .endBlock {
        padding: 20px;
    }

    .-spOnly480 {
        display: block;
    }

    .c-linkBtn.-pdf::after {
        right: 10px;
        width: 12px;
        height: 17px;
    }

    .c-linkBtn.-small {
        font-size: 14px;
    }

    .c-linkBtn.-window::after {
        content: "";
        right: 15px;
        width: 12px;
    }

    .c-linkBtn.disabled span {
        vertical-align: 0;
    }

    #page-top::after {
        width: 8px;
        height: 8px;
        top: -10px;
        transform: translateX(-160%) rotate(45deg);
    }
}




.mainArea {
    background-color: #fdf5f5;
    margin-top: 100px;
}

.mainArea .inner {
    padding: 80px 0;
}

.mainArea h1 {
    font-size: 36px;
    text-align: center;
    color: #db7071;
}

.inner {
    width: 800px;
    margin: 0 auto;
    padding: 100px 0;
}

.titnum {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #db7071;
}

.tit {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 20px;
}

.titBlock .subtit {
    margin-top: 60px;
}

.titBlock:nth-of-type(n+2) .subtit {
    margin-top: 60px;
}

.listArea {
    margin-top: 40px;
}

.listArea:nth-of-type(n+2) {
    margin-top: 50px;
}

.listTit {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #db7071;
}

.listArea ul {
    margin-top: 15px;
}

.listArea li {
    padding-left: 20px;
    position: relative;
    margin-top: 5px;
}

.listArea.-square li::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #db7071;
}

.listArea.-number li span {
    font-weight: 500;
    color: #db7071;
}

.listArea.-circle li::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #db7071;
}



@media screen and (max-width: 860px) {
    .mainArea {
        margin-top: 80px;
    }

    .mainArea .inner {
        padding: 55px 0;
    }

    .mainArea h1 {
        font-size: 28px;
    }

    .inner {
        width: auto;
        padding: 60px 30px;
    }

    .titBlock .subtit {
        margin-top: 40px;
    }

    .videoBlock {
        width: auto;
    }

    /* .videoBlock iframe {
        height: 300px;
    } */
}

@media screen and (max-width: 768px) {
    .listArea li {
        padding-left: 20px;
    }

    .listArea.-square li::after {
        content: '';
        width: 11px;
        height: 11px;
        top: 11px;
    }

    .listArea.-circle li::after {
        content: '';
        width: 11px;
        height: 11px;
        top: 11px;
    }
}

@media screen and (max-width: 480px) {
    .mainArea .inner {
        padding: 35px 0;
    }

    .mainArea h1 {
        font-size: 20px;
    }

    .inner {
        padding: 60px 20px;
    }

    .titnum {
        font-size: 18px;
    }

    .tit {
        font-size: 18px;
        margin-top: 10px;
    }

    .titBlock .subtit {
        margin-top: 25px;
    }

    .titBlock:nth-of-type(n+2) .subtit {
        margin-top: 25px;
    }

    .listArea {
        margin-top: 20px;
    }

    .listArea:nth-of-type(n+2) {
        margin-top: 30px;
    }

    .listTit {
        font-size: 18px;
    }

}




/* ========================================================================================== 

header

========================================================================================== */

.l-header {
    padding: 0 30px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    /* height: 100px; */
}

.l-header .l-contInner {
    /* max-width: 1200px; */
    padding: 20px 0;
}

.l-header .l-headerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.l-header .l-headerBlock .l-headerBox nav .menu-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.l-header .l-headerBlock .l-headerBox .l-headertxt {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.16em;
    padding-left: 5px;
    line-height: 1.4;
}

.l-header .l-headerBlock .l-headerBox .l-headertit {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #db7071;
    margin-top: 5px;
}

.l-header .l-headerBlock .l-headerBox:nth-of-type(1) {
    width: 50%;
}

.l-header .l-headerBlock .l-headerBox:nth-of-type(2) .l-headertxt {
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 14px;
    /* padding-right: 20px; */
}

.l-header .l-headerBlock .l-headerBox:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.l-header .l-headerBlock .l-headerBox:nth-of-type(2) .c-linkBtn {
    color: #db7071;
    font-size: 16px;
    padding: 15px 0;
    width: 180px;
}

.l-header .l-headerBlock .l-headerBox:nth-of-type(2) .menu-item:hover {
    color: #db7071;
}

.l-header .l-headerBlock .l-headerBox:nth-of-type(2) .c-linkBtn:hover {
    background-color: #db7071;
    color: #fff;
    transition: .5s;
}

.menu-flex {
    display: flex;
    flex-wrap: wrap;
    width: 59%;
    margin-right: 20px;
    gap: 15px 0px;
}

.menu-flex .menu-item {
    width: calc((100% - 20px) / 3);
    position: relative;
}

.menu-flex .menu-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #db7071;
    border-right: 1px solid #db7071;
    margin-top: -5px;
}


@media screen and (max-width: 1600px) {
    .menu-flex .menu-item:nth-child(6) .l-headertxt {
        letter-spacing: -0.1em !important;
        font-size: 15px !important;
    }
}


@media screen and (max-width: 1367px) {
    .l-header .l-contInner {
        max-width: auto;
        padding: 15px 0;
    }

    .l-header .l-headerBlock .l-headerBox:nth-of-type(2) {
        width: auto;
    }

    .l-headerBox .nav.show {
        z-index: 9999;
        position: fixed;
        height: 100vh;
        overflow: scroll;
        top: 0;
    }

    .l-header .l-headerBlock .l-headerBox:nth-of-type(1) {
        width: 100%;
    }

    .l-header .l-headerBlock .l-headerBox nav .menu-group {
        display: block;
        position: absolute;
        margin: 0 auto;
        text-align: center;
        left: 50%;
        top: 60px;
        transform: translateX(-50%);
        width: 35%;
    }

    .l-header .l-headerBlock .l-headerBox .l-headertxt {
        font-size: 9px;
    }

    .l-header .l-headerBlock .l-headerBox .l-headertit {
        font-size: 24px;
    }

    .nav_toggle {
        display: block;
        position: relative;
        width: 28px;
        height: 22px;
        z-index: 99999;
    }

    .nav_toggle i {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #db7071;
        position: absolute;
        transition: transform .3s, opacity .3s;
    }

    .nav_toggle i:nth-child(1) {
        top: 0;
    }

    .nav_toggle i:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .nav_toggle i:nth-child(3) {
        bottom: 0;
    }

    .nav_toggle.show {
        display: block;
        position: fixed;
        top: 30px;
        right: 30px;
        width: 28px;
        height: 22px;
        z-index: 99999;
    }

    .nav_toggle.show i:nth-child(1) {
        transform: translateY(11px) rotate(-45deg);
    }

    .nav_toggle.show i:nth-child(2) {
        opacity: 0;
    }

    .nav_toggle.show i:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
    }

    .nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
        background-color: #fdf5f5;
        padding: 20px 3%;
        width: 100%;
        height: 100vh;
    }

    .nav.show {
        opacity: 1;
        visibility: visible;
    }

    .nav .menu-group {
        top: 20%;
    }

    .nav .menu-itemTxt {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0.2em;
        line-height: 1.7;
    }

    .nav .menu-itemTit {
        font-size: 45px;
        font-weight: normal;
        letter-spacing: 0.15em;
        line-height: 1.4;
        padding-top: 10px;
        color: #db7071;
    }

    .nav .menu-group .menu-item {
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0.2em;
        padding-top: 30px;
    }

    .nav .menu-group .c-linkBtn {
        background-color: #fdf5f5;
        width: 80%;
        font-size: 20px;
    }

    .menu-flex {
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 0;
    }

    .menu-flex .menu-item {
        width: calc((100% - 20px) / 2);
    }

    .menu-flex .menu-item:nth-child(n+4) {
        margin-top: 0;
    }

    .l-header .l-headerBlock .l-headerBox .menu-flex .menu-item .l-headertxt {
        font-size: 14px;
    }

    .menu-flex .menu-item:nth-child(6) .l-headertxt {
        letter-spacing: 0 !important;
        font-size: 14px !important;
    }

    .menu-flex .menu-item::before {
        top: 70%;
        left: 14px;
        transform: translateY(50%) rotate(45deg);
    }
}

@media screen and (max-width: 480px) {
    .l-header {
        padding: 0 20px;
        height: auto;
    }

    .l-header .l-headerBlock .l-headerBox .l-headertxt {
        font-size: 9px;
        padding-left: 3px;
    }

    .l-header .l-headerBlock .l-headerBox .menu-flex .menu-item .l-headertxt {
        font-size: 14px;
    }

    .l-header .l-headerBlock .l-headerBox .l-headertit {
        font-size: 16px;
    }

    .l-header .l-headerBlock .l-headerBox nav .menu-group {
        width: 100%;
    }

    .nav_toggle {
        display: block;
        position: relative;
        width: 24px;
        height: 18px;
    }

    .nav_toggle.show {
        display: block;
        position: fixed;
        top: 27px;
        right: 20px;
    }

    .nav_toggle.show i:nth-child(1) {
        transform: translateY(8px) rotate(-45deg);
    }

    .nav_toggle.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
    }

    .nav .menu-group {
        top: 12%;
    }

    .nav .menu-itemTxt {
        font-size: 13px;
    }

    .nav .menu-itemTit {
        font-size: 28px;
    }

    .nav .menu-group .menu-item {
        font-size: 16px;
    }

    .nav .menu-group .c-linkBtn {
        width: 54%;
        font-size: 16px;
    }

}




/* ========================================================================================== 

footer

========================================================================================== */

.l-footer {
    margin: 0 auto;
    line-height: 1;
}

.l-footer .l-footerbg {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.l-footer .l-footerbg .l-contInner {
    width: 800px;
}

.l-footer .l-footerbg .l-footerBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox:nth-child(1) {
    width: auto;
    border-right: 1px solid #b3b3b3;
    padding-right: 70px;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox:nth-child(1) .sitemap {
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
}


.l-footer .l-footerbg .l-footerBlock .l-footerBox .l-footersubtit {
    font-size: 20px;
    letter-spacing: 0.15em;
    font-weight: normal;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .f_tit .l-footertxt {
    font-size: 13px;
    font-weight: normal;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .f_tit .l-footertit {
    font-size: 28px;
    margin-top: 5px;
    letter-spacing: 0.07em;
    text-indent: -0.15em;
    font-weight: normal;
}

.l-footer .l-footerbg .l-footerBlock .l-footertxt.address {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0.08em;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .l-footertxt.tel {
    font-size: 16px;
    letter-spacing: 0.06em;
    margin-top: 25px;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .l-footertxt.mail {
    font-size: 16px;
    letter-spacing: 0.06em;
    margin-top: 10px;
}

.l-footer .l-footerbg .l-footerBlock .l-footertxt.contact span {
    font-size: 18px;
    font-weight: 500;
}

.l-footer .l-footerbg .l-footerBlock .l-footertxt.contact {
    font-size: 13px;
    margin-top: 30px;
    line-height: 1.6;
}

.l-footer .l-footerbg .l-footerBlock .l-footertxt {
    letter-spacing: 0.1em;
}

.l-footer .l-footerbg .l-footerBlock .l-footertxt:nth-of-type(3) {
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.6;
}

.l-footer .l-footerbg .l-footerBlock .l-footertxt:nth-of-type(4) {
    margin-top: 5px;
    letter-spacing: 0.08em;
}


/* ----arrow link---- */


.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap {
    align-items: flex-start;
    /* border-left: 1px solid #b3b3b3; */
    /* padding-left: 90px; */
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .l-flex_item {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 25px;
    padding-left: 20px;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col:nth-child(1) .l-flex_item {
    margin-top: 0;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .l-flex_item:nth-child(n+2) {
    margin-top: 25px;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .sitemap_second {
    margin-bottom: 45px;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .sitemap_second li {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 20px;
    padding-left: 12px;
    position: relative;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .sitemap_second li:nth-of-type(n+2) {
    margin-top: 10px;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .l-flex_item.f-small {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 50px;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .l-flex_item.f-small.second {
    margin-top: 25px;
}


.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .c-link_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-45%) rotate(45deg);
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}

.l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .sitemap_second .c-link_arrow.-small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 8px;
    height: 8px;
    transform: translateY(-45%) rotate(45deg);
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}


/* ----copyright---- */


.l-footer .l-footerbg .l-footerBlock .l-footertxt:nth-of-type(4) {
    margin-top: 5px;
    letter-spacing: 0.08em;
}


.l-footerBottom {
    background: #ffffff;
    padding: 15px 0;
    text-align: center;
}

.l-contInner {
    margin: 0 auto;
}

.l-footer .l-footerBottom .l-footerBottom_copy small {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #666666;
    text-align: center;
}

@media screen and (max-width: 860px) {
    .l-footer .l-footerbg {
        padding: 40px 0;
    }

    .l-footer .l-footerbg .l-contInner {
        width: auto;
        padding: 0 30px;
    }

    .l-footer .l-footerbg .l-footerBlock {
        text-align: center;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .f_tit {
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 40px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footertxt.contact {
        margin-top: 0;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox:nth-of-type(1) {
        border-right: none;
        padding-right: 0;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox:nth-child(1) {
        width: 100%;
        padding-top: 40px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox:nth-child(2) {
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 40px;
        width: 100%;
    }

    .l-footer .l-footerbg .l-footerBlock {
        border-left: none;
        padding-left: 0;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox:nth-child(1) .sitemap {
        display: inline-block;
        margin-top: 10px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap {
        border-left: none;
        padding-left: 0;
        text-align: left;
        margin-top: 30px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .sitemapbox {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 50%;
        margin: 0 auto;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .l-flex_item {
        margin-top: 0;
    }
}



@media screen and (max-width: 768px) {}

@media screen and (max-width: 570px) {
    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .sitemapbox {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .l-footer .l-footerbg .l-contInner {
        padding: 0 20px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .l-footersubtit {
        font-size: 14px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .f_tit .l-footertit {
        font-size: 5.417vw;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .l-footertxt {
        font-size: 13px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footertxt {
        line-height: 1.7;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footertxt.address {
        margin-top: 20px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .l-footertxt.tel {
        font-size: 13px;
        margin-top: 10px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .l-footertxt.mail {
        font-size: 13px;
        margin-top: 0;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .sitemapbox {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 80%;
        margin: 0;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .l-flex_item {
        font-size: 14px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .sitemap_second {
        margin-bottom: 35px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .l-flex_item {
        padding-left: 15px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .c-link_arrow::before {
        content: "";
        left: 0;
        width: 7px;
        height: 7px;
    }

    .l-footer .l-footerbg .l-footerBlock .l-footerBox .sitemap .l-flex_2col .sitemap_second .c-link_arrow.-small::before {
        content: "";
        left: -5px;
        width: 7px;
        height: 7px;
    }

    .l-footer .l-footerBottom .l-footerBottom_copy small {
        font-size: 10px;
    }
}



/* ========================================================================================== 

add 240619

========================================================================================== */

.icon_snsArea {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_snsArea .icon_sns {
    padding-left: 10px;
}

.icon_snsArea .icon_sns:first-child {
    padding-left: 20px;
}

.icon_snsArea .icon_sns:nth-child(1) img {
    width: 22px;
}

.icon_snsArea .icon_sns:nth-child(2) img {
    width: 25px;
}

.icon_snsArea .icon_sns:nth-child(3) img {
    width: 28px;
}


.l-footer .icon_snsArea {
    justify-content: flex-start;
    margin-top: 60px;
}

.l-footer .icon_snsArea .icon_sns:first-child {
    padding-left: 0px;
}

@media screen and (max-width: 768px) {
    .icon_snsArea .icon_sns {
        padding-left: 20px;
    }
    .icon_snsArea .icon_sns:first-child {
        padding-left: 0px;
    }
    .icon_snsArea .icon_sns:nth-child(1) img {
        width: 30px;
    }
    .icon_snsArea .icon_sns:nth-child(2) img {
        width: 33px;
    }
    .icon_snsArea .icon_sns:nth-child(3) img {
        width: 38px;
    }
}

.l-section-body.titBlock .subtit {
    text-align: left;
    margin-top: 0;
    padding: 15px 50px;
    font-size: 18px;
    line-height: 1.4;
}

.acordion:first-child {
    margin-top: 0;
}

.acordion:nth-of-type(n+2) {
    margin-top: 35px;
}

.acordion-title {
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    color: #fff;
    background-color: #db7071;
    margin-top: 0;
    padding: 15px 50px;
    font-size: 21px;
    line-height: 1.4;
    /* text-align: center; */
}
.acordion-title.tC {
    text-align: center;
}

.acordion-title::before {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 100;
}
.acordion-title.open::before {
    top: 50%;
    transform: translateY(-40%) rotate(-45deg);
}

.textLink-pink {
    position: relative;
    text-decoration: underline;

}

.textLink-pink:hover {
    text-decoration: none;
}

.textLink-pink::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #db7071;
    border-right: 1px solid #db7071;
    margin-top: -5px;
}

.anchorArea {
    display: flex;
    width: 800px;
    margin: 120px auto 0;
}

.anchorArea li {
    text-align: center;
    border-right: 1px solid #ccc;
    position: relative;
}

.anchorArea.-col2 li {
    width: calc((100%) / 2 );
}

.anchorArea.-col3 li {
    width: calc((100%) / 3 );
}

.anchorArea.-col4 li {
    width: calc((100%) / 4 );
}

.anchorArea li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.anchorArea li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    border-top: 1px solid #db7071;
    border-right: 1px solid #db7071;
    margin-top: -5px;
}

.anchorArea li:first-child {
    border-left: 1px solid #ccc;
}

html { scroll-behavior: smooth;}

.tit.-hd-adj {
    padding-top: 160px;
    margin-top:-100px;
}

.c-lead {
    font-size: 20px;
    text-align: center;
    margin-top: 100px;
}

.image-pic {
    margin: 60px auto -60px;
    width: 75%;
}

.tableArea tr {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}


@media screen and (max-width: 768px) {
    .acordion-title {
        font-size: 18px;
    }
    .anchorArea {
        flex-direction: column;
        width: auto;
        margin: 60px auto 0;
    }
    .anchorArea li {
        width: 90%;
        margin: auto;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        position: relative;
    }
    .anchorArea li:first-child {
        border-left: none;
        /* padding-top: 0; */
        margin-top: -20px;
    }
    .tit.-hd-adj {
        padding-top: 120px;
        margin-top: -40px;
    }

    .c-lead {
        font-size: 18px;
        text-align: center;
        margin-top: 50px;
        line-height: 1.7;
    }

    .image-pic {
        margin: 60px auto -25px;
    }

    .anchorArea.-col2 li {
        width: 90%
    }
    
    .anchorArea.-col3 li {
        width: 90%
    }
    
    .anchorArea.-col4 li {
        width: 90%
    }

    .anchorArea li a {
        height: 25px;
        line-height: 1.4;
    }
}


/* ----pop up---- */

body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    background-color: #fff;
    padding: 40px;
}

.onetime_popup_title {
    position: relative;
    margin: 0px;
    color: #333;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content .c-text {
    text-align: center;
}

.onetime_popup_content .l-btnWrap.flexbox {
    width: auto;
    margin: 30px auto 0;
}


@media screen and (max-width: 768px) {
    .onetime_popup {
        width: 90%;
        min-width: 90%;
        padding: 40px 20px;
    }

    .onetime_popup_title {
        font-size: 20px;
    }
    .onetime_popup_title_close {
        top: -20px;
        right: -10px;
        width: 20px;
        height: 20px;
    }
    .onetime_popup_content .c-text {
        text-align: justify;
    }
}
