.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 {
    transition: 1.5s;
}

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

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

.mv{
    margin-bottom: 50px;
    background-color: #b99c83;
    text-align: center;
}
.mv h1{
    padding: 41px 0;
}

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

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

.tmTester{
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #000;
}
.tmTester_ttl{
    margin-bottom: 60px;
    text-align: center;
}
.tmTester_list{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -js-display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.tmTester_list_item{
    width: 204px;
}
.tmTester_list_item img{
    width: 100%;
}

.topics{
    margin-bottom: 145px;
}
.topics_ttl{
    margin-bottom: 60px;
    text-align: center;
}
.topics_img{
    margin-bottom: 50px;
    text-align: center;
}
.topics_btn{
    text-align: center;
}
.topics_btn img{
    width: 26%;
}

.bottom {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.bottom ul {
    margin: 0 auto;
}
.bottom ul .left {
    float: left;
}
.bottom ul .right {
    float: right;
}

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

}
