
/*================================================*/
@media screen and (max-width: 767px) {
/*================================================*/

/*----------------------------------------*/
.compo-headline {
    text-align: center;
    margin: 0 auto 0 auto;
}
.compo-headline .phrase {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.compo-headline .deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.compo-headline .txt {
    display: block;
    position: relative;
    line-height: 1.0;
    font-weight: 600;
}
/*----------------*/
.compo-headline.shape-01 .txt {
    /* display: block; */
    /* line-height: 1; */
    letter-spacing: 0.04em;
    font-size: 6.2vw;
}
.compo-headline.shape-02 .txt {
    letter-spacing: -0.01em;
    font-size: 6.2vw;
}
.compo-headline.shape-03 .txt {
    letter-spacing: 0.04em;
    font-size: 6.2vw;
}

/*----------------------------------------*/
section.visual {
    position: relative;
}
/*----------------*/
section.visual .area-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 750/1060;
    overflow: hidden;
}
section.visual .area-visual .each {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}
section.visual .area-visual .each.act-show {
    opacity: 1;
}
section.visual .area-visual .each .figelm {
    width: 100%;
    height: 100%;
    scale: 1 1;
    transform-origin: 50% 50%;
    transition-property: scale;
    transition-duration: 5.0s;
    transition-timing-function: linear;
}
section.visual .area-visual .each .figelm.act-expand {
    scale: 1.07 1.07;
}
section.visual .area-visual .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/index/pic_visual_01_b.png);
}
section.visual .area-visual .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/index/pic_visual_02_b.png);
}
section.visual .area-visual .each.n3 .figelm {
    background-image: url(/assets/upd/img/en/index/pic_visual_03_b.png);
}
section.visual .area-visual .each.n4 .figelm {
    background-image: url(/assets/upd/img/en/index/pic_visual_04_b.png);
}
/*----------------*/
section.visual .area-note {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}
section.visual .area-note .block-note {
    position: absolute;
    left: 5vw;
    top: -83vw;
    width: 80vw;
    height: 0;
}
section.visual .area-note .block-note .txt {
    line-height: 1.7;
    font-size: 7.6vw;
    font-weight: 600;
    text-shadow: 0 0 1em var(--en-color-black);
    color: var(--en-color-white);
}

/*----------------------------------------*/
section.aboutus {
}
section.aboutus .inner-sect {
    padding: 19vw 0 6vw 0;
}
/*----------------*/
section.aboutus .behind {
    position: relative;
    padding: 5vw 5vw 5vw 5vw;
}
section.aboutus .behind>.deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.aboutus .behind>.deco .each {
    position: absolute;
    width: 27vw;
    aspect-ratio: 1/1;
}
section.aboutus .behind>.deco .each.nw {
    left: 0;
    top: 0;
    border-radius: 11vw 0 0 0;
    background-color: var(--en-color-deco-01);
}
section.aboutus .behind>.deco .each.ne {
    right: 0;
    top: 0;
    border-radius: 0 11vw 0 0;
    background-color: var(--en-color-deco-02);
}
section.aboutus .behind>.deco .each.se {
    right: 0;
    bottom: 0;
    border-radius: 0 0 11vw 0;
    background-color: var(--en-color-deco-03);
}
section.aboutus .behind>.deco .each.sw {
    left: 0;
    bottom: 0;
    border-radius: 0 0 0 11vw;
    background-color: var(--en-color-deco-04);
}
section.aboutus .behind>.skin1 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--en-color-gray-01);
    background-image: url(/assets/upd/img/top/lead-bg.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% auto;
    border-radius: 7vw;
}
section.aboutus .behind>.skin1>.skin2 {
    width: 82vw;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.aboutus .area-title {
    padding: 9vw 0 8vw 0;
}
section.aboutus .area-title .compo-headline .deco .each {
    position: absolute;
    top: -1vw;
    width: 8vw;
    aspect-ratio: 1/1;
}
section.aboutus .area-title .compo-headline .deco .each.n1 {
    left: -15vw;
}
section.aboutus .area-title .compo-headline .deco .each.n2 {
    right: -15vw;
}
section.aboutus .area-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape1_b.svg);
}
section.aboutus .area-title .compo-headline .deco .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape1_a.svg);
}
section.aboutus .area-title .compo-headline .txt {
    color: var(--en-color-black);
}
/*----------------*/
section.aboutus .area-note {
    padding: 0 0 6vw 0;
}
section.aboutus .area-note .txt {
    line-height: 1.9;
    letter-spacing: 0;
    font-size: 4.2vw;
    font-weight: 600;
}
/*----------------*/
section.aboutus .area-item {
    position: relative;
    padding: 0 0 17vw 0;
}
section.aboutus .area-item .cell-cross {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}
section.aboutus .area-item .cell-cross .each {
    position: absolute;
    left: 50%;
    width: 7vw;
    aspect-ratio: 1/1;
    margin: 0 0 0 calc(7vw / -2);
}
section.aboutus .area-item .cell-cross .each.n1 {
    top: 68vw;
}
section.aboutus .area-item .cell-cross .each.n2 {
    top: 145vw;
}
section.aboutus .area-item .cell-cross .each .figelm {
    background-image: url(/assets/upd/img/en/mark_cross1.svg);
}
section.aboutus .area-item .cell-item {
}
section.aboutus .area-item .cell-item .each {
    width: 100%;
    aspect-ratio: 740/590;
    margin: 12vw 0 0 0;
}
section.aboutus .area-item .cell-item .each:nth-of-type(1) {
    margin: 0 0 0 0;
}
section.aboutus .area-item .cell-item .each .figelm {
}
section.aboutus .area-item .cell-item .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/index/obj_about_ar.png);
}
section.aboutus .area-item .cell-item .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/index/obj_about_bu.png);
}
section.aboutus .area-item .cell-item .each.n3 .figelm {
    background-image: url(/assets/upd/img/en/index/obj_about_fe.png);
}

/*----------------------------------------*/
section.mission {
}
section.mission .inner-sect {
    width: 84vw;
    padding: 0 0 10vw 0;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.mission .area-title {
}
section.mission .area-title .block-title {
    padding: 9vw 0 9vw 0;
}
section.mission .area-title .block-title .compo-headline .deco .each {
    position: absolute;
    top: -2vw;
    width: 10vw;
    aspect-ratio: 1/1;
}
section.mission .area-title .block-title .compo-headline .deco .each.n1 {
    left: -12vw;
}
section.mission .area-title .block-title .compo-headline .deco .each.n2 {
    right: -12vw;
}
section.mission .area-title .block-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape3_a.svg);
}
section.mission .area-title .block-title .compo-headline .deco .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape3_b.svg);
}
section.mission .area-title .block-title .compo-headline .txt {
    color: var(--en-color-black);
}
/*----------------*/
section.mission .area-note {
}
section.mission .area-note .block-note {
}
section.mission .area-note .block-note .txt {
    line-height: 1.9;
    letter-spacing: 0;
    font-size: 4.2vw;
    font-weight: 600;
}
/*----------------*/
section.mission .area-illust {
    padding: 16vw 12vw 3vw 5vw;
    width: calc(100% + 8vw);
    overflow-x: auto;
    overflow-y: hidden;
    /* margin: 0 0 0 -8vw; */
}
section.mission .area-illust .block-illust {
    width: 235vw;
    aspect-ratio: 1158/328;
    margin: 0 auto 0 auto;
}
section.mission .area-illust .block-illust .figelm {
    background-image: url(/assets/upd/img/en/index/obj_mission.svg);
}

/*----------------------------------------*/
section.technology {
}
section.technology .inner-sect {
    padding: 11vw 0 11vw 0;
}
/*----------------*/
section.technology .behind {
    position: relative;
    width: 100%;
    aspect-ratio: 750/910;
    background-image: url(/assets/upd/img/en/index/bg_technology_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    border-radius: 8vw;
}
section.technology .behind>.skin {
    position: relative;
    width: 84vw;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.technology .area-title {
    padding: 11vw 0 14vw 0;
}
section.technology .area-title .compo-headline .deco .each {
    position: absolute;
    width: 43vw;
    aspect-ratio: 224/20;
}
section.technology .area-title .compo-headline .deco .each.n1 {
    left: 50%;
    bottom: -11vw;
    margin: 0 0 0 calc(43vw / -2);
}
section.technology .area-title .compo-headline .deco .each.n2 {
    display: none;
}
section.technology .area-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape5_b.svg);
}
section.technology .area-title .compo-headline .txt {
    color: var(--en-color-white);
}
/*----------------*/
section.technology .area-note .block-note {
    padding: 0 0 8vw 0;
}
section.technology .area-note .block-note .txt {
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 4.4vw;
    font-weight: 600;
    color: var(--en-color-white);
}
/*----------------*/
section.technology .area-illust {
    width: 100%;
    height: 33vw;
    padding: 8vw 5vw 0 5vw;
    background-color: var(--en-color-translucent-01);
    border-radius: 7vw 3vw 7vw 3vw;
    overflow-x: auto;
    overflow-y: hidden;
}
section.technology .area-illust .block-illust {
    width: 131vw;
    aspect-ratio: 816/88;
    margin: 0 auto 0 auto;
}
section.technology .area-illust .block-illust .figelm {
    background-image: url(/assets/upd/img/en/index/obj_technology.svg);
}

/*----------------------------------------*/
section.president {
}
section.president .inner-sect {
    width: 84vw;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.president .area-title {
    padding: 9vw 0 9vw 0;
}
section.president .area-title .compo-headline {
    width: 70vw;
}
section.president .area-title .compo-headline .deco .each {
    position: absolute;
    top: 0;
    width: 12vw;
    aspect-ratio: 1/1;
}
section.president .area-title .compo-headline .deco .each.n1 {
    left: -14vw;
}
section.president .area-title .compo-headline .deco .each.n2 {
    right: -14vw;
}
section.president .area-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape3_c.svg);
}
section.president .area-title .compo-headline .deco .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape3_d.svg);
}
section.president .area-title .compo-headline .txt {
    color: var(--en-color-black);
}
/*----------------*/
section.president .area-detail {
}
section.president .area-detail .block-intro {
    grid-row: 1/2;
    grid-column: 1/2;
}
section.president .area-detail .block-note {
    grid-row: 2/3;
    grid-column: 1/2;
}
section.president .area-detail .block-portrait {
    /* grid-row: 1/3; */
    /* grid-column: 2/3; */
}
/*----------------*/
section.president .area-detail .block-intro {
    padding: 0 0 5vw 0;
}
section.president .area-detail .block-intro .txt {
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 4.2vw;
    font-weight: 600;
}
section.president .area-detail .block-note {
    padding: 0 0 8vw 0;
}
section.president .area-detail .block-note .cell-note {
    display: none;
    padding: 0 7vw 5vw 0;
    overflow: hidden;
}
section.president .area-detail .block-note.act-open .cell-note {
    display: block;
}
section.president .area-detail .block-note .cell-note .txt {
    line-height: 1.7;
    font-size: 3.4vw;
}
section.president .area-detail .block-note .cell-more {
}
section.president .area-detail .block-note .cell-more .each {
    text-align: center;
}
section.president .area-detail .block-note .cell-more .each.open {
    display: block;
}
section.president .area-detail .block-note .cell-more .each.close {
    display: none;
}
section.president .area-detail .block-note.act-open .cell-more .each.open {
    display: none;
}
section.president .area-detail .block-note.act-open .cell-more .each.close {
    display: block;
}
section.president .area-detail .block-note .cell-more .each .compo-rimbutton-01 {
    width: 53vw;
}
section.president .area-detail .block-note .cell-more .each.open .compo-rimbutton-01 .rect {
    rotate: z 90deg;
}
section.president .area-detail .block-note .cell-more .each.close .compo-rimbutton-01 .rect {
    rotate: z -90deg;
}
section.president .area-detail .block-portrait {
}
section.president .area-detail .block-portrait .cell-pic {
    width: 100%;
    aspect-ratio: 900/1410;
}
section.president .area-detail .block-portrait .cell-pic .figelm {
    border-radius: 7vw;
    background-image: url(/assets/upd/img/en/index/pic_oishi.png);
}
section.president .area-detail .block-portrait .cell-name {
    padding: 5vw 0 7vw 0;
}
section.president .area-detail .block-portrait .cell-name .divi-logo {
    width: 40vw;
    aspect-ratio: 246/37;
    margin: 0 0 0 auto;
}
section.president .area-detail .block-portrait .cell-name .divi-logo .figelm {
    background-image: url(/assets/upd/img/common/logo.svg);
}
section.president .area-detail .block-portrait .cell-name .divi-name {
    padding: 2vw 0 0 0;
    text-align: right;
}
section.president .area-detail .block-portrait .cell-name .divi-name .txt {
    font-size: 4.2vw;
    font-weight: 800;
}

/*----------------------------------------*/
section.servicebase {
}
section.servicebase .inner-sect {
    width: 84vw;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.servicebase .area-title {
    padding: 12vw 0 9vw 0;
}
section.servicebase .area-title .compo-headline .deco .each {
    position: absolute;
    top: -2vw;
    width: 10vw;
    aspect-ratio: 1/1;
}
section.servicebase .area-title .compo-headline .deco .each.n1 {
    left: -14vw;
}
section.servicebase .area-title .compo-headline .deco .each.n2 {
    right: -14vw;
}
section.servicebase .area-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape3_a.svg);
}
section.servicebase .area-title .compo-headline .deco .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape3_b.svg);
}
section.servicebase .area-title .compo-headline .txt {
    color: var(--en-color-black);
}
/*----------------*/
section.servicebase .area-note .block-note {
    padding: 0 0 7vw 0;
}
section.servicebase .area-note .block-note .txt {
    line-height: 1.9;
    letter-spacing: 0;
    font-size: 4.2vw;
    font-weight: 600;
}
/*----------------*/
section.servicebase .area-illust {
    width: calc(100% + 8vw);
    padding: 0 8vw 3vw 0;
    overflow-x: auto;
    overflow-y: hidden;
}
section.servicebase .area-illust .block-illust {
    position: relative;
    width: 230vw;
}
section.servicebase .area-illust .block-illust .cell-arrow {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
    gap: 0 9vw;
    position: absolute;
    left: 0;
    top: 58vw;
    width: 100%;
    height: 0;
    padding: 0 0 0 106vw;
}
section.servicebase .area-illust .block-illust .cell-arrow .each {
    position: relative;
    width: 7vw;
    aspect-ratio: 1/1;
}
section.servicebase .area-illust .block-illust .cell-arrow .each .figelm {
    background-image: url(/assets/upd/img/en/mark_arrow1.svg);
}
section.servicebase .area-illust .block-illust .cell-item {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 7vw 0;
}
section.servicebase .area-illust .block-illust .cell-item .each {
    width: 100%;
    aspect-ratio: 1080/268;
}
section.servicebase .area-illust .block-illust .cell-item .each .figelm {
}
section.servicebase .area-illust .block-illust .cell-item .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/index/obj_service1_a.svg);
}
section.servicebase .area-illust .block-illust .cell-item .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/index/obj_service1_b.svg);
}
/*----------------*/
section.servicebase .area-jump {
    padding: 8vw 0 10vw 0;
}
section.servicebase .area-jump .each {
    padding: 5vw 0 0 0;
    text-align: center;
}
section.servicebase .area-jump .each:nth-of-type(1) {
    padding: 0 0 0 0;
}
section.servicebase .area-jump .each .compo-rimbutton-01 {
    width: 74vw;
    font-size: 4.8vw;
}

/*----------------------------------------*/
section.serviceeach.biz {
}
section.serviceeach.idv {
}
section.serviceeach .inner-sect {
    width: 84vw;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.serviceeach .area-title {
    padding: 12vw 0 12vw 0;
}
section.serviceeach .area-title .compo-headline .deco .each {
    position: absolute;
    top: -5vw;
    width: 16vw;
    aspect-ratio: 1/1;
}
section.serviceeach .area-title .compo-headline .deco .each.n1 {
    left: -16vw;
}
section.serviceeach .area-title .compo-headline .deco .each.n2 {
    right: -16vw;
}
section.serviceeach .area-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape4_a.svg);
}
section.serviceeach .area-title .compo-headline .deco .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape4_b.svg);
}
section.serviceeach .area-title .compo-headline .txt {
    color: var(--en-color-black);
}
/*----------------*/
section.serviceeach .area-list {
    padding: 0 0 11vw 0;
}
section.serviceeach .area-list .each {
    width: 100%;
    margin: 9vw 0 0 0;
}
section.serviceeach .area-list .each:nth-of-type(1) {
    margin: 0 0 0 0;
}
section.serviceeach .area-list .each .skin {
    width: 100%;
    height: 100%;
    padding: 4vw 4vw 4vw 4vw;
    border-radius: 5vw;
}
section.serviceeach.biz .area-list .each.n1 .skin {
    background-color: #b9d3e9;
}
section.serviceeach.biz .area-list .each.n2 .skin {
    background-color: #eeffe1;
}
section.serviceeach.biz .area-list .each.n3 .skin {
    background-color: #e4faff;
}
section.serviceeach.biz .area-list .each.n4 .skin {
    background-color: #fff8e4;
}
section.serviceeach.biz .area-list .each.n5 .skin {
    background-color: #fdddc2;
}
section.serviceeach.biz .area-list .each.n6 .skin {
    background-color: #efebe2;
}
section.serviceeach.idv .area-list .each.n1 .skin {
    background-color: #f4f3ec;
}
section.serviceeach.idv .area-list .each.n2 .skin {
    background-color: #eeffe1;
}
section.serviceeach.idv .area-list .each.n3 .skin {
    background-color: #efebe2;
}
section.serviceeach.idv .area-list .each.n4 .skin {
    background-color: #fffeee;
}
section.serviceeach.idv .area-list .each.n5 .skin {
    background-color: #fff8e4;
}
/*----------------*/
section.serviceeach .area-list .each .skin {
    /* display: grid; */
    /* grid-auto-flow: row; */
    /* grid-template-rows: 1fr; */
    /* grid-template-columns: 56vw 1fr; */
}
section.serviceeach .area-list .each .block-brand {
    /* grid-row: 1/2; */
    /* grid-column: 1/2; */
    /* display: flex; */
    /* justify-content: start; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /* gap: 0 0; */
    padding: 0 0 2vw 0;
}
section.serviceeach .area-list .each .block-info {
    grid-row: 1/2;
    grid-column: 2/3;
    padding: 3vw 0 2vw 0;
}
/*----------------*/
section.serviceeach .area-list .each .block-brand {
}
section.serviceeach .area-list .each .block-brand .cell-brand {
    width: 100%;
    aspect-ratio: 960/640;
    border-style: solid;
    border-width: 1.3vw;
    border-color: var(--en-color-white);
    border-radius: 6vw 3vw 6vw 3vw;
    overflow: hidden;
}
section.serviceeach .area-list .each .block-brand .cell-brand .figelm {
}
section.serviceeach.biz .area-list .each.n1 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_a_01.png);
}
section.serviceeach.biz .area-list .each.n2 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_a_02.png);
}
section.serviceeach.biz .area-list .each.n3 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_a_03.png);
}
section.serviceeach.biz .area-list .each.n4 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_a_04.png);
}
section.serviceeach.biz .area-list .each.n5 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_a_05.png);
}
section.serviceeach.biz .area-list .each.n6 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_a_06.png);
}
section.serviceeach.idv .area-list .each.n1 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_b_01.png);
}
section.serviceeach.idv .area-list .each.n2 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_b_02.png);
}
section.serviceeach.idv .area-list .each.n3 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_b_03.png);
}
section.serviceeach.idv .area-list .each.n4 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_b_04.png);
}
section.serviceeach.idv .area-list .each.n5 .block-brand .cell-brand .figelm {
    background-image: url(/assets/upd/img/en/index/logo_service_b_05.png);
}
section.serviceeach .area-list .each .block-info {
}
section.serviceeach .area-list .each .block-info .cell-name {
    display: inline-block;
    vertical-align: top;
    padding: 2vw 2vw 2vw 2vw;
    background-color: var(--en-color-white);
    border-radius: 1vw;
}
section.serviceeach .area-list .each .block-info .cell-name .txt {
    font-size: 4.8vw;
    font-weight: 600;
}
section.serviceeach.biz .area-list .each.n1 .block-info .cell-name .txt {
    color: #26547c;
}
section.serviceeach.biz .area-list .each.n2 .block-info .cell-name .txt {
    color: #32b432;
}
section.serviceeach.biz .area-list .each.n3 .block-info .cell-name .txt {
    color: #0000e6;
}
section.serviceeach.biz .area-list .each.n4 .block-info .cell-name .txt {
    color: #333333;
}
section.serviceeach.biz .area-list .each.n5 .block-info .cell-name .txt {
    color: #d76100;
}
section.serviceeach.biz .area-list .each.n6 .block-info .cell-name .txt {
    color: var(--en-color-black);
}
section.serviceeach.idv .area-list .each.n1 .block-info .cell-name .txt {
    color: var(--en-color-black);
}
section.serviceeach.idv .area-list .each.n2 .block-info .cell-name .txt {
    color: #32b432;
}
section.serviceeach.idv .area-list .each.n3 .block-info .cell-name .txt {
    color: var(--en-color-black);
}
section.serviceeach.idv .area-list .each.n4 .block-info .cell-name .txt {
    color: #004663;
}
section.serviceeach.idv .area-list .each.n5 .block-info .cell-name .txt {
    color: var(--en-color-black);
}
section.serviceeach .area-list .each .block-info .cell-note {
    padding: 3vw 0 1vw 0;
}
section.serviceeach .area-list .each .block-info .cell-note .txt {
    line-height: 1.5;
    font-size: 4.9vw;
    font-weight: 600;
}
section.serviceeach .area-list .each .block-info .cell-detail {
    padding: 0 0 3vw 0;
}
section.serviceeach .area-list .each .block-info .cell-detail .txt {
    line-height: 1.5;
    font-size: 3.8vw;
}
section.serviceeach .area-list .each .block-info .cell-about {
}
section.serviceeach .area-list .each .block-info .cell-about .row {
    position: relative;
    padding: 2vw 2vw 2vw calc(2vw + 2vw);
    background-color: var(--en-color-white);
    border-radius: 1.5vw;
    overflow: hidden;
    margin: 3vw 0 0 0;
}
section.serviceeach .area-list .each .block-info .cell-about .row:nth-of-type(1) {
    margin: 0 0 0 0;
}
section.serviceeach .area-list .each .block-info .cell-about .row .paint {
    position: absolute;
    left: 0;
    top: 0;
    width: 2vw;
    height: 100%;
}
section.serviceeach .area-list .each .block-info .cell-about .row:nth-of-type(1) .paint {
    background-color: var(--en-color-deco-02);
}
section.serviceeach .area-list .each .block-info .cell-about .row:nth-of-type(2) .paint {
    background-color: var(--en-color-deco-04);
}
section.serviceeach .area-list .each .block-info .cell-about .row:nth-of-type(3) .paint {
    background-color: var(--en-color-deco-03);
}
section.serviceeach .area-list .each .block-info .cell-about .row .caption .txt {
    line-height: 1.3;
    font-size: 3.8vw;
}

/*----------------------------------------*/
section.company {
}
section.company .inner-sect {
    width: 100%;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.company .area-title {
    padding: 8vw 0 8vw 0;
}
section.company .area-title .compo-headline .deco .each {
    position: absolute;
    top: 0;
    width: 12vw;
    aspect-ratio: 1/1;
}
section.company .area-title .compo-headline .deco .each.n1 {
    left: -17vw;
}
section.company .area-title .compo-headline .deco .each.n2 {
    right: -17vw;
}
section.company .area-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape2_a.svg);
}
section.company .area-title .compo-headline .deco .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape2_a.svg);
}
section.company .area-title .compo-headline .txt {
    color: var(--en-color-black);
}
/*----------------*/
section.company .area-info {
    padding: 0 0 9vw 0;
}
section.company .area-info .block-info {
    border-style: solid;
    border-width: 1.2vw 0 1.2vw 0;
    border-color: var(--en-color-gray-01);
    border-radius: 3vw;
    overflow: hidden;
}
section.company .area-info .block-info .tbl-outer {
}
section.company .area-info .block-info .tbl-row {
}
section.company .area-info .block-info .tbl-head {
    width: 100%;
    padding: 0 3vw 0 3vw;
    background-color: var(--en-color-gray-01);
}
section.company .area-info .block-info .tbl-head .pad {
    padding: 2vw 0 2vw 0;
}
section.company .area-info .block-info .tbl-head .pad .txt {
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-size: 4vw;
    font-weight: 600;
}
section.company .area-info .block-info .tbl-data {
    width: 100%;
    padding: 0 3vw 0 3vw;
}
section.company .area-info .block-info .tbl-data .pad {
    padding: 3vw 0 3vw 0;
}
section.company .area-info .block-info .tbl-data .pad .txt {
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-size: 3.8vw;
}

/*----------------------------------------*/
section.contact {
}
section.contact .inner-sect {
    width: 84vw;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.contact .area-title {
    padding: 8vw 0 6vw 0;
}
section.contact .area-title .compo-headline .deco .each {
    position: absolute;
    top: -3vw;
    width: 12vw;
    aspect-ratio: 1/1;
}
section.contact .area-title .compo-headline .deco .each.n1 {
    left: -18vw;
}
section.contact .area-title .compo-headline .deco .each.n2 {
    right: -18vw;
}
section.contact .area-title .compo-headline .deco .each.n1 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape1_b.svg);
}
section.contact .area-title .compo-headline .deco .each.n2 .figelm {
    background-image: url(/assets/upd/img/en/deco_shape1_a.svg);
}
section.contact .area-title .compo-headline .txt {
    color: var(--en-color-black);
}
/*----------------*/
section.contact .area-input {
}

/*----------------------------------------*/
section.profile {
}
section.profile .inner-sect {
    width: 100%;
    padding: 15vw 0 18vw 0;
    margin: 0 auto 0 auto;
}
/*----------------*/
section.profile .area-info {
    width: 100%;
    height: 60vw;
}
section.profile .area-info>.skin {
    background-color: var(--en-color-gray-01);
    width: 100%;
    height: 100%;
    background-image: url(/assets/upd/img/top/lead-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    border-radius: 7vw;
}
section.profile .area-info .block-title {
    grid-row: 1/2;
    grid-column: 1/2;
}
section.profile .area-info .block-jump {
    grid-row: 1/2;
    grid-column: 2/3;
}
/*----------------*/
section.profile .area-info .block-title {
    padding: 12vw 0 6vw 0;
    text-align: center;
}
section.profile .area-info .block-title .phrase {
}
section.profile .area-info .block-title .phrase .txt {
    line-height: 1.2;
    font-size: 6.5vw;
}
section.profile .area-info .block-jump {
    text-align: center;
}
section.profile .area-info .block-jump .compo-rimbutton-01 {
    width: 74vw;
    font-size: 4.6vw;
}
section.profile .area-info .block-jump .compo-rimbutton-01 .txt {
    text-indent: -4vw;
}
section.profile .area-info .block-jump .compo-rimbutton-01 .cap {
    width: 15vw;
}
section.profile .area-info .block-jump .compo-rimbutton-01 .mark {
    width: 9vw;
}
section.profile .area-info .block-jump .compo-rimbutton-01 .rect {
    rotate: z 0deg;
}
section.profile .area-info .block-jump .compo-rimbutton-01 .figelm {
    background-image: url(/assets/upd/img/en/mark_pdf1.png);
}

/*----------------------------------------*/
.wpforms-container.wpforms-container-full.wpforms-render-modern {
    margin: 0 0 0 0;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-page {
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field {
    width: 100%;
    padding: 6vw 0 2vw 0;
    overflow: hidden;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="44"] ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="26"] ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="47"] {
    display: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field .required {
    display: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field input[type="text"] ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field input[type="email"] ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field textarea {
    width: 100%;
    max-width: none;
    border-style: solid;
    border-width: 0.6vw;
    border-color: var(--en-color-black);
    border-radius: 2vw;
    box-shadow: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field input[type="text"] ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field input[type="email"] {
    height: 13vw;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field textarea {
    height: 32vw;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field input[type="checkbox"]::before {
    width: 5.4vw;
    height: auto;
    aspect-ratio: 1/1;
    border-width: 0.6vw;
    border-color: var(--en-color-black);
    box-shadow: none;
    border-radius: 1.8vw;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field input[type="checkbox"]::after {
    left: -3.1vw;
    top: -2.2vw;
    width: 8vw;
    height: auto;
    aspect-ratio: 3/2;
    border-width: 1.6vw;
    border-color: var(--en-color-black);
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-required-label {
    font-weight: 800;
    color: var(--en-color-black);
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field .cell-check label span {
    display: inline-block;
    vertical-align: top;
    padding: 0.5vw 0 0 2vw;
    font-size: 4.2vw;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field-description {
    display: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field-label {
    font-size: 4.2vw;
    font-weight: 600;
    padding: 0 0 1vw 0;
    margin: 0 0 0 0;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field.thisfield_agreement {
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field.thisfield_agreement .cell-caption {
    padding: 5vw 0 6vw 0;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field.thisfield_agreement .cell-caption a {
    font-size: 4.2vw;
    color: var(--en-color-black);
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field.thisfield_agreement .cell-check {
    padding: 0 0 6vw 0;
    text-align: center;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field.thisfield_agreement .cell-check label {
    cursor: pointer;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field .wpforms-required-label {
    color: var(--en-color-red-01);
}
/*----------------*/
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--en-color-white);
    opacity: 0.8;
    z-index: 1;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field.active[data-field-id="43"]::before {
    display: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container {
    text-align: center;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear::before ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear::before ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container::before {
    display: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear::after ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear::after ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container::after {
    display: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear .wpforms-page-button ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear .wpforms-page-button ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container .wpforms-submit {
    width: 74vw;
    height: 3em;
    background-color: var(--en-color-transparent);
    color: var(--en-color-black);
    font-size: 4.8vw;
    font-weight: 600;
    border-style: solid;
    border-width: 0.17em;
    border-color: var(--en-color-black);
    border-radius: 3em;
    margin: 0 0 0 0;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear .wpforms-page-button::before ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear .wpforms-page-button::before ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container .wpforms-submit::before {
    content: "";
    position: absolute;
    top: 0.8em;
    width: 1.2em;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url(/assets/upd/img/common/mark_arrow_01.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    transform-origin: 50% 50%;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear .wpforms-page-button::before {
    rotate: z 0deg;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear .wpforms-page-button::before {
    rotate: z 180deg;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container .wpforms-submit::before {
    rotate: z 0deg;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear .wpforms-page-button::before {
    right: 0.9em;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear .wpforms-page-button::before {
    left: 0.9em;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container .wpforms-submit::before {
    right: 0.9em;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="43"] .wpforms-clear .wpforms-page-button:hover ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-field[data-field-id="45"] .wpforms-clear .wpforms-page-button:hover ,
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-submit-container .wpforms-submit:hover {
    background-image: none;
}
/*----------------*/
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-entry-preview-notice {
    border-style: none;
    background-color: var(--en-color-gray-01);
    line-height: 1.6;
    font-size: 3.8vw;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-entry-preview-notice strong {
    display: block;
    font-size: 4vw;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-entry-preview-notice br {
    display: none;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-entry-preview-wrapper {
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-entry-preview-wrapper .wpforms-entry-preview-label {
    font-size: 4.8vw;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-entry-preview-wrapper .wpforms-entry-preview-value {
    font-size: 5vw;
}

/*================================================*/
} /* end of media query */
/*================================================*/
