:root {
    --size-10: 0.5208vw;
    --size-11: 0.5729vw;
    --size-12: 0.6250vw;
    --size-13: 0.6771vw;
    --size-14: 0.7292vw;
    --size-15: 0.7812vw;
    --size-16: 0.8333vw;
    --size-17: 0.8854vw;
    --size-18: 0.9375vw;
    --size-19: 0.9896vw;
    --size-20: 1.0417vw;
    --size-21: 1.0938vw;
    --size-22: 1.1458vw;
    --size-23: 1.1979vw;
    --size-24: 1.2500vw;
    --size-25: 1.3021vw;
    --size-26: 1.3542vw;
    --size-27: 1.4062vw;
    --size-28: 1.4583vw;
    --size-29: 1.5104vw;
    --size-30: 1.5625vw;
    --size-31: 1.6146vw;
    --size-32: 1.6667vw;
    --size-33: 1.7188vw;
    --size-34: 1.7708vw;
    --size-35: 1.8229vw;
    --size-36: 1.8750vw;
    --size-37: 1.9271vw;
    --size-38: 1.9792vw;
    --size-39: 2.0312vw;
    --size-40: 2.0833vw;
    --size-41: 2.1354vw;
    --size-42: 2.1875vw;
    --size-43: 2.2396vw;
    --size-44: 2.2917vw;
    --size-45: 2.3438vw;
    --size-46: 2.3958vw;
    --size-47: 2.4479vw;
    --size-48: 2.5000vw;
    --size-49: 2.5521vw;
    --size-50: 2.6042vw;
    --size-51: 2.6562vw;
    --size-52: 2.7083vw;
    --size-53: 2.7604vw;
    --size-54: 2.8125vw;
    --size-55: 2.8646vw;
    --size-56: 2.9167vw;
    --size-57: 2.9688vw;
    --size-58: 3.0208vw;
    --size-59: 3.0729vw;
    --size-60: 3.1250vw;
    --size-61: 3.1771vw;
    --size-62: 3.2292vw;
    --size-63: 3.2812vw;
    --size-64: 3.3333vw;
    --size-65: 3.3854vw;
    --size-66: 3.4375vw;
    --size-67: 3.4896vw;
    --size-68: 3.5417vw;
    --size-69: 3.5938vw;
    --size-70: 3.6458vw;
    --size-78: 4.0625vw;
    --size-71: 3.6979vw;
    --size-72: 3.7500vw;
    --size-73: 3.8021vw;
    --size-74: 3.8542vw;
    --size-75: 3.9062vw;
    --size-76: 3.9583vw;
    --size-77: 4.0104vw;
    --size-78: 4.0625vw;
    --size-79: 4.1146vw;
    --size-80: 4.1667vw;
    --size-81: 4.2188vw;
    --size-82: 4.2708vw;
    --size-83: 4.3229vw;
    --size-84: 4.3750vw;
    --size-85: 4.4271vw;
    --size-86: 4.4792vw;
    --size-87: 4.5312vw;
    --size-88: 4.5833vw;
    --size-89: 4.6354vw;
    --size-90: 4.6875vw;
    --size-91: 4.7396vw;
    --size-92: 4.7917vw;
    --size-93: 4.8438vw;
    --size-94: 4.8958vw;
    --size-95: 4.9479vw;
    --size-96: 5.0000vw;
    --size-97: 5.0521vw;
    --size-98: 5.1042vw;
    --size-99: 5.1562vw;
    --size-100: 5.2083vw;
}
.container {
    display: none !important;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.mobile-inline {
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: var(--size-18);
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
/* section:not(.map_section) img {
    pointer-events: none;
} */
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 800;
}
.bold {
    font-weight: 700;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    overflow: hidden;
}
.slide_y {
    animation: marqueeY 20s infinite linear;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* 여러개 sd X start */
.flow_sd {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flow_sd_move {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    animation: marqueeX 20s infinite linear;  
}
.flow_sd_move_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow_sd_move_item02 {
  left: 100%;
}
.flow_sd_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_sd_move_r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    animation: marqueeX_r 20s infinite linear;  
}
.flow_sd_move_item02_r {
  right: 100%;
}
/* 여러개 sd X end */
/* 여러개 sd Y start */
.flow_sd_y {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flow_sd_y_move {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    animation: marqueeY 10s infinite linear;  
}
.flow_sd_y_move_r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    animation: marqueeY_r 10s infinite linear;   
}
.flow_sd_y_move_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.flow_sd_y_move_item02 {
  top: 100%;
}
.flow_sd_y_move_item02_r {
    bottom: 100%;
}
.flow_sd_y_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 여러개 sd Y end */
/* swiper-arr */
.btn_arr {
    width: 4.323vw;
    height: 4.323vw;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s;
    transition-delay: 0.1s;
}
.arr_next {
    transform: rotateY(180deg);
}
.arrow_01 {
    width: 28.3952%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_arr_h {
    height: 100%;
    background-color: #fff;
    transition: clip-path 0.6s;
    border-radius: 50%;
    clip-path: circle(0.0% at 50% 50%);
}
.btn_arr_h .arrow_01 {
    filter: invert(1);
}
.btn_arr:hover .btn_arr_h {
    clip-path: circle(70.7% at 50% 50%);
}
.btn_arr:hover {
    border-color: transparent;
}
/* swiper-arr */
/* link_btn */
.link_btn {
    height: 3.334vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7vw;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 50vw;
    box-sizing: border-box;
    overflow: hidden;
    font-size: var(--size-19);
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s;
}
.acon4_01 {
    width: 0.7292vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: filter 0.3s;
}
.link_btn_h {
    background-color: var(--main-color01);
    transition: clip-path 0.6s;
    clip-path: circle(0.0% at 50% 50%);
}
.link_btn:hover .link_btn_h {
    clip-path: circle(70.7% at 50% 50%);
}
.link_btn:hover {
    color: #fff;
}
.link_btn:hover .acon4_01 {
    filter: contrast(0) brightness(2);
}
/* link_btn */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-lock {
    display: none !important;
}
.swiper {
    margin: 0;
    z-index: 0;
}
b {
    font-weight: 700;
}
.obj > img {
    height: 100%;
    object-fit: cover;
}
/* 마커디자인 */
.map_marker {
    position: relative;
    display: inline-block;
}

/* 말풍선 텍스트 박스 */
.map_marker_text {
    background: #BE0211;
    border: 1px solid #fff;
    padding: 9px 19px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

/* 말풍선 꼬리 (삼각형 테두리) */
.map_marker_tail {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

/* 말풍선 꼬리 내부 (흰색 채우기) */
.map_marker_tail::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #BE0211;
}
/* 퍼블시작 */
:root {
    --main-color01: #006290;
}
.color01 {
    color: var(--main-color01);
}
.color02 {
    color: #FFFEA9;
}
.color03 {
    color: #FFFD71;
}
.color04 {
    color: #00AEFF;
}
.color05 {
    color: #DF4600;
}
.bdr_line {
    width: 0.573vw;
    height: 1.9271vw;
    background-color: #398AB0;
    border-radius: 50vw;
}
.acon01 {
    height: 45.7292vw;
    background-color: var(--main-color01);
}
.acon01_bg {
    background-color: #000;
    overflow: hidden;
    border-radius: 0 0 11vw 0;
}
.acon01_bg iframe {
    scale: 1.25;
    opacity: 0.2;
}
div.acon01_main {
    height: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 11vw;
}
.acon1_03 {
    width: 11.0237%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-28);
    text-transform: uppercase;
    margin-bottom: 2.3vw;
    overflow: hidden;
}
.acon01_top_tt {
    font-size: var(--size-55);
    color: #fff;
    font-weight: 700;
    margin-bottom: 2.5vw;
}
.acon01_mid_tt {
    font-size: var(--size-22);
    font-weight: 400;
    margin-bottom: 2vw;
}
.acon01_bot {
    width: 77.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.progress-container {
    width: 100%;
    height: 0.1042vw;
    background-color: rgba(255, 255, 255, 0.32);
    overflow: hidden;
}
.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #fff; 
    transition: width 0.1s linear; 
}
.acon01_bot_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acon01_bot_top_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.acon01_bot_top_item_tt01 {
    font-size: var(--size-22);
    font-weight: 400;
}
.acon01_bot_top_item_tt02 {
    font-size: var(--size-57);
    margin-top: -0.3vw;
}
.acon01_ct {
    width: 10.4688vw;
}
.acon01_bot_top_item_tt02_plus {
    font-size: var(--size-32);
    font-weight: 300;
    left: -12%;
    top: 7%;
}
.acon1_04 {
    width: 20.6825%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    transform: translateY(50%);
    z-index: 2;
}
.acon1_04 > img {
    scale: 0.7;
}
.acon1_04_tt01 {
    font-size: var(--size-16);
    font-weight: 500;
    margin-bottom: 0.5vw;
}
.acon1_04_tt02 {
    font-size: var(--size-45);
    font-weight: 700;
}
.acon1_02 {
    width: 56.798%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    animation: shakeAndFall 4s infinite linear;
    bottom: -44%;
    pointer-events: none;
}
.acon1_01 {
    width: 5.82687%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -17%;
    transform-origin: bottom;
}
.acon1_01_1 {
    left: 25%;
}
.acon1_01_2 {
    right: 25%;
    transform: rotateY(180deg);
}
.acon02 {
    background-color: var(--main-color01);
}
.acon02_top_line {
    width: 1px;
    height: 4vw;
    background-color: #fff;
    opacity: 0.32;
}
.acon02_top_tt {
    font-size: var(--size-90);
    font-weight: 800;
    color: #015982;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon02_top_tt span.absol {
    color: #fff;
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 0.3s;
}
.acon02_top_tt_top {
    gap: 0.7vw;
}
.acon02_top_tt_top02 {
    margin-top: -1.5vw;
}
.acon02_top_tt.acon02_change span.absol {
    clip-path: inset(0% 0% 0% 0%);
}
.acon02_main {
    padding-top: 6vw;
    padding-bottom: 9vw;
}
.acon02_mid_line {
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.32;
    top: 0%;
}
.acon02_row_wrap {
    gap: 1.5vw;
}
.acon02_row {
    width: 21.77086vw;
    height: 24.0625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #C1E0EF; */
    background-image: url();
    border-radius: 2vw;
    transition-property: box-shadow, transform;
    transition-duration: 0.3s;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}
.acon02_row01 {
    background-image: url(/images/pl_01.jpg);
}
.acon02_row02 {
    background-image: url(/images/pl_02.jpg);
    color: #000;
}
.acon02_row03 {
    background-image: url(/images/pl_03.jpg);
}
.acon02_row_bg {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 46%, #C1E0EF 100%) #fff;
    transition: opacity 0.3s;
    opacity: 0;
}
.acon02_row.acon02_change {
    box-shadow: 0 0.7292vw 0.1563vw rgba(0, 0, 0, 0.1);
    transform: translateY(-16%);
}
/* .acon02_row.acon02_change .acon02_row_bg {
    opacity: 1;
} */
.acon02_row_img {
    width: 23.9235%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    right: 10%;
}
.acon02_row_img_bg {
    width: 128%;
    height: 69%;
    background-color: #D9EEF8;
    border-radius: 1vw;
    bottom: -10%;
}
.acon02_row_tt_wrap {
    width: 67%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 12vw;
}

.acon02_row_line {
    margin-bottom: 1vw;
}
.acon02_row_tt01 {
    font-size: var(--size-28);
    font-weight: 700;
    margin-bottom: 1vw;
}
.acon02_row_tt02 {
    font-size: var(--size-22);
    font-weight: 500;
    line-height: 1.4;
}



.acon02_sd {
    bottom: 9%;
}
.acon02_sd_item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.acon02_sd_item_img {
    width: unset !important;
    height: 12.3438vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon02_sd_item_img img {
  width: unset !important;
  height: 100%;
}
.acon2_04 {
    align-self: flex-end;
    margin-right: 2vw;
}
.acon2_04a {
    align-self: flex-start;
    margin-left: 2vw;
}
.main_video_sec {
padding-top: 11vw;
    background-color: var(--main-color01);
}
.main_video {
    height: 55.81vw;
}
.main_video iframe {
    pointer-events: all;
}
.acon03 {
    background-color: var(--main-color01);
    padding-top: 7vw;
    /* padding-bottom: 5.7vw; */
}
.acon03_bot_line {
    width: 1px;
    background-color: #fff;
    opacity: 0.32;
    height: 5vw;
}
.acon03_top {
    gap: 0.7vw;
    margin-bottom: 1vw;
}
.acon03_top_row {
    width: 6.61427%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon03_top_tt {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 2vw;
}
.acon03_top_tt b {
    color: #FFFD71;
}
.acon03_top_tt p:first-child {
    font-size: var(--size-38);
}
.acon03_slide_video {
    width: 42.3438vw;
    height: 23.8021vw;
    background-color: #000000;
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.757;
    transition: scale 0.3s;
    transform-origin: bottom;
}
.acon03_slide_video video {
    pointer-events: none;
    opacity: 0.3;
    transition: opacity 0.3s;
}
.swiper-slide-active .acon03_slide_video {
    scale: 1;
}
.swiper-slide-active .acon03_slide_video video {
    pointer-events: all;
    opacity: 1;
}
.acon03_arr {
    top: 0%;
}
.acon03_arr_prev {
    left: 22%;
}
.acon03_arr_next {
    right: 22%;
}
.acon3_02 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16%;
    display: none;
}
div.acon03_video_wrap {
    justify-content: space-between;
}
.acon03_video {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    overflow: hidden;
}
.acon04 {
    background-color: #fff;
    border-radius: 11vw 0 0 0;
    padding-top: 4.4vw;
}
.acon04_line {
    margin-bottom: 1vw;
}
.acon04_tt01 {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 1.5vw;
}
.acon04_tt02 {
    font-size: var(--size-22);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3vw;
}
.acon04_row_wrap {
    gap: 4.4271vw;
    margin-bottom: 5vw;
}
.acon04_row {
    width: 16.19796vw;
    height: 16.19796vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.acon04_row_circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #006290;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.acon04_row02 .acon04_row_circle {
    background-color: #002334;
}
.acon04_row_wrap_line {
    height: 1px;
    background-color: #006290;
    opacity: 0.32;
}
.acon04_row_scale {
    border-radius: 50%;
    background-color: #00629041;
}

.acon04_row_tt01 {
    font-size: var(--size-24);
    font-weight: 500;
    margin-bottom: 0.5vw;
}
.acon04_row_tt02 {
    font-size: var(--size-50);
    font-weight: 700;
}
.acon04_row.acon04_change .acon04_row_scale {
    animation: scaleOpa2 1s;
}
.acon04_btn {
    width: 11.823vw;
    margin-bottom: 3vw;
}
.acon04_bot {
    width: 81.14586vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #E8F3F9;
    border-radius: 2vw;
    padding-top: 1.5vw;
    padding-bottom: 2.5vw;
}
.acon4_02 {
    width: 2.63168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
    overflow: hidden;
}
.acon04_bot_tt01 {
    font-size: var(--size-40);
    font-weight: 700;
    margin-bottom: 0.6vw;
}
.acon04_bot_tt02 {
    font-size: var(--size-22);
    font-weight: 400;
    margin-bottom: 2.5vw;
}
.acon04_bot_main {
    width: 91.9769%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1vw;
    overflow: hidden;
}
.acon04_bot_main_top {
    height: 4.4271vw;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0784);
}
.acon04_bot_td {
    width: 14.2188vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: var(--size-17);
}
.acon04_bot_main_top .acon04_bot_td {
    font-weight: 700;
    font-size: var(--size-21);
}
div.acon04_bot_slide {
    height: 21.7188vw;
    justify-content: flex-start;
}
.acon04_bot_td_end p {
    width: 5.625vw;
    height: 2.2396vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFEA9;
    border-radius: 50vw;
    color: #006290;
    font-weight: 700;
}
.acon04_bot_slide_item {
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0784);
}
.acon04_bot_td_new {
    width: 8.42501%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 28%;
}
.acon05 {
    padding-top: 6vw;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(193, 224, 239, 0.65) 100%);
}
.acon05_top {
    gap: 2vw;
    margin-bottom: -1.5vw;
}
.acon05_top_item {
    height: 7.8125vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon05_top_item > img {
    width: unset !important;
    height: 100%;
}
.acon05_main {
    width: 93.9109%;
    height: 37.2396vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background-image: url(/images/acon5_bg.jpg);
    border-radius: 2vw;
    padding-top: 7vw;
}
.acon05_line {
    margin-bottom: 1vw;
}
.acon05_tt01 {
    font-size: var(--size-55);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5vw;
}
.acon05_tt02 {
    font-size: var(--size-22);
    font-weight: 400;
}
.acon5_05 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.acon5_link {
    width: 6.1458vw;
    height: 6.1458vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    bottom: 57%;
}
.acon5_link_cover {
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    gap: 0.8vw;
    font-weight: 500;
    overflow: hidden;
}
.acon5_link_bg {
    background-color: #fff;
    border-radius: 50%;
}
.acon5_link_h {
    height: 100%;
    background-color: var(--main-color01);
    border-radius: 50%;
    gap: 0.8vw;
    color: white;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: clip-path 0.6s;
    clip-path: circle(0.0% at 50% 50%);
}
.acon5_link:hover .acon4_01 {
    filter: contrast(0) brightness(2);
}
.acon5_link:hover .acon5_link_h {
    clip-path: circle(70.7% at 50% 50%);
}
.bcon01 {
    /* height: 142.73756vw; */
    padding-top: 5vw;
}
.sub_wrap .sub {
    top: 0%;
/*     width: 63.6458vw;
    height: 22.1875vw;
    transform: translateY(42.5%); */
}
.bcon01_top_line {
    width: 1px;
    height: 36.9792vw;
    /* height: 5.9792vw; */
    background-color: #000000;
    opacity: 0.0784;
}
.bcon2_02 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    pointer-events: none;
}
.bcon01_n_col {
    width: 63.64586vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.bcon01_n_col01 {
    background-color: #000;
    margin-bottom: 0.5vw;
}
.bcon01_n_col01 > img {
    opacity: 0.5;
}
.bcon01_n_col02 {
    height: 35.8vw;
    margin-bottom: 1vw;
}
.bcon01_n_col02 iframe {
    pointer-events: all;
}
.bcon01_top_tt {
    flex-direction: column;
    font-size: var(--size-55);
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
}
.bcon01_tt01 {
    font-size: var(--size-90);
    line-height: 1.2;
    margin-bottom: 3vw;
}
.bcon01_line01 {
    margin-bottom: 0vw;
}
.bcon01_tt02 {
    font-size: var(--size-28);
    margin-bottom: 1.5vw;
}
.bcon01_main_line {
    width: 1px;
    height: 96%;
    background-color: #000000;
    opacity: 0.0784;
    top: 0%;
}
.bcon01_main_inner {
    padding-top: 5vw;
    padding-bottom: 8vw;
}
.bcon01_row_wrap {
    gap: 0.5vw;
    margin-bottom: 6vw;
}
.bcon01_row {
    width: 16.77086vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon01_row_num {
    width: 20.1864%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 85%;
}
.bcon01_row_star {
    width: 38.82%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -14%;
    top: -52%;
    z-index: 1;
}
.bcon01_tt03 {
    font-size: var(--size-50);
    margin-bottom: 4vw;
}
div.bcon01_col {
    gap: 4vw;
    align-items: flex-start;
}
.bcon01_col02 {
    margin-top: -6vw;
}
.bcon01_col_row {
    width: 38.64586vw;
    height: 19.4792vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 2vw;
    background-color: #fff;
    transition-duration: 0.3s;
    transition-property: box-shadow, border-color;
    /* padding-top: 4.94vw; */
}
.bcon01_col_row_r {
    margin-top: 9vw;
}
.bcon01_col_row.bcon01_change {
    box-shadow: 0 0 1.9792vw rgba(0, 0, 0, 0.13);
    border-color: #D9D9D9;
}
.bcon01_col_row_item {
    width: 76.4151%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bcon01_col_row_tt01 {
    font-size: var(--size-32);
    font-weight: 700;
    margin-bottom: 1.5vw;
}
.bcon01_col_row_tt02 {
    font-size: var(--size-24);
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 1vw;
}
.bcon01_col_row_tt02_bg {
    width: 100%;
    padding: 0 0.4vw;
    height: 120%;
    background-color: #EDF5F8;
}
.bcon01_col_row_tt03 {
    font-size: var(--size-22);
    font-weight: 400;
    line-height: 1.3;
}
.bcon01_col_row_num {
    width: 4.18929%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.bcon01_col_row_l .bcon01_col_row_num {
    right: -2.2%;
}
.bcon01_col_row_r .bcon01_col_row_num {
    left: -2.2%;
}
.bcon01_main_bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #EDF5F8 100%) #fff;
}
.bcon04 {
    background-image: url(/images/bcon4_bg.jpg);
    padding-top: 7vw;
}
.bcon04_line {
    background-color: #fff;
    margin-bottom: 1vw;
}
.bcon04_top_left {
    align-self: flex-start;
    margin-left: 11.7vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bcon04_top_left_tt01 {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 0.7vw;
}
.bcon04_top_left_tt01 span {
    color: #00AEFF;
}
.bcon04_top_left_tt02 {
    font-size: var(--size-22);
    font-weight: 400;
}
.bcon04_top_right {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-right: 9.1146vw;
    gap: 6vw;
    margin-bottom: 5.7292vw;
}
.bcon04_top_right_item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2vw;
    font-size: var(--size-22);
    font-weight: 400;
}
.bcon04_top_right_tt02_2 {
    font-size: var(--size-70);
    font-weight: 700;
    line-height: 0.75;
}
.bcon04_top_right_tt02 p.rltv {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0.7vw;
}
.bcon04_ct {
    width: 12.7vw;
    display: flex;
}
.bcon04_top_right_tt02_plus {
    font-size: var(--size-32);
    font-weight: 200;
    left: -9%;
    top: -17%;
}
.bcon04_top_right_tt02_left {
    margin-left: 1vw;
}
.bcon04_top_right_tt01 {
    margin-bottom: 1.2vw;
}
.bcon04_slide {
    z-index: 1;
}
.bcon04_slide_img {
    width: 33.8021vw;
    height: 19.8438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 2vw;
}
.bcon04_arr_wrap {
    gap: 1.5vw;
    margin-top: 2vw;
}
.bcon04_sd {
    margin-top: -8vw;
}
.bcon04_sd .flow_sd_img {
    width: 106.45836vw;
    margin-right: 4vw;
}
.bcon05 {
    background-color: #006290;
    padding: 7vw 0;
}
.bcon05_circle {
    width: 33.3334%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon05_tt01 {
    font-size: var(--size-28);
    font-weight: 700;
    color: #00AEFF;
}
.bcon05_tt02 {
    font-size: var(--size-50);
    font-weight: 700;
    line-height: 1.3;
    margin: 3vw 0;
}
.bcon05_circle_cover {
    padding-top: 7vw;
}
.bcon05_circle_img_bg {
    width: 114.094%;
    height: 4.5313vw;
    bottom: 0%;
    background-color: #fff;
    border-radius: 1vw;
}
.bcon05_circle_tt01 {
    font-size: var(--size-28);
    font-weight: 700;
    margin: 1.5vw 0 1vw;
}
.bcon05_circle_tt02 {
    font-size: var(--size-22);
    font-weight: 500;
    line-height: 1.4;
}
.bcon05_circle_img {
    width: 23.4647%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .bcon05_circle01 {
    transform: translateX(-87%);
}
.bcon05_circle02 {
    transform: translateX(87%);
} */
.bcon06 {
    background-image: url(/images/bcon5_bg.jpg);
}
.bcon06_main {
    width: 93.1771vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 3vw;
    padding-top: 7vw;
    overflow: hidden;
    padding-bottom: 10vw;
}
.bcon06_title {
    font-size: 5.9375vw;
    font-weight: 800;
    opacity: 0.12;
    margin-bottom: -0.5vw;
}
.bcon06_tt_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 16.6667vw;
}
.bcon06_tt01 {
    font-size: var(--size-28);
    font-weight: 700;
    line-height: 1.5;
}
.bcon06_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
    line-height: 1.5;
    margin-top: 2vw;
}
.bcon06_tt03 {
    font-size: var(--size-20);
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    margin-top: 2vw;
}
.bcon6_01 {
    width: 9.7396vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon6_02 {
    width: 29.1784%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 17%;
    right: 8%;
}
.ccon02 {
    background-image: url(/images/ccon2_bg.jpg);
    padding-top: 8vw;
}
div.ccon02_row_wrap {
    align-items: flex-start;
    gap: 1.5vw;
}
.ccon02_row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon02_row > img {
    border-radius: 0.5vw;
}
.ccon02_row03 {
    width: 17.13546vw;
    margin-top: 1vw;
    z-index: 2;
}
.ccon02_row02,
.ccon02_row04 {
    width: 15.13546vw;
    margin-top: 2.2vw;
    z-index: 1;
}
.ccon02_row01,
.ccon02_row05 {
    width: 15.5vw;
}
.pl_05a {
    width: 37.994%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -16%;
    top: -12%;
    z-index: 3;
}
.pl_07a {
    width: 37.2484%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    top: 8%;
}
.ccon2_03 {
    width: 37.3229%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon02_sd .flow_sd_img {
    width: 106.4583vw;
    margin-right: 4vw;
}
.ccon02_line {
    margin: 1.5vw 0;
}
.ccon02_title {
    font-size: var(--size-75);
    font-weight: 600;
    margin-bottom: 1.5vw;
}
.ccon02_col {
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.ccon02_col03 {
    border-bottom: none;
}
.ccon02_col_cover {
    height: 4.1146vw;
    background-color: #fff;
}
.ccon02_col_cover_h {
    opacity: 0.2;
}
.ccon02_col_tt {
    font-size: var(--size-24);
    font-weight: 600;
}
.ccon02_col_tt .color01 {
    font-weight: 700;
}
.ccon02_col_wrap {
    margin-bottom: 3vw;
}
.ccon02_bot_tt01 {
    font-size: var(--size-22);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2vw;
}
.ccon02_bot_tt02 {
    font-size: var(--size-32);
    font-weight: 700;
    margin-bottom: 5vw;
}
.ccon02_bot_tt02 span {
    color: #00AEFF;
}
.ccon2_04 {
    width: 121.785%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon2_01 {
    width: 56.798%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shakeAndFall 4s infinite linear;
    bottom: -64%;
    pointer-events: none;
}
.ccon02_mid {
    padding-top: 4.6vw;
}
.ccon02_mid_tt01 {
    font-size: var(--size-75);
}
.ccon02_mid_tt02 {
    font-size: var(--size-50);
    margin-bottom: 4.3229vw;
    overflow: hidden;
}
.ccon02_mid_col_wrap {
    gap: 5.3vw;
    margin-bottom: 5vw;
}
.ccon02_mid_col {
    gap: 6.8vw;
}
.ccon02_mid_col_img {
    width: 29.3439%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.4vw;
}
.ccon02_mid_col_img img {
    border-radius: 1vw;
}
.ccon02_mid_col_tt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ccon02_mid_col_tt_num {
    width: 3.8021vw;
    height: 1.9271vw;
    background-color: #006290;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-23);
    font-weight: 700;
    margin-bottom: 1vw;
}
.ccon02_mid_col_tt01 {
    font-size: var(--size-40);
}
.ccon02_mid_col_tt02 {
    font-size: var(--size-32);
    font-weight: 700;
    margin-bottom: 1.5vw;
}
.ccon02_mid_col_tt03 {
    line-height: 1.5;
}
.ccon02_mid_col_tt03_1 {
    margin-bottom: 1.5vw;
}
.ccon02_mid_col_line {
    width: 100%;
    height: 1px;
    background-color: #C1E0EF;
    opacity: 0.2;
    margin: 1.5vw 0;
}





.ccon03 {
    padding-bottom: 3vw;
}
div.ccon03_col01_slide_m_wrap {
    display: none;
}
.ccon03_top {
    height: 33.0208vw;
    background-image: url(/images/ccon3_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
.ccon03_top_tt {
    font-size: var(--size-55);
    font-weight: 400;
    line-height: 1.4;
}
.ccon03_mid {
    padding-top: 4vw;
}
.ccon3_01 {
    width: 8.50404%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3vw;
}
.ccon3_01a {
    animation: ddm 4s infinite linear;
    opacity: 0.8;
}
.ccon3_01b {
    top: 0%;
    left: 0%;
}
.ccon03_tt01 {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 1.8vw;
}
.ccon03_tt02 {
    font-size: var(--size-22);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}
.ccon03_main {
    width: 88.9063vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #E8F3F9;
    border-radius: 2vw;
    padding: 2.9167vw 0;
    gap: 1vw;
}
.ccon03_col {
    width: 86.4675%;
    height: 27.08336vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2vw;
    border: 1px solid #C1E0EF;
    box-sizing: border-box;
    background-color: #fff;
}
.ccon03_col_inner {
    width: 60.7813vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.ccon03_col_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.ccon04_col_num {
    width: 7.3438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 0%;
    overflow: hidden;
} 
.ccon03_col_tt01 {
    font-size: var(--size-32);
    font-weight: 700;
}
.ccon03_col_tt02 {
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
    margin-top: 1.5vw;
}
.ccon03_col_right {
    width: 30.6771vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ccon03_col_right01 {
    gap: 0.5vw 0;
}
.ccon03_col_right01_item {
    width: 49.236%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ccon03_col_right01_item_top {
    height: 5.57296vw;
    background-color: #006290;
    border-radius: 1vw 1vw 0 0;
    color: white;
}
.ccon03_col_right01_item_bot {
    height: 4.0104vw;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    border-radius: 0 0 1vw 1vw;
    border-top: none;
}
.ccon03_col_right01_item_img {
    width: 16.207%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.ccon03_col_right01_item_tt01 {
    font-size: var(--size-19);
    font-weight: 600;
}
.ccon03_col_right01_item_tt02 {
    font-size: var(--size-17);
    font-weight: 500;
    text-align: center;
}
.ccon03_col02 .ccon03_col_inner {
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 4.5vw;
}
.ccon03_col_tt01 {
    align-self: flex-start;
}
.ccon03_col02_row_wrap {
    width: 62.5521vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5vw;
}
.ccon03_col02_row {
    width: 48.9593%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1vw;
}
.ccon03_col02_row_tt {
    height: 2.6563vw;
    font-size: var(--size-22);
    font-weight: 600;
    background-color: #F0F0F0;
}
.ccon03_col_right02 {
    gap: 0.3vw;
}
.ccon03_col_right02_item {
    height: 2.7083vw;
    background-color: #fff;
    transition-property: color, background;
    transition-duration: 0.3s;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 0.7vw;
    font-size: var(--size-19);
    font-weight: 500;
}
.ccon03_col_right02_item.ccon03_change {
    background-color: #006290;
    color: #fff;
}
.ccon04 {
    background-color: #EDF5F8;
    padding-top: 4vw;
}
.ccon4_01c {
    width: 8.0316%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes moldFade {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    30%, 60% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15%);
    }
}

.ccon04_mold {
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: moldFade 4s infinite ease-in-out;
}
.ccon04_mold img {
    width: 100%;
    animation: floating 3s infinite ease-in-out;
}
.ccon04_mold01 {
    width: 43.1374%;
    right: -16%;
    top: -37%;
    animation-delay: 0s;
}
.ccon04_mold01 img {
    animation-delay: -0.5s;
}
.ccon04_mold02 {
    width: 35.9478%;
    bottom: 0%;
    right: -14%;
    animation-delay: -1.3s;
}
.ccon04_mold02 img {
    animation-delay: -1.8s;
}
.ccon04_mold03 {
    width: 24.8367%;
    left: -30%;
    top: 12%;
    animation-delay: -2.6s;
}
.ccon04_mold03 img {
    animation-delay: -0.2s;
}
.ccon04_title {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 2.5vw;
}
.ccon4_01c {
    margin-bottom: 0.5vw;
}
.ccon04_main {
    background-image: url(/images/ccon4_bg.jpg);
    padding-bottom: 3vw;
}
.ccon04_box {
    width: 77.08336vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ccon04_box_top {
    width: 21.9596%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: var(--size-30);
    font-weight: 700;
    z-index: 1;
}
.ccon04_box_top p {
    margin-top: 1%;
}
.ccon04_box_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 2vw;
    padding: 4.4271vw 0;
}
.ccon04_box_left {
    width: 30.1042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 5vw;
    gap: 1.5vw;
}
.ccon04_box_slide {
    border-radius: 1vw;
}
.ccon04_box_slide01 .ccon04_box_slide_item {
    height: 17.3438vw;
}
.ccon04_box_slide02 .ccon04_box_slide_item {
    height: 15vw;
}
.ccon04_box_slide_pagi {
    bottom: 9% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
}
.ccon04_box_slide_pagi .swiper-pagination-bullet {
    width: 0.6771vw;
    height: 0.6771vw;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 !important;
}
.ccon04_box_slide_pagi .swiper-pagination-bullet-active {
    opacity: 1;
}
.ccon04_box_right {
    margin-left: 6.4583vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
    margin-bottom: 7vw;
}
.ccon04_box_right_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1vw;
}
.ccon04_box_right_check {
    width: 1.3542vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon04_box_right_tt {
    line-height: 1.5;
    font-size: var(--size-18);
    font-weight: 500;
}
.ccon04_box02 .ccon04_box_right_tt {
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: flex-start;
    gap: 1vw;
}
.ccon04_box02 .ccon04_box_right_tt p:first-child {
    font-size: var(--size-20);
}
.ccon04_btn {
    width: 14.1667vw;
    right: 6%;
    bottom: 4vw;
}
.ccon04_greengard {
    width: 18.7176%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4%;
    top: -11%;
    /* animation: ddm3 2s infinite linear; */
}

div.ccon04_main_top {
    justify-content: space-between;
    height: 7vw;
    top: 0%;
}
.ccon04_main_top_tab_line {
    background-color: #0E5175;
    width: 38%;
    height: 1px;
}
.ccon04_main_top_tab {
    width: unset !important;
    gap: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto !important;
}
.ccon04_main_top_tt {
    width: auto !important;
    height: auto !important;
    font-size: var(--size-19);
    font-weight: 700;
    color: #fff;
    opacity: 0.2;
    transition: opacity 0.3s;
    background-color: transparent;
}
.ccon04_main_top_tt.swiper-pagination-bullet-active {
  opacity: 1;
}
.ccon4_06 {
    width: 100.173%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon05 {
    background-color: #EDF5F8;
    padding-top: 5vw;
}
.ccon5_01 {
    width: 8.34656%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon5_01a {
    animation: ddm 4s infinite linear;
    opacity: 0.8;
}
.ccon05_top_tt {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 6vw;
}
.ccon05_row_wrap {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.6667vw 2.5vw;
}
.ccon05_row {
    width: 17.39586vw;
    height: 12.2917vw;
    background-color: #FFFFFF;
    border: 1px solid #C1E0EF;
    border-radius: 1vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ccon05_row_inner {
    width: 12.39586vw;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.ccon05_row_num {
    width: 21.0085%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.6vw;
    margin-bottom: 1vw;
}
.ccon05_btn {
    width: 100%;
    height: 2.6042vw;
    font-size: var(--size-15);
    margin-top: 1vw;
    background-color: #fff;
    color: #000;
}
.ccon05_row_tt01 {
    font-size: var(--size-21);
    font-weight: 700;
    margin-bottom: 0.5vw;
    font-family: 'Vitro_core';
    white-space: nowrap;
}
.ccon05_row_tt02 {
    font-size: var(--size-17);
    font-weight: 500;

    line-height: 1.5;
}
.ccon05_row_arr {
    width: 5.42179%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
}
.ccon05_row:nth-child(4n) .ccon05_row_arr,
.ccon05_row:nth-child(7) .ccon05_row_arr {
    display: none;
}
.ccon5_07 {
    width: 103.782%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8vw;
}
.ccon05_mid_bg_box {
    height: 4.32296vw;
    background-color: #C1E0EF;
    border-radius: 50vw;
}
.ccon05_mid_bg_box01 {
    width: 83.1771vw;
    top: 15%;
}
.ccon05_mid_bg_box02 {
    width: 62.5vw;
    bottom: 15.5%;
}
.ccon5_07 {
    width: 103.782%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon05_bot_tt {
    font-size: var(--size-22);
    font-weight: 500;
    margin-top: 3vw;
    line-height: 1.5;
    margin-bottom: 5vw;
}
.ccon5_06 {
    width: 121.785%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon5_02 {
    width: 12.651%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    top: -41%;
}
.ccon5_08 {
    width: 17.5329%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -38%;
    overflow: hidden;
    border-radius: 0.5vw;
    box-shadow: 0 0 1.0938vw rgba(0, 0, 0, 0.15);
    transition: right 0.5s;
    right: -21%;
}
.ccon5_08.ccon05_change {
    right: 6%;
}
.ccon5_08_close {
    width: 1.5vw;
    height: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    top: 4%;
    left: 4%;
    cursor: pointer;
}
.ccon5_08_close div {
    width: 100%;
    height: 20%;
    background-color: #000;
    border-radius: 50vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ccon5_08_close div:first-child {
    transform: rotate(45deg);
}
.ccon5_08_close div:last-child {
    transform: rotate(-45deg);
}
.ccon5_07 {
    transition: filter 0.3s;
}
.ccon05_row {
    transition-property: color, background;
    transition-duration: 0.3s;
}
.ccon05_row b {
    transition: color 0.3s;
}
.ccon05_row.ccon05_change {
    background-color: var(--main-color01);
    color: #fff;
}
.ccon05_row.ccon05_change b {
    color: #fff;
}
.ccon05_row.ccon05_change .ccon5_07 {
    filter: invert(1);
}



.ccon06 {
    padding-top: 5vw;
    padding-bottom: 8vw;
}
.ccon06_top_tt01 {
    width: 15.1563vw;
    height: 3.33336vw;
    background-color: #006290;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-28);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1vw;
}
.ccon06_top_tt02 {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 2vw;
}
.ccon06_main {
    width: 83.4896vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.1vw;
    overflow: hidden;
    border-radius: 2vw;
}
.ccon06_col {
    width: 100%;
    background-color: #EDF5F8;
    height: 23.2292vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ccon06_col_right {
    width: 57.6042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ccon06_col_right_item {
    width: 29.58336vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1vw;
}
.ccon06_col_right .swiper-slide {
    width: auto !important;
}
.ccon06_col_right_item_tt {
    font-size: var(--size-19);
    font-weight: 500;
    color: #fff;
    left: 8%;
    bottom: 14%;
    opacity: 0;
    transition: opacity 0.3s;
}
.swiper-slide-active .ccon06_col_right_item_tt {
    opacity: 1;
}
.ccon06_col_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 8.8542vw;
    align-self: flex-start;
    margin-top: 6vw;
}
.ccon06_col_left_title {
    font-size: var(--size-30);
    font-weight: 700;
    margin-bottom: 2vw;
}
.ccon06_col_left_bot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
}
.ccon06_col_left_bot_left {
    width: 0.7813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon06_col_tab_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1vw;
}
.ccon06_col_tab {
    font-size: var(--size-19);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;    
    color: #CFCFCF;
    transition: color 0.3s;
    cursor: pointer;
}
.ccon06_col_tab.ccon06_change {
    color: #000;
}
.ccon06_col_tab.ccon06_change::after {
    opacity: 1;
}
.ccon06_col_tab::after {
    content: '';
    width: 0.7292vw;
    height: 0.7292vw;
    background-image: url(/images/ccon6_01a.png);
    position: absolute;
    left: -1.8vw;
    opacity: 0;
    transition: opacity 0.3s;
}
.dcon02 {
    padding: 10vw 0;
}
.dcon02_row {
    width: 20.4688vw;
    height: 18.5417vw;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    border-radius: 1vw 1vw 1vw 1vw;
    overflow: hidden;
    transition-property: background, color, border-radius;
    transition-duration: 0.3s;
}
.dcon02_row.dcon02_change {
    background-color: #006290;
    color: #fff;
    border-radius: 1vw 1vw 4vw 1vw;
}
.dcon02_row_tt_wrap {
    align-self: flex-start;
    margin-left: 3.8021vw;
    margin-bottom: 2vw;
}
.dcon02_row_num {
    width: 3.0729vw;
    height: 1.5625vw;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    flex-direction: column;
    background-color: #000;
    border-radius: 50vw;
    font-size: var(--size-19);
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.5vw;
    margin-left: -0.5vw;
    margin-bottom: 4vw;
}
.dcon02_row_tt01 {
    font-size: var(--size-21);
    font-weight: 700;
    margin-bottom: 0.5vw;
}
.dcon02_row_tt02 {
    font-size: var(--size-34);
    font-weight: 700;
    margin-bottom: 1vw;
}
.dcon02_row_tt03 {
    font-weight: 400;
}
.dcon02_row_img {
    width: 37.6591%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 6%;
}
.dcon02_row_img_shadow {
    width: 122.973%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: multiply;
    bottom: -15%;
}
.dcon2_btn {
    width: 15.7762%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 9%;
    cursor: pointer;
}
.dcon2_01h {
    clip-path: circle(0.0% at 50% 50%);
    transition: clip-path 0.5s;
}
.dcon02_row.dcon02_change .dcon2_01h {
    clip-path: circle(70.7% at 50% 50%);
}
.dcon02_main {
    gap: 0.7vw;
}
.dcon_sub_tab_wrap.sub_tab_wrap {
    margin-top: -4vw;
    margin-bottom: -4vw;
}
.dcon_main {
    width: 89.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #EDF5F8;
    border-radius: 2vw;
    padding-top: 6.5104vw;
    padding-bottom: 3.2813vw;
}
.dcon_inner {
    width: 93.1858%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dcon_num {
    width: 3.8542vw;
    height: 1.9792vw;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: var(--size-23);
    font-weight: 700;
    border-radius: 50vw;
    margin-bottom: 0.8vw;
}
.dcon_title {
    font-size: var(--size-50);
    font-weight: 700;
    margin-bottom: 1vw;
    font-family: 'Vitro_core';
}
.dcon_col_wrap {
    gap: 1vw;
}
.dcon_col {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C1E0EF;
    box-sizing: border-box;
    border-radius: 2vw;
}
.dcon03_col01 {
    padding: 2vw 0;
    gap: 7.0833vw;
}
.dcon3_01 {
    width: 34.0427%;
    display: flex;
    justify-content: center;
    align-items: center;    
    overflow: hidden;
    border-radius: 1vw;
}
.dcon03_col01_right {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.dcon03_col01_right_tt01 {
    font-size: var(--size-36);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 2vw;
}
.dcon03_col01_right_tt02 {
    font-size: var(--size-20);
    font-weight: 400;
    line-height: 1.5;
}
.dcon03_col01 .dcon03_col01_right_tt02 b {
    border-bottom: 1px solid #000;
    font-size: var(--size-23);
}
.dcon3_02 {
    width: 13.4375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: -51%;
}
.dcon03_col02 {
    height: 23.5938vw;
    justify-content: space-between;
    overflow: hidden;
}
.dcon03_col02_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 11.9792vw;
}
.dcon03_col02_left_tt01 {
    font-size: var(--size-50);
    margin-bottom: 1vw;
}
.dcon03_col02_left_tt02 {
    font-size: var(--size-36);
    font-weight: 700;
    margin-bottom: 2vw;
}
.dcon03_col02_left_tt03 {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
}
.dcon03_col02_right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    right: 9.5833vw;
    gap: 1vw;
}
.dcon04_sd {
    overflow: visible;
}
.dcon04_sd .flow_sd_y_img {
    width: 10.7813vw;
    margin-bottom: 0.7vw;
    box-shadow: 0 0 1.3542vw rgba(0, 0, 0, 0.12);
}
.dcon3_03 {
    width: 65.1271%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -40%;
    top: 8%;
    font-size: var(--size-26);
    font-weight: 700;
    color: #fff;
}
.dcon3_04 {
    width: 200.105%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vw 0;
}
.dcon_top_tt {
    font-size: var(--size-22);
    font-weight: 600;
    margin-top: -1vw;
    margin-bottom: 1.5vw;
}
.dcon04_col01 {
    flex-direction: column;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.dcon04_col01_title {
    font-size: var(--size-40);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2vw;
}
div.dcon04_col01_item {
    gap: 3.9583vw;
    align-items: flex-start;
}
.dcon04_col01_item_img {
    width: 26.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon04_col01_item_img > img {
    border-radius: 1.5vw;
}
.dcon04_col01_item_img_tt {
    color: #fff;
    font-size: var(--size-23);
    font-weight: 700;
    width: 9.9375vw;
    height: 2.5vw;
    background-color: #006290;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
}
.dcon04_col01_item_right {
    width: 43%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 3.2292vw;
}
.dcon04_col01_item_right_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1vw;
}
.dcon4_04 {
    width: 1.6146vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon04_col01_item_right_top_tt {
    font-size: var(--size-36);
    font-weight: 700;
    line-height: 1.3;
    margin-top: -0.2vw;
}
.dcon04_col01_item_right_tt {
    font-size: var(--size-20);
    font-weight: 500;
    margin-top: 1.5vw;
    margin-left: 1.7vw;
    line-height: 1.8;
}
.dcon04_col01_item_wrap {
    gap: 2.3vw;
}
.dcon04_col02_right {
    width: 52%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3vw;
    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 15%,
            rgba(0, 0, 0, 1) 100%,
            rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.dcon04_col02_right .swiper-slide-prev .dcon04_col02_right_img {
    opacity: 0;
}
.dcon04_col02_right_img {
    width: 9.0625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1.3542vw rgba(0, 0, 0, 0.12);
    transition: opacity 0.3s;
}
.dcon4_01 {
    width: 16.4582%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3%;
    right: 18%;
}
.dcon05_col01 {
    padding: 3vw 0;
    flex-direction: column;
    gap: 2vw;
}
.dcon05_col01_video {
    width: 28.2292vw;
    height: 18.8021vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}
.dcon05_col01_video video {
    object-position: top;
}
.dcon05_col01_item01 {
    gap: 6.9271vw;
}
.dcon5_01 {
    width: 47.243%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: -27%;
}
.dcon05_col01_item02_slide {
    width: 59.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon05_col01_item02_slide_img {
    width: 17.70836vw;
    height: 12.2917vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
    transition-duration: 0.3s;
    transition-property: width, transform;
}
.swiper-slide-active .dcon05_col01_item02_slide_img {
    width: 22.5521vw;
}
.swiper-slide-prev .dcon05_col01_item02_slide_img {
    transform: translateX(-5.3%);
}
.dcon05_col01_item02_slide .swiper-slide-next .dcon05_col01_item02_slide_img {
    transform: translateX(5.3%);
}
.dcon05_arr_prev {
    left: 7.5%;
}
.dcon05_arr_next {
    right: 7.5%;
}
.dcon05_arr {
    border: 1px solid #00629056;
}
.dcon05_arr > .arrow_01 {
    filter: brightness(0) saturate(100%) invert(23%) sepia(82%) saturate(1698%) hue-rotate(175deg) brightness(93%) contrast(106%);
}
.dcon05_arr .btn_arr_h {
    background-color: #006290;
}
.dcon05_arr .btn_arr_h .arrow_01 {
    filter: none;
}
.dcon04_col02_right_tt {
    font-size: var(--size-16);
    font-weight: 500;
    margin-top: 1vw;
}
.dcon06_col01 {
    padding: 3vw 0;
}
.dcon06_col01_inner {
    width: 63.7292vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5vw;
}
.dcon06_col01_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dcon06_col01_slide {
    width: 28.33336vw;
    border-radius: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon06_col01_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon06_col01_pagi.swiper-pagination {
    bottom: 5%;
}
.dcon06_col01_pagi .swiper-pagination-bullet {
    background-color: #fff;
    width: 0.6771vw;
    height: 0.6771vw;
}
.dcon06_col01_tt_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}
.dcon06_col01_tt_wrap01 {
    margin-right: 0vw;
}
.dcon06_col01_tt_wrap02 {
    margin-left: 0vw;
}
.dcon06_col01_tt01 {
    font-size: var(--size-36);
    font-weight: 700;
    line-height: 1.3;
}
.dcon06_col01_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
}
.dcon06_col02 {
    flex-direction: column;
    padding-top: 3.5vw;
}
.dcon06_col02_title {
    font-size: var(--size-36);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3vw;
}
.dcon06_col02_row_wrap {
    width: 87.9851%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.4583vw;
}
.dcon06_col02_row {
    width: 36.0417vw;
    border-radius: 1vw;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.dcon06_col02_row_top {
    height: 4.9vw;
    background-color: #F0F0F0;
    font-size: var(--size-30);
    font-weight: 700;
}
div.dcon06_col02_row_bot {
    justify-content: flex-start;
    height: 9.6875vw;
    gap: 1.9271vw;
}
.dcon06_col02_row_bot_img {
    width: 25.5073%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4.4271vw;
}
.dcon6_06 {
    width: 1.3021vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon6_06a {
    mix-blend-mode: darken;
}
.dcon06_col02_row_bot_tt_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3vw;
}
.dcon06_col02_row_bot_tt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--size-20);
    font-weight: 500;
    gap: 0.4vw;
}
.dcon6_07 {
    width: 87.9851%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.dcon6_07a {
    width: 22.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    left: 44%;
    mask-image: url(/images/dcon6_07a.png);
    mask-size: 100%;
    mask-repeat: no-repeat;
}
.dcon6_07a_bg {
    border-radius: 50%;
    scale: 1.1;
}
.dcon6_07a_bg_item {
    width: 8vw;
    height: 8vw;
background: #ffffff;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 69%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.dcon07 {
    background-image: url(/images/dcon7_bg.jpg);
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.dcon7_01 {
    width: 8.45154%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.dcon7_01a {
    animation: ddm 4s infinite linear;
}
.dcon07_title {
    font-size: var(--size-50);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5vw;
}
.dcon07_main {
    width: 89.27086vw;
    height: 33.4896vw;
    background-color: #fff;
    border-radius: 2vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 3vw;
}
.dcon7_tab_wrap {
    gap: 0.5vw;
    margin-bottom: 1.5vw;
}
.dcon7_tab {
    width: 9.2708vw;
    height: 3.33336vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50vw;
    border: 1px solid #00AEFF;
    font-size: var(--size-24);
    font-weight: 700;
    color: #006290;
    cursor: pointer;
    transition: background 0.3s;
}
.dcon7_tab.dcon07_change {
    background-color: #00aeff3d;
}
.dcon07_slide {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.dcon07_slide_video {
    width: 38.5417vw;
    height: 21.8229vw;
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.dcon07_slide_video > video {
    opacity: 0.3;
    transition: opacity 0.3s;
}
.dcon7_video04 {
    object-position: top;
}
.swiper-slide-active .dcon07_slide_video > video {
    opacity: 1;
}
.dcon07_slide .swiper-slide {
    width: auto !important;
}
.dcon7_bg02 {
    width: 100.735%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -44%;
}
.dcon07_sd {
    top: 7.5%;
}
.dcon07_sd .flow_sd_img {
    width: 106.4583vw;
    margin-right: 4vw;
}