@charset "utf-8";



.inner_wrapper img{
    width:100%;
}
.key_visual_pc{
    width:100%;
}
.key_visual_sp{
    display: none;
}
.key_visual_pc img,
.key_visual_sp img{
    width:100%;
}
.bg_yellow{
    background:#f3f2ee;
}
.content_01 .ttl_box{

}
.content_01 .ttl_box .sub_ttl{
    color:#114a9a;
    font-size:3.0rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:800;
    text-align:center;
}
.content_01 .ttl_box .main_ttl{
    color:#2e0409;
    font-size:7.0rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:800;
    text-align:center;
}
.content_01 .ttl_box .main_ttl span{
    font-size:150%;
    color:#2e0409;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/*202503追記*/

.bk-waterflow3{
    background-image: url(../img/index/bk-waterflow3.png);
    background-position: top center;
    background-size: cover;
}

.blue-mincho-title.blue-gradation-title{
    background-image: linear-gradient(to bottom, #00a2e2, #0073c8); /* 上から下にグラデーション */
    -webkit-background-clip: text; /* テキストに背景を適用 */
    color: transparent;
    font-size:46px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {

    .blue-mincho-title.blue-gradation-title {
        font-size: 2.4rem;
    }

}

.two-columns-w30w70{
    column-gap: 3%;
}

.two-columns-w30{
    width: 30%;
}

.two-columns-w70{
    width: 67%;
}

.two-columns-wl50wrcalc{
    column-gap:10px;
    align-items: center;
}

.two-columns-wl50wrcalc.align-top{
    column-gap:10px;
    align-items: flex-start;
}

.two-columns-wl50{
    width: 50px;
}

.two-columns-wrcalc{
    width: calc(100% - 60px);
}

@media screen and (max-width: 768px) {

    .two-columns-wl50{
        width: 25px;
    }
    
    .two-columns-wrcalc{
        width: calc(100% - 35px);
    }
}

.white-wrapper{
    padding: 80px 50px 50px;
    background: #fff;
}

.two-columns-w37w59{
    column-gap: 4%;
}

.two-columns-w37 {
    width: 37%;
}

.two-columns-w59 {
    width: 59%;
}

.two-columw48w48{
    column-gap: 4%;
    row-gap: 20px;
}

.two-columw48{
    width: 48%;
}

@media screen and (max-width: 768px) {
    .section-03 .two-columns-w30{
        width: 60%;
        margin: 20px auto;
    }

    .section-03 .two-columns-w70{
        width: 95%;
        margin: 0 auto;
    }

    .white-wrapper{
        padding: 25px;
    }

    .two-columns-w37 {
        width: 100%;
    }
    
    .two-columns-w59 {
        width: 100%;
    }

    .two-columw48{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

}

.waterblue-mincho-title{
    letter-spacing: -5px;
    color:#00a7e5;
    font-size: 3.6rem;
    font-weight: 800;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.waterblue-border-radius-title{
    line-height:40px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
    background: #00a7e5;
    border-radius: 50px;
    padding: 2px;
    display: inline-block;
    width: 350px;
    text-align: center;
}

.barrier-cap-img{
    width: 80%;
    margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {

    .waterblue-mincho-title{
        font-size: 2.4rem;
    }

    .waterblue-border-radius-title{
        font-size: 1.4rem;
        line-height: 20px;
        width: 200px;
    }
}

.blue-line-radius-wrapper{
    border: 1px solid #114a9a;
    border-radius: 20px;
    padding: 20px 5px 20px 20px;
}

.water-blue-wrapper{
    background: #e8f7ff;
    width: 100%;
    padding: 50px;

}

@media screen and (max-width: 768px) {

    .water-blue-wrapper{
        padding: 20px 10px;
    }
}

.two-columns-w54{
    width: 54%;
}

.two-columns-w42{
    width: 42%;
}

.two-columns-w54w42{
    column-gap: 4%;
}

@media screen and (max-width: 768px) {

    .two-columns-w54{
        width: 100%;
    }
    
    .two-columns-w42{
        width: 100%;
    }

    .two-columns-w54w42 .two-columns-w42{
        width: 70%;
        margin: 10px auto;
        max-width: 300px;
    }
    .icon-plus{
        width: 38px;
        height: auto;
    }

    .icon-red-arrow{
        width: 130px;
        height: auto;
    }
    .w95sp{
        width: 95%;
        margin: 0 auto;
    }
}


.two-columns-w50w48{
    column-gap: 2%;
}

.two-columns-w50{
    width: 50%;
}

.two-columns-w48{
    width: 48%;
    max-width: 476px;
}

.section-05-visual{
    background: url(../img/);
}


.two-columns-w20w73{
    column-gap: 7%;
}

.two-columns-w20{
    width: 20%;
}

.two-columns-w73{
    width: 73%;
}

.two-column-w06w90{
    column-gap: 4%;
}

.two-column-w06{
    width: 6%;
}

.two-column-w90{
    width: 90%;
}

.two-column-w46w43{
   column-gap: 1%; 
   row-gap: 10px;
}

.two-column-w46{
    width: 51%;
}

.two-column-w43{
    width: 47%;
}

@media screen and (max-width: 768px) {
    .two-column-w43{
        width: 90%;
        margin: 0 auto;
    }

    .two-column-w46{
        width: 90%;
        margin: 0 auto;
        max-width: 500px;
    }
    .two-column-w46 .two-column-w215{
        padding-left:5px;
    }

}

.two-column-w215w235{
    column-gap: 2%
}

.two-column-w215{
    width:47%;
}

.two-column-w235{
    width:51%;
}

.two-column-w235 img,
.two-column-w206 img{
    max-width: 100%;
}

.two-column-w216w206{
    column-gap: 4%;
    max-width: 480px;
}

.two-column-w216{
    width: 50%;
}
.two-column-w206{
    width: 48%;
}

.icon-orange::before{
    display: inline-block;
    content: "";
    background: #e8983e;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: -3px;
}

.icon-gray::before{
    display: inline-block;
    content: "";
    background: #58585a;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: -3px;
}

.txt-bk-orange{
    background: #e6993d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 0 1px;
    max-width:215px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .icon-orange,
    .icon-gray{
        font-size:1.2rem;
        padding-left:1em;
        text-indent: -1em;
    }

    .icon-orange::before,
    .icon-gray::before{
        width: 10px;
        height: 10px;
        vertical-align: 0;
        margin-right: 5px;
        
    }

    .txt-bk-orange{
        font-size: 1.4rem;
        padding: 0;
    }

    .two-column-w216w206{
        column-gap: 1%;
    }
}


.history-list-wrapper{
    padding-left: 22%;
}

@media screen and (max-width: 768px) {

    .history-list-wrapper{
        padding-left:0;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px !important;
    }

    .w180sp{
        width: 180px;
        height:auto;
    }
}


.pl22per{
    padding-left: 22%;
}


.history-list {
    display: flex;
    flex-wrap: wrap;
}

.history-list dt{
    width: 130px;
    color: #114a9a;
    font-size: 2.2rem;
    line-height: 2.5;
    font-weight: 600;
}

.history-list dd{
    width: calc(100% - 130px);
    color: #2e0409;
    font-size: 2.2rem;
    line-height: 2.5;
    font-weight: 600;
}

@media screen and (max-width: 768px) {

    .history-list dt,
    .history-list dd{
        font-size: 1.6rem;
        width: 100%;
        line-height: 1.6;
    }
}

.section-07-question{
    font-size: 2.4rem;
    line-height: 2.0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.answer{
    padding-left: 1.5em;
    text-indent: -1.5em;
}



.answer::before{
    display: inline-block;
    content: "";
    width: 18px;
    height: 19px;
    background: url(../img/index/icon-a.png);
    vertical-align: -3px;
    margin-right:10px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {

    .section-07-question{
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    
    .answer{
        font-size: 1.4rem;
        padding-left: 2em;
        text-indent: -2em;
    }
}

.border-radius-waterblue4{
    width: 100%;
    border: 4px solid #00a7e5;
    border-radius: 20px;
    padding: 40px;
}

.border-radius-waterblue5{
    width: 60%;
    border: 4px solid #00a7e5;
    border-radius: 20px;
	margin: 0 auto;
    padding: 10px 0;
	text-align: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 0px #E8D9C4;
}

@media screen and (max-width: 768px) {

    .border-radius-waterblue5{
        width: 100%;
        border: 2px solid #00a7e5;
        border-radius: 10px;
        margin: 0 auto;
        text-align: center;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 0px #E8D9C4;
    }
}

.four-columns-w220-wrapper{
    column-gap: 4%;
}

.four-columns-w220{
    /*width: 22%;*/
    text-align: center;
}

.four-columns-w220-img{
    max-height: 145px;
    width: auto;
    text-align: center;
}

.four-columns-w220-img img{
    max-height: 145px;
    max-width: 100%;
    max-height: 100%;
}

.section-07_four-left-item{
    width: 22%;
    text-align: center;
}

.section-07_four-right-item{
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6%;
}




@media screen and (max-width: 768px) {
    .section-07_four-left-item{
        width: 40%;
        margin: 0 auto;
    }
    .section-07_four-right-item{
        width: 100%;
        column-gap: 1%;
    }

    .section-07_four-right-item .four-columns-w220-img{
        min-height: 71px;
        height: 71px;
        max-height: inherit;
    }

    .section-07_four-right-item .four-columns-w220{
        width: 32%;
    }

    .section-07_four-right-item .four-columns-w220 p{
        font-size: 1.2rem;
    }

    .four-columns-w220-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .four-columns-w220:first-child {
        /*width: 100%;*/
        text-align: center;
    }

    .four-columns-w220:first-child img {
        /*max-width: 50%; /* 画像を中央に適切なサイズで表示 */
    }

    /* 下3つを横並びにする */
    .three-columns-group {
        display: flex;
        justify-content: center;
        gap: 4%;
        width: 100%;
    }

    /* 各アイテムを均等に配置 */
    .three-columns-group .four-columns-w220 {
        width: 30%; /* 均等に3つ配置 */
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .three-columns-group .four-columns-w220-img {
        display: block;
        margin-bottom: 10px; /* 画像とテキストの間隔を調整 */
    }

    .three-columns-group p {
        margin-top: 0; /* テキストを画像のすぐ下に */
    }
}





.border-radius-waterblue4.prl100{
    padding: 40px 100px;
}

.two-column-w59w33{
    column-gap: 8%;
}

.two-column-w59{
    width: 59%;
}

.two-column-w33{
    width: 33%;
}

@media screen and (max-width: 768px) {

    .border-radius-waterblue4.prl100{
        padding: 20px 15px;
    }

    .section-01.pb80{
        padding-bottom: 60px !important;
    }

    .border-radius-waterblue4{
        padding: 20px 30px;
    }

    .two-column-w59{
        width: 100%;
    }

    .two-column-w33{
        width: 100%;
        width:70%;
        margin:10px auto;
        text-align: center;
    }
}


@media screen and (max-width: 768px) {

}









.fz20{
    font-size: 20px;
}
.lsminus05{
    letter-spacing: -.5px;
}
.lsminus15{
    letter-spacing: -1.5px;
}
.lsminus20{
    letter-spacing: -2px;
}

.lsminus80{
    letter-spacing: -8px;
}

/*202306追記*/

.alert01{
    color:#ff0000;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    padding-bottom: 10px;
    /*margin-left: 50px;*/
}

@media screen and (max-width: 768px) {
    .alert01{
        font-size: 1.6rem;
        font-weight: 800;
        text-align: center;
        margin-left: 0px;
    }
}

.alert02{
    color:#ff0000;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .alert02{
        font-size: 1.6rem;
        font-weight: 800;
        text-align: center;
        margin-left: 0px;
    }
}



.content_01__title{
    border: none;
    border-radius: 30px;
    padding: 30px 10px;
    background: #ffebff;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: inset 0 0 20px 20px rgba(255, 183, 255, .5);
}

/*.content_01__title{
    border: 8px solid #3ea9ea;
    border-radius: 30px;
    padding: 40px 10px;
    background: #fffcde;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 3px 25px 5px rgba(60, 194, 235, 1);
}*/

.content_01 .content_01__title p{
    text-align: center;
}

.content_01__title .fz18{
    font-size: 1.8rem;
    color:#2e0409;
}

.content_01__title .fz30{
    font-size: 3.0rem;
    color:#2e0409;
    font-weight: 800;
}

.content_01__img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.content_01__img01{
    width: 300px;
}

.content_01__img02{
    width: 600px;
}

.content_01-icon-plus{
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px;
}

.txtBrown{
    color: #2e0409;
}

.txtPink{
    color: #e9596a;
}

.txtPink2{
    color: #ff33cc;
}

.txtPink3{
    color: #ed3838;
}

.txtBlue{
    color: #114a9a;
}

.txt_bk_green{
    background: #62b156;
    color: #fff;
    padding: 5px 20px;
}

@media screen and (max-width: 768px) {
    .txt_bk_green{
        padding: 5px; 
    }
}

.txtcenter{
    text-align: center;
}

.txtright{
    text-align: right;
}

.txtjustify{
    text-align: justify;
}

.fz18{
    font-size: 1.8rem;
}
.fz20{
    font-size: 2.0rem;
}
.fz24{
    font-size: 2.4rem;
}
.fz36{
    font-size: 3.6rem; 
}

.fw600{
    font-weight: 600;
}

.fw800{
    font-weight: 800;
}

.content_01__img01{
    margin-right: 115px;
}

.content_01__img01-img-wrap{
    position: relative;
    margin-top: 75px;
}

.content_01__img02-img-wrap{
    margin-top: 75px;
}

.content_01__img01-img-wrap::after{
    position: absolute;
    right: -80px;
    right: -35%;
    top: 40%;
    content: "";
    width: 32px;
    height: 37px;
    background-image: url(../img/index/icon__blue-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content_01_flexb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.point-five_right{
    text-align: right;
    margin-right: 50px;   
}

@media screen and (max-width: 768px) {
    .point-five_right{
        text-align: right;
        margin-right: 0;   
    }
    .txtleftsp{
        text-align: left;
    }
}

.content_02-intense-txt{
    display: block;
    max-width: 1000px;
    border-radius: 30px;
    padding: 30px 10px;
    margin: 0 auto;
    background: #ffebff;
    box-shadow: inset 0 0 20px 20px rgba(255, 183, 255, .5);
}

/*.content_02-intense-txt{
    display: block;
    width: 600px;
    border-radius: 20px;
    border: 8px solid #3ea9ea;
    padding: 40px;
    margin: 0 auto;
    background: #fffcde;
    box-shadow: 0px 3px 25px 5px rgba(60, 194, 235, 1);
}*/

@media screen and (max-width: 1200px) {
    .content_01__img01-img-wrap,
    .content_01__img02-img-wrap{
        margin-top:30px;
    }
    .content_01 .txtBrown.fz14.pl-ti02{
        text-align: center;
    }
    .content_02-intense-txt{
        max-width: 750px;
        width: 100%;
        padding:20px 10px;
    }
    

@media screen and (max-width: 950px) {
    .content_01__title .fz30{
        font-size: 1.8rem;
    }
    .content_01__title .fz18{
        font-size: 1.6rem;
    }  
    
}
@media screen and (max-width: 768px) {
    .content_01 .txtBrown.fz14.pl-ti02{
        text-align: left;
    } 
    .content_01-icon-plus{
        width: 20px;
        height: auto;
    }
.content_01-icon-plus{
    width: 40px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px;
}
}
}

@media screen and (max-width: 1200px) {
.content_01__img01{
    width: 70%;
    margin: 0 auto 40px;
}

.content_01__img01-img-wrap{
   text-align: center;
}

.content_01__img01-img-wrap::after {
    right: 50%;
    top: 110%;
    content: "";
    width: 15px;
    height: 18px;
    top: 100%;
right: 0;
left: 50%;
margin-top: 10px;
transform: rotateZ(90deg);
}

.content_01__img02{
    margin:0 auto;
}

.content_01__img02-img-wrap {
    text-align: center;
}

}



@media screen and (max-width: 600px) {
    .content_01__img02{
        width: 100%;
    }
    .content_01__img01-img-wrap{
        text-align: center;
        width: 100%;
        
    }
    .content_01__img02-img-wrap{
        margin-bottom: 30px;
    }
    
    .content_01__img02-img-wrap img{
        width: 100%;
        height: auto;
       
    }
}

.bk-blue{
    background-color: #f2f8fe;
}

.blue-mincho-title{
    letter-spacing: -1.5px;
    text-align: center;
    color:#114a9a;
    font-size: 3.6rem;
    font-weight: 800;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

@media screen and (max-width: 768px) {

    .blue-mincho-title{
        font-size: 2.4rem;
    }
}



.brown-mincho-title{
    font-size: 4.8rem;
    font-weight: 800;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #2e0409;
    text-align: center;
    letter-spacing: -1px;
}

@media screen and (max-width: 900px) {
    .brown-mincho-title{
        font-size: 2.4rem;
    }
}

.content_02-three-column-item{
    width: calc(33.3333% - 60px/3);
    margin-right: 30px;
}

.content_02-three-column-item:nth-child(3n){
    margin-right: 0;
}

.content_02-three-column-item_title{
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
}

.content_02-three-column-item_subtitle{
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

.content_02-three-column-item_txt{
    text-align: center;
}

.content_02-img05-wrapper{
    width:830px;
    max-width: 100%;
    margin:0 auto;
}

.content_02-img05-wrapper img{
    width: 100%;
    
}


@media screen and (max-width: 768px) {
    .content_02-three-column-item{
        width: 90%;
        margin:0 auto 20px;
        max-width: 277px;
    }

    .content_02-three-column-item:nth-child(3n){
        margin:0 auto 20px;
    }
    .content_02-three-column-item_title{
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .content_02-three-column-item_subtitle{
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .content_02-three-column-item_txt{
        line-height: 1.4;
    }

}

.content_04{
    background-image: url(../img/index/bk-waterflow.png);
    background-size: contain;
    background-position: center 250px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1090px) {
    .content_04{
        background-size: contain;
        background-position: center bottom;
    }
}

.content_04 .inner_wrapper img{
    width: auto;
    height: auto;
}

.content_04 .sub-title_release-month{
    text-align: right;
    font-size: 1.4rem;
    margin-right: 100px;
}

@media screen and (max-width: 900px) {
    .content_04 .sub-title_release-month{
        text-align: center;
        font-size: 1.2rem;
        margin-right: 0;
    }
}

.content_04-three-column-items{
    display: flex;
    flex-wrap: wrap;
}

.content_04-three-column-item{
    width: calc(33.3333% - 160px/3);
    margin-right: 80px;
}

.content_04-three-column-item:nth-child(3n){
    margin-right: 0px;
}

.content_04-three-column-item p{
    text-align: center;
    margin-bottom: 20px;
}

.content_04-three-column-item_icon{
    margin: 0 auto 20px;
    width: 60px;
}

.content_04-three-column-item_icon img{
    width: auto !important;
    height: auto;
}

.content_04-three-column-item_img{
    text-align: center;
}

@media screen and (max-width: 768px) {

    .content_04-three-column-item{
        width: 80%;
        margin: 0 auto 20px;
    }

    .content_04-three-column-item:nth-child(3n){
        margin: 0 auto 20px;
    }
}

.blue-dotted-line{
    position: relative;
}

.blue-dotted-line::after{
    content: "";
    width: 342px;
    height: 5px;
    background-image: url(../img/index/img__blue-dotted-line.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom:-10px;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);

}

@media screen and (max-width: 768px) {
    .blue-dotted-line::after{
        width: 90%;
        background-size: cover;
        max-width: 342px;
    }
}


/*.content_05{
    width: 100%;
    position: relative;
    padding-top:100px;
}

.content_05:before{
    content: '';
    background-image: url(../img/index/bk-waterflow.png);
    position: absolute;
    width: 100%;
    height:1523px;

}*/

.content_05-innter-wrapper{
    padding: 30px 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .content_05-innter-wrapper{
        padding: 30px 10px;
    }
}

.content_05_img05-wrapper{
    position: relative;
}
.content_05_img05-txt{
    position: absolute;
    top:30px;
    right:0;
}

.content_05-innter-wrapper .ml400{
   /* margin-left: 380px;*/
    text-align: right;
}

@media screen and (max-width: 768px) {
    .content_05_img05-txt{
        position: absolute;
        top: -20px;
        right: 0;
    }
    .content_05-innter-wrapper .ml400{
        /*margin-left: 0;*/
        text-align: center;
        /*text-align: right;*/
    }
}

@media screen and (max-width: 500px) {
    .content_05_img05-txt{
        position: absolute;
        top: 50%;
        right: 0;
        width: 45%;
    }

    
}



.patent-icon-text-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.patent-icon-text{
    width: calc(100% - 180px);
}

.patent-icon-img{
    width: 180px;
}

@media screen and (max-width: 768px) {

    .patent-icon-text-wrapper {
        align-items: flex-start;
    }
    .patent-icon-text{
        width: calc(100% - 90px);
    }
    
    .patent-icon-img{
        width: 90px;
        padding-right: 10px;
    }

    .patent-icon-img img{
        width: 100%;
        height: auto;
    }
}

.content_05-structure{
    display: flex;
    flex-wrap: wrap;
}

.content_05-structure-txt{
    width: calc(100% - 420px);
}

.content_05-structure-img{
    width: 420px;
}

@media screen and (max-width: 768px) {
    .content_05-structure-txt,
    .content_05-structure-img{
        width: 100%;
    }

    .content_05-structure-txt{
        margin-bottom: 20px;
    }

    .content_05-structure-img{
        text-align: center;
    }
}

.contents_05-img09-wrapper{
    border: 2px solid #2e518b;
    padding: 30px;
    background: #effaf9;
}



.content_05-structure-mist{
    position: relative;
    border: 2px solid #2e518b;
    padding: 30px 30px 220px 30px;
    /*margin-bottom: 200px;*/
    margin-bottom: 80px;
    background: #effaf9;
}

.content_05-structure-mist-txt01{
    position: absolute;
    top:30px;
    left: 30px;
    width: 600px;
}

.content_05-structure-mist-txt02{
    position: absolute;
    /*bottom: -80px;
    left: 0;*/
    bottom: 80px;
    left: 30px;
    width: 580px;
    border: 2px solid #0770c1;
    padding: 10px 6px 10px 15px;
    border-radius: 20px;
    background: #fff;
}

.content_05-structure-mist-txt03{
    position: absolute;
    /*bottom: -170px;
    right: 0;*/
    bottom: 40px;
    right: 20px;
    
}

@media screen and (max-width: 768px) {

    .content_05-structure-mist{
        margin-bottom: 50px;
        padding: 30px 20px;
    }

    .content_05-structure-mist-txt01{
        position: static;
        margin-bottom: 20px;
        width: 100%;
    }

    .content_05-structure-mist-txt02{
        position: static;
        width: 100%;
    }

    .content_05-structure-mist-txt03{
        position: static;
        margin-bottom:30px;
    }
}

.content_05-w470-item{
    width: 485px;
    margin-right:25px;
    text-align: center;
}

.content_05-w470-item:nth-child(2){
    margin-right: 0;
}

@media screen and (max-width: 1200px) {

    .content_05-w470-item{
        width: 100%;
        margin: 0 auto 30px;
        max-width: 485px;
    }

    .content_05-w470-item:nth-child(2){
        margin: 0 auto 30px;
    }
}



.content_05-w470-item-gray-txt{
    background-color: #d8dce5;
    display: inline-block;
    padding: 5px 10px;
}

.content_05-w470-item-package{
    width: 46px;
    margin-left:10px;
}

@media screen and (max-width: 768px) {

    .content_05-w470-item-package {
        width: 30px;
    }

}

.content_05-w470-item_flex-txt{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.wrapper-w1000{
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .wrapper-w1000{
        width: 100%;
    }
}

.content_05-border_box{
    border: 1px solid #000;
    padding: 40px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content_05-border_box-img{
    width: 280px;
}

.content_05-border_box-txt{
    width: calc(100% - 280px);
    padding-left:60px;
}

@media screen and (max-width: 768px) {

    .content_05-border_box{
        padding: 20px;
    }

    .content_05-border_box-img{
        width: 100%;
        margin-bottom: 20px;
    }

    .content_05-border_box-img img{
        width: 100%;
        margin: 0 auto;
    }
    .content_05-border_box-txt{
        width: 100%;
        padding-left: 0;
    }
}

.content_05-three-graph-items{
    width: 900px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    max-width: 900px;
    width: 95%;
}

div.content_05-three-graph-item{
    text-align: center;
}

.content_05-three-graph-item p{
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 1.8rem;
}


@media screen and (max-width: 768px) {
    .content_05-three-graph-items{
        width: 100%;
        justify-content: center;
        margin: 0 auto 25px;
    }

    div.content_05-three-graph-item{
        width: 100%;
        margin-bottom:20px;
    }

    .content_05-three-graph-item-img{
        text-align: center;
        width: 60%;
        margin: 0 auto 20px;    
    }

    .content_05-three-graph-item-img img{
        max-width: 150px;
    }

    .content_05-three-graph-item p{
        font-size: 1.6rem;
    }
}

.content_showcase-title-wrapper{
    width: 520px;
    margin:0 auto 20px;
    padding-bottom: 20px;
    display:flex;
    align-items: flex-end;
    background-image: url(../img/index/img__blue-dotted-line2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.content_showcase-title-txt{
    padding-left: 10px;
}

.content_showcase-schedule_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.content_showcase-schedule_calendar{
    width: 190px;
    text-align: right;
}

.content_showcase-schedule_txt-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 710px;
}

.content_showcase-schedule_txt{
    width: 72%;
    padding: 0 10px 0 40px;
}

.content_showcase-schedule_img{
    width: 195px;
    width: 28%;
    text-align: left;
}


@media screen and (max-width: 900px) {
    .content_showcase-title-wrapper{
        width: 100%;
        flex-wrap: wrap;
        margin:0 auto 40px;
    }

    .content_showcase-title-img{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .content_showcase-title-txt{
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .content_showcase-title-txt{
        padding-left: 0;
        text-align: center;
    }

    .content_showcase-schedule_calendar{
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }

    .content_showcase-schedule_calendar img{
        width: 50px;
    }

    .content_showcase-schedule_txt-wrapper{
        width: 100%;
    }

    .content_showcase-schedule_txt{
        width: 100%;
        padding:0;
    }

    .content_showcase-schedule_img{
        width: 70%;
        margin: 10px auto;
        text-align: center;
    }

    .content_showcase-schedule_txt{

    }
}

.content_customer-voice{
    padding: 100px 0;
    background-image: url(../img/index/bk-waterflow2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.customer-voice_item{
    background: #fff;
    padding: 10px 0;
    /*border-radius: 7px;*/
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    border: 2px solid #ccc;
    text-align: center;
}

.customer-voice_item img{
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .content_customer-voice{
        padding: 20px 0;
    }

}

/*slick*/

.slick-prev {
    background-image: url(../img/index/btn-prev.png);
    left: -20px;
    background-position: left 50%;
    z-index:100;

}
    
.slick-next{
    background-image:url(../img/index/btn-next.png);
    right: -20px;
    background-position: right 50%;
    z-index:100;

}

@media screen and (max-width: 768px) {
    .slick-prev{
        left: -2%;
        width: 30px;
        height:30px;
    }
        
    .slick-next{
        right: -2%;
        width: 30px;
        height:30px;
    }
}




.border_box img{
    width:100%;
}
.content_box .photo_box{
    width:48%;
}
.content_box .txt_box{
    width:50%;
}
.border_ttl{
    border-bottom:dotted 4px #114a9a;
    font-size:2.4rem;
    font-weight:800;
    color:#114a9a;
    margin-bottom:10px;
    font-family: "Arial", "メイリオ";
}
.border_ttl span{
    font-size:3.6rem;
    font-weight:bold;
    color:#114a9a;
    font-weight:800;
    font-family: "Arial", "メイリオ";
}

.blue_txt_ttl{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#2e0409;
    font-size:3.4rem;
    font-weight:bold;
    margin-bottom:10px;
}
.txt_cont_box{
    color:#2e0409;
    font-weight:500;
}
.ttl_box_bluebig .main_ttl{
    font-size:6.0rem;
    color:#114a9a;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align:center;
    font-weight:800;
}
.bubble_list{
    background:url(../img/index/future_bg.png) no-repeat top center;
    background-size:contain;
    width:100%;
    min-height:220px;

}
.bubble_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    width:33%;
}
.bubble_list li a{
    text-align:center;
    display: block;
    color:#114a9a;
    font-weight:800;
    position:relative;
}
.bubble_list li a:after{
    content:"";
    background:url(../img/index/ico_blue.png) no-repeat top center;
    width:20px;
    height:20px;
    position:absolute;
    right: -22px;
    top: 18px;
}

.ttl_box_brownbig .main_ttl{
    font-size:4.8rem;
    color:#2e0409;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align:center;
    font-weight:800;
}
.bg_water{
    background:url(../img/index/voice_bg_blue.png) no-repeat top center;
    background-size: cover;
}
.photo_voice_box{
    display: flex;
    flex-wrap: wrap;
}
.white_box{
    background:#fff;
    width:30%;
    padding:15px 0;
    border-radius: 7px;
    box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.2);
    margin:0 1%;
    
}
.white_box .photo_cont{
    width:90%;
    max-width:300px;
    margin:0 auto;
}
.white_box.photo_box .photo_cont img{
    width:100%;
}
.white_box .txt_cont{
    width:90%;
    padding-top:20px;
    font-size:1.8rem;
    color:#2e0409;
    margin:0 auto;
}
.white_box .txt_cont p{
    font-weight:800;
    color:#2e0409;
    width: 100%;
    margin-top: auto;
}
.text_voice_box .white_box{
    padding:20px 10px;
}
.text_voice_box .text_box img{
    width:100%;
}




@media screen and (max-width: 500px) {

    .key_visual_pc{
        display: none;
    }
    .key_visual_sp{
        display: block;
    }
    .content_01 .ttl_box .sub_ttl {
        font-size: 2.0rem;
        line-height: 2.4rem;
    }
    .ttl_box_bluebig .main_ttl {
        font-size: 3.0rem;
    }
    .content_01 .ttl_box .main_ttl {
        font-size: 3.0rem;

    }
    .content_box .txt_box {
        width: 90%;
        margin:0 auto;

    }
    .content_box .cont_sp_01.txt_box {
        background:url(../img/index/reason_sp_bg01.png) no-repeat top right;
        background-size:contain;
    }
    .content_box .cont_sp_02.txt_box {
        background:url(../img/index/reason_sp_bg02.png) no-repeat top right;
            background-size:contain;
    }
    .content_box .cont_sp_03.txt_box {
        background:url(../img/index/reason_sp_bg03.png) no-repeat top right;
        background-size:contain;
    }
    .blue_txt_ttl {
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        color: #2e0409;
        font-size: 2.6rem;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 2.8rem;
    }
    .content_02 .txt_box{
        width:100%;
        margin:0;
        padding-left:5%;
        padding-right:30%;
        background:url(../img/index/future_sp_bg.png) no-repeat bottom right;
        background-size:50%;
    }
    .content_02 .f_reverse {
        flex-flow:wrap;
    }
    .bubble_list {
        width: 100%;
        min-height: 160px;
        padding-top: 50px;
    }
    .ttl_box_brownbig .main_ttl {
        font-size: 2.4rem;
        line-height:2.8rem;
    }
    .white_box {
        background: #fff;
        width: 100%;
        padding: 15px 0;
        border-radius: 7px;
        box-shadow: 0 14px 14px 0 rgb(0 0 0 / 20%);
        margin: 5% 0%;
    }
    .content_03 .inner_wrapper{
        width:95%;
    }

}

/*共通　調整*/

.txtBlue{
    color: #114a9a;
}

.fz12{
    font-size: 1.2rem;
}

.fz14{
    font-size: 1.4rem;
}

.fz16{
    font-size: 1.6rem;
}

.fz18{
    font-size: 1.8rem;
}

.fz20{
    font-size: 2.0rem;
}

.fz22{
    font-size: 2.2rem;
}

.fz24{
    font-size: 2.4rem;
}

.fz28{
    font-size: 2.8rem;
}

.fz30{
    font-size: 3.0rem;
}

.fz40{
    font-size: 4.0rem;
}

.fw800{
    font-weight: 800;
}
.fwnormal{
    font-weight: normal;
}

.lsminus10{
    letter-spacing: -1px;
}
.mb100{
    margin-bottom: 100px;
}

.mt10{
    margin-top: 10px;
}

.mr20{
    margin-left: 40px;
}

.mr100{
    margin-right: 100px;
}

.pl-ti02{
    padding-left:2em;
    text-indent:-2em;
}

.bk-yellow{
    background-color: #f3f2ee;
}
.bk-white{
    background-color: #fff;
}
.bk-beige{
    background-color: #f3f2ee;
}

.wrapper-w900{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.wbba{
    word-break: break-all;
}

.lh10{
    line-height: 1.0em;
}

.lh12{
    line-height: 1.2em;
}

.lh20em{
    line-height: 2.0em;
}

@media screen and (max-width: 768px) {
    .lh16sp{
        line-height: 1.6em;
    }
}

.yellow-under-marker{
    background:linear-gradient(transparent 70%, #ff6 60%);
}

@media screen and (max-width: 900px) {

.wrapper-w900{
    width: 90%;
}
.txtcenter-sp{
    text-align: center;
}
}

@media screen and (max-width: 768px) {

    .fz18sp{
        font-size: 1.8rem;
    }
    .fz16sp{
        font-size: 1.6rem;
    }

    .fz14sp{
        font-size:1.4rem;
    }
    .fz12sp{
        font-size: 1.2rem;
    }

    .lsminus10sp{
        letter-spacing: -1px;
    }
    .txtcenter-sp{
        text-align: center;
    }

    .mb30sp{
        margin-bottom: 30px;
    }

}