/* COMMON */
.main-nav-area {
    display: inline-block;
    z-index: 10;
    position: fixed;
    top: 0;
    left: initial !important;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 105px;
    -webkit-transition: ease-out 0.45s;
    -o-transition: ease-out 0.45s;
    transition: ease-out 0.45s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.apply-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 30px;
    padding: 0 30px;
    width: 200px;
    height: 54px;
    font-size: 17px;
    color: #fff;
    background: #ed9a2d;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.apply-button:hover {
    background: #ea5413;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.main-nav-wrap li:last-child .bbs-button {
    margin-bottom: 0;
}
.nav-button {
    position: relative;
    margin-bottom: 18px;
    letter-spacing: -0.05em;
    -webkit-transition: ease-out 0.35s;
    -o-transition: ease-out 0.35s;
    transition: ease-out 0.35s;
}
.nav-button[aria-pressed="false"] {
    padding-left: 52px !important;
    font-size: 14px;
    color: #777;
}
.nav-button[aria-pressed="true"] {
    padding-left: 52px !important;
    font-size: 17px;
    font-weight: bold;
}
.nav-button i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 12px !important;
    height: 12px !important;
    background: rgba(0, 0, 0, 0.4) !important;
}
.nav-button[aria-pressed="false"] i {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.4);
}
.nav-button[aria-pressed="true"] i {
    width: 20px !important;
    height: 20px !important;
    background: transparent !important;
    border: 4px solid #fff !important;
}

[data-nav="off"] {
    opacity: 1 !important;
    visibility: visible !important;
    /* -webkit-transform: translateX(200px) !important;
    -ms-transform: translateX(200px) !important;
    transform: translateX(200px) !important; */
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
[data-nav="on"] {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
[data-nav-theme="light"] .nav-button[aria-pressed="false"] {
    color: rgba(255, 255, 255, 0.5);
}
[data-nav-theme="light"] .nav-button[aria-pressed="true"] {
    color: rgba(255, 255, 255, 1);
}
[data-nav-theme="light"] .nav-button[aria-pressed="false"] i {
    background: rgba(255, 255, 255, 0.5);
}
[data-nav-theme="light"] .nav-button[aria-pressed="true"] i {
    background: rgba(255, 255, 255, 1);
}

/* Visual */
.visual {
    overflow: hidden;
    position: relative;
    height: 880px;
}

.section-scroll {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    background: url("/child/img/scroll.png") no-repeat;
}

.visual-slide .slick-prev {
    z-index: 2;
    left: 100px;
    width: 35px;
    height: 72px;
    background: url("/child/img/visual/slide-prev.png") no-repeat center;
}
.visual-slide .slick-next {
    z-index: 2;
    right: 100px;
    width: 35px;
    height: 72px;
    background: url("/child/img/visual/slide-next.png") no-repeat center;
}
.visual-slide .slick-dots {
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: 320px;
    margin: auto;
    max-width: 1300px;
}
.visual-slide .slick-dots li {
    margin: 0 3px;
    width: 55px;
    height: 5px;
    background: rgba(255, 255, 255, 0.65);
}
.visual-slide .slick-dots li.slick-active {
    background: #926d49;
}
.visual-play-stop {
    display: inline-block;
    margin-top: -8px;
    vertical-align: middle;
}
.visual-play-stop button {
    margin-left: 17px;
    width: 24px;
    height: 24px;
}
.visual-play-stop button i {
    display: inline-block;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}
.visual-play-stop button[aria-pressed="false"] i {
    background: url("/child/img/icon/pause.png") no-repeat;
}
.visual-play-stop button[aria-pressed="true"] i {
    background: url("/child/img/icon/play.png") no-repeat;
}
._v .centre,
._v .centre .inner {
    display: block;
}
._v .centre {
    position: relative;
    z-index: 2;
}
.visual__contents {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 15px 320px;
    max-width: 1330px;
    width: 100%;
    height: 880px;
}
.v1 {
    background: url("/child/img/visual/new/v1.png") no-repeat center / cover;
}
.v2 {
    background: url("/child/img/visual/new/v2.png") no-repeat center / cover;
}
.v3 {
    background: url("/child/img/visual/new/v3.png") no-repeat center / cover;
}
.v4 {
    background: url("/child/img/visual/new/v4.png") no-repeat center / cover;
}
.v5 {
    background: url("/child/img/visual/new/v5.png") no-repeat center / cover;
}
.v6 {
    background: url("/child/img/visual/new/v6.png") no-repeat center / cover;
}
.v7 {
    background: url("/child/img/visual/new/v7.png") no-repeat center / cover;
}
.v8 {
    background: url("/child/img/visual/new/v8.png") no-repeat center / cover;
}
._v h3 {
    line-height: 1.3;
    font-size: 54px;
    margin-bottom: 24px;
    animation: slideFade-out 0.3s ease-out both;
}
._v h3 small {
    display: block;
    font-size: 24px;
}
._v ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    animation: slideFade-out 0.3s ease-out both;
}
._v ul li {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #ffe8bd;
}
._v ul li:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 14px;
    width: 2px;
    height: 20px;
    background: #ffe8bd;
}
._v ul li:last-child:after {
    content: none;
}
.v7 ul {
    flex-wrap: wrap;
    width: 48%;
}
._v p {
    margin-top: 16px;
    line-height: 1.4;
    font-size: 20px;
    animation: slideFade-out 0.3s ease-out both;
}
._v em {
    display: inline-block;
    margin-top: 30px;
    width: 225px;
    line-height: 60px;
    font-style: normal;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    animation: slideFade-out 0.3s ease-out both;
}

._v.slick-active h3 {
    animation: slideFade-rightIn 0.6s ease-out 0.3s both;
}
._v.slick-active ul {
    animation: slideFade-in 0.6s ease-out 0.8s both;
}
._v.slick-active p {
    animation: slideFade-in 0.6s ease-out 0.8s both;
}
._v.slick-active em {
    animation: slideFade-downIn 0.6s ease-out 0.8s both;
}

@media (max-width: 1680px) {
    .visual .container-250 {
        max-width: 1100px;
    }
    .visual-slide .slick-prev {
        left: 50px;
    }
    .visual-slide .slick-next {
        right: 50px;
    }
}
@media (max-width: 1400px) {
    .visual .container-250 {
        max-width: 1000px;
    }
    .visual-slide .slick-prev {
        left: 25px;
    }
    .visual-slide .slick-next {
        right: 25px;
    }
}
@media (max-width: 1280px) {
    .main-nav-wrap {
        display: none;
    }
    .apply-button {
        display: none;
    }
    .visual .container-250 {
        max-width: 810px;
    }
    .v7 ul li:nth-child(3)::after {
        content: none;
    }
}
@media (max-width: 1024px) {
    .visual-slide .slick-dots {
        justify-content: center;
        bottom: 30px;
    }
    .visual,
    .visual__contents {
        padding-bottom: 0;
        height: 460px;
    }
    ._v .text-wrap {
        padding: 55px 0 0;
    }
    ._v h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    ._v p {
        line-height: 20px;
        font-size: 16px;
    }
    ._v em {
        width: 175px;
        font-size: 15px;
    }
    .v7 ul {
        flex-wrap: wrap;
        width: 100%;
    }
    ._v ul li {
        font-size: 16px;
    }
    ._v ul li:after {
        height: 16px;
        margin: 0 8px;
    }
}
@media (max-width: 768px) {
    .section-scroll {
        bottom: 10px;
        width: 30px;
        height: 30px;
        background-size: 30px auto;
    }
    .visual-slide .slick-dots {
        bottom: 25px;
    }
    .visual-slide .slick-dots li {
        width: 30px;
        height: 5px;
    }
    .visual,
    .visual__contents {
        height: 360px;
    }
    ._v .text-wrap {
        padding: 45px 0 0 15px;
    }
    ._v h3 {
        line-height: 28px;
        font-size: 20px;
    }
    ._v p {
        margin-top: 10px;
        line-height: 22px;
        font-size: 14px;
    }
    ._v em {
        margin-top: 25px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
}

/* Visual Board */
.visual-bbs-container {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    max-width: 1300px;
    width: 100%;
}
.visual-bbs {
    padding: 32px 50px;
    width: 50%;
}
.visual-bbs__head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}
.visual-bbs__title {
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
}
.visual-bbs__link {
    display: inline-block;
    font-size: 16px;
    color: #ee741f;
    padding-right: 15px;
    background: url("/child/img/icon/visual-bbs-link.png") no-repeat right center;
}
.visual-bbs:first-child .visual-bbs__head {
    justify-content: center;
}
.visual-bbs:first-child .grid-12 .visual-board__box .img {
    margin: auto;
    width: 142px;
    height: 142px;
    padding-top: 0;
}

.visual-board {
    margin-right: -18px;
    margin-left: -18px;
}
.visual-board > li {
    padding: 0;
    height: 100%;
}
.visual-board > li:not(.grid-12) .visual-board__box {
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
}
.visual-board > li.grid-12 .visual-board__box {
    padding: 0 18px;
}
.visual-board > li:last-child .visual-board__box {
    border-right: none;
}
.grid-8 .visual-board__box .img {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: 0;
    background: #959595;
}
.grid-8 .visual-board__image {
    max-width: 120px;
}
.grid-12 .visual-board__box .img {
    overflow: hidden;
    position: relative;
    padding-top: calc(142 / 252 * 100%);
    width: 100%;
    height: 0;
    background: #959595;
}
.grid-12 .visual-board__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.visual-board__box {
    display: block;
}
.visual-board__box .img img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: auto;
    height: 100%;
}
.visual-board__image {
    display: block;
    margin: auto;
    width: 100%;
}
.visual-board__title {
    display: block;
    text-align: center;
    margin-top: 5px;
    line-height: 1.4;
    font-weight: 300;
}
.visual-bbs__body {
    width: 100%;
}
.visual-bbs__body .grid > li {
    padding: 0;
}
.visual-bbs-apply__wrap {
    margin: 0 -18px;
}
.visual-bbs-apply {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 142px;
    height: 142px;
    background: #ed9a2d;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.visual-bbs-apply:hover {
    background: #ea5413;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

@media (min-width: 1025px) {
    .visual-bbs {
        background: rgba(255, 255, 255, 0.95);
    }
    .visual-bbs:first-child {
        margin-right: 10px;
    }
    .visual-bbs:last-child {
        margin-left: 10px;
    }

    .visual-board__box:hover {
        opacity: 0.8;
    }
}
@media (max-width: 1024px) {
    .visual-bbs-container {
        position: static;
    }
    .visual-bbs__title {
        font-size: 20px;
    }
    .visual-bbs__link {
        padding-right: 13px;
        font-size: 13px;
    }
    .visual-board__title {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .visual-bbs-container {
        flex-wrap: wrap;
    }
    .visual-bbs__title {
        font-size: 18px;
    }
    .visual-bbs {
        padding: 35px 15px;
        width: 100%;
    }
    .visual-board {
        margin-right: -2px;
        margin-left: -2px;
    }
    .visual-board > li:not(.grid-12) .visual-board__box {
        border-right: none;
    }
    .visual-board > li .visual-board__box {
        padding: 0 2px !important;
    }
    .visual-board__title {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    .visual-board > li.grid-8 {
        width: 33.33333%;
    }
}

/* ------- Section ------- */
/* Section1 */
.section1 {
    position: relative;
    padding: 147px 0 145px;
    background: #fff url("/child/img/main/section1.png") no-repeat center / cover;
}
.main-board-wrap {
    margin-top: 0 !important;
}
.main-board-wrap:nth-child(n + 2) {
    margin-top: 0 !important;
}
.main-board-wrap .main-board-list-title {
    margin-bottom: 28px;
}
.main-board-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.main-board-btn-wrap {
    margin-top: -1px;
    text-align: center;
}
.main-board-btn-wrap button {
    margin-left: -1px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e5e5e5;
}
.main-board-prev {
    background-image: url("/child/img/main/main-board-prev.png");
}
.main-board-next {
    background-image: url("/child/img/main/main-board-next.png");
}

.main-board-left {
    float: left;
    padding-right: 70px;
    width: 65%;
}
.main-board-right {
    float: left;
    padding-left: 70px;
    width: 35%;
    border-left: 1px solid #eee;
}
._bbs {
    overflow: hidden;
    margin-left: -1px;
    height: 100%;
    /* border: 1px solid #eeeeee; */
    border: none !important;
}
.bbs-main-table {
    width: 100%;
    border-top: 2px solid #000;
}
.bbs-main-slide .slick-track {
    margin: -20px;
}
.bbs-main-slide .slick-slide {
    padding: 20px;
}
.bbs-main-slide .slick-dots {
    bottom: 0;
}
.bbs-main-slide .slick-dots li {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}
.bbs-main-slide .slick-dots li.slick-active {
    background: rgba(0, 0, 0, 0.7);
}
.main-bbs-photo {
    overflow: hidden;
    display: block;
    position: relative;
    /* height: 324px; */
    height: auto !important;
    aspect-ratio: 1/1;
}
.main-bbs-photo img {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    top: 0;
    max-width: 800px;
    width: auto !important;
    height: 100% !important;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}
.main-bbs-title {
    display: block;
    overflow: hidden;
    height: auto !important;
    padding: 16px 0 0 !important;
    font-size: 19px;
    font-weight: 500;
}
.main-bbs-title p {
    /* margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #555555; */
    display: none;
}

@media (max-width: 1024px) {
    .section1 {
        padding: 60px 0;
    }
    .main-bbs-title {
        padding: 20px 15px;
    }
    .main-bbs-title strong {
        font-size: 16px;
    }
    .main-bbs-title p {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    /* .main-bbs-photo {
        height: 265px;
    } */
    .main-bbs-title {
        height: 280px;
    }
}
@media (max-width: 425px) {
    /* .main-bbs-photo {
        height: 205px;
    } */
}
@media (max-width: 375px) {
    /* .main-bbs-photo {
        height: 180px;
    } */
    .main-bbs-title {
        height: 320px;
    }
}

/* Section2 */
.section2 {
    position: relative;
    padding: 272px 0 302px;
    background: #fff url("/child/img/main/section2.png") no-repeat center / cover;
}
.section2 h3 {
    line-height: 60px;
}
/* .section2 h3 { margin-bottom: 40px; font-weight: 300; line-height: 60px;} */
.section2-ul {
    margin: 24px 0 -10px;
}
.section2-ul li a {
    display: block;
    padding: 40px 48px 45px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);
}
.section2-ul li:first-child a {
    background-image: url("/child/img/main/section2-li1-bg.png");
}
.section2-ul li:last-child a {
    background-image: url("/child/img/main/section2-li2-bg.png");
}
.section2-ul li a p {
    margin-top: 6px;
    line-height: 32px;
}
.section2-ul li a em {
    display: inline-block;
    margin-top: 40px;
    padding: 0 14px 0 18px;
    height: 35px;
    line-height: 35px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    -webkit-transition: ease-out 0.35s;
    -o-transition: ease-out 0.35s;
    transition: ease-out 0.35s;
}
.section2-ul li a em span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    height: 100%;
}
.section2-ul li a em i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 20px;
    width: 7px;
    height: 14px;
    background: url("/child/img/main/section2-li-arrow.png") no-repeat;
    -webkit-transition: ease-out 0.35s;
    -o-transition: ease-out 0.35s;
    transition: ease-out 0.35s;
}
.section2-ul li:first-child:hover a em {
    color: #fff;
    border-color: #02489f;
    background: #02489f;
}
.section2-ul li:last-child:hover a em {
    color: #fff;
    border-color: #926d49;
    background: #926d49;
}
.section2-ul li:hover a i {
    background: url("/child/img/main/section2-li-arrow-on.png");
}

@media (max-width: 1024px) {
    .section2 {
        padding: 100px 0 120px;
    }
    .section2 h3 {
        line-height: 48px;
    }
}
@media (max-width: 768px) {
    .section2 {
        padding: 60px 0 90px;
    }
    .section2 h3 {
        line-height: 28px;
    }
    .section2-ul > li {
        width: 100%;
    }
    .section2-ul li a {
        padding: 25px 15px;
    }
    .section2-ul li a p {
        line-height: 26px;
    }
    .section2-ul li a em {
        margin-top: 25px;
    }
}
@media (max-width: 600px) {
    .section2-ul li a {
        background-position: right center;
    }
}
@media (max-width: 425px) {
    .section2-ul li a {
        background-position: right -50px center;
    }
}

/* Section3 */
.section3 {
    padding: 210px 0 185px;
    background: url("/child/img/main/section3.png") no-repeat center / cover;
}
.main-media-area {
    margin-top: 26px;
    padding: 65px 70px;
    background: #fff;
    box-shadow: 0px 20px 30px 10px rgba(0, 0, 0, 0.1);
}
.main-media-top {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 66%);
}
.main-media-bottom {
    display: inline-block;
    vertical-align: top;
    width: 66%;
}
.main-media-top h4 {
    padding-top: 14px;
    line-height: 49px;
}
.main-media-top a {
    display: block;
    margin-top: 130px;
    width: 190px;
    border-radius: 5px;
}

.media-box {
    position: relative;
    padding-right: 156px;
}
.media-ul {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.media-button {
    position: relative;
    width: 148px;
    margin-bottom: 9px;
    font-size: 0;
}
.media-button:hover:after,
.media-button[aria-pressed="true"]:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.media-button:hover:before,
.media-button[aria-pressed="true"]:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 30px;
    background: url("/child/img/main/media-hover.png");
}
.media-ul > li:last-child .media-button {
    margin-bottom: 0;
}
.player {
    display: inline-block;
    position: relative;
    padding-top: calc(720 / 1280 * 100%);
    width: 100%;
    height: 0;
}
.player-ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.player-ul li {
    display: none;
    width: 100%;
    height: 100%;
}
.player-ul li.on {
    display: block;
}
.player-ul li iframe {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1024px) {
    .section3 {
        padding: 60px 0;
    }
    .main-media-top {
        width: 100%;
    }
    .main-media-top h4 {
        line-height: 38px;
    }
    .main-media-top a {
        margin-top: 30px;
        width: 100%;
    }
    .main-media-bottom {
        padding-top: 50px;
        width: 100%;
    }
    .media-box {
        padding-right: 240px;
    }
}
@media (max-width: 768px) {
    .main-media-area {
        padding: 20px 15px;
    }
    .main-media-top h4 {
        line-height: 39px;
    }

    .media-box {
        padding-right: 0;
    }
    .media-ul {
        position: static;
    }
    .media-ul > li {
        float: left;
        width: 25%;
    }
    .media-button {
        width: 100%;
    }
    .media-button img {
        width: 100%;
    }
}

/* Section4 */
.section4 {
}
.grid-box-top {
    display: inline-block;
    vertical-align: top;
    padding: 178px 15px 0 5.255%;
    width: 35.9375%;
    height: 800px;
    background: url("/child/img/main/_grid-box-top-bg.png") no-repeat center / cover;
}
.grid-box-top h3 {
    margin-top: 10px;
    line-height: 60px;
    letter-spacing: -0.06em;
}
.grid-box-top a {
    margin-top: 105px;
    width: 225px;
    border-radius: 5px;
}

.grid-box-bottom {
    display: inline-block;
    vertical-align: top;
    width: 64.0625%;
}

.bottom-4box-ul > li {
    padding: 0;
}
.big-box {
    padding: 54px 52px 55px;
    height: 325px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.big-box p {
    margin: 10px 0 46px;
    line-height: 25px;
}
.big-box a {
    width: 180px;
    border-radius: 5px;
}
._b1 {
    background-image: url("/child/img/main/_b1.png");
}
._b2 {
    background-image: url("/child/img/main/_b2.png");
}
._b3 {
    background-image: url("/child/img/main/_b3.png");
}
._b4 {
    background-image: url("/child/img/main/_b4.png");
}

.bottom-3box-ul > li {
    padding: 0;
}
.medium-box {
    position: relative;
    height: 150px;
}
.medium-box .img {
    position: absolute;
    top: 30px;
    right: 20px;
}
._m1 {
    background: #fcd51e;
}
._m2 {
    background: #2db400;
}
._m3 {
    background: #02489f;
}
._m4 {
    background: #e32b2b;
}

.medium-box {
    overflow: hidden;
    padding: 36px 24px;
}
.medium-box._m1 {
    padding: 36px 15px;
}
.medium-box._m1 .img {
    top: 30px;
    right: 10px;
}
.medium-box em {
    display: inline-block;
    margin-top: 7px;
    padding: 0 14px 0 16px;
    height: 30px;
    line-height: 28px;
    font-style: normal;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
.medium-box em.color-white {
    border-color: rgba(255, 255, 255, 0.5);
}
.medium-box em i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 20px;
    width: 7px;
    height: 14px;
    background: url("/child/img/main/_m-arrow-light.png") no-repeat;
}

@media (max-width: 1900px) {
    .big-box {
        padding: 54px 32px 55px;
    }
    .medium-box {
        padding: 36px 32px;
    }
}
@media (max-width: 1700px) {
    .grid-box-top {
        padding: 178px 15px 0 1%;
        width: 32%;
    }
    .grid-box-bottom {
        width: 68%;
    }
}
@media (max-width: 1600px) {
    .grid-box-top {
        padding: 30px 32px;
        width: 100%;
        height: auto;
    }
    .grid-box-top a {
        margin-top: 55px;
    }
    .grid-box-top h3 {
        line-height: 28px;
    }
    .grid-box-top h3 br {
        display: none;
    }
    .grid-box-bottom {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .bottom-3box-ul > li {
        width: 100%;
    }
    .grid-box-top {
        padding: 25px 15px;
    }
    .big-box {
        padding: 30px 15px;
        height: 280px;
    }
    .medium-box {
        padding: 30px 15px;
    }
}
@media (max-width: 768px) {
    .bottom-4box-ul > li {
        width: 100%;
    }
    .medium-box {
        height: 120px;
    }
    .medium-box .img img {
        width: 100px;
        height: auto;
    }
    .medium-box .img {
        right: 0px;
        top: 12px;
    }
    .medium-box._m1 .img {
        right: 0px;
        top: 12px;
    }
}
@media (max-width: 600px) {
    .big-box {
        height: 240px;
    }
    .big-box p {
        margin: 10px 0 30px;
        line-height: 21px;
    }
}
@media (max-width: 550px) {
}

/* Main Renewal 240529 */
.main-section {
    height: auto !important;
    background-image: none !important;
    position: relative;
    margin-top: -100px;
    padding-top: 100px;
    padding-left: 0 !important;
}
.main-section .main-section__inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-section--visual .main-section__inner {
    background-image: url("/child/img/main/main-visual.png") !important;
}
.main-section--2 .main-section__inner {
    background-image: url("/child/img/main/main-section--2.jpg");
}
.main-section--3 .main-section__inner {
    background-image: url("/child/img/main/main-section--3.jpg");
}
.main-section--4 .main-section__inner {
    background-image: url("/child/img/main/main-section--4.jpg");
}
.main-section--5 .main-section__inner {
    background-image: url("/child/img/main/main-section--5.jpg");
}
.main-section--6 .main-section__inner {
    background-image: url("/child/img/main/main-section--6.png") !important;
}
.main-section--7 .main-section__inner {
    background-image: url("/child/img/main/main-section--7.jpg");
}
.main-section--8 .main-section__inner {
    background-image: url("/child/img/main/main-section--8.jpg");
}
.main-section.main-section--8 .main-board-wrap {
    max-width: 1000px !important;
    margin: 0 auto;
    padding: 0 12px;
}
.main-section--8 .main-board-wrap .bbs-main-gallery {
    max-width: initial !important;
    margin: 0 auto;
}
.main-section.main-section--8.main-section--board1 {
    height: auto !important;
    display: table !important;
    margin-top: -100px !important;
    padding: 100px 0 0 !important;
}
.main-section.main-section--8.main-section--board1 .main-section__inner {
    height: 100% !important;
    min-height: calc(100vh - 100px) !important;
    display: block !important;
    padding: 30px 0;
}
.main-section__contents {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 15px 320px;
    max-width: 1330px;
    width: 100%;
    height: 100% !important;
    /* height: calc(100vh - 100px) !important; */
}
.main-section__contents > h3 {
    font-size: 54px;
    text-align: center;
    margin-bottom: 24px;
}
.main-section__contents > ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    /* animation: slideFade-out 0.3s ease-out both; */
}
.main-section__contents > ul > li {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #ffe8bd;
}
.main-section__contents > ul > li:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 14px;
    width: 2px;
    height: 20px;
    background: #ffe8bd;
}
.main-section__contents > ul > li:last-child:after {
    content: none;
}
.main-section__contents > p {
    margin-top: 16px;
    font-size: 20px;
}
.main-link {
    display: flex;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 30px;
    max-width: 1300px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
}
.main-link.main-link--sm {
    max-width: 792px;
}
.main-link a {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 300;
}
.main-link a svg {
    fill: #926d49;
    width: auto;
    height: 60px;
}
.main-link a p {
    margin-top: 16px;
    line-height: 1;
}
@media (max-width: 1024px) {
    .main-link {
        display: none;
    }
}
@media (max-width: 768px) {
}
.main-icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0 !important;
    margin: 0 !important;
}
.main-icon--8 {
    background-image: url("/child/img/icon/main-icon--8.svg");
}
.main-icon--9 {
    background-image: url("/child/img/icon/main-icon--9.svg");
}
.main-icon--10 {
    background-image: url("/child/img/icon/main-icon--golden.svg") !important;
}
.main-icon--11 {
    background-image: url("/child/img/icon/main-icon--11.svg");
}
.main-icon--12 {
    background-image: url("/child/img/icon/main-icon--12.svg");
}
.main-icon--13 {
    background-image: url("/child/img/icon/main-icon--daycare.svg") !important;
    width: 60px !important;
}
.main-icon--14 {
    background-image: url("/child/img/icon/main-icon--14.svg");
}
.main-icon--15 {
    background-image: url("/child/img/icon/main-icon--15.svg");
}
.main-icon--16 {
    background-image: url("/child/img/icon/main-icon--16.svg");
}
.main-icon--17 {
    background-image: url("/child/img/icon/main-icon--17.svg");
}
.main-icon--18 {
    background-image: url("/child/img/icon/main-icon--18.svg");
}
.main-icon--19 {
    background-image: url("/child/img/icon/main-icon--19.svg");
}
.main-icon--20 {
    background-image: url("/child/img/icon/main-icon--20.svg");
}
.main-icon--21 {
    background-image: url("/child/img/icon/main-icon--21.svg");
}
.main-icon--22 {
    background-image: url("/child/img/icon/main-icon--22.svg");
}
.main-icon--23 {
    background-image: url("/child/img/icon/main-icon--23.svg");
}
.main-icon--24 {
    background-image: url("/child/img/icon/main-icon--24.svg");
}
.main-icon--25 {
    background-image: url("/child/img/icon/main-icon--25.svg");
}
.main-icon--26 {
    background-image: url("/child/img/icon/main-icon--26.svg");
}
.main-icon--27 {
    background-image: url("/child/img/icon/main-icon--27.svg");
}
.main-icon--28 {
    background-image: url("/child/img/icon/main-icon--28.svg");
    width: 80px;
}
.main-icon--sound {
    background-image: url("/child/img/icon/main-icon--sound.svg");
}
.main-detail-button {
    display: none !important;
}
@media (max-width: 1024px) {
    .main-section {
        height: auto !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .main-section.main-section--8.main-section--board {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .main-section.main-section--8 .main-section__inner {
        padding: 12px;
    }
    .main-section .main-section__inner {
        /* height: calc(100vh - 50px) !important; */
        min-height: 726px;
    }
    .main-section::after {
        content: "";
        display: block !important;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("/child/img/icon/icon-scroll.svg") !important;
    }
    .main-section.main-section--visual {
        height: auto !important;
    }
    .main-section.main-section--8 {
        padding: 0 !important;
    }
    .main-section.main-section--8 .container-250 {
        max-width: 100% !important;
    }
    .main-section__contents {
        padding: 0 !important;
    }
    .main-section__contents > h3 {
        font-size: 24px !important;
        margin-bottom: 40px !important;
    }
    .main-section.main-section--visual .main-section__contents > h3 {
        margin-bottom: 0 !important;
    }
    .main-section__contents > ul {
        max-width: 400px !important;
    }
    .main-section__contents > ul > li {
        font-size: 16px !important;
    }
    .main-section__contents > p {
        font-size: 14px !important;
        text-align: center;
    }
    .main-detail-button {
        width: 150px;
        height: 40px;
        color: #fff;
        background-color: #926d49;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 500;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .visual-accent {
        display: inline-block !important;
        font-size: 16px;
        margin-bottom: 20px !important;
    }
}

.main-fullpage {
    padding-top: 100px;
}
@media (max-width: 1024px) {
    .main-fullpage {
        padding-top: 0;
    }
}
#fp-nav {
    background: none;
}
#fp-nav ul li a span {
    border-radius: initial !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    width: 12px !important;
    height: 12px !important;
    left: 0 !important;
    top: 0 !important;
}
#fp-nav ul li a.active span {
    background-color: transparent !important;
    border: 4px solid #fff;
    box-sizing: content-box;
}
#fp-nav ul li {
    width: 12px !important;
    height: 12px !important;
    margin: 16px !important;
}
.main-section__inner {
    height: 100%;
}
.section--footer footer {
    min-height: 280px;
}
@media (max-width: 1024px) {
    .section--footer {
        display: none !important;
    }
}