@charset "utf-8";
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('font/notosans-m.woff') format('woff'),
			url('font/notosans-m.eot')  format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('font/notosans-b.woff') format('woff'),
			url('font/notosans-b.eot')  format('eot');
	font-display: swap;
}


/* 共通 */

#featuretemplate{
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing:0;
	color: #222;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#featuretemplate h1{
	font-weight: 700;
	color: #52a3a9;
}
.interviewproductarea h1{
	font-weight: 700;
	color: #52a3a9;
}
.interviewinner{
	margin: 0 auto;
}
.staffinner{
	margin: 0 auto;
}
.inner{
	margin: 0 auto;
}
.maincatchsec,.linebackillust{
	position: relative;
}
.maincatchsec {
    margin-top: 60px;
}
.maincatchsec h2{
	margin: 30px 0;
    color: #52a3a9;
    font-weight: 500;
    line-height: 1.55;
}
.maincatchsec-sub h2{
	margin: 30px 0;
    color: #52a3a9;
    font-weight: 500;
    line-height: 1.55;
}
.maincatchsec__contents{
	padding-top: 30px;
}
.recommend-note{
	display: inline-block;
    margin-bottom: 5px;
    padding: 7px 7px 6px;
    border: 1px solid #3a5c66;
    color: #3a5c66;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
}
.recommendproductarea__product__contents h3 {
    margin: 0 0 15px;
    color: #3a5c66;
    font-weight: 500;
}
.interview_contents h3 {
    margin: 0 0 15px;
    color: #3a5c66;
    font-weight: 500;
}
.recommendproductarea__product__contents h3 span{
	display: inline-block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    top: -2px;
    border-radius: 50%;
    background: #3a5c66;
    text-align: center;
}
.interview_contents h3 span{
	display: inline-block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    top: -2px;
    border-radius: 50%;
    background: #3a5c66;
    text-align: center;
}
.recommendproductarea__product__contents .price{
	text-align: left;
	color: #FF5964;
	margin-bottom:25px;
}
.recommendproductarea__product__contents .price span{
	margin-left: 5px;
    color: #333;
    font-size: .5em;
}
.recommendproductarea__product__contents .text{
	margin-bottom: 30px;
}
.productmore__link a{
	text-align: center;
	display: block;
	width:220px;
	margin:0 auto;
	background:#dc9051;
	border:1px solid #dc9051;
	color:#fff;
	border-radius:25px;
	position: relative;
}
.productmore__link a::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f0da";
	position: absolute;
	font-size:19px;
}
.relation__post{
	margin-bottom: 40px;
}
.relation__post ul li{
	display: flex;
	align-items: center;
}
.relation__post__img{
	width:55px;
	margin-right: 15px;
}
.relation__post ul li a{
	color:#028bd6;
	text-decoration: underline;
}
.flexlist2{
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
}

/* PCのみ */
@media screen and (min-width:768px) {
	/*.linebackillust:after {
  	content: "";
    background: url(https://farbe.itembox.design/item/images/about/charactbac4.svg) no-repeat;
    background-size: cover;
    width: 91%;
    height: 48%;
    background-position: right top;
    top: 60px;
    left: 0;
    position: absolute;
    z-index: -1;
  }*/
	.inner{max-width: 960px;}
	#featuretemplate h1{font-size: 30px;margin:45px 0 60px;text-align: center;}
	.maincatchsec .flexlist{flex-direction: row-reverse;}
	.maincatchsec{margin-bottom: 85px;}
	.maincatchsec h2{font-size: 30px;}
	.maincatchsec-sub h2{font-size: 30px;}
	.maincatchsec__contents p{font-size:16px;}
	.maincatchsec__img{width:50%;}
	.maincatchsec__contents{width:47%;margin-right: 3%;}
	.recommendproductarea__product{margin-bottom: 70px;}
	.recommendproductarea__product{align-items: center;}
	.recommendproductarea__product:nth-child(odd){flex-direction: row-reverse;}
	.recommendproductarea__product__img{width:48%;}
	.recommendproductarea__product__img {margin-top: 60px;}
	.recommendproductarea__product__contents{width:47%;}
	.recommendproductarea__product__contents h3 {font-size: 28px;}
	.recommendproductarea__product:nth-child(odd) .recommendproductarea__product__contents{margin-right: 5%;}
	.recommendproductarea__product:nth-child(even) .recommendproductarea__product__contents{margin-left: 5%;}
	.recommendproductarea__product__contents .price{font-size: 24px;}
	.productmore__link a:hover{background:#fff;color:#dc9051;}
	.recommendproductarea{margin-bottom: 160px;}
	.recommendproductarea__product__contents h3 span{font-size: 18px;width: 32px;height: 32px;line-height: 32px;}
	.recommendproductarea__product__contents .text{font-size: 16px;}
	.productmore__link a{padding: 13px 0 12px;}
	.productmore__link a::before{right:15px;top: 10px;}
	.relation__post ul li{margin-bottom: 40px;}
	.customerdata{background-color: #ffffff;padding: 10px;width: 70%}
	.customerdata_inner{background-color: #ffffff;border: solid 1px #5ca4a9;padding: 10px;margin: 10px; height: 350px;}
	
	.interviewproductarea h1{
	font-size: 30px;
	margin:45px 0 30px;
	text-align: center;
	}
	.interview_contents h3{
		font-size: 28px;
		margin: 0 0 15px;
    	color: #3a5c66;
    	font-weight: 500;
	}
	.interview_contents{
		width:45%;
		height: 100%;
		background-color: #ffffff;
		margin-left: 20px;
	}
	.interview_contents_inner {
        border: #D5E5E5 1px solid;
        padding: 30px;
        margin: 10px;
        box-sizing: border-box;
        height: 100%;
		min-height: 500px;
    }
	.staff_contents h3{
		font-size: 28px;
		margin: 0 0 15px;
    	color: #3a5c66;
    	font-weight: 500;
	}
	.staff_contents{
		width:45%;
		height: 100%;
		background-color: #ffffff;
	}
	.staff_contents_inner {
        border: #D5E5E5 1px solid;
        padding: 30px;
        margin: 10px;
        box-sizing: border-box;
        height: 100%;
    }
/* 全体の背景色を敷く設定 */
.interviewproductarea {
    background-color: #D5E5E5; /* 背景色 */
    width: 100%; /* 全体の横幅 */
    padding: 20px 0; /* 上下の余白を追加 */
    box-sizing: border-box; /* パディングを含めたサイズ調整 */
}

/* 中身の横幅を1280pxに設定 */
.interviewinner {
    max-width: 1280px; /* 最大幅を1280pxに設定 */
    margin: 0 auto; /* 中央揃え */
    background-color: transparent; /* 中身には背景を設定しない */
    padding: 0 20px; /* 余白を追加 */
    box-sizing: border-box; /* パディングを含めたサイズ調整 */
}
.staffinner {
    max-width: 960px;
    margin: 0 auto; /* 中央揃え */
    background-color: transparent; /* 中身には背景を設定しない */
    padding: 0 20px; /* 余白を追加 */
    box-sizing: border-box; /* パディングを含めたサイズ調整 */
}
.interview {
    display: flex; /* 子要素を横並びに */
    align-items: stretch; /* 高さを揃える */
    margin-bottom: 20px; /* 各段の間隔 */
}

.interview_img img {
    width: 100%; /* 画像を親要素の幅に合わせる */
    height: 100%; /* 高さを揃える */
    object-fit: cover; /* アスペクト比を維持しつつ親要素に収める */
}
	.interview_img1 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    justify-content: center; /* 横方向の中央揃え */
}
.flexlist3{
    width: 100%;
    display: flex;
}
.text {
    font-size: 16px;
}
	.staff_img img {
    max-width: 350px;
}
	.staff_img {
    margin: 0 auto;
}
}


/* SPのみ */
@media screen and (max-width:767px) { 
	.maincatchsec__img{position: relative;}
	.maincatchsec__img:after {
		content:"";
		background:#f4f9f9;
		position: absolute;
    left: 0;
    bottom: -159.5vw ;
    z-index: -1;
    width:100%;
    height: 103vw;
		}
	.maincatchsec__img:before {
  	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56.5vw 0px 0vw 100vw;
    border-color:  transparent transparent #f4f9f9 #f4f9f9;
    position: absolute;
    left: 0;
    bottom: -56.5vw;
    z-index: -1;
  }
	.inner{width:100%;}
	.recommendproductarea.inner,.relation__post.inner{width:90%;}
	#featuretemplate h1{font-size: 30px;margin:35px 3% 30px;line-height:1.4;}
	.maincatchsec .flexlist{display: block;}
	.maincatchsec{margin-bottom: 57px;}
	.maincatchsec__contents{margin:0 4%;}
	.maincatchsec h2{font-size: 24px;}
	.maincatchsec-sub h2{font-size: 24px;}
	.maincatchsec__contents p{font-size:16px;}
	.recommendproductarea{margin-bottom: 90px;}
	.recommendproductarea__product{margin-bottom: 40px;}
	.recommendproductarea__product.flexlist{display: block;}
	.recommendproductarea__product__img{margin: 15px 0 10px;}
  .recommendproductarea__product__contents h3 {font-size: 20px;}
  .recommendproductarea__product__contents h3 span{font-size: 14px;width: 25px;height: 25px;line-height: 25px;}
  .recommendproductarea__product__contents .price{font-size: 16px;}
  .recommendproductarea__product__contents .text{font-size: 16px;}
  .productmore__link a{padding: 9px 0 8px;}
  .productmore__link a::before{right:15px;top: 5px;}
  .relation__post ul li{margin-bottom: 20px;}
	.interview_contents {
        background: #fff;
    padding: 7px;
    margin: 15px 0;
    }
	.interview_contents_inner {
    border: solid #d5e5e5 1px;
    height: 100%;
    padding: 20px;
    text-align: left;
    }
	.interviewproductarea h1{
	font-size: 30px;
	margin:45px 0 30px;
	text-align: center;
	padding-top:45px 
	}
	.interview_contents h3{
		font-size: 28px;
		margin: 0 0 15px;
    	color: #3a5c66;
    	font-weight: 500;
	}
	.staff_contents h3{
		font-size: 28px;
		margin: 0 0 15px;
    	color: #3a5c66;
    	font-weight: 500;
	}
	.staff_contents {
    background: #fff;
    padding: 7px;
    margin: 30px 0;
    }
	.staff_contents_inner {
    border: solid #d5e5e5 1px;
    height: 100%;
    padding: 20px;
    text-align: left;
    }
	.interviewproductarea h1{
	font-size: 30px;
	margin:45px 0 30px;
	text-align: center;
	padding-top:45px 
	}
	.staff h3{
		font-size: 28px;
		margin: 0 0 15px;
    	color: #3a5c66;
    	font-weight: 500;
	}
	.text {
    font-size: 16px;
}
	.interviewinner{
	width: 90%;
	}
	.staffinner{
	width: 90%;
	}
	.interviewproductarea{
	background-color: #D5E5E5;
}
	.interview_img1 {
    margin-bottom: 20px;
}
	.staff_img img {
    width: 90%;
	display: block;
	margin: 0 auto;
	}
	.staff_img{
	padding-bottom: 30px;
	text-align: center;
}
}
/* ファーストビューここまで */

