@charset "UTF-8";

#Footer {
    margin-top: 0;
}

/* mv
---------------------------------------------------*/
#mv {
    padding: 33px 0;
}
#mv .mv-slider {
    display: none;
}
#mv .mv-slider.slick-initialized {
    display: block;
}
#mv .mv-slider .slide {
    width: 580px;
    border-radius: 6px;
    margin-right: 42px;
    overflow: hidden;
}
#mv .mv-slider .slide img {
    width: 100%;
}
#mv .mv-slider .slick-prev {
    left: auto;
    right: calc(50% + 305px);
}
#mv .mv-slider .slick-next {
    right: auto;
    left: calc(50% + 305px);
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #mv {
        padding: 7.0666vw 0;
    }
    #mv .mv-slider .slide {
        width: 93.3333vw;
        border-radius: 1.6vw;
        margin-right: 5.3333vw;
    }
    #mv .mv-slider .slick-prev {
        left: 2.6666vw;
        right: auto;
    }
    #mv .mv-slider .slick-next {
        right: 2.6666vw;
        left: auto;
    }
}


/* news
---------------------------------------------------*/
#news {
    margin-bottom: 25px;
}
#news .news-block {
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 9px;
    padding: 30px 42px;
}
#news .news-list li:not(:last-child) {
    margin-bottom: 12px;
}
#news .news-list .title-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
#news .news-list .title-wrap .modify {
    width: 100px;
    font-size: var(--font-size-n);
}
#news .news-list .title-wrap .category {
    width: 94px;
}
#news .news-list .title-wrap .category .tag {
    display: inline-block;
    text-align: center;
    color: var(--white-color);
    font-size: var(--font-size-s);
    letter-spacing: 0.12em;
    background-color: #A8B3B9;
    border-radius: 3px;
    padding: 0.5em 1em;
}
#news .news-list .title-wrap .title {
    width: calc(100% - 194px);
    line-height: 1.75em;
    font-size: 13px;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #news {
        margin-bottom: 5.3333vw;
    }
    #news .news-block {
        padding: 5.3333vw 5.3333vw 8vw;
    }
    #news .news-list li:not(:last-child) {
        margin-bottom: 3.2vw;
    }
    #news .news-list .title-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #news .news-list .title-wrap .modify {
        width: 34%;
    }
    #news .news-list .title-wrap .category {
        width: 66%;
    }
    #news .news-list .title-wrap .category .tag {
        border-radius: 0.8vw;
    }
    #news .news-list .title-wrap .title {
        width: 100%;
        font-size: 3.4666vw;
        margin-top: 1.6vw;
    }
}


/* media
---------------------------------------------------*/
#media {
    margin-bottom: 40px;
}
#media > .ttl-section {
    margin-bottom: 20px;
}
#media .media-block {
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 9px;
    overflow: hidden;
}
/* point-block */
#media .point-block {
    padding: 20px 42px 30px;
}
#media ul.point-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
#media ul.point-list li {
    width: 22.622%;
}
#media ul.point-list li:not(:last-child) {
    margin-right: 3.17%;
}
#media ul.point-list li .figure {
    width: 100%;
    margin-bottom: 23px;
}
#media ul.point-list li .figure img {
    width: 100%;
}
#media ul.point-list li .tag {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
}
#media ul.point-list li .tag::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    z-index: -1;
}
#media ul.point-list li .tag span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 2em;
    padding: 0.34em 1.5em;
}
#media ul.point-list li .title {
    text-align: center;
    margin-bottom: 18px;
}
#media ul.point-list li .title span {
    display: inline-block;
    line-height: 1.375em;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(transparent 82%, #FFFF00 18%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
#media ul.point-list li .explain {
    width: 100%;
    min-height: 112px;
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 0.7em 1.5em;
}
#media ul.point-list li .explain p {
    line-height: 1.7em;
    font-size: 13px;
}
#media ul.point-list li .explain p:not(:last-of-type) {
    margin-bottom: 0.3em;
}
#media ul.point-list li .explain p.note {
    color: #808080;
    font-size: 11px;
}

/* strengths-block */
#media .strengths-block {
    background-color: var(--main-color);
    padding: 20px 42px 30px;
}
#media .strengths-block .ttl-section {
    margin-bottom: 20px;
}
#media .strengths-block .ttl-section .title {
    position: relative;
    color: var(--white-color);
}
#media .strengths-block .ttl-section .title::before,
#media .strengths-block .ttl-section .title::after {
    position: absolute;
    content: '';
    top: 50%;
    width: 66px;
    height: 1px;
    background-color: var(--white-color);
}
#media .strengths-block .ttl-section .title::before {
    right: calc(100% + 16px);
}
#media .strengths-block .ttl-section .title::after {
    left: calc(100% + 16px);
}
#media .strengths-block .phrase {
    text-align: center;
    margin-bottom: 30px;
}
#media .strengths-block .phrase span {
    display: inline-block;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid var(--white-color);
    border-radius: 2em;
    padding: 1em 2em;
}
#media .strengths-block ul.strengths-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
}
#media .strengths-block ul.strengths-list li {
    width: 31.419%;
    border-radius: 9px;
    overflow: hidden;
}
#media .strengths-block .explain {
    text-align: center;
    color: #29ABE2;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #media {
        margin-bottom: 8.5333vw;
    }
    #media > .ttl-section {
        margin-bottom: 4.2666vw;
    }
    #media .media-block {
        border-radius: 2.4vw;
    }
    /* point-block */
    #media .point-block {
        padding: 5.3333vw 5.3333vw 8vw;
    }
    #media ul.point-list {
        display: block;
    }
    #media ul.point-list li {
        width: 100%;
    }
    #media ul.point-list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5.3333vw;
    }
    #media ul.point-list li .figure {
        margin-bottom: 3.2vw;
    }
    #media ul.point-list li .tag {
        margin-bottom: 2.1333vw;
    }
    #media ul.point-list li .tag span {
        font-size: 3.4666vw;
    }
    #media ul.point-list li .title {
        margin-bottom: 3.7333vw;
    }
    #media ul.point-list li .title span {
        font-size: 3.7333vw;
    }
    #media ul.point-list li .explain {
        min-height: auto;
        border-radius: 0.8vw;
    }
    #media ul.point-list li .explain p {
        font-size: 3.4666vw;
    }
    #media ul.point-list li .explain p.note {
        font-size: 3.2vw;
    }

    /* strengths-block */
    #media .strengths-block {
        padding: 5.3333vw 5.3333vw 8vw;
    }
    #media .strengths-block .ttl-section {
        margin-bottom: 2.6666vw;
    }
    #media .strengths-block .ttl-section .title {
        display: inline-block;
    }
    #media .strengths-block .ttl-section .title::before,
    #media .strengths-block .ttl-section .title::after {
        width: 10.6666vw;
    }
    #media .strengths-block .ttl-section .title::before {
        right: calc(100% + 2.6666vw);
    }
    #media .strengths-block .ttl-section .title::after {
        left: calc(100% + 2.6666vw);
    }
    #media .strengths-block .phrase {
        margin-bottom: 6.4vw;
    }
    #media .strengths-block .phrase span {
        font-size: 2.8vw;
    }
    #media .strengths-block ul.strengths-list {
        display: block;
        margin-bottom: 6.4vw;
    }
    #media .strengths-block ul.strengths-list li {
        width: 100%;
        border-radius: 2.4vw;
    }
    #media .strengths-block ul.strengths-list li:not(:last-child) {
        margin-bottom: 5.3333vw;
    }
    #media .strengths-block .explain {
        line-height: 1.75em;
        font-size: 3.41333vw;
    }
}


/* proposal
---------------------------------------------------*/
#proposal {
    background-color: var(--white-color);
    padding: 50px 0 120px;
}
#proposal > .ttl-section {
    margin-bottom: 20px;
}

/* recommend-block */
#proposal .recommend-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    padding: 40px 42px 38px;
    margin-bottom: 60px;
}
#proposal .recommend-block .figure {
    width: 43.90%;
    border-radius: 6px;
    overflow: hidden;
}
#proposal .recommend-block .figure img {
    width: 100%;
}
#proposal .recommend-block .contents {
    width: 51.70%;
}
#proposal .recommend-block .contents .title-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 6px;
    margin-bottom: 30px;
}
#proposal .recommend-block .contents .title-block .title {
    line-height: 1.75em;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#proposal .recommend-block .contents .title-block .modify {
    font-size: 14px;
}
#proposal .recommend-block .contents .body-block {
    margin-bottom: 20px;
}
#proposal .recommend-block .contents .body-block p {
    line-height: 1.75em;
    font-size: 16px;
}
#proposal .recommend-block .contents ul.tag-list {
    display: -webkit-flex;
    display: flex;
}
#proposal .recommend-block .contents ul.tag-list li {
    color: #999;
    font-size: 11px;
}
#proposal .recommend-block .contents ul.tag-list li:not(:last-child) {
    margin-right: 1em;
}

/* new-arrival-block */
#proposal .new-arrival-block {
    margin-bottom: 60px;
}
#proposal .new-arrival-block .ttl-section {
    margin-bottom: 28px;
}
#proposal .new-arrival-block ul.new-arrival-list {
    display: -webkit-flex;
    display: flex;
}
#proposal .new-arrival-block ul.new-arrival-list > li {
    width: 23%;
    max-width: 276px;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 9px;
    overflow: hidden;
}
#proposal .new-arrival-block ul.new-arrival-list > li:not(:last-child) {
    margin-right: 2.66%;
}
#proposal .new-arrival-block ul.new-arrival-list > li a {
    cursor: pointer;
}
#proposal .new-arrival-block .new-arrival {
    width: 100%;
}
#proposal .new-arrival-block .new-arrival .figure {
    width: 100%;
}
#proposal .new-arrival-block .new-arrival .caption-block {
    padding: 10px 16px 22px;
}
#proposal .new-arrival-block .new-arrival .caption-block .caption {
    margin-bottom: 10px;
}
#proposal .new-arrival-block .new-arrival .caption-block .caption p {
    line-height: 1.75em;
    font-size: 16px;
}
#proposal .new-arrival-block .new-arrival .modify {
    font-size: 12px;
    margin-bottom: 24px;
}
#proposal .new-arrival-block .new-arrival ul.tag-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#proposal .new-arrival-block .new-arrival ul.tag-list li {
    line-height: 1.4em;
    color: #999;
    font-size: 11px;
}
#proposal .new-arrival-block .new-arrival ul.tag-list li:not(:last-child) {
    margin-right: 1em;
}

/* case-study-block */
#proposal .case-study-block .ttl-section {
    margin-bottom: 28px;
}
#proposal .case-study-block .slick-track {
    display: flex;
}
#proposal .case-study-block .slick-slide {
    height: auto !important;
}
#proposal .case-study-block .case-study-slider .slide {
    width: 23%;
    max-width: 276px;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 9px;
    overflow: hidden;
    margin-right: 32px;
}
#proposal .case-study-block .case-study-slider .slick-prev {
    left: 80px;
}
#proposal .case-study-block .case-study-slider .slick-next {
    right: 80px;
}
#proposal .case-study-block .case-study {
    width: 100%;
}
#proposal .case-study-block .case-study .figure {
    width: 100%;
}
#proposal .case-study-block .case-study .caption-block {
    padding: 10px 16px 22px;
}
#proposal .case-study-block .case-study .caption-block .caption {
    margin-bottom: 10px;
}
#proposal .case-study-block .case-study .caption-block .caption p {
    line-height: 1.75em;
    font-size: 16px;
}
#proposal .case-study-block .case-study .modify {
    font-size: 12px;
    margin-bottom: 24px;
}
#proposal .case-study-block .case-study ul.tag-list {
    display: -webkit-flex;
    display: flex;
}
#proposal .case-study-block .case-study ul.tag-list li {
    color: #999;
    font-size: 11px;
}
#proposal .case-study-block .case-study ul.tag-list li:not(:last-child) {
    margin-right: 1em;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #proposal {
        padding: 10.6666vw 0 25.6vw;
    }
    #proposal > .ttl-section {
        margin-bottom: 4.2666vw;
    }

    /* recommend-block */
    #proposal .recommend-block {
        display: block;
        border-radius: 2.6666vw;
        padding: 5.3333vw;
        margin-bottom: 10.6666vw;
    }
    #proposal .recommend-block .figure {
        width: 100%;
        border-radius: 1.6vw;
        margin-bottom: 4vw;
    }
    #proposal .recommend-block .contents {
        width: 100%;
    }
    #proposal .recommend-block .contents .title-block {
        padding-bottom: 1.28vw;
        margin-bottom: 4vw;
    }
    #proposal .recommend-block .contents .title-block .title {
        font-size: 5.3333vw;
    }
    #proposal .recommend-block .contents .title-block .modify {
        font-size: 3.0666vw;
    }
    #proposal .recommend-block .contents .body-block p {
        line-height: 1.75em;
        font-size: 3.4666vw;
    }
    #proposal .recommend-block .contents ul.tag-list li {
        font-size: 2.4vw;
    }

    /* new-arrival-block */
    #proposal .new-arrival-block {
        margin-bottom: 10.6666vw;
    }
    #proposal .new-arrival-block .ttl-section {
        margin-bottom: 5.8666vw;
    }
    #proposal .new-arrival-block ul.new-arrival-list {
        display: block;
    }
    #proposal .new-arrival-block ul.new-arrival-list > li {
        width: 100%;
        max-width: none;
        border-radius: 2.4vw;
    }
    #proposal .new-arrival-block ul.new-arrival-list > li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5.3333vw;
    }
    #proposal .new-arrival-block .new-arrival .caption-block {
        padding: 2.1333vw 3.4666vw 4.6666vw;
    }
    #proposal .new-arrival-block .new-arrival .caption-block .caption {
        margin-bottom: 2.1333vw;
    }
    #proposal .new-arrival-block .new-arrival .caption-block .caption p {
        font-size: 3.4666vw;
    }
    #proposal .new-arrival-block .new-arrival .modify {
        font-size: 2.6666vw;
        margin-bottom: 5.3333vw;
    }
    #proposal .new-arrival-block .new-arrival ul.tag-list li {
        font-size: 2.4vw;
    }

    /* case-study-block */
    #proposal .case-study-block .ttl-section {
        margin-bottom: 5.8666vw;
    }
    #proposal .case-study-block .case-study-slider .slide {
        width: 96%;
        max-width: 53.3333vw;
        border-radius: 2.4vw;
        margin-right: 6.6666vw;
    }
    #proposal .case-study-block .case-study-slider .slick-prev {
        left: 10.6666vw;
    }
    #proposal .case-study-block .case-study-slider .slick-next {
        right: 10.6666vw;
    }
    #proposal .case-study-block .case-study .caption-block {
        padding: 2.1333vw 3.4666vw 4.6666vw;
    }
    #proposal .case-study-block .case-study .caption-block .caption {
        margin-bottom: 2.1333vw;
    }
    #proposal .case-study-block .case-study .caption-block .caption p {
        font-size: 3.4666vw;
    }
    #proposal .case-study-block .case-study .modify {
        font-size: 2.6666vw;
        margin-bottom: 5.3333vw;
    }
    #proposal .case-study-block .case-study ul.tag-list li {
        font-size: 2.4vw;
    }
}


/* column
---------------------------------------------------*/
#column {
    position: relative;
    background-color: var(--white-color);
    background-image: url('../img/top/bg_column.jpg');
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 46px;
}
#column .ttl-section {
    margin-bottom: 0;
}
#column .ttl-section .title {
    transform: translate(0, -50%);
    letter-spacing: 0;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 3em;
    padding: 0.265em 1.85em;
}
#column .explain {
    margin-bottom: 28px;
}
#column .explain p {
    text-align: center;
    line-height: 1.75em;
    font-size: 12px;
}
#column ul.column-list {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 38px;
}
#column ul.column-list > li {
    width: 23%;
    max-width: 276px;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 9px;
    overflow: hidden;
}
#column ul.column-list > li:not(:last-child) {
    margin-right: 2.66%;
}
#column .column {
    width: 100%;
}
#column .column .figure {
    width: 100%;
}
#column .column .caption-block {
    padding: 10px 16px 22px;
}
#column .column .caption-block .caption {
    margin-bottom: 10px;
}
#column .column .caption-block .caption p {
    line-height: 1.75em;
    font-size: 16px;
}
#column .column .modify {
    font-size: 12px;
    margin-bottom: 24px;
}
#column .column ul.tag-list {
    display: -webkit-flex;
    display: flex;
}
#column .column ul.tag-list li {
    color: #999;
    font-size: 11px;
}
#column .column ul.tag-list li:not(:last-child) {
    margin-right: 1em;
}
/* btn-link */
#column .btn-link {
    max-width: 176px;
    margin: 0 auto;
}
/* clouds */
#column .cloud {
    position: absolute;
    bottom: 0;
}
#column .cloud img {
    width: 100%;
}
#column .cloud.cloud01 {
    right: calc(50% + 243px);
    width: 513px;
}
#column .cloud.cloud02 {
    left: calc(50% - 126px);
    width: 352px;
}
#column .cloud.cloud03 {
    left: calc(50% + 292px);
    width: 552px;
}
/* jme */
#column .jme {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}
#column .jme img {
    width: 100%;
}
#column .jme.jme01 {
    right: calc(50% + 424px);
    width: 92px;
}
#column .jme.jme02 {
    right: calc(50% + 172px);
    width: 128px;
}
#column .jme.jme03 {
    left: calc(50% + 233px);
    width: 75px;
}
#column .jme.jme04 {
    left: calc(50% + 434px);
    width: 105px;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #column {
        background-image: url('../img/top/bg_column_sp.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-bottom: 9.8666vw;
    }
    #column .explain {
        margin-bottom: 5.8666vw;
    }
    #column .explain p {
        font-size: 2.6666vw;
    }
    #column ul.column-list {
        display: block;
        margin-bottom: 8vw;
    }
    #column ul.column-list > li {
        width: 100%;
        max-width: none;
        border-radius: 2.4vw;
    }
    #column ul.column-list > li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5.3333vw;
    }
    #column .column .caption-block {
        padding: 2.1333vw 3.4666vw 4.6666vw;
    }
    #column .column .caption-block .caption {
        margin-bottom: 2.1333vw;
    }
    #column .column .caption-block .caption p {
        font-size: 3.4666vw;
    }
    #column .column .modify {
        font-size: 2.6666vw;
        margin-bottom: 5.3333vw;
    }
    #column .column ul.tag-list li {
        font-size: 2.4vw;
    }
    /* btn-link */
    #column .btn-link {
        max-width: 37.3333vw;
    }
    /* clouds */
    #column .cloud.cloud01 {
        right: calc(50% + 51.84vw);
        width: 109.3333vw;
    }
    #column .cloud.cloud02 {
        left: calc(50% - 26.88vw);
        width: 75.0666vw;
    }
    #column .cloud.cloud03 {
        left: calc(50% + 64.9333vw);
        width: 117.76vw;
    }
    /* jme */
    #column .jme.jme01 {
        right: calc(50% + 90.4vw);
        width: 18.9333vw;
    }
    #column .jme.jme02 {
        right: calc(50% + 20vw);
        width: 27.3333vw;
    }
    #column .jme.jme03 {
        left: calc(50% + 25.3333vw);
        width: 16vw;
    }
    #column .jme.jme04 {
        left: calc(50% + 92.5333vw);
        width: 22.4vw;
    }
}


/* webinar
---------------------------------------------------*/
#webinar {
    background-color: var(--white-color);
    padding: 62px 0 56px;
}
#webinar .inner {
    background-color: #5E85D8;
    background-image: url('../img/top/bg_webinar.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 45px 0 58px;
}
#webinar .ttl-section {
    margin-bottom: 24px;
}
#webinar .ttl-section .title {
    color: var(--white-color);
}
#webinar .explain {
    margin-bottom: 56px;
}
#webinar .explain p {
    text-align: center;
    line-height: 2em;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
}
#webinar .btn-link {
    max-width: 410px;
    margin: 0 auto;
}
#webinar .btn-link a {
    font-size: 19px;
    text-indent: 1em;
    letter-spacing: 0;
    padding: 21px 1em;
}

/* 1000 */
@media screen and (max-width: 1000px) {
    #webinar {
        background-color: var(--white-color);
        padding: 10.6666vw 0;
    }
    #webinar .inner {
        background-position: right 16% bottom;
        padding: 9.3333vw 0 12vw;
    }
    #webinar .ttl-section {
        margin-bottom: 5.0666vw;
    }
    #webinar .explain {
        margin-bottom: 12vw;
    }
    #webinar .explain p {
        font-size: 3.4666vw;
    }
    #webinar .btn-link {
        max-width: 87.4666vw;
    }
    #webinar .btn-link a {
        font-size: 4vw;
        padding: 4.5333vw 1em;
        text-indent: 1em;
    }
}








