@charset "utf-8";
/* ========================== SUB ========================== */
/* ========== menu ========== */
.menu a[aria-current]::after {
    content: "";
    margin-bottom: 2rem;
    width: 0.5rem;
    height: 0.37rem;
    transform: translateX(-50%);
    background-color: rgb(236, 100, 24);
    border-radius: 99rem;
}

.menu a.button[aria-current]::after {
    margin-bottom: 2.62rem;
    height: 0.5rem;
}

@media screen and (max-width: 68em) {
    .menu a[aria-current]::after {
        margin-bottom: 2.32rem;
        width: 0.64rem;
        height: 0.48rem;
        background-color: rgb(255, 255, 255);
    }

    .menu a.button[aria-current]::after {
        margin-bottom: 3.12rem;
        height: 0.64rem;
    }
}

#sub .links a[aria-current] {
    font-weight: 600;
    color: rgb(68, 68, 68);
}

/* ========== banner ========== */
#sub #banner .banner-contents {
    height: auto;
    background-size: 100% auto;
    background-position: right 4.5rem;
}

#sub #banner .banner-contents-inner {
    background-image: url(../img/background-wave-sub.svg);
    background-repeat: no-repeat;
    background-position: right 11rem;
    background-size: 100% auto;
}

#sub.contact #banner .banner-contents {
    background-image: url(../img/banner-contact.jpg);
}

#sub.corporate #banner .banner-contents {
    background-image: url(../img/banner-corporate.jpg);
}

.download #banner .banner-contents {
    background-image: url(../img/banner-download.jpg);
}

#sub.features #banner .banner-contents {
    background-image: url(../img/banner-features.jpg);
}

#sub.news #banner .banner-contents {
    background-image: url(../img/banner-news.jpg);
}

#sub.privacy #banner .banner-contents {
    background-image: url(../img/banner-privacy.jpg);
}

#sub.recruit #banner .banner-contents {
    background-image: url(../img/banner-recruit.jpg);
}

#sub.notfound #banner .banner-contents {
    background-image: url(../img/banner-notfound.jpg);
}

#sub.sub-case #banner .banner-contents {
    background-image: url(../img/banner-case.jpg);
}

#sub #banner .banner-contents h1 {
    text-align: center;
    padding: 23rem 0 3.12rem;
}

#sub #banner .banner-contents h1 span:first-child {
    color: rgb(68, 68, 68);
}

#sub #banner .banner-contents h1 span {
    color: rgba(155, 155, 155);
    font-size: 1.75rem;
}

@media screen and (max-width: 68em) {
    #sub #banner .banner-contents h1 {
        padding: 18.75rem 1.56rem 3.12rem;
    }

    #sub #banner .banner-contents h1 span {
        font-size: 1.5rem;
    }

    #sub h2 {
        font-size: 1.5rem;
    }

    #sub h3 {
        font-size: 1.3rem;
    }
}
/* check */
@media screen and (max-width: 48em) {
    #sub #banner .banner-contents {
        min-height: auto;
        background-position: right 3.6rem;
    }

    #sub #banner .banner-contents-inner {
        background-image: url(../img/background-wave-sub.svg);
        background-repeat: no-repeat;
        background-position: right 9rem;
        background-size: 100% auto;
    }

    #sub #banner .banner-contents h1 {
        padding: 12.6rem 0 1.5rem;
    }

    #sub h2 {
        font-size: 1.14rem;
    }

    #sub h3 {
        font-size: 1.4rem;
    }
}

/* ========== sub menu ========== */
.sub-menu-block {
    text-align: center;
}

#sub .links a {
    color: rgb(155, 155, 155);
    margin: auto 1rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

#sub .links a:hover, #sub.purpose a:hover, #sub.terms a:hover {
    color: rgb(236, 100, 24);
}

#sub .links a::after, #sub.purpose a::after, #sub.terms a::after {
    position: absolute;
    bottom: -0.31rem;
    left: 50%;
    content: '';
    width: 0;
    border-bottom: solid 2px rgb(236, 100, 24);
    transition: 0.3s;
    transform: translateX(-50%);
}

#sub .links a:hover::after, #sub.purpose a:hover::after, #sub.terms a:hover::after {
    width: 100%;
}

@media screen and (max-width: 68em) {
    #sub .links a {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

/* ========== sub block ========== */
.sub-grid {
    margin: 1rem 0 7.81rem;
}

.cloud-round-box {
    background-color: rgb(244, 244, 244);
    border-radius: 0.62rem;
    margin: 0 auto;
    max-width: 62.5rem;
}

.cloud-round-box .button-box {
    margin-top: 3.12rem;
}

.sub-block {
    padding: 3.12rem;
    text-align: center;
}

.sub-block.le {
    text-align: left;
}

.lead {
    margin-bottom: 3.12rem;
}

.sub-block-inner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.25rem;
}

.msg {
    text-align: center;
    display: block;
    font-size: 1.25rem;
    margin: 12.5rem 0;
}

@media screen and (max-width: 68em) {
    .msg {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 48em) {
    .sub-grid {
        margin: 0 0 3.75rem;
    }

    .cloud-round-box {
        background-color: rgb(255, 255, 255);
        border-radius: 0;
    }

    .sub-block {
        padding: 1.5rem 0;
        text-align: center;
    }

    .msg {
        text-align: center;
        display: block;
        font-size: 0.9rem;
    }
}

/* ========== contact ========== */
.contact .sub-block-inner, #message .corporate-text-contents, #aboutus .corporate-text-contents {
    max-width: 62.5rem;
}

@media screen and (max-width: 68em) {
    #message .corporate-text-contents, #aboutus .corporate-text-contents {
        max-width: 200rem;
    }
}
/* ========== privacy block ========== */
.privacy-block h3 {
    margin-bottom: 1.25rem;
}

.privacy-block p {
    line-height: 2;
}

.privacy-block p.next {
    margin-bottom: 3.12rem;
}

.privacy-block p.next-bottom {
    margin-top: 3.12rem;
}

.privacy-block p, .cookie-link-block p {
    text-align: left;
}

.privacy-block li {
    font-size: 1rem;
    margin-bottom: 1.25rem; 
}

.privacy-block li {
    list-style-type: lower-alpha;
}

.privacy-block ol.al {
    margin-bottom: 1.87rem;
}

.privacy-block .lal li {
    margin-left: 1.25rem;
}

.privacy-block .al li {
    list-style-type: decimal;
    margin-left: 1.5rem;
    line-height: 2;
}

.privacy-block .al li p.center {
    text-align: center;
}

.privacy-block ol.al {
    margin-bottom: 3.12rem;
}

.privacy-block ol.al-inner li {
	list-style-type: none;
    counter-increment: cnt;
    margin-left: 0;
    margin-bottom: 0; 
}

.privacy-block ol.al-inner li::before {
	content: "(" counter(cnt) ") ";
}

.privacy-block .text-right {
    text-align: right; 
}

.cookie-link-block p {
    word-break: break-all;
}

.privacy-block h4, .privacy-block h5 {
    font-size: 1rem;
}

.privacy-block h4.sub {
    font-weight: 700;
    margin-bottom: 1rem;
}

@media screen and (max-width: 68em) {
    .privacy-block li {
        font-size: 1.2rem;
    }

    .privacy-block li p.next {
        margin-left: -1rem;
    }

    .privacy-block h4, .privacy-block h5 {
        font-size: 2.7rem;
    }

    .privacy-block h4.sub {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .privacy-block .text-right {
        text-align: left; 
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 48em) {
    .privacy-block li {
        font-size: 0.9rem;
    }

    .privacy-block .al li {
        margin-left: 1rem;
        font-size: 1rem;
    }

    .privacy-block h4 {
        font-size: 1.5rem;
    }

    .privacy-block h4.sub {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .privacy-block h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
}

/* ========== download ========== */
.download .download-grid {
    margin-bottom: 6.25rem;
}

.download .download-block {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: stretch;
}

.download .download-contents {
    flex-basis: 30%;
    border-radius: 0.62rem;
    position: relative;
    background-color: rgb(244, 244, 244);
    margin-bottom: 3.75rem;
}

.download .download-img-contents {
    border-top-left-radius: 0.62rem;
    border-top-right-radius: 0.62rem;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.download .download-img-contents img {
    display:block;
    position:relative;
    transition:all .4s linear;
}

.download .download-img-contents:hover img {
    transform:scale(1.2);
}

.download .download-text-contents {
    margin: 0 1.25rem 1.25rem;
}

#sub.download .download-text-contents h2 {
    margin: 0.93rem 0 0.62rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

#sub.download .download-text-contents h2 a {
    color: rgb(68, 68, 68);
}

.download .button-box a.button {
    padding: 1.25rem 0;
    margin: 1.25rem;
    display: block;
    text-align: center;
}

.download .home-link.button-box a.button {
    padding: 1.87rem 4.37rem;
    display: inline-block;
}

.download .button-box a.button::after {
    margin: 0 0.31rem;
    content: "\f381";
    font-family: FontAwesome;
    display: inline-block;
}

.download .home-link.button-box a.button::after {
    margin: 0;
    display: none;
}

.download span.data {
    text-align: right;
    color: rgb(155, 155, 155);
    margin-left: 1.25rem;
}

.download span.data::before {
    margin: 0 0.31rem;
    content: "\f1c1";
    font-family: FontAwesome;
    display: inline-block;
}

@media screen and (max-width: 68em) {
    .download .download-contents {
        flex-basis: 47%;
    }

    #sub.download .download-text-contents h2 {
        margin: 1.2rem 0 0.4rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    #sub.download .button-box {
        margin-bottom:1.6rem;
    }

    .download span.data {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 48em) {
    .download-block {
        flex-direction: column;
    }

    .download-contents {
        margin-bottom: 3rem;
    }

    .download-contents:last-child {
        margin-bottom: 0;
    }

    #sub.download .download-text-contents h2 {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    .download .download-text-contents {
        margin: 0.9rem;
    }

    #sub.download .button-box {
        margin-bottom: 1.2rem;
    }

    .download span.data {
        font-size: 0.9rem;
    }
}

/* ========== news ========== */
#sub .news-grid {
    cursor: default;
}

.news-list {
    max-width: 62.5rem;
    margin: 3.12rem auto 0;
}

#sub .news-block .news-list h3 {
    font-size: 1.25rem;
}

.news-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.news-list li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.87rem 0;
}

#sub .link-grid {
    margin-bottom: 9.37rem;
}

.news-details  h4 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0 2rem;
}

.news-details  p {
    margin: 1rem 0;
}

.news-details-block {
    margin: 0 0 3rem;
}

span.bold-txt {
    font-weight: 600;
}

.news-details-block .center-contents {
    text-align: center;
    padding: 1rem .5rem;
    background-color: rgb(243, 243, 243);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

.news-details-block .center-contents .first, .news-details-block .center-contents .second {
    margin: 1rem 0 0;
}

.news-details-block .center-contents img {
    width: 15rem;
}

.news-details-block-bottom h4 {
    margin-bottom: 2rem;
}

.news-details-block-bottom .rounded img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

@media screen and (max-width: 68em) {
    #sub .news-block .news-list h3 {
        font-size: 1.4rem;
    }

    .news-list {
        max-width: 80rem;
    }
}

@media screen and (max-width: 48em) {
    #sub .news-block .news-list h3 {
        font-size: 0.9rem;
    }

    .news-details  h4 {
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
        margin: 1rem 0 2rem;
    }

    .news-details-block .center-contents {
        padding: 1rem;
    }

    .news-details-block .center-contents img {
        width: 10rem;
    }

    .news-details-block .center-contents p {
        text-align: left;
    }

    .news-details-block .center-contents .first p {
        margin-bottom: 0;
    }
}

/* ========== features ========== */
#sub.features h1 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

#sub .features-grid, #sub .corporate-grid {
    margin-bottom: 10rem;
}

#sub .features-grid:last-child, #sub .corporate-grid:last-child {
    margin-bottom: 9.37rem;
}

#sub .features-block, #sub .corporate-block {
    display: flex;
    align-items: center;
}

#sub .features-img-contents, #sub .corporate-img-contents {
    flex-basis: 50%;
}

#sub .features-img-contents figure, #sub .corporate-img-contents figure {
    margin: 0;
}

#sub .round img {
    border-radius: 0;
}

#sub .roundr img {
    border-radius: 0;
}

#sub .features-text-contents, #sub .corporate-text-contents {
    flex-basis: 50%;
}

#sub .features-block span {
    color: rgb(244, 244, 244);
    font-size: 4.37rem;
    font-weight: 600;
}

#sub .features-block .features-text-contents h2 span {
    color: rgb(68, 68, 68);
    font-size: 80%;
    font-weight: 400;
}

#sub .features-block h2, #sub .corporate-block h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.7;
    text-align: left;
    margin-top: 3.12rem;
}

#sub .corporate-block p {
    margin: 0.62rem 0 3.12rem;
}

#sub .corporate-block p.next {
    margin: 0.62rem 0;
}

#features-cfb {
    text-align: center;
    margin: 0.62rem 0 6rem;
}

#features-cfb svg {
    width: 8.12rem;
    margin-top: 1.56rem;
}

@media screen and (max-width: 68em) {
    #sub .features-block span {
        font-size: 2.5rem;
    }

    #sub .features-block h2, #sub .corporate-block h3 {
        font-size: 1.87rem;
    }

    #sub .corporate-block p {
        margin: 0.8rem 0 1.6rem;
    }
}

@media screen and (max-width: 48em) {
    #sub .features-grid, #sub .corporate-grid {
        margin-bottom: 6rem;
    }

    #sub .features-block, #sub .corporate-block {
        flex-direction: column;
        align-items: center;
    }

    #sub .features-block span, #sub .corporate-block span {
        font-size: 2.4rem;
    }

    #sub .features-block h2, #sub .corporate-block h3 { 
        font-size: 1.5rem;
    }

    #sub .corporate-block p {
        margin: 0.9rem 0 2.1rem;
    }

    #sub .features-img-contents, #sub .corporate-img-contents {
        flex-basis: 100%;
        padding: 0 1.5rem;
    }

    #sub .features-img-contents figure, #sub .corporate-img-contents figure {
        margin: 0;
    }

    #sub .features-text-contents, #sub .corporate-text-contents {
        flex-basis: 100%;
    }

    #sub .round img, #sub .roundr img {
        border-radius: 0.3rem;
    }

    #features-cfb svg {
        width: 6rem;
    }
}

/* ========== corporate ========== */
#sub .corporate-grid {
    margin-top: 3.12rem;
}

#sub.corporate h2 {
    padding-top: 3.12rem;
}

#sub .corporate-block h3 {
    margin-bottom: 1.25rem;
}

#sub .corporate-block p.right {
    text-align: right;
}

.dl-table {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    width: auto;
    line-height: 1.7;
}

.dl-table dt {
    font-weight: 600;
    text-align: center;
}
.dl-table dt,
.dl-table dd {
    padding: 1.25rem;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
}

.dl-table dt {
    flex-basis: 30%;
}

.dl-table dd {
    flex-basis: 70%;
}

#access .corporate-img-contents iframe {
    width: 100%;
    height: 31.25rem;
}

@media screen and (max-width: 68em) {
    .dl-table {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 48em) {
    .dl-table {
        font-size: 0.9rem;
    }
}

#sub #history .corporate-block {
    display: block;
}

#sub #history .corporate-block-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.37rem;
}

#sub #history .corporate-block-inner h3 {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

#sub #history .corporate-img-contents {
    flex-basis: 30%;
}

#sub #history .corporate-text-contents {
    flex-basis: 50%;
}

#sub #history .corporate-img-contents img {
    border-radius: 0;
}

#sub #history .corporate-text-contents.right-spacer {
    padding-right: 0;
}

@media screen and (max-width: 48em) {
    #sub #history .corporate-block-inner {
        flex-direction: column;
    }

    #sub #history .corporate-text-contents.right-spacer {
        padding: 1.5rem;
    }
}

#sub h2 {
    font-size: 1.8rem;
}

#sub h3, #sub .corporate-block h3 {
    font-size: 1.6rem;
}

@media screen and (max-width: 68em) {
    #sub h2 {
        font-size: 1.7rem;
    }

    #sub h3, #sub .corporate-block h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 48em) {
    #sub h2 {
        font-size: 1.5rem;
    }

    #sub h3, #sub .corporate-block h3 {
        font-size: 1.2rem;
    }
}

/* ========== recruit ========== */
#sub .corporate-block .corporate-contents {
    max-width: 62.5rem;
    margin: 0 auto;
}

#sub .recruit-list {
    max-width: 62.5rem;
    margin: 0 auto;
}

#sub .recruit-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#sub .recruit-list li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.87rem 0;
    font-size: 1.2rem;
}

#sub .corporate-block .corporate-img-contents {
    padding: 0;
    margin-bottom: 3.12rem;
}

#sub .corporate-block .corporate-text-contents {
    margin: 0 0 6.12rem;
}

#sub .corporate-block .corporate-text-contents h3 {
    margin: 0 0 3.12rem;
}

#sub .corporate-block .corporate-text-contents-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

#sub .corporate-text-contents-box ul,  #sub .corporate-text-contents-box ol {
    margin: 0.62rem 0 3.12rem 1.25rem;
}

#sub .corporate-text-contents-box ol.next {
    margin: 0.62rem 0 1.25rem 1.25rem;
}

#sub .corporate-text-contents-box ul li ul {
    margin: 0 0 0.62rem 1.25rem;
}

#sub .corporate-block .other p {
    margin-bottom: 0;
}

#sub .corporate-block .other ul {
    margin-top: 0;
}

#sub .corporate-text-contents-box li {
    padding: 0.62rem 0 0 0;
}

#sub .corporate-text-contents-box span {
    font-weight: 600;
}

#sub .corporate-block figure img {
    margin: 1.56rem 0 3.12rem;
}

@media screen and (max-width: 68em) {
    #sub .corporate-block .corporate-contents {
        max-width: 80rem;
    }
    
    #sub .corporate-block .corporate-text-contents h3 {
        margin: 0 0 1.56rem;
    }

    #sub .corporate-block .corporate-text-contents-box h4 {
        font-size: 1rem;
        font-weight: 600;
    }

    #sub .recruit-list {
        max-width: 80rem;
    }

    #sub .recruit-list li {
        padding: 1.87rem 0;
        font-size: 1rem;
    }
}

@media screen and (max-width: 48em) {
    #sub .corporate-text-contents-box span {
        font-weight: 600;
        font-size: 1rem;
    }

    #sub .corporate-block .round figure img {
        border-radius: 0;

    }
}


/* ========== sub case ========== */
#sub h2.m-t {
    margin-top: 3.12rem;
}

p.comingsoon {
    text-align: center;
    font-size: 1.25rem;
}

.case-details-block {
    margin: 0 0 3rem;
}

.case-details h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 0.5rem;
}

.case-details h5 {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1.5rem;
}

.case-details .case-img figure img {
    width: 100%;
}

.case-details .case-img-s {
    text-align: center;
    margin-top: 1rem;
}

.case-details .case-img-s figure img {
    width: 80%;
    height: auto;
}

.case-details  p {
    margin: 1rem 0;
}

.case-contents-inner-list {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-start; 
    margin-bottom: 2rem;
}

.case-contents-inner-list .col {
    flex-basis: 50%;
}

.case-contents-inner-list .col p {
    margin: 0 0 0 2rem;
    line-height: 2rem;
}

.case-details p.case-interview {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgb(236, 100, 24);
}

.case-details span.case-name {
    font-size: 18px;
    display: block;
    margin: 3rem 0 2rem;
    font-weight: 600;
    line-height: 180%;
    color: rgb(66, 122, 214);
}

@media screen and (max-width: 48em) {
    .case-details  h4 {
        font-size: 1.2rem;
    }
    
    .case-details h5 {
        font-size: 1rem;
    }

    .case-details-block {
        padding: 1rem;
    }

    .case-details .case-img-s figure img {
        width: 100%;
    }

    .case-contents-inner-list .col {
        flex-direction: column;
        flex-basis: 100%;
    }

    .case-contents-inner-list .col p {
        margin: 1rem 0 0;
    }
}
