@-webkit-keyframes moveY {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveY {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes dashCircle {
    from {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes dashCircle {
    from {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes rotateinfin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateinfin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    90% {
        stroke-dashoffset: 0
    }

    100% {
        fill: #4285f4
    }
}

@keyframes dash {
    90% {
        stroke-dashoffset: 0
    }

    100% {
        fill: #4285f4
    }
}

@-webkit-keyframes dotscolor {
    10% {
        background: red
    }

    30% {
        background: orange
    }

    50% {
        background: yellow
    }

    70% {
        background: green
    }

    100% {
        background: blue
    }
}

@keyframes dotscolor {
    10% {
        background: red
    }

    30% {
        background: orange
    }

    50% {
        background: yellow
    }

    70% {
        background: green
    }

    100% {
        background: blue
    }
}

@-webkit-keyframes dotscolor_02 {
    10% {
        color: red
    }

    30% {
        color: orange
    }

    50% {
        color: yellow
    }

    70% {
        color: green
    }

    100% {
        color: blue
    }
}

@keyframes dotscolor_02 {
    10% {
        color: red
    }

    30% {
        color: orange
    }

    50% {
        color: yellow
    }

    70% {
        color: green
    }

    100% {
        color: blue
    }
}

@-webkit-keyframes barload {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes barload {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes mapCircle_01 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes mapCircle_01 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes mapline_01 {
    0% {
        height: 0
    }

    100% {
        height: 60px
    }
}

@keyframes mapline_01 {
    0% {
        height: 0
    }

    100% {
        height: 60px
    }
}

@-webkit-keyframes ferris-wheel {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes ferris-wheel {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes nacelle-box {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes nacelle-box {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes nacelle {
    from {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg)
    }

    to {
        -webkit-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0)
    }
}

@keyframes nacelle {
    from {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg)
    }

    to {
        -webkit-transform: translateX(-50%) rotate(0);
        transform: translateX(-50%) rotate(0)
    }
}

@media (max-width: 1800px) {
    body main.sub_page.rnd#project_02 .sub_section.section_02 .content_wrap .content.content_01 {
        padding: 80px 0 0 100px
    }
}

@media (max-width: 1420px) {
    body #cursor_01 {
        display: none
    }

    body .btn.btn_01 {
        width: auto;
        height: auto;
        padding: 10px 30px
    }

    body .layout_padding {
        padding-left: 10%
    }

    body .btn_link .circle {
        width: 50px;
        height: 50px
    }

    body .btn_link .link_title {
        font-size: 13px
    }

    body .arrow_01 {
        margin-left: 5px;
        width: 6px;
        height: 6px
    }

    body .arrow_02 {
        margin-left: 5px;
        width: 6px;
        height: 6px
    }

    body #fp-nav {
        display: none !important
    }

    body #header {
        height: 70px
    }

    body #header.change_top {
        top: -70px
    }

    body #header .header_wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body #header .header_wrap .header_left {
        width: 150px
    }

    body #header .header_wrap .header_center {
        display: none
    }

    body #header .header_wrap .header_right .header_lang {
        margin-right: 30px
    }

    body #header .header_wrap .header_right .header_ham {
        visibility: visible;
        opacity: 1
    }

    body #header .header_wrap #header_full .header_full_wrap {
        margin-top: 70px
    }

    body #footer {
        margin-top: 70px;
        padding: 50px 2.5%
    }

    body #footer .footer_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body #footer .footer_wrap .footer_section_02 {
        margin: 20px 0 0 0
    }

    body #footer .footer_wrap .footer_section_02 .footer_about>ul>li a {
        font-size: 14px
    }

    body #footer .footer_wrap .footer_section_02 .footer_copy p {
        font-size: 13px
    }

    body main#main_page .main_section {
        height: 100%
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_01 {
        font-size: 4.2rem;
        margin-bottom: 10px
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_02 {
        font-size: 17px
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_03 {
        margin-top: 20px
    }

    body main#main_page .main_section.main_visual .mv_wrap .swiper-pagination.main_pagination {
        margin-bottom: 20px
    }

    body main#main_page .main_section.main_visual .mv_wrap .swiper-pagination.main_pagination .swiper-pagination-bullet {
        margin-right: 15px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title {
        padding-top: 100px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title .text.text_01 {
        font-size: 3.5rem
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title .text.text_02 {
        font-size: 17px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content {
        margin-top: 40px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box {
        padding: 40px;
        overflow: hidden;
        height: auto
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box img {
        width: 100px;
        height: 100px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .text.text_01 {
        font-size: 2.6rem;
        margin-bottom: 10px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .text.text_02 {
        font-size: 17px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .btn_link {
        position: static;
        margin-top: 20px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box.box_02 img {
        width: 150px;
        height: 150px
    }

    body main#main_page .main_section.main_section_02 .content_wrap {
        padding: 100px 0
    }

    body main#main_page .main_section.main_section_02 .content_wrap .title .text.text_01 {
        font-size: 3.5rem
    }

    body main#main_page .main_section.main_section_02 .content_wrap .title .text.text_02 {
        font-size: 17px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content {
        margin-top: 70px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container {
        padding-bottom: 0
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide {
        padding: 30px 15px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_tit .text {
        font-size: 13px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_tit .text.text_02 {
        margin-left: 15px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_content {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_content .text_01 {
        font-size: 2rem
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_link {
        margin-top: 40px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_h_img {
        max-height: 250px;
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper_btn_wrap {
        position: static;
        margin-top: 20px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper_btn_wrap>div {
        margin: 0;
        width: 45px;
        height: 45px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-scrollbar {
        display: none
    }

    body main#main_page .main_section.main_section_03 .content_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div {
        width: 100%
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap {
        padding: 80px 0
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap .text.text_01 {
        font-size: 3.5rem
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap .text.text_02 {
        margin-top: 10px;
        font-size: 17px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box {
        padding: 60px 0;
        padding-left: 10%
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box .text_wrap .text.text_01 {
        font-size: 3.5rem
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_01 .text_wrap .text.text_02 {
        margin-top: 10px;
        font-size: 17px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_01 .text_wrap .btn_link {
        margin-top: 40px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .text_01 {
        margin-bottom: 40px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 95%;
        margin-bottom: 20px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a span {
        font-size: 15px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a span.content {
        margin-left: 20px;
        width: 100%
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a span.arrow_02 {
        margin-left: 20px
    }

    body main#main_page #footer {
        margin-top: 0
    }

    body main.sub_page .sub_fixed_layout {
        padding: 0 5%
    }

    body main.sub_page .sub_section {
        margin-top: 60px
    }

    body main.sub_page .section_tit_01 {
        font-size: 3.5rem;
        text-align: center
    }

    body main.sub_page .section_tit_02 {
        margin-top: 10px;
        font-size: 17px;
        text-align: center
    }

    body main.sub_page .section_tit_03 {
        margin-top: 10px;
        font-size: 15px
    }

    body main.sub_page #sub_visual {
        height: 350px
    }

    body main.sub_page #sub_visual .visual_text .text.text_01 {
        font-size: 2rem
    }

    body main.sub_page #sub_visual .visual_text .text.text_02 {
        font-size: 4.2rem
    }

    body main.sub_page #sub_visual .visual_text .text.text_02 span {
        font-size: 2.6rem;
    }

    body main.sub_page #sub_visual .sub_navi .sub_navi_wrap>nav {
        padding: 15px 10px
    }

    body main.sub_page #sub_visual .sub_navi .sub_navi_wrap>nav:last-child {
        padding-right: 60px
    }

    body main.sub_page #sub_visual .sub_navi .sub_navi_wrap>nav.sub_nav {
        height: auto
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con {
        margin-top: 60px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_01 figure::after {
        max-width: 90%;
        max-height: 70%
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_01 figure img {
        margin: 20px 0 0 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap {
        padding: 60px 10px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .or {
        position: relative
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .or.or_01 {
        top: -20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .or.or_03:last-child {
        padding-right: 0
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .line.line_01 {
        margin: 10px 0
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .line.line_02 {
        margin: 20px 5px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .line.line_02 img {
        height: 100px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box p {
        font-size: 15px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_01 {
        width: auto;
        height: auto;
        padding: 10px 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_02 {
        height: auto;
        padding: 10px 20px;
        margin-bottom: 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_02::after {
        top: 100%;
        height: auto;
        padding: 10px 0
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_03 {
        text-align: center;
        height: auto;
        padding: 5px 10px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_04 {
        padding: 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_04 p {
        font-size: 15px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_05 {
        height: auto;
        padding: 10px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_05 p strong {
        font-size: 16px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_05 p em {
        font-size: 14px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li.active {
        padding: 40px 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li.active .text.text_01 {
        font-size: 2.6rem
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li .text.text_01 {
        font-size: 2rem
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li img {
        margin-top: 10px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 {
        margin-top: 60px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .or.or_03.grid_full .list_wrap {
        padding-top: 40px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .or.or_03.grid_full .list_wrap::after {
        height: 80px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .or.or_03.grid_full .list_wrap .list {
        width: 13%
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .point_text .text_01 {
        font-size: 14px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box p {
        font-size: 15px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_01 {
        height: auto;
        padding: 10px 20px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_01::after {
        height: 50px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_02 {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-left: 250px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_02::after {
        width: 250px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_03 {
        height: auto;
        padding: 10px 20px;
        margin-bottom: 40px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_04 {
        height: auto;
        padding: 10px 20px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_04::before {
        padding-right: 20px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_05 {
        height: auto;
        padding: 10px 20px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box.box_c_06 {
        height: auto;
        padding: 10px 20px
    }

    body main.sub_page.company#location .con.con_01 {
        margin-top: 60px
    }

    body main.sub_page.company#location .con.con_01 figure .map_01 {
        height: 400px
    }

    body main.sub_page.company#location .con.con_01 figure figcaption {
        padding: 40px 30px
    }

    body main.sub_page.company#location .con.con_01 figure figcaption .text.text_01 {
        font-size: 2.6rem
    }

    body main.sub_page.company#location .con.con_01 figure figcaption .text.text_02 {
        font-size: 17px
    }

    body main.sub_page.company#management .content_01 .con_wrap {
        margin-top: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.company#management .content_01 .con {
        width: 100%;
        height: auto;
        margin-bottom: 40px
    }

    body main.sub_page.company#management .content_01 .con:last-child {
        margin-bottom: 0
    }

    body main.sub_page.company#management .content_01 .con svg {
        width: 300px;
        height: 300px
    }

    body main.sub_page.company#management .content_01 .con.con_01 svg {
        right: -60px;
        bottom: -145px
    }

    body main.sub_page.company#management .content_01 .con.con_02 svg {
        right: -40px;
        top: -100px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow {
        padding: 40px 30px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.title .text.text_01 {
        font-size: 17px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.title .text.text_02 {
        font-size: 2.6rem
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.detail {
        margin-top: 20px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.detail p {
        width: 100%;
        font-size: 15px
    }

    body main.sub_page.company#management .content_02 {
        margin: 20px 0 0 0
    }

    body main.sub_page.company#management .content_02 .content_wrap .box {
        padding: 20px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box svg {
        right: 10px;
        top: 10px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .more_box {
        padding: 0
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .title .text_01 {
        font-size: 17px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .title .text_02 {
        font-size: 2.6rem
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .detail {
        margin-top: 20px;
        font-size: 15px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .detail p em {
        text-indent: -10px;
        padding-left: 10px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .detail.fold p {
        height: 150px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_01 {
        width: calc(50% - 20px);
        margin: 10px;
        height: auto;
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_01:nth-child(3n) {
        margin: 10px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 {
        /* padding: 10px 20px; */
        width: 100%;
        margin: 0 0 10px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02:nth-child(4n) {
        margin: 10px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 .title .text_02 {
        font-size: 2rem
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 .detail {
        font-size: 15px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 .detail p em {
        text-indent: -10px;
        padding-left: 10px;
    }
    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 .point_img_01 {
        padding: 20px;
    }
    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 .point_img_01 img{
        height: 50px;
    }
    

    body main.sub_page.platform#platform .con.con_01 {
        position: relative;
        margin-top: 60px;
        text-align: center
    }

    body main.sub_page.platform#solvadys .content.content_02 {
        margin-top: 60px;
        margin-bottom: 100px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap {
        position: relative
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .solvadys_wrap {
        width: 600px;
        height: 600px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .solvadys_wrap .inline_circle_wrap {
        width: 80%;
        height: 80%
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .infobox_wheel {
        width: 600px;
        height: 600px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_box {
        width: 75px;
        height: 75px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_box .text_wrap .text {
        font-size: 2rem
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_box .text_wrap .text.text_03 {
        padding: 10px 20px;
        font-size: 15px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_text_box {
        width: 80%;
        height: 80%
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_text_box .text_box .box_detail {
        font-size: 15px
    }

    body{
        main{
            &.sub_page.platform#ed{
                .section_02{
                    .content{
                        margin-top: 60px;
                        .content_wrap{
                            .content_tit{
                                .tit_01{
                                    font-size: 2.6rem;
                                }
                                .tit_02{
                                    font-size: 17px;
                                }
                            }
                            .content_detail{
                                margin-top: 20px;
                                .box{
                                    padding: 30px 20px;
                                }
                            }  
                        }
                        &.content_01{
                            .content_wrap{
                                .content_detail{
                                    .box{
                                        flex-direction: column;
                                        .c_01{
                                            width: 100%;
                                            display: flex;
                                            justify-content: center;
                                            align-items: center;
                                            img{
                                                max-width: 800px;
                                                width: 100%;
                                            }
                                        }
                                        .c_02{
                                            margin: 0;
                                            transform: rotate(90deg);
                                        }
                                        .c_03{
                                            max-width: initial;
                                            width: 100%;
                                            display: flex;
                                            justify-content: center;
                                            align-items: center;
                                            >div{
                                                max-width: 800px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        &.content_03{
                            .content_wrap{
                                .content_detail{
                                    height: 580px;
                                    .box{
                                        gap: 15px;
                                        >div{
                                            padding: 25px;
                                            .text_01{
                                                font-size: 22px;
                                            }
                                            .text_02{
                                                font-size: 18px;
                                                padding: 10px 20px;
                                                border-radius: 30px;
                                                margin-bottom: 15px;
                                            }
                                            .img_ul{
                                                gap: 15px;
                                                li{
                                                    &:nth-of-type(2){
                                                        .img_wrap{
                                                            padding: 15px;
                                                        }
                                                    }
                                                }
                                            }
                                            .list_ul{
                                                margin-top: 25px;
                                                li{
                                                    font-size: 14px;
                                                }
                                            }
                                        }
                                        .c_02{
                                            padding: 30px;
                                        }
                                    }
                                }
                            }
                        }
                        &.content_05{
                            .content_wrap{
                                .content_detail{
                                    height: initial;
                                    .box{
                                        dd{
                                            &.list_dd{
                                                margin-left: 10px;
                                                &::before{
                                                    left: -10px;
                                                    width: 3px;
                                                    height: 3px;
                                                }
                                            }  
                                        }
                                        .c_01{
                                            padding: 0 20px;
                                            font-size: 16px;
                                            white-space: nowrap;
                                            height: 470px;
                                        }
                                        .c_02{
                                            padding: 0 10px;
                                            p{
                                                font-size: 14px;
                                            }
                                            .arrow{
                                                width: 120px;
                                                margin: 10px 0;
                                            }
                                            .img_wrap{
                                                padding: 4px 8px;
                                            }
                                        }
                                        .c_03{
                                            ul{
                                                gap: 20px 20px;
                                                width: calc(200px * 2 + 20px);
                                                li{
                                                    width: 200px;
                                                    height: initial;
                                                    aspect-ratio: 235/265;
                                                    padding-top: 40px;
                                                    &::before{
                                                        width: 10px;
                                                        height: 35px;
                                                    }
                                                    dl{
                                                        dt{
                                                            font-size: 16px;
                                                            margin-bottom: 15px;
                                                        }
                                                        dd{
                                                            font-size: 13px;
                                                            &.list_dd{
                                                                &::before{
                                                                    width: 3px;
                                                                    height: 3px;                
                                                                    top: 6px;
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                        .c_04{
                                            margin: 0 10px;
                                            .img_wrap{
                                                width: 30px;
                                            }
                                        }
                                        .c_05{
                                            width: initial;
                                            ul{
                                                gap: 15px;
                                                justify-content: center;
                                                li{
                                                    padding: 15px 20px;
                                                    gap: 10px 30px;
                                                    dl{
                                                        dt{
                                                            font-size: 22px;
                                                            margin-bottom: 5px;
                                                        }
                                                        dd{
                                                            font-size: 14px;
                                                            &.list_dd{
                                                                &::before{
                                                                    top: 8px;
                                                                }
                                                            }
                                                        }
                                                    }
                                                    &:nth-last-of-type(1){
                                                        margin-bottom: 0;
                                                    }
                                                    &:nth-of-type(2){
                                                        padding: 20px;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    body main.sub_page.commu#qna .content_02,
    body main.sub_page.investor#qna .content_02 {
        margin-top: 60px
    }

    body main.sub_page.commu#qna .input_wrap .input_box label,
    body main.sub_page.investor#qna .input_wrap .input_box label {
        width: 100px;
        min-width: 100px
    }

    body main.sub_page.commu#qna .input_wrap .input_box label.text_02,
    body main.sub_page.investor#qna .input_wrap .input_box label.text_02 {
        font-size: 15px
    }

    body main.sub_page.commu#qna .input_wrap .input_box textarea,
    body main.sub_page.investor#qna .input_wrap .input_box textarea {
        height: 150px;
        padding: 10px 20px
    }

    body main.sub_page.commu#qna .input_wrap .input_box.radio_box .cs_radio,
    body main.sub_page.investor#qna .input_wrap .input_box.radio_box .cs_radio {
        font-size: 14px;
        padding: 5px 10px;
        width: auto
    }

    body main.sub_page.commu#qna .input_wrap .submit_box .btn_01,
    body main.sub_page.investor#qna .input_wrap .submit_box .btn_01 {
        font-size: 17px
    }

    body main.sub_page.commu#qna .section_info .content_wrap,
    body main.sub_page.investor#qna .section_info .content_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure,
    body main.sub_page.investor#qna .section_info .content_wrap figure {
        width: calc(50% - 30px);
        height: 200px;
        margin: 15px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure figcaption,
    body main.sub_page.investor#qna .section_info .content_wrap figure figcaption {
        margin-top: 10px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure figcaption p,
    body main.sub_page.investor#qna .section_info .content_wrap figure figcaption p {
        font-size: 15px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure figcaption a,
    body main.sub_page.investor#qna .section_info .content_wrap figure figcaption a {
        font-size: 16px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure.info svg,
    body main.sub_page.investor#qna .section_info .content_wrap figure.info svg {
        bottom: -50%;
        width: 250px
    }

    body main.sub_page.pipeline#overview .con.con_01 {
        margin-top: 60px
    }

    body main.sub_page.pipeline#overview .con.con_02 {
        margin-top: 60px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 {
        overflow: auto
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap {
        min-width: 1260px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }




    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_01,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_01 {
        min-width: 100px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_02,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_02 {
        min-width: 210px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_03,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_03 {
        min-width: 140px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_04,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_04 {
        width: 100%;
        max-width: 810px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul .bar_wrap .bar {
        max-width: 670px;
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_head li {
        height: 80px;
        font-size: 16px;
        padding: 10px 0
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_head .flex p {
        padding-right: 0
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body {
        display: table
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list {
        height: auto
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list>div {
        height: auto
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_01 {
        font-size: 16px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_01 a .ico_arrow {
        margin-left: 7px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_02,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_03 {
        padding: 10px;
        font-size: 15px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_03,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_04 em {
        font-size: 15px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_04>div,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_04>em {
        padding: 10px
    }


    body main.sub_page.pipeline#publications .con.con_01 {
        margin-top: 60px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table {
        overflow: auto
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table {
        min-width: 1260px;
        width: 100%
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table thead {
        height: 50px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table thead tr td {
        font-size: 16px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr {
        height: 50px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td {
        padding: 5px 10px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.text_01 {
        font-size: 15px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.text_02 {
        font-size: 15px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.text_03 {
        font-size: 13px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.journal,
    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.title {
        padding-left: 10px
    }

    body main.sub_page.pipeline.pubs_cu .con_tit_01 {
        font-size: 2.6rem
    }

    body main.sub_page.pipeline.pubs_cu .con_detail_01 {
        font-size: 17px
    }

    body main.sub_page.pipeline.pubs_cu .con_box {
        padding: 30px;
        margin-top: 20px
    }

    body main.sub_page.pipeline.pubs_cu .con_box .mt_40 {
        margin-top: 30px
    }

    body main.sub_page.pipeline.pubs_cu .con_box .box_tit_01 {
        font-size: 2rem
    }

    body main.sub_page.pipeline.pubs_cu .con_box .box_detail_01 {
        font-size: 15px
    }

    body main.sub_page.pipeline.pubs_cu .con_box .point_text_01 {
        margin-top: 15px;
        font-size: 13px
    }

    body main.sub_page.pipeline.pubs_cu .con_bg_img::after {
        max-width: 90%;
        max-height: 70%
    }

    body main.sub_page.pipeline.pubs_cu .con_bg_img img {
        margin: 20px 0 0 20px
    }

    body main.sub_page.pipeline.pubs_cu .content.content_01 .con.con_01 {
        margin-top: 60px
    }

    body main.sub_page.pipeline.pubs_cu .content.content_02 .con.con_01 {
        margin-top: 60px
    }

    body main.sub_page.pipeline.pubs_cu .content.content_02 .con.con_02 {
        margin-top: 60px
    }

    body main.sub_page.pipeline.pubs_cu .section_navi ul li {
        font-size: 2rem;
        /* margin-right: 20px */
        margin: 0 10px;
    }

    body main.sub_page.pipeline.pubs_cu .section_navi ul li a {
        padding: 5px 20px
    }

    body main.sub_page.pipeline.pubs_cu .section_navi .swiper_btn_wrap {
        margin-top: 20px;
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu .section_navi .swiper_btn {
        position: static;
        display: inline-block;
        -webkit-transform: unset;
        transform: unset;
        width: 40px;
        height: 40px
    }

    body main.sub_page.pipeline.pubs_cu .con_tit_02 {
        font-size: 2rem;
        color: #444;
        margin-top: 30px
    }

    body main.sub_page.pipeline.pubs_cu .con_tit_03 {
        font-size: 2rem;
        color: #000;
        margin-top: 30px
    }

    body main.sub_page.pipeline.pubs_cu .con_arrow.con_arrow_01 svg {
        width: 40px;
        height: 40px
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_01 {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_01 thead {
        height: auto
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_01 thead th {
        font-size: 17px;
        padding: 7px 0
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_01 tbody tr td:last-child {
        padding: 20px
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_01 tbody tr td p {
        text-indent: -10px;
        padding-left: 10px
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_02 {
        width: 100%;
        min-width: 800px
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_02 tr th,
    body main.sub_page.pipeline.pubs_cu .cu_table.table_02 tr td {
        padding: 5px 10px;
        width: 33.33333%
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_02 thead {
        background: #4285f4
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_02 thead th {
        color: #fff;
        font-size: 16px
    }

    body main.sub_page.pipeline.pubs_cu .cu_table.table_02 tbody tr td {
        border: 1px solid #e5e5e5;
        font-size: 14px;
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box .point_svg.svg_01 {
        display: none
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap {
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap figcaption {
        font-size: 2rem;
        margin-bottom: 10px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_01,
    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_03 {
        width: 40%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_02 {
        width: 20%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_04 {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_03 figure {
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_03 figure img:last-child {
        margin: 20px 0 0 0
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_04 {
        width: 50%;
        margin-right: 20px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_04:last-child {
        margin-right: 0
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap {
        margin-top: 60px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart .chart_title {
        font-size: 2rem
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart_info {
        margin-top: 60px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart_info ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart_info ul li {
        margin: 10px 20px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart_info ul li span.bar {
        width: 30px;
        height: 5px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart_info ul li span.bar_text {
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex-direction: column;
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure img {
        margin: 10px auto;
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure img.img_01 {
        margin-right: auto
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure img.img_02 {
        margin-right: auto
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure img.img_03 {
        margin-right: auto
    }

    /* body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure img.img_03 {
        margin: 40px 0;
        width: 100%;
        height: 81px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    } */

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure figcaption {
        font-size: 17px;
        margin-top: 20px
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_02 figure .point_svg {
        display: none
    }

    body main.sub_page.pipeline.pubs_cu#cu_103 .con_box.box_01 {
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_103 .con_box.box_01 img:nth-child(2) {
        margin: 20px 0 0 0
    }

    /* body main.sub_page.pipeline.pubs_cu#cu_106 .con_box.box_01 {
        text-align: center
    } */

    /* body main.sub_page.pipeline.pubs_cu#cu_106 .con_box.box_01 img:nth-child(2) {
        margin: 20px 0 0 0
    } */



    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism {
        justify-content: center;
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism p {
        justify-content: center;
        padding-left: 0;
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism>img {
        margin-bottom: 20px;
        width: 25%;
        max-width: 335px;
    }
}

@media (max-width:1200px){
    body{
        main{
            &.sub_page.platform#ed{
                .section_02{
                    .content{
                        &.content_05{
                            .content_wrap{
                                .content_detail{
                                    .box{
                                        flex-wrap: wrap;
                                        flex-direction: column;
                                        justify-content: center;
                                        align-items: center;  
                                        .c_01{
                                            width: 100%;
                                            max-width: 510px;
                                            padding: 15px 20px;
                                            font-size: 20px;
                                            white-space: wrap;
                                            height: initial;
                                            br{
                                                display: none;
                                            }
                                        }
                                        .c_02{
                                            padding: 20px 0;
                                            /* display: flex;
                                            justify-content: center;
                                            align-items: center; */
                                            p{
                                                font-size: 18px;
                                                margin-bottom: 10px;
                                                br{
                                                    display: none;
                                                }
                                                /* width: 152px; */
                                                /* text-align: right; */
                                            }
                                            .arrow{
                                                display: none;
                                            }
                                            .img_wrap{
                                                /* padding: 4px 8px; */
                                            }
                                        }
                                        .c_03{
                                            ul{
                                                gap: 20px 20px;
                                                width: calc(245px * 2 + 20px);
                                                li{
                                                    width: 245px;
                                                    padding-top: 50px;
                                                    dl{
                                                        dt{
                                                            font-size: 18px;
                                                            margin-bottom: 20px;
                                                        }
                                                        dd{
                                                            font-size: 14px;
                                                            &.list_dd{
                                                                &::before{
                                                                    width: 4px;
                                                                    height: 4px;                
                                                                    top: 7px;
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                        .c_04{
                                            margin: 0 10px;
                                            transform: rotate(90deg);
                                        }
                                        .c_05{
                                            width: 100%;
                                            max-width: 510px;
                                            ul{
                                                li{
                                                    padding: 15px 20px;
                                                    gap: 10px 70px;
                                                    /* dl{
                                                        dt{
                                                            font-size: 22px;
                                                            margin-bottom: 5px;
                                                        }
                                                        dd{
                                                            font-size: 14px;
                                                            &.list_dd{
                                                                &::before{
                                                                    top: 8px;
                                                                }
                                                            }
                                                        }
                                                    } */
                                                    &:nth-last-of-type(1){
                                                        margin-bottom: 0;
                                                    }
                                                    &:nth-of-type(2){
                                                        padding: 20px;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1100px) {
    body .layout_padding {
        padding-left: 5%
    }

    body .btn_link .circle {
        width: 35px;
        height: 35px
    }

    body .btn_link .link_title {
        font-size: 11px;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    body .btn_link .arrow_01 {
        -webkit-transform: translateX(-20px) rotate(45deg);
        transform: translateX(-20px) rotate(45deg)
    }

    body .arrow_01 {
        margin-left: 5px;
        width: 6px;
        height: 6px
    }

    body .arrow_02 {
        margin-left: 5px;
        width: 6px;
        height: 6px
    }

    body #quick_ico {
        right: 1%
    }

    body #quick_ico figure {
        width: 50px;
        height: 50px
    }

    body #quick_ico.quick_ico_01 figure figcaption .q_tit {
        font-size: 11px
    }

    body #quick_ico.quick_ico_01 figure figcaption ul {
        margin-bottom: 10px
    }

    body #quick_ico.quick_ico_01 figure figcaption ul li {
        width: 50px;
        height: 50px
    }

    body #quick_ico.quick_ico_01 figure figcaption ul li a {
        font-size: 11px
    }

    body #quick_ico.quick_ico_02>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body #quick_ico.quick_ico_02>div figure {
        margin: 0 0 10px 0
    }

    body #quick_ico.quick_ico_02>div figure:last-child {
        margin: 0
    }

    body #quick_ico.quick_ico_02>div figure img {
        max-height: 25px
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_01 {
        font-size: 5.2rem;
        font-weight: bold;
        letter-spacing: -1.3px;
        margin-bottom: 10px
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_02 {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: -0.45px
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_03 {
        margin-top: 20px
    }

    body main#main_page .main_section.main_visual .mv_wrap .swiper-pagination.main_pagination {
        margin-bottom: 20px
    }

    body main#main_page .main_section.main_visual .mv_wrap .swiper-pagination.main_pagination .swiper-pagination-bullet {
        margin-right: 15px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title {
        padding-top: 80px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title .text.text_01 {
        font-size: 4.2rem;
        font-weight: bold;
        letter-spacing: -1.05px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title .text.text_02 {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: -0.45px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box {
        width: 100%;
        padding: 20px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .text.text_01 {
        font-size: 3.2rem;
        font-weight: bold;
        letter-spacing: -0.8px;
        margin-bottom: 10px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .text.text_02 {
        font-size: 16px;
        font-weight: normal;
        letter-spacing: -0.4px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .btn_link {
        margin-top: 20px
    }

    body main#main_page .main_section.main_section_02 .content_wrap {
        padding: 80px 0
    }

    body main#main_page .main_section.main_section_02 .content_wrap .title .text.text_01 {
        font-size: 4.2rem;
        font-weight: bold;
        letter-spacing: -1.05px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .title .text.text_02 {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: -0.45px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content {
        margin-top: 60px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide a> {
        width: 55%
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_link {
        margin-top: 20px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_h_img {
        /* width: 40%; */
        max-height: 225px;
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper_btn_wrap {
        margin-top: 20px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper_btn_wrap>div {
        margin: 0;
        width: 35px;
        height: 35px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap {
        padding: 60px 0
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap .text.text_01 {
        font-size: 4.2rem;
        font-weight: bold;
        letter-spacing: -1.05px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap .text.text_02 {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: -0.45px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box {
        padding: 40px 5%
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box .text_wrap .text.text_01 {
        font-size: 4.2rem;
        font-weight: bold;
        letter-spacing: -1.05px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_01 .text_wrap .text.text_02 {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: -0.45px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_01 .text_wrap .btn_link {
        margin-top: 30px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .text_01 {
        margin-bottom: 30px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a {
        max-width: 100%
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a span {
        font-size: 16px;
        font-weight: normal;
        letter-spacing: -0.4px
    }

    body main.sub_page.company#history .con.con_01 {
        margin-top: 70px
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .after_bar,
    body main.sub_page.company#history .con.con_01 .history_wrap .before_bar {
        left: 20px;
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul {
        padding-left: 50px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul.first::after {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul:last-child::before {
        left: 20px
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul:first-child {
        padding-top: 40px
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul>li {
        width: 100%;
        padding: 0 20px
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul>li.history_year {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
        padding: 0 !important;
        margin: 0 !important
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul>li.history_year>p {
        font-size: 5.2rem;
        font-weight: bold;
        letter-spacing: -1.3px;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul>li.history_text_wrap {
        padding: 0 !important;
        margin: 0 !important;
        padding-left: 0;
        margin-top: 20px !important
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul>li.history_text_wrap .history_list {
        padding: 0 !important;
        margin: 0 !important;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
        padding-bottom: 20px !important
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul>li.history_text_wrap .history_list .text_01 {
        font-size: 16px;
        padding: 0 !important;
        margin: 0 !important
    }

    body main.sub_page.company#history .con.con_01 .history_wrap .history_ul>li.history_text_wrap .history_list .text_02 {
        font-size: 16px;
        padding: 0 !important;
        margin: 0 !important;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        text-align: left !important;
        margin-left: 10px !important
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism p {
        height: 60px;
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism p img:nth-child(1) {
        display: none;
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism p img:nth-child(2) {
        display: block;
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism>img {
        width: 50%;
    }
    body{
        main{
            &.sub_page.platform#ed{
                .section_02{
                    .content{
                        &.content_01{
                            .content_wrap{
                                .content_detail{
                                    .box{
                                        .c_01,
                                        .c_03{
                                            padding: 30px;
                                        }                    
                                        .text_01{
                                            /* margin-bottom: 20px; */
                                            strong{
                                                font-size: 22px;
                                            }
                                            span{
                                                font-size: 14px;
                                            }
                                        }
                                        .c_02{
                                            .arrow{
                                                width: 40px;
                                                img{
                                                    width: 100%;
                                                    object-fit: contain;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        &.content_03{
                            .content_wrap{
                                .content_detail{
                                    height: initial;
                                    .box{
                                        gap: 15px;
                                        flex-direction: column;
                                        >div{
                                            padding: 25px;
                                            display: flex;
                                            flex-direction: column;
                                            justify-content: center;
                                            align-items: center;
                                            >*{
                                                max-width: 400px;
                                                width: 100%;
                                            }
                                            .text_01{
                                                font-size: 22px;
                                            }
                                            .text_02{
                                                font-size: 18px;
                                                padding: 10px 20px;
                                                border-radius: 30px;
                                                margin-bottom: 15px;
                                            }
                                            .img_ul{
                                                gap: 10px;
                                                /* font-size: 14px; */
                                                li{
                                                    .img_wrap{
                                                        /* margin-bottom: 15px; */
                                                    }
                                                    &:nth-of-type(2){
                                                        .img_wrap{
                                                            /* padding: 15px; */
                                                        }
                                                    }
                                                }
                                            }
                                            .list_ul{
                                                margin-top: 20px;
                                                li{
                                                    /* font-size: 14px; */
                                                }
                                            }
                                        }
                                        .c_02{
                                            /* padding: 30px; */
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

}

@media (max-width: 1024px) {

    body main.sub_page.commu#faq #table_header,
    body main.sub_page.investor#faq #table_header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.commu#faq #table_header input[type=text],
    body main.sub_page.investor#faq #table_header input[type=text] {
        margin-left: 0 !important
    }

    body main.sub_page.commu#faq .faq_type li,
    body main.sub_page.investor#faq .faq_type li {
        font-size: 16px;
        padding: 5px 10px;
        margin: 0 10px 5px 0
    }

    body main.sub_page.commu#faq .faq_type li:last-child,
    body main.sub_page.investor#faq .faq_type li:last-child {
        margin: 0 0 5px 0
    }

    body main.sub_page.commu#faq .fap_wrap li>div .text,
    body main.sub_page.investor#faq .fap_wrap li>div .text {
        font-size: 14px;
        padding: 10px 5px
    }

    body main.sub_page.commu#faq .fap_wrap li>div .text.mo_del,
    body main.sub_page.investor#faq .fap_wrap li>div .text.mo_del {
        display: none
    }

    body main.sub_page.commu#faq .fap_wrap li>div .text.wid-10,
    body main.sub_page.investor#faq .fap_wrap li>div .text.wid-10 {
        width: 7%
    }

    body main.sub_page.commu#faq .fap_wrap li>div .text.wid-full,
    body main.sub_page.investor#faq .fap_wrap li>div .text.wid-full {
        width: 93%
    }

    body main.sub_page.commu#faq .fap_wrap li>div.faq_a,
    body main.sub_page.investor#faq .fap_wrap li>div.faq_a {
        padding: 20px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    body .ico {
        display: inline-block
    }

    body .ico.ico_01 {
        width: 7px;
        height: 7px
    }

    body .layout_padding {
        padding: 0 5%
    }

    body #header {
        height: 60px
    }

    body #header.change_top {
        top: -60px
    }

    body #header .header_wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body #header .header_wrap .header_left {
        width: 120px
    }

    body #header .header_wrap #header_full {
        width: 80vw;
        overflow: auto
    }

    body #header .header_wrap #header_full.active {
        left: 20%
    }

    body #header .header_wrap #header_full .header_full_wrap {
        margin-top: 60px
    }

    body #header .header_wrap #header_full .header_full_wrap>li>a {
        font-size: 18px
    }

    body #header .header_wrap #header_full .header_full_wrap>li>ul.depth_01 li a {
        font-size: 16px
    }

    body #footer {
        margin-top: 60px
    }

    body #footer .footer_wrap .footer_section_01 .footer_logo img {
        max-width: 150px
    }

    body #footer .footer_wrap .footer_section_02 .footer_about>ul>li a {
        font-size: 13px
    }

    body #footer .footer_wrap .footer_section_02 .footer_copy {
        margin-top: 0
    }

    body #footer .footer_wrap .footer_section_02 .footer_copy p {
        font-size: 12px
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_01 {
        font-size: 28px
    }

    body main#main_page .main_section.main_visual .mv_wrap .mv figcaption .mv_text .text.text_02 {
        font-size: 16px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title {
        padding: 80px 5% 0
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title .text {
        text-align: center
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title .text.text_01 {
        font-size: 24px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .title .text.text_02 {
        font-size: 16px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content {
        padding: 0
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .text.text_01 {
        font-size: 20px
    }

    body main#main_page .main_section.main_section_01 .content_wrap .content .box figcaption .text.text_02 {
        font-size: 14px
    }

    body main#main_page .main_section.main_section_02 .content_wrap {
        padding: 60px 5%
    }

    body main#main_page .main_section.main_section_02 .content_wrap .title .text.text_01 {
        font-size: 24px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .title .text.text_02 {
        font-size: 16px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content {
        margin-top: 40px;
        padding: 0
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide>a {
        width: 100%
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_link {
        margin-top: 10px
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_h_img {
        /* display: none */
        max-height: 175px;
    }
    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper-wrapper .swiper-slide .slide_h_img img {
        object-fit: contain;
    }

    body main#main_page .main_section.main_section_02 .content_wrap .content .swiper-container .swiper_btn_wrap {
        margin-top: 10px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap {
        padding: 40px 0
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap .text.text_01 {
        font-size: 24px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.left .text_wrap .text.text_02 {
        font-size: 16px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box {
        padding: 30px 5%
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box .text_wrap .text.text_01 {
        font-size: 24px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_01 .text_wrap .text.text_02 {
        font-size: 16px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_01 .text_wrap .btn_link {
        margin-top: 20px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .text_01 {
        margin-bottom: 20px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a span {
        font-size: 14px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a span.content {
        margin-left: 10px
    }

    body main#main_page .main_section.main_section_03 .content_wrap>div.right .box.box_02 .main_ir_news a span.arrow_02 {
        margin-left: 10px
    }

    body main.sub_page .sub_fixed_layout {
        max-width: 1420px;
        width: 100%;
        margin: 0 auto
    }

    body main.sub_page .sub_section {
        margin-top: 50px
    }

    body main.sub_page .section_tit_01 {
        font-size: 24px
    }

    body main.sub_page .section_tit_02 {
        font-size: 16px
    }

    body main.sub_page .section_tit_03 {
        font-size: 14px
    }

    body main.sub_page #sub_visual {
        height: 250px
    }

    body main.sub_page #sub_visual .visual_text .text.text_01 {
        font-size: 18px
    }

    body main.sub_page #sub_visual .visual_text .text.text_02 {
        font-size: 28px;
    }

    body main.sub_page #sub_visual .visual_text .text.text_02 span {
        font-size: 20px;
    }

    body main.sub_page #sub_visual .sub_navi .sub_navi_wrap>nav {
        padding: 10px 7px
    }

    body main.sub_page #sub_visual .sub_navi .sub_navi_wrap>nav:last-child {
        padding: 10px 7px
    }

    body main.sub_page #sub_visual .sub_navi .sub_navi_wrap>nav a {
        font-size: 12px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con {
        margin-top: 40px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_01 figure img {
        margin: 10px 0 0 10px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .or.or_01 {
        top: -1px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .or.or_03:last-child {
        padding-right: 0
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .or.or_03.grid_03 .list_wrap .list {
        width: 100%;
        padding: 0 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .line.line_01 {
        margin: 5px 0
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .line.line_02 {
        margin: 5px 0
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box p {
        font-size: 14px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_02 #or_tree_wrap .box.box_c_01 {
        white-space: nowrap;
        border-radius: 0
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li {
        width: 100%;
        height: auto
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li.active {
        padding: 30px 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li.active .text.text_01 {
        font-size: 20px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li .text.text_02 {
        margin-top: 10px;
        font-size: 14px
    }

    body main.sub_page.company#about .sub_section.section_01 .content.content_01 .content_wrap .con.con_03 ul li img {
        display: none
    }

    body main.sub_page.company#organization .section_01 .con.con_01 {
        margin-top: 40px;
        overflow: auto
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap {
        min-width: 1000px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .point_text .text_01 {
        font-size: 14px
    }

    body main.sub_page.company#organization .section_01 .con.con_01 #or_tree_wrap .box p {
        font-size: 14px
    }

    body main.sub_page.company#location .con.con_01 {
        margin-top: 40px
    }

    body main.sub_page.company#location .con.con_01 figure .map_01 {
        height: 250px
    }

    body main.sub_page.company#location .con.con_01 figure figcaption {
        padding: 20px 15px
    }

    body main.sub_page.company#location .con.con_01 figure figcaption .text.text_01 {
        font-size: 20px
    }

    body main.sub_page.company#location .con.con_01 figure figcaption .text.text_02 {
        font-size: 16px
    }

    body main.sub_page.company#management .content_01 .con_wrap {
        margin-top: 40px
    }

    body main.sub_page.company#management .content_01 .con {
        margin-bottom: 20px
    }

    body main.sub_page.company#management .content_01 .con svg {
        width: 200px;
        height: 200px;
        opacity: .5
    }

    body main.sub_page.company#management .content_01 .con.con_01 svg {
        right: 0;
        bottom: 0
    }

    body main.sub_page.company#management .content_01 .con.con_02 svg {
        right: 0;
        top: 0
    }

    body main.sub_page.company#management .content_01 .con .con_overflow {
        padding: 30px 20px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.title .text.text_01 {
        font-size: 16px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.title .text.text_02 {
        font-size: 20px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.detail {
        margin-top: 10px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.detail p {
        font-size: 14px
    }

    body main.sub_page.company#management .content_01 .con .con_overflow>div.detail p em {
        display: inline-block;
        text-indent: -10px;
        padding-left: 5px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box svg {
        width: 100px;
        height: 100px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .title .text_01 {
        font-size: 16px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .title .text_02 {
        font-size: 20px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .detail {
        margin-top: 10px;
        font-size: 14px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .detail.fold p {
        height: auto
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_01 {
        width: 100%;
        margin: 0 0 10px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_01:nth-child(3n) {
        margin: 0 0 10px
    }

    /* body main.sub_page.company#management .content_02 .content_wrap .box.box_02 {
        padding: 10px 20px;
        width: 100%;
        margin: 0 0 10px
    } */

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02:nth-child(4n) {
        margin: 0 0 10px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 .title .text_02 {
        font-size: 18px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box.box_02 .detail {
        font-size: 14px
    }

    body main.sub_page.company#management .content_02 .content_wrap .box .more_box {
        display: none
    }

    body main.sub_page.platform#platform .con.con_01 {
        margin-top: 40px
    }

    body main.sub_page.platform#solvadys .content.content_02 {
        margin-top: 0;
        overflow: auto
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap {
        margin-top: 100px;
        min-width: 900px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_box .text_wrap .text {
        font-size: 18px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_box .text_wrap .text.text_03 {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 10px
    }

    body main.sub_page.platform#solvadys .content.content_02 .content_wrap .info_text_box .text_box .box_detail {
        font-size: 14px
    }

    body{
        main{
            &.sub_page.platform#ed{
                .section_02{
                    .content{
                        margin-top: 40px;
                        .content_wrap{
                            .content_tit{
                                .tit_01{
                                    font-size: 20px;
                                }
                                .tit_02{
                                    font-size: 16px;
                                }
                            }
                        }
                        &.content_01{
                            .content_wrap{
                                .content_detail{
                                    .box{
                                        .c_01,
                                        .c_03{
                                            padding: 20px;
                                        }                    
                                        .text_01{
                                            margin-bottom: 10px;
                                        }
                                        .c_03{
                                            >div{
                                                width: 100%;
                                            }
                                            ul{
                                                flex-direction: column;
                                                li{
                                                    width: 100%;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        &.content_03{
                            .content_wrap{
                                .content_detail{
                                    .box{
                                        >div{
                                            .text_02{
                                                margin-bottom: 10px;
                                            }
                                            .img_ul{
                                                li{
                                                    &:nth-of-type(2){
                                                        .img_wrap{
                                                            padding: 10px;
                                                        }
                                                    }
                                                }
                                            }
                                            .list_ul{
                                                margin-top: 15px;
                                            }
                                        }
                                        .c_02{
                                            padding: 25px;
                                        }
                                    }
                                }
                            }
                        } 
                    }
                }
            }
        }
    }


    body main.sub_page.commu#qna .content_02,
    body main.sub_page.investor#qna .content_02 {
        margin-top: 40px
    }

    body main.sub_page.commu#qna .input_wrap .input_box,
    body main.sub_page.investor#qna .input_wrap .input_box {
        padding: 10px 5px
    }

    body main.sub_page.commu#qna .input_wrap .input_box label,
    body main.sub_page.investor#qna .input_wrap .input_box label {
        width: auto;
        min-width: 70px
    }

    body main.sub_page.commu#qna .input_wrap .input_box label.text_02,
    body main.sub_page.investor#qna .input_wrap .input_box label.text_02 {
        font-size: 14px
    }

    body main.sub_page.commu#qna .input_wrap .input_box textarea,
    body main.sub_page.investor#qna .input_wrap .input_box textarea {
        height: 150px;
        padding: 10px 20px
    }

    body main.sub_page.commu#qna .input_wrap .input_box.radio_box,
    body main.sub_page.investor#qna .input_wrap .input_box.radio_box {
        height: auto
    }

    body main.sub_page.commu#qna .input_wrap .input_box.radio_box .radio_wrap,
    body main.sub_page.investor#qna .input_wrap .input_box.radio_box .radio_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.commu#qna .input_wrap .input_box.radio_box .radio_wrap .cs_radio,
    body main.sub_page.investor#qna .input_wrap .input_box.radio_box .radio_wrap .cs_radio {
        font-size: 14px;
        padding: 5px 10px;
        width: auto;
        margin: 5px 5px 5px 0
    }

    body main.sub_page.commu#qna .input_wrap .input_box.radio_box .radio_wrap .cs_radio:last-child,
    body main.sub_page.investor#qna .input_wrap .input_box.radio_box .radio_wrap .cs_radio:last-child {
        margin-right: 0
    }

    body main.sub_page.commu#qna .input_wrap .input_box .file_box .file_text,
    body main.sub_page.investor#qna .input_wrap .input_box .file_box .file_text {
        width: auto;
        font-size: 12px;
        padding: 5px 10px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure,
    body main.sub_page.investor#qna .section_info .content_wrap figure {
        width: calc(100%);
        height: auto;
        margin: 0;
        padding: 20px;
        margin-bottom: 20px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure:not(.info) img,
    body main.sub_page.investor#qna .section_info .content_wrap figure:not(.info) img {
        height: 30px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure:last-child,
    body main.sub_page.investor#qna .section_info .content_wrap figure:last-child {
        margin-bottom: 0
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure figcaption p,
    body main.sub_page.investor#qna .section_info .content_wrap figure figcaption p {
        font-size: 14px
    }

    body main.sub_page.commu#qna .section_info .content_wrap figure figcaption a,
    body main.sub_page.investor#qna .section_info .content_wrap figure figcaption a {
        font-size: 13px
    }

    body main.sub_page.pipeline#overview .con.con_01 {
        margin-top: 40px
    }

    body main.sub_page.pipeline#overview .con.con_02 {
        margin-top: 50px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_01,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_01 {
        min-width: 70px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_02,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_02 {
        min-width: 100px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_03,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_03 {
        min-width: 150px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li.wid_04,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul li .wid_04 {
        width: 100%
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_head li {
        font-size: 14px;
        padding: 5px 0
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_01 {
        font-size: 14px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_01 a .ico_arrow {
        margin-left: 5px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_02,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_03 {
        padding: 10px 5px;
        font-size: 14px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_03,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_04 em {
        font-size: 14px
    }

    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_04>div,
    body main.sub_page.pipeline#overview .con .box.box_01 .box_wrap ul.t_body .list .t_04>em {
        padding: 10px 5px
    }

    body main.sub_page.pipeline#publications .con.con_01 {
        margin-top: 40px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table thead {
        height: auto
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table thead tr td {
        padding: 5px 0;
        font-size: 14px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr {
        height: auto
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td {
        padding: 5px 0
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.text_01 {
        font-size: 14px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.text_02 {
        font-size: 13px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.text_03 {
        font-size: 13px
    }

    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.journal,
    body main.sub_page.pipeline#publications .con.con_01 .publications_table table tbody tr td.title {
        padding-left: 5px
    }

    body main.sub_page.pipeline.pubs_cu .con_tit_01 {
        font-size: 20px
    }

    body main.sub_page.pipeline.pubs_cu .con_detail_01 {
        font-size: 16px
    }

    body main.sub_page.pipeline.pubs_cu .box_wrap.wrap_01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.pipeline.pubs_cu .mo {
        display: block
    }

    body main.sub_page.pipeline.pubs_cu .con_box {
        padding: 20px
    }

    body main.sub_page.pipeline.pubs_cu .con_box .mt_40 {
        margin-top: 20px
    }

    body main.sub_page.pipeline.pubs_cu .con_box .box_tit_01 {
        font-size: 18px
    }

    body main.sub_page.pipeline.pubs_cu .con_box .box_detail_01 {
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu .con_box .point_text_01 {
        margin-top: 10px;
        font-size: 13px
    }

    body main.sub_page.pipeline.pubs_cu .section_navi ul li {
        font-size: 18px
    }

    body main.sub_page.pipeline.pubs_cu .section_navi ul li a {
        padding: 5px 7px;
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu .section_navi .swiper_btn {
        width: 35px;
        height: 35px
    }

    body main.sub_page.pipeline.pubs_cu .content.content_01 .con.con_01 {
        margin-top: 40px
    }

    body main.sub_page.pipeline.pubs_cu .content.content_02 .con.con_01 {
        margin-top: 50px
    }

    body main.sub_page.pipeline.pubs_cu .content.content_02 .con.con_02 {
        margin-top: 40px
    }

    body main.sub_page.pipeline.pubs_cu .con_tit_02 {
        font-size: 18px;
        color: #444;
        margin-top: 15px
    }

    body main.sub_page.pipeline.pubs_cu .con_tit_03 {
        font-size: 18px;
        color: #000;
        margin-top: 15px
    }

    body main.sub_page.pipeline.pubs_cu .con_detail_02 {
        margin-top: 10px
    }

    body main.sub_page.pipeline.pubs_cu .con_detail_02 li {
        font-size: 14px;
        margin-left: 15px;
        line-height: 1.5;
        text-align: left
    }

    body main.sub_page.pipeline.pubs_cu .con_detail_03 {
        margin-top: 10px;
        font-size: 13px
    }

    body main.sub_page.pipeline.pubs_cu .point_text_01 {
        font-size: 13px
    }

    body main.sub_page.pipeline.pubs_cu .point_text_02 {
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu .point_text_03 {
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu .point_text_04 {
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu .con_arrow.con_arrow_01 svg {
        width: 40px;
        height: 40px
    }

    body main.sub_page.pipeline.pubs_cu .flex_box>div {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu .flex_box>div:nth-child(2) {
        margin: 20px 0 0 0
    }

    body main.sub_page.pipeline.pubs_cu .flex_box.full_box {
        padding: 30px
    }

    body main.sub_page.pipeline.pubs_cu .table_wrap {
        overflow: auto
    }

    body main.sub_page.pipeline.pubs_cu .table_wrap .cu_table.table_01 {
        min-width: 1000px
    }

    body main.sub_page.pipeline.pubs_cu .table_wrap .cu_table.table_01 thead th {
        font-size: 16px
    }

    body main.sub_page.pipeline.pubs_cu .table_wrap .cu_table.table_01 tbody tr td {
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu .table_wrap .cu_table.table_01 tbody tr td p {
        font-size: 14px
    }

    body main.sub_page.pipeline.pubs_cu .table_wrap .cu_table.table_01 tbody tr td:last-child {
        padding: 15px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con_01 .con_box {
        flex-wrap: wrap;
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con_01 .con_box img {
        margin-right: 0;
        margin: 10px auto;
        display: block;
        max-width: fit-content;
        width: 100%;
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap figcaption {
        font-size: 18px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_01,
    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_03 {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_02 {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_02 .img_02 {
        display: none
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_02 .img_02.mo {
        margin: 20px auto;
        display: block
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_02 figcaption {
        display: none
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_01 .img_wrap.wrap_04 {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_02 {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_03 figure {
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_03 figure img {
        margin: 0
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_04 {
        width: 100%;
        margin-right: 0
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .section_01 .content.content_02 .con .con_box.con_box_04:last-child {
        margin-right: 0
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap {
        margin-top: 40px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart img {
        height: 250px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart .chart_title {
        font-size: 18px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart_info {
        margin-top: 40px
    }

    body main.sub_page.pipeline.pubs_cu#cu_06 .chart_wrap .chart_info ul li {
        margin: 10px
    }

    /* body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure img.img_03 {
        margin: 30px 0;
        height: 60px
    } */

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_01 figure figcaption {
        font-size: 16px;
        margin-top: 10px
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_02 .img_01 {
        display: none
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_02 .img_01.mo {
        display: block
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_02 figure .point_svg {
        display: none
    }

    body main.sub_page.pipeline.pubs_cu#cu_104 .section_01 .content.content_02 .con .con_box.con_box_03 {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_102 .img_wrap.wrap_01 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_102 .img_wrap.wrap_01 figure {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_102 .img_wrap.wrap_01 figure img {
        max-height: 250px
    }

    body main.sub_page.pipeline.pubs_cu#cu_102 .img_wrap.wrap_02 figure {
        width: 100%
    }

    body main.sub_page.pipeline.pubs_cu#cu_102 .img_wrap.wrap_02 figure img {
        max-height: 250px
    }

    body main.sub_page.pipeline.pubs_cu#cu_102 .con_box.box_01 {
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_102 .con_box.box_01 img {
        max-height: 200px
    }

    body main.sub_page.pipeline.pubs_cu#cu_103 .con_box.box_01 {
        text-align: center
    }

    body main.sub_page.pipeline.pubs_cu#cu_103 .con_box.box_01 img {
        max-height: 200px
    }

    body main.sub_page.pipeline.pubs_cu#cu_103 .con_box.box_01 img:nth-child(2) {
        margin: 20px 0 0 0
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .con_box.box_01 {
        text-align: center
    }

    /* 
    body main.sub_page.pipeline.pubs_cu#cu_106 .con_box.box_01 img:nth-child(2) {
        margin: 20px 0 0 0
    } */

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism p {
        margin-bottom: 20px;
    }

    body main.sub_page.pipeline.pubs_cu#cu_106 .content_wrap .con_box.box_01.mechanism>img {
        width: 100%;
    }

    body main.sub_page.pipeline.pubs_cu#cu_105 img {
        max-height: 250px
    }
}

@media (max-width: 610px){
    body{
        main{
            &.sub_page.platform#ed{
                .section_02{
                    .content{
                        &.content_05{
                            .content_wrap{
                                .content_detail{
                                    .box{
                                        .c_01{
                                            width: 100%;
                                            max-width: 100%;
                                            padding: 15px 20px;
                                            font-size: 18px;
                                        }
                                        .c_03{
                                            margin-bottom: 30px;
                                            ul{
                                                gap: 20px 20px;
                                                width: 100%;
                                                li{
                                                    width: 100%;
                                                    aspect-ratio: initial;
                                                    padding-top: 0;
                                                    padding: 15px 20px;
                                                    background-image: url("");
                                                    background-color: #Fff;
                                                    border-radius: 10px;
                                                    border: 1px solid #e5e5e5;
                                                    br{
                                                        display: none;
                                                    }
                                                    dl{
                                                        width: 100%;
                                                        dd{
                                                            width: 100%;
                                                            display: inline-block;
                                                            margin-right: 10px;
                                                        }
                                                    }
                                                    &:nth-of-type(2n){
                                                        background-image: url("");
                                                    }
                                                    &:nth-of-type(1){
                                                        &::before{
                                                            right: unset;
                                                            top: unset;
                                                            bottom: -22px;
                                                            transform: translateX(-50%) rotate(90deg);
                                                        }
                                                    }
                                                    &:nth-of-type(2){
                                                        &::before{
                                                            left: 50%;
                                                            bottom: -22px;
                                                            transform: translateX(-50%) rotate(90deg);
                                                        }
                                                    }
                                                    &:nth-of-type(3){
                                                        &::before{
                                                            left: 50%;
                                                            top: unset;
                                                            bottom: -22px;
                                                            transform: translateX(-50%) rotate(90deg);
                                                        }
                                                    }
                                                    &:nth-of-type(4){
                                                        &::before{
                                                            left: 50%;
                                                            top: unset;
                                                            bottom: -22px;
                                                            transform: translateX(-50%) rotate(90deg);
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                        .c_04{
                                            display: none;
                                        }
                                        .c_05{
                                            ul{
                                                li{
                                                    padding: 15px 20px;
                                                    gap: 10px 70px;
                                                    dl{
                                                        dt{
                                                            font-size: 22px;
                                                            margin-bottom: 5px;
                                                        }
                                                        dd{
                                                            font-size: 14px;
                                                            &.list_dd{
                                                                display: inline-block;
                                                                margin-right: 20px;
                                                                &::before{
                                                                    top: 8px;
                                                                }
                                                                &:nth-last-of-type(1){
                                                                    margin-right: initial;
                                                                }
                                                            }
                                                        }
                                                    }
                                                    &:nth-last-of-type(1){
                                                        margin-bottom: 0;
                                                    }
                                                    &:nth-of-type(2){
                                                        padding: 20px;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}