@charset "UTF-8";

/*==================
Contents
==================*/
.cmn-w1200 {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}

/*スライド*/
.slick-image {
    margin: 0 auto;
}
.slick-slide img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    /*height: 580px;*/
}
.slick-content {
    -ms-transform: translate(0%,-120%);
    -webkit-transform: translate(0%,-120%);
    background: rgba(112,181,199,0.9);
    box-sizing: border-box;
    margin: 0;
    padding: 30px 60px;
    position: absolute;
    right: 0;
    transform: translate(0%,-120%);
    z-index: 150;
}
.slick-content h2 {
    color: #ffffff;
    font-size: 8.0rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 4px 6.928px 8px rgba(0, 0, 0, 0.3);
}
.slick-content p {
    color: #ffffff;
    font-size: 3.0rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 4px 6.928px 8px rgba(0, 0, 0, 0.3);
    max-width: 600px;
}
/*dots style*/
.slick-dots{
    bottom:-30px!important;
}
.slick-dots li {
    /*margin: 0 4px!important;*/
    /*width: 150px!important;*/
    /*height: 15px!important;*/
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    background: #47216d;
    opacity: 0.75!important;
}
.slick-dots li button:before {
    content:''!important;
    width: 15px!important;
    height: 15px!important;
    background: #000;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before{
    background: #47216d!important;
    opacity: 1!important;
}

@media print, screen and (max-width: 1440px) {
    .slick-content h2 {
        font-size: 5.5rem;
    }
    .slick-content p {
        font-size: 2.0rem;
    }
}
@media print, screen and (max-width: 970px) {
    .slick-content {
        padding: 20px 40px;
    }
}
@media print, screen and (max-width: 768px) {
    .slick-content h2 {
        font-size: 5rem;
    }
    .slick-content p {
        font-size: 2.0rem;
    }
    .slick-outer img {
        height: 400px;
    }
}
@media print, screen and (max-width: 600px) {
    .slick-content h2 {
        font-size: 3.4rem;
    }
    .slick-content p {
        font-size: 1.4rem;
    }
}
@media print, screen and (max-width: 400px) {
    .slick-content h2 {
        font-size: 2.5rem;
    }
}

/*メインビジュアル下メニュー*/
.top-title {
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
}
.sub-title {
    font-size: 3.6rem;
    font-weight: bold;
}
.heading05 {
    font-size: 4.8rem;
    text-align: center;
}
.heading06 {
    font-size: 6rem;
    text-align: center;
}
.heading-flex {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.top-contents-flex {
    display: flex;
}
.top-contents-inner {
    width: 100%;
}
.column-wrapper {
    background-color: #709b4a;
    color: #FFF;
    display: flex;
    max-width: 680px;
    width: 100%;
}
.column-wrapper:nth-of-type(even) {
    flex-direction: row-reverse;
}
.column1, .column2 {
    align-items: center;
    display: flex;
    max-width: 340px;
    width: 50%;
}
.column2 {
    box-sizing: border-box;
    padding: 20px;
}
.column2-title {
    font-size: 2.2rem;
    margin: 0 auto 0 0;
}
.column1 img {
    height: 240px;
    max-width: 340px;
    object-fit: cover;
    width: 100%;
}

@media print, screen and (max-width: 1160px) {
    .top-contents-flex {
        display: inline-block;
    }
}

@media print, screen and (max-width: 768px) {
    .column2-title {
        font-size: 1.4rem;
    }
    .column2 {
        padding: 10px;
    }
    .column1 img {
        height: 100%;
    }
    .top-title {
        font-size: 5rem;
    }
    .heading05 {
        font-size: 4rem;
    }
    .heading06 {
        font-size: 5rem;
    }
    .heading-flex {
        flex-direction: column;
    }
    .sub-title {
        font-size: 3.0rem;
    }
}

@media print, screen and (max-width: 414px) {
    .top-title {
        font-size: 3.8rem;
    }
    .sub-title {
        font-size: 2.4rem;
        margin: 0;
    }
    .heading05 {
        font-size: 2.8rem;
    }
    .heading06 {
        font-size: 3.8rem;
    }
}

/*News/infomation*/
.cmn-container01 {
    padding-top: 100px;
}

.news {
    display: flex;
    margin: 0 0 50px;
    position: relative;
}

.news-title {
    margin-right: 30px;
}

.news-title .title {
    font-size: 60px;
    color: #47216d;
    margin: 0 auto;
}

.news-title .subtitle {
    font-size: 28px;
    color: #47216d;
    text-align: center;
    margin: 0;
}

.news-list {
    max-width: 900px;
    width: 100%; /*2024/1/16追加*/
    margin: 0 auto;
    height: 300px;
    overflow-y: scroll;
}
.card {
    display: flex;
}
.card:hover {
    color: #6e2faf;
}
.list {
    border-top: 1px solid #ccc;
    padding: 30px 0 ;
}
.list a {
    display: block;
}
.list:last-child {
    border-bottom: 1px solid #ccc;
}
.date {
    display: block;
    margin-right: 20px;
    min-width: 150px;
}
.list-title {
    display: inline-block;
    text-align: left;
}
.list-title:hover {
    /*text-decoration: underline;*/
}
.news-btn {
    /*padding: 10px 0;*/
    /*max-width: 170px;*/
    /*margin: 30px 0 0 auto;*/

    position: absolute;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 1.4rem;
    text-align: right;
}
.news-btn a img {
    object-fit: contain;
}
.news-btn:hover {
    /*background-color:#d6e9ca;*/
    color: #47216d;
}
.news-btn a {
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.news-btn a:hover {
    color: #6e2faf;
}
.news-btn a p {
    margin: 0;
    padding-right: 20px;
    font-size: 1.4rem;
    position: relative;
}
.news-btn a p::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 1px;
}
.news-btn a p:hover::after {
    border-top: 2px solid #6e2faf;
    border-right: 2px solid #6e2faf;
}

@media print, screen and (max-width: 768px) {
    .news {
        flex-direction: column;
    }
    .news-title {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .news-title .title {
        font-size: 50px;
        padding: 0;
        text-align: center;
    }
    .news-title .subtitle {
        font-size: 24px;
    }
    .news-list {
        height: 400px;
    }
    .card {
        display: block;
    }
    .date {
        margin-bottom: 10px;
    }
}

/*Pick Up*/
.cmn-container02 {
    padding-top: 50px;
}
.inner-04-contents {
    display: flex;
    justify-content: center;
}
.inner-04-text {
    width: 40%;
    padding: 0 30px;
}
.inner-04-text h2 {
    font-size: 38px;
    font-weight: normal;
    margin: 0;
}
.inner-04-text p {
    padding: 10px;
    line-height: 30px
}
.inner-04-image {
    width: 60%;
    margin: 0 auto;
}
.inner-04-image img {
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
    width: 100%;
    height: auto;
    border-radius: 30px;
}

@media print, screen and (max-width: 991px) {
    .inner-04-contents {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .inner-04-image {
        /*order: 2;*/
        /*margin-right: 20px;*/
        max-width: 900px;
        width: 100%;
    }
    .inner-04-image img {
        /*margin-right: 20px;*/
    }
    .inner-04-text {
        /*max-width: 1160px;*/
        /*order: 1;*/
        /*margin-right: 20px;*/
        /*z-index: 10;*/
        /*background-color: #FFF;*/
        width: 100%;
        max-width: 900px;
    }
    .inner-04-text h2 {
        font-size: 3.4rem;
        font-weight: bold;
        margin: 40px auto;
    }
    .inner-04-text p {
        padding: 0;
        font-size: 1.6rem;
    }
    .learnmore-btn {
        padding: 200px 20px 30px;
        margin: -150px 0 0 30px;
    }
    .learnmore-btn a {
        margin: 0 0 0 auto;
    }
}

@media print, screen and (max-width: 768px) {
    .pay-detail-inner {
        padding: 20px 0;
    }
}

@media print, screen and (max-width: 414px) {
    .inner-04-text h2 {
        font-size: 2.4rem;
    }
}

/*一般基金*/
.cmn-container03 {
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
    /*box-sizing: border-box;*/
}

.bg-blue03 {
    background-image: url("img/bg_blue.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}
.bg-blue03::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 65px;
    top: -30px;
    left: 10%;
    background-image: url("img/FUTURESHIP_mark_a.png");
    background-repeat: no-repeat;
}

.cmn-container04 {
    padding-top: 50px;
    padding-bottom: 100px;
    /*box-sizing: border-box;*/
}

.bg-purple04 {
    background-image: url("img/bg_purple.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.idx_type {
    display: flex;
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.idx_type .slick-slide {
    padding: 10px; /*jsで自動で次のコンテンツを表示するようにしたら3コンテンツになる。自動部分をfalseにすると幅がおかしくなる*/
}
.idx_type .idx_type_content {
    background-color: #fafafa;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    /*width: calc((100% - 40px) / 3);*/
    /*max-width: 420px;*/
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.idx_type .idx_type_content .type_content_inner {
    /*padding-bottom: 52px;*/
    height: 100%; /* 以下btn下揃え用 */
    /*height: auto;*/
    display: flex;
    flex-direction: column;
}
.idx_type .idx_type_content .idx_type_img img {
    width: 100%;
    /*height: auto;*/
    height: 250px;
}
.idx_type .idx_type_content .type_content_txt h3 {
    /*padding: 48px 30px 35px;*/
    /*padding: 0 20px;*/
    margin: 0 auto;
    font-size: 2.2rem;
    /*line-height: 1.5;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(3rem * 2);
}
.idx_type .idx_type_content h3 span {
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
}
.idx_type .idx_type_content .type_content_txt {
    /*margin: 0 30px 30px;*/
    /*margin: 0 auto;*/
    padding: 20px;
    /*line-height: 2;*/
}
.idx_type .idx_type_content .type_content_txt:hover {
    color: #6e2faf;
}
.idx_type .idx_type_content .type_content_txt p {
    line-height: 1.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(3rem * 2);
}
.idx_type .idx_type_content .btn_btm {
    margin-top: auto; /* btn下揃え用 */
    margin-right: 30px;
    margin-left: 30px;
}

@media print, screen and (max-width: 1300px) {
    .idx_type .idx_type_content h3 {
        /*padding: 48px 20px 35px;*/
    }
    .idx_type .idx_type_content .type_content_txt {
        /*margin: 0 20px 30px;*/
    }
    .idx_type .idx_type_content .btn_btm {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media print, screen and (min-width: 1201px) {
    .bg-blue03::before {
        left: 10%;
    }
}

@media print, screen and (max-width: 768px) {
    .idx_type .idx_type_content {
        /*width: 100%;*/
        /*max-width: 600px;*/
        margin-right: auto;
        margin-left: auto;
    }
    .idx_type .idx_type_content + .idx_type_content {
        margin-top: 20px;
    }
    .idx_type .idx_type_content .idx_type_img img {
        height: 375px;
    }
    .idx_type .idx_type_content .type_content_txt h3 {
        font-size: 2.2rem;
        text-align: left;
    }
    .idx_type .idx_type_content .type_content_txt {
        margin: 0;
        text-align: left;
    }
    .bg-blue03 {
        background-image: url("img/bg_blue_768.png");
    }
    .bg-purple04 {
        background-image: url("img/bg_purple_768.png");
    }
}

@media print, screen and (max-width: 414px) {
    .cmn-container03 {
        margin-top: 100px;
    }
    .bg-blue03 {
        background-image: url("img/bg_blue_414.png");
    }
    .bg-purple04 {
        background-image: url("img/bg_purple_414.png");
    }
    .idx_type .idx_type_content .idx_type_img img {
        height: 250px;
    }
}




/*クラウドファンディング*/
.cmn-container05 {
    padding: 100px 0;
    box-sizing: border-box;
}
.bg-blue05 {
    position: relative;
}
.bg-blue05::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: #c4dee7;
    z-index: -1;
}
.cmn-container05 .home-contents-bnr02 .item-image {
    display: flex;
    align-items: center;
    height: 180px;
    background: #000;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, .2);
}
.cmn-container05 .home-contents-bnr02 .item-image img {
    max-width: 100%;
    width: 100%;
}
.cmn-container05 .box {
    background-color: #FFF;
    box-sizing: border-box;
    max-width: 355px;
    padding: 20px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, .2);
}
.cmn-container05 .cat {
    font-size: 2.0rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1.5em*2);
}
.cmn-container05 .box-title {
    font-size: 2rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1.5em*2);
    margin: 1em 0;
}
.cmn-container05 .detail {
    font-size: 1.5rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1.5em*3);
    margin: 0 0 1em;
}
/* 2024/1/19追加*/
.cmn-container05 .detail p {
    margin: 0;
}

/* クラファンのボタン背景色 */
.cmn-container05 .cmn-hover01 {
    display: flex;
    background-color: #dbf0f4;
}
.cmn-container05 .cmn-hover01:hover {
    background-color: #67c1d3;
}
.cmn-container05 .cmn-hover01 img {
    object-fit: contain;
}
.cmn-container05 .cmn-hover01:hover img {
    visibility: hidden;
}
.cmn-container05 .cmn-hover01 .more:hover {
    color: #FFF;
}
/* LEARN MOREのテキスト */
.more {
    color: #47216d;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    line-height: 1;
    transition: all 0.3s;
    position: relative;
}
.more::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: 2px solid #47216d;
    border-right: 2px solid #47216d;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -5px;
}
.more:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* 終了しました */
.end {
    color: #000;
    background: #f3f3f3;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    line-height: 1;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, .2);
}

.home-contents-bnr02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}
.home-contents-bnr02 li {
    width: calc((100% - 30px) / 4.001);
    /*margin: 0 10px 20px 0;*/
}
.home-contents-bnr02 li:nth-of-type(4n) {
    margin-right: 0;
}
.home-contents-bnr02 .slick-slide {
    padding: 10px;
}
.home-contents-bnr02 li .list-item{
    width: auto;
    padding: 7px;
}
.home-contents-bnr02 li .item{
    /*background: #ffffff;*/
    box-shadow: 5px 5px 5px rgba(1, 1, 1, .2);
}
.home-contents-bnr02 li .text {
    display: block;
    padding: 20px 30px;
    /* min-height: 112px;	★追加★ */
}

@media print, screen and (max-width: 1068px) {
    .home-contents-bnr02 {
        font-size: 1.4rem;
    }
    .home-contents-bnr02 li .text {
        padding: 15px;
    }
}
@media print, screen and (max-width: 768px) {
    .cmn-container05 {
        padding-top: 50px;
    }
    .bg-blue05::before {
        height: 30%;
    }
    .home-contents-bnr02 {
        font-size: 1.6rem;
    }
    .home-contents-bnr02 li {
        width: calc((100% - 20px) / 2.001);
        /*margin: 0 20px 20px 0;*/
    }
    .home-contents-bnr02 li:nth-of-type(2n) {
        /*margin-right: 0;*/
    }
    .cmn-container05 .home-contents-bnr02 .item-image {
        height: 230px;
    }
    .home-contents-bnr02 li .text {
        padding: 20px;
    }
}
@media print, screen and (max-width: 414px) {
    .bg-blue05::before {
        height: 40%;
    }
    .home-contents-bnr02 {
        font-size: 1.4rem;
    }
    .home-contents-bnr02 li {
        width: calc((100% - 10px) / 2.001);
        /*margin: 0 10px 10px 0;*/
    }
    .cmn-container05 .home-contents-bnr02 .item-image {
        height: 120px;
    }
    .home-contents-bnr02 .box-title {
        margin-top: 0;
    }
    .home-contents-bnr02 li .text {
        padding: 10px;
    }
    .home-contents-bnr02 .detail {
        -webkit-line-clamp: 5;
        height: calc(1.5em * 5);
    }
}
.opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px;
}



/*ご案内*/
.cmn-container06 {
    padding: 100px 0;
    box-sizing: border-box;
}
.bg-purple06 {
    position: relative;
}
.bg-purple06::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: #a682c9;
    z-index: -1;
}
.cmn-container06 .home-contents-bnr02 .item-image {
    background: #fff;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, .2);
}
.cmn-container06 .home-contents-bnr02 .item-image img {
    max-width: 100%;
    /*width: 380px;*/
    width: 100%;
    height: 180px;
}
.cmn-container06 .box {
    background-color: #FFF;
    box-sizing: border-box;
    max-width: 355px;
    padding: 20px;
    box-shadow: 5px 5px 5px rgba(1, 1, 1, .2);
}
.cmn-container06 .cat {
    font-size: 2.0rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1.5em*2);
}
.cmn-container06 .box-title {
    font-size: 2rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1.5em*2);
    margin: 1em 0;
}
.cmn-container06 .detail {
    font-size: 1.5rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: calc(1.5em*3);
    margin: 0 0 1em;
}
/* 2024/1/19追加*/
.cmn-container06 .detail p {
    margin: 0;
}

/* ご案内のボタン背景色 */
.cmn-hover02 {
    display: flex;
    background-color: #dabbf6;
}
.cmn-hover02:hover {
    background-color: #47216d;
}
.cmn-hover02 img {
    object-fit: contain;
}
.cmn-hover02:hover img {
    visibility: hidden;
}
.cmn-hover02 .more:hover {
    color: #FFF;
}
@media print, screen and (max-width: 768px) {
    .cmn-container06 {
        padding: 50px 0;
        box-sizing: border-box;
    }
    .bg-purple06::before {
        height: 30%;
    }
    .cmn-container06 .home-contents-bnr02 .item-image img {
        height: 230px;
    }
}
@media print, screen and (max-width: 414px) {
    .bg-purple06::before {
        height: 40%;
    }
    .cmn-container06 .home-contents-bnr02 .item-image img {
        height: 120px;
    }
}



/*学生の声*/
.cmn-container07 {
    padding-top: 100px;
}
.cmn-container07 .student-inner-wrap {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*//* 2024/1/22削除*/
}
.cmn-container07 .student-content {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    /*width: calc((100% - 40px) / 3);*/
    /*max-width: 420px;*/
    border-radius: 20px;
    overflow: hidden;
    margin: 10px;
}
.cmn-container07 .student-content:last-child {
    /*margin-right: 0;*/
}
.cmn-container07 .student-content-inner {
    height: 100%; /* 以下btn下揃え用 */
    display: flex;
    flex-direction: column;
}
.cmn-container07 .student-img img {
    width: 100%;
    height: 250px;
    /*object-position: top;*/
}
.cmn-container07 .student-content h3 {
    font-size: 2.4rem;
    text-align: right;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(3.5rem * 2);
}
.cmn-container07 .student-content span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    height: 4.5rem;
}
.cmn-container07 .student-content-txt {
    padding: 10px;
}
.cmn-container07 .student-content-txt:hover {
    color: #6e2faf;
}
.cmn-container07 .student-content .student-content-txt p {
    line-height: 1.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media print, screen and (max-width: 768px) {
    .cmn-container07 {
        padding-top: 50px;
    }
    .cmn-container07 .student-content {
        width: calc(100% - 5.208vw);
        max-width: none;
        margin: 0 10px 30px 10px;
    }
    .cmn-container07 .student-content:first-child {
        margin-top: 0;
    }
    .cmn-container07 .student-img img {
        display: block;
        width: 100%;
        height: 380px;
    }
    .cmn-container07 .student-content h3 {
        font-size: 2.2rem;
    }
    .cmn-container07 .student-content .student-content-txt {
        padding: 20px;
    }
}

@media print, screen and (max-width: 414px) {
    .cmn-container07 .student-img img {
        height: 250px;
    }
}

/*communication*/
/* 2024/1/22全体的に修正*/
.cmn-container08 {
    padding: 100px 0;
}
.inner08 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.inner08 li {
    width: calc((100% - 20px) / 2.001);
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.inner08 li:nth-child(2n) {
    margin-right: 0; /* 2番目の li に右側の余白をなしにする */
}

.inner08 li a {
    display: block;
}

.inner08 li a:hover {
    opacity: .7;
}

.inner08 li figure {
    margin: 0;
}

.inner08 li img {
    width: 100%;
    height: auto;
    display: block;
}

@media print, screen and (max-width: 768px) {
    .cmn-container08 {
        padding: 50px 0 100px;
    }
    .inner08 {
        flex-direction: column;
    }
    .inner08 li {
        width: 100%;
        max-width: 560px;
        margin: 0 auto 20px auto !important;
        box-sizing: border-box;
    }
}

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -1rem;
    margin-left: -1rem; */
  }

  .row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }

  .col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 1em;
  }

  .col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xs-offset-1 {
    margin-left: 8.333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.667%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.667%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.667%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.667%;
  }

  .start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  @media only screen and (min-width: 481px) {
    .container {
      width: 46rem;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 1em;
      padding-left: 1em;
    }

    .col-sm {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }

    .col-sm-1 {
      -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%;
    }

    .col-sm-2 {
      -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
      max-width: 16.667%;
    }

    .col-sm-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }

    .col-sm-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
    }

    .col-sm-5 {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
    }

    .col-sm-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }

    .col-sm-7 {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
    }

    .col-sm-8 {
      -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
      max-width: 66.667%;
    }

    .col-sm-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }

    .col-sm-10 {
      -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
      max-width: 83.333%;
    }

    .col-sm-11 {
      -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
      max-width: 91.667%;
    }

    .col-sm-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }

    .col-sm-offset-1 {
      margin-left: 8.333%;
    }

    .col-sm-offset-2 {
      margin-left: 16.667%;
    }

    .col-sm-offset-3 {
      margin-left: 25%;
    }

    .col-sm-offset-4 {
      margin-left: 33.333%;
    }

    .col-sm-offset-5 {
      margin-left: 41.667%;
    }

    .col-sm-offset-6 {
      margin-left: 50%;
    }

    .col-sm-offset-7 {
      margin-left: 58.333%;
    }

    .col-sm-offset-8 {
      margin-left: 66.667%;
    }

    .col-sm-offset-9 {
      margin-left: 75%;
    }

    .col-sm-offset-10 {
      margin-left: 83.333%;
    }

    .col-sm-offset-11 {
      margin-left: 91.667%;
    }

    .start-sm {
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }

    .center-sm {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }

    .end-sm {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }

    .top-sm {
      -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
    }

    .middle-sm {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
    }

    .bottom-sm {
      -ms-flex-align: end;
      -webkit-box-align: end;
      align-items: flex-end;
    }

    .around-sm {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .between-sm {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    .first-sm {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
    }

    .last-sm {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }

  @media only screen and (min-width: 901px) {
    .container {
      width: 61rem;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 1em;
      padding-left: 1em;
    }

    .col-md {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }

    .col-md-1 {
      -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%;
    }

    .col-md-2 {
      -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
      max-width: 16.667%;
    }

    .col-md-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }

    .col-md-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
    }

    .col-md-5 {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
    }

    .col-md-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }

    .col-md-7 {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
    }

    .col-md-8 {
      -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
      max-width: 66.667%;
    }

    .col-md-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }

    .col-md-10 {
      -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
      max-width: 83.333%;
    }

    .col-md-11 {
      -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
      max-width: 91.667%;
    }

    .col-md-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }

    .col-md-offset-1 {
      margin-left: 8.333%;
    }

    .col-md-offset-2 {
      margin-left: 16.667%;
    }

    .col-md-offset-3 {
      margin-left: 25%;
    }

    .col-md-offset-4 {
      margin-left: 33.333%;
    }

    .col-md-offset-5 {
      margin-left: 41.667%;
    }

    .col-md-offset-6 {
      margin-left: 50%;
    }

    .col-md-offset-7 {
      margin-left: 58.333%;
    }

    .col-md-offset-8 {
      margin-left: 66.667%;
    }

    .col-md-offset-9 {
      margin-left: 75%;
    }

    .col-md-offset-10 {
      margin-left: 83.333%;
    }

    .col-md-offset-11 {
      margin-left: 91.667%;
    }

    .start-md {
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }

    .center-md {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }

    .end-md {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }

    .top-md {
      -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
    }

    .middle-md {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
    }

    .bottom-md {
      -ms-flex-align: end;
      -webkit-box-align: end;
      align-items: flex-end;
    }

    .around-md {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .between-md {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    .first-md {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
    }

    .last-md {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }

  @media only screen and (min-width: 1201px) {
    .container {
      width: 71rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
      box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 1em;
      padding-left: 1em;
    }

    .col-lg {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }

    .col-lg-1 {
      -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
      max-width: 8.333%;
    }

    .col-lg-2 {
      -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
      max-width: 16.667%;
    }

    .col-lg-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }

    .col-lg-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
    }

    .col-lg-5 {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
    }

    .col-lg-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }

    .col-lg-7 {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
    }

    .col-lg-8 {
      -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
      max-width: 66.667%;
    }

    .col-lg-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }

    .col-lg-10 {
      -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
      max-width: 83.333%;
    }

    .col-lg-11 {
      -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
      max-width: 91.667%;
    }

    .col-lg-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }

    .col-lg-offset-1 {
      margin-left: 8.333%;
    }

    .col-lg-offset-2 {
      margin-left: 16.667%;
    }

    .col-lg-offset-3 {
      margin-left: 25%;
    }

    .col-lg-offset-4 {
      margin-left: 33.333%;
    }

    .col-lg-offset-5 {
      margin-left: 41.667%;
    }

    .col-lg-offset-6 {
      margin-left: 50%;
    }

    .col-lg-offset-7 {
      margin-left: 58.333%;
    }

    .col-lg-offset-8 {
      margin-left: 66.667%;
    }

    .col-lg-offset-9 {
      margin-left: 75%;
    }

    .col-lg-offset-10 {
      margin-left: 83.333%;
    }

    .col-lg-offset-11 {
      margin-left: 91.667%;
    }

    .start-lg {
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      text-align: start;
    }

    .center-lg {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      text-align: center;
    }

    .end-lg {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
    }

    .top-lg {
      -ms-flex-align: start;
      -webkit-box-align: start;
      align-items: flex-start;
    }

    .middle-lg {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
    }

    .bottom-lg {
      -ms-flex-align: end;
      -webkit-box-align: end;
      align-items: flex-end;
    }

    .around-lg {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .between-lg {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    .first-lg {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1;
    }

    .last-lg {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
  }

  .flexcolumn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
