﻿@charset "utf-8";

#footer_wrap::after {
	background-color: #FFF8FA;
}

/*--- 共通 ---*/
a {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p span{
	font-weight: bold;
}
.index_inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.index_h2 {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
	text-align: left;
	margin-bottom: 5px;
	color: #D83155;
	padding-right: 18px;
}
.index_h2_en {
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	/* margin: 0 0 62px; */
	display: flex;
    align-items: center;
	font-size: 1.4rem;
}
.column_box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 55px;
	align-items: center;
    flex-wrap: wrap;	
}
.column_box_center{
	display: flex;
	align-items: center;
    justify-content: center;
	margin: 50px 0 62px;
}
.column_box_left{
	
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
	margin: 0 0 62px;
}

.index_catch {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.666;
	margin-bottom: 38px;
	position: relative;
    text-decoration: underline 12px #FFEDF1;
	text-underline-offset: -2px;
	
}


.index_txt{
	/* font-size: 2.0rem; */
    letter-spacing: 0;
    line-height: 1.666;
    margin-bottom: 38px;
    position: relative;
}


.index_column_link {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: space-between;
	color: #222;
	text-decoration: none;
}

.index_column_link.column_reverse {
	flex-direction: row-reverse;
}

.index_column_link .column_link_img {
	width: 50%;
	border-radius: 67px 0 0;
	overflow: hidden;
}

.index_column_link .column_link_img img {
	transition: all .5s ease;
}

.index_column_link .column_link_txt {
	width: calc(50% - 50px);
}


/* hover */
.index_column_link:hover .column_link_img img {
	transform: scale(1.05);
}

.index_column_link:hover .top_btn_link::before {
	background-color: #F2889E;
}

.index_column_link:hover .top_btn_link span::after {
	transform: scale(1, 1);
	/*ホバー後、x軸方向に1（相対値）伸長*/
	transform-origin: left top;
	/*左から右に向かう*/
}


/* btn */
.top_btn {
	display: inline-block;
}

.top_btn_link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;

	color: #222;
	text-decoration: none;
	position: relative;
}

.top_btn_link::after {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background: #D63254 url(/niigata-hellowork/content/contents/jmc_arrow_w.svg) no-repeat center / 12px 13px;
	border-radius: 50%;
	transition: all .3s ease;
}

.top_btn_link span {
	padding: 7px 0px;
	position: relative;
}

.top_btn_link span::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #222;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.2s;
}

.top_btn_link:hover::before {
	background-color: #D83155;
}

.top_btn_link:hover span::after {
	transform: scale(1, 1);
	/*ホバー後、x軸方向に1（相対値）伸長*/
	transform-origin: left top;
	/*左から右に向かう*/
}

/*----- MV -----*/
.mv_wrap {
	margin-bottom: 85px;
	position: relative;
}

.mv {
	position: relative;
	width: 100%;
}

.mv>img {
	width: 90%;
	height: 80vh;
	object-fit: cover;
	margin-left: auto;
	border-bottom-left-radius: 50px;
	object-position: 65%;
}

.mv_copy {
	position: absolute;
    top: 40%;
    left: 18%;
	z-index: 10;
}

.mv_copy .catchcopy {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.mv_copy .subcopy {
	font-size: 18px;
    font-weight: 600;
    padding-top: 1em;
}

.mv_line {
	z-index: 20; 
	position: relative;
}

.mv_line .txt_ver {
	font-size: 1.3rem;
    font-weight: bold;
    padding: 50px 15px 15px;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	right: 0;
    bottom: 333px;
	position: fixed;
	background: #fff;
}
.mv_line .txt_ver a::before{
	display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(/niigata-hellowork/content/contents/jmc_icon_line.svg) no-repeat center top;
    margin: 15px 10px 0;
	position: absolute;
	top: 0;
	left:0;
}

.mv_line .txt_ver a:hover {
	text-decoration: none;
}

.txt_ver a {
 text-decoration: none;
}
.txt_ver a:hover {
 text-decoration: underline;
}


.mv_form {
	position: relative;
	z-index: 20;
}

.mv_form .txt_ver {
	font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 15px 38px;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	right: 0;
    bottom: 148px;
	position: fixed;
	background: #fff;
}

.mv_form .txt_ver a:hover {
	text-decoration: none;
}

.mv_form .txt_ver a::after{
	display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(/niigata-hellowork/content/contents/jmc_popup_p.svg) no-repeat center top;
    margin: 0 10px;
	position: absolute;
	bottom: 0;
	left:0;
}


.text_pink {
	color: #D83155;
}

@media screen and (max-width: 767px) {
	.mv_line {
	display: none;

	}
	.mv_form {

	display: none;
	}

}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 5%;
  bottom: 20%;
  writing-mode: vertical-rl;
  font-size: 12px;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #333;
  bottom: -100px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -100px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*------------ concept ------------*/
.index_concept {
	text-align: center;
	position: relative;
}

.index_concept .index_catch {
	display: inline-block;
	margin-bottom: 50px;
}

.concept_column{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
	margin-bottom: 50px;
}
.concept_img{
	width: 30%;
    border-radius: 24px;
    overflow: hidden;

}
.concept_txt{
	text-align: left;
	margin-left: 50px;
	width: calc(50% - 50px);
}

@media screen and (max-width: 767px) {
	.concept_column{
		display: block;
	}
	.concept_img{
		width: 100%;
		margin-bottom: 18px;
        border-radius: 15px;
	}
	.concept_txt{
		width: 100%;
		margin-left: 0;
	}
}
/*------------ news ------------*/

.news_area{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 49px;
	position: relative;
	padding: 50px 0;
}
.news_area::before{
	position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background: #FFF8FA;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}
.news_index{
	    width: 20%;
}
.news_contents{
	    width: 80%;
}

.index_news {
	margin-bottom: 116px;
	position: relative;
}

.index_news::after {
	position: absolute;
	content: "";
	width: 100vw;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -5;
	aspect-ratio: 384/19;
}

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

.news_tab_item {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
	width: calc((100% - 12px) / 3);
	background: #F2889E;
	padding: 24px 10px 17px;
	border-radius: 20px 20px 0 0;
	transition: all .3s ease;
	cursor: pointer;
}

.news_tab_item.active {
	color: #D83155;
	background: #FFF8FA;
}

.news_tab_item:hover {
	color: #FFF;
	background: #D83155;
}

.news_bg {
	padding: 51px 0 61px;
	position: relative;
}

.news_bg::before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	background: #FFF6F8;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
}


.news_box {
	display: none;
	text-align: center;
}

.news_box.all_cate {
	display: block;
}

.news_list {
	text-align: left;
	border-radius: 5px;
	padding: 0 19px;
	width: calc(100%-200px);
}

.news_item {
	border-bottom: 1px solid rgba(242, 136, 158, 0.239);
}

.news_ttl::after {
	content: url(/niigata-hellowork/content/contents/jmc_arrow_p.svg);
	position: absolute;
	right: 20px;
}

.news_link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	min-height: 93px;
	padding: 8px 6px;
}

.news_cate {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #FFF;
	width: 114px;
	padding: 3px 0 0;
	margin-right: 34px;
	background: #F2889E;
	border-radius: 20px;
	transition: all .3s ease;

}

.seminar_tag {
	background: #88CCF6;
}

.news_date {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;	
	width: 120px;
	color: #F2889E;
	margin-right: 25px;
	transition: all .3s ease;
}

.news_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #222;
	margin: 0;
	max-width: calc(100% - 330px);
	transition: all .3s ease;
}

#news .sp_btn{
	display: none;

}

/* hover */
.news_link:hover .news_cate {
	background: #ffaec0;
}

.news_link:hover .seminar_tag {
	background: #adddfa;
}

.news_link:hover .news_date,
.news_link:hover .news_ttl {
	color: #D83155;
}

/*------------ service ------------*/
.index_service {
	margin-bottom: 150px;
}

/*------------ about ------------*/
.index_about {
	margin-bottom: 125px;
}

/*------------ voice ------------*/
.index_voice {
	position: relative;
	margin-bottom: 125px;
}


.voice_area {
	text-align: center;
	padding: 13px 0 60px;
	position: relative;
}

.voice_area::before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	background: #FBDBE1 ;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
	border-radius: 60px;
}

.voice_list {
	text-align: left;
	max-width: 1089px;
	margin: 0 0 61px auto;
}

.voice_item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 33px;
}

.voice_item:last-child {
	margin-bottom: 0;
}

.voice_item_img {
	width: 116px;
	text-align: center;
}

.voice_item_img img {
	margin: auto auto 10px;
	background: #ffff;
	border-radius: 100px;
}

.voice_item_img span {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	color: #D83155;
}

.voice_item_txt {
	font-size: 1.5rem;
	/* font-weight: bold; */
	width: calc((100% - 43px) - 116px);
	padding: 29px 25px 26px 28px;
	margin-left: auto;
	background: #FFF;
	border-radius: 19px;

	position: relative;
}
.voice_item_txt p {
	margin-top: 10px;
}
.voice_item_txt span{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
}

.voice_item_txt::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: transparent #FFF #FFF transparent;
	border-width: 27px;
	top: 37px;
	left: -16px;
	transform: scaleY(-0.3) rotate(135deg);
	z-index: 1;
}

.voice_item_txt::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: transparent #FBDBE1 #FBDBE1 transparent;
	border-width: 27px;
	top: 37px;
	left: -23px;
	box-shadow: -10px 10px 0 #FBDBE1;
	transform: scaleY(-0.3) rotate(135deg);
	z-index: -5;
}
/*------------ access ------------*/
.access_column{
	display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
    margin-bottom: 50px;
}
.index_access {
	margin-bottom: 150px;
}
.access_column .access_mapbox{
	width: 55%;
	padding: 20px;
	overflow: hidden;
}
.access_txt{
	margin-left: 50px;
}

.access_txt p{
	padding-bottom: .5em;
}

.map {
	width: 40%;
	height: 300px;
}

#access iframe{
	border-radius: 20px;
	width: 100%;
    height: 100%;
}
.access_maptxt p a[target="_blank"].none {
	color: rgb(34, 34, 34);
    padding-right: 17px;
    background: url(/niigata-hellowork/content/contents/jmc_popup_p.svg) right 1px center / auto 10px no-repeat;
}


@media screen and (max-width:767px) {
	/*----- 共通 -----*/

	.index_h2 {
		font-size: 2.0rem;
		/* margin-bottom: 25px;
		margin: 0 15px; */
	}
	.index_h2_en {
		display: block;
	}

	.index_catch {
		font-size: 1.8rem;
		line-height: 1.555;
		margin-bottom: 14px;
	}

	.index_column_link {
		display: block;
	}

	.index_column_link .column_link_img {
		width: 100%;
		margin-bottom: 18px;
		border-radius: 15px;
	}

	.index_column_link .column_link_txt {
		text-align: center;
		width: 100%;
	}
	.column_box{
		margin: 20px 0;
	}
	.column_box .column_box_item{
		width: 100%;
		text-align: center;
	}
	.column_box_center{
		margin: 20px 0;
	}

	/* btn */
	.top_btn_link {
		font-size: 1.4rem;
	}

	.top_btn_link::before,
	.top_btn_link::after {
		width: 35px;
		height: 35px;
		background-size: 12px auto;
		margin-right: 6px;
	}

	/*----- MV -----*/
	.mv_wrap {
		margin-bottom: 25px;
	}

	.mv>img {
	width: 85%;
	}

	.mv_copy {
		top: auto;
		left: 22%;
		bottom: 53px;
		background-color: rgba(255, 255, 255, 0.6);
		padding: 5px;	
        border-radius: 5px;
	}

	.mv_copy .catchcopy {
        font-size: 28px;
	}

	.mv_copy .subcopy {
        font-size: 14px;
	}

	.scroll {
		font-size: 9px;
	}

	/*------------ concept ------------*/
	.index_concept::before {
		display: block;
		position: static;
		max-width: 100%;
		height: 151px;
		max-height: none;
		background-position: center;
		margin: 0 0 16px;
	}

	.index_concept .index_catch {
		margin: 60px 0 40px;
	}

	.index_concept .index_catch::before {
		width: 26px;
		height: 24px;
		bottom: 92%;
		left: 5px;
	}

	.index_concept p:last-child {
		font-size: 1.2rem;
	}

	/*------------ news ------------*/
	.news_index{
		width: 100%;
	}
	.news_contents{
		width: 100%;
	}
	.column_box_left{
		margin: 0 auto 15px;
	}
	.news_index .top_btn{
		display: none;
	}
	.column_box_left .index_h2,.column_box_left .index_h2_en{
		text-align: center;
	}

	.index_news {
		margin-bottom: 45px;
	}

	.news_tab_item {
		font-size: 1.5rem;
		width: calc((100% - 2px) / 3);
		padding: 12px 10px 8px;
	}

	.news_bg {
		padding: 25px 0 15px;
	}

	.news_list {
		padding: 0 20px;
		margin: 0 0 23px;
	}

	.news_link {
		min-height: auto;
		padding: 20px 0 15px;
	}

	.news_cate {
		font-size: 1.2rem;
		line-height: 2;
		width: 88px;
		margin-right: 0;
	}

	.news_date {
		font-size: 1.3rem;
		text-align: left;
		width: 90px;
        margin-right: 0;
	}

	.news_ttl {
		font-size: 1.3rem;
		line-height: 1.6;
		max-width: none;
		width: 100%;
		margin: 5px 0 0;
		padding-right: 1.5em;
	}

	#news .sp_btn{
		display: block;
    	margin: auto;
	}

	/*------------ service ------------*/
	.index_service {
		margin-bottom: 48px;
	}

	/*------------ about ------------*/
	.index_about {
		margin-bottom: 50px;
	}

	/*------------ access------------*/
	.index_access {
		margin-bottom: 70px;
	}

	.map {
		width: 100%;
	}

	.map iframe {
		width: 100%;
	}

	.access_column {
		flex-direction: column;
		margin-bottom: 0;
	}

	.access_txt {
		margin-left: 0;
	} 

	/*------------ voice ------------*/
	.voice_area {
		padding: 10px 0 20px;
	}

	.voice_list {
		margin: 0 0 27px;
	}

	.voice_item {
		margin: 28px 0 60px;
		flex-direction: column;
		align-items: center;
	}

	.voice_item_img {
		margin-bottom: 22px;
	}

	.voice_item_img img {
		margin: auto auto 12px;
	}

	.voice_item_img span {
		font-size: 1.5rem;
	}

	.voice_item_txt {
		font-size: 1.5rem;
		width: 100%;
		padding: 26px 18px 24px;
	}

	.voice_item_txt::before {
		border-color: #FFF #FFF transparent transparent;
		border-width: 28px;
		top: -15px;
		left: 24px;
		transform: scale(0.6, 1) skew(-11deg, -34deg);
	}

	.voice_item_txt::after {
		border-color: #FBDBE1 #FBDBE1 transparent transparent;
		border-width: 28px;
		top: -20px;
		left: 26px;
		transform: scale(0.6, 1) skew(-11deg, -34deg);

	}

	.voice_item_txt p {
		font-size: 1.5rem;
		line-height: 1.6;
	}

}