@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap");
.h-header-rec {
    z-index: 100;
}
* > main {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

.l-inner1 {
    position: relative;
    z-index: 10;
}
.sec-title {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 60px;
    font-family: "Oswald", sans-serif;
    font-size: 90px;
    font-weight: 300;
    font-style: italic;
}
.sec-title > span {
    display: block;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-style: normal;
    color: #000;
    font-size: 24px;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

    .sec-title {
        margin-bottom: 30px;
        font-size: 50px;
    }
    .sec-title > span {
        font-size: 18px;
    }
}

.m-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

/* .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
} */

.m-movie > img {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    /* top: -60px; */
}

.m-movie video.mainVisual_movie {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}

.header-txt {
    position: absolute;
    left: 4vw;
    bottom: 20px;
    z-index: 20;
    filter: drop-shadow(2px 4px 6px #0d678d);
}

@media screen and (max-width: 750px) {
    .m-movie {
        padding-top: 0;
        height: calc((100vh - 16vw) - 60px);
    }
    .m-movie > img {
        width: 100%;
        height: 100%;
        position: absolute;
        transform: translateX(-50%);
        top: 0;
        left: 50%;
        /* top: -60px; */
    }
    .header-txt {
        position: absolute;
        left: 2vw;
        width: 90%;
    }
}

.change {
    margin-bottom: 100px;
}
.change-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.change-header::before {
    background: linear-gradient(90deg, rgba(0, 215, 242, 1) 0%, rgba(0, 123, 225, 1) 100%);
    height: 480px;
    content: "";
    position: absolute;
    top: -161px;
    left: -5%;
    width: 112%;
    transform: rotate(350deg);
}
.change-header::after {
    background: #f0f0e6;
    height: 480px;
    content: "";
    position: absolute;
    top: -111px;
    left: -5%;
    width: 112%;
    transform: rotate(350deg);
    z-index: -1;
}
.change-header svg#logo {
    width: 255px;
    position: absolute;
    left: 55%;
    top: -100px;
    z-index: 5;
}

.change-header .sec-title {
    color: #fff;
}

.cls-2 {
    opacity: 0;
}

.anime.is-visible .cls-2 {
    opacity: 0.2;
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-dasharray: 800px;
    stroke-dashoffset: 800px;
    animation: line_animation 4s both;
}

@keyframes line_animation {
    0% {
        fill: transparent;
        stroke-dashoffset: 800px;
    }
    70% {
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0px;
        stroke-dashoffset: 0;
        fill: #fff;
    }
}

.c-movie {
    position: relative;
    z-index: 10;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .change {
        margin-bottom: 40px;
    }

    .change-header::before {
        height: 100%;
        top: 0px;
        left: 0%;
        width: 100%;
        transform: inherit;
    }
    .change-header::after {
        height: 100%;
        top: 30px;
        left: 0%;
        width: 100%;
        transform: inherit;
        z-index: -1;
    }
    .change-header svg#logo {
        width: 155px;
        position: absolute;
        left: 55%;
        top: 10px;
        z-index: 5;
    }

    .c-movie {
        width: 98%;
        margin: 30px auto;
    }
}

.social {
    padding-bottom: 120px;
    background: url(../images/ict/building.png) center bottom no-repeat;
    position: relative;
    z-index: 10;
}
.social .sec-title {
    color: #009be1;
}

.social .sectInner {
    display: flex;
    flex-direction: row-reverse;
}
.social .txt {
    flex: 1;
    margin-right: 40px;
    font-size: 20px;
    line-height: 2;
    position: relative;
}

.social .txt {
    flex: 1;
    margin-right: 40px;
    font-size: 20px;
    line-height: 2;
    position: relative;
}

.social .image {
    width: 50%;
}
.social .image span {
    display: block;
    margin-right: calc((50vw - 100%) * -1);
}

@media screen and (max-width: 750px) {
    .social {
        padding-bottom: 20px;
        background-size: contain;
    }
    .social .sectInner {
        display: flex;
        flex-direction: column;
    }
    .social .image,
    .social .txt {
        width: 100%;
        margin: 0;
    }
    .social .image span {
        display: block;
        margin-right: 0;
    }
    .social .txt {
        font-size: 14px;
        line-height: 1.7;
        padding-top: 20px;
    }
}

.innovation {
    position: relative;
}
.innovation::before {
    background: linear-gradient(90deg, rgba(0, 215, 242, 1) 0%, rgba(0, 123, 225, 1) 100%);
    height: 880px;
    content: "";
    position: absolute;
    top: -200px;
    left: -5%;
    width: 112%;
    transform: rotate(350deg);
    z-index: 1;
}
.innovation::after {
    background: #f0f0e6;
    height: 880px;
    content: "";
    position: absolute;
    top: -150px;
    left: -5%;
    width: 112%;
    transform: rotate(350deg);
    z-index: 0;
}
.innovation .sec-title {
    color: #fff;
    text-align: center;
}
.innovation .sec-title {
    position: relative;
}

.innovation .sec-title .line {
    position: absolute;
    top: -201px;
    left: 85px;
    width: 407px;
    height: 148px;
    transform: rotate(82deg);
}
.innovation .sec-title .line:before {
    content: "";
    position: absolute;
    background: url(../images/ict/sokusin.jpg) center top no-repeat;
    background-size: contain;
    width: 305px;
    height: 107px;
    top: 67px;
    left: -203px;
    z-index: 20;
    transform: rotate(278deg);
}

.line1,
.line2 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}
.anime.is-visible .line2 {
    opacity: 0;
    animation: fadeIn 1s linear 1.3s forwards;
}

.anime.is-visible .line1 {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: lineUp 4s linear forwards;
}

@-webkit-keyframes lineUp {
    from {
        stroke-dashoffset: 500;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes lineUp {
    from {
        stroke-dashoffset: 500;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.innovation .photo01 {
    position: absolute;
    left: 3vw;
    top: -130px;
    width: 157px;
    z-index: 20;
}
.innovation p.lead {
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 80px;
}

.list {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.list .item p {
    margin-top: 20px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .innovation {
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .innovation::before {
        height: 100%;
        top: 0px;
        left: 0%;
        width: 100%;
        transform: inherit;
    }
    .innovation::after {
        height: 100%;
        top: 30px;
        left: 0%;
        width: 100%;
        transform: inherit;
        z-index: -1;
    }
    .innovation p.lead {
        text-align: left;
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .innovation .photo01 {
        display: none;
    }
    .innovation .sec-title div:before {
        content: none;
    }
    .list {
        flex-direction: column;
    }
    .list .item p {
        font-size: 16px;
    }
    .innovation .sec-title .line {
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        height: 80px;
        transform: none;
    }
    .innovation .sec-title .line:before {
        content: "";
        position: relative;
        background: url(../images/ict/sokusin.jpg) center top no-repeat;
        background-size: contain;
        width: 100%;
        height: 72px;
        display: inline-block;
        top: 16px;
        left: auto;
        z-index: 20;
        transform: none;
    }
    .innovation .sec-title .line svg {
        display: none;
    }
}

.connect {
    position: relative;
    margin-bottom: 200px;
    padding-top: 160px;
}
.connect::before {
    background: linear-gradient(90deg, rgba(0, 215, 242, 1) 0%, rgba(0, 123, 225, 1) 100%);
    height: 680px;
    content: "";
    position: absolute;
    bottom: -470px;
    left: -5%;
    width: 119%;
    transform: rotate(350deg);
    z-index: -1;
}
.connect .sec-title {
    color: #009be1;
    text-align: center;
}

.connect .sectInner {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}
.connect .sectInner:nth-child(odd) {
    flex-direction: row-reverse;
}

.connect .txt {
    width: 45%;
    margin-right: 40px;
    font-size: 20px;
    line-height: 2;
    position: relative;
}
.connect .txt .txt-inner {
    max-width: 450px;
}

.connect .txt h3 {
    font-size: 30px;
    font-weight: bold;
    color: #009be1;
    line-height: 1.7;
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
}
.connect .txt h3 span {
    text-decoration: underline;
    display: inline-block;
}
.connect .txt h3 + p {
    margin-bottom: 30px;
}
.txt-image01 {
    width: 120%;
    max-width: inherit;
}
.connect .image {
    flex: 1;
    position: relative;
    -webkit-clip-path: polygon(0 30%, 100% 13%, 100% 70%, 0 88%);
    clip-path: polygon(0 30%, 100% 13%, 100% 70%, 0 88%);
    height: 760px;
}
.connect .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connect .sectInner .image-bg {
    width: 56%;
    position: relative;
    position: absolute;
    bottom: -36px;
    left: -58px;
    -webkit-clip-path: polygon(0 30%, 100% 13%, 100% 70%, 0 90%);
    clip-path: polygon(0 30%, 100% 13%, 100% 70%, 0 90%);
    height: 760px;
    background: linear-gradient(90deg, rgba(0, 215, 242, 1) 0%, rgba(0, 123, 225, 1) 100%);
    z-index: -1;
}
/* .connect .image span {
    position: relative;
    display: block;
    margin-right: calc((54vw - 100%) * -1);
} */

.connect .sectInner.sectInner01 {
    align-items: center;
}
.connect .sectInner.sectInner01 .image {
    transform: translateY(25px);
}
.connect .sectInner.sectInner02 .image {
    transform: translateY(-90px);
}

.connect .sectInner.sectInner03 .image {
    transform: translateY(0px);
}
.connect .sectInner.sectInner04 .image {
    transform: translateY(-90px);
}

.connect .sectInner.sectInner02 .image-bg {
    right: -58px;
    left: inherit;
    bottom: 78px;
}
.connect .sectInner.sectInner03 .image-bg {
    bottom: -20px;
}
.connect .sectInner.sectInner04 .image-bg {
    right: -58px;
    left: inherit;
    bottom: 95px;
}

.connect .sectInner:nth-child(even) .txt {
    margin-left: 40px;
    margin-right: inherit;
    float: none;
}
.connect .sectInner .txt {
    overflow: hidden;
}
.connect .sectInner .txt .txt-inner {
    float: right;
}
.connect .sectInner:nth-child(even) .txt .txt-inner {
    float: none;
}
.connect .l-inner1 {
    padding: 0;
}

@media screen and (max-width: 750px) {
    .connect {
        position: relative;
        margin-bottom: 38px;
        padding-top: 23px;
    }
    .connect::before {
        content: none;
    }
    .connect .sectInner {
        flex-direction: column;
    }
    .connect .sectInner:nth-child(odd) {
        flex-direction: column;
    }
    .connect .image {
        width: 100%;
        position: relative;
        clip-path: inherit;
        height: auto;
        margin-bottom: 30px;
    }

    .connect .sectInner .image-bg {
        display: none;
    }
    .connect .sectInner:first-of-type .image {
        transform: inherit;
    }
    .connect .sectInner:not(:first-of-type) .image {
        transform: inherit;
    }
    .connect .image span {
        position: relative;
        display: block;
        margin-right: 0;
    }
    .connect .sectInner:nth-child(even) .image span {
        display: block;
        margin-left: 0;
        margin-right: inherit;
    }
    .connect .txt {
        width: 100%;
        margin-right: 0;
        font-size: 16px;
        line-height: 1.7;
        padding: 0 16px;
    }
    .connect .sectInner:nth-child(even) .txt {
        margin-left: 0;
        margin-right: inherit;
    }

    .connect .sectInner .txt-inner {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .connect .txt h3 {
        font-size: 24px;
        line-height: 1.7;
        margin-bottom: 24px;
    }
    .txt-image01 {
        width: 100%;
        max-width: 100%;
    }
}

.case {
    position: relative;
    background: #f0f0e6;
    z-index: 20;
    margin: 0 4vw;
}
.case .sec-title {
    color: #009be1;
}
.case .block {
    margin-bottom: 60px;
}

.case .block dl.block-header {
    margin-bottom: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.case .block dl.block-header dt {
    padding: 0 20px;
    border-right: 1px solid #000;
    font-size: 30px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana";
}
.case .block dl.block-header dd {
    padding: 0 20px;
}

.case .block dl.contents-header {
    margin-bottom: 20px;
    padding: 10px 10px 10px 30px;
    background: #818181;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}
.case .block dl.contents-header:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 60px 0 60px;
    border-color: #818181 transparent transparent transparent;
}

.case .block dl.contents-header dt {
    padding: 0 40px;
    font-size: 20px;
    background: #fff;
    color: #818181;
}
.case .block dl.contents-header dd {
    padding: 0 20px;
    color: #fff;
}

.case-type {
    position: absolute;
    left: 60px;
    top: 0;
    width: auto;
}
.tab-group {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.tab {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    background: #818181;
    color: #fff;
    position: relative;
    padding: 38px 0;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 24px;
}
.tab span {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    animation: move-y 0.5s infinite alternate ease-in-out;
}
@keyframes move-y {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(10px);
    }
}
.panel-group {
    background: #f0f0e6;
    padding: 30px 22px;
}
.panel {
    display: none;
    padding-bottom: 10px;
    padding-top: 60px;
    background: rgba(255, 255, 255, 0.6);
}
.tab.is-active {
    background: #000;
    color: #fff;
    font-size: 34px;
    transition: all 0.2s ease-out;
}
.tab.is-active span {
    display: none;
}

.tab.is-active:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #000 transparent transparent transparent;
}
.panel.is-show {
    display: block;
}

.case .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}
.case .row .col {
    position: relative;
    line-height: 2;
}
.case .caption01 {
    position: absolute;
    top: -20px;
    left: 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 215, 242, 1) 0%, rgba(0, 123, 225, 1) 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    display: inline-block;
    padding: 5px 40px;
    font-size: 20px;
}
.case .caption02 {
    color: #fff;
    background: linear-gradient(90deg, rgba(241, 180, 38, 1) 0%, rgba(241, 90, 36, 1) 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    display: inline-block;
    padding: 5px 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.case .result {
    margin-bottom: 80px;
}
.case .result-list {
    list-style: disc;
    color: #f15a24;
    margin-left: 40px;
}
.case .result-list li {
    font-size: 24px;
    line-height: 1.8;
}

.case .row .col-wide {
    width: 100%;
}
.case .row .col-half {
    width: 48%;
}
.case .row .col-6 {
    width: 58%;
}
.case .row .col-4 {
    width: 38%;
}
.case .row .col.ictt {
    padding-bottom: 150px;
}

.case .row .col.ictt .ict-txt {
    position: absolute;
    top: 51px;
    left: 14px;
    width: 700px;
    max-width: inherit;
}
.case .row .col .realtime {
    color: #fff;
    background: #f15a24;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.6;
    padding: 10px 40px;
    margin-top: 20px;
}

.case .anime.is-visible {
    opacity: 0;
    animation: fadeIn 0.7s linear 0.3s forwards;
}

@media screen and (max-width: 750px) {
    .tab {
        padding: 15px 0;
        font-size: 16px;
    }
    .tab:before {
        right: 10px;
        border-width: 15px 9px 0 9px;
    }
    .tab.is-active:after {
        bottom: -14px;
        border-width: 15px 18px 0 20px;
    }
    .panel {
        padding-top: 33px;
    }
    .panel-group {
        background: #f0f0e6;
        padding: 0;
    }
    .case-type {
        position: absolute;
        left: 7px;
        top: 0;
        width: 47px;
    }
    .case .block dl.block-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .case .block dl.block-header dt {
        padding: 0;
        border-right: none;
        font-size: 24px;
    }
    .case .block dl.contents-header {
        padding: 10px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .case .block dl.contents-header dd {
        padding: 10px;
        color: #fff;
    }

    .case .row {
        margin-bottom: 40px;
    }
    .case .row .col {
        position: relative;
        line-height: 1.7;
    }
    .case .row .col-half {
        width: 100%;
    }
    .case .row .col-6 {
        width: 100%;
    }
    .case .row .col-4 {
        width: 100%;
    }
    .case .row .col.ictt {
        padding-bottom: 60px;
    }

    .case .caption01 {
        padding: 5px 24px;
        font-size: 18px;
    }
    .case .caption02 {
        padding: 5px 24px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .case .result-list li {
        font-size: 16px;
        line-height: 1.8;
    }
    .case .block {
        margin-bottom: 0;
    }
    .case .result {
        margin-bottom: 50px;
    }
    .case .row .col.ictt .ict-txt {
        position: absolute;
        top: 35px;
        left: 9px;
        width: 100%;
        max-width: inherit;
    }
    .case .row .col .realtime {
        font-size: 16px;
        line-height: 1.6;
        padding: 10px 14px;
    }
    .case .result-list {
        margin-left: 20px;
    }
}

.moveon {
    background: url(../images/ict/moveon.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 63%;
    position: relative;
    margin-top: 80px;
}

.moveon .txt {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    padding: 0 2vw;
}
.moveon .txt .sec-title {
    color: #009be1;
    margin-bottom: 60px;
}

.moveon .txt .sec-title + p {
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .moveon {
        margin-top: 26px;
        padding-top: 151%;
    }
    .moveon .sec-title > span {
        font-size: 15px;
    }
    .moveon .txt .sec-title + p {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }
}
#page_top {
    z-index: 22;
}
