@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ul {
    list-style: none;
}
html {
    scroll-behavior: smooth;
}
div {
    box-sizing: border-box;
}
.img-box > img {
    display: block;
    width: 100%;
    height: auto;
}
a.tl:hover {
    opacity: .7;
    transition: .3s;
}
a.colored:hover {
    color: var(--primary-color-blue) !important;
    transition: .3s;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.spacer {
    padding: 10px 0 10px;
}
.m-top60 {
    margin-top: 60px;
}
.m-btm60 {
    margin-bottom: 60px;
}
.m-btm30 {
    margin-bottom: 30px;
}
.p-top60 {
    padding-top: 60px;
}
.border-top {
    border-top: 1px solid #000;
}
.relative {
    position: relative;
}

/***** Display PC SP Togle *****/
.gen-disp_non {
    display: none !important;
}
.gen-disp_pc {
    display: block;
}
.gen-disp_sp,
.gen-disp_sp_inline {
    display: none !important;
}
@media screen and (max-width:750px) {
    .gen-disp_pc {
        display: none !important;
    }
    .gen-disp_sp {
        display: block !important;
    }
    .gen-disp_sp_inline {
        display: inline;
    }
}

/*
root
------------------------------------ */
:root {
    --primary-color-black: #000;
    --primary-color-white: #fff;
    --primary-color-red: #95191b;
    --primary-color-pink: #e7317d;

    --primary-bg-color: #2c292e;
    --secondary-bg-color: #3a1e13;

    --primary-color-text: #000;
    --secondary-color-text: #3a1e13;

    --secondary-color-gold_50: rgba(58, 30, 19, .5);
    --secondary-color-gold_10: rgba(176, 155, 112, .01);
    --option-color-gray_50: rgba(180, 180, 180, .5);
}

/*
html, body
------------------------------------ */
#wrapper {
    width: 100%;
}
@media screen and (max-width: 750px) {
    #wrapper {
        width: 100%;
        overflow: hidden;
    }
}

/* font / text */
html {
	font-size: 62.5%;
    font-size: 0.520vw;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 400;
}
.mincho {
    /* YuMin* */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: 400;
}
@media screen and (max-width:750px) {
    html {
        /* font-size: 2.666vw; */
        font-size: 1.333vw;
    }
}

.flex-box {
    display: flex;
}
@media screen and (max-width: 750px) {
    .flex-box {
        display: block;
    }
}
a:hover {
    opacity: .7;
    transition: .3s;
}


/*
content
------------------------------------ */
/* kv */
.kv {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1436;
    background-color: var(--primary-color-red);
    background-image: url(../img/mv_pc@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.kv h1 {
    position: relative;
    width: 100%;
    height: 100%;
}
.kv h1 .text1 {
    position: absolute;
    z-index: 2;
    top: 58.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 57.5%;
}
.kv h1 .text2 {
    position: absolute;
    z-index: 2;
    top: 74.3%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    width: 49%;
}
.kv h1 .text3 {
    position: absolute;
    z-index: 2;
    top: 90.25%;
    left: 51.75%;
    transform: translate(-50%, -50%);
    width: 47.85%;
}
.kv h1 .text4 {
    position: absolute;
    z-index: 2;
    top: 96.6%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 64%;
}
.kv h1 img {
    display: block;
    width: 100%;
    height: auto;
}

/* bg */
.bg1 {
    position: relative;
    z-index: 1;
    background-color: var(--primary-bg-color);
    background-image: url(../img/bg1_pc@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.bg2 {
    margin: 0 0 0;
    padding: 0 0 0;
    background: url(../img/bg2_pc@2x.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
@media screen and (max-width: 750px) {
    .kv {
        aspect-ratio: 750 / 577;
        background-image: url(../img/mv_sp@2x.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .kv h1 .text1 {
        top: 54.5%;
        left: 50%;
        width: 62.5%;
    }
    .kv h1 .text2 {
        top: 71%;
        left: 50.5%;
        width: 53%;
    }
    .kv h1 .text3 {
        top: 87.9%;
        left: 51.75%;
        width: 51.85%;
    }
    .kv h1 .text4 {
        top: 94.6%;
        left: 50.3%;
        width: 86.5%;
    }
    .bg1 {
        margin: 0;
        padding: 0;
        background-image: url(../img/bg1_sp@2x.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
    }
    .bg2 {
        margin: 0 0 0;
        padding: 0 0 0;
        background: url(../img/bg2_sp@2x.png) no-repeat;
        background-size: 100%;
        background-position: top center;
    }
}

/* text content */
h2 {
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.0rem;
    font-weight: 400;
    color: var(--secondary-color-text);
}
.bg1 h2 {
    color: var(--primary-color-white);
}
.bg1 h2 > span {
    position: relative;
}
.bg1 h2 > span::after {
    position: absolute;
    z-index: 1;
    bottom: -0.1em;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: var(--primary-color-white);
    background-size: cover;
}
@media screen and (max-width: 750px) {
    h2 {
        line-height: 1.75;
        letter-spacing: 0.06em;
        font-size: 4.0rem;
    }
}

/* btn */
.link-btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 0 1em;
    border: 1px solid var(--primary-color-black);
    text-decoration: none;
    color: var(--primary-color-black);
}
.link-btn a:hover {
    opacity: .7;
    transition: .4s;
}
.link-btn a::after {
    position: absolute;
    content: "";
    top: 30%;
    right: -4%;
    width: 4em;
    height: 1em;
    transition: all 0.3s;
}
.link-btn a:hover::after {
    right: -6%;
}
@media screen and (max-width: 750px) {
    .link-btn a {
        padding: 1em 0 1em;
    }
}

/* section1 */
.section1 {
    padding: 2.2% 0 0;
}
.section1 .text1 {
    margin: .4em 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.6rem;
    color: var(--primary-color-white);
}
.section1 .text2 {
    margin: 0;
    line-height: 1.13;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.0rem;
    color: var(--primary-color-white);
}
.section1 .text3 {
    margin: 1.85em 0 0;
    line-height: 1.7;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.6rem;
    color: var(--primary-color-white);
}
.section1 .text3 > span {
    margin: 0 0 0 0.5em;
    line-height: 1.72; /* 1.75 */
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.6rem;
}
.section1 .text4 {
    margin: 0;
    line-height: 1.72;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-white);
}
@media screen and (max-width: 750px) {
    .section1 {
        padding: 5.3% 0 0;
    }
    .section1 .text1 {
        margin: .5em 0 0;
    }
    .section1 .text2 {
        margin: 0 0 0;
        font-size: 2.2rem;
    }
    .section1 .text3 {
        margin: 1.7em 0 0;
    }
    .section1 .text3 > span {
        margin: 0 0 0 .5em;
    }
    .section1 .text4 {
        margin: 1.2em 0 0;
        font-size: 1.8rem;
    }
}

/* section2 */
.section2 {
    margin: 3.2% 0 0;
    padding: 0 0 2.2%;
}
.section2 .text1 {
    margin: .3em 0 0;
    line-height: 1.588;
    letter-spacing: 0.06em;
    font-size: 3.4rem;
    text-align: center;
    color: var(--primary-color-white);
}
.section2 .text2 {
    margin: 2.5em 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.8rem;
    color: var(--primary-color-white);
}
.section2 .kakko1 {
    margin: 0 0 0 -.5em;
}
.section2 .kakko2 {
    margin: 0 -.5em 0 0;
}
@media screen and (max-width: 750px) {
    .section2 {
        margin: 6.75% 0 0;
        padding: 0 0 7%;
    }
    .section2 .text1 {
        margin: .3em 0 0;
    }
    .section2 .text2 {
        margin: 2.25em 0 0;
    }
}

/* section3 */
.section3 {
    padding: 4.2% 0 0;
}
.section3 .box1 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin: 2.3% auto 0;
    background-color: var(--primary-color-white);
    border: 2px solid var(--secondary-color-text);
    width: 67.5%;
}
.section3 .box1 .text1 {
    position: relative;
    z-index: 2;
    margin: 0 0 0;
    padding: .45em 0 .45em;
    background-color: var(--primary-bg-color);
    line-height: 1.6925;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.6rem;
    color: var(--primary-color-white);
}

.section3 .box1-2 {
    display: flex;
    flex-direction: column;
    width: 72%;
    margin: 2.35% auto 0;
}
.section3 .box1-2 .text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.section3 .box1 .text2 {
    width: 6em;
    margin: 0 auto 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 3.0rem;
    color: var(--primary-color-black);
}
.section3 .box1 .text3 {
    width: 100%;
    margin: 0 auto 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 3.0rem;
    color: var(--primary-color-black);
}
.section3 .box1 .text2 > span.small {
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 2.0rem;
}

.section3 .box1 .text3.highlite {
    display: inline-block;
    margin: 0 0 0;
    padding: .15em .15em;
    background-color: var(--primary-color-red);
    line-height: 1em;
    text-align: center;
    color: var(--primary-color-white);
}
.section3 .box1 .link-btn {
    width: 38.5%;
    margin: 2.9% auto 0;
    padding: 0 0 4.75%;
}
.section3 .box1 .link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .5em 0 .575em;
    border: 1px solid var(--secondary-bg-color);
    text-align: center;
    text-decoration: none;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section3 .box1 .link-btn a > span {
    display: block;
    margin: 0 0 0 .75em;
}
.section3 .box1 .link-btn a img {
    display: block;
    width: 13.5%;
    margin: 1% 0 0 -1.5%;
}
.section3 .link-btn a::after {
    top: 33%;
    right: -6%;
    width: 15%;
    background: url(../img/arrow_link001.svg) no-repeat;
    background-size: 90% 100%;
    background-position: center center;
}
.section3 .link-btn a:hover::after {
    right: -9%;
}
.section3 .box1 .link-btn.coming {
    width: 50%;
    padding: 0 0 0;
}
.section3 .box .link-btn.coming p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .25em 0 .45em;
    background-color: transparent;
    border: 1px solid var(--primary-color-black);
    text-align: center;
    text-decoration: none;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 3.6rem;
    color: var(--primary-color-black);
}
.section3 .box .link-btn.coming p > span {
    display: block;
    margin: .25em 0 0 .75em;
}
.section3 .box .link-btn.coming p img {
    display: block;
    width: 13.5%;
    margin: 1% 0 0 -1.5%;
}

@media screen and (max-width: 750px) {
    .section3 {
        padding: 8.2% 0 0;
    }
    .section3 .box1 {
        width: 80%;
        padding-bottom: 5%;
    }
    .section3 .box1-2 {
        width: 79%;
        margin: 5% auto 0;
    }
    .section3 .box1-2 .text-container {
        align-items: flex-start;
        gap: 1em;
    }
    .section3 .box1-2 .text-container.second {
        align-items: center;
        margin: 4.5% 0 0;
    }
    .section3 .box1 .text3.highlite {
        width: 90%;
        padding: 0.25em 0 .25em;
    }
    .section3 .box1 .text1 {
        padding: 1.5em 0 1.25em;
        line-height: 1.739;
        letter-spacing: 0.06em;
        font-size: 2.3rem;
    }
    .section3 .box1 .text2 {
        margin: 0 0 0 0;
        line-height: 1.75;
        letter-spacing: 0.06em;
        font-size: 2.3rem;
    }
    .section3 .box1 .text2 > span.small {
        display: block;
        margin: 0 0 0 21.5%;
        line-height: 2.25;
        letter-spacing: 0.06em;
        /*font-size: 1.6rem;*/
		font-size: 2.2rem;
    }
    .section3 .box1 .link-btn {
        width: 80%;
        margin: 9% auto 0;
        padding: 0 0 5%;
    }
    .section3 .box1 .link-btn a {
        padding: .6em 0 .7em;
        font-size: 2.3rem;
    }
    .section3 .box1 .link-btn a > span {
        display: block;
        margin: 0 0 0 1em;
    }
    .section3 .box1 .link-btn a img {
        margin: 0 0 0 3%;
    }
    .section3 .link-btn a::after {
        right: -6%;
    }
    .section3 .box1 .link-btn.coming {
        width: 90%;
    }
    .section3 .box1 .text3 {
        margin: 0 1.25em 0 0;
        text-align: right;
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 375px) {
    .section3 .box1 {
        width: 85%;
    }
}

/* section4 */
.section4 {
    margin: 3.85% 0 0;
}
.section4 h3 {
    margin: 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.6rem;
    color: var(--primary-color-black);
    font-weight: 400;
}
.section4 .text1 {
    margin: 1.25em 0 0;
    line-height: 1.869;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section4 .text2 {
    margin: 2.35% 0 0;
    line-height: 1.875;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 h3.headding-text2 {
    margin: 3.35% 0 0;
}
.section4 .text3 {
    margin: 1.5% 0 0;
    line-height: 1.454;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 .text4 {
    margin: .35% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.0rem;
    color: var(--primary-color-black);
}
.section4 .text5 {
    margin: 0 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section4 .text6 {
    margin: 1.25% 0 0;
    line-height: 1.454;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 h3.headding-text3 {
    margin: 4% 0 0;
}
.section4 h3.headding-text4 {
    margin: 7.29% 0 0;
}
.section4 .text7 {
    width: 68%;
    margin: 1.4% 0 0 16.25%;
    text-align: justify;
        /*font-size: 1.8rem;*/
		font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 .text7 li {
    margin: 0 0 .3785em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.section4 .box1 {
    width: 68%;
    margin: 1.5% auto 0;
    padding: 1.2% 0 .8%;
    border: 1px solid var(--primary-color-pink);
}
.section4 .box1 .text8 {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
        /*font-size: 1.8rem;*/
		font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 .box1 .text8 li {
    margin: 0 0 .3em;
}
@media screen and (max-width: 750px) {
    .section4 {
        margin: 10.5% 0 0;
    }
    .section4 h3 {
        margin: 0 0 0;
    }
    .section4 .text1 {
        margin: 1em 0 0;
    }
    .section4 .text2 {
        margin: 1.5em 0 0;
    }
    .section4 h3.headding-text2 {
        margin: 16.5% 0 0;
    }
    .section4 .text3 {
        margin: 0 0 0;
        line-height: 2.25;
    }
    .section4 .text4 {
        margin: 0 0 0;
    }
    .section4 .text5 {
        margin: 0 0 0;
        line-height: 1.5;
    }
    .section4 .text6 {
        margin: 3% 0 0;
    }
    .section4 h3.headding-text3 {
        margin: 15.5% 0 0;
    }
    .section4 .text7 {
        width: 91%;
        margin: 4.5% auto 0;
        padding: 0;
        line-height: 1.875;
        letter-spacing: 0.0;
        /*font-size: 1.6rem;*/
		font-size: 2.2rem;
    }
    .section4 .text7 li {
        line-height: 1.65;
    }
    .section4 h3.headding-text4 {
        margin: 21% 0 0;
    }
    .section4 .box1 {
        width: 94%;
        margin: 4.5% auto 0;
        padding: 3% 3em 3%;
    }
    .section4 .box1 .text8 li {
        margin: 0 0 0;
    }
}

/* section5 */
.section5 {
    margin: 4.5% 0 0;
}
.section5 .box1 {
    width: 76%;
    margin: 2% auto 0;
    padding: 1.65% 0 1.65%;
    background: var(--primary-bg-color);
}
.section5 .text1 {
    line-height: 2.0;
    letter-spacing: 0.12em;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--primary-color-white);
}
.section5 .text1 > span.border {
    position: relative;
    display: block;
}
.section5 .text1 > span.border::after {
    position: absolute;
    content: "";
    bottom: 14%;
    left: 50%;
    display: block;
    width: 32%;
    height: 1px;
    transform: translateX(-50%);
    background: var(--primary-color-white);
}
.section5 .text1 .disp_pc {
    display: inline;
}
.section5 .text1_2 {
    margin: 0 0 0;
    line-height: 2.0;
    letter-spacing: -0.04em;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--primary-color-white);
}
.section5 .text2 {
    margin: 1.3% 0 0;
    line-height: 1.9;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section5 .text2-2 {
    margin: .25% 0 0;
    line-height: 2.15;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.0rem;
    color: var(--primary-color-black);
}
.section5 .text3 {
    margin: 4% 0 0;
    line-height: 1.343;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.2rem;
    color: var(--primary-color-black);
}
.section5 .text4 {
    margin: 4.75% 0 0;
    line-height: 1.778;
    letter-spacing: 0.06em;
    text-align: center;
        /*font-size: 1.8rem;*/
		font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .text4 > span {
    /* border-bottom: 1px solid var(--primary-color-black); */
    line-height: 1.52;
    font-size: 2.1rem;
    display: inline-block;
    margin-bottom: 0.2em;
}
.section5 .text5 {
    margin: 1.75% 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
        /*font-size: 1.8rem;*/
		font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .flex-box {
    justify-content: space-between;
    width: 90%;
    margin: 6.1% auto 0;
}
.section5 .flex-item {
    width: 29.4%;
}
.section5 h3 {
    padding: 0.4em 0 .4em;
    background: var(--secondary-color-gold_50);
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 400;
    color: var(--primary-color-white);
}

/* table */
.section5 .table1 {
    margin: 5% 0 0;
}
.section5 .table2 {
    margin: 6% 0 0;
}
.section5 .item1 .table2 {
    height: 11.5%;
}
.section5 table {
    width: 100%;
    padding: 0;
    border: none;
    border-collapse: collapse;
    background-color: var(--primary-color-white);
}
.section5 table tr,
.section5 table td {
    margin: 0;
    width: 100%;
    border: 1px solid var(--primary-color-black);
    border-collapse: collapse;
}
.section5 .flex-item table .text1 {
    margin: 0;
    padding: .25em 0 .255em;
    background-color: var(--secondary-color-gold_50);
    line-height: 1.136;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table .text1_2 {
    margin: 0;
    padding: .1em 0 .05em;
    background-color: var(--option-color-gray_50);
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table td.cel1 {
    width: 4em;
}
.section5 .flex-item table td.cel2 {
    width: 33%;
}
.section5 .flex-item table td.cel3 {
    width: 33%;
}
.section5 .flex-item table .text2 {
    padding: .25em 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.87rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table .text3 {
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 2.295rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table .text3 > span {
    display: inline;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 1.36rem;
}

/* link */
.section5 .link-btn {
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.0rem;
    color: var(--primary-color-black);
}
.section5 .link-btn.btn1 {
    margin: 7% 0 0;
}
.section5 .link-btn.btn1 a {
    background: var(--primary-color-black);
}
.section5 .link-btn.btn2 {
    margin: 7.75% 0 0;
}
.section5 .link-btn.btn2 a {
    background: var(--primary-color-white);
}
.section5 .link-btn a::after {
    top: 32%;
    right: -6%;
    width: 14%;
    background: url(../img/arrow_link002.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.section5 .link-btn a:hover::after {
    right: -9%;
}
.section5 .flex-item .text6 {
    margin: 6.5% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.4rem;
    color: var(--primary-color-black);
}
.section5 .flex-item .text7 {
    margin: 0 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .flex-item .text8 {
    margin: 0 0 0;
    line-height: 1.5; /* 1.75 */
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.0rem;
    color: var(--primary-color-black);
}
.section5 .flex-item .text9 {
    margin: .5% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
@media screen and (max-width: 750px) {
    .section5 {
        margin: 18% 0 0;
    }
    .section5 .box1 {
        width: 80%;
        margin: 1.5% auto 0;
        padding: 5% 0 5%;
    }
    .section5 .text1 {
        line-height: 1.65;
        letter-spacing: 0.06em;
    }
    .section5 .text1 > span.border::after {
        bottom: 6%;
        width: 70%;
    }
    .section .text1 > span.border.b2::after {
        left: 10%;
        width: 80%;
    }
    .section5 .text1 .disp_pc {
        display: none;
    }
    .section5 .text1.text1_2 {
        margin: 0.25em 0 0;
    }
    .section5 .text2 {
        margin: 3% 0 0;
        letter-spacing: 0.03em;
    }
    .section5 .text2-2 {
        line-height: 2.15;
        text-align: center;
        font-size: 2.0rem;
    }
    .section5 .text3 {
        margin: 9% 0 0;
        line-height: 1.869;
        font-size: 2.3rem;
    }
    .section5 .text4 {
        margin: 7.5% 0 0;
        /*font-size: 1.8rem;*/
		font-size: 2.2rem;
    }
    .section5 .text4 > span {
        font-size: 2.0rem;
    }
    .section5 .text5 {
        margin: 4.5% 0 0;
    }
    .section5 .flex-box {
        width: 80%;
        margin: 8.5% auto 0;
    }
    .section5 .flex-item {
        width: 100%;
    }
    .section5 h3 {
        padding: .1em 0 .1em;
    }
    .section5 .table1 {
        margin: 6% 0 0;
    }
    .section5 .table2 {
        margin: 5% 0 0;
    }
    .section5 .flex-item table .text1 {
        padding: .5em 0 .5em;
    }
    .section5 .flex-item table .text1_2 {
        padding: .2em 0 .05em;
    }
    .section5 .flex-item table .text2 {
        padding: .2em 0;
        font-size: 2.2rem;
    }
    .section5 .flex-item table .text3 {
        font-size: 2.7rem;
    }
    .section5 .flex-item table .text3 > span {
        /*font-size: 1.6rem;*/
		font-size: 2.2rem;
    }
    .section5 .flex-item .text6 {
        margin: 7% 0 0;
    }
    .section5 .flex-item .text7 {
        margin: .5% 0 0;
    }
    .section5 .flex-item .text8 {
        margin: 0 0 0;
    }
    .section5 .flex-item .text9 {
        margin: 0 0 0;
    }
    .section5 .flex-item.item2,
    .section5 .flex-item.item3 {
        margin: 20% 0 0;
    }
    .section5 .link-btn {
        line-height: 1.27;
        letter-spacing: 0.06em;
        font-size: 2.2rem;
    }
    .section5 .link-btn.btn2 {
        margin: 6.5% 0 0;
    }
}

.section6 {
    margin: 11.5% 0 0;
}
.section6 .text1 {
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section6 .text1 li {
    margin: 0 0 .55em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.section6 .map {
    margin: 3.8% 0 0;
}
.section6 .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 715;
    background-color: var(--secondary-color-gold_10);
}
@media screen and (max-width: 750px) {
    .section6 {
        margin: 25% 0 0;
    }
    .section6 .text1 {
        margin: 1% 0 0 6%;
        text-align: left;
    }
    .section6 .text1 li {
        margin: 0 0 .5em;
        line-height: 1.5;
    }
    .section6 .map {
        margin: 4% 0 0;
    }
    .section6 .map iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 750 / 490;
    }
}

/* pagetop */
.pagetop {
    position: fixed;
    bottom: 4.1%;
    right: 1.1%;
    width: 4vw;
    height: auto;
    font-size: 1px;
    line-height: 1;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pagetop.show {
    opacity: 1;
    visibility: visible;
}
.pagetop a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}
.pagetop a > img {
    display: block;
    width: 100%;
}
.pagetop a:hover {
    opacity: .7;
}
@media screen and (max-width: 750px) {
    .pagetop {
        bottom: 8%;
        right: 1.5%;
        width: 13vw;
    }
}

/* footer */
footer {
    padding: 6.1% 0 2%;
}
footer .flex-box {
    justify-content: space-between;
    align-items: center;
    width: 73.8%;
    margin: 0 auto;
}
footer .flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
footer .flex-item a {
    display: flex;
    justify-content: center;
}
footer .flex-item.item1 {
    width: 100%;
}
footer .flex-item.item1 .img-box {
    width: 64%;
}
footer .flex-item.item2 {
    width: 100%;
    margin: 1.1% 0 0;
}
footer .flex-item.item2 .img-box {
    width: 67%;
}
footer .flex-item.item3 {
    width: 100%;
    margin: 1.1% 0 0;
}
footer .flex-item.item3 .img-box {
    width: 67%;
}
footer .text1 {
    margin: 1.7em 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.9rem;
    color: var(--primary-color-black);
}
footer .text2 a {
    display: block;
    width: fit-content;
    margin: 5.5% auto 0;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-decoration: none;
    font-size: 2.0rem;
    color: var(--primary-color-black);
}
footer .text2 a > span {
    display: block;
    margin: 0 auto;
    padding: 0 1em 0 1.1em;
    border-left: 3px solid var(--primary-color-black);
    border-right: 3px solid var(--primary-color-black);
}
footer .text2 a:hover {
    opacity: .7;
    transition: .3s;
}
footer .text3 {
    margin: 5% auto 0;
    text-align: center;
        /*font-size: 1.4rem;*/
		font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--primary-color-black);
    opacity: 0.7;
}
@media screen and (max-width: 750px) {
    footer {
        padding: 7% 0 5%;
    }
    footer .flex-box {
        display: block;
        width: 40%;
    }
    footer .flex-item {
        width: 100%;
    }
    footer .flex-item.item2 {
        margin: 22% 0 0;
    }
    footer .flex-item.item3 {
        margin: 23% 0 0;
    }
    footer .flex-item.item1 .img-box {
        width: 95%;
        margin: 0 0 0 0;
    }
    footer .text1 {
        margin: 2.25% 0 0;
        line-height: 1.9;
    }
    footer .text2 {
        margin: 15% 0 0;
        line-height: 1.5;
        letter-spacing: 0.06em;
        font-size: 2.4rem;
    }
    footer .text3 {
        margin: 20% auto 0;
        /*font-size: 1.2rem;*/
		font-size: 2.2rem;
        line-height: 1.2;
    }
    footer .flex-item.item2 .img-box {
        width: 90%;
    }
    footer .flex-item.item3 .img-box {
        width: 90%;
    }
}

/* fadeIn */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
