@charset "utf-8";
/* CSS Document */

.g_sidebar{display:none;}
.g_content_wrapper{max-width:none;}
.g_content{width:100%;margin:0 auto;}
.g_content header{display:none;}
.main_header{display:none;}
.g_topic_path{display:none;}
aside {display: none;}
.text_r {
    display: none;
}
.info .text_r {
    display: block;
}
.content {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
.auto_br {
    display: block;
}

/* CVエリア */
.case_detail .area_cv {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/case/trtvlv00000qe5xe-img/img_bg_cv.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
    margin: 50px 0;
    line-height: 2;
}
.case_detail .area_cv.dc {
    background-image: url(/case/trtvlv00000o9wbv-img/img_bg_cv.png);
}
.case_detail .area_cv > div {
    justify-content: space-around;
    align-items: center;
}
.case_detail .area_cv p span {
    font-size: 2rem;
    font-weight: bold;
    display: block;
}
.case_detail .area_cv > div {
    align-items: center;
}
.case_detail .area_cv > div a {
    color: #fff;
    background: #2e50bf;
    width: 200px;
    margin: 5px;
    padding: 15px 0;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
}
.case_detail .area_cv > div a:hover {
    text-decoration: none;
}

/* MV */
.case_detail .mv {
    background-image: url(/case/trtvlv00000o9wbv-img/img_mv.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin-top: -10px;
  padding: 80px 0;
}
.case_detail.hp .mv {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/case/trtvlv00000qe5xe-img/img_mv.png);
}
.case_detail.tokyo1 .mv {
    background-image: url(/case/trtvlv00000qpp1t-img/img_mv.jpg);
}
.case_detail.viewn .mv {
    background-image: url(/case/trtvlv00000r0jim-img/img_mv.png);
}

.case_detail.fonfun .mv {
    background-image: url(/case/trtvlv00000tqho3-img/fonfun_bg.png);
}
.case_detail .mv h1 span:not(.auto_br) {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    background: rgba(0,0,0,.8);
    padding: 10px;
    padding: 5px 15px 4px;
    line-height: 2;
}
.case_detail .mv h1 span.small {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 2.3;
}
.case_detail .mv h3 {
    font-size: 1.6rem;
    background: #fff;
    border: 2px solid #333;
    padding: 5px 20px 4px;
    margin-bottom: 15px;
    display: inline-block;
}

/* 冒頭導入文 */
.case_detail .introduction {
    justify-content: space-between;
}
.case_detail .introduction > div {
    width: 50%;
    margin-top: 40px;
}
.case_detail .introduction > div .info_company dl {
    padding: 0 20px;
    margin-bottom: 30px;
}
.case_detail .introduction > div .info_company dl:first-of-type {
    border-right: 1px solid #999;
}
.case_detail .introduction > div .info_company a {
    color: #333;
    text-decoration: underline;
}
.case_detail .introduction > div figure {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 15px;
    text-align: center;
}
.case_detail .introduction > figure {
    width: 45%;
    margin-top: -50px;
}

/* 記事部分 */
.case_content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 60px 0 20px;
}
.case_content figure {
    margin-bottom: 40px;
}
.case_content p {
    margin-bottom: 20px;
}
.case_content p.question {
    position: relative;
    font-weight: bold;
    padding-left: 50px;
    margin: 20px 0;
}
.case_content p.question:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #333;
    top: 1rem;
    left: 0;
}

/* 企業情報 */
.case_info {
	margin: 60px auto 15px;
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #999;
}
.case_info h4 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.case_info figure {
	flex: none;
	max-width: 185px;
    margin: 0 auto;
}
.case_info > div {
	margin-left: 60px;
}
.case_info dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 635px;
}
.case_info dt {
	width: 10%;
	margin-right: 5%;
	font-weight: bold;
	margin-bottom: 10px;
}
.case_info dd {
	width: 85%;
	margin-bottom: 10px;
}
.relation h5 {
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	padding: 5px 0 3px 15px;
	margin-bottom: 10px;
}
.relation h5:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #2f5597;
	top: 0;
	left: 0;
}
.relation .service {
	margin-bottom: 30px;
}
.relation .service ul {
	display: flex;
	flex-wrap: wrap;
}
.relation .service ul li {
	margin-right: 25px;
	padding-left: 20px;
	position: relative;
	background: url(/sevice_shared/img/svg/icn_arrow_b.svg) no-repeat left 50% / 10px;
}
.relation .case .pickup {
	display: flex;
	justify-content: space-around;
}
.relation .case .pickup a {
	width: 33%;
	background: #eee;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
	display: block;
}
.relation .case .pickup a span {
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	color: #333;
	margin-top: 5px;
}
.relation .category {
	display: flex;
	flex-wrap: wrap;
}
.relation .category li a {
	background: #eee;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px 20px 5px;
	display: block;
	font-size: 1.4rem;
}
.relation .case .pickup a:hover,
.relation .category li a:hover {
	opacity: .8;
}

@media (max-width: 1039px) {
    .auto_br {
        display: inline-block;
    }
    .g_content_wrapper {
        width: 100%;
        padding: 0;
    }
    .content {
        width: 90%;
    }
    .case_detail .mv {
        padding: 50px 0;
    }
    .case_detail .mv h1 span:not(.auto_br) {
        font-size: 3.6vw;
        line-height: 2.2;
    }
    .case_detail .mv h1 span.small {
        font-size: 2.4vw;
        line-height: 2.6;
    }
    .case_detail .introduction {
        display: block;
    }
    .case_detail .introduction > div {
        width: 100%;
    }
    .case_detail .introduction > figure {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }
    .case_detail .area_cv > div {
        display: block;
        text-align: center;
    }
    .case_content h2 {
        font-size: 2rem;
    }
    .case_detail .area_cv > div > div {
        display: block;
    }
    .case_detail .area_cv > div a {
        display: block;
        margin: 10px auto;
    }
    .relation .case .pickup a span {
        display: block;
    }
}
@media (max-width: 768px) {
    .case_detail .introduction > div .info_company dl:first-of-type {
        border: none;
        margin-bottom: 15px;
    }
    .case_content h2 {
        font-size: 1.6rem;
    }
    .case_info {
        display: block;
        padding: 40px 20px;
    }
    .case_info figure {
        margin: 0 auto 20px;
    }
    .case_info > div {
        margin-left: 0;
    }
    .case_info h4 {
        text-align: center;
    }
    .case_info dt {
        width: 15%;
    }
    .case_info dd {
        width: 80%;
    }
    .relation .case .pickup {
		display: block;
	}
	.relation .case .pickup a {
		width: 100%;
		margin-bottom: 5px;
	}
	.relation .category {
		margin-bottom: 50px;
	}
	.relation .category li a {
		font-size: 1.3rem;
	}
}