<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, body {
    font-weight: 500;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1D2B3B;
}

      html,
      body {
        position: relative;
        height: 100%;
      }


    body, input, button, form {
    
    	font-size: 14px;
    
    	line-height: 28px;
    
    	/*font-family: "microsoft yahei", "瀹嬩綋", "Arial";*/
    
    	color: #333333;
    
    }
    ._sub_main a {
        font-family: "micr";
    }
    @font-face {
        font-family: "micr";
        src: url(../font/SourceHanSansCN-Regular.otf);
    }
    .all_case_sec ._main ._head time{
         font-family: "micr";
    }
    ._service_title{
        font-family: "micr";
    }
    .footer_s_con a{
                font-family: "micr";
    }
      .swiper {
        width: 100%;
        height: 100%;
      }


      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body {
        background: #000;
        color: #000;
      }

      .swiper {
        width: 100%;
        /*height: 300px;*/
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
      }
    .swiper-pointer-events {
        touch-action: pan-y;
        height: 100%;
    }
      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }



.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
._copy span{
        color: #fff;
        font-weight: bold;
    font-size: 72px;
    line-height: 1.3;
}
._copy p{
    font-size: 20px;
    color: #fff;
    margin-top: 2%;
}
.clearfix {
    display: inline-block;
}
.top_fv img{
    width: 100%;
}
/* For Windows IE7 and Mac IE5 */
* html .clearfix {
    height: 1px;
}

/* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
    display: block;
}

.clear {
    clear: both;
}

/* End hide from IE-mac */
img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizequality;
    vertical-align: bottom;
}

/* Better images when resized for IE7, FF3.5+ */
a {
    text-decoration: none;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    line-height: 1.5;
}

@media (hover: hover) {
    a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

sup {
    vertical-align: super;
    color: inherit;
}

sub {
    vertical-align: sub;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #9FA5AF;
}

::-moz-placeholder {
    color: #9FA5AF;
}

:-ms-input-placeholder {
    color: #9FA5AF;
}

::-ms-input-placeholder {
    color: #9FA5AF;
}

::placeholder {
    color: #9FA5AF;
}

/* mixin銇ㄥ鏁�  ----------------------- */
/* wrapper  ----------------------- */
#wrapper {
    position: relative;
    overflow: hidden;
}

#wrapper:after {
    content: "";
    background: url(../image/all_sub_bg_border.svg) no-repeat center/100% 100%;
    width: 100%;
    height: auto;
    padding-top: 61.0625%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    display: block;
}

#container {
    position: relative;
    z-index: 2;
}

.content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* color  ----------------------- */
/* font  ----------------------- */
.all_font_montserrat {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/* animation  ----------------------- */
.all_fade_in {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.all_fade_in._anime {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@-webkit-keyframes scaleOpacity {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0;
    }
}

@keyframes scaleOpacity {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0;
    }
}

/*鍏遍€�  ----------------------- */
.all_new_line {
    display: inline-block;
    letter-spacing: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}

.sp {
    display: none;
}

.all_text_big {
    line-height: 2;
    font-size: 20px;
}

.all_text_big + .all_read_more {
    margin-top: 42px;
}

.all_text_big._white {
    color: #fff;
}

.all_text_big._center {
    text-align: center;
}

.all_text {
    line-height: 1.875;
    font-size: 18px;
}

.all_text + .all_read_more {
    margin-top: 50px;
}

.all_text p + p {
    margin-top: 10px;
}

.all_text + .all_circle_list {
    margin-top: 65px;
}

.all_text .all_text_smaller {
    line-height: 2.1;
}

.all_text + .all_graph {
    margin-top: 42px;
}

.all_text + .all_circle_list_mini {
    margin-top: 15px;
}

.all_text._white {
    color: #fff;
}

.all_text._center {
    text-align: center;
}

.all_text_small {
    line-height: 1.73;
    font-size: 15px;
}

.all_text_small._white {
    color: #fff;
}

.all_text_small._center {
    text-align: center;
}

.all_text_smaller {
    line-height: 1.57;
    font-size: 14px;
    color: rgba(29, 43, 59, 0.7);
}

.all_color_07 {
    color: rgba(29, 43, 59, 0.7);
}

.all_text_link {
    text-decoration: underline;
    color: #0E5DA8;
}

.all_head {
    position: relative;
    line-height: 1.5;
    font-size: 48px;
    color: #0E5DA8;
}

.all_head:after {
    content: "";
    background: #0E5DA8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: -32px;
    top: 0.75em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
}

.all_head._white {
    color: #fff;
}

.all_head._white:after {
    background: #fff;
}

.all_head sup {
    font-size: 0.48em;
    font-family: inherit;
    color: inherit;
}

.all_title {
    font-size: 20px;
    color: rgba(14, 93, 168, 0.8);
}

.all_title._white {
    color: rgba(255, 255, 255, 0.9);
}

.all_title + .all_copy {
    margin-top: 65px;
        margin-bottom: 6%;
}

.all_title + .all_copy2 {
    margin-top: 38px;
}

.all_title + .all_text {
    margin-top: 32px;
}

.all_title2 {
    line-height: 1.66;
    font-size: 36px;
    color: #0E5DA8;
}

.all_title2 + .all_title_circle {
    margin-top: 70px;
}

.all_title2 + .all_text {
    margin-top: 70px;
}

.all_title2 + .all_img_text_column {
    margin-top: 80px;
}

.all_title2 + .all_title5 {
    margin-top: 5px;
}

.all_title2._white {
    color: rgba(255, 255, 255, 0.9);
}

.all_title3 {
    font-size: 24px;
    color: #0E5DA8;
}

.all_title4 {
    font-size: 28px;
    color: #0E5DA8;
}

.all_title4 + .all_text {
    margin-top: 20px;
}

.all_title5 {
    line-height: 1.78;
    font-size: 18px;
}

.all_title5 + .all_text {
    margin-top: 30px;
}

.all_title5._white {
    color: rgba(255, 255, 255, 0.9);
}

.all_sub_intro {
    padding: 330px 0 195px;
}

.all_main_ttl {
    padding-left: 1px;
    position: relative;
    z-index: 2;
}

.all_main_ttl ._en {
    font-size: 100px;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #0E5DA8;
}

.all_main_ttl ._en ._ani {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    display: inline-block;
    letter-spacing: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.all_main_ttl ._en ._ani._anime {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.all_main_ttl ._jp {
    padding-left: 6px;
    opacity: 0.9;
    letter-spacing: 0.03em;
    font-size: 20px;
    color: #1D2B3B;

}

.all_main_ttl + .all_text {
    margin-top: 135px;
}

.all_sub_wave {
    width: 100%;
    position: absolute;
    left: 0;
    top: 96px;
    z-index: 1;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-animation-name: subWave;
    animation-name: subWave;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.all_sub_wave img {
    width: 100%;
}

@-webkit-keyframes subWave {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    50% {
        -webkit-transform: skewY(5deg);
        transform: skewY(5deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

@keyframes subWave {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    50% {
        -webkit-transform: skewY(5deg);
        transform: skewY(5deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

/*all_title_circle*/
.all_title_circle {
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
    font-size: 28px;
    color: #0E5DA8;
}

.all_title_circle:after {
    content: "";
    background: #0E5DA8;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0.8em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
}

.all_title_circle + .all_text {
    margin-top: 25px;
}

.all_copy {
    line-height: 1.684;
    letter-spacing: 0;
    font-size: 38px;
}

.all_copy + .all_text_big {
    margin-top: 20px;
}

.all_copy._white {
    color: #fff;
}

.all_copy._center {
    text-align: center;
}

.all_copy2 {
    line-height: 1.56;
    font-size: 32px;
}

.all_copy2._white {
    color: #fff;
}

.all_copy2 + .all_text {
    margin-top: 35px;
}

.all_copy2 + .all_text_big {
    margin-top: 35px;
}

.all_circle_arrow {
    width: 85px;
    height: 85px;
    position: absolute;
    right: 48px;
    bottom: 45px;
    border-radius: 50%;
}

.all_circle_arrow svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.all_circle_arrow svg path {
    -webkit-transition: stroke 0.4s ease;
    transition: stroke 0.4s ease;
}

.all_circle_arrow:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border: 1px #fff solid;
    border-radius: 50%;
    -webkit-transition: background 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
}

@media (hover: hover) {
    a:hover .all_circle_arrow svg path {
        stroke: #fff;
    }

    a:hover .all_circle_arrow:before {
        background: none;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/*.all_circle_arrow._gray*/
.all_circle_arrow._gray:before {
    border: 1px #E4E8EE solid;
}

@media (hover: hover) {
    a:hover {
        opacity: 1;
    }

    a:hover .all_circle_arrow._gray svg path {
        stroke: #0e5da8;
    }
}

.all_read_more a {
    background: #fff;
    width: 196px;
    height: 64px;
    padding-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px #fff solid;
    border-radius: 32px;
    letter-spacing: 0;
    color: #0E5DA8;
    -webkit-transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
    transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.all_read_more a:before {
    content: "";
    background: #0E5DA8;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.all_read_more a:after {
    content: "";
    background: url(../image/all_read_more_arrow.svg) no-repeat center/11px 8px;
    width: 11px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.all_read_more a._gray {
    background: #F2F5F8;
}

.all_read_more a:hover {
    background: none;
    opacity: 1;
    border-color: #0E5DA8;
}

.all_read_more a:hover:before {
    opacity: 0;
}

.all_read_more a:hover:after {
    opacity: 1;
}

.all_read_more a._hover_white:after {
    background-image: url(../image/all_read_more_arrow_white.svg);
}

.all_read_more a._hover_white:hover {
    border-color: #fff;
    color: #fff;
}

.all_read_more.pdf a {
    background: #005DB0;
    color: #FFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.all_read_more.pdf a:before {
    display: none;
}

.all_read_more.pdf a:after {
    content: "";
    background: url(../image/all_pdf_icon_w.svg) no-repeat center/contain;
    width: 20px;
    height: 22px;
    border-radius: 0;
    opacity: 1;
}

.all_read_more.pdf a:hover {
    background: #fff;
    color: #005DB0;
}

.all_read_more.pdf a:hover:after {
    background-image: url(../image/all_pdf_icon_b.svg);
}

.all_slide,
.all_slide3,
.all_slide4 {
    width: 100%;
    margin-top: 3%;
}

.all_slide .all_slides {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.all_slides {
    margin: 0 1%;
}

.all_slide .swiper-slide,
.all_slide3 .swiper-slide,
.all_slide4 .swiper-slide {
    width: 24%;
}

.all_slide .swiper-slide a,
.all_slide3 .swiper-slide a,
.all_slide4 .swiper-slide a {
    /*background: url(../image/top_service_three_minutes.jpg) no-repeat center/cover;*/
    width: 100%;
    height: 500px;
    position: relative;
    display: block;
}

.all_slide .swiper-slide a .all_circle_arrow,
.all_slide3 .swiper-slide a .all_circle_arrow,
.all_slide4 .swiper-slide a .all_circle_arrow {
    right: auto;
    left: 42px;
    bottom: 60px;
}

.all_slide .swiper-slide a:hover,
.all_slide3 .swiper-slide a:hover,
.all_slide4 .swiper-slide a:hover {
    opacity: 1;
}

.all_slide2 {
    width: calc(600px + 50vw);
    margin-top: 45px;
    padding-right: 52px;
}

.all_slide2 .swiper-slide {
    width: 379px;
}

.all_slide2 .swiper-slide ._img {
    overflow: hidden;
}

.all_slide2 .swiper-slide ._img img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media (hover: hover) {
    .all_slide2 .swiper-slide a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.all_slide2 ._sec {
    height: 84px;
    padding-right: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all_slide2 .all_title {
    color: #1D2B3B;
}

.all_slide2 .all_circle_arrow {
    width: 64px;
    height: 64px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all_slide2 .all_circle_arrow svg {
    width: 15px;
}

.all_slide2 + .all_slide_controls {
    margin-top: 10px;
}

.all_slide_controls,
.all_slide_controls3,
.all_slide_controls4 {
    margin-top: 35px;
    position: relative;
    text-align: right;
}

.all_slide_controls ._bar,
.all_slide_controls3 ._bar,
.all_slide_controls4 ._bar {
    background: rgba(29, 43, 59, 0.08);
    width: calc(100% - 200px);
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all_slide_controls .swiper-scrollbar-drag,
.all_slide_controls3 .swiper-scrollbar-drag,
.all_slide_controls4 .swiper-scrollbar-drag {
    background: #0E5DA8;
}

.all_slide_controls button,
.all_slide_controls3 button,
.all_slide_controls4 button {
    background: #FFFFFF;
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px #E4E8EE solid;
    border-radius: 50%;
}

.all_slide_controls button svg,
.all_slide_controls3 button svg,
.all_slide_controls4 button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.all_slide_controls ._prev svg,
.all_slide_controls3 ._prev svg,
.all_slide_controls4 ._prev svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.all_slide_controls .swiper-button-disabled,
.all_slide_controls3 .swiper-button-disabled,
.all_slide_controls4 .swiper-button-disabled {
    opacity: 0.5;
}

.all_slide_controls3 button,
.all_slide_controls4 button {
    border: none;
}

.all_slide2_sp + .all_slide_controls {
    display: none;
}

.all_slide_caption span:nth-child(n+2) {
    display: none;
}

.all_case_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all_case_tab li {
    width: 33.3%;
}

.all_case_tab a {
    background: #F6F8FA;
    width: 100%;
    height: 72px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: cneter;
    font-size: 18px;
    color: #0E5DA8;
    -webkit-transition: background 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease;
}

.all_case_tab a span {
    text-align: center;
    color: #0E5DA8;
}

@media (hover: hover) {
    .all_case_tab a:hover {
        background: #0E5DA8;
        font-weight: 700;
        color: #fff;
        opacity: 1;
    }

    .all_case_tab a:hover span {
        font-weight: 700;
        color: #fff;
    }
}

.all_case_tab a._on {
    background: #0E5DA8;
    font-weight: 700;
    color: #fff;
}

.all_case_tab a._on span {
    font-weight: 700;
    color: #fff;
}

.all_case_tab a span {
    color: #0E5DA8;
}

.all_case_container {
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.all_case_sec {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: opacity 0s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0s ease, transform 0s 0.4s ease;
    transition: opacity 0s ease, transform 0s 0.4s ease, -webkit-transform 0s 0.4s ease;
}

.all_case_sec._on {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, transform 0s ease;
    transition: opacity 0.4s ease, transform 0s ease, -webkit-transform 0s ease;
}

.all_case_sec ._menu {
    width: 218px;
}

.all_case_sec ._menu ._case_column {
    margin-top: 32px;
}

.all_case_sec ._menu._fixed {
    position: fixed;
}

.all_case_sec ._menu ._select {
    display: none;
}

.all_case_sec ._menu ._list {
    margin-top: 30px;
    padding-bottom: 20px;
}

.all_case_sec ._menu ._list li:nth-child(1) {
    display: none;
}

.all_case_sec ._menu ._list button {
    padding: 0;
    border-radius: 50px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.all_case_sec ._menu ._list button._on {
    background: #0E5DA8;
    padding: 3px 15px;
    font-weight: 700;
    color: #fff;
}

.all_case_sec ._menu .all_case_button_open:nth-child(n+3) {
    margin-top: 0;
}

.all_case_sec ._menu li + li {
    margin-top: 18px;
}

.all_case_sec ._menu a {
    position: relative;
    display: inline-block;
    line-height: 1.25;
    font-size: 18px;
    color: #0E5DA8;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.all_case_sec ._menu a._on {
    opacity: 1;
}

@media (hover: hover) {
    .all_case_sec ._menu a:hover {
        opacity: 1;
    }
}

.all_case_sec ._main {
    width: calc(100% - 270px);
    margin-left: auto;
}

.all_case_sec ._main._menu_none {
    margin: 0 auto;
}

.all_case_sec ._main ._list {
    margin-top: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1%;
}

.all_case_sec ._main ._list li {
    width: 30.33%;
    margin-top: 45px;
    border-radius: 48px 48px 0 0;
    /* background: red; */
    overflow: hidden;
    margin: 1.5%;
}

.all_case_sec ._main ._list_sec:nth-of-type(n+2) {
    display: none;
}

.all_case_sec ._main a {
    display: block;
}

.all_case_sec ._main ._img {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*border: 1px rgba(29, 43, 59, 0.08) solid;*/
}

.all_case_sec ._main ._img img {
    width: 100%;
}

.all_case_sec ._main ._img div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.all_case_sec ._main ._head {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.all_case_sec ._main ._head time {
    margin-top: 10px;
    margin-right: 15px;
    font-size: 18px;
    color: #29559a;
}

.all_case_sec ._main ._head ._tag {
    background: #F2F5F8;
    margin-right: 8px;
    margin-top: 10px;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 18px;
    font-size: 14px;
    color: rgba(29, 43, 59, 0.5);
}

.all_case_sec ._main ._head ._tag._on {
    background: #0E5DA8;
    font-weight: 700;
    color: #fff;
}

.all_case_sec ._main ._head ._tag:last-child {
    margin-right: 0;
}

.all_case_sec ._main ._head ._new {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #E83643;
}

.all_case_sec ._main ._title {
    margin-top: 15px;
}

.all_case_sec ._main ._title ._name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #005DB0;
}

.all_case_sec ._main ._title ._client {
    margin-top: 5px;
    display: block;
    vertical-align: middle;
}

.all_case_sec ._main ._title + .all_text_small {
    margin-top: 8px;
    color: rgba(29, 43, 59, 0.8);
}

@media (hover: hover) {
    .all_case_sec ._main a:hover {
        opacity: 1;
    }

    .all_case_sec ._main a:hover ._img div {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.top_case .all_case_sec .all_read_more {
    margin: 50px auto 0;
    position: static;
    display: block;
}

.all_case_button_all {
    background: #0E5DA8;
    height: 35px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.all_case_button_all._off {
    background: none;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #0E5DA8;
}

.all_case_button_open {
    width: 100%;
    padding: 12px 25px 12px 0;
    position: relative;
    text-align: left;
    border-bottom: 1px rgba(9, 68, 124, 0.1) solid;
}

.all_case_button_open ._head {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    color: #0E5DA8;
}

.all_case_button_open ._text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #0E5DA8;
}

.all_case_button_open:after {
    content: "";
    background: url(../image/all_case_button_open_arrow.svg) no-repeat center/16px 8px;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.all_info_list {
    margin-top: 42px;
    margin-bottom: 4%;
}

.all_info_list li + li {
    margin-top: 32px;
}

.all_info_list ._head time {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: rgba(29, 43, 59, 0.6);
}

.all_info_list ._head time:last-child {
    margin-right: 0;
}

.all_info_list ._head ._tag {
    padding: 3px 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px #E4E8EE solid;
    border-radius: 13px;
    font-weight: 500;
    font-size: 14px;
    color: #0E5DA8;
}

.all_info_list a {
  display: flex;
  justify-content: space-between;
}

.suppl_b_c1_im {
    width: 50%;
}
.suppl_b_c1{
    display: flex;
}
.suppl_b_c1_im img{
  width: 100%;
}
.suppl_b_c{
    width: 50%;
    background: #ebf0f4;
    padding: 4%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}
.suppl_b_c span{
  color: #275c80;
  font-size: 40px;
  font-weight: bold;
}
.suppl_b_c p{
  font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 4%;
    color: #333333;
}
.all_info_list .all_text {
    margin-top: 5px;
}
.supp_cont2 {
    display: flex;
    margin: 0 -1%;
    justify-content: space-between;
}
.supp_c_box {
    width: 28%;
    margin: 1%;
}
.supp_c_b_a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.supp_c_b_a time{
    color: #178fe1;
    font-size: 18px;
    font-weight: bold;
}
.supp_c_b_a span{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 4% 0;
    transition: all 0.5s ease-in-out 0s;
}
.supp_c_b_a p{
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}






.all_float_banner {
    position: fixed;
    left: 18px;
    bottom: 22px;
    z-index: 9;
}

.all_float_banner ._main img {
    width: 340px;
}

.all_float_banner ._close {
    position: absolute;
    right: -8px;
    top: -12px;
    z-index: 2;
}

.all_copyright {
    height: 290px;
    position: absolute;
    top: 330px;
    left: 22px;
    z-index: 2;
    letter-spacing: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #FFF;
}

.all_copyright._color {
    color: #1D2B3B;
}

/*all_has_sidebar_sec*/
.all_has_sidebar_sec {
    padding-left: 280px;
    padding-bottom: 210px;
    position: relative;
}

.all_has_sidebar_sec .content {
    max-width: 960px;
}

.all_sidebar {
    width: 280px;
    height: calc(100vh - 96px);
    position: fixed;
    left: 0;
    top: 96px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px rgba(29, 43, 59, 0.08) solid;
    overflow: auto;
    -webkit-transition: padding-top 0.4s ease;
    transition: padding-top 0.4s ease;
}

.all_sidebar_list a {
    display: block;
    line-height: 1.6;
    font-size: 15px;
}

.all_sidebar_list &gt; li {
    border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}

.all_sidebar_list &gt; li &gt; a {
    padding: 20px 42px;
    position: relative;
}

.all_sidebar_list &gt; li &gt; a._on {
    background: #F8FAFB;
    font-weight: 700;
    color: #0E5DA8;
}

.all_sidebar_list &gt; li &gt; a._on:after {
    content: "";
    background: #0E5DA8;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 28px;
    top: calc(20px + 0.8em);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
}

.all_sidebar_list ._accordion {
    position: relative;
}

.all_sidebar_list ._accordion:before, .all_sidebar_list ._accordion:after {
    content: "";
    background: #0E5DA8;
    width: 12px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 50%;
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.all_sidebar_list ._accordion:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.all_sidebar_list ._accordion._open:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.all_sidebar_list ._sub_list {
    margin-top: -8px;
    padding: 0 42px 20px;
    display: none;
}

.all_sidebar_list ._sub_list._on {
    display: block;
}

.all_sidebar_list ._sub_list li:nth-child(n+2) {
    margin-top: 8px;
}

.all_sidebar_list ._sub_list a {
    padding-left: 20px;
    position: relative;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

@media (hover: hover) {
    .all_sidebar_list ._sub_list a:hover {
        opacity: 1;
    }
}

.all_sidebar_list ._sub_list a._on {
    font-weight: 700;
    color: #0E5DA8;
    opacity: 1;
}

.all_sidebar_list ._sub_list a._on:after {
    content: "";
    background: #0E5DA8;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.8em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
}

/*all_breadcrumb*/
.all_breadcrumb {
    padding: 0 40px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}

.all_breadcrumb li:nth-child(n+2) {
    padding-left: 22px;
    position: relative;
}

.all_breadcrumb li:nth-child(n+2):after {
    content: "";
    background: url(../image/all_breadcrumb_arrow.svg) no-repeat center/100% 100%;
    width: 5px;
    height: 10px;
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.all_breadcrumb a span {
    font-size: 14px;
    color: rgba(29, 43, 59, 0.3);
}

/*all3*/
.all3_fv {
    padding-top: 340px;
}

.all3_fv .all_copyright {
    top: 370px;
}

.all3_fv + .all_full_bg {
    margin-top: 190px;
}

.all_under3_head {
    position: relative;
    line-height: 1.6;
    font-size: 19px;
    color: #0E5DA8;
}

.all_under3_head:after {
    content: "";
    background: #0E5DA8;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -25px;
    top: 0.8em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
}

.all_under3_title {
    margin-top: 5px;
    -webkit-transform: translateX(-0.1em);
    transform: translateX(-0.1em);
    font-size: 48px;
}

.all_under3_title_sub {
    display: block;
    font-size: 40px;
}

.all_under3_internal_list_sec {
    background: #F8FAFB;
    margin-top: 110px;
    padding: 28px 40px 38px;
    border-left: 1px #0E5DA8 solid;
}

.all_under3_internal_list_button {
    display: none;
}

.all_under3_internal_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.all_under3_internal_list li {
    margin: 10px 30px 0 0;
}

.all_under3_internal_list li a {
    padding-right: 18px;
    position: relative;
    display: block;
    font-size: 16px;
    color: #0E5DA8;
}

.all_under3_internal_list li a:after {
    content: "";
    background: url(../image/all_under3_internal_list_arrow.svg) no-repeat center/10px 5px;
    width: 10px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.all_under3_internal_list li ._normal_arrow:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.all_under3_internal_list li:last-child {
    margin-right: 0;
}

/*all_border_sec*/
.all_border_sec {
    margin-top: 120px;
    padding-top: 30px;
    position: relative;
    border-top: 2px rgba(29, 43, 59, 0.1) solid;
}

.all_border_sec:after {
    content: "";
    background: #0E5DA8;
    width: 68px;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    display: block;
}

.all_border_sec + .all_border_sec {
    margin-top: 155px;
}

/*all_list*/
.all_list {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.all_list li {
    width: 31.25%;
}

.all_list li:nth-child(n+2) {
    margin-left: 3.12%;
}

.all_list li:nth-child(3n-2) {
    margin-left: 0;
}

.all_list img {
    width: 100%;
}

.all_list .all_text_smaller,
.all_list + .all_text_smaller {
    margin-top: 10px;
    display: block;
}

.all_list .all_scale {
    pointer-events: none;
}

.all_list .all_scale:after {
    display: none;
}

.all_list + .all_title_circle {
    margin-top: 70px;
}

.all_list._two li {
    width: 47.08%;
}

.all_list._two li:nth-child(n+2) {
    margin-left: 5.84%;
}

.all_list._two li:nth-child(2n-1) {
    margin-left: 0;
}

.all_list._two li:nth-child(n+3) {
    margin-top: 38px;
}

/*all_circle_list*/
.all_circle_list li + li {
    margin-top: 65px;
}

.all_circle_list_mini li {
    padding-left: 1.5em;
    position: relative;
}

.all_circle_list_mini li:after {
    content: "";
    background: #0E5DA8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0.9375em;
    display: block;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all_circle_list_mini + .all_text {
    margin-top: 15px;
}

/*all_table_sec*/
.all_table_sec {
    margin-top: 32px;
    overflow: auto;
}

.all_table_sec + .all_title_circle {
    margin-top: 72px;
}

.all_table {
    width: 100%;
    border-left: 1px rgba(14, 93, 168, 0.1) solid;
}

.all_table thead th {
    background: #0E5DA8;
    padding: 15px 10px;
    border-right: 1px rgba(255, 255, 255, 0.7) solid;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.all_table thead tr th:first-child {
    border-left: 1px solid #0E5DA8;
}

.all_table thead tr th:last-child {
    border-color: #0E5DA8;
}

.all_table tbody td {
    padding: 15px 10px;
    border-right: 1px rgba(14, 93, 168, 0.1) solid;
    border-bottom: 1px rgba(14, 93, 168, 0.1) solid;
    text-align: center;
    font-size: 14px;
    color: #1D2B3B;
}

.all_table tbody tr:nth-child(2n) td {
    background: #F8FAFB;
}

.all_table.all_table_alt tbody tr td:first-child {
    background: #EDF3F7;
    width: 185px;
    padding: 15px 22px;
    text-align: left;
    font-weight: 600;
    color: #0E5DA8;
}

/*all_img_text_column*/
.all_img_text_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.all_img_text_column ._img {
    width: 41.67%;
}

.all_img_text_column ._img img {
    width: 100%;
}

.all_img_text_column ._img .all_text_smaller {
    margin-top: 10px;
}

.all_img_text_column ._text {
    width: 52.6%;
}

/*all_next_content*/
.all_next_content {
    margin-top: 200px;
}

.all_next_content ._title {
    text-align: center;
    font-size: 20px;
}

.all_next_content ._list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px rgba(29, 43, 59, 0.2) solid;
}

.all_next_content ._list li {
    width: 50%;
}

.all_next_content ._list li:nth-child(n+2) {
    border-left: 1px rgba(29, 43, 59, 0.1) solid;
}

.all_next_content ._sec {
    height: 180px;
    padding: 0 180px 0 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.all_next_content ._sec ._head {
    font-size: 30px;
    color: #0E5DA8;
}

.all_next_content ._sec ._text {
    margin-top: 8px;
    font-size: 18px;
}

.all_next_content ._sec .all_circle_arrow {
    right: 60px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all_next_content ._img {
    overflow: hidden;
}

.all_next_content ._img div {
    height: 347px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.all_next_content ._case ._img div {
    background: url(../image/all_next_content_case.jpg) no-repeat center/cover;
}

.all_next_content ._seedprojects ._img div {
    background: url(../image/all_next_content_seed_projects.jpg) no-repeat center/cover;
}

@media (hover: hover) {
    .all_next_content a:hover ._img div {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*all_link_column_list*/
.all_link_column_list li + li {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px rgba(14, 93, 168, 0.1) solid;
}

.all_link_column_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all_link_column_list ._text {
    width: 50%;
}

.all_link_column_list ._img {
    width: 37.33%;
    overflow: hidden;
}

.all_link_column_list ._img img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.all_link_column_list .all_title2 {
    padding-right: 100px;
    position: relative;
}

.all_link_column_list .all_title2 .all_circle_arrow {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (hover: hover) {
    .all_link_column_list a:hover ._img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*all_link_bar*/
.all_link_bar {
    margin-top: 175px;
}

.all_link_bar a {
    background: #0E5DA8;
    width: 100%;
    height: 200px;
    padding: 0 220px 0 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.all_link_bar a:after {
    content: "";
    background: radial-gradient(circle at left bottom, rgba(135, 101, 180, 0.75), rgba(135, 101, 180, 0.15));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    opacity: 0.7;
}

.all_link_bar a .all_circle_arrow {
    position: absolute;
    right: 100px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.all_link_bar p {
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #fff;
}

.all_link_bar + .all_link_bar {
    margin-top: 50px;
}

/*all_dlist*/
.all_dlist dl {
    padding: 41px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px rgba(14, 93, 168, 0.1) solid;
}

.all_dlist dl:last-child {
    padding-bottom: 0;
}

.all_dlist dt {
    width: 200px;
    font-weight: 700;
}

.all_dlist dd {
    width: calc(100% - 200px);
}

/*all_map_icon*/
.all_map_icon {
    background: #F2F5F8;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.all_map_icon svg path {
    -webkit-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
}

@media (hover: hover) {
    .all_map_icon:hover {
        background: #0E5DA8;
        opacity: 1;
    }

    .all_map_icon:hover svg path {
        fill: #fff;
    }
}

/*all_full_bg*/
.all_full_bg {
    height: 600px;
}

.all_graph ._graph {
    border: 1px rgba(29, 43, 59, 0.1) solid;
}

.all_graph ._graph img {
    width: 100%;
}

.all_graph .all_text_smaller {
    margin-top: 10px;
    display: block;
}

/*all_calculate*/
.all_calculate {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.all_calculate ._main {
    margin-right: 60px;
    font-weight: 500;
    font-size: 24px;
    color: #0E5DA8;
}

.all_calculate ._number {
    font-size: 16px;
    color: #707070;
}

.all_calculate + .all_text {
    margin-top: 25px;
}

/*all_last_sec*/
.all_last_sec {
    padding-bottom: 200px;
}

/*all_modal*/
.all_modal {
    width: 100%;
    height: 100vh;
    height: 100 dvh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    display: none;
}

.all_modal ._inner {
    background: #fff;
    width: 89%;
    max-width: 846px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.all_modal ._inner img {
    width: 100%;
}

.all_modal ._close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -35px;
}

.all_modal ._close:before, .all_modal ._close:after {
    content: "";
    background: #fff;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
}

.all_modal ._close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.all_modal ._bg {
    background: rgba(26, 26, 26, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.all_modal#library_modal ._inner {
    max-width: 1018px;
}

/*all_scale*/
.all_scale {
    position: relative;
    overflow: hidden;
}

.all_scale img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.all_scale:after {
    content: "";
    background: url(../image/all_scale.svg) no-repeat center/56px 56px;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}

@media (hover: hover) {
    .all_scale:hover {
        opacity: 1;
    }

    .all_scale:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*all_foot_copy*/
.all_foot_copy {
    text-align: center;
    letter-spacing: -0.01em;
    font-size: 78px;
    font-weight: 300;
    color: #0E5DA8;
}

.all_foot_copy img {
    max-width: 87.164%;
}

.all_foot_copy span {
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}

.all_foot_copy ._letter {
    letter-spacing: 0.04em;
}

.all_foot_copy + .all_title3 {
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}

/*all_search_space*/
.all_search_space {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px rgba(29, 43, 59, 0.1) solid;
}

.all_search_space ._input_text {
    background: rgba(255, 255, 255, 0.22);
    width: calc(100% - 52px);
    height: 52px;
    padding: 0 20px;
    font-size: 16px;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.all_search_space ._input_text:focus {
    background: #fff;
}

.all_search_space ._submit {
    background: #005DB0;
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all_search_space ._submit span {
    display: block;
    line-height: 0;
}

.all_loading {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 11;
}

.all_loading ._logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.all_loading ._logo img {
    width: 159px;
}

.all_back_top {
    margin-top: 30px;
    text-align: right;
}

.all_back_top a {
    padding-right: 18px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #005DB0;
}

.all_back_top a:after {
    content: "";
    background: url(../image/all_back_top.svg) no-repeat center/100% 100%;
    width: 10px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media (hover: hover) {
    .all_back_top a:hover:after {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/*all_download_link*/
.all_download_link {
    margin-top: 70px;
}

.all_download_link a {
    background: #F2F5F8;
    width: 265px;
    height: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px #fff solid;
    border-radius: 32px;
    letter-spacing: 0;
    -webkit-transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
    transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.all_download_link a:hover {
    background: none;
    opacity: 1;
    border-color: #0E5DA8;
}

.all_download_link span {
    padding-right: 28px;
    position: relative;
    color: #0E5DA8;
}

.all_download_link span:after {
    content: "";
    background: url(../image/all_download_link.svg) no-repeat center/100% 100%;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* #header 銉樸儍銉€銉�
=========================================== */
#header {
    width: 100%;
    height: 96px;
    padding: 0 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffffa3;
    backdrop-filter: blur(20rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px rgba(255, 255, 255, 0.16) solid;
    -webkit-transition: background 0.4s, -webkit-transform 0.4s;
    transition: background 0.4s, -webkit-transform 0.4s;
    transition: background 0.4s, transform 0.4s;
    transition: background 0.4s, transform 0.4s, -webkit-transform 0.4s;
    /*_search_menu*/
}

#header:before {
    content: "";
    background: rgba(26, 26, 26, 0.3);
    width: 100vw;
    height: calc(100vh + 1000px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: transform 0s 0.4s ease, opacity 0.4s ease;
    transition: transform 0s 0.4s ease, opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
}

#header._has_sub_service_on:before, #header._has_sub_project_on:before, #header._has_sub_md_on:before, #header._has_sub_company_on:before, #header._has_sub_news_on:before, #header._search_menu_on:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
    transition: transform 0s 0s ease, opacity 0.4s ease;
    transition: transform 0s 0s ease, opacity 0.4s ease, -webkit-transform 0s 0s ease;
}

#header .header_logo {
    position: relative;
    z-index: 9999;
    /*width: 10%;*/
}

#header .header_logo ._blue {
    display: none;
}

#header .header_logo ._white {
    display: block;
            width: 100%;
}

#header._scroll {
        /*transform: translateY(-100%);*/
    background: #FFF;
    border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}

#header._scroll .header_content ._main {
    color: #1D2B3B;
}

#header._scroll .header_content ._language_list li a {
    color: #8eafce;
}

#header._scroll .header_content ._language_list li a._on {
    background: #e5edf4;
    color: #0E5DA8;
}

#header._scroll .header_content ._search_button a {
    border: 1px solid #E4E8EE;
}

#header._scroll .header_logo ._white {
    display: none;
}

#header._scroll .header_logo ._blue {
    display: block;
        width: 100%;
}

#header._move {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

#header ._language_list_sp {
    display: none;
}

#header ._search_menu {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: transform 0s 0.4s ease, opacity 0.4s ease;
    transition: transform 0s 0.4s ease, opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
}

#header ._search_menu ._inner {
    width: 89%;
    max-width: 767px;
    margin: 0 auto;
    padding: 170px 0 120px;
}

#header ._search_menu .all_head {
    padding-left: 0;
}

#header ._search_menu .all_head:after {
    display: none;
}

#header ._search_menu ._close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 48px;
    bottom: 22px;
}

#header ._search_menu ._close:before, #header ._search_menu ._close:after {
    content: "";
    background: #1D2B3B;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
}

#header ._search_menu ._close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#header._search_menu_on ._search_menu {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: transform 0s ease, opacity 0.4s ease;
    transition: transform 0s ease, opacity 0.4s ease, -webkit-transform 0s ease;
}

#header._search_menu_on .header_content ._main {
    color: #1D2B3B;
}

#header._search_menu_on .header_content ._language_list li a {
    color: #8eafce;
}

#header._search_menu_on .header_content ._language_list li a._on {
    background: #e5edf4;
    color: #0E5DA8;
}

#header._search_menu_on .header_content ._search_button a {
    border: 1px solid #E4E8EE;
}

#header._search_menu_on .header_logo ._white {
    display: none;
}

#header._search_menu_on .header_logo ._blue {
    display: block;
}

#header ._search_keywards {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header ._search_keywards ._head {
    width: 155px;
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    color: #fff;
}

#header ._search_keywards ._list {
    width: calc(100% - 155px);
}

#header ._search_keywards ._list li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

#header ._search_keywards ._list a {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    color: #fff;
}

.header_content {
    /*position: relative;*/
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    justify-content: space-between;
}

.header_content ._list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
        justify-content: space-around;
}

.header_content ._list &gt; li:nth-child(n+2) {
    margin-left: 28px;
}

.header_content ._main {
    display: block;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    color: #000;
}

.header_content ._language_list {
    margin-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_content ._language_list li a {
    padding: 2px 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
    color: #fff;
}

.header_content ._language_list li a._on {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
}

.header_content ._search_button {
    margin-left: 15px;
}

.header_content ._search_button a {
    background: #0b5092;
    width: 260px;
    height: 37px;
        border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 80px;
}
.pept_yj{
        padding: 0 8.4%;
}
.pept_yj span{
    font-size: 23px;
}
.pept_yj img{
    margin: 6% 0;
    width: 100%;
}
.pept_yj p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 2.4;
    opacity: .8;
}
.header_content ._search_button a em{
    color: #fff;
}
.header_content ._contact_button {
    margin-left: 10px;
}

.header_content ._contact_button a {
    background: #0E5DA8;
    width: 168px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}

.header_content ._list_sub {
    width: auto;
    padding-top: 52px;
    position: absolute;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: transform 0s 0.4s ease, opacity 0.4s ease;
    transition: transform 0s 0.4s ease, opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    /*left: 20%;*/
    /*right: 20%;*/
}

.header_content ._list_sub ._inner {
    background: #fff;
    padding: 65px 60px 60px;
    position: relative;
}

.header_content ._list_sub ._sub_head {
    width: 100%;
    max-width: 214px;
}

.header_content ._list_sub ._sub_head a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #0E5DA8;
}

.header_content ._list_sub ._sub_head .all_circle_arrow {
    width: 38px;
    height: 38px;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_content ._list_sub ._sub_head .all_circle_arrow svg {
    width: 9px;
}

.header_content ._list_sub ._sub_head .all_circle_arrow:before {
    border: 1px #E4E8EE solid;
}

@media (hover: hover) {
    .header_content ._list_sub ._sub_head a:hover {
        opacity: 1;
    }

    .header_content ._list_sub ._sub_head a:hover .all_circle_arrow svg path {
        stroke: #0e5da8;
    }

    .header_content ._list_sub ._sub_head a:hover .all_circle_arrow:before {
        background: none;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        border: 1px #0E5DA8 solid;
    }
}

.header_content ._list_sub ._sub_head + ._sub_main {
    margin-top: 50px;
}

.header_content ._list_sub ._sub_main {
    max-width: 213px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px rgba(29, 43, 59, 0.2) solid;
}

.header_content ._list_sub ._sub_main a {
    padding-right: 30px;
    position: relative;
    display: block;
    font-size: 14px;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}

.header_content ._list_sub ._sub_main a:after {
    content: "";
    background: url(../image/all_read_more_arrow.svg) no-repeat center/12px 9px;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
}

@media (hover: hover) {
    .header_content ._list_sub ._sub_main a:hover {
        color: #0E5DA8;
        opacity: 1;
    }

    .header_content ._list_sub ._sub_main a:hover:after {
        right: -2px;
    }
}

.header_content ._list_sub ._sub_main a:before {
    content: "";
    background: #0E5DA8;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -13px;
    display: block;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

@media (hover: hover) {
    .header_content ._list_sub ._sub_main a:hover:before {
        width: 100%;
    }
}

.header_content ._list_sub ._sub_main span {
    position: relative;
    display: block;
    font-size: 14px;
}

.header_content ._list_sub ._sub_main span:before {
    content: "";
    background: #0E5DA8;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -13px;
    display: block;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.header_content ._list_sub ._sub_main._carbon {
    width: 265px;
    max-width: none;
    position: absolute;
    left: 330px;
    top: 137px;
}

.header_content ._list_sub ._column3 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.header_content ._list_sub ._column2 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_content ._list_sub ._column1 {
    margin-top: 50px;
}

.header_content ._list_sub._sub_head_none ._column1 {
    margin-top: 0;
}

.header_content ._list_sub ._column {
    width: 213px;
    max-width: 213px;
}

.header_content ._list_sub ._column ._sub_main:nth-child(n+2) {
    margin-top: 42px;
}

.header_content ._list_sub ._column:nth-child(n+2) {
    margin-left: 30px;
}

.header_content ._list_sub ._sub_list {
    margin-top: 28px;
}

.header_content ._list_sub ._sub_list li {
    padding-bottom: 10px;
    border-bottom: 1px rgba(29, 43, 59, 0.08) solid;
}

.header_content ._list_sub ._sub_list li:nth-child(n+2) {
    margin-top: 15px;
}

.header_content ._list_sub ._sub_list a {
    opacity: 0.7;
    padding-right: 30px;
    position: relative;
    display: block;
    font-size: 14px;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}

.header_content ._list_sub ._sub_list a:after {
    content: "";
    background: url(../image/all_read_more_arrow.svg) no-repeat center/12px 9px;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
}

@media (hover: hover) {
    .header_content ._list_sub ._sub_list a:hover {
        color: #0E5DA8;
        opacity: 1;
    }

    .header_content ._list_sub ._sub_list a:hover:after {
        right: -2px;
    }
}

@media (hover: hover) {
    .header_content ._has_sub:hover ._list_sub {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
        transition: opacity 0.4s ease, -webkit-transform 0s 0s ease;
        transition: transform 0s 0s ease, opacity 0.4s ease;
        transition: transform 0s 0s ease, opacity 0.4s ease, -webkit-transform 0s 0s ease;
    }
}

.header_content ._has_sub_company ._list_sub {
    width: 595px;
}

.header_content ._acc {
    display: none;
}

.header_content ._has_sub_project ._list_sub,
.header_content ._has_sub_md ._list_sub,
.header_content ._has_sub_news ._list_sub {
    /*width: 60%;*/
}

.header_content ._link_list_sp,
.header_content ._foot {
    display: none;
}

/*header_content*/
.header_ham {
    width: 24px;
    height: 14px;
    position: absolute;
    right: 5.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.header_ham div {
    background: #0E5DA8;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header_ham div:nth-child(2) {
    top: 6px;
}

.header_ham div:nth-child(3) {
    top: 12px;
}

/* #top銆€銉堛儍銉椼儦銉笺偢
=========================================== */
.top#wrapper:after {
    display: none;
}

.top_fv_sec {
    position: relative;
    overflow: hidden;
}

.top_fv {
    /*background: url(../image/top_mv.jpg) no-repeat center/cover;*/
    height: 100vh;
}

.top_mv {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.top_mv ._clip {
    position: absolute;
}

.top_mv ._img img {
    width: 100%;
}

.top_mv ._copy {
    position: absolute;
    right: 105px;
    bottom: 165px;
    z-index: 2;
            text-align: right;
}

.top_mv ._copy img {
    max-width: 100%;
}

.top_mv ._head {
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-weight: 300;
    font-size: 100px;
    color: #fff;
}

.top_mv ._head ._l40 {
    letter-spacing: 0.04em;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}

.top_mv ._title {
    margin-top: 12px;
    letter-spacing: 0.1em;
    font-size: 24px;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.top_mv_news {
    background: #fff;
    width: 89.6%;
    max-width: 685px;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 6;
    overflow: hidden;
    border-radius: 50px 0 0 50px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.top_mv_news._hide {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.top_mv_news ._main {
    padding: 21px calc(17.5% + 30px) 21px 32px;
    font-size: 16px;
}

.top_mv_news ._main p,
.top_mv_news ._main a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    color: #1D2B3B;
}

.top_mv_news ._main a._no_link {
    pointer-events: none;
}

.top_mv_news ._date {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-size: 14px;
    opacity: 0.5;
    color: #1D2B3B;
}

.top_mv_news ._text {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #1D2B3B;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.top_mv_news .swiper-slide-prev ._text {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.top_mv_news ._navi {
    position: absolute;
    right: 17.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top_mv_news ._navi div {
    font-size: 0;
    cursor: pointer;
}

.top_mv_news ._navi div:nth-child(2) {
    margin: 12px 0 0;
}

.top_wave {
    width: 106%;
    position: absolute;
    left: -3%;
    top: -40vw;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-animation-name: topWave;
    animation-name: topWave;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.top_wave img {
    width: 100%;
}

@-webkit-keyframes topWave {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    50% {
        -webkit-transform: skewY(20deg);
        transform: skewY(20deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

@keyframes topWave {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    50% {
        -webkit-transform: skewY(20deg);
        transform: skewY(20deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

@-webkit-keyframes topWhoBefore {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    33.3% {
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg);
    }
    66.7% {
        -webkit-transform: skewX(10deg) skewY(-30deg);
        transform: skewX(10deg) skewY(-30deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

@keyframes topWhoBefore {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    33.3% {
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg);
    }
    66.7% {
        -webkit-transform: skewX(10deg) skewY(-30deg);
        transform: skewX(10deg) skewY(-30deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

@-webkit-keyframes topWhoAfter {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    33.3% {
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }
    66.7% {
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

@keyframes topWhoAfter {
    0% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
    33.3% {
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }
    66.7% {
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }
    100% {
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }
}

.top_who {
    background: #0B5092;
    padding: 225px 0 202px;
    position: relative;
    z-index: 3;
}

.top_who ._bg {
    width: 100%;
    height: 535px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.top_who:before {
    content: "";
    background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
    width: 3821px;
    height: 1200px;
    position: absolute;
    right: -2800px;
    top: -700px;
    z-index: 2;
    display: block;
    opacity: 1;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    pointer-events: none;
    -webkit-animation-name: topWhoBefore;
    animation-name: topWhoBefore;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.top_who:after {
    content: "";
    background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
    width: 4036px;
    height: 4055px;
    position: absolute;
    left: -2880px;
    bottom: -2400px;
    display: block;
    opacity: 1;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-animation-name: topWhoAfter;
    animation-name: topWhoAfter;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.top_who ._line {
    width: 100vw;
    left: 50%;
    top: -11vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    position: absolute;
}

.top_who .content {
    position: relative;
    z-index: 4;
}

.top_who ._left {
    width: 54%;
    max-width: 700px;
}

.top_who ._right {
    width: 44.375vw;
    position: absolute;
    left: 57.5%;
    top: -26%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.peptide_tw_i em{
    margin-top: 4%;
    display: inline-block;
    font-size: 17px;
}

.top_who ._right ._img img {
    width: 100%;
}

.top_who ._right ._img:nth-child(1) {
    margin-top: 5.63%;
}

.top_who ._right ._img:nth-child(3) {
    margin-top: 9.58%;
}

.top_who ._right + .all_read_more {
    display: none;
}

.top_who .all_copy,
.top_who .all_text_big {
    color: #fff;
}

.top_who ._cover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 145, 198, 0)), to(#012e61));
    background: linear-gradient(to bottom, rgba(100, 145, 198, 0), #012e61);
    width: 100%;
    height: 582px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top_who_circle {
    -webkit-filter: drop-shadow(0 0 5px #00ebff);
    filter: drop-shadow(0 0 5px #00ebff);
}

@media all and (-ms-high-contrast: none) {
    .top_who_circle {
        display: none;
    }
}

.top_business {
    padding-top: 230px;
    position: relative;
    z-index: 4;
}

.top_business:after {
    content: "";
    background: url(../image/top_business_border.svg) no-repeat top left/cover;
    width: 100%;
    height: 883px;
    position: absolute;
    left: 0;
    top: 360px;
    display: block;
}

.top_business .content {
    position: relative;
    z-index: 2;
}

.top_business ._content {
    width: calc(600px + 50vw);
    margin-top: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top_business ._content ._sec {
    width: 50%;
    overflow: hidden;
}

.top_business ._content ._sec a {
    height: 640px;
    position: relative;
    display: block;
}

.top_business ._content ._sec a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

@media (hover: hover) {
    .top_business ._content ._sec a:hover {
        opacity: 1;
    }

    .top_business ._content ._sec a:hover:after {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.top_business ._content ._business a:after {
    background: url(../image/top_business_business.jpg) no-repeat center/cover;
}

.top_business ._content ._flow a:after {
    background: url(../image/top_business_flow.jpg) no-repeat center/cover;
}

.top_business ._content ._inner {
    width: calc(100% - 230px);
    max-width: 410px;
    min-height: 375px;
    position: absolute;
    z-index: 2;
    left: 58px;
    top: 195px;
}

.top_business ._content ._head {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    font-size: 47px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    white-space: nowrap;
}

.top_business ._content ._title {
    margin-top: 12px;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    font-size: 16px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.top_business ._content .all_text {
    margin-top: 40px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.top_business .all_circle_arrow {
    z-index: 2;
}

.top_service {
    margin-top: 235px;
    position: relative;
    z-index: 3;
}

.top_service:after {
    content: "";
    background: #F6F8FA;
    width: 100%;
    height: 1224px;
    position: absolute;
    left: 0;
    top: -540px;
    display: block;
}

.top_service .content {
    position: relative;
    z-index: 2;
}

.top_service .all_read_more {
    position: absolute;
    right: 0;
    top: 30px;
}

.top_service .top_service_slide {
    margin-top: 78px;
}

.top_service .top_service_slide ._service_sec {
    width: 80%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20%;
}

.top_service .top_service_slide ._service_title {
    position: relative;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    font-size: 28px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.top_service .top_service_slide ._service_title + .all_text_small {
    margin-top: 20px;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (hover: hover) {
    .top_service .top_service_slide a:hover ._service_title {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .top_service .top_service_slide a:hover ._service_title + .all_text_small {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.top_service ._about:nth-child(1) {
    background-image: url(../../static/picture/4354365450.jpg);
}
.top_service ._about:nth-child(2) {
    background-image: url(../../static/picture/5465471.jpg);
}
.top_service ._about:nth-child(3) {
    background-image: url(../../static/picture/6547647562.jpg);
}
.top_service ._about:nth-child(4) {
    background-image: url(../../static/picture/64758863.jpg);
}

.top_service ._technology a {
    background-image: url(../image/top_service_technology.jpg);
}

.top_service ._infra a {
    background-image: url(../image/top_service_infra.jpg);
}

.top_service ._system a {
    background-image: url(../image/top_service_system.jpg);
}

.top_service ._scaleup a {
    background-image: url(../image/top_service_scaleup.jpg);
}

.top_case {
    background: #fff;
    padding: 155px 0 200px;
    position: relative;
    z-index: 2;
}

.top_case .all_case_tab {
    margin-top: 60px;
}

.top_case .content {
    position: relative;
}

.top_case .all_read_more {
    position: absolute;
    right: 0;
    top: 25px;
}

.top_recruit {
    background: url(../image/top_recruit_bg.jpg) no-repeat center/cover;
    padding: 190px 0 165px;
    position: relative;
    z-index: 2;
}

.top_recruit ._inner {
    max-width: 424px;
}

.top_recruit .all_text {
    color: #fff;
}

.top_info {
    margin-top: 195px;
    padding-bottom: 3%;
}

.top_info .content {
    padding-bottom: 110px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_info .content:after {
    content: "";
    background: rgba(29, 43, 59, 0.08);
    width: calc(100% - 275px);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.top_info section {
    width: 100%;
}

.top_info .all_read_more {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.top_carbon {
    margin-top: 6%;
    position: relative;
}

.top_carbon .content {
    position: relative;
    z-index: 2;
}

.top_carbon:after {
    content: "";
    background: url(../image/top_carbon_bg.png) no-repeat right top/cover;
    width: 100%;
    height: calc(100% - 25px);
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
}

.top_carbon .all_head {
    line-height: 1.2;
    color: #73BC5D;
}

.top_carbon .all_head sup {
    display: inline-block;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    vertical-align: text-top;
    font-size: 13px;
}

.top_carbon .all_head:after {
    background: #73BC5D;
    top: 0.6em;
}

.top_carbon .all_title {
    margin-top: 5px;
    color: #73BC5D;
}

.top_carbon ._sec {
    width: 100%;
    max-width: 50%;
    position: relative;
}
.all_text_big em{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    margin-right: 1%;
}
._sec .mySwiper_zj {
    padding: 240px 0 90px;
}
.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 43%!important;
}
.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    background: white;
}
.swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 6%!important;
}
.top_carbon ._sec ._title {
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 24px;
    color: #fff;
}

.top_carbon ._sec ._title sup {
    display: inline-block;
    vertical-align: text-top;
    font-size: 10px;
    color: #fff;
}

.top_carbon ._sec .all_text_big {
    margin-top: 28px;
    color: #fff;
    display: flex;
    align-items: center;
}

.top_carbon ._sec sup {
    font-size: 0.5em;
    color: #fff;
}

/* #business
=========================================== */
.business#wrapper:after {
    background-image: url(../image/business_sub_bg_border.svg);
    z-index: 3;
}

.business .all_sub_intro:not(.search .all_sub_intro) {
    margin-bottom: -140px;
    padding-top: 363px;
    padding-bottom: 0;
    position: relative;
}

.business .all_sub_intro:after {
    content: "";
    width: 100%;
    height: 100px;
    background: #FFF;
    position: absolute;
    top: 96px;
}

.business_wrapper {
    background: #0B4D8C;
    padding: 470px 0 235px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.business_wrapper .whoweare_vision {
    margin-top: 0;
}

.business_wrapper:before {
    content: "";
    background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
    width: 3821px;
    height: 1200px;
    position: absolute;
    right: -2800px;
    top: -700px;
    z-index: 2;
    display: block;
    opacity: 1;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    pointer-events: none;
    -webkit-animation-name: topWhoBefore;
    animation-name: topWhoBefore;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.business_wrapper:after {
    content: "";
    background: radial-gradient(#8765b4 0%, rgba(135, 101, 180, 0.64) 55%, rgba(135, 101, 180, 0) 100%);
    width: 4036px;
    height: 4055px;
    position: absolute;
    left: -2880px;
    bottom: -2400px;
    display: block;
    opacity: 1;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-animation-name: topWhoAfter;
    animation-name: topWhoAfter;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.business_circle {
    width: 63.17%;
    padding-top: 63.17%;
    position: absolute;
    left: 50%;
    top: 45.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.business_circle div {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.business_circle._circle1 {
    opacity: 0.2;
}

.business_circle._circle1 div {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.business_circle._circle2 {
    opacity: 0.2;
}

.business_circle._circle2 div {
    -webkit-animation: scaleOpacity 6s linear infinite;
    animation: scaleOpacity 6s linear infinite;
}

.business_model {
    margin-top: 250px;
    position: relative;
    z-index: 3;
}

@-webkit-keyframes business_model_graph_arrow_before {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-75%, -50%);
        transform: translate(-75%, -50%);
    }
}

@keyframes business_model_graph_arrow_before {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-75%, -50%);
        transform: translate(-75%, -50%);
    }
}

@-webkit-keyframes business_model_graph_arrow_after {
    0% {
        opacity: 0;
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(75%, -50%) rotate(180deg);
        transform: translate(75%, -50%) rotate(180deg);
    }
}

@keyframes business_model_graph_arrow_after {
    0% {
        opacity: 0;
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(75%, -50%) rotate(180deg);
        transform: translate(75%, -50%) rotate(180deg);
    }
}

.business_model_graph {
    margin-top: 15%;
    position: relative;
}

.business_model_graph ._graph {
    position: relative;
    z-index: 2;
}

.business_model_graph img {
    width: 100%;
}

.business_vision {
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.business_vision .all_text_big {
    margin-top: 15px;
}

.business_vision .all_copy2 + .all_text_big {
    margin-top: 30px;
}

.business_vision ._split {
    letter-spacing: 0;
    font-size: 0;
}

.business_vision ._split ._left {
    width: 63%;
    padding-right: 25px;
    display: inline-block;
    vertical-align: top;
}

.business_vision ._split ._right {
    width: 37%;
    padding-bottom: 50.1%;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.business_vision ._split ._right p {
    display: inline-block;
}

.business_vision ._split ._right p:nth-child(1) {
    width: 100%;
    position: absolute;
}

.business_vision ._split ._right p:nth-child(2) {
    width: 53.605%;
    position: absolute;
    bottom: -22.4%;
    right: -8.6%;
}

.business_vision ._split ._right p img {
    width: 100%;
}

.business_solution {
    margin-top: 145px;
    padding-top: 45px;
    border-top: 1px rgba(255, 255, 255, 0.8) solid;
}

.business_solution_container {
    background: url(../image/all_dots.png) no-repeat left top/1200px;
    padding-top: 82px;
}

.business_solution_container ._sec_split {
    letter-spacing: 0;
    font-size: 0;
}

.business_solution_container ._sec_split ._txt {
    width: 46.7%;
    display: inline-block;
    vertical-align: top;
}

.business_solution_container ._sec_split ._graph {
    width: 46.7%;
    margin-left: 6.6%;
    display: inline-block;
    vertical-align: top;
}

.business_solution_container ._sec_split ._graph img {
    width: 100%;
    max-width: 486px;
    margin: -42px auto 0;
    display: block;
}

.business_solution_container .all_title5 {
    margin-top: 37px;
}

.business_solution_container .all_title {
    padding-left: 82px;
    position: relative;
    font-size: 24px;
}

.business_solution_container .all_title._plateform:after {
    content: "";
    background: url(../image/businbess_icon_plateform.png) no-repeat center/contain;
    width: 64px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.business_solution_container .all_title._rnd:after {
    content: "";
    background: url(../image/businbess_icon_rnd.png) no-repeat center/contain;
    width: 62px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.business_solution_container .all_title._infra:after {
    content: "";
    background: url(../image/businbess_icon_infra.png) no-repeat center/contain;
    width: 54px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.business_solution_container_solo {
    margin-top: 92px;
}

.business_solution_container_split {
    margin-top: 100px;
    letter-spacing: 0;
    font-size: 0;
}

.business_solution_container_split .business_solution_container {
    width: 46.7%;
    display: inline-block;
    vertical-align: top;
}

.business_solution_container_split .business_solution_container:nth-child(n+2) {
    margin-left: 6.6%;
}

.business_scheme {
    margin-top: 142px;
    position: relative;
    z-index: 2;
}

.business_platform {
    margin-top: 200px;
    position: relative;
}

.business_platform .business_platform_title {
    position: relative;
}

.business_platform .business_platform_title .all_copy,
.business_platform .business_platform_title .all_text_small {
    position: relative;
    z-index: 2;
}

.business_platform .all_copy {
    font-weight: 300;
}

.business_platform_list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.business_platform_list li {
    width: 22.75%;
    position: relative;
}

.business_platform_list li._anime ._circle:before, .business_platform_list li._anime ._circle:after {
    opacity: 1;
}

.business_platform_list li._anime ._circle ._circle_border circle {
    stroke-dasharray: 900 900;
}

.business_platform_list li._anime ._number,
.business_platform_list li._anime ._main,
.business_platform_list li._anime .all_title4,
.business_platform_list li._anime .all_text,
.business_platform_list li._anime ._bottom {
    opacity: 1;
}

.business_platform_list li:last-child ._circle {
    -webkit-transition: background 0.4s 0.5s ease;
    transition: background 0.4s 0.5s ease;
}

.business_platform_list li:last-child ._circle:after {
    background: url(../image/business_arrow_blue.svg) no-repeat center/28px 14px;
    width: 28px;
    height: 14px;
    left: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.business_platform_list li:last-child ._circle .all_text {
    -webkit-transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
    transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
}

.business_platform_list li:last-child ._number {
    -webkit-transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
    transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
}

.business_platform_list li:last-child .all_title4 {
    font-size: 23px;
    -webkit-transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
    transition: color 0.4s 0.5s ease, opacity 0.4s 0.5s ease;
}

.business_platform_list li:last-child._anime ._circle {
    background: #fff;
}

.business_platform_list li:last-child._anime ._circle .all_text {
    color: #0E5DA8;
}

.business_platform_list li:last-child._anime ._number {
    color: #0E5DA8;
}

.business_platform_list li:last-child._anime .all_title4 {
    color: #0E5DA8;
}

.business_platform_list ._circle {
    width: 100%;
    padding-top: calc(100% - 2px);
    position: relative;
    border-radius: 50%;
    pointer-events: none;
    overflow: visible;
}

.business_platform_list ._circle ._circle_border {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.business_platform_list ._circle ._circle_border svg {
    width: 100%;
    height: 100%;
}

.business_platform_list ._circle ._circle_border circle {
    stroke-dasharray: 0 900;
    -webkit-transition: stroke-dasharray 1s ease;
    transition: stroke-dasharray 1s ease;
}

.business_platform_list ._circle:before {
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.5s ease;
    transition: opacity 0.4s 0.5s ease;
}

.business_platform_list ._circle:after {
    content: "";
    background: url(../image/all_long_arrow.svg) no-repeat center/81px 11px;
    width: 81px;
    height: 11px;
    position: absolute;
    left: 108%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.5s ease;
    transition: opacity 0.4s 0.5s ease;
}

.business_platform_list ._circle ._number {
    position: absolute;
    left: 25%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.5s ease;
    transition: opacity 0.4s 0.5s ease;
}

.business_platform_list ._circle ._main {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.5s ease;
    transition: opacity 0.4s 0.5s ease;
}

.business_platform_list ._circle .all_title4 {
    letter-spacing: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.5s ease;
    transition: opacity 0.4s 0.5s ease;
}

.business_platform_list ._circle .all_text {
    margin-top: 5px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.5s ease;
    transition: opacity 0.4s 0.5s ease;
}

.business_platform_list ._bottom {
    max-width: 256px;
    margin: 0 auto;
    padding-top: 78px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.5s ease;
    transition: opacity 0.4s 0.5s ease;
}

.business_platform_list ._bottom .all_text {
    color: #fff;
}

.business_platform_list ._bottom ._close {
    display: none;
}

.business_platform_list ._bottom:after {
    content: "";
    background: #fff;
    width: 2px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 28px;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: #fff 0 8px 0 0, #fff 0 16px 0 0, #fff 0 24px 0 0;
    box-shadow: #fff 0 8px 0 0, #fff 0 16px 0 0, #fff 0 24px 0 0;
}

.business_modal ._inner {
    padding: 42px 25px;
}

.business_modal ._inner .all_text {
    line-height: 2;
    font-size: 15px;
}

.business .whoweare_2col_sec {
    margin-top: 60px;
}

/* #paper
=========================================== */
.paper #container {
    padding-bottom: 200px;
}

.paper_filter {
    margin-bottom: 63px;
    letter-spacing: 0;
    font-size: 0;
}

.paper_filter li {
    background: #F6F8FA;
    width: 50%;
    text-align: center;
    display: inline-block;
}

.paper_filter li a {
    padding: 27px 0;
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    color: #005DB0;
}

.paper_filter li._active {
    background: #005DB0;
}

.paper_filter li._active a {
    color: #FFF;
}

.paper_content {
    margin-bottom: 70px;
}

.paper_list li {
    padding: 30px 0 28px;
    letter-spacing: 0;
    font-size: 0;
}

.paper_list li:nth-child(n+2) {
    border-top: 1px solid rgba(29, 43, 59, 0.08);
}

.paper_list li:last-child {
    border-bottom: 1px solid rgba(29, 43, 59, 0.08);
}

.paper_list li ._nb {
    width: 100px;
    padding: 2px 0 0 47px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    color: #9FA5AF;
}

.paper_list li ._date {
    width: 200px;
    padding: 2px 0 0 47px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.025em;
    font-size: 15px;
    font-weight: 500;
    color: #9FA5AF;
}

.paper_list li ._info {
    display: inline-block;
}

.paper_list li ._txt {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.paper_list li ._page {
    margin-top: 3px;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.paper_list li ._link {
    margin-top: 1px;
    padding-left: 22px;
    position: relative;
    display: inline-block;
}

.paper_list li ._link:after {
    content: "";
    background: url(../image/all_icon_out.png) no-repeat center/contain;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: 0;
}

.paper_list li ._link span {
    display: inline-block;
    word-break: break-word;
    letter-spacing: 0.05em;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    color: #005DB0;
}

.paper_contributions ._info {
    width: calc(100% - 200px);
}

.paper_papers ._info {
    width: calc(100% - 100px);
}

/* #awards
=========================================== */
.awards #container {
    padding-bottom: 200px;
}

.award_content {
    padding-bottom: 90px;
}

.award_list ul {
    letter-spacing: 0;
    font-size: 0;
}

.award_list li {
    padding: 30px 0 28px;
    letter-spacing: 0;
    font-size: 0;
}

.award_list li:nth-child(1) {
    padding-top: 0;
}

.award_list li:nth-child(n+2) {
    border-top: 1px solid rgba(29, 43, 59, 0.08);
}

.award_list li:last-child {
    border-bottom: 1px solid rgba(29, 43, 59, 0.08);
}

.award_list li ._date {
    width: 115px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    letter-spacing: -0.025em;
    font-size: 15px;
    color: #9FA5AF;
}

.award_list li ._mid {
    width: 370px;
    padding-left: 65px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.award_list li ._info {
    width: calc(100% - 485px);
    padding-left: 83px;
    display: inline-block;
    vertical-align: top;
}

.award_list li ._info p {
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.award_list li ._info a {
    padding-left: 22px;
    position: relative;
    display: inline-block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: inherit;
    text-decoration: underline;
    color: #005DB0;
}

.award_list li ._info a:after {
    content: "";
    background: url(../image/all_icon_out.png) no-repeat center/contain;
    width: 14px;
    height: 13px;
    position: absolute;
    top: calc(0.75em - 6px);
    left: 0;
}

.award_list li ._txt {
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.award_list li ._link {
    margin-top: 1px;
    padding-left: 22px;
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.award_list li ._link:after {
    content: "";
    background: url(../image/all_icon_out.png) no-repeat center/contain;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: 0;
}

.award_list li ._link span {
    display: inline-block;
    letter-spacing: 0.05em;
    text-decoration: underline;
    font-weight: 500;
    color: #005DB0;
}

.award_list li._has_img ._info {
    padding-right: 100px;
    position: relative;
}

.award_list li._has_img ._info figure, .award_list li._has_img ._info ._img {
    width: 75px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.award_list li._has_img ._info figure img, .award_list li._has_img ._info ._img img {
    width: 100%;
}

/* #service
=========================================== */
.service_sec {
    margin-top: 155px;
}

.service_sec + .service_sec {
    margin-top: 145px;
}

.service_list_sec {
    margin-top: 50px;
    overflow: visible;
}

.service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service_list &gt; div {
    width: 30.92%;
}

.service_list &gt; div:nth-child(n+2) {
    margin-left: 3.62%;
}

.service_list &gt; div:nth-child(3n-2) {
    margin-left: 0;
}

.service_list &gt; div:nth-child(n+4) {
    margin-top: 55px;
}

.service_list ._img {
    overflow: hidden;
}

.service_list img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.service_list ._text {
    min-height: 40px;
    margin-top: 40px;
    padding-right: 85px;
    position: relative;
    line-height: 1.4;
    font-size: 20px;
}

.service_list ._text .all_circle_arrow {
    width: 64px;
    height: 64px;
    right: 0;
    bottom: auto;
    top: 0.7em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service_list ._text .all_circle_arrow svg {
    width: 14px;
}
.top_box {
    display: block;
    width: 48px;
    height: 48px;
    background: #0b5092 url(../picture/se_3_2.png) center no-repeat;
    opacity: .6;
    position: fixed;
    right: 10px;
    top: 85%;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
}
@media (hover: hover) {
    .service_list a:hover {
        opacity: 1;
    }

    .service_list a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/* #microwave
=========================================== */
.microwave_column {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.microwave_column ._text {
    width: 48.23%;
}

.microwave_column ._img {
    width: 46.04%;
}

.microwave_column ._img img {
    width: 100%;
}

.microwave_column + .all_text {
    margin-top: 28px;
}

.all_title2 + .microwave_column {
    margin-top: 70px;
}

/* #outline
=========================================== */
.outline_map {
    width: 100%;
    height: 428px;
    margin-top: 80px;
}

.outline_access_list {
    margin-top: 30px;
}

.outline_access_list dl {
    padding: 22px 0;
    position: relative;
}

.outline_access_list dl:nth-child(1) {
    border-width: 0;
}

.outline_access_list dd {
    padding-right: 100px;
}

.outline_access_list .outline_access {
    margin-top: 15px;
    position: relative;
    display: block;
}

.outline_access_list .outline_access .outline_access_head {
    display: block;
    font-weight: 700;
}

.outline_team_sec {
    margin-top: 70px;
}

.outline_team_sec + .outline_team_sec {
    margin-top: 80px;
}

.outline_team_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.outline_team_list li {
    width: 22.5%;
    position: relative;
}

.outline_team_list li:nth-child(n+2) {
    margin-left: 3.33%;
}

.outline_team_list li:nth-child(4n-3) {
    margin-left: 0;
}

.outline_team_list li:nth-child(n+5) {
    margin-top: 75px;
}

.outline_team_list ._img img {
    width: 100%;
}

.outline_team_list ._sec {
    margin-top: 22px;
    position: relative;
    z-index: 2;
}

.outline_team_list .all_text_smaller {
    color: #1D2B3B;
}

.outline_team_list .all_text_small {
    margin-top: 15px;
}

.outline_team_list ._name_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.outline_team_list ._name_sec ._name {
    margin-right: 12px;
    font-size: 22px;
    color: #005DB0;
}

.outline_team_list ._name_sec ._name2 {
    font-size: 16px;
    color: rgba(29, 43, 59, 0.7);
}

/*outline_team_list*/
.outline_team_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.outline_team_column ._inner {
    margin-top: 35px;
}

.outline_team_column ._dlist {
    margin-top: 30px;
}

.outline_team_column2 {
    width: 66.7%;
}

.outline_team_column2 ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.outline_team_column2 ._inner ._sec {
    width: 50%;
}

.outline_team_column1 {
    width: 33.3%;
}

.outline_history_dlist {
    width: calc(100% - 155px);
    margin-left: auto;
}

.outline_history_dlist dl:last-child {
    padding-bottom: 41px;
    border-bottom: 1px rgba(9, 68, 124, 0.1) solid;
}

.outline_history_dlist dt {
    width: 145px;
    position: relative;
    text-align: center;
}

.outline_history_dlist dt ._head {
    position: absolute;
    left: -155px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    color: #0E5DA8;
}

.outline_history_dlist dd {
    width: calc(100% - 145px);
}

/* #message
=========================================== */
.all_full_bg._massage1 {
    background: url(../image/massage_full_bg1.jpg) no-repeat center/cover;
}

.all_full_bg._massage2 {
    background: url(../image/massage_full_bg2.jpg) no-repeat center right 35%/cover;
    margin-top: 182px;
}

.all_full_bg._massage2 + .message_sec {
    margin-top: 160px;
}

.all_full_bg._massage3 {
    background: url(../image/massage_full_bg3.jpg) no-repeat center left 32%/cover;
    margin-top: 160px;
}

.message_sec {
    margin-top: 200px;
}

.message_intro_copy + .all_head {
    margin-top: 145px;
}

.message_boss_list {
    max-width: 1100px;
    margin: 75px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.message_boss_list li {
    width: 44.54%;
}

.message_boss_list li:nth-child(2n) {
    margin-left: 10.92%;
}

.message_boss_list ._img img {
    width: 100%;
}

.message_boss_list ._position {
    margin-top: 40px;
    font-size: 20px;
}

.message_boss_list ._name_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.message_boss_list ._name {
    margin-right: 18px;
    font-size: 28px;
    color: #0E5DA8;
}

.message_boss_list ._name2 {
    font-size: 18px;
}

.message_boss_list .all_text_small {
    margin-top: 12px;
}

.message_message_list {
    margin-top: 40px;
}

.message_message_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message_message_list li:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.message_message_list li:nth-child(n+2) {
    margin-top: 120px;
}

.message_message_list .all_title2 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.message_message_list .all_title2 + .all_text {
    margin-top: 50px;
}

.message_message_list ._img {
    width: 45.67%;
    height: 680px;
    max-width: 548px;
}

.message_message_list ._img_sp {
    display: none;
}

.message_message_list ._text {
    width: 45.75%;
}

.message_message_list ._name {
    margin-top: 8px;
    font-size: 28px;
    color: rgba(29, 43, 59, 0.8);
}

.message_message_list ._name + ._img_sp + .all_text {
    margin-top: 55px;
}

.message_message_list ._list_img1 {
    background: url(../image/message_message_list_img1.jpg) no-repeat center/cover;
}

.message_message_list ._list_img2 {
    background: url(../image/message_message_list_img2.jpg) no-repeat center/cover;
}

.message_foot {
    padding: 270px 0 200px;
    position: relative;
}

.message_foot:before {
    content: "";
    background: url(../image/message_foot_border.svg) no-repeat center/auto 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.message_foot:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(35%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, white 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
}

.message_foot .content {
    position: relative;
    z-index: 3;
}

.message_foot .all_title3 {
    color: rgba(29, 43, 59, 0.9);
}

.message_foot .all_read_more {
    margin-top: 65px;
}

.message_foot .all_read_more a {
    margin: 0 auto;
}

/* #story
=========================================== */
.story .all_copyright {
    position: fixed;
    z-index: 3;
    mix-blend-mode: exclusion;
    color: #FFFFFF;
}

.story_mv {
    height: 100vh;
    padding-top: 225px;
    position: relative;
    z-index: 3;
}

.story_mv._opacity {
    opacity: 0;
}

.story_mv ._title {
    text-align: center;
    line-height: 1.75;
    font-weight: 700;
    font-size: 48px;
}

.story_mv ._title &gt; .all_new_line {
    color: #005DB0;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

.story_mv ._title &gt; .all_new_line._white {
    color: #fff;
}

.story_mv img {
    width: 173%;
    margin-top: 60px;
    border-radius: 50% 50% 0 0;
    -webkit-transform: translateX(-21%);
    transform: translateX(-21%);
    opacity: 0;
}

.story_container {
    position: relative;
}

.story_sec {
    padding-top: 350px;
    position: relative;
    z-index: 3;
}

.story_sec .story_content:nth-child(n+2) {
    margin-top: 190px;
}

.story_sec ._inner {
    width: 43.67%;
}

.story_sec .story_content:nth-child(2n) ._inner {
    margin-left: auto;
}

.story_sec .all_copy {
    width: 41vw;
    letter-spacing: 0.03em;
    color: #fff;
}

.story_sec .all_copy + .all_text {
    margin-top: 40px;
}

.story_sec .all_text {
    width: 41vw;
    color: #fff;
}

.story_sec .all_text p {
    color: #fff;
}

.story_sec .all_text p + p {
    margin-top: 22px;
}

.story_sec .all_text .all_text_smaller {
    font-size: 12px;
    color: #fff;
}

.story_sec ._img {
    max-width: 524px;
    margin-top: 75px;
}

.story_sec ._img img {
    width: 100%;
}

.story_foot {
    padding: 470px 0 365px;
}

.story_foot .all_foot_copy,
.story_foot .all_title3 {
    color: #fff;
}

.story_fixed_bg {
    width: 100%;
    height: 100vh;
    height: 100 dvh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.story_fixed_bg &gt; div {
    width: 100%;
    height: 100vh;
    height: 100 dvh;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.story_fixed_bg &gt; div:after {
    content: "";
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.story_fixed_bg ._bg_mv {
    width: 130%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 500px;
    display: block;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
}

.story_fixed_bg ._bg_mv div {
    background: url(../image/story_mv.jpg) no-repeat center/cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    bottom: 500px;
}

.story_fixed_bg ._bg_mv:after {
    display: none;
}

.story_fixed_bg ._bg1 {
    background: url(../image/story_fixed1.jpg) no-repeat center/cover;
}

.story_fixed_bg ._bg2 {
    background: url(../image/story_fixed2.jpg) no-repeat center/cover;
}

.story_fixed_bg ._bg3 {
    background: url(../image/story_fixed3.jpg) no-repeat center/cover;
}

.story_fixed_pagination {
    background: rgba(255, 255, 255, 0.3);
    width: 1px;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 5;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 0.4s 0.4s ease;
    transition: -webkit-transform 0.4s 0.4s ease;
    transition: transform 0.4s 0.4s ease;
    transition: transform 0.4s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
}

.story_fixed_pagination._on {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.story_fixed_pagination._on ._inner {
    opacity: 1;
    -webkit-transition: opacity 0.4s 0.4s ease;
    transition: opacity 0.4s 0.4s ease;
}

.story_fixed_pagination ._inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.story_fixed_pagination ._inner button {
    width: 38px;
    height: 38px;
    position: relative;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.story_fixed_pagination ._inner button:after {
    content: "";
    background: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
}

.story_fixed_pagination ._inner button ._text {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 13px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.story_fixed_pagination ._inner button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.story_fixed_pagination ._inner button svg circle {
    stroke-dasharray: 0 366;
    /*114 366*/
}

.story_fixed_pagination ._inner button._on {
    opacity: 1;
}

.story_fixed_pagination ._inner button._on ._text {
    opacity: 1;
}

.story_fixed_pagination ._inner button._on svg {
    opacity: 1;
}

.story_fixed_pagination ._inner div:nth-child(n+2) {
    margin-top: 10px;
}

/* #whoweare
=========================================== */
.whoweare#wrapper:after {
    background-image: url(../image/business_sub_bg_border.svg);
    z-index: 3;
}

.whoweare .all_sub_intro:not(.search .all_sub_intro) {
    margin-bottom: -140px;
    padding-top: 363px;
    padding-bottom: 0;
    position: relative;
}

.whoweare .all_sub_intro:after {
    content: "";
    width: 100%;
    height: 100px;
    background: #FFF;
    position: absolute;
    top: 96px;
}

.whoweare_content {
    margin-top: 190px;
    position: relative;
    z-index: 3;
}

.whoweare_intro {
    margin-top: 0;
}

.whoweare_intro * {
    color: #fff;
}

.whoweare_intro ._copy_sec ._top {
    font-size: 23px;
}

.whoweare_intro ._copy_sec .all_font_montserrat {
    font-size: 33px;
}

.whoweare_intro ._copy_sec ._main {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(25%, rgba(0, 226, 255, 0.4)));
    background: linear-gradient(transparent 25%, rgba(0, 226, 255, 0.4) 25%);
    display: inline;
    font-size: 40px;
}

.whoweare_intro ._text {
    margin-top: 25px;
    font-size: 19px;
    line-height: 1.8947368421;
}

.whoweare_mission {
    position: relative;
}

.whoweare_mission ._bg {
    width: calc(50vw + 120px);
    position: absolute;
    top: 37%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whoweare_mission ._bg img {
    width: 100%;
    height: auto;
}

.whoweare_mission .content {
    position: relative;
    z-index: 1;
}

.whoweare_mission ._text_sec {
    margin-top: 80px;
}

.whoweare_mission ._text_sec ._copy_img {
    max-width: 518px;
    width: 100%;
}

.whoweare_mission ._text_sec ._copy_img img {
    width: 100%;
    height: auto;
}

.whoweare_mission ._text_sec ._copy_img + .all_text_big {
    margin-top: 60px;
}

.whoweare_mission ._text_sec .all_text_big {
    margin-top: 20px;
}

.whoweare_2col_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.whoweare_2col_sec &gt; * {
    width: 47.6666666667%;
}

.whoweare_2col_sec img {
    width: 100%;
    height: auto;
}

.whoweare_2col_sec ._caption {
    margin-top: 10px;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #fff;
}

.whoweare .whoweare_vision {
    margin-top: 200px;
}

.whoweare .whoweare_vision .whoweare_2col_sec {
    margin-top: 60px;
}

.whoweare_carbon_sec.whoweare_carbon_sec {
    margin-top: 140px;
}

.whoweare_carbon_sec.whoweare_carbon_sec .content {
    padding-top: 70px;
}

.whoweare_carbon_sec.whoweare_carbon_sec .carbon_column {
    background: transparent;
    margin-top: 0;
    padding: 0;
}

.whoweare_carbon_sec.whoweare_carbon_sec .carbon_column ._column_title + ._text {
    margin-top: 40px;
}

.whoweare_carbon_sec.whoweare_carbon_sec .carbon_column ._text {
    font-weight: bold;
    font-size: 15px;
    line-height: 2.1333333333;
}

.whoweare_carbon_compare {
    max-width: 870px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.whoweare_carbon_compare ._item {
    width: 47.816091954%;
    border: 1px solid #E8E9EB;
    padding: 40px 40px 20px;
}

.whoweare_carbon_compare ._item_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.whoweare_carbon_compare ._img {
    width: 183px;
    margin: 0 auto;
    margin-top: 30px;
}

.whoweare_carbon_compare ._img img {
    width: 100%;
    height: auto;
}

.whoweare_carbon_compare ._list {
    margin-top: 40px;
}

.whoweare_carbon_compare ._list li {
    position: relative;
    padding-left: 24px;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
}

.whoweare_carbon_compare ._list li + li {
    margin-top: 4px;
}

.whoweare_carbon_compare ._list li::before {
    content: "";
    display: block;
    background: #005DB0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.whoweare_carbon_compare + ._text {
    margin-top: 40px;
}

.whoweare_about.whoweare_about .content {
    padding-bottom: 85px;
}

.whoweare_about.whoweare_about .all_read_more {
    margin-top: 80px;
}

.whoweare_about.whoweare_about .all_read_more a {
    width: 406px;
    max-width: 100%;
}

.whoweare_strength ._nav_circle_list {
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.whoweare_strength ._nav_circle_list li {
    width: 34.8333333333%;
}

.whoweare_strength ._nav_circle_list li:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.whoweare_strength ._nav_circle_list li a {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 25px rgba(255, 255, 255, 0.01);
    box-shadow: 0px 1px 25px rgba(255, 255, 255, 0.01);
}

.whoweare_strength ._nav_circle_list li a::before {
    content: "";
    display: block;
    background: url("../image/whoweare_strength_nav_arrow.svg") no-repeat center right/100%;
    width: 26px;
    height: 13px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10.7655502392%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.whoweare_strength ._nav_circle_list li a:hover::before {
    bottom: 8.3732057416%;
}

.whoweare_strength ._nav_circle_list li ._num {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.whoweare_strength ._nav_circle_list li ._num img {
    width: 100%;
    height: auto;
}

.whoweare_strength ._nav_circle_list li ._text_sec {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
}

.whoweare_strength ._nav_circle_list li ._text_sec * {
    color: #fff;
}

.whoweare_strength ._nav_circle_list li ._text_sec ._top {
    font-size: 1.5625vw;
}

@media (min-width: 1600px) {
    .whoweare_strength ._nav_circle_list li ._text_sec ._top {
        font-size: 25px;
    }
}

.whoweare_strength ._nav_circle_list li ._text_sec ._main {
    font-size: 2.625vw;
    font-weight: bold;
}

@media (min-width: 1600px) {
    .whoweare_strength ._nav_circle_list li ._text_sec ._main {
        font-size: 42px;
    }
}

.whoweare_strength ._nav_circle_list li ._text_sec ._jp {
    margin-top: 12px;
    font-size: 1vw;
}

@media (min-width: 1600px) {
    .whoweare_strength ._nav_circle_list li ._text_sec ._jp {
        font-size: 16px;
    }
}

.whoweare_strength_sec_wrap {
    margin-top: 140px;
}

.whoweare_strength_sec {
    padding-bottom: 120px;
}

.whoweare_strength_sec ._title_sec {
    background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px; /* 銈般儵銉囥兗銈枫儳銉炽伄骞呫兓楂樸仌銈掓寚瀹� */
    background-position: left top; /* 鑳屾櫙銇枊濮嬩綅缃倰鎸囧畾 */
    background-repeat: repeat-x; /* 妯悜銇嶃伀銇伩绻般倞杩斻仚 */
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.whoweare_strength_sec ._title_sec * {
    color: #fff;
}

.whoweare_strength_sec ._title_sec ._num {
    width: 110px;
    line-height: 1;
    letter-spacing: 0;
    font-size: 72px;
}

.whoweare_strength_sec ._title_sec ._en {
    font-size: 40px;
}

.whoweare_strength_sec ._title_sec ._en ._bold {
    font-weight: bold;
}

.whoweare_strength_sec ._title_sec ._jp {
    font-size: 20px;
}

.whoweare_strength_sec ._intro_text {
    margin-top: 60px;
    line-height: 2;
    font-size: 17px;
    color: #fff;
}

.whoweare_strength_sec ._notice {
    margin-top: 2px;
    font-size: 14px;
    color: #fff;
}

.whoweare_strength_process_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.whoweare_strength_process_list img {
    width: 100%;
    height: auto;
}

.whoweare_strength_process_list li {
    background: #fff;
    width: 31.3333333333%;
    border-radius: 10px;
    padding: 48px 40px;
}

.whoweare_strength_process_list ._title {
    background: #005DB0;
    line-height: 44px;
    border-radius: 22px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.whoweare_strength_process_list ._num_sec {
    margin-top: 20px;
    text-align: center;
}

.whoweare_strength_process_list ._num_sec * {
    color: #005DB0;
}

.whoweare_strength_process_list ._num_sec ._num_text {
    font-size: 18px;
    font-weight: bold;
}

.whoweare_strength_process_list ._num_sec ._num {
    font-size: 47px;
    font-weight: bold;
}

.whoweare_strength_process_list ._img {
    margin-top: 16px;
}

.whoweare_strength_process_list ._copy {
    margin-top: 35px;
    font-weight: bold;
    line-height: 1.75;
    font-size: 16px;
    color: #005DB0;
}

.whoweare_strength_process_list ._text {
    margin-top: 10px;
    line-height: 2;
    font-size: 14px;
}

.whoweare_strength_product .whoweare_2col_sec {
    margin-top: 40px;
}

.whoweare_strength_product .all_read_more.all_read_more {
    text-align: center;
    margin-top: 50px;
}

.whoweare_strength_product .all_read_more.all_read_more a {
    width: 280px;
    margin: 0 auto;
    font-weight: 700;
}

.whoweare_strength_carbon .all_read_more {
    margin-top: 90px;
}

.whoweare_strength_carbon .all_read_more a {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec {
    background: transparent;
    padding: 0;
    margin-top: 50px;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec * {
    color: #fff;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .achiev_el ._ruler span:after {
    background: #FFF;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .carbon_sec3_column_inner .all_title {
    font-size: 28px;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .carbon_sec3_column_inner .carbon_graph {
    margin-top: 85px;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .achiev_el {
    border-color: #fff;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .carbon_sec3_column_inner + .carbon_sec3_column_inner {
    margin-top: 110px;
}

.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec.whoweare_strength_carbon_sec .achiev_anim_wrapper ._ttl {
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: normal;
}

.whoweare_carbon_design {
    margin-top: 0;
}

.whoweare_carbon_design_content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.whoweare_carbon_design_content ._item {
    width: 47.5%;
}

.whoweare_carbon_design_content ._item_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.whoweare_carbon_design_content ._item_title ._blue {
    font-weight: inherit;
    color: #005DB0;
}

.whoweare_carbon_design_content ._text {
    margin-top: 7px;
    line-height: 2.125;
    font-size: 16px;
}

.whoweare_carbon_design_content ._img {
    margin-top: 30px;
}

.whoweare_carbon_design_content ._img img {
    width: 100%;
    height: auto;
}

.whoweare_carbon_design_content .all_read_more.all_read_more {
    margin-top: 60px;
}

.whoweare_carbon_design_content .all_read_more.all_read_more a {
    width: 337px;
    max-width: 100%;
    margin: 0 auto;
}

.whoweare .all_next_content {
    margin-top: 24px;
}

/* #contact 銇婂晱銇勫悎銈忋仜
=========================================== */
.contact_section .all_case_tab {
    margin-bottom: 155px;
}

.contact_nav {
    width: 410px;
    margin: 0 auto;
    padding-top: 63px;
    position: relative;
    letter-spacing: 0;
    font-size: 0;
}

.contact_nav:after {
    content: "";
    background: #e5e5e5;
    width: calc(100% - 60px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.contact_nav._download:after {
    width: calc(100% - 90px);
    left: 48%;
}

.contact_nav li {
    position: relative;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.contact_nav li:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact_nav li:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact_nav li:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact_nav li:after {
    content: "";
    background: #e5e5e5;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -54px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 100%;
}

.contact_nav li span {
    opacity: 0.4;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #000;
}

.contact_nav li._active span {
    opacity: 0.9;
    font-weight: 600;
    color: #005DB0;
}

.contact_nav li._active:after {
    background: #005DB0;
}

.contact_nav li._active:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: -76px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    border: 1px solid #005DB0;
    border-radius: 100%;
}

#mailform {
    margin: 75px 0 200px;
}

#mailform input,
#mailform textarea {
    width: 100%;
    padding: 18px 17px 16px;
    border: 1px solid #D5D5D5;
    font-size: 16px;
}

#mailform textarea {
    resize: vertical;
    min-height: 200px;
}

#mailform input:placeholder,
#mailform textarea:placeholder {
    font-size: 16px;
    color: #9FA5AF;
}

#mailform .contact_form &gt; li {
    letter-spacing: 0;
    font-size: 0;
}

#mailform .contact_form &gt; li:nth-child(n+2) {
    margin-top: 52px;
}

#mailform .contact_head {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

#mailform .contact_head ._req {
    margin: -3px 0 3px;
    font-weight: 600;
    font-size: 13px;
    color: #FF0200;
}

#mailform .contact_head ._txt {
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 16px;
}

#mailform .contact_body {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

#mailform .contact_body ._txt {
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #434343;
}

#mailform .contact_big {
    font-size: 16px;
}

#mailform .contact_double_input {
    width: 100%;
    max-width: 600px;
    letter-spacing: 0;
    font-size: 0;
}

#mailform .contact_double_input input {
    width: 47%;
    display: inline-block;
    font-size: 16px;
}

#mailform .contact_double_input input:nth-child(n+2) {
    margin-left: 6%;
}

#mailform .contact_zipcode {
    width: 100%;
    max-width: 435px;
    letter-spacing: 0;
    font-size: 0;
}

#mailform .contact_zipcode ._head {
    width: 37px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}

#mailform .contact_zipcode input {
    width: calc(100% - 177px);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#mailform .contact_zipcode p {
    display: inline-block;
    vertical-align: middle;
}

#mailform .contact_zipcode p._search {
    width: 140px;
}

#mailform .contact_zipcode p a {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
    color: #005DB0;
}

#mailform .contact_select {
    width: 100%;
    max-width: 410px;
    border: 1px solid #D5D5D5;
    position: relative;
}

#mailform .contact_select select {
    width: calc(100% + 50px);
    padding: 18px 17px 16px;
    line-height: 1.5;
    font-size: 16px;
}

#mailform .contact_select:after {
    content: "";
    background: url(../image/contact_select.svg) no-repeat center/contain;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

#mailform .comments {
    font-size: 16px;
}

#mailform .contact_radio_list {
    padding-top: 20px;
}

#mailform .contact_radio_list li:nth-child(n+2) {
    margin-top: 15px;
}

#mailform .contact_radio_list label {
    position: relative;
    display: inline-block;
}

#mailform .contact_radio_list input {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#mailform .contact_radio_list input:checked + .contact_radio_text:after {
    background: #185db0;
}

#mailform .contact_radio_list input:checked + .mwform-radio-field-text:after {
    background: #185db0;
}

.contact_radio_text,
#mailform .mwform-radio-field-text {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
}

.contact_radio_text:after,
#mailform .mwform-radio-field-text:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border: 1px #D5D5D5 solid;
    border-radius: 50%;
}

.contact_thanks ._thanks, .thanks ._thanks {
    text-align: center;
    margin: 125px auto 215px;
}

.contact_thanks ._thanks ._ttl, .thanks ._thanks ._ttl {
    margin-bottom: 42px;
    letter-spacing: 0.03em;
    font-size: 28px;
    color: #005DB0;
}

.contact_thanks ._thanks ._reg, .thanks ._thanks ._reg {
    margin-bottom: 95px;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #434343;
}

.contact_thanks ._thanks ._back, .thanks ._thanks ._back {
    text-align: center;
}

.contact_thanks ._thanks ._back a, .thanks ._thanks ._back a {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    color: #005DB0;
}

.contact_back {
    margin-top: 30px;
    text-align: center;
}

.contact_back a, .contact_back button {
    display: inline-block;
    text-decoration: underline;
    color: #005DB0;
}

.contact_intro {
    margin: 110px 0 75px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.875;
    font-size: 16px;
    color: #434343;
}

.contact_intro._left {
    text-align: left;
}

.contact_intro p {
    letter-spacing: inherit;
}

.contact_intro p:nth-child(n+2) {
    margin-top: 1em;
}

.top_info .all_read_more {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.top_info .content:after {
    content: "";
    background: rgba(29, 43, 59, 0.08);
    width: calc(100% - 275px);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.entry_confirm {
    margin-top: 23px;
    padding-left: 25%;
    position: relative;
}

.entry_submit_btn {
    background: #F2F5F8;
    width: 265px;
    height: 60px;
    margin: 115px auto 0;
    position: relative;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 32px;
    border: 1px #F2F5F8 solid;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.entry_submit_btn input {
    width: 100%;
    padding: 17px 0 19px !important;
    border: none !important;
    color: #005DB0;
    cursor: pointer;
}

@media (hover: hover) {
    .entry_submit_btn:hover {
        background: none;
        opacity: 1;
        border-color: #0E5DA8;
    }

    .entry_submit_btn:hover:before {
        opacity: 0;
    }

    .entry_submit_btn:hover:after {
        opacity: 1;
    }
}

.entry_submit_btn:before {
    content: "";
    background: #0E5DA8;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.entry_submit_btn:after {
    content: "";
    width: 11px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.contact_checkbox_check {
    width: 1px !important;
    height: 1px;
    position: absolute;
    left: 25%;
    top: 0;
    opacity: 0;
}

.contact_check_text {
    padding-left: 25px;
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.contact_check_text a {
    display: inline-block;
    text-decoration: underline;
    color: #005DB0;
}

.contact_check_text span {
    color: #9FA5AF;
}

.contact_checkbox_content_title .contact_check_text {
    padding-left: 40px;
}

.contact_check_text:before {
    content: "";
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border: 1px #D5D5D5 solid;
}

.contact_checkbox_check:checked + .contact_check_text:before {
    background: #185db0;
    border: 1px #185db0 solid;
}

.contact_checkbox_check:checked + .contact_check_text:after {
    content: "";
    width: 7px;
    height: 14px;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-60%) rotate(45deg);
    transform: translateY(-60%) rotate(45deg);
    border-bottom: 2px #fff solid;
    border-right: 2px #fff solid;
    display: block;
}

.contact .contact_back {
    display: none;
}

.mw_wp_form #mailform .error {
    position: absolute;
    font-size: 12px;
}

.confirm #mailform .contact_body,
.confirm #mailform .contact_double_input,
.confirm #mailform .contact_zipcode,
.mw_wp_form_confirm #mailform .contact_body,
.mw_wp_form_confirm #mailform .contact_double_input,
.mw_wp_form_confirm #mailform .contact_zipcode {
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #434343;
}

.confirm #mailform .contact_zipcode ._head,
.mw_wp_form_confirm #mailform .contact_zipcode ._head {
    display: none;
}

.confirm #mailform .contact_zipcode ._search,
.mw_wp_form_confirm #mailform .contact_zipcode ._search {
    display: none;
}

.confirm #mailform .contact_select,
.mw_wp_form_confirm #mailform .contact_select {
    max-width: none;
    border: none;
}

.confirm #mailform .contact_select:after,
.mw_wp_form_confirm #mailform .contact_select:after {
    display: none;
}

#complete {
    display: none;
}

/* #news 銇婄煡銈夈仜
=========================================== */
.news #container {
    padding-bottom: 200px;
}

.news_filter {
    background: #F8FAFB;
    border-left: 1px solid #0E5DA8;
    padding: 30px 4.3% 28px;
}

.news_filter ._ttl {
    margin-bottom: 2px;
    letter-spacing: 0.03em;
    font-size: 18px;
    color: #1D2B3B;
}

.news_filter ul {
    letter-spacing: 0;
    font-size: 0;
}

.news_filter ul li {
    margin-top: 12px;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 16px;
}

.news_filter ul li:last-child {
    margin-right: 0;
}

.news_filter ul li a {
    background: #FFF;
    padding: 3px 9px 2px;
    display: block;
    border-radius: 50px;
    border: 1px solid #E4E8EE;
    font-size: 14px;
    font-weight: 500;
    color: #0E5DA8;
}

.news_filter ul li._active a {
    background: #0E5DA8;
    border: 1px solid #0E5DA8;
    color: #FFF;
}

.news_list {
    margin: 65px 0 120px;
}

.news_list ul li {
    border-bottom: 1px solid #edeef0;
}

.news_list ul li a {
    padding: 30px 24px;
    display: block;
    letter-spacing: 0;
    font-size: 0;
}

.news_list ._date {
    width: 85px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.025em;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #9FA5AF;
}

.news_list ._cate {
    width: 149px;
    margin: 0 36px 0 8px;
    padding: 2px 9px 3px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E4E8EE;
    border-radius: 50px;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #0E5DA8;
}

.news_list ._txt {
    width: calc(100% - 278px);
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.05em;
    line-height: 1.625;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.news_nav {
    padding: 23px 75px;
    position: relative;
    text-align: center;
}

.news_nav ul {
    letter-spacing: 0;
    text-align: center;
    font-size: 0;
}

.news_nav ul li {
    margin: 0 16px;
    display: inline-block;
}

.news_nav ul li a {
    display: block;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #0E5DA8;
}

.news_nav ul li.active a {
    opacity: 0.2;
    color: #454545;
}

.news_nav ul li.dots {
    font-size: 16px;
}

.news_nav .page-numbers {
    margin: 0 16px;
    display: inline-block !important;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #0E5DA8;
}

.news_nav .page-numbers.current {
    opacity: 0.2;
    color: #454545;
}

.news_nav [rel=prev],
.news_nav [rel=next],
.news_nav .prev,
.news_nav .next {
    background: #F2F5F8;
    width: 64px;
    height: 64px;
    margin: 0;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news_nav [rel=prev] a,
.news_nav [rel=next] a,
.news_nav .prev a,
.news_nav .next a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.news_nav [rel=prev]:after,
.news_nav [rel=next]:after,
.news_nav .prev:after,
.news_nav .next:after {
    content: "";
    background: url(../image/all_arrow_blue.svg) no-repeat center/contain;
    width: 17px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.news_nav [rel=prev],
.news_nav .prev {
    left: 0;
}

.news_nav [rel=prev]:after,
.news_nav .prev:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news_nav [rel=next],
.news_nav .next {
    right: 0;
}

.news_nav [rel=next]:after,
.news_nav .next:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.news_nav .back {
    text-align: center;
}

.news_nav .back a {
    display: inline-block;
    text-decoration: underline;
}

.news_article.all_sub_intro {
    margin-top: 0 !important;
}

.news_article_head {
    margin-bottom: 150px;
}

.news_article_head ._date {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.025em;
    color: #9FA5AF;
}

.news_article_head ._cate {
    padding: 4px 9px;
    display: inline-block;
    border: 1px solid #E4E8EE;
    border-radius: 20px;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    color: #005DB0;
}

.news_article_head ._ttl {
    margin-top: 42px;
    line-height: 1.6;
    font-size: 32px;
    color: #000;
}

.news_article_head ._subtitle {
    margin-top: 25px;
    font-size: 20px;
}

.news_article_content {
    margin-bottom: 120px;
}

.news_txt {
    font-size: 16px;
}

.news_txt a {
    text-decoration: underline;
    color: #005DB0;
}

.news_btn {
    margin-top: 35px;
    letter-spacing: 0;
    font-size: 0;
}

.news_btn p {
    margin-right: 40px;
    display: inline-block;
}

.news_btn p a {
    background: #F2F5F8;
    width: 196px;
    padding: 21px 10px 21px 0;
    position: relative;
    display: block;
    border-radius: 100px;
    letter-spacing: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #005DB0;
}

.news_btn p a:after {
    content: "";
    background: #005DB0;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
}

.news_btn p:last-child {
    margin: 0;
}

.news_btn.pdf a {
    background: #005DB0;
    color: #FFF;
}

.news_btn.pdf a:after {
    content: "";
    background: url(../image/all_pdf_icon_w.svg) no-repeat center/contain;
    width: 20px;
    height: 22px;
    border-radius: 0;
}

.news_article_content &gt; * 銆€ {
    clear: both;
}

.news_article_content &gt; :nth-child(1) {
    margin-top: 0;
}

.news_article_content h2 {
    padding-top: 30px;
    position: relative;
    border-top: 2px solid rgba(29, 43, 59, 0.1);
    font-size: 30px;
    color: #005DB0;
}

.news_article_content h2 + .wp-block-image {
    margin-top: 60px;
}

.news_article_content h2:after {
    content: "";
    background: #005DB0;
    width: 68px;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
}

.news_article_content h2 + p {
    margin: 25px 0 0;
}

.news_article_content .wp-block-image {
    margin: 24px 0 0;
}

.news_article_content .wp-block-image img {
    max-width: 100%;
    height: auto;
}

.news_article_content .wp-block-image figcaption {
    margin: 10px 0 0;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #1D2B3B;
    opacity: 0.7;
}

.news_article_content h3 {
    margin: 77px 0 0;
    padding-left: 25px;
    position: relative;
    font-size: 28px;
    color: #005DB0;
}

.news_article_content h3:after {
    content: "";
    background: #005DB0;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 15px;
}

.news_article_content h3 + p {
    margin: 28px 0 0;
}

.news_article_content h4 {
    margin: 79px 0 0;
    font-size: 24px;
    color: #005DB0;
}

.news_article_content p {
    margin: 12px 0 0;
    line-height: 1.875;
    font-size: 16px;
}

.news_article_content p a {
    text-decoration: underline;
    color: #005DB0;
}

.news_article_content ul {
    margin: 95px 0 0;
}

.news_article_content ul li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #1A1A1A;
}

.news_article_content ul li:after {
    content: "";
    background: #005DB0;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 15px;
}

.news_article_content ul li:nth-child(n+2) {
    margin: 5px 0 0;
}

.news_article_content .wp-block-gallery {
    margin: 28px 0 0;
}

.news_article_content .wp-block-gallery .wp-block-image {
    width: 47.7% !important;
    -webkit-box-flex: unset !important;
    -ms-flex-positive: unset !important;
    flex-grow: unset !important;
}

.news_article_content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: 4.6%;
}

.news_article_content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    padding: 0;
    position: static;
    margin: 10px 0 0;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #1D2B3B;
    opacity: 0.7;
}

.news_article_content .wp-block-columns {
    margin-top: 100px;
}

.news_article_content .wp-block-columns .wp-block-column {
    font-size: 35px;
}

.news_article_content .wp-block-columns .wp-block-column &gt; *:nth-child(1) {
    margin-top: 0;
}

.news_article_content .wp-block-table {
    margin-top: 45px;
    overflow: auto;
}

.news_article_content .wp-block-table table {
    min-width: 960px;
    border-top: 1px rgba(9, 68, 124, 0.1) solid;
    border-left: 1px rgba(9, 68, 124, 0.1) solid;
}

.news_article_content .wp-block-table thead th {
    background: #005DB0;
    padding: 15px 10px;
    border: none;
    border-right: 1px rgba(255, 255, 255, 0.7) solid;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.news_article_content .wp-block-table tbody td {
    padding: 15px 10px;
    border: none;
    border-right: 1px rgba(9, 68, 124, 0.1) solid;
    border-bottom: 1px rgba(9, 68, 124, 0.1) solid;
    text-align: center;
    font-size: 14px;
}

.news_article_content .wp-block-table tbody tr:nth-child(2n) td {
    background: #F8FAFB;
}

.news_article_content .wp-block-buttons {
    margin: 35px 0 0;
}

.news_article_content .wp-block-buttons .wp-block-button {
    margin-right: 40px;
    position: relative;
    display: inline-block;
}

.news_article_content .wp-block-buttons .wp-block-button__link {
    background: #F2F5F8;
    min-width: 196px;
    padding: 21px 45px 21px 40px;
    position: relative;
    display: block;
    border-radius: 100px;
    letter-spacing: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #005DB0;
}

.news_article_content .wp-block-buttons .wp-block-button__link:after {
    content: "";
    background: #005DB0;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
}

.news_article_content .wp-block-buttons .wp-block-button__link[href$=".pdf"] {
    background: #005DB0;
    color: #FFF;
}

.news_article_content .wp-block-buttons .wp-block-button__link[href$=".pdf"]:after {
    content: "";
    background: url(../image/all_pdf_icon_w.svg) no-repeat center/contain;
    width: 20px;
    height: 22px;
    border-radius: 0;
}

/* #simulation
=========================================== */
.all_listB {
    letter-spacing: 0;
    font-size: 0;
}

.all_listB li:nth-child(n+2) {
    margin-top: 75px;
}

.all_listB ._left {
    width: 53%;
    margin-top: -6px;
    padding-right: 5.7%;
    display: inline-block;
    vertical-align: top;
}

.all_listB ._right {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

.all_listB ._caption {
    margin-top: 7px;
    padding-left: 45px;
    position: relative;
    opacity: 0.7;
    font-size: 14px;
    color: #1D2B3B;
}

.all_listB ._caption span {
    position: absolute;
    left: 0;
    top: 0;
}

.design .all_listB {
    margin-top: 73px;
}

.design_reactor_table {
    margin-top: 65px;
}

/* #privacy
=========================================== */
.privacy .all_title4 {
    margin-top: 110px;
}

.privacy .all_title4:nth-of-type(n+2) {
    margin-top: 80px;
}

/* #flow01
=========================================== */
.flow01 .mt30 {
    margin-top: 30px;
}

.flow01 .all_img_text_column ._img,
.flow01 .all_img_text_column ._text {
    width: 47.08%;
}

.flow01 .all_img_text_column + .all_img_text_column {
    margin-top: 90px;
}

/* #flow02
=========================================== */
.flow02 .all_border_sec .mt30 {
    margin-top: 30px;
}

.flow02 .all_border_sec .all_text + .all_title_circle {
    margin-top: 65px;
}

.flow02 .all_border_sec .all_graph + .all_text {
    margin-top: 35px;
}

.flow02 .all_border_sec_lists {
    margin: 30px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: number 0;
}

.flow02 .all_border_sec_lists::after {
    content: "";
    height: 0;
    display: block;
}

.flow02 .all_border_sec_lists::after, .flow02 .all_border_sec_lists_item {
    width: 31.04%;
}

.flow02 .all_border_sec_lists_item {
    background: #F9FAFB;
    padding: 50px 30px 15px;
    position: relative;
}

.flow02 .all_border_sec_lists_item::marker {
    content: none;
}

.flow02 .all_border_sec_lists_item::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) "";
    position: absolute;
    top: 15px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #005DB0;
}

/* #flow04
=========================================== */
@-webkit-keyframes flow04Arrow {
    0% {
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }
    75% {
        -webkit-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        opacity: 0;
    }
}

@keyframes flow04Arrow {
    0% {
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }
    75% {
        -webkit-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        opacity: 0;
    }
}

.flow04_wrap {
    margin-top: 60px;
    position: relative;
}

.flow04_wrap_img {
    width: 46.4%;
    margin-left: 2%;
    position: relative;
}

.flow04_wrap_img img {
    width: 100%;
}

.flow04_wrap_img ._arrow {
    background: url(../image/flow04_wrap_img_arrow_white.png) no-repeat center/100%;
    width: 6.27%;
    padding-top: 12.1%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: flow04Arrow 5s linear infinite;
    animation: flow04Arrow 5s linear infinite;
}

.flow04_wrap_img ._arrow1 {
    background-image: url(../image/flow04_wrap_img_arrow_blue.png);
    top: 7.45%;
}

.flow04_wrap_img ._arrow2 {
    top: 44%;
}

.flow04_wrap_img ._arrow3 {
    top: 65.8%;
}

.flow04_wrap_img ._arrow4 {
    top: 83.8%;
}

.flow04_wrap_lists {
    width: 58.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    bottom: 15px;
    right: 4.2%;
}

.flow04_wrap_lists ._item {
    width: 78.5%;
    height: 8.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0 10px 15%;
    background-image: linear-gradient(to right, #1D2B3B 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

@media (min-width: 1600px) {
    .flow04_wrap_lists ._item {
        height: 130px;
    }
}

.flow04_wrap_lists ._item.item2 {
    margin-left: 7%;
}

.flow04_wrap_lists ._item.item3 {
    margin-left: 14%;
}

.flow04_wrap_lists ._item.item4 {
    margin-left: 21%;
}

.flow04_wrap_lists ._item .stit {
    padding: 0 0 5px;
    position: relative;
    font-size: 1.125vw;
    color: #005DB0;
}

.flow04_wrap_lists ._item .stit .small_text {
    display: block;
    font-size: 0.75vw;
}

.flow04_wrap_lists ._item .stit ._number {
    position: absolute;
    left: -1.8em;
    top: 0.75em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #005DB0;
}

.flow04_wrap_lists ._item ._graph {
    width: 36%;
}

.flow04_wrap_lists ._item ._graph img {
    width: 100%;
}

.flow04_wrap_lists ._item ._graph .all_scale:after {
    background: url(../image/all_scale.svg) no-repeat center/2.5vw 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
}

.flow04 .microwave_column {
    margin-top: 70px;
}

.flow04 .all_text + .all_title_circle {
    margin-top: 100px;
}

.flow04 .flow04_sstit {
    margin: 40px 0 5px;
    font-size: 24px;
    color: #005DB0;
}

/* #pilot
=========================================== */
.pilot .all_title_circle {
    margin: 100px 0 45px;
}

.pilot .all_slide3,
.pilot .all_slide4 {
    margin: 0;
    padding-right: 0;
}

.pilot .all_slide3 .swiper-wrapper .swiper-slide,
.pilot .all_slide4 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
}

.pilot .all_slide3 .all_slide_controls3,
.pilot .all_slide3 .all_slide_controls4,
.pilot .all_slide4 .all_slide_controls3,
.pilot .all_slide4 .all_slide_controls4 {
    width: 112px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 31px;
    right: 0;
    z-index: 10;
}

.pilot .all_slide3 .all_slide_controls3::before,
.pilot .all_slide3 .all_slide_controls4::before,
.pilot .all_slide4 .all_slide_controls3::before,
.pilot .all_slide4 .all_slide_controls4::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #E4E8EE;
    position: absolute;
    top: calc(50% - 12px);
    left: 50%;
    z-index: 11;
}

.pilot .all_slide3 .all_slide_controls3 .swiper-button-disabled,
.pilot .all_slide3 .all_slide_controls4 .swiper-button-disabled,
.pilot .all_slide4 .all_slide_controls3 .swiper-button-disabled,
.pilot .all_slide4 .all_slide_controls4 .swiper-button-disabled {
    opacity: 1;
}

.pilot .all_slide3 .all_slide_controls3 .swiper-button-disabled svg,
.pilot .all_slide3 .all_slide_controls4 .swiper-button-disabled svg,
.pilot .all_slide4 .all_slide_controls3 .swiper-button-disabled svg,
.pilot .all_slide4 .all_slide_controls4 .swiper-button-disabled svg {
    opacity: 0.5;
}

.pilot .all_slide3 .all_slide_controls3 button,
.pilot .all_slide3 .all_slide_controls4 button,
.pilot .all_slide4 .all_slide_controls3 button,
.pilot .all_slide4 .all_slide_controls4 button {
    width: 56px;
    height: 56px;
    border-radius: 0;
}

.pilot .all_slide3 .all_slide_controls3 button._prev,
.pilot .all_slide3 .all_slide_controls4 button._prev,
.pilot .all_slide4 .all_slide_controls3 button._prev,
.pilot .all_slide4 .all_slide_controls4 button._prev {
    border-right: none;
}

.pilot .all_slide3 .all_slide_controls3 button._next,
.pilot .all_slide3 .all_slide_controls4 button._next,
.pilot .all_slide4 .all_slide_controls3 button._next,
.pilot .all_slide4 .all_slide_controls4 button._next {
    border-left: none;
}

.pilot .all_img_text_column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pilot .all_img_text_column ._img {
    width: 47.2%;
}

.pilot .all_img_text_column .all_table_sec {
    width: 46.8%;
    margin-top: 0;
}

.pilot .all_img_text_column .all_table_sec .all_table {
    min-width: 46.8%;
}

.pilot .all_img_text_column .all_table_sec th,
.pilot .all_img_text_column .all_table_sec td {
    border: 1px rgba(14, 93, 168, 0.1) solid;
    letter-spacing: 0;
}

.pilot .all_img_text_column .all_table_sec th {
    width: 42%;
    padding-left: 25px;
    background: #EDF3F7;
    color: #005DB0;
    font-size: 14px;
    font-weight: bold;
}

.pilot .all_img_text_column .all_table_sec td .note {
    display: block;
    font-size: 12px;
    color: rgba(29, 43, 59, 0.7);
}

.pilot .all_img_text_column + .all_text {
    margin: 45px 0 0;
}

.pilot .all_table tbody tr:nth-child(2n) td.none {
    background: none;
}

.pilot .all_table th.w185 {
    width: 19%;
}

.pilot .all_table th.w295 {
    width: 31%;
}

.pilot .all_table th.w260 {
    width: 27%;
}

.pilot .all_table th.w220 {
    width: 23%;
}

/* #scaleup_results
=========================================== */
.scaleup_results .scaleup_main_table {
    margin-top: 100px;
}

.scaleup_results .scaleup_main_table tbody th {
    text-align: center;
}

.scaleup_results .scaleup_main_table tbody th.w45 {
    width: 4.7%;
}

.scaleup_results .scaleup_main_table tbody td.bg {
    background: #F8FAFB;
}

.scaleup_results .scaleup_main_table tbody td.bg_none {
    background: none;
}

.scaleup_results .all_border_sec .all_table_sec {
    margin-top: 90px;
}

.scaleup_results .all_border_sec tbody th {
    padding-left: 15px;
    width: 19.3%;
}

.scaleup_results .all_border_sec tbody td {
    width: 16.14%;
}

.scaleup_results .all_table_sec .all_table tbody th {
    background: #EDF3F7;
    color: #005DB0;
    font-size: 14px;
    font-weight: 700;
}

.scaleup_results .all_table_sec .all_table tbody th,
.scaleup_results .all_table_sec .all_table tbody td {
    letter-spacing: 0;
}

.scaleup_results .scaleup_results_lists {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.scaleup_results .scaleup_results_lists dt,
.scaleup_results .scaleup_results_lists dd {
    border-bottom: 1px solid rgba(29, 43, 59, 0.08);
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.scaleup_results .scaleup_results_lists dt {
    padding-top: 20px;
    padding-left: 5.7%;
    width: 24.5%;
    color: #005DB0;
}

.scaleup_results .scaleup_results_lists dd {
    padding: 20px 0;
    width: 75.5%;
}

.scaleup_results .scaleup_results_lists dd .item {
    display: inline-block;
}

.scaleup_results .scaleup_results_lists dd .item + .item {
    margin-top: 35px;
}

/* #interview
=========================================== */
.interview_wrap_sub {
    padding-left: 23px;
    position: relative;
    font-size: 19px;
    color: #005DB0;
}

.interview_wrap_sub::before {
    content: "";
    background: #005DB0;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    border-radius: 50%;
}

.interview_wrap_sub + .s_title {
    margin-top: 20px;
}

.interview_wrap {
    padding-bottom: 0 !important;
}

.interview_wrap_main_title {
    margin: 10px 0 0;
    font-size: 32px;
    color: #005DB0;
}

.interview_wrap_main_text {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.interview_wrap_main_text .name {
    margin-right: 10px;
    font-size: 16px;
}

.interview_wrap_main_text .data {
    line-height: 1;
    font-size: 14px;
    color: rgba(29, 43, 59, 0.6);
}

.interview_wrap_main_pic {
    margin: 90px auto 83px;
}

.interview_wrap_main_pic img {
    width: 100vw;
}

.interview_cot_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interview_cot_item._full .interview_cot_item_text {
    width: 100%;
}

.interview_cot_item_text {
    width: 46.66%;
}

.interview_cot_item_text .s_title {
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 23px;
    color: #005DB0;
}

.interview_cot_item_pic {
    width: 45.83%;
}

.interview_cot_item_pic img {
    width: calc(50vw - 50px);
    position: relative;
}

.interview_cot_item_pic_sp {
    display: none;
}

.interview_cot_item_pic_sp img {
    width: 100%;
}

.interview_cot_item + .interview_cot_item {
    margin: 155px auto 0;
}

.interview_cot_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.interview_cot_item.item1 .interview_cot_item_text {
    width: 100%;
}

.interview_cot_item.item2 .interview_cot_item_text {
    margin: 0 -40px 0 0;
}

.interview_cot_item.item2 .interview_cot_item_pic img {
    right: calc(50vw - 50px - 100%);
}

.interview_other {
    padding: 190px 0 180px;
}

.interview_other_title {
    margin: 0 0 50px;
    font-size: 32px;
}

.interview_other_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interview_other_lists::after {
    content: "";
    height: 0;
    display: block;
}

.interview_other_lists::after, .interview_other_lists_item {
    width: 30.25%;
}

.interview_other_lists_item .pic {
    overflow: hidden;
}

.interview_other_lists_item .pic img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.interview_other_lists_item .text {
    min-height: 110px;
    padding-right: 85px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.interview_other_lists_item .text .name {
    margin-right: 0px;
    letter-spacing: 0;
    font-size: 24px;
    color: #005DB0;
}

.interview_other_lists_item .text .type {
    padding: 0;
}

.interview_other_lists_item .text .all_circle_arrow {
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    bottom: calc(50% - 36px);
}

@media (hover: hover) {
    .interview_other_lists_item a:hover {
        opacity: 1;
    }

    .interview_other_lists_item a:hover .pic img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.interview_slider,
.interview_controls {
    display: none;
}

/* #achievements
=========================================== */
.achievements_mv {
    background: url(../image/achievement_dummy_mv.jpg) no-repeat center/cover;
    width: calc(50% + 50vw);
    height: 600px;
    margin: 88px 0 193px;
}

.achievements_head {
    margin-bottom: 150px;
    letter-spacing: 0;
    font-size: 0;
}

.achievements_head ._info {
    width: calc(100% - 246px);
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.achievements_head ._info._full {
    width: 100%;
    padding-right: 0;
}

.achievements_head ._logo {
    width: 246px;
    margin-top: 7px;
    display: inline-block;
    vertical-align: top;
}

.achievements_head ._logo p {
    background: #fff;
    padding-top: 48.78%;
    position: relative;
    border: 1px rgba(29, 43, 59, 0.1) solid;
}

.achievements_head ._logo img {
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}

.achievements_head ._logo_sp {
    display: none;
}

.achievements_head ._ttl {
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-size: 32px;
    color: #005DB0;
}

.achievements_head ._client_date {
    margin-bottom: 9px;
    letter-spacing: 0.03em;
    font-size: 16px;
    color: #1D2B3B;
}

.achievements_head ._client_date ._client {
    margin-right: 19px;
}

.achievements_head ._client_date ._date {
    display: inline-block;
    letter-spacing: -0.025em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #9FA5AF;
}

.achievements_head ._date {
    margin-bottom: 9px;
    display: inline-block;
    letter-spacing: -0.025em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #9FA5AF;
}

.achievements_head ._type {
    letter-spacing: 0;
    font-size: 0;
}

.achievements_head ._type li {
    margin-right: 22px;
    display: inline-block;
}

.achievements_head ._type li:last-child {
    margin-right: 0;
}

.achievements_head ._type li p {
    letter-spacing: 0.03em;
    font-size: 14px;
    color: #8e959d;
}

.achievements_head ._type li span {
    margin-right: 5px;
    padding: 3px 12px 3px;
    display: inline-block;
    background: #F2F5F8;
    border-radius: 25px;
    color: #8e959d;
}

.achievements_head ._type li span:last-child {
    margin-right: 0;
}

.achievements .paper_section,
.seedprojects .paper_section {
    padding-bottom: 200px;
}

.achievements .news_nav,
.seedprojects .news_nav {
    margin-top: 120px;
}

.achievements ._menu a,
.seedprojects ._menu a {
    opacity: 1;
}

.achievement_section {
    margin-bottom: 200px;
    padding-bottom: 0 !important;
}

.achievements_content {
    margin-bottom: 150px;
}

.achievements_content h2 {
    margin-top: 150px;
    padding: 0 0 0 25px;
    border-top: none;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-size: 19px;
}

.achievements_content h2:before {
    content: "";
    background: #005DB0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.8em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-radius: 50%;
}

.achievements_content h2:after {
    display: none;
}

.achievements_content h3 {
    margin-top: 18px;
    padding-left: 0;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-size: 28px;
    color: #005DB0;
}

.achievements_content h3 strong {
    color: #005DB0;
}

.achievements_content h3:after {
    display: none;
}

.achievements_content .wp-block-columns {
    margin-top: 150px;
}

.achievements_content .wp-block-columns .wp-block-image img {
    border: 1px #E3E3E3 solid;
}

.achievements_content .wp-block-gallery {
    margin-top: 40px;
}

._full_size ._info {
    width: 100%;
    padding-right: 0;
}

._full_size:nth-child(2n+2) ._info {
    padding-right: 0;
    padding-left: 0;
    float: none;
}

._full_size:nth-child(2n+2) ._img {
    padding-left: 0;
    padding-right: 0;
}

.achievements_nav {
    margin: 110px auto 200px;
}

.achievements_dualpic {
    margin-top: 45px;
    letter-spacing: 0;
    font-size: 0;
}

.achievements_dualpic p {
    width: 47.7%;
    display: inline-block;
}

.achievements_dualpic p:nth-child(n+2) {
    margin-left: 4.6%;
}

.achievements_dualpic p img {
    width: 100%;
}

.achievements_dualpic span {
    margin-top: 6px;
    display: block;
    opacity: 0.7;
    letter-spacing: 0.03em;
    font-size: 14px;
    color: #1D2B3B;
}

.achievements_list {
    margin: 22px auto 47px;
}

.achievements_list li {
    padding-left: 25px;
    position: relative;
    letter-spacing: 0.03em;
    font-size: 16px;
}

.achievements_list li:nth-child(n+2) {
    margin-top: 8px;
}

.achievements_list li:after {
    content: "";
    background: #005DB0;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 100%;
}

.achievements_table {
    width: 100%;
    margin: 47px 0 80px;
    border: 1px solid rgba(9, 68, 124, 0.1);
}

.achievements_table thead th {
    background: #005DB0;
    width: 25%;
    padding: 15px 0 16px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
}

.achievements_table thead th:nth-child(n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.achievements_table tbody tr:nth-child(n+2) {
    border-top: 1px solid rgba(9, 68, 124, 0.1);
}

.achievements_table tbody tr td {
    padding: 17px 0;
    letter-spacing: 0;
    text-align: center;
    font-size: 14px;
}

.achievements_table tbody tr td:nth-child(n+2) {
    border-left: 1px solid rgba(9, 68, 124, 0.1);
}

.achievements_table tbody tr:nth-child(2n+2) {
    background: #F8FAFB;
}

.achievements .news_nav {
    margin-top: 70px;
}

/* #search
=========================================== */
.search_list {
    padding-top: 60px;
}

.search_list li {
    padding: 40px 0;
    border-bottom: 1px solid #edeef0;
}

.search_list li:nth-child(1) {
    padding-top: 0;
}

.search_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.search_list ._img {
    background: url(../image/news_article_dummy.jpg) no-repeat center/cover;
    width: 20%;
    padding-top: 15%;
    border: 1px solid #edeef0;
}

.search_list ._sec {
    width: calc(80% - 40px);
}

.search_list ._text {
    margin-top: 10px;
}

.search .news_nav {
    margin-top: 90px;
}

/* #recruit
=========================================== */
.recruit_message {
    margin: 0 0 0;
}

.recruit_interview {
    margin-bottom: 154px;
}

.recruit_guideline {
    margin-bottom: 320px;
}

.recruit_section {
    font-size: 16px;
}

.recruit_mid_images {
    margin: 85px 0 155px;
}

.recruit_mid_images div {
    width: 715px;
}

.recruit_mid_images img {
    width: 100%;
}

.recruit_slider.all_slide {
    margin-top: 73px;
}

.recruit_slider .all_slide_controls5 {
    margin-top: 20px;
}

.recruit_slider .swiper-slide ._img {
    width: 100%;
    height: 540px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recruit_slider .swiper-slide.recruit_slide_mo ._img {
    background-image: url(../image/recruit_slide_mo.jpg);
}

.recruit_slider .swiper-slide.recruit_slide_mk ._img {
    background-image: url(../image/recruit_slide_mk.jpg);
}

.recruit_slider .swiper-slide.recruit_slide_to ._img {
    background-image: url(../image/recruit_slide_to.jpg);
}

.recruit_slider .swiper-slide.recruit_slide_ah ._img {
    background-image: url(../image/recruit_slide_ah.jpg);
}

.recruit_slider .swiper-slide a {
    background: none;
    height: auto;
    position: relative;
    display: block;
}

.recruit_slider .swiper-slide ._name {
    padding-right: 80px;
    position: relative;
}

.recruit_slider .swiper-slide ._name p {
    padding: 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit_slider .swiper-slide ._name p span {
    display: inline-block;
    vertical-align: middle;
}

.recruit_slider .swiper-slide ._name p span:first-child {
    margin-right: 25px;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #005DB0;
}

.recruit_slider .swiper-slide ._name p span:last-child {
    opacity: 0.7;
    letter-spacing: 0.03em;
    font-size: 18px;
    color: #1D2B3B;
}

.recruit_slider .swiper-slide ._name .all_circle_arrow {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.recruit_slider .swiper-slide ._name .all_circle_arrow:before {
    border: 1px #E4E8EE solid;
}

@media (hover: hover) {
    .recruit_slider .swiper-slide a:hover .all_circle_arrow svg path {
        stroke: #005DB0;
    }

    .recruit_slider .swiper-slide a:hover .all_circle_arrow:before {
        border: 1px #005DB0 solid !important;
    }
}

.recruit_intro {
    margin-top: 62px;
    line-height: 1.65;
    letter-spacing: 0.03em;
    font-size: 38px;
    color: #005DB0;
}

.recruit_intro_wrapper {
    max-width: 945px;
}

.recruit_intro_txt {
    margin-top: 20px;
}

.recruit_intro_txt p {
    line-height: 1.9;
    font-size: 17px;
}

.recruit_intro_txt p:nth-child(n+2) {
    margin-top: 17px;
}

.recruit_table {
    width: 100%;
    border: 1px solid rgba(9, 68, 124, 0.1);
    border-top: none;
}

.recruit_table tr:nth-child(n+2) {
    border-top: 1px solid rgba(9, 68, 124, 0.1);
}

.recruit_table tr:first-child th {
    background: #005DB0;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
}

.recruit_table tr:first-child th:nth-child(n+2) {
    border-left: 1px solid #FFFFFF;
}

.recruit_table tr:first-child th:nth-child(n+2) span {
    display: block;
    width: 1em;
    margin: 0 auto;
    line-height: 1.1;
}

.recruit_table tr:first-child th:first-child {
    max-width: 246px;
    min-width: 246px;
    width: 246px;
}

.recruit_table tr:first-child th:last-child {
    border-right: 1px solid #005DB0;
}

.recruit_table tr:nth-child(n+2) th {
    background: #edf3f7;
    padding: 25px 0 25px 22px;
    font-weight: 600;
    font-size: 14px;
    color: #005db0;
}

.recruit_table tr:nth-child(n+2) th._splitA {
    max-width: 48px;
    min-width: 48px;
    width: 48px;
    padding: 0;
    border-right: 1px solid rgba(9, 68, 124, 0.1);
    text-align: center;
}

.recruit_table tr:nth-child(n+2) th._splitA span {
    display: block;
    width: 1em;
    margin: 0 auto;
    line-height: 1.1;
}

.recruit_table tr:nth-child(n+2) th._splitB {
    max-width: 198px;
    min-width: 198px;
    width: 198px;
}

.recruit_table td {
    text-align: center;
}

.recruit_table tr:nth-child(n+2) td {
    border-left: 1px solid rgba(9, 68, 124, 0.1);
}

.recruit_table ._angle {
    position: relative;
}

.recruit_table ._tri {
    letter-spacing: 0;
    font-size: 0;
}

.recruit_table ._tri img {
    width: 100%;
    height: 100%;
}

.recruit_table ._top {
    position: absolute;
    top: 53px;
    right: 66px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 17px;
    color: #FFF;
}

.recruit_table ._bot {
    position: absolute;
    bottom: 35px;
    left: 64px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 17px;
    color: #005DB0;
}

.recruit_table_legend {
    margin: 70px 0 8px;
    text-align: right;
    letter-spacing: 0;
    font-size: 0;
}

.recruit_table_legend p {
    display: inline-block;
    font-size: 16px;
}

.recruit_table_legend p:nth-child(n+2) {
    margin-left: 16px;
}

/* #oscillator 鐧烘尟鍣ㄦ眰銈€
=========================================== */
.oscillator_section .all_copy2 {
    color: #0E5DA8;
}

.oscillator_section + .oscillator_section {
    margin-top: 150px;
}

.oscillator_section .outline_history_dlist {
    width: calc(100% - 235px);
}

.oscillator_section .outline_history_dlist dl:nth-child(1) {
    border-top: none;
}

.oscillator_section .outline_history_dlist dt {
    width: 70px;
    height: 30px;
}

.oscillator_section .outline_history_dlist dt ._head {
    left: -235px;
}

.oscillator_section .outline_history_dlist dl:last-child {
    border-bottom: none;
}

.oscillator_list {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.oscillator_list li {
    width: 47.66%;
}

.oscillator_list li:nth-child(2n) {
    margin-left: 4.68%;
}

.oscillator_list ._img img {
    width: 100%;
}

.oscillator_list .all_text_smaller {
    margin-top: 10px;
}

.oscillator_graph {
    margin-top: 55px;
}

/*md 鍚勭ó銇旂垂浠嬪嫊鐢�&amp;璩囨枡銉€銈︺兂銉兗銉�
=========================================== */
.md_sec {
    margin-top: -90px;
}

.md_sec .content {
    position: relative;
}

.md_sec .all_case_sec {
    display: block;
}

.md_sec .all_case_sec ._menu {
    width: 100%;
}

.md_sec .all_case_sec ._main {
    width: 100%;
}

.md_sec .all_case_sec ._main ._list li {
    width: 31.2%;
}

.md_sec .all_case_sec ._main ._list:after {
    content: "";
    width: 31.2%;
    height: 0;
    display: block;
}

.all_case_sec ._list_sec span{
    display: block;
    font-size: 1rem;
    font-family: arial;
    color: #29559a;}



.md_sec .all_read_more {
    position: absolute;
    right: 0;
    top: 25px;
}

.md_sec + .md_sec {
    margin-top: 160px;
}

.md_sec._movies .all_case_sec ._main ._img:after {
    content: "";
    background: url(../image/all_movie_icon.svg) no-repeat center/100% 100%;
    width: 76px;
    height: 76px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.md_sec .news_nav {
    margin-top: 75px;
}

.md_tab li:nth-child(2n) a {
    background: #F1F4F7;
}

@media (hover: hover) {
    .md_tab li:nth-child(2n) a:hover {
        background: #0E5DA8;
        font-weight: 700;
        color: #fff;
        opacity: 1;
    }

    .md_tab li:nth-child(2n) a:hover span {
        font-weight: 700;
        color: #fff;
    }
}

.md_tab li:nth-child(2n) a._on {
    background: #0E5DA8;
    font-weight: 700;
    color: #fff;
}

.md_tab li:nth-child(2n) a._on span {
    font-weight: 700;
    color: #fff;
}

.md_new_sec {
    margin-top: -55px;
    position: relative;
}

.md_new_sec .md_new_slide {
    width: 100%;
    margin-top: 52px;
    overflow: visible;
}

.md_new_sec .md_new_slide:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(66.04%, rgba(255, 255, 255, 0.85)), color-stop(85.36%, rgba(255, 255, 255, 0.93)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 66.04%, rgba(255, 255, 255, 0.93) 85.36%, #fff 100%);
    width: calc(50vw - 600px);
    height: 485px;
    position: absolute;
    left: 100%;
    top: -25px;
    z-index: 2;
    display: block;
}

.md_new_sec .md_new_slide._movies ._img:after {
    content: "";
    background: url(../image/all_movie_icon.svg) no-repeat center/100% 100%;
    width: 101px;
    height: 101px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.md_new_sec .md_new_slide .swiper-slide {
    width: 400px;
}

.md_new_sec .all_slide_controls {
    width: 50%;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -140px;
}

.md_new_sec + .md_sec {
    margin-top: 150px;
}

.md_new_sec ._main ._title ._name {
    font-size: 24px;
}

.md_form_sec .entry_confirm {
    margin-top: 55px;
    padding-left: 0;
}

.md_form_sec #mailform .contact_head {
    width: 29%;
}

.md_form_sec #mailform .contact_body {
    width: 71%;
}

.md_tag_square {
    background: #005DB0;
    padding: 8px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.md_form_split {
    margin-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.md_form_split ._left {
    width: 35%;
    padding-right: 118px;
}

.md_form_split ._left ._img {
    width: 100%;
    padding-top: 61.26%;
    position: relative;
    overflow: hidden;
    border: 1px rgba(29, 43, 59, 0.08) solid;
}

.md_form_split ._left ._img div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.md_form_split ._left ._tag {
    background: #005DB0;
    margin-top: 20px;
    padding: 3px 12px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.md_form_split ._left ._name {
    margin-top: 12px;
    font-size: 16px;
    color: #005DB0;
}

.md_form_split ._left .all_text_small {
    margin-top: 10px;
    color: rgba(29, 43, 59, 0.8);
}

.md_form_split ._right {
    width: 65%;
}

.md_category_title {
    display: none;
}

.md_category_head {
    margin-right: 28px;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 18px;
    color: #1D2B3B;
}

.md_form_thanks .content {
    max-width: 600px;
}

.md_form_thanks_main {
    margin-top: 110px;
}

.md_form_thanks_main ._img {
    width: 100%;
    margin-top: 60px;
    padding-top: 61.26%;
    position: relative;
    overflow: hidden;
    border: 1px rgba(29, 43, 59, 0.08) solid;
}

.md_form_thanks_main ._img div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* #footer 銉曘儍銈裤兗
=========================================== */
#footer {
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #1D2B3B;
}

#footer ._sns_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_s_t{
    font-size: 18px;
}
#footer ._sns_list li {
    font-size: 0;
}

#footer ._sns_list li:nth-child(n+2) {
    margin-left: 22px;
}

.footer_banner {
    background: radial-gradient(circle at top left, #2A67AB, #0E5DA8 90%, #0E5DA8 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_banner a {
    background: url(../image/footer_banner_bg.png) no-repeat center bottom/cover;
    width: 100%;
    height: 400px;
    padding: 0 calc(16.5% + 120px) 0 15.625%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_banner a:after {
    content: "";
    background: radial-gradient(circle at top left, rgba(135, 101, 180, 0.4), rgba(135, 101, 180, 0));
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.footer_banner a:nth-child(2) {
    border-left: 1px #5578AD solid;
}

@media (hover: hover) {
    .footer_banner a:hover {
        opacity: 1;
    }
}

.footer_banner ._head {
    padding-left: 25px;
    position: relative;
    z-index: 2;
    font-size: 19px;
    color: #fff;
}

.footer_banner ._head:after {
    content: "";
    background: #FFF;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.footer_banner ._text {
    margin-top: 20px;
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #fff;
}
.footer_bt{
    display: flex;
    flex-direction: column;
}
.footer_banner ._text + .all_text {
    margin-top: 30px;
}
.footer_bt{
    width: 68%;
}
.footer_er{
    /*width: 10%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
        margin-top: 2%;
}
.footer_banner .all_text {
    position: relative;
    z-index: 2;
    color: #fff;
}
.footer_dh{
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
}
.footer_t{
    display: flex;
    align-items: center;
}
.footer_t span{
    font-size: 21px;
    font-weight: 500;
    margin: 4% 3%;
}
.us_con_me_img {
    position: absolute;
    height: 460px;
    top: 25%;
}
.footer_t p{
    font-size: 23px;
    font-weight: bold;
}
.footer_s_con a{
    color: #646a73;
    margin-bottom: 10px;
}
.footer_s_con a:hover{
    color: #2260aa;
}
.footer_s_1{
    display: flex;
    flex-direction: column;
}

.footer_s_con{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.footer_banner .all_circle_arrow {
    width: 100px;
    height: 100px;
    right: 16.5%;
    bottom: auto;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_main {
    background: #1D2B3B;
    padding: 130px 0 100px;
    display: flex;
    justify-content: space-between;
}

.footer_main * {
    color: #fff;
}
.foot_er{
    margin-top: 6%;
}
.footer_main .content {
    max-width: 1360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
}

.footer_main ._left ._name {
    margin-top: 65px;
    font-size: 20px;
}

.footer_main ._left address {
    margin-top: 20px;
    line-height: 2.14;
    font-size: 14px;
}

.footer_main ._left ._suggest_banner {
    margin-top: 45px;
}

.footer_main ._left ._suggest_banner img {
    width: 340px;
}

.footer_main ._right {
    width: 775px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_ba{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #828282ab;
    padding-top: 1%;
    padding-bottom: 1%;
}
.footer_ba_ri a{
    color: #fff;
}
.footer_ba_le {
    display: flex;
    align-items: center;
}
.footer_ba_les a{
    color: #fff;
}
.footer_ba_les a{
    color: #fff;
}
.footer_ba_les:nth-child(2){
    margin-left: 30px;
}
.footer_ba_les{
    display: flex;
}
.footer_main ._right ._sec {
    width: calc(50% - 92px);
    padding-right: 25px;
}

.footer_main ._right ._sec:last-child {
    width: 195px;
}

.footer_main .footer_list &gt; li:nth-child(n+2) {
    margin-top: 30px;
}

.footer_main .footer_list ._main {
    display: inline-block;
    line-height: 1.875;
    font-size: 16px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.footer_main .footer_list sup {
    font-size: 0.5em;
    color: #fff;
}

.footer_main .footer_sub_list {
    margin-top: 12px;
}

.footer_main .footer_sub_list a {
    display: inline-block;
    line-height: 1.57;
    font-size: 14px;
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.footer_main .footer_sub_list li:nth-child(n+2) {
    margin-top: 10px;
}

.footer_main .footer_sub_list ._has_head:nth-child(n+2) {
    margin-top: 28px;
}

.footer_main .footer_sub_list ._head {
    margin-bottom: 5px;
    font-size: 12px;
    opacity: 0.4;
}

@media (hover: hover) {
    .footer_main .footer_sub_list a:hover {
        opacity: 1;
    }
}

.footer_main ._acc {
    display: none;
}

#footer .footer_bottom {
    margin-top: 65px;
    display: none;
}

#footer .footer_bottom ._language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer .footer_bottom ._language ._head {
    margin-right: 18px;
    font-size: 14px;
    color: #fff;
}

#footer .footer_bottom ._language ._list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .footer_bottom ._language ._list li a {
    padding: 1px 0;
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

#footer .footer_bottom ._language ._list li a._on {
    background: rgba(255, 255, 255, 0.3);
    padding: 1px 10px;
    border-radius: 10px;
    font-weight: 500;
    opacity: 1;
}

#footer .footer_bottom ._language ._list li:nth-child(n+2) {
    margin-left: 8px;
}

#footer .footer_bottom ._sns_list {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_copyright {
    margin-top: 15px;
    text-align: center;
}

.footer_copyright small {
    font-size: 12px;
}

/* #carbon_neutral 銈兗銉溿兂銉嬨儱銉笺儓銉┿儷
=========================================== */
.carbon_neutral#wrapper:before {
    content: "";
    background: url(../image/carbon_bg.jpg) no-repeat center right 30%/cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
}

.carbon_neutral#wrapper:after {
    display: none;
}

.carbon_neutral#wrapper #container {
    position: relative;
    z-index: 2;
}

.carbon_neutral#wrapper .all_next_content {
    background: #fff;
    padding-top: 20px;
    position: relative;
    z-index: 3;
}

.carbon_intro {
    height: 150vh;
}

.carbon_intro._on2 .carbon_mv {
    opacity: 0;
}

.carbon_intro._on2 .carbon_full1 {
    opacity: 1;
}

.carbon_intro._on2 .carbon_full2 {
    opacity: 0;
}

.carbon_intro._on3 .carbon_mv {
    opacity: 0;
}

.carbon_intro._on3 .carbon_full1 {
    opacity: 0;
}

.carbon_intro._on3 .carbon_full2 {
    opacity: 1;
}

.carbon_intro._on4 .carbon_mv {
    opacity: 0;
}

.carbon_intro._on4 .carbon_full1 {
    opacity: 0;
}

.carbon_intro._on4 .carbon_full2 {
    opacity: 0;
}

.carbon_full {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.carbon_full .all_title5 {
    line-height: 2.22;
    font-weight: 700;
    color: #fff;
}

.carbon_full .all_title5:nth-child(n+2) {
    margin-top: 15px;
}

.carbon_full ._copy_img {
    margin-top: 25px;
    display: inline-block;
}

.carbon_full ._copy_img img {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, rgba(0, 226, 255, 0.4)));
    background: linear-gradient(transparent 5%, rgba(0, 226, 255, 0.4) 5%);
    max-width: 100%;
}

.carbon_mv {
    opacity: 1;
}

.carbon_mv ._title {
    width: 74.66%;
    text-align: center;
}

.carbon_mv ._title img {
    max-width: 100%;
}

.carbon_full1 .content {
    width: 85.6%;
}

.carbon_full2 .content {
    max-width: 900px;
}

.carbon_copy {
    margin-top: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    color: #fff;
}

.carbon_copy &gt; span {
    display: block;
    font-weight: inherit;
    color: inherit;
}

.carbon_copy &gt; span:nth-child(n+2) {
    margin-top: 18px;
}

.carbon_copy span span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, rgba(0, 226, 255, 0.4)));
    background: linear-gradient(transparent 5%, rgba(0, 226, 255, 0.4) 5%);
    display: inline-block;
    line-height: 1.2;
    text-indent: 10px;
    font-weight: inherit;
    color: inherit;
}

.carbon_sec {
    margin-top: 140px;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    opacity: 0;
}

.carbon_sec._on {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.carbon_sec .content {
    background: #fff;
    padding: 135px 100px;
    border-radius: 24px;
}

.carbon_sec ._head {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #005DB0;
}

.carbon_sec ._title {
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
}

.carbon_sec ._qa {
    margin-top: 70px;
}

.carbon_sec ._qa ._qa_head {
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 40px;
    color: #005DB0;
}

.carbon_sec ._qa ._qa_top_text {
    padding-left: 65px;
    position: relative;
    line-height: 1.66;
    font-weight: 700;
    font-size: 24px;
    color: #005DB0;
}

.carbon_sec ._qa ._q {
    background: #F8FBFD;
    padding: 21px 90px;
    border-radius: 14px;
}

.carbon_sec ._qa ._a {
    background: #FDF9F8;
    margin-top: 20px;
    padding: 35px 90px 40px;
    border-radius: 14px;
}

.carbon_sec ._qa ._a ._qa_head {
    top: 20px;
    color: #D31D12;
}

.carbon_sec ._qa ._a ._qa_top_text {
    color: #D31D12;
}

.carbon_sec ._qa ._a .all_text_big {
    margin-top: 15px;
    padding-left: 65px;
    position: relative;
    font-weight: 700;
}

.carbon_sec .all_read_more {
    margin-top: 55px;
}

.carbon_sec .all_read_more a {
    background: #E4E8EE;
    width: 246px;
    height: 60px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
}

.carbon_sec .all_read_more a:hover {
    background: #fff;
}

.carbon_index .content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.carbon_index_list li:nth-child(n+2) {
    margin-top: 25px;
}

.carbon_index_list a {
    display: inline-block;
    font-size: 17px;
}

.carbon_index_list ._number {
    margin-right: 15px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #005DB0;
}

.carbon_index_list ._text {
    padding-right: 28px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #005DB0;
}

.carbon_index_list ._text:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    display: block;
    border-right: 2px #005DB0 solid;
    border-bottom: 2px #005DB0 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carbon_first .content {
    background: #1D2B3B;
    padding: 150px 100px;
}

.carbon_first_title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.carbon_first_copy {
    margin-top: 45px;
    text-align: center;
    line-height: 2.63;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
}

.carbon_first_copy p {
    font-weight: inherit;
    color: inherit;
}

.carbon_sec_con {
    margin-top: 152px;
}

.carbon_sec_con .all_title3 {
    text-align: center;
    line-height: 1.67;
    font-weight: 700;
    color: #1D2B3B;
}

.carbon_sec_con .all_title {
    text-align: center;
    font-weight: 700;
    color: #1D2B3B;
}

.carbon_sec_con2 {
    margin-top: 110px;
}

.carbon_graph {
    margin-top: 25px;
    text-align: center;
}

.carbon_graph img {
    max-width: 100%;
}

.carbon_graph + .carbon_text {
    margin-top: 50px;
}

.carbon_graph_list {
    letter-spacing: 0;
    font-size: 0;
}

.carbon_graph_list li {
    width: 31.3%;
    display: inline-block;
    vertical-align: top;
}

.carbon_graph_list li:nth-child(n+2) {
    margin-left: 3%;
}

.carbon_text {
    text-align: center;
    line-height: 2.13;
    font-weight: 700;
    font-size: 15px;
}

.carbon_column {
    background: #F8FCFF;
    margin-top: 70px;
    padding: 90px 80px 80px;
    border-radius: 20px;
}

.carbon_column ._column_head {
    opacity: 0.47;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #005DB0;
}

.carbon_column ._column_head ._first {
    margin-right: 15px;
    font-weight: 500;
    font-size: 22px;
    color: #005DB0;
}

.carbon_column ._column_head + ._column_title {
    margin-top: 50px;
}

.carbon_column ._column_title {
    text-align: center;
    line-height: 1.66;
    font-weight: 700;
    font-size: 30px;
    color: #005DB0;
}

.carbon_column ._column_title + .carbon_text {
    margin-top: 30px;
}

.carbon_column .carbon_graph {
    margin-top: 95px;
}

.carbon_column .all_title {
    text-align: center;
    font-weight: 700;
    color: #1D2B3B;
}

.carbon_sec2 .carbon_column .carbon_graph {
    margin-top: 60px;
}

.carbon_sec3 .carbon_column .carbon_sec3_column_inner:nth-child(n+2) {
    margin-top: 117px;
}

.carbon_sec3 .carbon_column .carbon_graph {
    margin-top: 78px;
}

.carbon_last {
    height: 110vh;
}

.carbon_last ._sp {
    display: none;
}

.carbon_last .carbon_full {
    position: fixed;
    left: 0;
    top: 0;
}

.carbon_last._on .carbon_full {
    opacity: 1;
}

.carbon_last .all_title5 &gt; span {
    display: block;
    font-weight: inherit;
    color: inherit;
}

.carbon_last .all_title5 &gt; span:nth-child(2) {
    margin-top: 20px;
}

.carbon_last .all_title5 &gt; span:nth-child(n+3) {
    margin-top: 14px;
}

.carbon_last .all_title5 &gt; span span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, rgba(0, 226, 255, 0.4)));
    background: linear-gradient(transparent 20%, rgba(0, 226, 255, 0.4) 20%);
    display: inline-block;
    line-height: 1.2;
    text-indent: 5px;
    font-weight: inherit;
    font-size: 29px;
    color: inherit;
}

.carbon_graph ._graph {
    border: none;
}

.carbon_anim_wrapper {
    max-width: 440px;
    margin: 155px auto 185px;
    border-top: 1px solid #dee2e7;
    border-bottom: 1px solid #dee2e7;
    position: relative;
}

.carbon_anim_wrapper:after {
    content: "";
    background: #dee2e7;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 58px;
    display: block;
}

.carbon_anim_wrapper .carbon_el_wrapper {
    position: absolute;
    display: inline-block;
    width: 257px;
    height: 100%;
    bottom: 0;
}

.carbon_anim_wrapper .carbon_el_wrapper ._ttl {
    width: 325px;
    position: absolute;
    top: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.6;
    font-weight: 600;
    font-size: 18px;
}

.carbon_anim_wrapper .carbon_el_wrapper:nth-child(1) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.carbon_anim_wrapper .carbon_el_wrapper:nth-child(2) {
    right: 0;
}

.carbon_anim_wrapper .carbon_el_wrapper ._side {
    width: 60px;
    position: absolute;
    left: -70px;
    height: 243px;
    bottom: 0;
}

.carbon_anim_wrapper .carbon_el_wrapper ._container {
    width: 60px;
    position: absolute;
    left: 0;
    border-right: 2px solid #1d2b3b;
}

.carbon_anim_wrapper .carbon_el_wrapper ._container:nth-child(1) {
    height: 149px;
    top: 1px;
}

.carbon_anim_wrapper .carbon_el_wrapper ._container:nth-child(2) {
    height: 91px;
    bottom: 0;
}

.carbon_anim_wrapper .carbon_el_wrapper ._container:after {
    content: "";
    width: 7px;
    height: 2px;
    background: #1d2b3b;
    position: absolute;
    top: 0;
    right: -8px;
}

.carbon_anim_wrapper .carbon_el_wrapper ._container:before {
    content: "";
    width: 7px;
    height: 2px;
    background: #1d2b3b;
    position: absolute;
    bottom: 0;
    right: -8px;
}

.carbon_anim_wrapper .carbon_el_wrapper ._ball {
    background: #1D2B3B;
    width: 52px;
    height: 52px;
    padding: 20px 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
}

.carbon_anim_wrapper .carbon_el_wrapper ._bot_img {
    position: absolute;
    bottom: -184px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.carbon_anim_wrapper .carbon_el_wrapper:nth-child(1) ._bot_img {
    width: 335px;
}

.carbon_anim_wrapper .carbon_el_wrapper ._float_ball {
    width: 53.3%;
    position: absolute;
    left: 103%;
    top: 5%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.carbon_anim_wrapper .carbon_el_wrapper ._float_ball img {
    width: 100%;
}

.carbon_anim_wrapper &gt; ._inner {
    max-width: 690px;
    height: 302px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    letter-spacing: 0;
    font-size: 0;
}

.carbon_anim_wrapper .carbon_el {
    width: 105px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

.carbon_anim_wrapper .carbon_el ._bloc {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.carbon_anim_wrapper .carbon_el ._bloc ._inner {
    background: #adadad;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.carbon_anim_wrapper .carbon_el ._bloc + ._bloc {
    margin-top: 2px;
}

.carbon_anim_wrapper .carbon_el ._bloc._green ._inner {
    background: #626262;
}

.carbon_anim_wrapper .carbon_el ._bloc._blue ._inner {
    background: #005DB0;
}

.carbon_anim_wrapper .carbon_el ._bloc._red ._inner {
    background: #4EB42F;
}

.carbon_anim_wrapper .carbon_el ._bloc ._txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    line-height: 1.3;
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
}

.carbon_anim_wrapper .carbon_el ._bloc ._txt._fix {
    width: 33px;
}

.carbon_anim_wrapper .carbon_el ._bloc ._txt span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 8px;
    color: #FFF;
}

.carbon_anim_wrapper .carbon_el._col1 {
    left: 0;
}

.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(1) {
    height: 57px;
}

.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(1) ._inner {
    border-radius: 5px 5px 0 0;
}

.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(2) {
    height: 91px;
}

.carbon_anim_wrapper .carbon_el._col1 ._bloc:nth-child(3) {
    height: 91px;
}

.carbon_anim_wrapper .carbon_el._col2 {
    right: 0;
}

.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(1) {
    height: 0;
    opacity: 0;
    border: 2px dotted #dadada;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(1) ._inner {
    opacity: 0;
}

.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(2) {
    height: 57px;
}

.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(2) ._inner {
    border-radius: 5px 5px 0 0;
}

.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(3) {
    height: 91px;
}

.carbon_anim_wrapper .carbon_el._col2 ._bloc:nth-child(4) {
    height: 91px;
}

.carbon_anim_wrapper .carbon_el._col3 {
    left: 0;
}

.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(1) {
    height: 57px;
}

.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(1) ._inner {
    border-radius: 5px 5px 0 0;
}

.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(2) {
    height: 57px;
}

.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(3) {
    height: 91px;
}

.carbon_anim_wrapper .carbon_el._col3 ._bloc:nth-child(4) {
    height: 91px;
}

.carbon_anim_wrapper .carbon_el._col4 {
    right: 0;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(1) {
    height: 0;
    opacity: 0;
    border: 2px dotted #dadada;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(1) ._inner {
    opacity: 0;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(2) {
    height: 57px;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(2) ._inner {
    border-radius: 5px 5px 0 0;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(3) {
    height: 0;
    opacity: 0;
    border: 2px dotted #dadada;
    border-bottom: none;
    border-top: none;
    border-radius: 5px 5px 0 0;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(3) ._inner {
    opacity: 0;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(4) {
    height: 57px;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(5) {
    height: 91px;
}

.carbon_anim_wrapper .carbon_el._col4 ._bloc:nth-child(6) {
    height: 91px;
}

.carbon_anim_wrapper ._footnote {
    width: 100%;
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 15px;
}

.carbon_anim_wrapper ._deco1 {
    position: absolute;
    left: 105px;
}

.carbon_anim_wrapper ._deco1 span:nth-child(1) {
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-top: 2px dotted #dadada;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.carbon_anim_wrapper ._deco1 span:nth-child(2) {
    width: 78px;
    position: absolute;
    left: -17px;
    top: 37px;
    -webkit-transform: rotate(56deg) scale(0);
    transform: rotate(56deg) scale(0);
    border-top: 2px dotted #dadada;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.carbon_anim_wrapper ._deco2 {
    position: absolute;
    left: 105px;
}

.carbon_anim_wrapper ._deco2 span:nth-child(1) {
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-top: 2px dotted #dadada;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.carbon_anim_wrapper ._deco2 span:nth-child(2) {
    width: 53px;
    position: absolute;
    left: -4px;
    top: 19px;
    -webkit-transform: rotate(33deg) scale(0);
    transform: rotate(33deg) scale(0);
    border-top: 2px dotted #dadada;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(1) {
    height: 72px;
    display: block;
    opacity: 1;
}

.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(1) ._inner {
    border-radius: 5px;
}

.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(2) {
    height: 29px;
}

.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(2) ._inner {
    border-radius: 0;
}

.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(3) {
    height: 91px;
}

.carbon_anim_wrapper .animA .carbon_el._col2 ._bloc:nth-child(4) {
    height: 45px;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(1) {
    height: 40px;
    display: block;
    opacity: 1;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(1) ._inner {
    border-radius: 5px;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(2) {
    height: 16px;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(2) ._inner {
    border-radius: 0;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(3) {
    height: 72px;
    display: block;
    opacity: 1;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(3) ._inner {
    border-radius: 5px;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(4) {
    height: 29px;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(5) {
    height: 91px;
}

.carbon_anim_wrapper .animA .carbon_el._col4 ._bloc:nth-child(6) {
    height: 45px;
}

.carbon_anim_wrapper .animA ._deco1 span:nth-child(1) {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.carbon_anim_wrapper .animA ._deco1 span:nth-child(2) {
    -webkit-transform: rotate(54deg) scale(1);
    transform: rotate(54deg) scale(1);
}

.carbon_anim_wrapper .animA ._deco2 span:nth-child(1) {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.carbon_anim_wrapper .animA ._deco2 span:nth-child(2) {
    -webkit-transform: rotate(33deg) scale(1);
    transform: rotate(33deg) scale(1);
}

.carbon_anim_wrapper .animB .carbon_el._col2 ._bloc:nth-child(1) {
    border: none;
}

.carbon_anim_wrapper .animB .carbon_el._col2 ._bloc:nth-child(1) ._inner {
    border-radius: 12px;
    opacity: 1;
}

.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(1) {
    border: none;
}

.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(1) ._inner {
    border-radius: 12px;
    opacity: 1;
}

.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(3) {
    border: none;
}

.carbon_anim_wrapper .animB .carbon_el._col4 ._bloc:nth-child(3) ._inner {
    border-radius: 12px;
    opacity: 1;
}

.carbon_anim_wrapper .animB ._deco1 span:nth-child(1) {
    border-color: #005DB0;
}

.carbon_anim_wrapper .animB ._deco1 span:nth-child(2) {
    border-color: #005DB0;
}

.carbon_anim_wrapper .animB ._deco2 span:nth-child(1) {
    border-color: #4EB42F;
}

.carbon_anim_wrapper .animB ._deco2 span:nth-child(2) {
    border-color: #4EB42F;
}

.carbon_anim_wrapper .animC ._float_ball {
    opacity: 1;
}

.achiev_anim_wrapper ._inner {
    letter-spacing: 0;
    font-size: 0;
}

.achiev_anim_wrapper ._ttl {
    position: absolute;
    top: -36px;
    left: -34px;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    color: #005DB0;
}

.achiev_el {
    width: 226px;
    height: 182px;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #1D2B3B;
    border-left: 1px solid #1D2B3B;
}

.achiev_el:nth-child(n+2) {
    margin-left: 9.6%;
}

.achiev_el ._bloc {
    width: 44px;
    height: 100%;
    position: absolute;
    bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}

.achiev_el ._bloc ._data {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.achiev_el ._bloc:nth-child(1) {
    left: 21%;
}

.achiev_el ._bloc:nth-child(1) ._data {
    height: 100%;
    background: #E0EDF3;
}

.achiev_el ._bloc:nth-child(2) {
    right: 21%;
}

.achiev_el ._bloc:nth-child(2) ._data {
    height: 95.6%;
    background: #2776BC;
}

.achiev_el ._footnote {
    width: 62px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    letter-spacing: -1px;
}

.achiev_el ._deco {
    position: absolute;
    border-top: 3px dotted #d7d7d7;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.achiev_el ._arrow {
    width: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.achiev_el ._arrow &gt; span {
    width: 100%;
    position: absolute;
    top: 33%;
    left: 0;
    z-index: 1;
    display: block;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
}

.achiev_el ._arrow &gt; span span {
    margin-top: 4px;
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #FFF;
}

.achiev_el ._arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 38.5px 0 38.5px;
    border-color: #5fda75 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.achiev_el ._arrow:before {
    content: "";
    background: #5fda75;
    width: 47px;
    height: calc(100% - 44px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.achiev_el ._ruler {
    position: absolute;
    height: 100%;
    left: -38px;
    width: 30px;
}

.achiev_el ._ruler span {
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    letter-spacing: 0;
    text-align: right;
    font-weight: 600;
    font-size: 10px;
}

.achiev_el ._ruler span:after {
    content: "";
    background: #1d2b3b;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -17px;
}

.achiev_el ._ruler span:nth-child(1) {
    top: 0;
}

.achiev_el ._ruler span:nth-child(2) {
    top: 20%;
}

.achiev_el ._ruler span:nth-child(3) {
    top: 40%;
}

.achiev_el ._ruler span:nth-child(4) {
    top: 60%;
}

.achiev_el ._ruler span:nth-child(5) {
    top: 80%;
}

.achiev_el ._ruler span:nth-child(6) {
    top: 100%;
}

.achiev_el ._ruler span:nth-child(6):after {
    content: none;
}

.achiev_el._el1 ._deco {
    width: 166px;
    position: absolute;
    right: -105px;
    top: 84px;
    -webkit-transform: rotate(75deg) scale(0);
    transform: rotate(75deg) scale(0);
}

.achiev_el._el1 ._arrow {
    height: 150px;
    top: -20px;
}

.achiev_el._el1.animA ._bloc:nth-child(2) ._data {
    height: 9.4%;
}

.achiev_el._el1.animA ._deco {
    -webkit-transform: rotate(75deg) scale(1);
    transform: rotate(75deg) scale(1);
    opacity: 1;
}

.achiev_el._el1.animB ._arrow {
    top: 0;
    opacity: 1;
}

.achiev_el._el2 ._deco {
    width: 156px;
    position: absolute;
    right: -101px;
    top: 76px;
    -webkit-transform: rotate(74deg) scale(0);
    transform: rotate(74deg) scale(0);
}

.achiev_el._el2 ._arrow {
    height: 132px;
    top: -20px;
}

.achiev_el._el2.animA ._bloc:nth-child(2) ._data {
    height: 18.9%;
}

.achiev_el._el2.animA ._deco {
    -webkit-transform: rotate(74deg) scale(1);
    transform: rotate(74deg) scale(1);
    opacity: 1;
}

.achiev_el._el2.animB ._arrow {
    top: 0;
    opacity: 1;
}

.achiev_el._el3 ._deco {
    width: 173px;
    position: absolute;
    right: -110px;
    top: 84px;
    -webkit-transform: rotate(75deg) scale(0);
    transform: rotate(75deg) scale(0);
}

.achiev_el._el3 ._arrow {
    height: 146px;
    top: -20px;
}

.achiev_el._el3.animA ._bloc:nth-child(2) ._data {
    height: 11.2%;
}

.achiev_el._el3.animA ._deco {
    -webkit-transform: rotate(75deg) scale(1);
    transform: rotate(75deg) scale(1);
    opacity: 1;
}

.achiev_el._el3.animB ._arrow {
    top: 0;
    opacity: 1;
}

.achiev_el._el4 ._deco {
    width: 115px;
    position: absolute;
    right: -82px;
    top: 54px;
    -webkit-transform: rotate(67deg) scale(0);
    transform: rotate(67deg) scale(0);
}

.achiev_el._el4 ._arrow {
    height: 87px;
    top: -20px;
}

.achiev_el._el4 ._arrow &gt; span {
    top: 24%;
}

.achiev_el._el4.animA ._bloc:nth-child(2) ._data {
    height: 43.7%;
}

.achiev_el._el4.animA ._deco {
    -webkit-transform: rotate(67deg) scale(1);
    transform: rotate(67deg) scale(1);
    opacity: 1;
}

.achiev_el._el4.animB ._arrow {
    top: 0;
    opacity: 1;
}

.achiev_el._el5 ._deco {
    width: 155px;
    position: absolute;
    right: -100px;
    top: 77px;
    -webkit-transform: rotate(74deg) scale(0);
    transform: rotate(74deg) scale(0);
}

.achiev_el._el5 ._arrow {
    height: 132px;
    top: -20px;
}

.achiev_el._el5.animA ._bloc:nth-child(2) ._data {
    height: 18.9%;
}

.achiev_el._el5.animA ._deco {
    -webkit-transform: rotate(74deg) scale(1);
    transform: rotate(74deg) scale(1);
    opacity: 1;
}

.achiev_el._el5.animB ._arrow {
    top: 0;
    opacity: 1;
}

.achiev_el._el6 ._deco {
    width: 95px;
    position: absolute;
    right: -71px;
    top: 42px;
    -webkit-transform: rotate(62deg) scale(0);
    transform: rotate(62deg) scale(0);
}

.achiev_el._el6 ._arrow {
    height: 68px;
    top: -20px;
}

.achiev_el._el6 ._arrow &gt; span {
    top: 15%;
}

.achiev_el._el6.animA ._bloc:nth-child(2) ._data {
    height: 54.2%;
}

.achiev_el._el6.animA ._deco {
    -webkit-transform: rotate(62deg) scale(1);
    transform: rotate(62deg) scale(1);
    opacity: 1;
}

.achiev_el._el6.animB ._arrow {
    top: 0;
    opacity: 1;
}

.suppl_b_c1 a {
    display: flex;
    justify-content: center;
}
.suppl_b_c .all_read_more{
    position: static;
}
.supp_c_box .supp_c_b_a:hover span{
    color: #0b5092;
}

@media (max-width: 1200px) {
    .footer_bt{
        width: 100%;
    }
    .footer_ba_les:nth-child(1){
        display: none;
    }
    .footer_ba_les:nth-child(2) {
        margin-left: 0;
    }
    .footer_ba{
        padding: 4% 16px!important;
    }
    .top_fv img {
        width: auto;
        height: 100vh;
    }
    .content{
        padding: 0 16px;
    }
    .suppl_b_c1 {
        display: flex;
        flex-direction: column;
    }
    .suppl_b_c1_im{
        width: 100%;
    }
    .suppl_b_c {
        width: 100%;
    }
    .suppl_b_c span {
        font-size: 26px;
    }
    .suppl_b_c p{
        font-size: 16px;
    }
    .supp_cont2 {
        display: flex;
        margin: 0 -1%;
        flex-direction: column;
    }
    .supp_c_box {
        width: 100%;
        margin: 1%;
    }
    .top_carbon ._sec {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding: 0!important;
    }
    .footer_dh {
        display: none;
    }
    .footer_t p {
            text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    .footer_t {
        display: flex;
        flex-direction: column;
    }
    .footer_main {
        background: #1D2B3B;
        padding: 130px 0 160px;
        display: flex;
        flex-direction: column;
    }
    #footer .footer_main .content {
        width: 100%;
        display: flex;
    }
    .peptide_x_cont img{
        width: 100%;
    }
    ._copy span {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        line-height: 1.3;
    }
    ._copy p {
        font-size: 16px;
        color: #fff;
        margin-top: 2%;
    }
}
.whi_r{
   white-space: normal;
    vertical-align: super;
    font-size: smaller;
    color: #fff; 
}
.bhi_r{
   white-space: normal;
    vertical-align: super;
    font-size: smaller;
    color: #000; 
}
.bui_r{
   white-space: normal;
    vertical-align: super;
    font-size: smaller;
    color: #0854bb; 
}


@media (max-width: 1500px) {
    .content{
        padding: 0 22px;
    }
    .top_service{
        margin-top: 4%;
    }
    .top_case{
        padding: 4% 0 200px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
  /*闅旀柇  */
}


@media (max-width: 1490px) {
  .header_content ._list &gt; li:nth-child(n+2) {
    margin-left: 20px;
  }

  .header_content ._main {
    font-size: 15px;
  }
  /*瀵艰埅鏍�*/
 /*.header_content {width: 87%!important;}*/
 /*.header_content ._main {font-size: 14px;}*/
  
  
  
  
  
}







/*鑻辨枃鍒囨崲*/
.header_en a  , .header_jp a     {
    width:4.7rem;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 80px;
    font-size: 1rem;
}


.lag{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.lag_nav{position:relative}
.lag_nav&gt;span{background-color:#0b5092;padding:0 1rem 0 1rem;color:#fff;line-height:2rem;display:inline-block}
.lag_nav ul{display:none;position:absolute;left:0;top:2rem;background-color:#f5f5f5;width:100%;padding:0 0.25rem}
.lag_nav:hover ul{display:block;}
.lag_nav ul li a{display:flex;justify-content: space-between;align-items: center;padding:0 0.25rem;}
.lag_nav ul li a em{margin-left:0.5rem}

.lag_nav&gt;span i {
    width: 10px;
    height: 10px;
    background: url(../image/nav.png) center no-repeat;
    background-size: 100% auto;
    top: 2.25rem;
    display: inline-block;
    margin-left: 0.25rem;
    filter: grayscale(100%) brightness(1000%);
    margin-left: 0.5rem;

}
.lag_nav ul li{padding:0.25rem 0}
.lag_nav ul li img{max-width:32px;}








</pre></body></html>