/* header smart-tech-navi */
.smart-tech-navi-wrp {
    width: 100%;
    background-color: #e2e3e4;
}

.smart-tech-navi {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.smart-tech-navi>li {
    border-left: 1px solid #002e6e;
    border-right: 1px solid #002e6e;
    text-align: center;
    width: 33.33%;
}

.smart-tech-navi>li:first-child {
    border-left: 2px solid #002e6e;
}

.smart-tech-navi>li:last-child {
    border-right: 2px solid #002e6e;
}

.smart-tech-navi>li a {
    display: block;
    padding: .5em;
}

.smart-tech-navi>li a:hover,
.smart-tech-navi>li a.on {
    background: linear-gradient(0deg, #30bde0 0%, #002e6e 100%);
    color: #fff;
}

@media (max-width: 767px) {
    .mainContent {
        padding-top: 0;
    }

    .smart-tech-navi>li:first-child {
        border-left: none;
    }

    .smart-tech-navi>li:last-child {
        border-right: none;
    }

    .smart-tech-navi>li a {
        font-size: .8em;
    }

    .smart-tech-navi>li a .en {
        font-size: .8em;
        display: block;
    }
}

/*============= header =============*/
.tech-header {
    text-align: center;
    color: #fff;
    padding: 2em;
    background: linear-gradient(0deg, #091d39 12%, #fff 12%, #d9dee2 45%, #30bde0 45%, #104a8d 100%);
}

@media (max-width: 767px) {
    .tech-header {
        padding: 2em 0 1em;
        background: #075288;
    }
}

.tech-header .resilience-title {
    font-size: 1.7em;
    margin-bottom: .2em;
    letter-spacing: .2em;
    color: #30bde0;
}

.tech-header .tech-title {
    font-size: 3.2em;
    line-height: 1;
    margin-bottom: .4em;
}

.tech-number {
    font-size: 1.2em;
    line-height: 1;
    font-weight: normal;
    color: transparent;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 2px #fff;
}

.content-title .tech-number {
    text-stroke: 1px #30bde0;
    -webkit-text-stroke: 2px #30bde0;
}

.tech-header .tech-title::after {
    content: '';
    display: block;
    width: 2em;
    height: 4px;
    background-color: #fff;
    margin: .5em auto;
}

.tech-header .title {
    font-size: 2.4em;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    .tech-header .resilience-title {
        font-size: 1.2em;
    }

    .tech-header .tech-title {
        font-size: 2em;
    }

    .tech-header .title {
        font-size: 1.6em;
    }
}

/* main visual */
.mainVisual {
    width: 84%;
    height: 0;
    padding-bottom: 36%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.mainvideo {
    position: absolute;
    top: -17%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mainVisual .main-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .mainVisual {
        width: 100%;
        padding-bottom: 100%;
    }

    .mainVisual .main-img,
    .mainvideo {
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*============= tech-point-nav =============*/
.tech-point-nav {
    width: 100%;
    max-width: 1100px;
    padding: 0 0 3em;
    margin: 2em auto;
    position: relative;
}

.tech-point-navi-title-wrp {
    margin-top: -7em;
    margin-bottom: 4em;
    z-index: 3;
}

.tech-point-navi-title-wrp .note {
    font-size: 1rem;
    color: #fff;
}

@media (max-width: 767px) {
    .tech-point-nav {
        padding: 0;
    }

    .tech-point-navi-title-wrp {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

.tech-point-navi-title {
    font-size: 2.2em;
    display: inline-block;
    color: #f9f9f9;

    padding: .75em 4em;
    background: linear-gradient(0deg, #002e6e 0%, #091d39 100%);
    border-radius: 4px;
}

.tech-point-navi-title span {
    display: block;
}

.tech-point-navi-title .en {
    font-size: .5em;
    font-weight: normal;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

@media (max-width: 767px) {
    .tech-point-navi-title {
        font-size: 1.6em;
        padding: .75em;
    }
}

/* .tech-point-nav .tech-anchor-btn-wrp {
    gap: 1.25%;
}

.tech-point-nav .tech-anchor-btn-wrp li {
    width: 19%;
    background-color: #075288;
    border-radius: 4px;
} */


/* tech-anchor-btn-wrp */
.tech-point-nav .tech-anchor-btn-wrp {
    gap: 1.25%;
}

.tech-point-nav .tech-anchor-btn-wrp li {
    width: 19%;
    background-color: #075288;
    border-radius: 4px;
}

.tech-point-nav .tech-anchor-btn-wrp li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2em 1em;
    color: #fff;
    text-decoration: none;
    background-color: #515d6b;
    border-radius: 3px;
    position: relative;
}

.tech-point-nav .tech-anchor-btn-wrp li a .tech-number {
    font-size: 2.2em;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}

.tech-point-nav .tech-anchor-btn-wrp li a .tech-number::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #fff;
    margin: .25em auto .5em;
}

@media (max-width: 767px) {
    .tech-point-nav .tech-anchor-btn-wrp li a .tech-number {
        font-size: 2em;
    }
}

@media (max-width: 767px) {
    .tech-point-nav .tech-anchor-btn-wrp {
        width: 94%;
        justify-content: center;
        margin: 0 auto;
        gap: 1.5vw;
    }

    .tech-point-nav .tech-anchor-btn-wrp li {
        width: 32%;
    }

    .tech-point-nav .tech-anchor-btn-wrp li a {
        padding: 1em .5em;
        text-align: center;
    }

    .tech-point-nav .tech-anchor-btn-wrp li h3 {
        font-size: .8em;
    }
}

/* .tech-point-nav ul:not(.numnote) li:nth-child(2) {
    margin: 0 1%;
}

.tech-point-nav li a {
    display: block;
    width: 100%;
    padding: 2em 1em;
    color: #fff;
    text-decoration: none;
    background-color: #091d39;
    border-radius: 3px;
    position: relative;
}

.tech-point-nav ul:not(.numnote) li:nth-child(4) a::after,
.tech-point-nav ul:not(.numnote) li:nth-child(5) a::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 3px;
    border: 1px solid;
}

@media (max-width: 767px) {
    .tech-point-nav ul:not(.numnote) {
        width: 94%;
        justify-content: center;
        margin: 0 auto;
    }

    .tech-point-nav ul:not(.numnote) li {
        width: 32%;
        margin: .5%;
    }

    .tech-point-nav li a {
        padding: 1em .5em;
        text-align: center;
    }

    .tech-point-nav li h3 {
        font-size: .8em;
    }
}

.tech-point-nav li a .tech-number {
    font-size: 2.2em;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}

.tech-point-nav li a .tech-number::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #fff;
    margin: .25em auto .5em;
}

@media (max-width: 767px) {
    .tech-point-nav li a .tech-number {
        font-size: 2em;
    }
} */

/* .next-introduction-wrp {
    text-align: center;
    padding: 0 0 80px;
}

.next-introduction {
    display: inline-block;
    font-size: 1.8em;
    text-align: center;
    color: #ccc;
    position: relative;
    padding: .75em 1.5em;
    background: #000;
    border: 4px solid #091d39;
}

.next-introduction:after,
.next-introduction:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.next-introduction:after {
    border-top-color: #000;
    border-width: 20px;
    margin-left: -20px;
}

.next-introduction:before {
    border-top-color: #091d39;
    border-width: 26px;
    margin-left: -26px;
}

@media (max-width: 767px) {
    .next-introduction-wrp {
        padding: 0 0 60px;
    }

    .next-introduction {
        font-size: 1.2em;
    }
} */

/*============= content =============*/
.content {
    padding: 0 20px 80px;
}

@media (max-width: 767px) {
    .content {
        padding: 10px;
    }
}

.content-wrp {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 60px;
}

.content-wrp * {
    box-sizing: border-box;
}

.content-header {
    width: 100%;
    height: 420px;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .content-wrp {
        margin: 0 auto 40px;
    }

    .point-wrp {
        padding-bottom: 0;
    }

    .content-header {
        display: block;
        height: auto;
        overflow: auto;
        margin: 0;
        padding: 0;
    }
}

.content-title {
    width: 40%;
    padding: 3%;
}

@media (max-width: 767px) {
    .content-title {
        width: 100%;
        padding: 6%;
    }
}

.content-title .tech-number {
    font-size: 5.8em;
    display: inline-block;
    position: relative;
    padding-right: .5em;
    margin-right: .3em;

}

.content-title .tech-number::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* border-left:2px solid #fff; */
    border-left: 2px solid #30bde0;
}

.content-title h3 {
    display: inline-block;
    font-size: 1.7em;
    line-height: 1.5;
    color: #fff;
    margin-top: 1em;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

.content-title h4 {
    font-size: 2.4em;
    color: #fff;
    margin-top: .75em;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

@media (max-width: 1330px) {
    .content-title .tech-number {
        font-size: 4.6em;
    }

    .content-title h3 {
        font-size: 1.5em;
    }

    .content-title h4 {
        font-size: 2.2em;
    }
}

@media (max-width: 1200px) {
    .content-title .tech-number {
        font-size: 3.8em;
    }

    .content-title h3 {
        font-size: 1.4em;
    }

    .content-title h4 {
        font-size: 2em;
    }
}

@media (max-width: 767px) {
    .content-title .tech-number {
        font-size: 3.6em;
    }

    .content-title .tech-number::before {
        font-size: .3em;
    }

    .content-title h3 {
        font-size: 1.2em;
    }

    .content-title h4 {
        font-size: 1.6em;
    }
}

.content-title h4 .sml {
    display: block;
}

.content-img-wrp {
    width: 60%;
    position: relative;
    overflow: hidden;
}

.content-img-wrp .cap {
    position: absolute;
    top: .5em;
    right: 1em;
    color: #222;
    z-index: 3;
}

.content-wrp figcaption {
    padding: 0 0 1.5em;
    color: #0068b1;
    font-size: .95em;
    font-size: min(.95em, 3.8vw);
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {
    .content-img-wrp {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }

    .content-wrp .text-area+.img-area {
        margin-top: 2em;
    }

    .content-wrp .img-area+.text-area {
        margin-top: 2em;
    }
}


.tech1 .merit-wrp~p {
    font-size: 1.1em;
    line-height: 2;
}

.tech2 .content-title ul.note {
    color: #fff;
    margin-top: 2em;
}

.content-video {
    margin: 0;
    padding: 0;
    width: 120%;
    height: 120%;
    position: absolute;
    top: -10%;
    left: -10%;
}

@media (max-width: 767px) {
    .content-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        vertical-align: bottom;
    }
}

.content-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.point-wrp-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 15px;
}

.point-wrp-inner+.point-wrp-inner {
    padding-top: 0;
}

@media (max-width:767px) {
    .point-wrp-inner {
        padding: 40px 15px;
    }
}

.point-title {
    display: block;
    width: 100%;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 2em;
    color: #091d39;
}

.point-subtitle {
    display: block;
    width: 100%;
    font-size: 1.3em;
    margin-bottom: 1em;
    color: #104a8d;
}

@media (max-width:767px) {
    .point-title {
        font-size: 1.4em;
        margin-bottom: .5em;
    }
}

.r-corner-title {
    width: max-content;
    min-width: 25em;
    margin: 3em auto 2em;
    padding: .35em 1.25em;
    text-align: center;
    font-size: min(1.1rem, 4vw);
    font-weight: bold;
    color: #0075c1;
    line-height: 1.4;
    background-color: #fff;
    border: solid 2px #05a2e7;
    border-radius: 5rem;
}

.r-corner-title:first-child {
    margin: 0 auto 2.5em;
}


@media screen and (max-width:767px) {
    .r-corner-title {
        max-width: 100%;
        min-width: 0;
    }
}

.dot-title {
    margin-bottom: 1em;
    padding-left: 1.2em;
    position: relative;
    font-weight: bold;
}

.dot-title::before {
    content: '';
    display: block;
    width: .8em;
    height: .8em;
    background: linear-gradient(90deg, #48cfd9, #0075c1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .4em;
}

.point-wrp .text-area p {
    padding-bottom: 1em;
    text-align: justify;
}

.point-wrp .frame-wrp {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 1.5em 2em;
    margin: 2em auto;
}

.thumb {
    position: relative;
    z-index: 0;
}

.merit-wrp {
    margin: -4em auto 2em;
    border: 2px solid #05a2e7;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .merit-wrp {
        margin: -5vw auto 2em;
    }
}

.merit-wrp .title {
    color: #05a2e7;
    display: block;
    width: 15%;
    padding: .5em 0;
}

.merit-wrp .merit {
    border-left: 1px solid #ccc;
    padding: .5em 0 .5em 1em;
    width: 27%;
}

.merit-wrp.hems-merit .merit {
    width: 40%;
}

.merit-wrp .merit p {
    display: block;
    padding-left: 3em;
    position: relative;
    font-size: .9em;
}

.merit-wrp .merit p::before {
    display: block;
    content: '';
    position: absolute;
    top: -.2em;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.merit-wrp .merit:nth-child(2) p::before {
    background-image: url(/appeal/tech_assets/img/num1.svg);
}

.merit-wrp .merit:nth-child(3) p::before {
    background-image: url(/appeal/tech_assets/img/num2.svg);
}

.merit-wrp .merit:nth-child(4) p::before {
    background-image: url(/appeal/tech_assets/img/num3.svg);
}

@media screen and (max-width:767px) {
    .merit-wrp {
        display: block;
        padding: .5em 1em;
    }

    .merit-wrp .title,
    .merit-wrp .merit {
        width: 100%;
        border: none;
        padding-left: 0;
    }

    .merit-wrp .merit p {
        font-size: .8em;
        padding-left: 2em;
        margin-bottom: .5px;
    }

    .merit-wrp .merit p::before {
        width: 18px;
        height: 18px;
        top: .1em;
    }

    .merit-wrp.hems-merit .merit {
        width: 100%;
    }
}

/* tab */
.tab-list {
    margin: 0;
    position: relative;
    z-index: 1;
}

.tab-list li {
    width: 33%;
    padding: 1em .5em .5em;
    text-align: center;
    background-color: #fff;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    font-size: 1.05em;
    font-size: min(1.05em, 3.5vw);
    cursor: pointer;
    /* transform: translateY(4px); */
    /* transition: transform .2s ease; */
}

/* .tab-list li.current ,
.tab-list li:not(.current):hover {
    transform: translateY(0);
} */

.tab-list li.current {
    position: relative;
    z-index: 2;
}

.tab-list li.current::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: solid 5px #fff;
}

.tab-list li .icon {
    display: block;
    width: 2.4em;
    width: min(2.4em, 10vw);
    margin: 0 auto 3px;
}

.tab-wrp {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.tab-box {
    display: none;
}

.tab-box.current {
    display: block;
}

/* banner */
.point-wrp .banner {
    border: 2px solid #05a2e7;
    margin: 3em auto;
    color: #0075c1;
    position: relative;
}

.point-wrp .banner .flex {
    align-items: center;
}

.point-wrp .banner .logo {
    width: 12em;
    padding: 0 1.5em;
}

.point-wrp .banner .logo+p {
    padding: 2em;
    padding-right: 3.5em;
    background-color: #e7f4fb;
    position: relative;
}

.point-wrp .banner .logo+p::after {
    content: '';
    display: block;
    width: .75em;
    height: .75em;
    position: absolute;
    right: 1.25em;
    top: 50%;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: translateY(-50%) rotate(45deg);
}

.point-wrp .banner a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width:767px) {
    .point-wrp .banner {
        width: 22em;
        max-width: 100%;
    }

    .point-wrp .flex {
        display: block;
    }

    .point-wrp .banner .logo {
        width: min(60%, 240px);
        padding: .5em;
        margin: 0 auto;
    }

    .point-wrp .banner .logo+p {
        padding: 1em;
        padding-right: 1.5em;
        text-align: center;
    }

    .point-wrp .banner .logo+p::after {
        right: 1em;
    }
}


/*============= side navi =============*/
.side-navi {
    position: fixed;
    z-index: 3;
    transition: transform .4s ease;
}

@media screen and (min-width:768px) {
    .side-navi {
        top: 50%;
        right: 1.5%;
        transform: translate(180%, -50%);
    }

    .side-navi.on {
        transform: translate(0, -50%);
    }
}

.side-navi li {
    position: relative;
}

.column1-1::before,
.column2-1::before,
.column3-1::before {
    content: '';
    /*     color: #fff; */
    color: transparent;
    font-family: 'Bevan', sans-serif;
    font-weight: normal;
    text-stroke: 1px #05a2e7;
    -webkit-text-stroke: 1px #05a2e7;
    font-size: 1.3em;
    line-height: 1;
    position: absolute;
    left: calc(50% - .6em);
    bottom: 100%;
}

.column1-1::before {
    content: '01';
}

.column2-1::before {
    content: '02';
}

.column3-1::before {
    content: '03';
}

.column2-1,
.column3-1 {
    margin-top: 3em;
}

.column2-1::after,
.column3-1::after {
    content: '';
    display: block;
    width: 1.75em;
    height: 0;
    border-top: solid 1px #05a2e7;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 2.2em);
    transform: translateX(-50%) rotate(-30deg);
}

.side-navi li a {
    display: block;
    padding: 1em;
}

.side-navi li a::after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-color: #05a2e7;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    pointer-events: none;
    opacity: .5;
    transition: opacity .3s ease;
}

.side-navi li:hover a::after,
.side-navi li.on a::after {
    opacity: 1;
    /* background-color: #05a2e7; */
}

.side-navi li a span {
    width: max-content;
    padding: .3em 1.5em;
    position: absolute;
    right: calc(100% + .8em);
    top: calc(50% - 1.1em);
    color: #fff;
    background-color: #05a2e7;
    font-size: .9em;
    opacity: 0;
    border-radius: 3em;
    transition: opacity .2s ease;
    pointer-events: none;
}

.side-navi li a span::before {
    content: '';
    display: block;
    width: 1.4em;
    height: 0;
    border-top: solid 2px #05a2e7;
    position: absolute;
    left: 100%;
    top: calc(50% - 1px);
}

.side-navi li:hover a span {
    opacity: 1;
}