@charset "UTF-8";

.mglr70{
	margin-left: 70px;
	margin-right: 70px;
}
.mb50{
	margin-bottom: 50px;
}
.text-pink{
	color: #d87157;
}
.text-right{
	text-align: right;
}

@media (max-width: 749px) {
.mglr70{
	margin-left: 0;
	margin-right: 0;
}
.mb50{
	margin-bottom: 20px;
}
}

/****interview-mv**********************************************************************************************************************/
#interview-mv {
	margin:0;
  width: 100%;
	height: 800px;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url("../../interview/images/interview-mv-bg.jpg") no-repeat;
}
#interview-mv #model {
    width: 1920px;
    height: 800px;
    padding: 0;
	margin:  auto;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top:0;
	left:calc(50% - 970px);
	}
#interview-mv #model img{
    width: 100%;
    height: auto;
}
#interview-mv .inner{
	max-width: 1120px;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#interview-mv #book {
    width: 500px;
    height: 660px;
    padding: 0;
	position: absolute;
	top:80px;
	left: 0;
	z-index: 99;
	}
#interview-mv #book:hover {
	opacity: .5;
	transition: .2s;
	}
#interview-mv #book img{
    width: 100%;
    height: auto;
}
#interview-mv #catch {
    width: 570px;
    padding: 0;
	position: absolute;
	top: 120px;
	left: 500px;
	z-index: 98;
	}
#interview-mv #catch img{
    width: 570px;
    height: 310px;
	margin-bottom: 30px;
}
#interview-mv #catch .text1{
	font-size: 36px;
    line-height: 50px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px 0;
	padding:0;
}
#interview-mv #catch .text2{
	font-size: 28px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
	margin: 0;
	padding:0;
}


@media (max-width: 749px) {
#interview-mv {
	margin:0;
	padding: 60px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	position: inherit;
	height: inherit;
}

#interview-mv .inner{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#interview-mv #book {
    width: 70%;
	margin: 0 auto;
    height: auto;
    padding: 0;
	top: 0;
	left: 0;
	position: inherit;
	}
#interview-mv #book img{
    width: 100%;
    height: auto;
}
#interview-mv #catch {
    width: 90%;
	margin: 0 auto;
    height: auto;
    padding: 0;
	position: inherit;
	top: 0;
	left: 0;
	}
#interview-mv #catch img{
    width: 100%;
    height: auto;
	margin-bottom: 20px;
}
#interview-mv #catch .text1{
	font-size: 22px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px 0;
	padding:0;
}
#interview-mv #catch .text2{
	font-size: 17px;
    line-height: 32px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
	padding:0;
	text-align: center;

}
}






/****articles**********************************************************************************************************************/

#interview-articles{
margin: 0 ;
    padding: 100px 0 120px 0;
}
#interview-articles .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#interview-articles h2{
	margin: 0 0 70px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
	font-size: 34px;
	line-height: 50px;
	text-align: center;
}

#interview-articles ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#interview-articles ul li{
	margin: 0 10px;
	padding: 0;
	width: 300px;
}
#interview-articles ul li a{
	color: #000;
	text-decoration: none;
	display: block;
}
#interview-articles ul li a:hover {
	opacity: .5;
	transition: .2s;
	}
#interview-articles ul li img{
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#interview-articles ul li h3{
	margin: 0 0 10px 0;
	padding: 10px 0 8px 10px;
	border-left: 10px solid #d87056;
	background: #ffd9d8;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}
#interview-articles ul li p{
	margin: 0;
	padding: 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -1px;
}
@media (max-width: 749px) {
#interview-articles{
	margin: 0 0 20px 0;
    padding: 30px 0 0 0;
}

#interview-articles .inner{
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#interview-articles h2{
	margin: 0 0 30px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
#interview-articles ul li{
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}
}


/****interview-common-mv**********************************************************************************************************************/
#interview-common-mv {
	margin:0;
  width: 100%;
	height: 530px;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url("../../interview/images/interview-mv-bg.jpg") no-repeat;
}
#interview-common-mv #model {
    width: 1920px;
    height: 800px;
    padding: 0;
	margin:  auto;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top:0;
	left:calc(50% - 970px);
	}
#interview-common-mv #model img{
    width: 100%;
    height: auto;
}
#interview-common-mv .inner{
	max-width: 960px;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#interview-common-mv #catch {
    width: 540px;
    padding: 0;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 98;
	text-align: left;
	}
#interview-common-mv #catch img{
    width: 225px;
    height: 70px;
	margin-bottom: 30px;
}
#interview-common-mv #catch .text1{
	font-size: 38px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    margin: 0 0 30px 0;
	padding:0;
	color: #d87056;
}
#interview-common-mv #catch .text2{
	font-size: 16px;
    line-height: 26px;
	margin: 0;
	padding:0;
}
#interview-common-mv #image {
    width: 400px;
    height: 370px;
    padding: 0;
	position: absolute;
	top:80px;
	right: 0;
	z-index: 99;
	}
#interview-common-mv #image img{
    width: 100%;
    height: auto;
}


@media (max-width: 749px) {
#interview-common-mv {
	margin:0;
  width: 100%;
	height: 330px;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url("../../interview/images/interview-mv-bg.jpg") no-repeat;
}

#interview-common-mv .inner{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#interview-common-mv #catch {
    width: 100%;
    padding: 0;
	position: absolute;
	top: 90px;
	left: 20px;
	z-index: 100;
	text-align: left;
	}
#interview-common-mv #catch img{
    width: 130px;
    height: auto;
	margin-bottom: 20px;
}
#interview-common-mv #catch .text1{
	font-size: 24px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    margin: 0 0 20px 0;
	padding:0;
	color: #d87056;
	text-shadow: 0 0 1px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff;
}
#interview-common-mv #catch .text2{
	font-size: 14px;
    line-height: 24px;
	margin: 0;
	padding:0;
}
#interview-common-mv #image {
    width: 230px;
    height: auto;
    padding: 0;
	position: absolute;
	top:30px;
	right: -20px;
	z-index: 99;
	}
#interview-common-mv #image img{
    width: 100%;
    height: auto;
}

}

#interview-common-intro{
}

#interview-common-intro h2{
    margin: 100px 0 100px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
}

#interview-common-title{
	background: #e8daa8;
	padding: 30px 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#interview-common-title .text1{
    width: 223px;
	text-align: center;
	color: #765e0c;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
}
#interview-common-title .text1:before{
	content:"";
	position: absolute;
	width: 69px;
	height: 70px;
	background: url("../../interview/images/interview-common-title-icon.png");
	left: -100px;
    top: -50px;
}
#interview-common-title .text2{
    width: 100px;
	text-align: center;
	color: #765e0c;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
	margin: 0 0 0 20px;
	padding: 6px 0 0 0 ;
	border-left: 3px solid #765e0c;
}

@media (max-width: 749px) {
#interview-common-intro h2{
    margin: 40px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
#interview-common-title{
	background: #e8daa8;
	padding: 20px 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#interview-common-title .text1{
    width: 170px;
	text-align: center;
	color: #765e0c;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
	margin: 0 0 0 50px;
	padding: 0;
	position: relative;
}
#interview-common-title .text1:before{
	content:"";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url("../../interview/images/interview-common-title-icon.png");
	left: -50px;
    top: -30px;
	background-size: 50px 50px;
}
#interview-common-title .text2{
    width: 100px;
	text-align: center;
	color: #765e0c;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 0 10px;
	padding: 6px 0 0 0 ;
	border-left: 3px solid #765e0c;
}
}

#interview-common-profile{
}
#interview-common-profile .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#interview-common-profile h2{
    margin: 60px 0 60px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
}

#interview-common-profile .intro{
    background: #fbf1ee;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	margin:0 0 35px 0;
	padding: 20px;
}

#interview-common-profile .kakugen{
	margin: 0 0 60px 0;
	padding: 50px;
	background: url("../../interview/images/interview-common-profile-kakugen-bg1.jpg"),url("../../interview/images/interview-common-profile-kakugen-bg2.jpg");
	background-position: top 0 left 0, bottom 0 left 0;
	background-size: 100% , 100%;
	background-repeat: no-repeat,no-repeat;
}
#interview-common-profile .kakugen .text1{
	margin: 0 0 10px 0;;
	padding: 20px 0 10px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
	color: #a4851b;
}
#interview-common-profile .kakugen .text1 span{
	background: url("../../interview/images/interview-common-profile-kakugen-bg3.jpg");
	background-size: 100%;
	background-position: bottom 0 left 0;
	background-repeat: no-repeat;
	display: inline-block;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 60px;
	width: 100%;
}
#interview-common-profile .kakugen .text2{
	margin: 0 ;
	text-align: right;
	font-size: 16px;
	line-height: 28px;
}

#interview-common-profile .prof{
	margin: 0 0 40px 0;
	background: #d87157;
	padding: 10px 40px;
	color: #fff;
	border-radius: 30px;
}

#interview-common-profile .col2-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#interview-common-profile .col2-text .image{
	width:48%;
	margin-bottom: 40px;
}
#interview-common-profile .col2-text .image img{
	width: 100%;
	height: auto;
}
#interview-common-profile .col2-text .text{
	width:48%;
	margin-bottom: 40px;
}

#interview-common-profile .prof .text1{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
	font-size: 30px;
	line-height: 100%;
}
#interview-common-profile .prof .text2{
	font-size: 20px;
	line-height: 32px;
}
#interview-common-profile p{
	font-size: 16px;
	line-height: 32px;
}
#interview-common-profile .photo{
	position: relative;
	border: 2px dashed #595a5b;
	margin: 60px 0;
	padding: 35px;
}
#interview-common-profile .photo .photo-name{
	position: absolute;
	top: -14px;
	left: 40px;
}
#interview-common-profile .photo .photo-name img{
	margin-top: -3px;
}
#interview-common-profile .photo .photo-name span{
	background: #595a5b;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 0 10px;
	padding: 3px 20px;
}
#interview-common-profile .photo .photo-text{
	font-size: 16px;
	line-height: 32px;
}
#interview-common-profile .col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#interview-common-profile .col2 .image{
	width:48%;
}
#interview-common-profile .col2 .image img{
	width:100%;
	height: auto;
}

#interview-common-profile h3.kakko{
	margin: 50px auto;
	text-align: center;
	width: 540px;
	height: 71px;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
#interview-common-profile h3.kakko:before{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg1.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	left: 0;
	position: absolute;
}
#interview-common-profile h3.kakko:after{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg2.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	right: 0;
	position: absolute;
}


@media (max-width: 749px) {
#interview-common-profile{
}
#interview-common-profile .inner{
	width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#interview-common-profile h2{
    margin: 30px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

#interview-common-profile .intro{
    background: #fbf1ee;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	margin:0 0 25px 0;
	padding: 20px;
}

#interview-common-profile .kakugen{
	margin: 0 0 30px 0;
	padding: 15px;
	background: url("../../interview/images/interview-common-profile-kakugen-bg1.jpg"),url("../../interview/images/interview-common-profile-kakugen-bg2.jpg");
	background-position: top 0 left 0, bottom 0 left 0;
	background-size: 100% , 100%;
	background-repeat: no-repeat,no-repeat;
}
#interview-common-profile .col2-text{
	display: inherit;
}
#interview-common-profile .col2-text .image{
	width: 100%;
	margin-bottom: 15px;
}
#interview-common-profile .col2-text .image img{
	width: 100%;
	height: auto;
}
#interview-common-profile .col2-text .text{
	width: 100%;
	margin-bottom: 20px;
	}
#interview-common-profile .kakugen .text1{
	margin: 0 0 10px 0;;
	padding: 20px 0 10px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
	color: #a4851b;
}
#interview-common-profile .kakugen .text1 span{
	background: url("../../interview/images/interview-common-profile-kakugen-bg3.jpg");
	background-size: 100%;
	background-position: bottom 0 left 0;
	background-repeat: no-repeat;
	display: inline-block;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
	width: 100%;
}
#interview-common-profile .kakugen .text2{
	margin: 0 20px 20px 0;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
}

#interview-common-profile .prof{
	margin: 0 0 20px 0;
	background: #d87157;
	padding: 10px 40px;
	color: #fff;
	border-radius: 30px;
}
#interview-common-profile .prof .text1{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 100%;
}
#interview-common-profile .prof .text2{
	font-size: 18px;
	line-height: 30px;
}
#interview-common-profile p{
	font-size: 14px;
	line-height: 28px;
}
#interview-common-profile .photo{
	position: relative;
	border: 2px dashed #595a5b;
	margin: 40px 0;
	padding: 25px;
}
#interview-common-profile .photo .photo-name{
	position: absolute;
	top: -14px;
	left: 40px;
}
#interview-common-profile .photo .photo-name img{
	margin-top: -3px;
}
#interview-common-profile .photo .photo-name span{
	background: #595a5b;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	margin: 0 0 0 10px;
	padding: 3px 20px;
}
#interview-common-profile .photo .photo-text{
	font-size: 14px;
	line-height: 26px;
}
#interview-common-profile .col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#interview-common-profile .col2 .image{
	width:48%;
}
#interview-common-profile .col2 .image img{
	width:100%;
	height: auto;
}

#interview-common-profile h3.kakko{
	margin: 30px auto;
	padding: 0 20px;
	text-align: center;
	width: calc(90% - 40px);
	height: 71px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#interview-common-profile h3.kakko:before{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg1.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	left: 0;
	position: absolute;
}
#interview-common-profile h3.kakko:after{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg2.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	right: 0;
	position: absolute;
}
}

#interview-common-main{
}
#interview-common-main .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
#interview-common-main h2{
	display: block;
    margin: 60px -50px 60px -50px;
	padding: 20px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
	background: #fbf0ee;
	color: #d87157;
}

#interview-common-main h3{
    margin: 60px 0 60px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
	text-decoration: underline;
}

#interview-common-main h3.kakko{
	margin: 50px auto;
	text-align: center;
	width: 540px;
	height: 71px;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#interview-common-main h3.kakko:before{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg1.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	left: 0;
	position: absolute;
}
#interview-common-main h3.kakko:after{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg2.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	right: 0;
	position: absolute;
}
#interview-common-main p{
	font-size: 16px;
	line-height: 32px;
}
#interview-common-main .col1{
	margin-bottom: 40px;
}

#interview-common-main .col1 .image{
	width:520px;
	margin : 0 auto;
}
#interview-common-main .col1 .image img{
	width:100%;
	height: auto;
}
#interview-common-main .col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#interview-common-main .col2 .image{
	width:48%;
	margin-bottom: 40px;
}
#interview-common-main .col2 .image img{
	width:100%;
	height: auto;
}
#interview-common-main .col2 .image div{
	margin-top: 10px;
}
#interview-common-main h4{
	background: #595a5b;
	color: #fff;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#interview-common-main .col2-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#interview-common-main .col2-text .image{
	width:48%;
	margin-bottom: 40px;
}
#interview-common-main .col2-text .image img{
	width: 100%;
	height: auto;
}
#interview-common-main .col2-text .text{
	width:48%;
	margin-bottom: 40px;
}

#interview-common-main .data{
	border: 2px solid #595a5b;
	margin: 60px 0;
	padding: 0;
}
#interview-common-main .data h5{
	background: #595a5b;
	color: #fff;
	margin:0 0 30px 0;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#interview-common-main .data .data-col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 60px;
}
#interview-common-main .data .data-col-left{
	width:48%;
	margin-bottom: 40px;
}
#interview-common-main .data .data-col-right{
	width:48%;
	margin-bottom: 40px;
}
#interview-common-main .data .data-col dl{
	margin: 0 0 10px 0;
	padding: 0;
}
#interview-common-main .data .data-col dl dt{
	margin: 0;
	padding: 0;
}
#interview-common-main .data .data-col dl dd{
	margin: 0 0 0 15px;
	padding: 0;
}
#interview-common-main .data ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
}
#interview-common-main .data ul li.website{
	margin: 0 0 15px 0;
	padding: 0 0 0 50px;
	background: url( "../../interview/images/interview-common-main-data-icon1.png") no-repeat;
	width: 44%;
}
#interview-common-main .data ul li.blog{
	margin: 0 0 15px 0;
	padding: 0 0 0 50px;
	background: url( "../../interview/images/interview-common-main-data-icon2.png") no-repeat;
	width: 44%;
}
#interview-common-main .data ul li.facebook{
	margin: 0 0 15px 0;
	padding: 0 0 0 50px;
	background: url( "../../interview/images/interview-common-main-data-icon3.png") no-repeat;
	width: 44%;
}
#interview-common-main .data ul li a{
	color: #000;
	text-decoration: none;
 }
#interview-common-main .button{
	color: #fff;
	background: #d87157;
	position: relative;
	width: 430px;
	border-radius: 100px;
	font-size: 22px;
	margin: 70px auto;
 }
#interview-common-main .button img{
	position: absolute;
	display: block;
	top: -20px;
	left: -25px;
}
#interview-common-main .button a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 25px 40px 25px 130px;
 }


@media (max-width: 749px) {
	
#interview-common-main{
}
#interview-common-main .inner{
	width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#interview-common-main h2{
	display: block;
    margin: 30px -15px;
	padding: 15px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 35px;
    text-align: center;
	background: #fbf0ee;
	color: #d87157;
}

#interview-common-main h3{
    margin: 30px 0;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
	text-decoration: underline;
}

#interview-common-main h3.kakko{
	margin: 30px auto;
	padding: 0 20px;
	text-align: center;
	width: calc(90% - 40px);
	height: 71px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#interview-common-main h3.kakko:before{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg1.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	left: 0;
	position: absolute;
}
#interview-common-main h3.kakko:after{
	content: "";
	background: url("../../interview/images/interview-common-articles01-profile-title-kakko-bg2.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 71px;
	top: 0;
	right: 0;
	position: absolute;
}
#interview-common-main p{
	font-size: 14px;
	line-height: 28px;
}
	
#interview-common-main .col1{
	width:100%;
}
#interview-common-main .col1 .image{
	width:100%;
	margin-bottom: 20px;
}
#interview-common-main .col1 .image img{
	width:100%;
	height: auto;
}
	
#interview-common-main .col2 .image{
	width:48%;
	margin-bottom: 20px;
}
#interview-common-main .col2 .image div{
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
}
#interview-common-main h4{
	background: #595a5b;
	color: #fff;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#interview-common-main .col2-text{
	display: inherit;
}
#interview-common-main .col2-text .image{
	width: 100%;
	margin-bottom: 15px;
}
#interview-common-main .col2-text .image img{
	width: 100%;
	height: auto;
}
#interview-common-main .col2-text .text{
	width: 100%;
	margin-bottom: 20px;
	}

#interview-common-main .data{
	border: 2px solid #595a5b;
	margin: 30px 0;
	padding: 0;
}
#interview-common-main .data h5{
	background: #595a5b;
	color: #fff;
	margin:0 0 30px 0;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
#interview-common-main .data .data-col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px;
}
#interview-common-main .data .data-col-left{
	width:100%;
	margin-bottom: 0;
}
#interview-common-main .data .data-col-right{
	width:100%;
	margin-bottom: 20px;
}
#interview-common-main .data .data-col dl{
	margin: 0 0 15px 0;
	padding: 0;
}
#interview-common-main .data .data-col dl dt{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#interview-common-main .data .data-col dl dd{
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 14px;
}
#interview-common-main .data ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
}
#interview-common-main .data ul li.website{
	margin: 0 0 15px 0;
	padding: 0 0 0 50px;
	background: url( "../../interview/images/interview-common-main-data-icon1.png") no-repeat;
	width: 100%;
}
#interview-common-main .data ul li.blog{
	margin: 0 0 15px 0;
	padding: 0 0 0 50px;
	background: url( "../../interview/images/interview-common-main-data-icon2.png") no-repeat;
	width: 100%;
}
#interview-common-main .data ul li.facebook{
	margin: 0 0 15px 0;
	padding: 0 0 0 50px;
	background: url( "../../interview/images/interview-common-main-data-icon3.png") no-repeat;
	width: 100%;
}
#interview-common-main .data ul li a{
	color: #000;
	text-decoration: none;
 }
#interview-common-main .button{
	color: #fff;
	background: #d87157;
	position: relative;
	width: 90%;
	border-radius: 100px;
	font-size: 17px;
	margin: 40px auto;
 }
#interview-common-main .button img{
	position: absolute;
	display: block;
	top: -20px;
	left: -25px;
	width: 120px;
	height: auto;
}
#interview-common-main .button a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 25px 20px 25px 100px;
 }

}