@charset "UTF-8";
/* CSS Document */

body{
    margin-top: 0px;
}


p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h2{
    margin-bottom: 60px;
}

h3,h4{
    font-family: 'Shippori Mincho B1', serif;
    argin-block-start: 0em;
    margin-block-end: 0em;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

/* main_v Under*/
    #main_v_underont{
        
        background: url(../img/02/main_v@2x.png) no-repeat;
        background-size: cover;
        background-position: center center;
        margin: -17px 0 0 0;
        
    }

#contents02_siru{
    margin-bottom: 50px;
}
/* contents01*/
#contents02_siru #contents01 {
    width: calc(100%);
    overflow: hidden;
    max-width: 100%;
    padding: 0;
    margin: 0px auto 100px auto;
}
#contents02_siru #contents01 .inner{
    width: 80%;
    margin: 40px auto 0px auto;
    text-align: center;
}
#contents02_siru #contents01 .inner img{
    margin: auto;
}
#contents02_siru #contents01 .inner h2{
    margin-bottom: 60px;
}






/* bl02*/


#contents02_siru .bl02 {
    width: calc(100%);
    overflow: hidden;
    max-width: 100%;
    margin: 0px auto 80px auto;
}
#contents02_siru .bl02 .inner{
    width: 100%;
    margin: 0px auto;
    padding: 120px 0 100px 0;
}
#contents02_siru .bl02 .inner h2{
}




/* bl03 */

#contents02_siru .bl03{
    width: 100%;
    margin: 160px auto 100px auto;
    overflow: hidden;
    margin-bottom: 0;
    
    
}
#contents02_siru .bl03 .inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin: 0 0;
    padding: 0px 0;
}

#contents02_siru .bl03 .inner .prof_photo{
    position: relative;
    width: 65%;
    height: auto;
    z-index: 20;
    opacity: 0;
   
}
#contents02_siru .bl03 .inner .prof_photo img{
    width: 100%;
    height: auto;
}
#contents02_siru .bl03 .inner .prof_read{
   width: 90%;
    overflow: hidden;
    position: relative;
    right: 0;
    background: url("../img/bg_grange.png");
    margin-left: 10%;
    z-index: 10;
    margin-top: -80px;
    padding-top: 160px;
    
}
#contents02_siru .bl03 .inner .prof_read .title{
    float: left;
    width: 274px;
    display: block;
    margin-left: 100px;
    margin-right: 60px;
}
#contents02_siru .bl03 .inner .prof_read .read{
    float: left;
    width: calc(100% - 460px);
    display: block;
    margin-bottom: 70px;
    
}
#contents02_siru .bl03 .inner .prof_read .read p{
    padding-right: 10%;
    line-height: 1.8em;
}


#contents02_siru input{
    display: none;
}



/* bl04 */
/* bl05 */
/* bl06 */
/* bl07 */
/* bl08 */
#contents02_siru .bl04,
#contents02_siru .bl05,
#contents02_siru .bl06,
#contents02_siru .bl07,
#contents02_siru .bl08{
    width: 100%;
    overflow: hidden;
    margin-top: 0;
}
#contents02_siru .bl04 .inner,
#contents02_siru .bl05 .inner,
#contents02_siru .bl08 .inner{
    width: 80%;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

#contents02_siru .bl05 .inner{
    width: 80%;
    margin: 80px auto 0px auto;
    overflow: hidden;
}
#contents02_siru .bl06 .inner,
#contents02_siru .bl07 .inner{
    width: 80%;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding: 50px 0 50px 0;
}
#contents02_siru .bl08 .inner{
    width: 80%;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
#contents02_siru .bl04,
#contents02_siru .bl05,
#contents02_siru .bl06,
#contents02_siru .bl07{
    margin-bottom: 0;
}
.bl05_read{
    width: 100%;
}
.bl05_read p{
}
.bl05_read img{
    width: 370px;
    height: auto;
    float: right;
}
    
    

/*::::::::::::PROF::::::::::::*/

.prof_wapper{
    background: url(../img/bg_grange.png);
}

.prof{
    padding: 80px 60px 40px 60px;
    width: calc(100%);
    position: relative;
    background: url(../img/02/prof_comment.png) no-repeat ;
    background-position: right top;
    background-size: 40% auto;
}
.labels {
    position: absolute;
    padding: 10px;
    background-color: #000;
    color: #fff;
    left: 0;
    top: 0;
    
    width: 20%;
    text-align: center;
}

.prof_header{
    width: 100%;
    display: block;
    overflow: hidden;
}
.prof_header .photo{
    float: left;
    margin-right: 60px
}
.prof_header .read{
    float: left;
}
.prof_header .read .name_s{
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 30px;
}
.prof_header .read .name_b{
    font-size: 40px;
}
.prof_header .read .name_b span{
    font-size: 18px;
    padding-left: 20px;
}




.prof p{
    margin: 20px 0;
    line-height: 1.7em;
}
.prof p.mar_bo_0{
    margin: 20px 0 0px 0;
    
}


.prof ul,
.prof ul li{
    list-style: inside;
    margin: 0;
    line-height: 1.8em;
}
ul.prof li{
    padding-left: 0.5em;
}


@media screen and (min-width:320px)and (max-width: 768px){
    #contents02_siru #contents01 .inner h2 {
    margin-bottom: 60px !important;
        margin: 0 auto 40px auto !important;
        padding: 0 !important;
        
}
    #contents02_siru{
        margin-top: 0px;
    }
    #contents02_siru #contents01{
        padding: 0px 0% !important;
    }
    
    #contents02_siru #contents01 .inner {
        width: 90%;
        margin: 40px auto 0px auto;
    }
    #contents02_siru #contents01 .inner .title{
        
            width: 100%;
            height: auto;
        
    }
    
    
    #contents02_siru #contents01 .inner .imege02{
        width: 90%;
        height: auto;
    }
    #contents02_siru .bl02 {
        background: none !important;
        margin: 40px 0 0 0;
        padding: 0;
    }
    #contents02_siru .bl02 .carousel_bl02{
        
    }
    #contents02_siru .bl02 .kihon{
        margin-top: 0px !important;
        margin-bottom: 0;
        
        
        
    }
    #contents02_siru .bl02 .inner {
        width: 100%;
        margin: 0px auto;
        padding: 90px 0 0px 0;
    }
    #contents02_siru .bl02 .btn_standerd_gray{
        margin-top: 15px !important;
    }
    
    #contents02_siru .bl03 {
        width: 100%;
        margin: 60px auto 100px auto;
        overflow: hidden;
        margin-bottom: 0;
    }
    
    #contents02_siru .bl03 .inner {
        width: 100% !important;
        padding: 0 0% !important;
        text-align: center;
    }
    #contents02_siru .bl03 .inner .prof_photo {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 20;
        opacity: 0;
    }
    #contents02_siru .bl03 .inner .prof_photo img {
        width: 100%;
        height: auto;
    }
    #contents02_siru .bl03 .inner .prof_read {
        width: 90%;
        overflow: hidden;
        position: relative;
        right: 0;
        background: none;
        margin-left: auto;
        margin-right: auto;
        z-index: 10;
        margin-top: 0px;
        padding-top: 0px;
    }
    #contents02_siru .bl03 .inner .prof_read .read {
        float: none;
        width: calc(100%);
        margin: 0px auto 20px auto;
        display: block;
    }
    #contents02_siru .bl03 .inner .prof_read .title {
        float: none;
        width: 60%;
        display: block;
        padding-left: 0px;
        margin-right: 0px;
        margin: 0 auto;
    }
    #contents02_siru .bl03 .inner .prof_read .title img{
        width: 100%;
        height: auto;
    }
    #contents02_siru .bl03 .inner .prof_read .read p {
        padding-right: 0%;
        line-height: 1.8em;
        width: 100%;
    }
    #contents02_siru .bl04{
        width: 100%;
    }
    #contents02_siru .bl04 .inner{
        width: 90%;
        margin: 40px auto 0px auto;
        overflow: hidden;
        padding: 0;
    }
    
    
    
    #contents02_siru .bl04 .inner p{
        width: 100%;
        margin: 0 auto;
    }
    #contents02_siru .bl05{
        width: 100%;
    }
    #contents02_siru .bl05 .inner{
        width: 90%;
        margin: 40px auto 0px auto;
        overflow: hidden;
        padding: 0;
    }
    
    #contents02_siru .bl05 .inner p{
        width: 100%;
        margin: 0 auto;
    }
    #contents02_siru .bl06{
        width: 100%;
    }
    #contents02_siru .bl06 .inner{
        width: 90%;
        margin: 40px auto 0px auto;
        overflow: hidden;
        padding: 0;
    }
    
    #contents02_siru .bl06 .inner p{
        width: 100%;
        margin: 0 auto;
    }
    #contents02_siru .bl06 .inner{
        width: 90%;
        margin: 60px auto 0px auto;
        overflow: hidden;
    }
    #contents02_siru .bl07 .inner {
        width: 90%;
        margin: 60px auto 0px auto;
        overflow: hidden;
    }
    
    
    
    /*//////////////スライダー*/
    * { box-sizing: border-box; }

    .carousel_bl02 {
      background: #fff;
        
    }

    .carousel_bl02 .carousel-cell {
    width: 100%;
    padding: 0 10%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-left: 20%;
    background-color: #fff;
}

    .carousel.is-fullscreen .carousel-cell {

    }
    .flickity-viewport{
        margin-left: 0%;

    }

    
    
    .carousel_bl02 .carousel-cell img{
        width: 100%;
    }
.flickity-prev-next-button {
    top: 50%;
    width: 20px !important;
    height: 20px !important;
}
.flickity-button {
    position: absolute;
    background:rgb(0, 0, 1) !important;
    border: none;
    color: #fefefe !important;
}
    .prof_wapper {
    background: #fff;
}
    
    .prof {
        padding: 100px 30px 40px 30px;
        width: calc(100%);
        position: relative;
        background: none;
        background-position: right top;
        background-size: 40% auto;
    }
    .zukai_wapper {
        background: #f9f4ed;
    }
    
    .zukai {
        padding: 100px 30px 40px 30px;
        width: calc(100%);
        position: relative;
        background: none;
        background-position: right top;
        background-size: 40% auto;
    }
    .labels {
        position: absolute;
        padding: 10px;
        background-color: #000;
        color: #fff;
        width: 40%;
        
        
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        
        
    }
    .labels{
        margin-top: 0 !important;
        top: 20px;
    }
    .prof_header{
        text-align: center;
    }
    .prof_header .read {
        float: none;
    }
    .prof_header .photo {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
    }
    .prof_header .read .name_b {
        font-size: 40px;
        line-height: 1em;
        text-align: center;
    }
    .prof_header .read .name_s {
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 30px;
        text-align: left;
        border-bottom: solid 1px #9f9f9f;
        padding-bottom: 20px;
    }
    .prof ul, .prof ul li {
        list-style: disc;
        margin: 0;
        line-height: 1.8em;
        padding-left: 0px;
        margin-left: 10px;
        width: calc(100% - 10px);
    }
    .prof p {
        margin: 0px 0 30px 0;
        line-height: 1.7em;
    }
    .prof img{
        width: 60%;
        margin: 20px 20%;
    }
    .zukai p {
        margin: 0px 0 10px 0;
        line-height: 1.7em;
    }
    .zukai img{
        width: 100%;
        height: auto;
        margin: 10px 0%;
    }
    p.shikaku{
        padding: 0.3em 1em;
        border: solid 1px #000;
        width: fit-content;
        margin: 40px auto 10px auto;
    }
    /* bl02*/


    #contents02_siru .bl02 {
        width: calc(90%);
        overflow: hidden;
        
        margin: 0px auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #contents02_siru .bl02 .inner{
        width: 100%;
        margin: 0px auto;
    }
    #contents02_siru .bl02 .inner h2{
    }

    .contents_block .inner {
        width: 100%;
        padding: 0 0%;
        text-align: center;
    }
}







