.sp {
    display: none;
}

body, html {
    height: 100%;
}

body {
    font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 1px;
}

img {
    width: 100%;
    transition: 1.5s;
}

.list-mv01 {
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px)
}

.mv01 {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0)
}

#content section{
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mv{
    margin-bottom: 50px;
    background-color: #b99c83;
}
.mv h1{
    width: 40%;
    margin: 0 auto;
    padding: 24px 0;
}

.experience{
    margin-bottom: 120px;
}
.experience_img{
    margin-bottom: 40px;
}
.experience_img:last-child{
    margin-bottom: 0;
}
.experience_ttl{
    width: 45%;
    margin: 0 auto 40px;
}
.experience_txt{
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 38px;
    transition: 1.5s;
}

.insta{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 120px;
}

.tmTester{
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #000;
}
.tmTester_ttl{
    width: 37%;
    margin: 0 auto 60px;
}
.tmTester_list{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -js-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tmTester_list_item{
    width: calc(80%/4);
    margin: 0 2% 60px;
}

.topics{
    margin-bottom: 145px;
}
.topics_ttl{
    width: 37%;
    margin: 0 auto 60px;
}
.topics_img{
    margin-bottom: 50px;
    text-align: center;
}
.topics_btn{
    width: 30%;
    margin: 0 auto;
}

.bottom{
	width: 90%;
	margin: 100px auto 0;
    padding-bottom: 50px;
}
.bottom .left{
	width: 49%;
	float: left;
}
.bottom .right{
	width: 49%;
	float: right;
}

@media all and (-ms-high-contrast: none){

}
