@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/aio3aod.css");

/* @font-face {
  font-family: "hiragino";
  src:
    local("hiragino"),
    url("./fonts/hiragino_w6.otf") format("opentype"),
    url("./fonts/hiragino_w7.otf") format("opentype"),
    url("./fonts/hiragino_w8.otf") format("opentype"),
    url("./fonts/hiragino_w9.otf") format("opentype"),
} */

body {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    background: #f6f6f6;
    color: #2d2d2d;
    letter-spacing: .05em;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.6em;
}

a {
    transition: .3s;
}

a:hover {
    opacity: .7;
}


img {
    max-width: 100%;
    pointer-events: none;
}

.sp {
    display: none;
}


.delighter{
    opacity:0;
    top:50px;
    position:relative;
    transition:.3s;
}

.delighter.started{
    opacity:1;
    top:0;
}



@media screen and (max-width:961px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    br.sp {
        display: inline;
    }
}


.inr {
    width: min(1200px, 90%);
    margin: 0 auto;
    position: relative;
}




.btnara {
    text-align: center;
    margin-top: 3em;
    font-size: 16px;
}

.page--home .btn,
.page--home .btnara .btn,
.btnara .btn {
    padding: 1em 2em;
    width: min(auto, 100%);
    margin: 0 auto;
    background: #000;
    color: #fff;
    border-radius: 50rem;
    display: inline-block;
    min-width: 300px;
}



#global-nav ul li .btn {
    min-width: none;
}

.btnara .btn.orange {
    background: #E94830;
}

.btnara .btn.white {
    background: #fff;
    color: #2d2d2d;
}

.btnara .btn.news {
    background: none;
    color: #2D2D2D;
    border: solid 1px;
    padding-top: 1em;
    font-size: 16px;
}

.btnara .more {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnara .more:after {
    content: '';
    width: 1.5em;
    height: 1.5em;
    background: url(../img/arrow_more.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: .5em;
}

.page--home #top-head .logo {
    display: none;
}






.page--home .mainvisual {
    height: max(100vh, 600px);
}

.page--home .mainvisual .inr {
    height: max(100vh, 600px);
    width: min(1500px, 90%);
    position: relative;
}

.page--home .mainvisual .mv_img {
    position: absolute;
}

.page--home .mainvisual .mv_img.main {
    transform: translate(0, -50%);
    top: 53%;
    right: 0;
}

.page--home .mainvisual .mv_img figure img {
    object-fit: contain;
}


.page--home .mainvisual .mv_img.main figure img {
    height: max(90vh, 550px);
}

.page--home .mainvisual .mv_img.sub {
    width: 25%;
    transform: translate(50%, 0);
    top: -3em;
    right: max(60%, 810px);
}

.page--home .mainvisual .mv_img.sub figure img{
    max-height:40vh;
    min-height:200px;
}

.page--home .mainvisual .mv_caption {
    font-size: min(3.5vw, 5em);
    font-weight: bold;
    line-height: 1.2em;
    position: absolute;
    width: 50%;
    transform: translate(0, -50%);
    top: 55%;
    left: 5%;
    filter: drop-shadow(2px -4px 6px #f6f6f6);
    z-index: 1;
}

.page--home .mainvisual .mv_caption span {
    font-size: .3em;
    display: block;
    line-height: 1.6em;
    margin: 1em 0;
}

.page--home .mainvisual .mv_caption img {
    width: min(50%, 100px);
}

.page--home .mainvisual .mv_news {
    width: 350px;
    height: 110px;
    position: absolute;
    bottom: 1em;
    right: 1em;
    padding: 1em;
    background: #fff;
    border-radius: .5em;
    overflow: hidden;
}

.page--home .mainvisual .mv_news .swiper-container {
    margin-top: 0;
}

.page--home .mainvisual .mv_news ul {
    height: 80px;
}

.page--home .mainvisual .mv_news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page--home .mainvisual .mv_news li a figure {
    width: 30%;
    display: flex;
    align-items: center;
}

.page--home .mainvisual .mv_news li a figure img {
    border-radius: .5em;
}

.page--home .mainvisual .mv_news li a .titara {
    width: calc(70% - 1em);
    /* font-size: .8em; */
    line-height: 1.5em;
}

.page--home .mainvisual .mv_news li a .titara .date {
    /* font-size: 1.2em; */
    margin-bottom: .5em;
    font-family: 'Roboto', sans-serif;
}

.page--home .mainvisual .mv_news li a .titara .date span {
    border: solid 1px;
    padding: 0 1em;
    border-radius: .3em;
    margin-left: 1em;
    font-size: .8em;
    display: inline-block;
}



.page--home .mainvisual .mv_news li a .titara .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:.9em;
}

.page--home .partner{
    display:none;
}



section:not(.mainvisual):not(.low_mv):not(.service_head) {
    padding: 3em 0;
}

.about .inr {
    position: relative;
    min-height: min(50vw, 720px);
}

.about .txt {
    width: 40%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 55%;
    z-index: 1;
}

.about .txt strong {
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: 500;
    display: block;
    line-height: 1.5em;
}

.about .bgara {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.about .bgara .cycle {
    width: 70%;
    padding-top: 70%;
    position: absolute;
    left: -5em;
    top: 0;
}

.about .bgara .cycle:before{
    content:'';
    background: linear-gradient(45deg, #EAE6E4aa 50%, #EAE6E4ee 51%);
    border-radius: 50rem;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    animation: rotate 30s linear infinite;
}

.about .bgara .cycle figure {
    position: absolute;
    width: 15%;
}

.about .bgara .cycle figure:nth-child(1) {
    width: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.about .bgara .cycle figure:nth-child(2) {
    transform: translate(-50%, -50%);
    left: 47%;
    top: 15%;
}

.about .bgara .cycle figure:nth-child(3) {
    transform: translate(-50%, -50%);
    left: 15%;
    top: 40%;
}

.about .bgara .cycle figure:nth-child(4) {
    transform: translate(-50%, -50%);
    left: 47%;
    top: 85%;
}

.about .bgara .cycle figure:nth-child(5) {
    left: 0;
    bottom: -2em;
    width: 40%;
}

.about.lower .bgara .cycle figure:nth-child(4) {
    left: 67%;
}

.about.lower .bgara .cycle figure .tx_cltion {
    position: absolute;
    left: 90px;
    top: 0;
    width: 17em;
    color: #E94830;
}

.about.lower .bgara .cycle figure .tx_cltion.bl {
    left: auto;
    right: 120px;
    top: 0;
    color: #56A6BA;
    width: 18em;
}

.about.lower .bgara .cycle figure .tx_cltion ol {
    margin-top: .5em;
    font-size: .9em;
}

.about.lower{
    position:relative;
}

.about.lower h3{
    position:absolute;
    right:0;
    text-align:right;
    line-height: .8em;
    letter-spacing: -.1em;
}

.about h3,
.about .bgara h3 {
    font-size: 7em;
    font-weight: 700;
    text-align: right;
    color: #00000010;
    letter-spacing: -.05em;
    line-height: 1em;
    position: relative;
    z-index: 1;
}

.about h3 i{
    font-weight:700;
    animation:bound-anim 10s ease-in infinite alternate;
    display:inline-block;
    transition:.3s .1s;
    opacity:0;
    top:50px;
    position:relative;
}

.about h3.started i{
    opacity:1;
    top:0;
}

.about h3 i:nth-child(1){animation-delay:.2s;transition:.3s .02s;}
.about h3 i:nth-child(2){animation-delay:.4s;transition:.3s .04s;}
.about h3 i:nth-child(3){animation-delay:.6s;transition:.3s .06s;}
.about h3 i:nth-child(4){animation-delay:.8s;transition:.3s .08s;}
.about h3 i:nth-child(5){animation-delay:1s;transition:.3s .1s;}
.about h3 i:nth-child(6){animation-delay:1.2s;transition:.3s .12s;}
.about h3 i:nth-child(7){animation-delay:1.4s;transition:.3s .14s;}
.about h3 i:nth-child(8){animation-delay:1.6s;transition:.3s .16s;}
.about h3 i:nth-child(9){animation-delay:1.8s;transition:.3s .18s;}
.about h3 i:nth-child(10){animation-delay:2s;transition:.3s .2s;}
.about h3 i:nth-child(11){animation-delay:2.2s;transition:.3s .22s;}
.about h3 i:nth-child(12){animation-delay:2.4s;transition:.3s .24s;}
.about h3 i:nth-child(13){animation-delay:2.6s;transition:.3s .26s;}
.about h3 i:nth-child(14){animation-delay:2.8s;transition:.3s .28s;}
.about h3 i:nth-child(15){animation-delay:3s;transition:.3s .3s;}
.about h3 i:nth-child(16){animation-delay:3.2s;transition:.3s .32s;}

.about.lower .bgara h3 {
    line-height: .8em;
    letter-spacing: -.1em;
}

.about .btnara {
    text-align: left;
}

.about.lower {
    background: url(/assets/img/low/bg_curclation.png) left bottom no-repeat;
    background-size: 100%;
    padding: 5em 0 30vw;
}

.about.lower .txt figure {
    margin-top: 2em;
}

.btn.sub,
.page--home .btnara .btn.sub {
    background: none;
    border: solid 1px;
    color: #2d2d2d;
    width: auto;
    min-width: fit-content;
}

.page--home h2 {
    font-size: 3em;
    color: #E94830;
    line-height: 1em;
    font-family: "avenir-next-lt-pro", sans-serif;
    letter-spacing: -.05em;
    margin-bottom: 1.5em;
}

.page--home h2 span {
    font-size: 12px;
    display: block;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    margin: .5em;
    letter-spacing: 0.05em;
}

.page--home .business h2 {
    font-size: 5em;
    margin-bottom: 0;
}

.page--home h2 span:before {
    content: '';
    background: url(/assets/img/common/icon_tit.svg) center center no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-right: .5em;
}

.page--home .business {
    position: relative;
}

.page--home .business:before {
    content: '';
    background: url(/assets/img/common/common_parts.png) no-repeat;
    background-size: contain;
    width: max(30%, 700px);
    height: max(50vh, 720px);
    position: absolute;
    transform: translate(-50%, 0);
    left: 65%;
    top: -2em;
    animation: yurayura 10s linear infinite;
}

.page--home .business .btnara {
    text-align: left;
}

.page--home .business .business_kind ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page--home .business .business_kind ul li {
    width: calc(50% - .5em);
}

.page--home .business .business_kind ul li a {
    display: block;
    position: relative;
    color: #fff;
}

.page--home .business .business_kind ul li a p {
    position: absolute;
    left: 1em;
    bottom: 1.5em;
    line-height: 1em;
}

.page--home .business .business_kind ul li a p strong {
    display: block;
    margin: .5em 0;
}

.page--home .business .business_kind ul li a p span {
    font-size: .7em;
    font-family: "avenir-next-lt-pro", 'Noto Sans JP', sans-serif;
}

.page--home .business:after {
    content: '';
    background: linear-gradient(0deg, #fff, transparent);
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.page--home .partner {
    background: #fff;
}

.page--home .partner .slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.page--home .partner .slider-track {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    animation: slide 120s linear infinite;
}

.page--home .partner .slider-set {
    display: flex;
}

.page--home .partner .slider-set a {
    flex-shrink: 0;
    padding: 0 .3em;
    width: 17vw;
}

.page--home .partner .slider-set img {
    /* height: 60px; */
    width: auto;
    display: block;
}

.study {
    overflow: hidden;
    position: relative;
}

.study:before {
    content: '';
    background: linear-gradient(0deg, transparent, #fff);
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

/* .study .swiper-slide{
    padding:1em;
} */

.swiper-slide {
    transition: .1s;
}

.swiper-slide.is-out {
    transition: .1s;
    opacity: .2;
}

.study ul li figure{
    border-radius:1.5em 1.5em 0 0;
    overflow:hidden;
    position:relative;
    padding-top:66.6%;
}

.study ul li figure img {
    display: block;
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}

.study ul li .txt {
    background: #fff;
    padding: 2em;
    border-radius: 0 0 1.5em 1.5em;
}

.study ul li .txt span {
    color: #808080;
    margin-bottom: .5em;
    display: block;
    font-size:.9em;
}

.study ul li .txt p {
    margin-bottom: 1em;
    font-size:.9em;
    line-height:1.5em;
    min-height:5em;
}

.study ul li .txt i {
    color: #E94830;
    padding: .3em .5em;
    border-radius: .5em;
    background: #F2F2F7;
    font-size:.8em;
}

.page--home .top_news .flara {
    display: flex;
    justify-content: space-between;
}

.page--home .top_news .news_container {
    width: calc(100% - 20em);
}

.page--home .top_news ul li {
    margin-bottom: 2em;
}

.page--home .top_news ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page--home .top_news ul li a figure {
    width: 30%;
    display: flex;
    align-items: center;
}

.page--home .top_news ul li a figure img {
    border-radius: .5em;
}

.page--home .top_news ul li a .titara {
    width: calc(70% - 2.5em);
    /* font-size:.7em; */
    line-height: 1.5em;
}

.page--home .top_news ul li a .titara .date {
    /* font-size:1.2em; */
    margin-bottom: .5em;
}

.page--home .top_news ul li a .titara .date span {
    border: solid 1px;
    padding: .2em 1em;
    border-radius: .3em;
    margin-left: 1em;
    font-size: .8em;
    display: inline-block;
}

.flcap {
    display: flex;
    align-items: center;
    margin-bottom: 3em;
}

.flcap h4 {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: .5em;
    font-weight: 500;
}

.flcap .dispimg img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.flcap .txt .btnara {
    text-align: left;
}

.page--home .company,
.page--home .carrer {
    background: #fff;
    overflow: hidden;
}

.page--home .company .flcap>div,
.page--home .carrer .flcap>div {
    width: 50%;
}

.page--home .company .flcap .txt,
.page--home .carrer .flcap .txt {
    padding: 5em;
}



.page--home .carrer .flcap {
    flex-direction: row-reverse;
}

@media screen and (min-width:961px) {
    section:not(.mainvisual):not(.low_mv):not(.service_head) {
        padding:10em 0;
    }

    .page--home section:not(.mainvisual):not(.low_mv):not(.service_head){
        padding:5em 0;
    }

    .page--home section:not(.mainvisual):not(.low_mv):not(.service_head).business{
        padding:7em 0;
    }
    .about.lower h3{
        font-size:max(8vw, 7em);
        top:0;
    }

    .page--home .company .dispimg {
        position: relative;
        right: -6%;
        width: 55%;
    }

    .page--home .carrer .dispimg {
        position: relative;
        left: -6%;
        width: 55%;
    }

    .page--home .company .inr,
    .page--home .carrer .inr{
        width:100%;
        
    }

    .page--home .company .flcap>div img,
    .page--home .carrer .flcap>div img {
        width: 110%;
        max-width: none;
    }

    .page--home .business .business_kind ul li a p strong{
        font-size:1.2em;
    }

    .page--home .business .business_kind ul li a p span{
        font-size:.9em;
    }

    .study.bs .swiper-button-prev {
        left: -50px;
    }

    .study.bs .swiper-button-next {
        right: -50px;
    }

    .about .bgara .cycle figure:nth-child(2){
        width:10%;
    }

    .about .bgara .cycle figure:nth-child(2) .tx_cltion{
        top:-2em;
    }

}

.low_mv {
    padding: 5em 0;
    height: max(100vh, 700px);
}

.low_mv .inr {
    position: relative;
    height: max(calc(100vh - 5em), 700px);
    padding-top: 7vw;
}

.low_mv h2 {
    font-size: 5em;
    color: #E94830;
    line-height: 1em;
    font-family: "avenir-next-lt-pro", sans-serif;
    letter-spacing: -.05em;
    margin-bottom: 1em;
}

.low_mv h2 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    margin: .5em;
    letter-spacing: 0.05em;
    color: #2D2D2D;
}

.low_mv h4 {
    font-size: 2.5em;
    font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.4em;
}

.low_mv .mv_caption {
    width: min(100%, 550px);
}

.low_mv .mv_caption .txt strong {
    display: block;
    font-weight: 500;
    font-size: 1.1em;
    margin: 0.5em 0;
}

.low_mv figure {
    z-index: -1;
}

.low_mv figure:nth-of-type(1) {
    position: absolute;
    width: 60%;
    right: -2em;
}

@media screen and (min-width:961px) {
    .low_mv h2{
        font-size:7.5em;
        margin-bottom:.75em;
    }
    .low_mv figure:nth-of-type(1) {
        position: absolute;
        width: 60%;
        transform: translate(0, 0);
        top: 0;
        right: -2em;
        height: max(65vh, 500px);
    }

    .low_mv figure:nth-of-type(1) img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.low_mv figure:nth-of-type(2) {
    width: 20%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 83%;
    left: 70%;
}

.spoint {
    padding: 5em 0;
}

.spoint h3 {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 5em;
}

.spoint h4 {
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    margin-bottom: 7em;
    padding: .5em 1em .2em;
    border: solid 1px;
    border-radius: .5em;
    font-size: .8em;
}

.spoint h4 i {
    font-size: 1.5em;
    margin-left: .2em;
}

.spoint strong {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: .5em;
    display: block;
}


.spoint ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spoint ul li {
    width: calc(50% - .5em);
    background: #fff;
    border-radius: 1.5em 1.5em 0 0;
    padding: 1.5em;
    margin-bottom: 1em;
    position: relative;
}

.spoint ul li figure {
    position: absolute;
    width: min(15%, 80px);
    top: 1em;
    right: 1.5em;
}

.bs_detail .flcap {
    justify-content: space-between;
    align-items: flex-start;
}

.bs_detail .flcap>div {
    width: 45%;
}

.bs_detail .flcap .txt figure {
    width: 80%;
    margin: 5em auto 0;
}

.bs_detail .flcap h4 {
    margin-bottom: 1em;
    line-height: 1.6em;
}

.bs_detail .flcap .flow ul li {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0;
    border-bottom: solid 1px #D1CBC8;
}

.bs_detail .flcap .flow ul li:first-child {
    padding: 0 0 1.5em;
}

.bs_detail .flcap .flow ul li:last-child {
    border-bottom: none;
}

.bs_detail .flcap .flow ul li span {
    color: #E94830;
    font-family: "din-condensed", sans-serif;
    font-size: .9em;
    text-transform:uppercase;
}

.bs_detail .flcap .flow ul li span strong {
    font-size: 1.3em;
    font-family:"Roboto Condensed", sans-serif;
    margin-left:.25em;
}

.bs_detail .flcap .flow ul li .flw_cap {
    margin: 0 1.5em;
    font-weight: 500;
    font-size: 1.1em;
}

.bs_detail .flcap .flow ul li .flw_cap p {
    font-size: .9em;
    margin-top: .5em;
}

.bs_detail .flcap .flow ul li .flw_img {
    width: min(20%, 80px);
}

.bs_detail {
    background: url(/assets/img/low/bg_business.png) no-repeat center bottom;
    background-size: 100%;
}

.bs_service{
    display:none;
}

.bs_service,
.study.bs {
    position: relative;
    padding-top: 10em !important;
}

.bs_service {
    background: #fff;
}

.study.bs {
    background: #F6F6F6;
}

.bs_service .inr,
.study.bs .inr {
    position: static;
}

.bs_service h3,
.study.bs h3 {
    position: absolute;
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    font-family: "avenir-next-lt-pro", sans-serif;
    text-align: center !important;
    font-size: 7em;
    color: #D1CBC8;
    line-height: .7em;
    letter-spacing: -0.01em;
}

.study.bs h3 {
    color: #fff;
}

.study.bs .swiper-study {
    position: relative;
}

.bs_service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bs_service ul li {
    width: calc(100% / 3 - 3em);
    margin-bottom: 3em;
}

.bs_service ul li .txt {
    padding: 1em 0;
}

.bs_service ul li strong {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
}

.bs_service ul li p{
    margin-bottom:1em;
}

.bs_service ul li em {
    font-size: .9em;
    color: #E94830;
    display: inline-block;
    margin: 1em 0;
}

.com_cap .flcap {
    justify-content: space-around;
    align-items: center;
}

.com_cap .flcap h4 {
    font-size: 1.1em;
    margin-bottom: 2em;
}

.com_cap .flcap>div {
    width: min(calc(45% - 1em), 500px);
}

.cm_mission {
    padding: 15em 0 23vw !important;
    background: #fff;
    background: url(/assets/img/low/bg_curclation.png) left bottom no-repeat #fff;
    position:relative;
}

.cm_mission:before {
    content: '';
    background: linear-gradient(180deg, #fff 40%, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cm_mission .inr {
    position: relative;
    z-index: 1;
}

.cm_mission .ms_main {
    padding: 10% 5% 10% 15%;
    position: relative;
    color: #fff;
    width: 70%;
    margin: 0 auto;
}

.cm_mission .ms_main:after {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    transform: translate(-50%, -50%) scale(1.1);
    top: 44%;
    left: 50%;
    background: url(/assets/img/low/company/mega_or.svg) center top no-repeat;
    background-size: contain;
    z-index: -1;
    animation: yurayura3 10s linear infinite;
}

.cm_mission .dsp_list {
    padding: 10em 0;
}



.cm_mission h5 {
    font-size: 3em;
    margin-bottom: 1em;
    line-height: 1em;
    padding-left: 6vw;
    text-align: center;
    font-family: "avenir-next-lt-pro", sans-serif;
}

.cm_mission h5 span {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
}

.cm_mission h3 {
    line-height: 1em;
    font-size: min(3vw, 3em);
    margin-bottom: 1em;
    /* padding-left:10vw; */
}

.cm_mission .dsp_list {
    margin: 15em 0 10em;
    position: relative;
    padding: 0 20%;
}

.cm_mission .dsp_list .tit_value {
    font-family: "avenir-next-lt-pro", sans-serif;
    position: absolute;
    text-align: center;
    background: url(/assets/img/low/company/mega_lor.svg) center center no-repeat;
    background-size: contain;
    padding: 5em 7em 5em 4.5em;
    right: 15%;
    top: 0;
    color: #fff;
    animation: yurayura2 10s 1s linear infinite;
}

.cm_mission .dsp_list .tit_value * {
    display: block;
    line-height: 1em;
}

.cm_mission .dsp_list:before {
    content: '';
    width: 20%;
    padding-top: 20%;
    display: block;
    background: url(/assets/img/low/company/mega_bl.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.cm_mission .dsp_list:after {
    content: '';
    width: 5%;
    padding-top: 5%;
    display: block;
    background: url(/assets/img/low/company/mega_left.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 35%;
    bottom: -15%;
}

.cm_mission .dsp_list .tit_value strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5em;
    font-weight: 100;
}

.cm_mission .dsp_list .tit_value span {
    margin-top: .5em;
    font-size: 2em;
}

.cm_mission .dsp_list .tit_value span em {
    font-size: .4em;
    margin-top: .5em;
}

.cm_mission .dsp_list ul {}

.cm_mission .dsp_list ul li {
    margin-bottom: 3em;
    width: 65%;
}

.cm_mission .dsp_list ul li:nth-child(n + 4) {
    margin-left: auto;
}

.cm_mission .dsp_list ul li h4 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    font-family: "avenir-next-lt-pro", sans-serif;
    letter-spacing: 0;
    margin-bottom: .5em;
}

.cm_mission .dsp_list ul li p span {
    display: block;
    /* font-size:.5em; */
    margin-bottom: .5em;
    color: #E94830;
    letter-spacing: .1em;
}

.campany.wrk,
.history,
.group {
    background: #fff;
}

.wrk h2 {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-size: 3em;
    color: #E94830;
    letter-spacing: 0;
    line-height: 1em;
}

.wrk h2 span {
    display: block;
    font-size: 14px;
    color: #2d2d2d;
    letter-spacing: .1em;
}

.wrk .flxblc>*:nth-child(2) {
    width: 60%;
}


.history .flxblc dl dt {
    width: 10em;
    font-weight: normal;
}

.history .flxblc dl dt span {
    display: inline-block;
    margin-left: 1.5em;
}

.history .flxblc dl dd {
    width: calc(100% - 10em);
}

.history .flxblc dl dd:last-child {
    width: calc(100% - 10em);
    margin: 0;
}

@media screen and (min-width:961px){
    .spoint h3{
        font-size:1.9em;
        margin-bottom:3em;
    }

    .cm_mission{
        padding: 17em 0 23vw !important;
    }

    .cm_mission .ms_main:after{
        width:135%;
        height:135%;
        animation: yurayura3 10s linear infinite;

    }

    .bs_detail .flcap .flow ul li .flw_img {
        margin-top:.5em;
    }

}


@media screen and (max-width:961px) {

    .com_cap .flcap>div {
        width: 100%;
    }

    .com_cap .flcap .dispimg {
        margin-bottom: 1.5em;
    }

    .com_cap .flcap .dispimg figure {
        width: 60%;
        margin: 0 auto;
    }

    .cm_mission h3 {
        font-size: min(5vw, 2em);
        line-height: 1.3em;
    }

    .cm_mission h5 {
        text-align: left;
        padding-left: 0;
    }

    .cm_mission .ms_main:after {
        width: max(120%, 1100px);
        background-size: cover;
        left: 8%;
    }

    .cm_mission .ms_main {
        width: 90%;
        padding: 10% 5% 30% 5%;
    }

    .cm_mission .dsp_list .tit_value {
        top: -25%;
        right: 0;
    }

    .cm_mission .dsp_list ul li {
        width: 100%;
    }

    .cm_mission .dsp_list {
        padding: 0;
    }

    .cm_mission .dsp_list:before {
        width: 30%;
        padding-top: 30%;
        bottom: auto;
        top: 100%;
    }

    .cm_mission .dsp_list:after {
        width: 15%;
        padding-top: 15%;
        left: 50%;
        bottom: auto;
        top: 110%;
    }

    .wrk .flxblc>*:nth-child(2) {
        width: 100%;
    }

    .campany .flxblc dl dt,
    .campany .flxblc dl dd {
        width: 100%;
    }

    .campany .flxblc dl dd {
        padding-left: 0;
        margin-bottom: 2em;
    }
}

@media screen and (max-width:640px) {
    .cm_mission .ms_main:after {
        width: max(120%, 900px);
        left: 20%;
    }
}


.caption {
    background: #2D2D2D;
    color: #E94830;
    padding: 10em 0 !important;
}

.caption p {
    line-height: 2em;
    /* font-size:1.5em; */
    width: min(850px, 100%);
    margin: 0 auto;
}

.service {
    background: #2D2D2D;
    color: #fff;
    position: relative;
    padding: 5em 0 10em;
}

.service:before {
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(#2D2D2D, transparent);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.service:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/bg2.jpg) center bottom no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.service .inr {
    z-index: 1;
}

h3 {
    text-align: center;
}

h3 strong {
    opacity: .2;
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
}

h3 span {
    display: block;
    font-size: .8em;
}

.service p.cap {
    text-align: center;
    margin: 1em 0;
    font: initial;
}

.service p.cap {
    font-size: 2.5em;
    font-weight: 700;
}

.service p.cap span {
    font-size: .5em;
    display: block;
}

.service .service_list {
    margin: 10em auto 0;
    width: min(950px, 100%);
}

.service .service_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service .service_list ul li {
    width: calc(100% / 3 - 1.5em);
    padding: 0 1.5em;
    text-align: center;
    margin-bottom: 5em;
}

.service .service_list ul li figure {
    background: #d9d9d915;
    width: 80%;
    padding-top: 80%;
    position: relative;
    border-radius: 50rem;
    margin: 0 auto;
}

.service .service_list ul li figure img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 70%;
}

.service .service_list ul li h4 {
    padding: 1em 0;
    border-bottom: solid 1px #E94830;

}

.service .service_list ul li strong {
    display: block;
    padding: 1em 0;
    font-size: .9em;
}

.service .service_list ul li>p {
    font-size: .75em;
}

.news {
    background: #f6f6f6;
    color: #2d2d2d;
}

.news.detail .inr {
    padding: 10em 0 0;

}

.news .inr:before {
    content: '';
    background: url(/assets/img/common/common_parts.svg) no-repeat;
    background-size: contain;
    width: 25%;
    padding-top: 25%;
    position: absolute;
    top: -2em;
    left: 85%;
    animation: yurayura2 10s linear infinite;

}

.news h2,
.case h2 {
    font-size: 3em;
    color: #E94830;
    font-family: "avenir-next-lt-pro", sans-serif;
    letter-spacing: 0;
    line-height: 1em;
    margin: 1em 0 3em;
}

.news h2 span,
.case h2 span {
    display: block;
    font-size: 13px;
    color: #2d2d2d;
}

.news .news_list {
    margin-top: 3em;
}

.news .news_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .news_list ul:after {
    content: '';
    width: calc(100% / 3 - 1.5em);
}

.news .news_list ul li {
    width: calc(100% / 3 - 1.5em);
    margin-bottom: 2em;
}

.page--home .news .news_list ul li a {
    color: #fff;
}

.news .news_list ul li .thumb {
    width: 100%;
    padding-top: 61.04%;
    position: relative;
    border-radius: .5em;
    overflow: hidden;
}

.news .news_list ul li .thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    object-fit: contain;
    border-radius: .5em;
}

.news .news_list ul li .date {
    font-size: .8em;
    color: #979797;
    margin: 1em 0;
}

.news .btnara {
    margin-top: 7em;
}

.news.detail .infotxt * {
    line-height: 1.6em !important;
    font-family: "Noto Sans JP", sans-serif !important;
}

.news.detail .acv_foot {
    margin-top: 2.5em;
    padding: 2.5em 0;
    border-top: solid 1px #2d2d2d80;
}

.news.detail .acv_foot .block--share {
    display: flex;
    justify-content: end;
}

.news.detail .acv_foot .block--share li {
    margin: 0 .5em;
}

.news.detail .acv_foot .block--share li i {
    font-size: 1.5em;
}

.campany {
    background: #EBEEF3;
    padding: 10em 0;
}

.flxblc {
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.flxblc .txtara {
    width: 40%;
}

.flxblc .txtara h3 {
    text-align: left;
}

.flxblc .txtara p {
    padding-right: 1em;
}

.flxblc dl {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.flxblc dl dt {
    width: 5em;
    margin-bottom: 1em;
    font-weight: 600;
}

.flxblc dl dd {
    width: calc(100% - 5em);
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 1.8em;
}

.flxblc dl dd:last-child {
    width: 100%;
    margin-top: 2em;
}

.flxblc dl dd:last-child strong {
    font-weight: 600;
    display: block;
}

.flxblc .mapara {
    width: 60%;
}

.access {
    background: #fff;
    padding: 10em 0;
}

.access .mapara .mapinr {
    width: 100%;
    padding-top: 75%;
    position: relative;
}

.access .mapara .mapinr iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.flxblc .txtara p {
    margin-top: 3em;
}

.contact {
    padding: 10em 0 !important;
    background: url(../img/bg3.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.contact p {
    font-weight: 700;
}

.contact strong {
    display: block;
    margin: 1em 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.7em;
}

.contact .btnara a {
    margin: 0 .5em;
}

.case h2 {
    margin:1em 0;
}


.case .listara ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.case .listara ul:after{
    content:'';
    width: calc(100% / 3 - 1em);
}

.case .listara ul li {
    width: calc(100% / 3 - 1em);
    margin-bottom:2em;
    border-radius:1em;
    overflow:hidden;
    background:#fff;
}

.case .listara ul li .titara{
    padding:1em;
}

.case .listara ul li .titara .tit{
    min-height:5em;
}

.case .cate{
    color:#E94830;
    font-size:.8em;
    padding:.2em 1em;
    display:inline-block;
    background:#F2F2F7;
    border-radius:3px;
}

.case .dtlara{
    background:#fff;
    padding:5em;
    position:relative;
}

.case .dtlara .label{
    position:absolute;
    background:#F68056;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    right:3em;
    top:-2em;
    text-align:center;
    padding:1em 1em 2em;
    clip-path:polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 1em), 0 100%);
}

.case .dtlara .label span{
    font-size:.85em;
}

.case .dtlara .label strong{
    font-size:2.5em;
    display:block;
}



.case .dtlara .date span{
    font-family:'Roboto condensed', sans-serif;
    margin-right:.5em;
}

.case .dtlara .tit{
    font-size:2em;
    margin: .5em 0 1.5em;
    line-height:1.4em;
}

.case .dtlara > figure{
    border-radius:1em;
    overflow:hidden;
    margin:1em 0;
}

.case .dtlara > figure img{
    display:block;
}

.case .dtlara .txt{
    margin:2em 0;
}

.case .dtlara .rspnsara{
    display:flex;
    border-radius:1em;
    background:#EAE6E4;
    padding:5em;
    justify-content:space-between;
    margin:2em 0;
}

.case .dtlara .rspnsara *{
    display:block;
}

.case .dtlara .rspnsara strong{
    width:20%;
    font-size:1.5em;
    color:#E94830;
}

.case .dtlara .rspnsara p{
    width:80%;
}

.case .dtlara > ul{
    padding:5em 0 3em;
    border-bottom:solid 1px #B4B5B5;
}

.case .dtlara > ul li{
    margin-bottom:3em;
}

.case .dtlara > ul li span{
    color:#E94830;
    display:inline-block;
    padding-left:3em;
    position:relative;
    margin-bottom:1em;
}

.case .dtlara > ul li span:before{
    content:'';
    width:2em;
    height:2em;
    background:url(/assets/img/common/icon_tit.svg);
    background-size:contain;
    position:absolute;
    transform:translate(0, -50%);
    top:50%;
    left:0;
}

.case .dtlara > ul li h5{
    font-size:1.5em;
    font-weight:600;
}

.case .dtlara > ul li > p{
    margin:1em 0;
}

.case .dtlara figure img{
    display:block;
    width:auto;
    margin:0 auto;
}

.case .dtlara > ul li figure{
    margin:1.5em auto;
}

.case .dtlara > ul li figure.sml img{
    width:min(640px, 100%);
}

.case .dtlara > dl{
    padding:3em 0;
}

.case .dtlara > dl dt{
    color:#E94830;
    margin-bottom:1em;
}

.case .dtlara > dl dd{
    margin-bottom:2em;
}


@media screen and (max-width:961px){
    .news h2,
    .case h2{
        margin:1em 0;
    }
    #casestudy.case{
        margin-top:2em;
        padding-top:0;
    }
    .case .listara ul{
        flex-wrap:wrap;
    }

    .case .listara ul li{
        width:100%;
    }

    .case .dtlara .label{
        right:5%;
    }
    
    .case .dtlara{
        padding:1.5em;
    }

    .case .dtlara .date span{
        display:block;
    }

    .case .dtlara .tit{
        font-size:1.3em;
    }

    .case .dtlara .rspnsara{
        flex-wrap:wrap;
        padding:2em;
    }

    .case .dtlara .rspnsara * {
        width:100% !important;
    }

    .case .dtlara .rspnsara strong{
        margin-bottom:1em;
    }

    .case .dtlara > ul li h5{
        font-size:1.1em;
    }

    .case .dtlara > ul li figure.scrlx{
        width:100%;
        overflow-x:auto;
    }

    .case .dtlara > ul li figure.scrlx img{
        max-height: 50vh;
        max-width: none;
        width: auto;
    }
}

footer {
    background: #2D2D2D;
    color: #fff;
    padding: 3em 1.5em;
}

footer .foot_logo {
    margin-bottom: 3em;
}

footer .foot_top {
    display: flex;
    /* justify-content:space-between; */
}

footer .foot_top .foot_txt {
    display: flex;
    justify-content: space-between;
    width: min(580px, calc(100% - 150px));
}

footer .foot_logo p {
    margin-top: 1em;
}

footer .foot_logo p span {
    display: block;
    margin-top: .5em;
    font-size: .8em;
    line-height: 1.8em;
}

footer .foot_menu {
    padding: 2em 0 1em;
    border-top: solid 1px #ffffff30;
}

footer .foot_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

footer .foot_menu ul>li {
    margin: 0 .5em;
    display: flex;
    align-items: center;
    font-size: .8em;
}

footer .foot_menu ul>li:nth-child(n + 2) {
    margin-left: auto;
}

footer .foot_menu ul>li.hd {
    margin-left: 0;
}

footer .foot_menu ul>li img {
    margin-right: .5em;
}

footer .foot_menu ul>li ol {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

footer .foot_menu ul>li ol li {
    margin: 0 1.5em;
}

footer .foot_menu ul>li ol li:nth-child(3) {
    margin: 0 0 0 1.5em;
}

footer .foot_menu ul>li ol li:last-child {
    margin: 0 0 0 1.5em;
    text-align: right;
    width: 100%;
}

footer a {
    color: #fff;
}

footer .foot_menu ul>li.sp {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    display: block;
    width: 50px;
    height: 50px;
}


.pageServices .service_head .headinr{
    position:relative;
}

.pageServices .service_head .headinr figure{
    width:calc(100% - 2em);
    margin: 0 auto;
}

.pageServices .service_head h2{
    position:absolute;
    font-size:2em;
    transform:translate(0, -50%);
    top:50%;
    left:10%;
    color:#fff;
    line-height:1.5em;
    font-family: "Montserrat", sans-serif;

}

.pageServices .service_head h2 span{
    display:block;
    font-size:.5em;
    /* margin-top:.5em; */
    font-family: "Montserrat", sans-serif;
}



.pageServices h3{
    font-size:2em;
    line-height:1.5em;
    margin-bottom:.5em;
}

.pageServices h3.cap{
    font-size:3em;
}

.pageServices .service_discription{
    position:relative;
}

.pageServices .service_discription .deco{
    /* content:'';
    background:url(/assets/img/app/head_sub_studium.png) no-repeat;
    background-size:contain; */
    width:40%;
    /* padding-top:40%; */
    position:absolute;
    top:-15vw;
    /* right:10%; */
    left:50%;
}

.pageServices .service_discription .service_block{
    padding:5em 0 15em;
    position:relative;
}

.pageServices .service_discription .service_block > figure{
    position:absolute;
}

.pageServices .service_discription .service_block > figure:nth-child(1){
    width:40%;
    left:-20em;
    bottom:-10em;
    animation: yurayura2 10s linear infinite;
}

.pageServices .service_discription .service_block > figure:nth-child(2){
    width:15%;
    top:-50%;
    right: -2%;
    animation: yurayura2 8s .5s linear infinite;
}

.pageServices .service_discription .service_block:nth-of-type(n + 2){
    padding:5em 0;
}

.pageServices .service_discription .service_block .flxblc{
    flex-wrap:wrap;
}

.pageServices .service_discription .service_block .flxblc .capara{
    width:100%;
    display:flex;
    margin:10em 0;
}

.pageServices .service_discription .service_block.how .flxblc{
    align-items:center;
}

.pageServices .service_discription .service_block .flxblc .capara h3{
    width:40%;
}

.pageServices .service_discription .service_block .flxblc .capara p{
    width:60%;
}

.pageServices .service_discription .service_block .flxblc .collection{
    width:100%;
    padding:5em;
    background:#fff;
    margin:2em 0 5em;
}

.pageServices .service_discription .service_block .flxblc .collection h4{
    text-align:center;
    line-height:1.5em;
    margin-bottom:1.5em;
    font-size:1.5em;
}

.pageServices .service_discription .service_block .flxblc .collection h4 span{
    color:#E94830;
    display:block;
    font-size:.7em;
    font-family: "Montserrat", sans-serif;

}

.pageServices .service_discription .service_block .flxblc .collection .swipearea{
    width:min(1000px, 100%);
    margin: 0 auto;
    position:relative;
}

.pageServices .service_discription .service_block .flxblc .collection .swipearea .swiper-button-prev{
    left:-10%;
}

.pageServices .service_discription .service_block .flxblc .collection .swipearea .swiper-button-next{
    right:-10%;
}

.pageServices #digital .digital-applists{
    background:#fff;
}

.pageServices .service_discription .service_block .flxblc .collection ul li > div h5{
    font-size:1.1em;
    font-weight:600;
    margin-bottom:1em;
}

.pageServices .service_discription .service_block .flxblc .collection ul li > div h5 i{
    font-size:1.2em;
    margin-right:.5em;
    color:#E94830;
    font-family: "Montserrat", sans-serif;
}

.pageServices .service_discription .service_block .flxblc .collection_flow {
    margin-top:3em;
}

.pageServices .service_discription .service_block .flxblc .collection_flow > strong{
    color:#808080;
    display:inline-block;
    margin-bottom:2em;
}

.pageServices .service_discription .service_block .flxblc .collection_flow ol{
    display:flex;
    justify-content:space-between;
}

.pageServices .service_discription .service_block .flxblc .collection_flow ol li{
    display:flex;
    background:#EAE6E4;
    padding:1em 1.5em;
    width:calc(100% / 3 - 1em);
    border-radius:.5em;
    align-items:center;
}

.pageServices .service_discription .service_block .flxblc .collection_flow ol.other{
    flex-wrap:wrap;
}

.pageServices .service_discription .service_block .flxblc .collection_flow ol.other li{
    width:calc(100% / 2 - 1em);
    margin-bottom:2em;
    padding:.5em 1em;
    font-size:12px;
}

.pageServices .service_discription .service_block .flxblc .collection_flow ol li figure{
    margin-right:.5em;
}

.pageServices .service_discription .service_block .flxblc .collection_flow ol li p strong{
    font-size:1.1em;
    font-weight:600;
    margin-bottom:.5em;
    display:block;
}


.pageServices .service_discription .service_block .flxblc .txtara figure{
    width:80%;
}




.pageServices .service_discription .service_block .flxblc .detailara{
    width:min(800px, 60%);
}

.pageServices .service_discription .service_block .flxblc .detailara ol{
    display:flex;
    justify-content:space-between;
}

.pageServices .service_discription .service_block .flxblc .detailara ol:not(.other) li{
    position:relative;
    width:calc(100% / 3 - 1.5em);
    background:#fff;
    padding:2em 1.5em 1em;
    border-radius:1em;
}

.pageServices .service_discription .service_block .flxblc .detailara ol:not(.other) li i{
    position:absolute;
    background:#fff;
    width:3em;
    height:3em;
    border-radius:50rem;
    transform:translate(-50%, 0);
    top:-1.5em;
    left:50%;
    font-family: "Montserrat", sans-serif;
    color:#E94830;
    font-size:1.5em;
    display:flex;
    align-items:center;
    justify-content: center;
    font-weight:500;
}

.pageServices .service_discription .service_block .flxblc .detailara ol li h4{
    font-weight: 700;
    font-size: 1.3em;
    margin:0 0 .5em;
}

.pageServices .service_discription .service_block.how .flxblc.bg_ticket{
    align-items:flex-start;
}

.pageServices .service_discription .service_block.studium .flxblc .detailara figure.cycleimg{
    width:100%;
    margin-bottom:4em;
    margin:0 auto 4em;
}

.pageServices .service_discription .service_block .flxblc.bg_kuji{
    position:relative;
    align-items:start;
}

.pageServices .service_discription .service_block .flxblc.bg_kuji:before{
    content:'';
    background:url(/assets/img/app/bg_boxkuji.svg) no-repeat;
    background-size:contain;
    width:50%;
    padding-top:50%;
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
    z-index:-1;
}

.pageServices .service_discription .service_block .flxblc.bg_kuji .txtara > figure{
    width: 80%;
    margin:0 auto 0 0;
}

.pageServices .service_discription .service_block .flxblc.bg_kuji .txtara > figure:nth-of-type(1){
    width:60%;
    margin:0 auto 5em 9%;
}

.pageServices .service_discription .service_block .flxblc .detailara ul li{
    margin-bottom:4em;
    position:relative;
    padding:0 1em 0 3em;
}

.pageServices .service_discription .service_block .flxblc .detailara ul li i{
    position:absolute;
    top:0;
    left:0;
    color:#E94830;
    font-family: "Montserrat", sans-serif;
    font-size:1.2em;
}



.pageServices .service_discription .service_block .flxblc .detailara ul h4{
    font-size:1.3em;
    font-weight:600;
    margin-bottom:.5em;
}



.pageServices .service_discription .service_block .flxblc .detailara .relation{
    margin:3em 0;
}


.pageServices .service_discription .service_block .flxblc .detailara .relation h6{
    color:#808080;
    margin-bottom:1em;
}

.pageServices .service_discription .service_block .flxblc .detailara .relation ul{
    display:flex;
    flex-wrap:wrap;
}

.pageServices .service_discription .service_block .flxblc .detailara .relation ul li{
    background:#fff;
    padding:.3em 1em;
    margin:0 .5em .5em 0;
    display:inline-block;
    border-radius:.5em;
}

.pageServices .service_discription .service_block .flxblc .detailara .relation.oursvc ul li{
    background:#2D2D2D;
    color:#fff;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul{
    display:flex;
    justify-content:space-between;
    margin-bottom:2em;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul li{
    width: calc(100% / 2 - 1em);
    margin:0;
    padding:0;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul li p{
    margin-top:.5em;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul li p strong{
    font-weight:bold;
    display:block;
    margin-bottom:.5em;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.kind li{
    width:calc(100% / 4 - 1em);
    background:#fff;
    padding:1em;
    text-align:center;
    position:relative;
    border-radius:1em;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.kind li span{
    display:block;
    color:#E94830;
    position:absolute;
    bottom:1em;
    transform:translateX(-50%);
    left:50%;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid{
    flex-wrap:wrap;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li{
    width:100%;
    margin-bottom:2.5em;
    padding: 0 1em 0 5em;
    display:flex;
    flex-wrap:wrap;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .txt{
    width:min(70%, calc(100% - 120px - 1em));
    padding-right:1em;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx{
    display:flex;
    justify-content:space-between;
    margin-top:1em;
    width:min(70%, calc(100% - 120px - 1em));
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx.full{
    width:100%;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx dl{
    width:calc(100% / 2 - .5em);
    border-radius:1em;
    overflow:hidden;
    text-align:center;
    border:solid 1px;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx dl dt{
    background:#000;
    padding:.5em;
    color:#fff;
    width:100%;
    margin:0;
    display:block;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx dl dd{
    background:none;
    padding:.5em;
    margin:0;
    display:block;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx ol{
    display:flex;
    flex-wrap:wrap;
    justify-content:start;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx ol li{
    display:inline-block;
    padding:.2em .5em;
    margin-bottom:.5em;
    background:#000;
    color:#fff;
    border-radius:.5em;
    width:auto;
    margin-right:.5em;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx ol li.wh{
    background:#fff;
    color:#000;

}



.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li figure{
    width:min(30%, 120px);
    padding-top:min(30%, 120px);
    background:#eae6e4;
    border-radius:1em;
    position:relative;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li figure img{
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
    width:60%;
    height:60%;
    object-fit:contain;
}

.pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > strong{
    color: #808080;
    display: inline-block;
    margin-bottom: 2em;
}

.pageServices .bene{
    background:url(/assets/img/app/bg_bene.png)  #212121 center top no-repeat;
    background-size:contain;
    color:#fff;
    text-align:center;
}

.pageServices .bene.dc{
    background:url(/assets/img/app/bg_bene_dc.png)  #212121 center top no-repeat;
    background-size:100%;
}

.pageServices .bene.kuji{
    background:url(/assets/img/app/bg_bene_kuji.png)  #212121 center top no-repeat;
    background-size:100%;
}

.pageServices .bene.ticket{
    background:url(/assets/img/app/bg_bene_ticket.png)  #212121 center top no-repeat;
    background-size:100%;
}


.pageServices .bene h2{
    font-size:2em;
    margin-bottom:1em;
    line-height:1.5em;
    font-family: "Montserrat", sans-serif;

}

.pageServices .bene h2 span{
    display:block;
    font-size:.7em;
}

.pageServices .bene .flxblc{
    margin-bottom:3em;
}

.pageServices .bene .flxblc > div{
    width:calc(100% / 2 - 1em);
    background:#3A3A3A;
    border-radius:1.5em;
    padding:2em;
}

.pageServices .bene .flxblc > div h3{
    text-align:center;
    color:#E94830;
    font-size:1.5em;
    margin-bottom:1.5em;
}

.pageServices .bs_service h2{
    font-size:1.5em;
    line-height:1.5em;
    margin-bottom:2em;
}

.pageServices .bs_service h2 span {
    display:block;
    font-size:.6em;
    margin-top:1em;
    line-height:1.5em;
}

/* .pageServices .study{
    background:#f6f6f6;
} */

.pageServices .study h2,
.pageServices .digital-applists h2{
    /* display:flex; */
    font-size:1.5em;
    font-weight:600;
    margin-bottom:2em;
}

.pageServices .study h2 span,
.pageServices .digital-applists h2 span{
    /* margin-left:2em; */
    font-size:.5em;
    display:block;
    margin-top:1.5em;
}

.pageServices .study ul li .txt ol{
    display:flex;
    flex-wrap:wrap;
}

.pageServices .study ul li .txt ol li{
    background:#F6F6F6;
    border-radius:5px;
    padding:.2em .5em;
    margin:0 .5em .5em 0;
}

.pageServices .sv{
    background:#fff;
    display:none;
}

.pageServices .sv h2{
    font-weight:600;
    font-size:1.5em;
    margin-bottom:2em;
}

.pageServices .sv h2 span{
    font-size:.6em;
    display:block;
    margin-top:.5em;
}

.pageServices .sv ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    padding:0 3.5em;
}

.pageServices .sv ul li{
    width:calc(100% / 2 - 7em);
    margin-bottom:7em;
    border-radius:1.5em;
    padding:1.5em;
    box-shadow: 2px 2px 6px #00000020;
}

.pageServices .sv ul li > div{
    position:relative;
    padding:1em 5em 1em 1em;
}

.pageServices .sv ul li > div span{
    display:block;
    color:#808080;
    font-size:.7em;
    margin-bottom:1em;
}

.pageServices .sv ul li > div strong{
    font-weight:600;
}

.pageServices .sv ul li > div figure{
    width:5em;
    position:absolute;
    right:0;
    top:0;
}

.pageServices .sv ul li > p{
    padding:0 1em 1em;
    font-size:.8em;
}

.pageServices .sv.ticket ul{
    justify-content:space-between;
}

.pageServices .sv.ticket ul:after{
    content:'';
    width:calc(100% / 3 - 2em);
}

.pageServices .sv.ticket ul li{
    width:calc(100% / 3 - 2em);
    margin-bottom:4em;
    padding:0;
}

.pageServices .sv.ticket ul li figure,
.pageServices .sv.ticket ul li figure img{
    display:block;
}


.pageServices #digital .and-more{
    bottom:auto;
}




@media screen and (min-width:961px) {
    .pageServices{
        padding-top:80px;
    }

    .pageServices .study h2,
    .pageServices .digital-applists h2{
        font-size:2.2em;
    }

    footer .foot_top .foot_txt {
        margin-left: 12vw;
    }

    footer .foot_top .foot_txt ol li {
        margin-bottom: 1em;
    }

    .pageServices .service_head h2{
        font-size:3em;
    }

    .pageServices .service_head h2 span{
        font-size:.4em;
    }

    .pageServices .service_discription .deco{
        width:min(40%, 600px);
    }

    .pageServices .service_discription .service_block{
        padding: 0 0 15em;
    }

    .pageServices .service_discription .service_block.stdm .flxblc .txtara figure{
        position:relative;
        left:-5em;
        width:100%;
    }

    .pageServices .study ul li .txt{
        padding:1.5em 1em 1em 1em;
    }

    .pageServices .study ul li .txt ol{
        font-size:.63em;
    }

    .pageServices .swiper-study{
        width:90%;
        margin:0 auto;
        position:relative;
    }

    .swiper-button-prev{
        left:-4em !important;
    }

    .swiper-button-next{
        right:-4em !important;
    }

    .studium .flxblc .txtara{
        position:relative;
    }

    .studium .flxblc .txtara figure{
        position:relative;
        left: calc((-100vw + min(90vw, 1200px)) / 2);
        width: calc(90% + (100vw - min(90vw, 1200px)) / 2) !important;
    }
}

@media screen and (max-width:961px) {
    .mainvisual .inr {
        width: 90%;
    }

    .mainvisual .inr h2 {
        position: static;
        margin-top: 2em;
        transform: translate(0);
        text-align: left;
    }

    .mainvisual h2 span {
        font-size: .6em;
        font-weight: 600;
    }

    .pageServices .digital-applists h2{
        padding:0 5%;
    }


    h3 {
        text-align: left;
    }

    .service p.cap {
        font-size: 1.5em;
        text-align: left;
    }

    .service p.cap span {
        font-size: .7em;
        font-weight: 600;
    }

    .service .service_list ul li {
        width: 100%;
        position: relative;
        padding-top: 40%;
        text-align: left;
    }

    .service .service_list ul li .thumb {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        padding-top: 50%;
    }

    .service .service_list ul li h4 {
        width: 50%;
    }

    .service:after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(../img/bg2.jpg) center bottom no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
    }

    .news .news_list ul li {
        width: 100%;
        margin-bottom: 2em;
    }

    .news .news_list ul li .date {
        margin: 1em 0 .5em;
    }

    .flxblc {
        flex-wrap: wrap;
    }

    .flxblc .txtara,
    .flxblc dl,
    .flxblc .mapara {
        width: 100%;
    }

    .flxblc .txtara {
        margin-bottom: 5em;
    }

    .contact p {
        line-height: 1.8em;
    }

    .contact .btnara .btn {
        margin-bottom: 1em;
    }

    .pageServices .service_discription .service_block:nth-of-type(n + 2){
        padding:2em 0;
    }

    
    .pageServices .sv ul{
        flex-wrap:wrap;
    }

    .pageServices .sv.ticket ul li{
        width:100%;
    }

    .pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li{
        flex-wrap:wrap;
        padding:3em 0 0 0;
    }

    .pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li .con_flx{
        width:100%;
    }

    .pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.fullwid li figure{
        max-height: min(30%, 120px);
    }

    footer .foot_menu ul {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    footer .foot_menu ul>li {
        width: 100%;
        flex-wrap: wrap;
    }

    footer .foot_menu ul>li.sp {
        display: flex;
    }

    footer {
        padding: 3em 1em;
    }

    footer .foot_menu ul>li:nth-child(2) {
        margin-bottom: 2.5em;
    }

    footer .foot_menu ul>li img {
        max-width: 40%;
        margin-bottom: 1em;
        display: block;
    }

    footer .foot_menu ul>li ol {
        justify-content: space-between;
        margin: 0 auto;
        width: 95%;
    }

    footer .foot_menu ul>li ol li {
        margin: 0;
    }

    footer .foot_menu ul>li ol li img {
        max-width: 100%;
    }

    footer .foot_top .foot_txt {
        line-height: 3em;
    }

    footer .foot_top {
        flex-wrap: wrap;
    }

    footer .foot_top .foot_txt {
        width: 100%;
        display: block;
    }

    footer .foot_menu {
        padding: 1.5em 0;
        margin-top: 1.5em;
    }

    footer .foot_menu ul li {
        padding: 1em 0;
    }

    footer .foot_menu ul>li.sp {
        display: flex;
    }

    footer .foot_menu ul>li.sp ol li:last-child {
        width: auto;
    }

    .pageServices .service_head .headinr figure{
        width:100%;
    }

    .pageServices .service_head h2{
        top:25%;
        left:5%;
    }

    .pageServices .service_discription .deco{
        width:70%;
        top:-20vw;
        right:-5%;
        left:auto;
    }

    .pageServices .service_discription{
        padding-top:55% !important;
    }

    .pageServices .service_discription .service_block{
        padding:0 0 5em;
    }

    .pageServices .service_discription .service_block .flxblc .txtara{
        margin-bottom:2em;
    }

    .pageServices .service_discription .service_block .flxblc .detailara{
        width:100%;
    }

    .pageServices .service_discription .service_block .flxblc .detailara ol{
        flex-wrap:wrap;
    }

    .pageServices .service_discription .service_block .flxblc .detailara ol li,
    .pageServices .service_discription .service_block .flxblc .detailara ol:not(.other) li{
        width:100%;
        margin-bottom:2.5em;
        position:relative;
        padding: 7em 1em 1em;
    }

    .pageServices .service_discription .service_block .flxblc .detailara ol:not(.other) li i{
        background:none;
        transform:translate(0, 0);
        left:1em;
        top:1em;
        width:auto;
        height:auto;
    }

    .pageServices .service_discription .service_block .flxblc .detailara ol:not(.other) li figure{
        position:absolute;
        width:25%;
        right:2em;
        top:1em;
    }

    .pageServices .service_discription .service_block .flxblc .detailara ol li h4{
        margin-bottom:1em;
    }

    .pageServices .service_discription .service_block .flxblc .capara{
        flex-wrap:wrap;
        margin:0 0 5em;
    }

    .pageServices .service_discription .service_block .flxblc .capara h3{
        width:100%;
    }

    .pageServices .service_discription .service_block .flxblc .capara p{
        width:100%;
    }

    .pageServices .service_discription .service_block .flxblc .txtara figure{
        width: 120%;
        left: -10%;
        position: relative;
    }

    .pageServices .service_discription .service_block.studium .flxblc .txtara figure{
        width:100%;
        margin:2em 0;
    }

    .pageServices .service_discription .service_block.studium .flxblc .txtara:nth-of-type(2) figure{
        width:120%;
    }

    .pageServices .service_discription .service_block .flxblc.bg_kuji .txtara figure{
        width:100%;
        left:auto;
    }

    .pageServices .service_discription .service_block .flxblc.bg_kuji .txtara figure:nth-of-type(2){
        margin-bottom:3em;
    }

    .pageServices .service_discription .service_block > figure:nth-child(2){
        width: 25%;
        top: -3em;
        right: 2em;
    }

    .pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul,
    .pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.kind{
        flex-wrap:wrap;
    }

    .pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul li{
        width:100%;
        margin-bottom:2em;
    }

    

    .pageServices .service_discription .service_block .flxblc.bg_ticket .detailara > ul.kind li{
        width: calc(100% / 2 - 1em);
        margin-bottom:2em;
    }

    .pageServices .bene .flxblc > div{
        width:100%;
        margin-bottom:1em;
    }

    .pageServices .bene{
        background:url(/assets/img/app/bg_bene_sp.png)  #212122 center top no-repeat;
        background-size:contain;
        padding:7em 0 !important;
    }

    .pageServices .bene.dc{
        background:url(/assets/img/app/bg_bene_dc_sp.png)  #212122 center top no-repeat;
        background-size:contain;

    }

    .pageServices .bene.kuji{
        background:url(/assets/img/app/bg_bene_kuji_sp.png)  #212122 center top no-repeat;
        background-size:contain;

    }
    .pageServices .bene.ticket{
        background:url(/assets/img/app/bg_bene_ticket_sp.png)  #212122 center top no-repeat;
        background-size:contain;

    }

    .pageServices .bene h2{
        margin-bottom:3em;
        font-size:1.5em;
    }

    .pageServices .bene .inr > p{
        width:80%;
        margin:0 auto;
    }

    .pageServices .service_discription .service_block .flxblc .collection{
        padding:1.5em;
    }

    .pageServices .service_discription .service_block .flxblc .collection_flow ol{
        flex-wrap:wrap;
    }

    .pageServices .service_discription .service_block .flxblc .collection_flow ol li,
    .pageServices .service_discription .service_block .flxblc .collection_flow ol.other li{
        width:100%;
        margin-bottom:2em;
    }

    .pageServices .service_discription .service_block .flxblc .detailara ol.other li figure{
        position:relative;
        top:auto;
        right:auto;
    }

    .pageServices .sv ul{
        padding:0;
    }

    .pageServices .sv ul li{
        width:100%;
        margin-bottom:2em;
    }

    .pageServices .sv ul li > div{
        padding:1em 4em 1em 1em;
    }

    .pageServices .sv ul li > div figure{
        width:4em;
    }


}

body:not(.page--home) h3 {
    text-align: left;
}

/* body:not(.page--home) section:nth-of-type(1){
    margin-top:74px;
} */

/* body:not(.page--home) section.news{
    background:#fff;
    color:#2D2D2D;
    padding:5em 0;
} */

body:not(.page--home) section.news a {
    color: #2d2d2d;
}

body:not(.page--home) section.news .category {
    margin-top: 2em;
}

body:not(.page--home) section.news .category ul {
    display: flex;
    flex-wrap: wrap;
}

body:not(.page--home) section.news .category ul li {
    margin: 0 .25em;
}

body:not(.page--home) section.news .category ul li:nth-child(1) {
    margin: 0 .5em 0 0;
}

body:not(.page--home) section.news .category ul li a {
    padding: .5em 1.5em;
    border-radius: 50rem;
    background: #2d2d2d;
    color: #fff;
    font-size: .8em;
    display: inline-block;
}

body:not(.page--home) section.news .titara {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
}

body:not(.page--home) section.news .titara .cat,
body:not(.page--home) section.news .titara .date {
    display: inline-block;
}

body:not(.page--home) section.news .titara .cat {
    background: #000;
    color: #fff;
    border-radius: 50rem;
    padding: .5em 1.5em;
    font-size: .7em;
}

.page--information.detail section.news .titara {
    justify-content: left;
    margin-bottom: 2em;
}

.page--information.detail section.news .titara p:nth-child(-n + 2) {
    margin-right: .5em;
    font-size: .8em;
}

.page--information.detail section.news .titara p.tit {
    font-size: 1.7em;
    font-weight: 800;
    margin-top: .5em;
    line-height: 1.6em;
}

.page--information.detail section.news .btnara:has(.prev) {
    margin: 2em 0 5em;
    text-align: left;
    color: inherit;
}

.page--information.detail section.news .btnara .prev {
    color: #2D2D2D;
    margin-right: .5em;
    display: flex;
    align-items: center;
}

.page--information.detail section.news .btnara .prev:before {
    content: '';
    margin-right: .5em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/arrow_prev.svg);
    background-size: contain;
    display: inline-block;
}

.privacy h4 {
    font-size: 1.5em;
    margin-bottom: 2em;
}

.privacy div>p.sign {
    text-align: right;
    margin-top: 3em;
}

.privacy .blc {
    margin-bottom: 5em;
}

@media screen and (max-width:961px) {
    body:not(.page--home) section.news .category ul li {
        margin-bottom: .5em;
    }

    body:not(.page--home).page--digitalcard section:nth-of-type(1) {
        margin-top: 0;
    }

    body:not(.page--home) section:nth-of-type(1) {
        margin-top: 0;
    }
}

a:link,
a:visited {
    color: white;
}

.news .news_list ul li .thumb img {
    height: auto;
    border-radius: .5em;
}

.btn {
    padding: 0.5em 3em;
    border-radius: 2em;
    min-width: 6em;
}

@media screen and (min-width:961px){
    .about.lower .txt figure{
        width:min(100%, 435px);
    }

    .spoint ul li{
        padding:2.5em;
    }

    .spoint ul li figure{
        width:min(25%, 190px);
    }
}


@media screen and (max-width:961px) {

    .page--home .wrap {
        padding: 0;
    }

    .page--home .mainvisual {
        padding-top: 1em;
        /* height: max(100vh, 700px); */
        height: auto;
        overflow: hidden;
    }

    .page--home .mainvisual .inr {
        height: auto;
    }

    .page--home .mainvisual .mv_img.main,
    .page--home .mainvisual .mv_caption {
        position: static;
        transform: translate(0, 0);
        font-size: min(9vw, 2.5em);
        width: 100%;
    }

    .page--home .mainvisual .mv_img.main figure {
        /* width:min(100%, 500px); */
        margin: 0 auto;
    }

    .page--home .mainvisual .mv_img.main figure img {
        height: auto;
    }

    .page--home .mainvisual .mv_caption {
        margin-top: .5em;
    }

    .page--home .mainvisual .mv_img.sub {
        transform: translate(0, 0);
        bottom: 2em;
        right: -3em;
        left: auto;
        top: auto;
        width: min(50%, 300px);
    }




    .about {
        overflow: hidden;
    }

    .about .inr {
        padding-bottom: min(250%, 950px);
    }

    .about .txt {
        position: static;
        transform: translate(0, 0);
        width: 100%;
        margin-bottom: 5em;
    }

    .about .bgara {
        top: auto;
    }

    .about .bgara .cycle {
        width: min(200%, 870px);
        padding-top: min(200%, 870px);
        transform: translateX(-50%);
        left: 50%;
        margin-top: 10em;
    }

    .about .bgara h3 {
        font-size: min(22vw, 7em);
        line-height: .8em;
        position: absolute;
        right: -5%;
        top: -1.2em;
    }

    .about .bgara .cycle figure {
        width: 10%;
    }

    .about .bgara .cycle figure:nth-child(2) {
        left: 30%;
        top: 75%;
    }

    .about .bgara .cycle figure:nth-child(3) {
        left: 60%;
        top: 20%;
    }

    .about .bgara .cycle figure:nth-child(4) {
        left: 55%;
        top: 85%;
        width: 15%;
    }

    .about .bgara .cycle figure:nth-child(5) {
        transform: translate(-50%, 0);
        left: 45%;
        bottom: -10em;
        width: 30%;
    }



    .flcap {
        flex-wrap: wrap;
    }

    .flcap .txt {
        width: 100%;
    }

    .flcap .dispimg img {
        width: 100%;
    }

    .page--home .business {
        overflow: hidden;
    }

    .page--home .business:before {
        display: none;
    }

    .page--home .business .business_kind ul li {
        width: 100%;
    }

    .page--home .business .dispimg {
        position: relative;
        margin-top: 3em;
    }

    .page--home .business .dispimg:before {
        content: '';
        background: url(/assets/img/common/common_parts.png) no-repeat;
        background-size: contain;
        width: 100%;
        height: max(50vh, 720px);
        position: absolute;
        transform: translate(-50%, 0);
        left: 65%;
        top: -2em;
        z-index: -1;
        animation: yurayura 10s linear infinite;
    }

    .page--home .partner .slider-set a {
        width: 30vw;
    }

    .page--home .top_news .flara,
    .page--home .top_news ul li a,
    .flcap {
        flex-wrap: wrap;
    }

    .page--home .top_news h2,
    .page--home .top_news .news_container,
    .page--home .top_news ul li a figure,
    .page--home .top_news ul li a .titara {
        width: 100%;
    }

    .page--home .top_news ul li a .titara {
        margin-top: 1em;
    }

    .page--home .company .flcap .txt,
    .page--home .carrer .flcap .txt,
    .page--home .company .flcap>div,
    .page--home .carrer .flcap>div {
        width: 100%;
    }

    .page--home .company .flcap .txt,
    .page--home .carrer .flcap .txt {
        padding: 0;
        margin-bottom: 1.5em;
    }

    .page--home .company .flcap>div img,
    .page--home .carrer .flcap>div img {
        width: 105%;
        max-width: none;
    }

    .low_mv {
        margin-bottom: 50vw;
        height: auto;
    }

    .low_mv h4 {
        font-size: min(6vw, 2em);
    }

    .low_mv figure:nth-of-type(1) {
        top: 0;
        z-index: -1;
    }

    body:not(.page--home) section:nth-of-type(1) {
        padding-top: 0;
        margin-top: 0;
    }

    /* .low_mv{
        overflow:hidden;
    } */

    .low_mv .inr {
        padding-top: 50vw;
        height: auto;
    }

    .low_mv h2 {
        font-size: min(13vw, 5em);
        margin-bottom: 1.5em;
    }

    .low_mv figure:nth-of-type(2) {
        top: 115%;
        left: 25%;
        width: min(50%, 270px);
        z-index: -1;
    }



    .about.lower {
        background: url(/assets/img/low/bg_curclation_sp.png) left bottom no-repeat;
        background-size: 100%;
        padding: 5em 0 30vw;
    }

    .about.lower .bgara .cycle figure:nth-child(3) {
        left: 70%;
    }

    .about.lower .bgara .cycle figure .tx_cltion {
        left: auto;
        right: 50px;
        top: -120%;
    }

    .about.lower .bgara .cycle figure:nth-child(4) {
        left: 65%;
    }

    .about.lower .bgara .cycle figure .tx_cltion.bl {
        top: 2.5em;
        right: 50px;
    }

    .about.lower .txt figure {
        width: min(80%, 500px);
        margin: 3em auto 0;
    }


    .spoint h4 {
        margin-bottom: 5em;
    }

    .spoint ul li {
        width: 100%;
        border-radius: 1.5em;
    }

    .spoint ul li figure {
        width: min(25%, 80px);
    }

    .bs_detail {
        background: url(/assets/img/low/bg_business_sp.png) center bottom no-repeat;
        background-size: contain;
    }

    .bs_detail .flcap>div {
        width: 100%;
    }

    .bs_detail .flcap .txt figure {
        margin: 2em auto;
    }

    .bs_detail .flcap .flow ul li {
        align-items: center;
        flex-wrap: wrap;
    }

    .bs_detail .flcap .flow ul li span {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }

    .bs_detail .flcap .flow ul li .flw_cap {
        margin: 0;
        width: calc(100% - min(20%, 60px));
    }

    .bs_detail .flcap .flow ul li .flw_img {
        width: min(10%, 60px);
    }

    .bs_detail .flcap h4 {
        font-size: min(6vw, 2em);
    }

    .bs_service ul li {
        width: 100%;
    }

    .bs_service,
    .study.bs {
        padding-top: 7em !important;
    }

    .bs_service h3,
    .study.bs h3 {
        font-size: min(13vw, 4em);
        width: 100%;
    }
}


@keyframes slide {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        /* 1セット分だけ移動 */
        transform: translate3d(-50%, 0, 0);
    }
}


/* CONTACT PAGE */

:root:has(.page--contact) {
    --volz-orange: #D94E2B;
    --volz-orange-hover: #C0431F;
    --volz-orange-light: rgba(217, 78, 43, 0.08);
    --volz-orange-border: rgba(217, 78, 43, 0.3);
    --volz-dark: #1a1a1a;
    --volz-dark-sub: #333333;
    --volz-gray: #666666;
    --volz-gray-light: #999999;
    --volz-border: #e0e0e0;
    --volz-bg: #f8f8f8;
    --volz-white: #ffffff;
    --radius: 4px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
    --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.page--contact{
    padding:6em 0 5em;
}

/* ── Hero Section ── */
    .page--contact .contact-hero {
      background: var(--volz-dark);
      position: relative;
      overflow: hidden;
      padding: 80px 0 60px;
    }

    .page--contact .contact-hero::before {
      content: '';
      position: absolute;
      top: -80px;
      right: -60px;
      width: 320px;
      height: 320px;
      background: var(--volz-orange);
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      opacity: 0.7;
    }

    .page--contact .contact-hero::after {
      content: '';
      position: absolute;
      bottom: -40px;
      right: 120px;
      width: 160px;
      height: 160px;
      background: var(--volz-orange);
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      opacity: 0.4;
    }

    .page--contact .hero-inner {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 1;
    }

    .page--contact .hero-label {
      font-size: 13px;
      color: var(--volz-gray-light);
      letter-spacing: 0.1em;
      margin-bottom: 8px;
    }

    .page--contact .hero-title {
      font-size: 36px;
      font-weight: 700;
      color: var(--volz-white);
      letter-spacing: 0.02em;
      line-height: 1.3;
    }

    .page--contact .hero-subtitle {
      font-size: 14px;
      color: var(--volz-gray-light);
      margin-top: 16px;
      line-height: 1.8;
    }

    /* ── Form Section ── */
    .page--contact .contact-section {
      max-width: 800px;
      margin: 0 auto;
      padding: 60px 24px 100px;
    }

    .page--contact .form-card {
      background: var(--volz-white);
      border-radius: 8px;
      box-shadow: var(--shadow-md);
      padding: 48px 56px;
    }

    @media (max-width: 640px) {
      .page--contact .form-card {
        padding: 32px 20px;
      }
    }

    .page--contact .form-group {
      margin-bottom: 32px;
    }

    .page--contact .form-group:last-of-type {
      margin-bottom: 40px;
    }

    .page--contact .form-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 700;
      color: var(--volz-dark);
      margin-bottom: 10px;
    }

    .page--contact .form-label .required {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      font-weight: 700;
      color: var(--volz-white);
      background: var(--volz-orange);
      border-radius: 3px;
      padding: 2px 8px;
      letter-spacing: 0.05em;
      line-height: 1.4;
    }

    .page--contact .form-label .optional {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      font-weight: 500;
      color: var(--volz-gray);
      background: var(--volz-bg);
      border: 1px solid var(--volz-border);
      border-radius: 3px;
      padding: 2px 8px;
      letter-spacing: 0.05em;
      line-height: 1.4;
    }

    .page--contact .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    @media (max-width: 640px) {
      .page--contact .form-row {
        grid-template-columns: 1fr;
        gap: 32px;
      }
    }

    .page--contact .form-input,
    .page--contact .form-select,
    .page--contact .form-textarea {
      width: 100%;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 15px;
      color: var(--volz-dark);
      background: var(--volz-white);
      border: 1px solid var(--volz-border);
      border-radius: var(--radius);
      padding: 14px 16px;
      transition: border-color var(--transition), box-shadow var(--transition);
      outline: none;
      appearance: none;
      -webkit-appearance: none;
    }

    .page--contact .form-input::placeholder,
    .page--contact .form-textarea::placeholder {
      color: #c0c0c0;
    }

    .page--contact .form-input:focus,
    .page--contact .form-select:focus,
    .page--contact .form-textarea:focus {
      border-color: var(--volz-orange);
      box-shadow: 0 0 0 3px var(--volz-orange-light);
    }

    .page--contact .form-select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      padding-right: 40px;
      cursor: pointer;
    }

    .page--contact .form-select:invalid,
    .page--contact .form-select option[value=""] {
      color: #c0c0c0;
    }

    .page--contact .form-select option {
      color: var(--volz-dark);
    }

    .page--contact .form-textarea {
      min-height: 180px;
      resize: vertical;
      line-height: 1.8;
    }

    /* ── Privacy Agreement ── */
    .page--contact .privacy-section {
      margin-bottom: 40px;
      text-align: center;
    }

    .page--contact .privacy-box {
      background: var(--volz-bg);
      border-radius: var(--radius);
      padding: 20px 24px;
      margin-bottom: 20px;
      max-height: 120px;
      overflow-y: auto;
      text-align: left;
      font-size: 12px;
      color: var(--volz-gray);
      line-height: 2;
      border: 1px solid var(--volz-border);
    }

    .page--contact .privacy-box::-webkit-scrollbar {
      width: 4px;
    }

    .page--contact .privacy-box::-webkit-scrollbar-thumb {
      background: #d0d0d0;
      border-radius: 2px;
    }

    .page--contact .checkbox-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 500;
      color: var(--volz-dark);
      cursor: pointer;
      user-select: none;
    }

    .page--contact .checkbox-label input[type="checkbox"] {
      display: none;
    }

    .page--contact .checkbox-custom {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      border: 2px solid var(--volz-border);
      border-radius: 3px;
      position: relative;
      transition: all var(--transition);
    }

    .page--contact .checkbox-custom::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 6px;
      width: 5px;
      height: 10px;
      border: solid var(--volz-white);
      border-width: 0 2px 2px 0;
      transform: rotate(45deg) scale(0);
      transition: transform var(--transition);
    }

    .page--contact .checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
      background: var(--volz-orange);
      border-color: var(--volz-orange);
    }

    .page--contact .checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
      transform: rotate(45deg) scale(1);
    }

    /* ── Submit Button ── */
    .page--contact .submit-wrapper {
      text-align: center;
    }

    .page--contact .submit-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--volz-white);
      background: var(--volz-orange);
      border: none;
      border-radius: 50px;
      padding: 18px 64px;
      cursor: pointer;
      transition: all var(--transition);
      letter-spacing: 0.08em;
      position: relative;
      overflow: hidden;
    }

    .page--contact .submit-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);
      transform: translateX(-100%);
      transition: transform 0.6s ease;
    }

    .page--contact .submit-btn:hover {
      background: var(--volz-orange-hover);
      transform: translateY(-2px);
      box-shadow: 0 6px 24px rgba(217, 78, 43, 0.35);
    }

    .page--contact .submit-btn:hover::before {
      transform: translateX(100%);
    }

    .page--contact .submit-btn:active {
      transform: translateY(0);
    }

    .page--contact .submit-btn svg {
      width: 16px;
      height: 16px;
      transition: transform var(--transition);
    }

    .page--contact .submit-btn:hover svg {
      transform: translateX(4px);
    }

    /* ── Notes ── */
    .page--contact .form-note {
      text-align: center;
      font-size: 12px;
      color: var(--volz-gray-light);
      margin-top: 24px;
      line-height: 1.8;
    }

    /* ── Animations ── */
@keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translateY(24px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

    .page--contact .form-card {
      animation: fadeInUp 0.6s ease-out;
    }

    .page--contact .contact-hero .hero-inner > * {
      animation: fadeInUp 0.5s ease-out both;
    }

    .page--contact .contact-hero .hero-label { animation-delay: 0.1s; }
    .page--contact .contact-hero .hero-title { animation-delay: 0.2s; }
    .page--contact .contact-hero .hero-subtitle { animation-delay: 0.3s; }

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes yurayura {
  0% , 100%{
      transform: translate(-50%, 0) rotate(10deg);
  }
  50%{
      transform: translate(-50%, 0)  rotate(-10deg);
  }
}

@keyframes yurayura2 {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform:  rotate(-10deg);
  }
}

@keyframes yurayura3 {
  0% , 100%{
      transform: translate(-50%, -50%) rotate(5deg);
  }
  50%{
      transform: translate(-50%, -50%)  rotate(-5deg);
  }
}


@keyframes bound-anim{
    0%{transform: translateY(0);}
    95%{transform: translateY(0);}
    100%{transform: translateY(-.25em);}
}