@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&display=swap');

/* スライド */
.slider {}

.slider_wrap {
	position: relative;
}

.slider_list {
	display: none;
}

.slider_list.slick-initialized {
	display: block;
	/*slick-initializedが付与されたら表示*/
}

.slider_list_item {
	max-width: 1320px;
	width: 100%;
	max-height: 770px;
	max-height: calc(100vh - 135px);
	line-height: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 0;
}

a.slider_list_item:hover {
	opacity: 0.7 !important;
}

.slider_list_item::before {
	content: "";
	padding-top: 58.8%;
	/* padding-top: 58.333%; */
	/* padding-top: 770px; */
	display: block;
}

.slick-arrow {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 10;
	bottom: 3px;
	font-size: 0;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slick-prev {
	left: 0;
	background-image: url(/img/icn-prev.png);
}

.slick-next {
	right: 0;
	background-image: url(/img/icn-next.png);
}

.slider_catch {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 20px;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 1s;
}

.slider_catch.-show {
	opacity: 1;
}

.slider_counter {
	position: absolute;
	bottom: 70px;
	right: 10px;
	color: #FFF;
}

/* セクション共通 */
.home_ttl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.home_ttl span.-en {
	display: block;
}

.home_catch {
	text-align: center;
	margin-top: 28px;
}

.home_catch span {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding: 18px 50px;
	line-height: 1;
	position: relative;
	border: 2px solid #2c2f2f;
	border-radius: 4px;
}

.home_catch span::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -9px;
	content: "";
	width: 18px;
	height: 17px;
	background: url("/common/img/icn-comment.png") no-repeat;
	background-position: center;
	background-size: cover;
}

.home_btn {
	margin-top: 50px;
}

/* コロナ */
.corona {
	max-width: 1100px;
	width: 80%;
	padding: 60px 0;
	text-align: center;
	border: 3px solid #B90000;
	background-color: #FFF;
	margin: -110px auto 0;
	position: relative;
	z-index: 10;
}

.corona_ttl {
	font-size: 31px;
	font-weight: bold;
	color: #B90000;
}

.corona_subttl {
	font-size: 20px;
	font-weight: bold;
}

.corona_text {
	font-size: 16px;
	font-weight: bold;
	max-width: 750px;
	width: 100%;
	text-align: left;
	margin: 30px auto 0;
}

.corona_link {
	max-width: 490px;
	width: 100%;
	background-color: #FFD800;
	text-align: center;
	box-shadow: 0 3px 1px 0px #BF8C00;
	margin: 45px auto 0;
	transition: transform .3s, box-shadow .3s;
}

.corona_link>a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0;
}

.corona_link:hover {
	box-shadow: none;
	transform: translateY(3px);
}

/* イベント */
.event {
	/* transform: translateY(-35px); */

	/* overflow: hidden; */
	padding: 50px 0 30px;
}

.event_list {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.event_list>li {
	width: 32%;
	margin-left: 2%;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.event_list>li:first-child {
	margin-left: 0;
}

.event_list>li:nth-child(2) {
	transition-delay: 0.3s;
}

.event_list>li:last-child {
	transition-delay: 0.6s;
}

.event_list.-fade>li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.event_list>li a {
	padding: 15px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #FFF;
}

.event_list_thumb {
	width: 40.325%;
	overflow: hidden;
}

.event_list_thumb img {
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.event_list>li a:hover .event_list_thumb img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.event_list_txt {
	width: 57%;
}

.event_list_txt em {
	display: block;
	font-weight: bold;
	line-height: 1.6;
}

.event_list_txt p.-date {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6;
}

.event_list_info {
	position: absolute;
	top: 0;
	right: 18px;
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	background: #649B15;
	border-radius: 3px;
	text-align: center;
	padding: 8px 25px;
	font-weight: bold;
}

.event_list_info::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	content: "";
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #639b15 transparent transparent transparent;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.event_list_info.-end {
	background: #FF5A00;
}

.event_list_info.-end::after {
	border-color: #FF5A00 transparent transparent transparent;
}

/* 本当のゴールは~~ */
.intro {
	padding: 75px 0 45px;
	position: relative;
}

.intro_ttl {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.41;
}

.intro_txt {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 40%;
	min-width: 590px;
	background: #FFF;
	padding: 70px;
}

.intro_txt p {
	line-height: 2.5;
}

/* 梶間幸建の家づくり */
.concept {
	background: #EEEDEA;
	padding: 195px 0 270px;
}

.concept>.inner {
	position: relative;
}

.concept_img {
	position: absolute;
	width: calc(100% - 30px);
	bottom: -200px;
}

.concept_btn {
	position: relative;
	text-align: center;
}

.concept_btn a {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #fff;
	padding: 30px 125px;
	line-height: 1;
}

.concept_btn a:hover {
	color: #333;
	background: #FFF;
}

/* 商品ラインナップ */
.lineup {
	padding: 70px 0 110px;
}

.lineup>.inner {
	max-width: 1010px;
}

.lineup_list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 2%;
}

.lineup_list+.lineup_list {
	margin-top: 20px;
}

.lineup_list_group {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	text-align: center;
}

.lineup_list_group.-double {
	width: 65.3%;
}

.lineup_list_group.-single {
	width: 32.6%;
	padding: 20px;
}

.lineup_list_group.-red {
	background: #FBEAEA;
}

.lineup_list_group.-green {
	background: #f2fbea;
}

.lineup_list_group.-blue {
	background: #f2eafb;
}

.lineup_list_group.-yellow {
	background: #f8f4e3;
}

.lineup_list_group.-aqua {
	background: #e3f5f8;
}

.lineup_list_item {
	width: 31%;
}

.lineup_list_group.-double .lineup_list_item {
	width: 47.46%;
}

.lineup_list_group.-single .lineup_list_item {
	width: 100%;
}

.lineup_list_group a {
	display: block;
	max-width: 280px;
	margin: 0 auto;
}

.lineup_list_thumb {
	position: relative;
}

.lineup_list_thumb:before {
	display: inline-block;
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #2c2f2f;
	box-sizing: border-box;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.lineup_list_group a:hover .lineup_list_thumb:before {
	-webkit-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}

.lineup_list_group a.-plus {
	display: inline-block;
	margin-top: 14px;
	line-height: 1.3;
	border-bottom: 1px solid;
	transition: border-bottom 0.3s;
}

.lineup_list_group.-red a.-plus {
	color: #F14263;
}

.lineup_list_group.-green a.-plus {
	color: #097C25;
}

.lineup_list_group.-blue a.-plus {
	color: #601986;
}

.lineup_list_group a.-plus:hover {
	border-bottom: 1px solid transparent;
}

.lineup_list_group a.-plus span {
	margin-left: 0.5em;
}

.lineup_list_txt {}

.lineup_list_ttl {
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.lineup_list_item>a[target="_blank"] .lineup_list_ttl::after {
	content: "";
	margin-left: 5px;
	height: 1em;
	width: 13px;
	background-color: #333333;
	display: inline-block;
	-webkit-mask: url("/common/img/path-blank.svg");
	mask: url("/common/img/path-blank.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	vertical-align: middle;
}

.lineup_list_price {
	margin-top: 10px;
	text-align: center;
	line-height: 1;
}

/* 施工事例 */
.works {
	background: #eeedea;
	padding: 115px 0 80px;
	overflow: hidden;
}

.works_list {
	margin-top: 40px;
}

.works_list li {}

.works_list li a {}

.works_list_thumb {
	overflow: hidden;
	position: relative;
}

.works_list_thumb::before {
	display: block;
	content: "";
	padding-top: 63%;
}

.works_list_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.works_list li a:hover .works_list_thumb img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.works_list_txt_cat {
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	color: #FFF;
	background: #FF5A00;
	line-height: 1;
	padding: 5px 20px;
}

.works_list_txt_ttl {
	margin-top: 15px;
}

.works_list .slick-list {
	margin-right: -20px;
	/* 余白分ネガティブマージン */
}

.works_list .slick-slide {
	margin-right: 20px;
	/* スライド間の余白 */
}

.works_list .slick-prev,
.works_list .slick-next {
	top: 30%;
}

/* お客様の声 */
.voice {
	padding: 75px 0 104px;
	overflow: hidden;
}

.voice_catch {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	color: #649B15;
	margin-top: 30px;
	text-align: center;
}

.voice_list {
	margin-top: 45px;
}

.voice_list li {
	width: 20%;
	border: 1px solid #CCC;
}

.voice_list li a {
	display: block;
	position: relative;
}

.voice_list_thumb {
	overflow: hidden;
	position: relative;
}

.voice_list_thumb::before {
	display: block;
	content: "";
	padding-top: 141.5%;
}

.voice_list_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.voice_list li a:hover .voice_list_thumb img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.voice_list_ttl {
	padding: 0 10px 10px;
	text-align: left;
}

.voice_list_stamp {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/* 梶間幸建のこと */
.company {
	padding: 70px 0 230px;
	background: #eeedea;
	overflow: hidden;
}

.company_menu {
	width: 100%;
	max-width: 800px;
	margin: 35px auto 0;
	display: flex;
	justify-content: space-between;
}

.company_menu_item {
	width: 48.75%;
	overflow: hidden;
}

.company_menu_item a {
	display: block;
	position: relative;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.company_menu_item a::before {
	display: block;
	content: "";
	padding-top: 62.71%;
	background: rgba(46, 41, 40, 0.67);
}

.company_menu_item.-item1 a {
	background-image: url("/img/img-company01.jpg");
}

.company_menu_item.-item2 a {
	background-image: url("/img/img-company02_2211.jpg");
}

.company_menu_item a:hover {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.company_menu_item_img::before {
	display: block;
	content: "";
	padding-top: 62.31%;
	background: rgba(0, 0, 0, 0.55);
}

.company_menu_item_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.company_row {
	display: flex;
	justify-content: center;
	max-width: 1210px;
	margin: 50px auto 0;
}

.company_col {
	width: 48%;
}

.company_col_ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.3;
	/* border-bottom: 2px solid #333; */
}

.company_col_ttl::before,
.company_col_ttl::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.company_col_ttl::before {
	width: 400px;
	height: 2px;
	background: #333;
}

.company_col_ttl::after {
	width: 16px;
	height: 14px;
	background: url(/img/bg-company.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.company_col_ttl.-item1 {
	color: #E2233A;
}

.company_col_ttl.-item2 {
	color: #649b15;
}

.company_col_wrap {
	margin-top: 30px;
	position: relative;
}

.company_col_wrap::before {
	display: block;
	content: "";
	padding-top: 55.1%;
}

.company_col_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* sns */
.sns {
	padding: 240px 0 75px;
	position: relative;
}

.sns_blog {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	max-width: 1250px;
	background: #FFF;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	padding: 35px 45px;
}

.sns_blog_head {
	width: 11%;
}

.sns_blog_icn {}

.sns_blog_ttl {
	font-size: 24px;
	font-weight: bold;
}

.sns_blog_body {
	width: 89%;
	border-left: 1px solid #ccc;
	padding-left: 35px;
}

.sns_blog_list {
	display: flex;
	justify-content: space-between;
}

.sns_blog_list_thumb {}

.sns_blog_list_date {
	margin-top: 10px;
	font-size: 12px;
	color: #7D7D7D;
}

.sns_blog_list_ttl {}

.sns_blog_list li {
	width: 18.5%;
}

.sns_insta {}

.sns_insta_ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.sns_insta_ttl span {
	position: relative;
	padding-left: 50px;
	line-height: 1;
}

.sns_insta_ttl span::before {
	position: absolute;
	font-family: icomoon;
	font-weight: normal;
	content: "\e902";
	top: 50%;
	left: 0;
	margin-top: -20px;
	font-size: 40px;
}

.sns_insta_list {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0;
	font-size: 0;
}

.sns_insta_list li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
}

.sns_insta_list li::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.sns_insta_list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.sns_insta_list li a div {
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sns_insta_list li a:hover div {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.sns_insta_list .slick-prev,
.sns_insta_list .slick-next {
	width: 31px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
}

.sns_insta_list .slick-prev {
	left: -30px;
	background-image: url(/common/img/icn-prev-insta.png);
}

.sns_insta_list .slick-next {
	right: -30px;
	background-image: url(/common/img/icn-next-insta.png);
}

.sns_fb {
	width: 100%;
	max-width: 950px;
	margin: 100px auto 0;
}

.sns_fb_row {
	display: flex;
	justify-content: space-between;
}

.sns_fb_col {
	width: 48%;
}

.sns_fb_ttl {
	text-align: center;
}

.sns_fb_ttl span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #FFF;
	background: #35498B;
	border-radius: 6px;
	padding: 15px 80px;
	position: relative;
}

.sns_fb_ttl span::after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #35498b transparent transparent transparent;
}

.sns_fb_wrap {
	margin-top: 26px;
	text-align: center;
}

/* recruit_bnr */

.recruit_bnr {
	display: flex;
	margin-bottom: 80px;
}

.recruit_bnr_cnt {
	background: #9B4E14;
	text-align: center;
	width: 50%;
	height: 100%;
}

.recruit_bnr_cnt.-second {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recruit_bnr_cnt.-first img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruit_bnr_ttl.-en {
	color: #fff;
	font-family: 'Lexend Zetta', sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
}

.recruit_bnr_ttl.-ja {
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 45px;
}

.recruit_bnr_txt {
	color: #fff;
	margin-bottom: 50px;
	font-size: 21px;
}

.btn_recruit {
	display: block;
	color: #9B4E15;
    background: #FFD803;
    border-radius: 50px;
    padding: 15px 25px;
    width: 100%;
	max-width: 260px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
	transition-duration: 0.5s;
}

.btn_recruit:hover {
	opacity: 0.7;
}

.btn_recruit::after {
	content: "";
    width: 0;
    height: 0;
    border-width: 0.2em 0.6em 0.2em 0.4em;
    border-style: solid;
    display: block;
    transition: border-width 0.5s;
	border-color: transparent transparent transparent #9B4E15;
    position: absolute;
    right: 20px;
    transform: translateY(50%);
    bottom: 50%;
}

.sns_insta {
	display: block;
}

.insta_bnr {
	width: 100%;
	text-align: center;
}

.insta_bnr a {
	display: ruby-text;
	width: auto;
	transition: all ease 0.3s;
}

.insta_bnr a:hover {
	opacity: 0.5;
}

.insta_bnr a img {
	width: 50%;
	display: block;
}



/* PC Only */
@media screen and (min-width:1351px) {
	.event {
		margin-top: -50px;
		padding-top: 0;
	}
}

/* All SP & Tablet */
@media screen and (max-width:1350px) {

	/* イベント情報 */
	.event {
		-webkit-transform: none;
		transform: none;
	}

	.event_list_thumb {
		width: 35%;
		max-width: 135px;
	}

	.event_list_txt {
		width: 60%;
	}

	/* 本当のゴールは~~ */
	.intro_ttl {
		font-size: 40px;
	}

	.intro_txt {
		min-width: 550px;
	}

	.lineup_list_group,
	.lineup_list_group.-single,
	.lineup_list_group.-souble {
		padding: 15px;
	}

	.lineup_list_group a.-plus span {
		display: block;
		margin-left: 0;
	}

	.company_col_ttl {
		font-size: 28px;
	}

	.sns_insta_list .slick-prev {
		left: -10px;
	}

	.sns_insta_list .slick-next {
		right: -10px;
	}

	/* スタッフブログ */
	.sns_blog {
		padding: 35px 25px;
	}
}

@media screen and (max-width:1100px) {
	.slider_list_item::before {
		padding-top: 59.8%;
	}
}

@media screen and (max-width:1030px) {
	.slick-arrow {
		bottom: 7px;
	}
}

/* PC+TB */
@media screen and (min-width:641px) {
	.slider_list_item img {
		display: none;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.slider>.inner {
		padding: 0;
	}

	.slider_list_item {
		background-image: none !important;
	}

	.slider_list_item::before {
		display: none;
	}

	.slider_list_item img {
		display: block;
	}

	.slick-arrow {
		bottom: -10px;
		width: 40px;
		height: 40px;
	}

	.slider_counter {
		bottom: 30px;
	}

	.slider_dots {
		display: flex;
	}

	.corona {
		width: 90%;
		margin: 40px auto 0;
		padding: 20px 10px;
	}

	.corona_ttl {
		font-size: 19px;
	}

	.corona_subttl {
		font-size: 14px;
	}

	.corona_text {
		font-size: 14px;
		margin: 20px auto 0;
	}

	.corona_link {
		margin: 30px auto 0;
	}

	.corona_link>a {
		font-size: 20px;
	}

	.corona_link:hover {}

	.news {
		padding: 30px 0 0;
	}

	.news_wrap {
		display: flex;
		align-items: center;
	}

	.news_ttl {
		font-size: 22px;
		font-weight: bold;
		width: 70px;
	}

	.news_list {
		margin-left: 20px;
		width: calc(100% - 90px);
	}

	.news_list>li a {
		display: flex;
	}

	.news_list>li a time {
		width: 85px;
	}

	.news_list>li a em {
		width: calc(100% - 95px);
		margin-left: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.event_list {
		display: block;
	}

	.event_list>li {
		width: 100%;
		margin: 50px auto;
	}

	.event_list>li:first-child {
		margin-top: 0;
	}

	.intro {
		padding: 45px 0 0;
	}

	.intro_ttl {
		font-size: 28px;
	}

	.intro_txt {
		position: static;
		min-width: 100%;
		padding: 20px;
	}

	.intro_txt p {
		line-height: 1.8;
	}

	.concept {
		overflow: hidden;
		padding: 0 0 40px;
		background: linear-gradient(to bottom, #fff 10%, #EEEDEA 10%);
	}

	.concept>.inner {
		padding: 0;
	}

	.concept>.inner::after {
		display: block;
		content: "";
		padding-top: 64%;
	}

	.concept_img {
		width: 126%;
		bottom: 0;
		left: 50%;
		left: -13%;
	}

	.concept_btn {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 264px;
		white-space: nowrap;
		margin-left: -132px;
	}

	.concept_btn a {
		display: block;
		padding: 20px 10px;
	}

	.lineup {
		padding: 50px 0;
	}

	.lineup_list {
		display: block;
	}

	.lineup_list_group {
		display: block;
		width: 100% !important;
		margin-top: 30px;
	}

	.lineup_list_group:first-child {
		margin-top: 0;
	}

	.lineup_list_item {
		width: 100% !important;
		margin-top: 20px;
	}

	.lineup_list_item:first-child {
		margin-top: 0;
	}

	.lineup_list_ttl {
		font-size: 17px;
	}

	.lineup_list_group a.-plus span {
		display: inline-block;
		margin-left: 0.5em;
	}

	.works {
		padding: 40px 0;
	}

	.voice {
		padding: 40px 0;
	}

	.voice_catch {
		font-size: 26px;
	}

	.voice_list {
		margin-top: 30px;
	}

	.company_menu {
		display: block;
	}

	.company_menu_item {
		width: 100%;
		margin-top: 15px;
	}

	.company_menu_item:first-child {
		margin-top: 0;
	}

	.company_menu_item.-item1 a {
		background-image: url(/img/img-company01_sp.jpg);
	}

	.company_menu_item.-item2 a {
		background-image: url(/img/img-company02_2211_sp.jpg);
	}

	.company_menu_item a::before {
		padding-top: 35.22%;
	}

	.company_row {
		display: block;
	}

	.company_col {
		width: 100%;
		margin-top: 30px;
	}

	.company_col:first-child {
		margin-top: 0;
	}

	.company_col_ttl::before {
		width: 100%;
	}

	.sns {
		padding-top: 0;
	}

	.sns_blog {
		padding: 50px 20px;
		flex-wrap: wrap;
		-webkit-transform: translate(-50%, -20%);
		transform: translate(-50%, -20%);
	}

	.sns_blog_head {
		width: 49%;
	}

	.sns_blog_body {
		width: 100%;
		border-left: none;
		padding-left: 0;
		/* text-align: center; */
	}

	.sns_blog_list {
		flex-wrap: wrap;
		max-width: 390px;
		margin: 0 auto;
	}

	.sns_blog_list li {
		width: 49%;
	}

	.sns_blog_list li.-item1 {
		text-align: center;
	}

	.sns_blog_list li:nth-child(n+3) {
		margin-top: 30px;
	}

	.sns_insta {
		padding-top: 690px;
	}

	.sns_insta_list .slick-list {
		margin-right: -10px;
	}

	.sns_insta_list .slick-slide {
		margin-right: 10px;
	}

	.sns_insta_list li {
		margin: 0 5px;
	}

	.sns_fb {
		margin-top: 50px;
	}

	.sns_fb_row {
		display: block;
	}

	.sns_fb_col {
		width: 100%;
		margin-top: 50px;
	}

	.sns_fb_col:first-child {
		margin-top: 0;
	}


	/* recruit_bnr */

	.recruit_bnr {
		flex-flow: column;
		width: 100%;
		max-width: 1350px;
		margin: 0 auto 70px;
		padding: 0 15px;
	}

	.recruit_bnr_cnt {
		width: 100%;
	}

	.recruit_bnr_cnt.-second {
		padding: 30px 20px;
	}

	.btn_recruit {
		padding: 10px 25px;
		font-size: 18px;
	}

	.recruit_bnr_ttl.-en {
		font-size: 20px;
	}

	.recruit_bnr_ttl.-ja {
		font-size: 21px;
		line-height: 35px;
	}

	.recruit_bnr_txt {
		font-size: 17px;
	}
	.insta_bnr a img {
		width: 100%;
		display: block;
	}
}

/* for Print */
@media print {
	@page {
		size: A4
	}

	[data-aos^=fade][data-aos^=fade] {
		opacity: 1;
		transform: translate(0, 0);
	}
}