@charset "UTF-8";


@media only screen and (min-width: 1201px) {
	.mv_area.listen h1{
		width:60%;
	}
}
@media only screen and (min-width: 1101px) {
	.mv_area.listen{
		padding-top: 60px;
	}
}

/*====================*/

.deep_box{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	width:100%;
	max-width:1460px;
	margin: auto;
	padding:0 30px 60px;
}

.deep_img{
	width:50%;
	top:0;
	position: sticky;
	height: 100%;
	padding:100px 0 0;
}

.deep_text{
	width:calc(50% - 20px);
	padding:100px 0 0;
}

.deep_text article{
	background-color: rgb(253, 245, 227, .65);
	border-radius: 8px;
	padding:20px 28px;
}

.deep_box h1{
	margin: 0 auto 20px;
	max-width: 900px;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	padding: 18px 0 2px;
	border-radius: 8px;
	background-color: #e22107;
}

.deep_text h2{
	text-align: left;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 20px 0 18px;
    border-left: 4px solid #222;
    padding-left: 10px;
}
.deep_text h3{
	position:relative;
	text-align:left;
	font-size:22px;
	font-weight:500;
	line-height:1em;
	padding:0 0 0 1.2em;
	margin:18px 0 12px;
}
.deep_text h3::before{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	display:block;
	width:auto;
	aspect-ratio:1/1;
	height:1em;
	background-image:url("../../img/sensu.webp");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.deep_text p {
	font-size:18px;
	line-height: 1.7em;
	font-weight: 500;
	text-align: left;
	padding-bottom: 13px;
}

.back_btn{padding:20px 0;}
.back_btn a{
	color: #fff;
	font-size:90%;
	padding:0 14px;
	border-radius: 8px;
	background-color: #e22107;
}

.deep_text p.img_sub {
    text-align: center;
    font-size: 14px;
	padding-top:10px;
	line-height: 1.2em;
}

.deep_text ul {
	text-align: left;
	font-size:18px;
	font-weight: 500;
	padding-left: 20px;
	letter-spacing: 0.03em;
	padding-bottom: 28px;
}
.deep_text ul li {
    list-style: disc;
}

.text_img_box{
	line-height: 0;
	padding: 10px 0 25px;
}

.text_box{
	padding-bottom: 13px;
}

.text_box > div{
	display: flex;
	flex-wrap: wrap;
}
.text_box .double div{
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	padding: 4px 0;
}
.text_box .double div:nth-child(1){
	width:110px;
}
.text_box .double div:nth-child(2){
	width:calc(100% - 110px);
}



@media only screen and (min-width: 768px) {
	
}

@media only screen and (max-width: 1100px) {
	
}

@media only screen and (max-width: 767px) {
	.deep_img{width:100%;height:auto;padding:10px 0 0;z-index:3;}
	.deep_box h1{width:100%;margin:0 auto 15px;font-size:30px;}
	.deep_text{width:100%;padding:20px 0 0;}
}


@media only screen and (max-width: 660px) {
}

@media only screen and (max-width: 520px) {
	
	section.deep{padding-bottom:5vw;}
	
	.deep_box{padding:0;gap:0;}
	.deep_img{background-color:rgb(253, 245, 227, .7);}
	.youtube{line-height:0;}
	.deep_text{padding:0;}
	
	.deep_box h1 {
		width:95%;
		font-size: 24px;
		padding:10px 0 2px;
	}
	.deep_text article{padding:6vw 20px;}
	.deep_text h2{
		font-size:22px;
		margin: 10px 0 12px;
	}
	.deep_text h3{
		font-size:18px;
		margin:12px 0 8px;
	}
	.text_img_box{
		padding:10px 0 15px;
	}
	.deep_text p {
        font-size: 16px;
        padding-bottom: 12px;
	}
	.text_box .double div{
		font-size: 16px;
	}
	.text_box .double div:nth-child(1){
		width: 80px;
	}
	.text_box .double div:nth-child(2){
		width:calc(100% - 80px);
	}
	.deep_text ul {
		font-size:16px;
	}
}