@charset "utf-8";

/* ==========================================================================
	hasei_title
========================================================================== */
.hasei_title h2 {
	width: 303px;
	margin-right: 20px;
}

.hasei_title:before {
	content: "";
	display: block;
	width: 98px;
	height: 113px;
	position: absolute;
	top: -24px;
	right: 57px;
	background: url(../image/company/title_icon.png);
	background-size: cover;
	z-index: 10;
}



@media screen and (max-width: 800px) {

	.hasei_title h2 {
		width: 226px;
	}

	.hasei_title:before {
		width: 52px;
		height: 61px;
		top: 26px;
		right: 37px;
	}

}


/* ==========================================================================
	profile
========================================================================== */
.profile {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 40px auto 126px;
	padding: 5.3334% 6%;
	background: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.profile_img{
	width: 57%;
	max-width: 580px;
}

.profile_img .img{
	overflow: hidden;
	border-radius: 50px;
}

.profile_img .illust{
	max-width: 146px;
	position: absolute;
	bottom: 18px;
	left: 20px;
}

.profile_inr{
	width: 37%;
	max-width: 360px;
}

.profile_inr .position{
	color: #666;
	font-size: 13px;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
}

.profile_inr .name{
	font-size: 30px;
	margin-bottom: 30px;
}

.profile_inr .name span{
	font-size: 16px;
}

.profile_inr ul{
	font-size: 16px;
	font-size: clamp(14px, 1.0667vw, 16px);
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	border-top: 1px solid #e3e3e3;
}

.profile_inr ul li{
	position: relative;
	padding: 12px 0 12px 20px;
	border-bottom: 1px solid #e3e3e3;
	display: flex;
	flex-wrap: wrap;
}

.profile_inr ul li::before{
	width: 6px;
	height: 6px;
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	left: 6px;
	background-color: #ff8080;
	border-radius: 50%;
}

.profile_inr ul li .term{
	width: 4.5em;
}

.profile_inr ul li .item{
	width: calc(100% - 5.5em);
}

.profile_inr .btn_sns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.profile_inr .btn_sns p{
	width: 49%;
	margin-bottom: 2%;
}

.profile_inr .btn_sns p a{
	color: #000;
	font-size: 12px;
	width: 100%;
	height: 30px;
	display: block;
	border-radius: 15px;
	background-color: #f3f1ed;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.profile_inr .btn_sns p a:hover{
	background-color: #ddd8bf;
}

.profile_inr .btn_sns p a::before{
	content: '';
	display: block;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.profile_inr .btn_sns_tw a::before{
	width: 16px;
	height: 13px;
	background-image: url(../image/profile/ico_tw.png);
}

.profile_inr .btn_sns_in a::before{
	width: 16px;
	height: 16px;
	background-image: url(../image/profile/ico_in.png);
}

.profile_inr .btn_sns_yt a::before{
	width: 18px;
	height: 13px;
	background-image: url(../image/profile/ico_yt.png);
}

.profile_inr .btn_sns_blog a::before{
	width: 16px;
	height: 16px;
	background-image: url(../image/profile/ico_blog.png);
}


@media screen and (max-width: 1000px) {
	.profile{
		padding: 6%;
		align-items: stretch;
	}
	.profile_img{
		width: calc(93.7% - 286px);
	}

	.profile_img .img{
		height: 100%;
	}

	.profile_img .img img{
		height: 100%;
		object-fit: cover;
		object-position: 25% 50%;
	}

	.profile_inr{
		width: 286px;
	}

	.profile_inr .btn_sns p{
/* 		width: 32%; */
	}

	.profile_inr .btn_sns p a{
		font-size: 11.5px;
	}
	.profile_inr .btn_sns p a::before{
		margin-right: 3px;
	}

}


@media screen and (max-width: 800px) {
	.profile {
		width: 93%;
		margin: 35px auto 60px;
		padding: 20px;
		background: #fff;
		border-radius: 30px;
	}

	.profile_img{
		width: 100%;
		max-width: none;
		position: relative;
		margin-bottom: 30px;
	}

	.profile_img .img{
		border-radius: 20px;
	}

	.profile_img .illust{
		max-width: 90px;
		bottom: -20px;
		left: auto;
		right: 0;
	}

	.profile_inr{
		width: 100%;
		max-width: none;
	}

	.profile_inr .position{
		font-size: 11px;
		margin-bottom: 12px;
	}

	.profile_inr .name{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.profile_inr .name span{
		font-size: 12px;
	}
	.profile_inr ul{
		font-size: 13px;
		margin-bottom: 20px;
	}

}




/* ==========================================================================
	interview
========================================================================== */
.interview {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 90px;
}

.interview h2{
	width: 268px;
	margin: 0 auto 32px;
}

.interview .desc{
	font-size: 16px;
	text-align: center;
	line-height: 2.3;
	letter-spacing: 0.02em;
	margin-bottom: 110px;
}

.interview .interview_inr{
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.interview .interview_inr h3{
	font-size: 34px;
	font-weight: 600;
	line-height: 1.58;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	width: 170px;
	padding-top: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.interview .interview_inr .box_text{
	font-size: 16px;
	line-height: 2.3;
	letter-spacing: 0.02em;
	width: calc(95% - 210px);
	max-width: 785px;
	margin-right: 40px;
}

.interview .interview_inr .box_text .txt{
	position: relative;
	margin-bottom: 20px;
	padding-left: 2.7em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.interview .interview_inr .box_text .txt span{
	position: absolute;
	top: 0;
	left: 0;
}

.interview .interview_inr .box_text ._q{
	color: #666;
}

.interview .interview_inr .box_text ._q::before{
	content: '――';
	position: absolute;
	top: 0;
	left: 0;
}

.interview .interview_inr .box_text ._a{
	margin-bottom: 40px;
}

.interview .img_area{
	max-width: 1020px;
	overflow: hidden;
	margin: 80px auto 110px;
	border-radius: 50px;
}


@media screen and (max-width: 800px) {
	.interview {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto 90px;
	}

	.interview h2{
		width: 200px;
		margin-bottom: 32px;
	}

	.interview .desc{
		font-size: 14px;
		text-align: left;
		line-height: 2;
		margin-bottom: 60px;
	}

	.interview .interview_inr{
		margin-bottom: 60px;
		display: block;
	}

	.interview .interview_inr .box_text ._q{
		margin-bottom: 14px;
	}

	.interview .interview_inr .box_text ._a{
		margin-bottom: 30px;
	}

	.interview .interview_inr h3{
		font-size: 24px;
		text-align: center;
		writing-mode: horizontal-tb;
		width: 100%;
		display: block;
		margin-bottom: 30px;
		padding-top: 0;
	}

	.interview .interview_inr .box_text{
		font-size: 14px;
		line-height: 2;
		width: 100%;
		margin-right: 0;
	}

	.interview .img_area{
		margin: 60px auto;
		border-radius: 25px;
		aspect-ratio: 1 / 0.6;
	}

	.interview .img_area img{
		width: auto;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
	}
}




/* ==========================================================================
	message
========================================================================== */

.message {
	position: relative;
	width: 100%;
	margin: 145px auto;
	background: #fff;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 95px 0;
}

.message .message_inr {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.message .img_area {
	width: 54%;
}

.message img {
	border-radius: 30px;
}

.message .text_area {
	width: 46%;
	max-width: 404px;
	padding-top: 15px;
}

.message .title {
	padding-left: 100px;
}

.message .title:before {
	content: "";
	display: block;
	width: 80px;
	height: 75px;
	position: absolute;
	left: 0;
	top: -14px;
	background: url(../image/company/message_icon.png);
	background-size: cover;
}

.message .s_tit {
	padding-left: 106px;
}

.message .s_tit.pc_off {
	display: none;
}

.message p {
	font-size: 20px;
	line-height: 44px;
	font-weight: 700;
	width: 100%;
	max-width: 395px;
	margin: 59px 0 45px;
}

.message h3 {
	font-size: 18px;
	font-weight: 700;
}


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

	.message .img_area {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.message .img_area {
		width: 60%;
	}

	.message .text_area {
		width: calc(40% - 20px);
		padding-top: 0;
	}
}

@media screen and (max-width: 800px) {

	.message {
		margin: 90px auto 0;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
		padding: 120px 0 60px;
	}

	.message .message_inr {
		width: 88%;
	}

	.message .img_area {
		width: 100%;
		margin-top: 28px;
	}

	.message img {
		border-radius: 15px;
	}

	.message .text_area {
		width: 88%;
		max-width: 800px;
		padding-top: 20px;
		margin: 0 auto;
	}

	.message p.title {
		padding-left: 0;
		text-align: center;
		font-size: 18px;
		margin-bottom: 0px;
	}

	.message .title:before {
		width: 59px;
		height: 56px;
		left: 0;
		right: 0;
		top: -69px;
		margin: auto;
	}

	.message .s_tit {
		padding-left: 0;
		text-align: center;
	}

	.message .s_tit.pc_off {
		display: block;
	}

	.message p {
		font-size: 16px;
		line-height: 35px;
		max-width: 800px;
		margin: 0 0 30px;
	}

	.message h3 {
		font-size: 15px;
		text-align: center;
	}
}



/* ==========================================================================
	voice
========================================================================== */
.voice {
	position: relative;
	width: 93%;
	max-width: 1300px;
	background: #fff;
	margin: 0 auto 130px;
	padding: 65px 15px 75px;
	border-radius: 45px;
	background: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.voice::before {
	content: "";
	display: block;
	width: 85px;
	height: 106px;
	position: absolute;
	left: 164px;
	top: -60px;
	background: url(../image/service/voice_icon.png);
	background-size: cover;
}

.voice h2 {
	font-size: 30px;
	font-weight: 700;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 15px;
}

.voice h2 span {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-left: 10px;
}

.voice .s_tit {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}


.column_list {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1000px;
	margin: 54px auto 0;
}

.column_list a {
	display: block;
	position: relative;
	margin: 0 3% 0 0;
	width: 31.3%;
}

.column_list a:nth-child(3n) {
	margin-right: 0;
}

.column_list .cate {
	position: absolute;
	left: 24px;
	top: -15px;
	z-index: 10;
}

.column_list .cate span {
	display: inline-block;
	background: #fff;
	border: 1px solid #333;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
	color: #333;
	box-sizing: border-box;
	margin-right: 2px;
	border-radius: 12px;
}

.column_list .cate .new {
	padding: 6px 10px;
	color: #fff;
	background: #ff8080;
	border-color: #ff7d85;
	font-size: 10px;
}

.column_list .img_area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	border-radius: 30px;
}

.column_list .img_area::before {
	content: "";
	display: block;
	padding-top: 64%;

}

.column_list .img_area::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.column_list a:hover .img_area::after {
	opacity: .2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

.column_list h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 20px 0 15px;
	color: #333;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.column_list a:hover h4 {
	color: #69a15e;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.column_list p {
	font-size: 12px;
	color: #69a15e;
	font-weight: 700;
}

.voice .link_btn {
	width: 175px;
	position: absolute;
	top: 60px;
	right: 160px;
	padding-left: 20px;
}

.voice .link_btn::before {
	content: "";
	display: block;
	width: 12px;
	height: 11px;
	position: absolute;
	left: calc(50% - 55px);
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../image/column/ichiran_icon.png);
	background-size: cover;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: none;
}

.voice .link_btn:hover::before {
	background-image: url(../image/column/ichiran_icon_af.png);
}



@media screen and (max-width: 800px) {


	.voice {
		width: 88%;
		margin: 0 auto 125px;
		padding: 40px 0 70px;
		border-radius: 30px;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}

	.voice::before {
		width: 60px;
		height: 75px;
		left: calc(50% - 26px);
		top: -52px;
	}

	.voice h2 {
		font-size: 19px;
		width: 90%;
		max-width: 1000px;
		margin: 0 auto 10px;
		text-align: center;
	}

	.voice h2 span {
		display: block;
		font-size: 11px;
		margin: 7px auto 0;
		text-align: center;
	}

	.voice .s_tit {
		width: 90%;
		text-align: center;
	}


	.column_list {
		width: 85%;
		margin: 40px auto 0;
	}

	.column_list a {
		display: block;
		position: relative;
		margin: 0 0 43px;
		width: 100%;
	}

	.column_list .cate {
		left: 23px;
		top: -13px;
	}

	.column_list .cate span {
		font-size: 11px;
		padding: 4px 10px;
		margin-right: 3px;
		border-radius: 12px;
	}

	.column_list .cate .new {
		padding: 6px 10px;
		font-size: 10px;
	}

	.column_list .img_area {
		border-radius: 15px;
	}

	.column_list .img_area::before {
		padding-top: 64%;
	}

	.column_list h4 {
		width: 92%;
		font-size: 14px;
		line-height: 21px;
		margin: 11px auto 13px;
	}

	.column_list p {
		width: 92%;
		margin: 0 auto;
		font-size: 11px;
	}

	.voice .link_btn {
		width: 220px;
		position: relative;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
		padding-left: 10px;
	}

	.voice .link_btn::before {
		width: 11px;
		height: 10px;
		left: calc(50% - 47px);
	}
}




