@charset "utf-8";/* CSS Document */

#contents {
    font-feature-settings: "palt" 1;
}
img {
    width: 100%;
}
a {
    transition: opacity .25s ease-in-out;
    border-bottom: none!important;
}
a:hover {
    opacity: .65;
}
section {
    /* max-width: 920px; */
    width: auto;
    margin: 40px 30px;
}
p, p+p {
    margin-top: 25px;
    line-height: 1.8;
}
header#monitor {
    position: relative;
}
h1,h2 {
    overflow:hidden;
    font-size: 25px;
    color: #6b452d;
}
h1 img {
    object-fit: cover;
}
h1 #main_image {
    position: relative;
}
.ttlbox{
    max-width: 920px;
    margin: -60px auto 0;
}
.ttlbox p{
    text-align: left;
    /* margin-top: 10px; */
    position: inherit;
    top: inherit;
    left: inherit;
    transform: translate(0%, 0%);
    z-index: 1;
    margin-top: 0;
    line-height: 1;
}
.title p span{
    font-size: 30px;
    padding: 2px 5px;
    color: #fff;
    background: #2e3993;
    margin-top: 5px;
    display: inline-block;
}
/* .title p {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: translate(0%, 0%);
    z-index: 1;
    text-align: left;
    max-width: 920px;
    margin: -90px auto 0;
    font-size: 30px;
}
.title p span{
    margin-top: 10px;
    padding: 2px 5px;
    color: #fff;
    background: #2e3993;
} */

.inner {
    max-width: 980px;
    margin: 0 auto;
}
.fwb {
    font-weight: bold;
}
.mt35{
    margin-top: 35px;
}
.mt50 {
    margin-top: 50px;
}
.experience_block {
    font-size: 0;
}
/* .w920{
    max-width: 920px;
} */

section.first{
    /* max-width: 920px; */
    margin-top: 30px;
    overflow: hidden;
}
.debut{
    width: 36.957%;
    float: left;
    /* display: inline-block;
    vertical-align: top; */
}
.expreience_rtext {
    font-size: 16px;
    /* width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.043%; */
}
.expreience_rtext ul,.expreience_rtext p{
    width: 60%;
    float: right;
}
.expreience_rtext li{
    color: #6b452d;
}
.w490 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.nomarginbox{
    margin-left: 0;
    margin-right: 0;
}
.expreience_ltext {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-right: 5%;
    padding-left: 30px;
}
/* .expreience_rtext li,
.expreience_ltext li {
    text-align: left;
} */
.expreience_rtext li:nth-child(n+2),
.expreience_ltext li:nth-child(n+2) {
    margin-top: 10px;
}
.experience_block li span {
    padding: 0 12px 0 4px;
    font-weight: bold;
    border-left: 3px solid #6b452d;
    /* color: #6b452d; */
}
.flex-column img{
    width: 50%;
}
.sub_title {
    display: inline-block;
    padding: 0 5px;
    background: #f1e9d2;
    color: #6b452d;
}
.top_btn {
    width: 280px;
    /*height: 40px;*/
    text-align: center;
    background-color: #6b452d;
    border-radius: 5px;
    margin: -15px 30px 25px auto;
}
.top_btn a {
    display: block;
    padding: 8px 0;
    color: #fff;
    margin-left: auto;
}
/* slick */
* {
    min-height: 0;
    min-width : 0;
}

.w980 {
    max-width: 980px;
    width: 100%;
    display: block;
    margin: auto;
}
.single img,.loss img {
     width: 100%;
}
.slick-prev,.slick-next {
    display: none;
}

.pc {display:block;}
.sp,.tab {display:none;}


.sup_text{
    font-size: 16px;
}
.sup_text a {
	color: #6b452d;
	border-bottom: dotted 2px #6b452d!important;
}

@media only screen and (max-width: 1024px) and (min-width: 751px){
    .title p{
        max-width: inherit;
        width: 90%;
    }
}
/*　タブレットのみ　*/
@media only screen and (min-width: 700px) and (max-width: 980px) {
    .sp {display:none;}
    

}
@media only screen and (max-width: 750px) {
    .pc {display:none;}
    .sp {display:inline-block;}
    .tab:not(.sp) {display:none;}
    p, p+p{
        margin-top: 15px;
    }
    
    section{
        margin: 25px 0 40px;
    }
    h2 {
        font-size: 1.12rem;
    }
    header#monitor p {
        font-size: 18px;
    }
    .inner {
        width: 86%;
    }
    .ttlbox {
        width: 86%;
        max-width: inherit;
        margin-top: -70px;
    }
    .title p span {
        font-size: 18px;
    }
    .title p.sp{
        display: block;
    }
    /* .title p {
        font-size: 20px;
        position: absolute;
        bottom: -6%;
        left: 7%;
        margin: 0;
        line-height: 1.5;
    }
    .title p span{
        padding: 0 5px;
    }
    .title p br.sp{
        display: block;
    } */
    .first .expreience_rtext ul {
       /* margin-top: 0;*/
	   width: 100%;
    }
/*    .first .experience_block li{
        margin-left: 20px;
    }
    .first .experience_block li span{
        display: block;
        margin-left: -14px;
    }*/
    .first .expreience_rtext p{
        float: none;
        width: auto;
        display: inline-block;
        margin-top: 20px;
    }
    /* .flex-column {
        flex-direction: initial;
    } */

    .expreience_rtext ul {
        margin-top: 20px;
    }
    .nomarginbox .experience_block{
        display: flex;
        flex-flow: column;
    }
    .nomarginbox .experience_block .expreience_ltext{
        order: 2;
        margin:25px 0 0;
    }
    .nomarginbox .experience_block .w490{
        width: 100%;
        order: 1;
    }
    /* .w490 {
        margin:50px 0 0;
    } */
    .expreience_ltext {
        padding-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .top_btn {
        margin-left: 0;
        margin: 20px auto;
    }
    /* slick */
    .single ,.loss{
        max-width: 100%;
    }
    
    .w980 {
        max-width: 100%;
    }
    .mb20{
        margin-bottom: 20px;
    }
.debut{
    width: 100%;
    float: none;
    /* display: inline-block;
    vertical-align: top; */
}
    
}
