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

/* -----------------------------------------------------------
	main_img
----------------------------------------------------------- */

.thought .main_title {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    height: 94px;
    font-size: 30px;
    text-align: center;
}

.thought #main_img{
	background:url(../img/thought_main.jpg);
	 background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thought #main_catch{
	color: #fff;
}

#main_img .pc{display: inline!important;}
#main_img .sp{display: none !important;}

/* -----------------------------------------------------------
	thought_contents
----------------------------------------------------------- */
.thought_contents{
    background:url(../img/bg_rp.jpg) repeat;
    background-position: center top;
	padding-bottom: 0;
	margin-bottom: 60px;
}

.thought_contents .thought_contents_img {
	max-width:100%;
	height:auto;
}

.thought_bg1 {
    background-image: url(../img/background06_kumo.png);
    background-position: center top;
    background-repeat: repeat-y;
    padding-bottom: 80px;
    padding-top: 1px;
    background-color: #fff;
}

.thought_bg2 {
    background-image: url(../img/background06_kumo.png);
    background-position: center 660px;
    background-repeat: repeat-y;
    padding-top: 30px;
    padding-bottom: 80px;
}

.thought_bg3 {
    background-image: url(../img/background06_kumo.png);
    background-position: center -100px;
    background-repeat: repeat-y;
    padding-top: 30px;
    padding-bottom: 80px;
}

.thought_bg4 {
    background-image: url(../img/background06_kumo.png);
    background-position: center -200px;
    background-repeat: repeat-y;
    padding-top: 30px;
    padding-bottom: 80px;
}

.thought_bg5 {
    background-image: url(../img/background06_kumo.png);
    background-position: center 550px;
    background-repeat: repeat-y;
    padding-top: 30px;
    padding-bottom: 100px;
}

.thoght_title{
	font-size: 44px;
	text-align: center;
    padding-top: 40px;
	margin-bottom: 40px;
}

.thought_bg3 .contents_inner .column .popup-iframe:hover {
    opacity: 0.8;
}

.linkColumn {
    margin-top: 80px;
    margin-bottom: 120px;
}

.thoght_title span{background-color: rgba(220, 220, 220, 0.5);}

.thought_contents p{
	font-size: 22px;
	text-align: center;
}

.contents_column{margin-bottom: 60px;}

.column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
    justify-content:space-between;
    align-items: flex-start;
}

.column p{
	text-align: left;
	    width: 450px;
}
.column img{
	margin:0;
}

@media screen and (max-width: 1000px){
	.thought #main_catch{display: none;}
	
	.column{
        display: block;
        text-align: center;
	}
	
	.column p{
        width:100%;
        text-align: center;
        margin-bottom: 40px;
    }
	
	.column img{
		display: inline-block;
		margin:auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 750px){
	#main_img .pc{display: none!important;}
#main_img .sp{display: inline!important;}
	.thoght_title{
		font-size: 25px;
		margin:30px 0;
        padding-top: 0;
	}
	.thought_contents p{font-size: 16px;}
	.thought_contents p span{display: none;}
    
    .thought_bg2,
    .thought_bg3,
    .thought_bg4,
    .thought_bg5,
    .thought_bg6 {
        padding-top: 1px;
    }
}