@charset "UTF-8";

.kokoismWrap {
    overflow: hidden;
}

/* fv
***************************************************************/
.fv {
    text-align: center;
    color: #fff;
}

.fv .bg {
    position: relative;
    height: 50vw;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.fv .fv_inner {
    position: absolute;
    top: 19.50vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.fv .fv_inner .txtBox p.txt {
    font-size: 1.25vw;
    line-height: 2.43vw;
    width: 100%;
}

.fv .fv_inner h1.title {
    font-weight: 600;
    font-size: 1.53vw;
    letter-spacing: 0.1em;
    line-height: 2.5vw;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.64);
    margin-top: 4vw;
}

.fv .fv_inner h1.title img {
    display: block;
    width: 35.76vw;
    margin: 1.04vw auto 0;
}

.fv .fv_inner .txtBox2 {}

.fv .fv_inner .txtBox2 p.txt {
    width: 38.68vw;
    margin: 1.74vw auto 0;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 0.97vw;
    letter-spacing: 0.1em;
    line-height: 2.08vw;
    border-radius: 1.04vw;
}

.fv .fv_inner ul.fv_list {
    display: flex;
    justify-content: center;
    margin-top: 1.94vw;
}

.fv .fv_inner ul.fv_list li {
    font-weight: bold;
    font-size: 1.39vw;
    letter-spacing: 0.1em;
    line-height: 1.94vw;
    padding: 0 3.4vw;
    border-left: 1px solid #fff;
}

.fv .fv_inner ul.fv_list li:nth-last-of-type(1) {
    border-right: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
    .fv .bg {
        height: 720px;
    }

    .fv .fv_inner {
        top: 289px;
        width: 1200px;
        left: 600px;
    }

    .fv .fv_inner .txtBox p.txt {
        font-size: 18px;
        line-height: 35px;
    }

    .fv .fv_inner h1.title {
        font-size: 22px;
        line-height: 36px;
        margin-top: 68px;
    }

    .fv .fv_inner h1.title img {
        width: 515.31px;
        margin: 10px auto 0;
    }

    .fv .fv_inner .txtBox2 p.txt {
        width: 557px;
        margin: 25px auto 0;
        font-size: 14px;
        line-height: 30px;
        border-radius: 15px;
    }

    .fv .fv_inner ul.fv_list {
        margin-top: 28px;
    }

    .fv .fv_inner ul.fv_list li {
        font-size: 20px;
        line-height: 28px;
        padding: 0 49px;
    }
}

@media screen and (max-width: 680px) {
    .fv .bg {
        position: relative;
        height: 149.33vw;
    }

    .fv .fv_inner {
        position: absolute;
        top: 56.53vw;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
    }

    .fv .fv_inner .txtBox p.txt {
        font-size: 3.47vw;
        line-height: 6.13vw;
    }

    .fv .fv_inner h1.title {
        font-size: 4vw;
        line-height: 9.6vw;
        margin-top: 19.73vw;
        text-shadow: unset;
    }

    .fv .fv_inner h1.title img {
        display: block;
        width: 72.27vw;
        margin: 4.27vw auto 0;
    }

    .fv .fv_inner .txtBox2 {}

    .fv .fv_inner .txtBox2 p.txt {
        width: 89.33vw;
        margin: 12.27vw auto 0;
        font-size: 4vw;
        line-height: 8vw;
        border-radius: 4vw;
    }

    .fv .fv_inner ul.fv_list {
        display: flex;
        justify-content: center;
        margin-top: 5.33vw;
    }

    .fv .fv_inner ul.fv_list li {
        font-size: 3.73vw;
        line-height: 5.87vw;
        padding: 0 4vw;
    }
}

/* section1
***************************************************************/
.kokoism_sec1 {
    margin-top: 123px;
}

.kokoism_sec1 .sectionInner {
    position: relative;
}

.kokoism_sec1 .sectionInner p.txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 42px;
}

.kokoism_sec1 .sectionInner img {
    position: absolute;
    right: -170px;
    top: -86px;
    width: 802px;
}

.kokoism_sec1 .link {
    width: 340px;
    height: 60px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1D211E;
    background-color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 107px auto 0;
}

.kokoism_sec1 .link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1D211E;
    border-bottom: 1px solid #1D211E;
    transform: rotate(-45deg);
    transition: border 0.3s ease;
}

.kokoism_sec1 .link_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 110px;
}

.kokoism_sec1 .link_item {
    width: 320px;
    border: 1px solid #1D211E;
    background-color: #fff;
}

.kokoism_sec1 .link_item a {
    height: 60px;
    padding: 12px 0;
    height: 40px;
    line-height: 1;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.kokoism_sec1 .link_item a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1D211E;
    border-bottom: 1px solid #1D211E;
    transform: rotate(45deg);
    transition: border 0.3s ease;
}

@media screen and (min-width: 681px) {
    .kokoism_sec1 a:hover {
        background: #E7EAE9;
    }
}

@media screen and (max-width: 1200px) {
    .kokoism_sec1 .sectionInner {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 680px) {
    .kokoism_sec1 {
        margin-top: 30px;
    }

    .kokoism_sec1 .sectionInner {
        width: 100%;
    }

    .kokoism_sec1 .sectionInner p.txt {
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0;
        padding: 0 20px;
    }

    .kokoism_sec1 .sectionInner img {
        position: unset;
        width: 100%;
        margin-top: 10px;
    }

    .kokoism_sec1 .link {
        width: 230px;
        height: 50px;
        font-size: 13px;
        margin: 10px auto 0;
    }

    .kokoism_sec1 .link_list {
        gap: 8px;
        margin-top: 60px;
    }

    .kokoism_sec1 .link_item {
        max-width: 315px;
        width: 100%;
        margin: 0 5px;
    }

    .kokoism_sec1 .link_item a {
        height: 50px;
        padding: 18px 0;
    }

}

/* section2
***************************************************************/
.kokoism_sec2 {
    margin-top: 110px;
}

.kokoism_sec2 h2.title2 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 50px;
    text-align: center;
}

.kokoism_sec2 h2.title2 .t2 {
    font-size: 40px;
}

.kokoism_sec2 ul {
    display: flex;
    flex-flow: column;
    gap: 120px;
    margin-top: 64px;
}

.kokoism_sec2 ul li {
    display: flex;
    gap: 37px;
}

.kokoism_sec2 ul li:nth-of-type(2) {
    flex-flow: row-reverse;
}

.kokoism_sec2 ul li img {
    width: calc(100% - 640px);
}

.kokoism_sec2 ul li .txtBox {
    width: 470px;
}

.kokoism_sec2 ul li .txtBox h3.title3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 50px;
}

.kokoism_sec2 ul li .txtBox p.txt {
    border-top: 2px solid #1d211e;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 34px;
    margin-top: 20px;
    padding-top: 20px;
    text-align: justify;
}

.kokoism_sec2 ul li .txtBox a.link {
    font-weight: 500;
    font-size: 15px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.kokoism_sec2 ul li .txtBox a.link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1D211E;
    border-bottom: 1px solid #1D211E;
    transform: rotate(-45deg);
    transition: border 0.3s ease;
    transition: .3s;
}

.kokoism_sec2 .txtInner {
    margin-top: 105px;
    background: #EAEAEA;
    padding: 66px;
}

.kokoism_sec2 .txtInner h3.title3 {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    position: relative;
}

.kokoism_sec2 .txtInner h3.title3::before {
    content: "";
    display: inline-block;
    width: 46px;
    border-top: 2px solid #1D211E;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.kokoism_sec2 .txtInner .flex {
    margin-top: 70px;
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.kokoism_sec2 .txtInner .flex p.txt {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 34px;
    flex: 1;
    margin-top: -10px;
    text-align: justify;
}

.kokoism_sec2 .txtInner .flex figure {
    width: 306px;
}

.kokoism_sec2 .txtInner .flex figure img {}

.kokoism_sec2 .txtInner .flex figure figcaption {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
}

.kokoism_sec2 .txtInner .flex figure figcaption span {
    font-size: 20px;
}

@media screen and (min-width: 681px) {
    .kokoism_sec2 ul li .txtBox a.link:hover::after {
        right: -17px;
    }
}

@media screen and (max-width: 680px) {
    .kokoism_sec2 {
        margin-top: 60px;
    }

    .kokoism_sec2 h2.title2 {
        font-size: 20px;
        letter-spacing: 0.03em;
        line-height: 40px;
    }

    .kokoism_sec2 h2.title2 .t1 {
        font-size: 25px;
    }

    .kokoism_sec2 h2.title2 .t2 {
        font-size: 37px;
    }

    .kokoism_sec2 ul {
        gap: 74px;
        margin-top: 20px;
    }

    .kokoism_sec2 ul li {
        flex-flow: column;
        gap: 18px;
    }

    .kokoism_sec2 ul li:nth-of-type(2) {
        flex-flow: column;
    }

    .kokoism_sec2 ul li img {
        width: calc(100% - 30px);
    }

    .kokoism_sec2 ul li:nth-of-type(2) img {
        margin-left: 30px;
    }

    .kokoism_sec2 ul li .txtBox {
        width: 100%;
        padding: 0 20px;
    }

    .kokoism_sec2 ul li .txtBox h3.title3 {
        font-size: 20px;
        line-height: 32px;
    }

    .kokoism_sec2 ul li .txtBox p.txt {
        font-size: 15px;
        letter-spacing: 0.02em;
        line-height: 34px;
        margin: 15px 0 0 -20px;
        width: calc(100% + 20px);
        padding: 15px 0 0 20px;
    }

    .kokoism_sec2 ul li:nth-of-type(2) .txtBox p.txt {
        margin: 15px -15px 0 0;
        padding: 15px 20px 0 0;
    }

    .kokoism_sec2 ul li .txtBox a.link {
        font-size: 14px;
        line-height: 1;
    }

    .kokoism_sec2 ul li .txtBox a.link::after {
        right: -14px;
    }

    .kokoism_sec2 .txtInner {
        margin-top: 50px;
        padding: 42px 30px;
    }

    .kokoism_sec2 .txtInner h3.title3 {
        font-size: 20px;
        line-height: 31px;
    }

    .kokoism_sec2 .txtInner h3.title3::before {
        width: 26px;
        bottom: -20px;
    }

    .kokoism_sec2 .txtInner .flex {
        margin-top: 40px;
        flex-flow: column;
        gap: 26px;
    }

    .kokoism_sec2 .txtInner .flex p.txt {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: center;
        margin-top: 0;
        text-align: justify;
    }

    .kokoism_sec2 .txtInner .flex figure {
        width: 100%;
    }

    .kokoism_sec2 .txtInner .flex figure figcaption {
        font-size: 12px;
        letter-spacing: 0.05em;
        gap: 8px;
        margin-top: 5px;
    }

    .kokoism_sec2 .txtInner .flex figure figcaption span {
        font-size: 15px;
    }
}

/* section3
***************************************************************/
.kokoism_sec3 {
    margin-top: 95px;
    padding-top: 30px;
}

.kokoism_sec3 .sectionInner {
    width: 1100px;
}

.kokoism_sec3 h2.title2 {
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
}

.kokoism_sec3 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 54px;
}

.kokoism_sec3 ul li {}

.kokoism_sec3 ul li span.number.quicksand {
    display: block;
    font-weight: 300;
    font-size: 55px;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px solid #5B5E62;
    margin-bottom: 20px;
    line-height: 1.1;
}

.kokoism_sec3 ul li h3.title3 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 33px;
    text-align: center;
}

.kokoism_sec3 ul li p.txt {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 28px;
    min-height: 200px;
    margin-top: 20px;
    text-align: justify;
}

.kokoism_sec3 ul li img {
    margin-top: 15px;
}

@media screen and (max-width: 680px) {
    .kokoism_sec3 {
        margin-top: 44px;
    }

    .kokoism_sec3 .sectionInner {
        width: calc(100% - 40px);
    }

    .kokoism_sec3 h2.title2 {
        font-size: 18px;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .kokoism_sec3 ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin-top: 30px;
    }

    .kokoism_sec3 ul li {}

    .kokoism_sec3 ul li span.number.quicksand {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .kokoism_sec3 ul li h3.title3 {
        line-height: 26px;
    }

    .kokoism_sec3 ul li p.txt {
        min-height: auto;
        margin-top: 15px;
    }

    .kokoism_sec3 ul li img {
        margin-top: 15px;
    }
}

/* section4
***************************************************************/
.kokoism_sec4 {
    background: #EAEAEA;
    padding: 80px 0 64px;
    text-align: center;
    margin-top: 135px;
}

.kokoism_sec4 h2.title2 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05em;
    position: relative;
}

.kokoism_sec4 h2.title2::before {
    content: "";
    display: inline-block;
    width: 46px;
    border-top: 2px solid #1D211E;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.kokoism_sec4 img {
    display: block;
    max-width: 963px;
    margin: 80px auto 0;
}

@media screen and (max-width: 680px) {
    .kokoism_sec4 {
        padding: 30px 15px 30px;
        margin: 60px 20px 0;
    }

    .kokoism_sec4 h2.title2 {
        font-size: 20px;
        line-height: 31px;
        letter-spacing: 0;
    }

    .kokoism_sec4 h2.title2::before {
        width: 26px;
        bottom: -20px;
    }

    .kokoism_sec4 img {
        width: calc(100% - 40px);
        margin: 50px auto 0;
    }
}

/* section5
***************************************************************/
.kokoism_sec5 {
    margin-top: 130px;
}

.kokoism_sec5 .titleInner {
    text-align: center;
}

.kokoism_sec5 .titleInner p.txt {
    font-size: 24px;
    letter-spacing: 0.05em;
}

.kokoism_sec5 .titleInner h2.title2 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 35px;
}

.kokoism_sec5 .txtInner {
    max-width: 980px;
    margin: 35px auto 0;
}

.kokoism_sec5 .txtInner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
}

.kokoism_sec5 .txtInner ul li {}

.kokoism_sec5 .txtInner ul li h3 {
    font-weight: 500;
    font-size: 20px;
    border-left: 7px solid #707070;
    padding-left: 10px;
    line-height: 1;
}

.kokoism_sec5 .txtInner ul li h3 span.quicksand {
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-bottom: 14px;
}

.kokoism_sec5 .txtInner ul li img {
    margin-top: 20px;
}

.kokoism_sec5 .txtInner ul li h4.title4 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    margin-top: 18px;
}

.kokoism_sec5 .txtInner ul li p.txt {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
}

.kokoism_sec5 .txtInner2 {
    max-width: 800px;
    margin: 88px auto 0;
    text-align: center;
    border: 2px solid #1d211e;
    padding: 50px;
}

.kokoism_sec5 .txtInner2 h3.title3 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
}

.kokoism_sec5 .txtInner2 h3.title3 span {
    font-weight: 300;
    font-size: 20px;
    display: block;
    color: #919191;
    margin-top: 5px;
}

.kokoism_sec5 .txtInner2 p.txt {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

.kokoism_sec5 .txtInner2 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 30px;
}

.kokoism_sec5 .txtInner2 ul li {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    background: #648386;
}

.kokoism_sec5 .txtInner2 a.link {
    width: 245px;
    height: 46px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1D211E;
    background-color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 46px auto 0;
}

.kokoism_sec5 .txtInner2 a.link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1D211E;
    border-bottom: 1px solid #1D211E;
    transform: rotate(-45deg);
    transition: border 0.3s ease;
}

.kokoism_sec5 .txtInner3 {
    max-width: 800px;
    margin: 70px auto 0;
    padding: 35px 40px;
    display: flex;
    gap: 38px;
    position: relative;
    border: 2px solid #1d211e;
}

.kokoism_sec5 .txtInner3 figure {
    width: 400px;
}

.kokoism_sec5 .txtInner3 figure img {}

.kokoism_sec5 .txtInner3 figure figcaption {
    width: 100px;
    height: 100px;
    background: #1d211e;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.kokoism_sec5 .txtInner3 .txtBox {
    flex: 1;
    text-align: center;
}

.kokoism_sec5 .txtInner3 .txtBox h3.title3 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
}

.kokoism_sec5 .txtInner3 .txtBox ul {
    display: flex;
    flex-flow: column;
    gap: 7px;
    margin-top: 19px;
    padding: 0 20px;
}

.kokoism_sec5 .txtInner3 .txtBox ul li {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 9px;
}

.kokoism_sec5 .txtInner3 .txtBox ul li::before {
    content: "";
    display: inline-block;
    width: 15.71px;
    height: 15.71px;
    background-image: url(../../img/kokoism/ico_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.kokoism_sec5 .txtInner3 .txtBox p.txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 20px;
}

.kokoism_sec5 .txtInner3 .txtBox a.link {
    width: 245px;
    height: 46px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1D211E;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    margin: 10px auto 0;
    transition: .3s;
}

.kokoism_sec5 .txtInner3 .txtBox a.link::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../../img/kokoism/ico_flag.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}

.kokoism_sec5 .txtInner3 .txtBox a.link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1D211E;
    border-bottom: 1px solid #1D211E;
    transform: rotate(-45deg);
    transition: border 0.3s ease;
}

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

    .kokoism_sec5 .txtInner2 a.link:hover,
    .kokoism_sec5 .txtInner3 .txtBox a.link:hover {
        background: #E7EAE9;
    }
}

@media screen and (max-width: 680px) {
    .kokoism_sec5 {
        margin-top: 60px;
    }

    .kokoism_sec5 .titleInner p.txt {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 31px;
    }

    .kokoism_sec5 .titleInner h2.title2 {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 31px;
        margin-top: 20px;
    }

    .kokoism_sec5 .txtInner {
        margin: 34px auto 0;
        padding: 0 20px;
    }

    .kokoism_sec5 .txtInner ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .kokoism_sec5 .txtInner ul li {}

    .kokoism_sec5 .txtInner ul li h3 {
        font-size: 18px;
        line-height: 1.2;
    }

    .kokoism_sec5 .txtInner ul li h3 span.quicksand {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .kokoism_sec5 .txtInner ul li img {
        margin-top: 20px;
    }

    .kokoism_sec5 .txtInner ul li h4.title4 {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 26px;
        margin-top: 20px;
        text-align: left;
    }

    .kokoism_sec5 .txtInner ul li p.txt {
        margin-top: 15px;
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 32px;
        text-align: justify;
    }

    .kokoism_sec5 .txtInner2 {
        margin: 60px 30px 0;
        padding: 45px;
    }

    .kokoism_sec5 .txtInner2 h3.title3 {
        font-size: 20px;
        letter-spacing: 0.15em;
        line-height: 1;
    }

    .kokoism_sec5 .txtInner2 h3.title3 span {
        margin-top: 5px;
    }

    .kokoism_sec5 .txtInner2 p.txt {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 22px;
        margin-top: 14px;
    }

    .kokoism_sec5 .txtInner2 ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
        margin-top: 30px;
    }

    .kokoism_sec5 .txtInner2 a.link {
        max-width: 230px;
        width: 100%;
        height: 50px;
        padding: 0 16px;
        font-size: 13px;
        letter-spacing: 0.05em;
        margin: 30px auto 0;
    }

    .kokoism_sec5 .txtInner3 {
        margin: 24px 30px 0;
        padding: 0;
        flex-flow: column;
        gap: 6px;
    }

    .kokoism_sec5 .txtInner3 figure {
        width: 100%;
    }

    .kokoism_sec5 .txtInner3 figure figcaption {
        width: 100%;
        height: auto;
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 30px;
        position: unset;
        margin: 10px auto 0;
        width: calc(100% - 16px);
    }

    .kokoism_sec5 .txtInner3 .txtBox h3.title3 {
        font-size: 18px;
    }

    .kokoism_sec5 .txtInner3 .txtBox ul {
        margin-top: 5px;
        padding: 0 40px;
    }

    .kokoism_sec5 .txtInner3 .txtBox ul li {
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 1.2;
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .kokoism_sec5 .txtInner3 .txtBox p.txt {
        margin-top: 15px;
    }

    .kokoism_sec5 .txtInner3 .txtBox a.link {
        margin: 10px auto 17px;
    }

}

/* section6
***************************************************************/
.kokoism_sec6 {
    margin-top: 80px;
    padding-top: 30px;
}

.kokoism_sec6 .sectionInner {
    width: 1100px;
}

.kokoism_sec6 h2.title2 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.15em;
    text-align: center;
}

.kokoism_sec6 h2.title2 span.quicksand {
    display: block;
    font-weight: 300;
    font-size: 20px;
    margin-top: 10px;
    color: #919191;
    letter-spacing: 0;
}

.kokoism_sec6 p.txt {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 20px;
}

.kokoism_sec6 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    margin-top: 40px;
}

.kokoism_sec6 ul li {}

.kokoism_sec6 ul li a {
    display: block;
}

.kokoism_sec6 ul li a img {
    height: 227px;
    object-fit: cover;
}

.kokoism_sec6 ul li a time {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-top: 5px;
    color: #000;
    letter-spacing: 0;
}

.kokoism_sec6 ul li a h3.title3 {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    border-top: 1px solid #c4c4c4;
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kokoism_sec6 a.link {
    width: 340px;
    height: 60px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1D211E;
    background-color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 80px auto 0;
}

.kokoism_sec6 a.link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1D211E;
    border-bottom: 1px solid #1D211E;
    transform: rotate(-45deg);
    transition: border 0.3s ease;
}

@media screen and (min-width: 681px) {
    .kokoism_sec6 ul li a:hover {
        opacity: 0.7;
    }

    .kokoism_sec6 a.link:hover {
        background: #E7EAE9;
    }
}

@media screen and (max-width: 680px) {
    .kokoism_sec6 {
        margin-top: 40px;
    }

    .kokoism_sec6 .sectionInner {
        width: calc(100% - 40px);
    }

    .kokoism_sec6 h2.title2 {
        font-size: 20px;
    }

    .kokoism_sec6 h2.title2 span.quicksand {
        font-size: 16px;
        margin-top: 0;
    }

    .kokoism_sec6 p.txt {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 26px;
        margin-top: 15px;
    }

    .kokoism_sec6 ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        margin-top: 30px;
    }

    .kokoism_sec6 ul li {}

    .kokoism_sec6 ul li a {
        display: block;
    }

    .kokoism_sec6 ul li a img {
        height: 227px;
        object-fit: cover;
    }

    .kokoism_sec6 ul li a time {
        font-size: 16px;
    }

    .kokoism_sec6 ul li a h3.title3 {
        font-size: 16px;
        line-height: 1.7;
    }

    .kokoism_sec6 a.link {
        width: 230px;
        height: 50px;
        font-size: 13px;
        margin: 27px auto 0;
    }
}

/* landWrap3
***************************************************************/
.landWrap3 {
    padding: 30px 0;
    margin-top: 140px;
}

.land3_h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.15em;
    margin-bottom: 38px;
}

.land3_faqBox {
    width: 800px;
    margin: 0 auto;
}

.land3_faqItem+.land3_faqItem {
    margin-top: 25px;
}

.land3_faqItem_dt {
    background-color: #D3D6D5;
    display: flex;
    padding: 14px 56px 14px 25px;
    position: relative;
    cursor: pointer;
}

.land3_faqItem_dt::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid #5B5E62;
    border-bottom: 2px solid #5B5E62;
    transform: rotate(45deg);
}

.land3_faqItem_dl.on .land3_faqItem_dt::after {
    display: none;
}

.land3_faqItem_dt .close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.land3_faqItem_dl.on .land3_faqItem_dt .close {
    display: block;
}

.land3_faqItem_dt .close::before,
.land3_faqItem_dt .close::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #5B5E62;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.land3_faqItem_dt .close::after {
    transform: rotate(-45deg);
}

.land3_faqItem_dt .question {
    background-color: #5B5E62;
    color: #fff;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
}

.land3_faqItem_dt .t1 {
    width: calc(100% - 56px);
    padding: 0 0 0 23px;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}

.land3_faqItem_dd {
    display: none;
}

.land3_faqItem_dd .in {
    background-color: #E7EAE9;
    border-top: 2px solid #fff;
    display: flex;
    padding: 22px 40px 22px 80px;
    position: relative;
}

.land3_faqItem_dd .answer {
    background-color: #fff;
    color: #06162F;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
}

.land3_faqItem_dd .t1 {
    width: calc(100% - 56px);
    padding: 0 0 0 23px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0;
    line-height: 2;
}

.land3_faqItem_dd .link1 {
    margin-top: 18px;
    display: inline-block;
    position: relative;
}

.land3_faqItem_dd .link1::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #1D211E;
    border-bottom: 2px solid #1D211E;
    transform: rotate(-45deg);
    transition: border 0.3s ease;
    transition: .3s;
}

.land3_faqItem_dd .t1 .sml1 {
    font-size: 12px;
    margin-top: 5px;
}

.land3_faqItem_dd .close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 27px;
    top: 46px;
    cursor: pointer;
}

.land3_faqItem_dd .close::before,
.land3_faqItem_dd .close::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #5B5E62;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.land3_faqItem_dd .close::after {
    transform: rotate(-45deg);
}

@media all and (min-width: 681px) {
    .land3_faqItem_dd .t1 .t1_link1:hover {
        opacity: .7;
    }

    .land3_faqItem_dd .link1:hover::before {
        right: -17px;
    }

    .land3_faqItem_dd .close {
        display: none;
    }
}

@media all and (max-width: 680px) {
    .landWrap3 {
        padding: 30px 5% 0;
        margin-top: 30px;
    }

    .land3_h2 {
        font-size: 18px;
        letter-spacing: 0.1em;
        margin-bottom: 23px;
    }

    .land3_faqBox {
        width: 100%;
    }

    .land3_faqItem+.land3_faqItem {
        margin-top: 20px;
    }

    .land3_faqItem_dt {
        padding: 14px 52px 14px 11px;
    }

    .land3_faqItem_dt::after {
        right: 13px;
    }

    .land3_faqItem_dt .close {
        right: 10px;
    }

    .land3_faqItem_dt .question {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .land3_faqItem_dt .t1 {
        width: calc(100% - 40px);
        padding-left: 12px;
        font-size: 16px;
        letter-spacing: 0;
    }

    .land3_faqItem_dd .in {
        padding: 22px 40px 40px 11px;
    }

    .land3_faqItem_dd .answer {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    .land3_faqItem_dd .t1 {
        width: calc(100% - 40px);
        padding-left: 12px;
        font-size: 14px;
    }

    .land3_faqItem_dd .t1 .t1_link1 {
        width: 185px;
        height: 40px;
        padding-right: 24px;
    }

    .land3_faqItem_dd .t1 .sml1 {
        font-size: 12px;
        margin-top: 5px;
    }

    .land3_faqItem_dd .close {
        width: 68px;
        height: 20px;
        right: 10px;
        top: auto;
        bottom: 10px;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1;
    }

    .land3_faqItem_dd .close::before,
    .land3_faqItem_dd .close::after {
        width: 18px;
        left: auto;
        top: 2px;
    }
}

@media all and (max-width: 370px) {}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {}

@media all and (max-width: 680px) {}

@media all and (max-width: 370px) {}
