@charset "UTF-8";

main {
    width: 100%;
    margin: 0 auto;
}
main section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#mv {
    max-width: 1280px;
    width: 100%;
    margin: 110px auto 50px auto;
}
@media screen and (max-width:767px) {
    #mv {
        margin-top: 19vw;
    }
}



/* ケース紹介 */
#cases .case {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#cases .case picture {
    width: calc(100% - 494px);
}
#cases .case h2.heading {
    background: #F1FDFF;
    font-size: 36px;
    width: 494px;
    padding: 1em;
    text-align: left;
}
h2.heading span.en {
    font-family: Montserrat;
    font-size: 18px;
    color: #1E78C8;
    letter-spacing: 0;
}
h2.heading .example {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1em;
    display: block;
}
h2.heading .description {
    font-size: 16px;
    font-weight: 400;
    margin-top: 1em;
}
#cases .case:nth-of-type(even) {
    flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
    #cases .case {
        display: flex;
        flex-wrap: wrap;
    }
    #cases .case h2.heading {
        font-size: 36px;
        width: 90%;
        padding: 1em;
        text-align: left;
        margin-bottom: 0;
    }
    #cases .case picture {
        width: 100%;
    }
    #cases .case h2.heading {
        font-size: 5.8vmin;
        width: 100%;
    }
    #cases .case h2.heading .example{
        font-size: 3vmin;
    }
    h2.heading span.en {
        font-size: 4vmin;
    }
    h2.heading .description {
        font-size: 3vmin;
    }
}

/* メイン */
.concept_list section {
    margin-bottom: 100px !important;
}
section.concept {
    margin-top: 230px;
    text-align: center;
}
section.concept .title {
    margin-top: 140px;
    margin-bottom: 40px;
    min-height: 200px;
    padding-top: 170px;
    padding-bottom: 240px;
    width: 100%;
    position: relative;
    background-image: linear-gradient(90deg, rgba(217, 245, 255, 1), rgba(180, 220, 255, 1) 100%, rgba(177, 233, 255, 1) 50%);
}
section.concept .title p {
    font-size: 24px;
}
section.concept h2 {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.concept .title .illust {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.concept .description {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 2em;
    border: 2px solid #99d8ff;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    width: 1080px;
    margin-top: 50px;
}
section.concept .description::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #99d8ff transparent transparent;
    translate: -50% 100%;
}

section.concept .description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}
section.concept ul.bf2-list {
    display: flex;
    justify-content: center;
    max-width: 730px;
    gap: 220px;
    margin: 40px auto;
    position: relative;
}
section.concept ul.bf2-list:after {
    content: '';
    background-image: url(/assets/img/top/arrow.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
section.concept ul.bf2-list li {
    width: 45%;
    aspect-ratio: 1/1;
}
section.concept ul.bf2-list li figure {
    position: relative;
    display: flex;
    border-radius: 50%;
    border: none;
    box-shadow: inset 0px 0px 0px 1px rgba(11, 107, 192, 1), 0px 0px 0px 1.2em rgba(241, 253, 255, 1);
    width: 100%;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
}
section.concept ul.bf2-list li figure img {
    object-fit: contain;
    object-position:40% 50%;
    max-width: 70%;
    position: relative;
    top: -6%;
}
section.concept ul.bf2-list li figure figcaption {
    position: absolute;
    bottom: -0.3em;
    margin:0 auto;
    background: #F5E149;
    border-radius: 1.5em;
    line-height: 1;
    padding: 1em 1.5em;
    font-weight: 500;
    display: inline-block;
}
@media screen and (max-width:767px) {
    section.concept {
        margin-top: 20vw;
    }
    section.concept .title picture img {
        width: 80%;
        margin: 0 auto;
    }
    section.concept .title {
        margin-top: 0;
        margin-bottom: 40px;
        min-height: 200px;
        padding-top: 33vw;
        padding-bottom: 25vw;
        width: 100%;
        position: relative;
        background-image: linear-gradient(90deg, rgba(217, 245, 255, 1), rgba(180, 220, 255, 1) 100%, rgba(177, 233, 255, 1) 50%);
    }
    section.concept .title p {
        font-size: 3.8vmin;
    }
    section.concept .description {
        margin-bottom: 1em;
        padding: 2em;
        border-radius: 1em;
        text-align: left;
        font-size: 3vmin;
        line-height: 1.8;
        width: 90%;
        margin-top: 10vw;
    }
    section.concept ul.bf2-list {
        max-width: 100%;
        flex-wrap: wrap;
        row-gap: 20vw;
        margin: 10vw 0 5vw 0;
    }
    section.concept ul.bf2-list li {
        width: 70%;
        aspect-ratio: 1 / 1;
    }
    section.concept ul.bf2-list:after {
        transform: rotate(90deg);
    }
}





ul.list-flow {
    display: flex;
    justify-content: center;
    row-gap: 30px;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}
ul.list-flow li {
    border: #1E78C8 2px solid;
    border-radius: 20px;
    width: 525px;
    padding: 30px 40px 50px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
}
ul.list-flow li .flow-cnt {
    color: #1E78C8;
    font-weight: bold;
    text-align: center;
    width: 50px;
    white-space: nowrap;
}
ul.list-flow li .flow-cnt span {
    font-family: Oswald;
    line-height: 1;
    font-weight: bold;
    font-size: 40px;
    display: block;
    letter-spacing: 1px;
}
ul.list-flow li .flow-detail {
    text-align: left;
    width: 360px;
}
ul.list-flow li .flow-detail h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
}
ul.list-flow li .flow-point{
    display: flex;
    align-items: center;
    gap: 1em;
    margin-top: 0;
    padding-left: 70px;
    text-align: left;
}
ul.list-flow li .flow-point span{
    display: inline-block;
    line-height: 1;
    font-family: Montserrat;
    font-size: 14px;
    padding: 0.6em 1.6em;
    border-radius: 1.1em;
    background: #FEFB99;
}
ul.list-flow li .flow-detail p {
    line-height: 1.4;
    font-size: 14px;
}
@media screen and (max-width:767px) {
    ul.list-flow li {
        flex-wrap: wrap;
        width: 90%;
        padding: 5vw;
        gap: 3vw;
        row-gap: 1em;
    }
    ul.list-flow li .flow-cnt {
        width: 10vw;
        text-align: left;
    }
    ul.list-flow li .flow-detail {
        width: 62vw;
        text-align: left;
    }
    ul.list-flow li .flow-detail p {
        font-size: 3.1vmin;
    }
    ul.list-flow li .flow-point{
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 0;
        gap: 0.5em;
        text-align: left;
    }
}


section.works {
    margin: 50px 0;
    background: #FBFBFB;
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
}
section.works .carousel {
    width: 100%;
}
section.works .carousel .item-wrap {
    padding: 0 40px;
}
section.works .carousel .slide {
    border: #1E78C8 2px solid;
    border-radius: 20px;
    padding: 50px;
    background: #FFF;
}
section.works .carousel .slide h3 {
    margin-bottom: 1em;
}
section.works .carousel .slide picture {
    width: 100%;
}
section.works .carousel .slide picture img {
    width: 100%;
}
section.works .carousel .slide .tags {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
    font-size: 0.8rem;
    margin-top: 1em;
}
section.works .carousel .slide .tags dl {
}
section.works .carousel .slide .tags dl dt {
    width: auto;
    color: #1E78C8;
    text-align: left;
}
section.works .carousel .slide .tags dl dd {
    display: inline-block;
    border-radius: 5px;
    border: #CDD6DD 1px solid;
    padding: .5em 1em;
    width: auto;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}



/* 防滑効果の仕組み */
section.mechanism ul.bf-list {
    display: flex;
    justify-content: center;
    max-width: 700px;
    gap: 100px;
    margin: 40px auto 0 auto;
}
section.mechanism ul.bf-list li {
    max-width: 45%;
}
section.mechanism ul.bf-list li figure {
    position: relative;
}
section.mechanism ul.bf-list li figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: #0B6BC0;
    color: #FFF;
    border-radius: 1.3em;
    line-height: 1;
    padding: 0.8em 1.5em;
    font-weight: 500;
}
@media screen and (max-width:767px) {
    section.mechanism ul.bf-list {
        width: 50%;
        margin: 0 auto;
        flex-wrap: wrap;
        max-width: 50%;
        gap: 5vw;
        margin: 5vw auto 0 auto;
    }
    section.mechanism ul.bf-list li {
        max-width: 100%;
        width: 100%;
    }
}


/* オススメポイント */
section.point {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 60px 120px;
    max-width: 1280px;
    margin: 0 auto;
    background: #F1FDFF;
    gap: 100px;
    margin-bottom: 150px !important;
}
section.point h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    white-space: nowrap;
}
section.point .title p {
    font-size: 16px;
}
section.point .point-right {
    max-width: 845px;
    width: 100%;
    position: relative;
}
section.point .list-point-wrap {
    background: #FFF;
    width: 100%;
    padding: 3em;
    position: absolute;
    top: 0;
    left: 0;
}
section.point .list-point {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    row-gap: 0.5em;
    position: relative;
}
section.point .list-point li{
    position: relative;
    padding-left: 2em;
    width: 50%;
    text-align: left;
}
section.point .list-point li:last-child{
    width: 100%;
}

section.point .list-point li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 0.4em;
    height: 0.4em;
    border: 4px solid #99D8FF;
    border-radius: 50%;
}
@media screen and (max-width:767px) {
    section.point {
        flex-wrap: wrap;
        width: 95%;
        margin: 0 0 0 auto;
        border-radius: 3vw 0 0 3vw;
        padding: 5vw 0 0 5vw;
        gap: 0;
    }
    section.point .list-point-wrap {
        position: relative;
        top: 30vw;
        left: 0;
        margin-top: -25vw;
        margin-bottom: 10vw;
    }
    section.point .list-point li{
        width: 100%;
    }
}




/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
    left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

.slick-initialized .slick-slide{
    opacity: 0.3;
}
.slick-initialized .slick-slide.slick-active{
    opacity: 1;
}
.slick-prev::before {
    content: url(/assets/img/common/btn_arrow_prev.svg);
}
.slick-next::before {
    content: url(/assets/img/common/btn_arrow_next.svg);
}
.slick-prev{
    left: 80px;

}
.slick-next{
    right: 80px;
}
@media screen and (max-width:480px) {
    .slick-prev{
        left: 30px;

    }
    .slick-next{
        right: 30px;
    }
}

section.flow {
    padding: 60px 80px;
    max-width: 1080px;
    margin: 0 auto;
}
ol.flow-il {
    display: flex;
    justify-content: space-between;
    list-style: none;
    counter-reset: li;
}
ol.flow-il li {
    aspect-ratio: 1 / 1;
    background-color: #FFFEE5;
    border-radius: 50%;
    font-size: 1.6vmin;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    padding-bottom: 4.5em;
    position: relative;
    width: 22%;
    height: auto;

}
ol.flow-il li::before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #F5E149;
    font-size: 2.6vmin;
    line-height: 2vmin;
    text-align: center;
    font-family: Montserrat;
    font-weight: 600;
}
ol.flow-il li::after {
    content: "";
    width: 100%;
    height: 4.2em;
    position: absolute;
    bottom: 2em;
    background-image: url(/assets/img/top/icon-flow-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
ol.flow-il li:nth-of-type(1)::after {
    background-image: url(/assets/img/top/icon-flow-01.svg);
}
ol.flow-il li:nth-of-type(2)::after {
    background-image: url(/assets/img/top/icon-flow-02.svg);
}
ol.flow-il li:nth-of-type(3)::after {
    background-image: url(/assets/img/top/icon-flow-03.svg);
}
ol.flow-il li:nth-of-type(4)::after {
    background-image: url(/assets/img/top/icon-flow-04.svg);
}
@media screen and (max-width:767px) {
    section.flow {
        padding: 5vw;
        width: 100%;
    }
    ol.flow-il {
        padding: 0 5vw;
        flex-wrap: wrap;
        position: relative;
        z-index: 10;
        margin-top: 10vw;
    }
    ol.flow-il:before {
        content: "";
        display: block;
        width: 2px;
        height: 80%;
        background-color: #F5E149;
        z-index: 0;
        position: absolute;
        left: 17vw;

    }
    ol.flow-il li {
        width: 100%;
        font-size: 4vmin;
        padding-bottom: 0;
        aspect-ratio: unset;
        background: none;
        height: 27vw;
        margin-bottom: 3vw;
        padding-left: 37vw;
        justify-content: flex-start;
    }
    ol.flow-il li::after {
        content: "";
        width: 25vw;
        height: 25vw;
        background-color: #FFFEE5;
        border-radius: 50%;
        aspect-ratio: 1/1;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 50% 40%;
    }

    ol.flow-il li::before {
        width: 8vw;
        height: 8vw;
        z-index: 90;
        font-size: 3.5vmin;
    }
}

.btns {
    margin-top: 40px;
}
.btn-outline-blue {
    border: #1E78C8 1px solid;
    line-height: 1;
    padding: 1.4em 5em 1.6em 5em;
    text-align: center;
    border-radius: 2em;
    color: #1E78C8;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
