@charset "UTF-8";
/*===================================
	top
===================================*/
#top .veiwAllBtn-block {
	width: 100%;
	text-align: center;
}

#top .veiwAllBtn-block .veiwAll_btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.28;
	display: inline-block;
	margin: 32px 0 0;
	padding: 17px 76px;
	background-color: #FFD800;
	border-radius: 3em;
	position: relative;
	white-space: nowrap;
	transition: .2s;
}

#top .veiwAllBtn-block .veiwAll_btn::after {
	content: '';
	background: url("/asset/img/common/arrowR.svg") no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}

#top .veiwAllBtn-block .veiwAll_btn:hover {
	box-shadow: 0px 3px 6px #00000029;
	transform: translateY(-5%);
}


.mv {
	position: relative;
}
#top .mv h1 {
	margin: 0;
}
.mv picture img {
	width: 100%;
	height: auto;
}
.mv_btn {
	position: absolute;
/*	bottom: 4%;*/
	bottom: 6%;
	right: 50%;
	transform: translateX(50%);
	width: 90vw;
}
.mv_btn img {
	width: 100%;
	height: auto;
}

#top .inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

#top .sec_contact {
	padding: 60px 0 0;
}

#top section {
	padding: 60px 0;
}

/*---.sec01---*/
#top .sec01 {
	background: url("/asset/img/top/sec01_bg_sp.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0;
	text-align: center;
	color: #FFFFFF;
}

#top .sec01 h3 {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 16px;
}

#top .sec01 .zaiseki {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .05em;
	margin-top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .sec01 .zaiseki img {
	margin-right: 4px;
}

#top .sec01 p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
	color: rgba(255,255,255,0.80);
	text-align: left;
	margin-top: 16px;
}

.box{
  max-width:500px;
  width:100%;
  margin: 60px auto;
  background:#fff;
  text-align: center;
}

.count-size{
  font-size:3rem;
  font-weight: bold;
}


/*---.banner_area---*/
#top .banner_area {
	padding: 18px 0 0;
	text-align: center;
	background-color: #fff;
}

#top .banner_area img {
	width: 100%;
	height: auto;
}

#top .banner_area_tel{
	width: 100%;
	background-color: #F5F5F6;
	padding: 20px;
	text-align: center;
}

#top .banner_area_tel a {
	display: inline-block;
}

/*---.sec02---*/
#top .sec02_container {
	margin-top: 36px;
	padding: 0 20px;
}

#top .box-layout-block {
	display: flex;
	flex-wrap: wrap;
}

#top .box-layout-block--item {
	width: 100%;
	margin-bottom: 10px;
}

#top .box-layout-block--item img {
	width: 100%;
	height: auto;
}

#top .box-layout-block--item .img-wrapper {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
	border-radius: 7px;
}

#top .box-layout-block--item .img-wrapper img {
  height: auto;
  transition: transform .3s ease;
}

#top .box-layout-block--item .img-wrapper:hover img {
  transform: scale(1.1);/* 拡大 */
}
#top .box-layout-block--item .img-wrapper:hover .readmore {
  background: #fff;
	color:#46484B;
}#top .box-layout-block--item .img-wrapper:hover .readmore::after {
	content:url("../img/common/arrowR_black.svg");
}

#top .box-layout-block--item .img-wrapper picture > div {
  align-items: flex-start;
  color: #fff;
  display: flex;
	flex-direction: column;
  justify-content: flex-end;
  margin: auto;
  position: absolute;
  top: 0;
	bottom: 0;
  left: 0;
  right: 0;
  width: 80%;/* テキストを横幅いっぱいにならないようにする */
	padding: 40px 0;
}

#top .box-layout-block--item .img-wrapper picture > div h3 {
	width: 100%;
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	letter-spacing: .1em;
	font-weight: 400;
}

#top .box-layout-block--item .img-wrapper picture > div p {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 1.2em;
	letter-spacing: .1em;
	font-weight: 400;
}

#top .box-layout-block--item .img-wrapper picture > div .bar {
	width: 60px;
	height: 1px;
	background-color: #FFFFFF;
	margin: 28px auto 28px 0;
}

#top .box-layout-block--item .img-wrapper picture > div .readmore {
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	font-weight: 500;
	padding: 1.2em 5em 1.2em 3em;
	border: solid 1px #FFFFFF;
	border-radius: 3em;
	margin-top: 48px;
	position: relative;
}

#top .box-layout-block--item .img-wrapper picture > div .readmore::after {
	content: url("/asset/img/common/arrowR_white.svg");
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}

@media screen and (min-width: 540px) {
	#top .box-layout-block--item .img-wrapper picture > div {
		justify-content: center;
	}
	#top .box-layout-block--item .img-wrapper picture > div h3 {
/*		font-size: clamp(24px, 4vw, 32px);*/
		font-size: 30px;
	}
	#top .box-layout-block--item .img-wrapper picture > div p {
		font-size: 16px;
	}
	#top .box-layout-block--item--wrap {
    flex-grow: 1;
	}
}


/*---.sec03---*/
#top .sec03 .slider-block {
	margin: 40px 0;
}

#top .sec03 .slider-block .slider_case {
	width: 100%;
	display: flex;
}

#top .sec03 .slider-block .slider_case li {
	width: 100%;
}

#top .sec03 .slider-block .slider_case li > a {
	box-shadow: 0px 3px 6px #00000029;
	margin: 0 10px 10px;
	position: relative;
}

#top .sec03 .slider-block .img-wrapper {
	overflow: hidden;
	width: 100%;
	height: 59.2198%;
}

#top .sec03 .slider-block .img-wrapper img {
	width: 100%;
	height: auto;
}

#top .sec03 .slider-block .content-wrapper {
	text-align: center;
	padding: 36px 30px 30px;
	background-color: #FFFFFF;
}

#top .sec03 .slider-block .content-wrapper p {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.25;
	color: #FFD800;
}

#top .sec03 .slider-block .content-wrapper h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .07em;
	line-height: 1.56;
	margin: 16px 0 0;
	height: 120px;
}

#top .sec03 .slider-block .case-bottom {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

#top .sec03 .slider-block .case_btn {
	font-size: 12px;
	letter-spacing: .07em;
	line-height: 1.83;
	display: inline-block;
	margin: 22px 0 0;
	padding: 10px 33px 10px 33px;
	background-color: #FFD800;
	border-radius: 3em;
	position: relative;
	white-space: nowrap;
}

#top .sec03 .slider-block .case_btn::after {
	content: '';
	background: url("/asset/img/common/arrowR.svg") no-repeat;
	background-size: contain;
	width: 5px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

/*---.sec04---*/
#top .sec04 {
	padding: 0 0 70px;
}
#top .sec04 .sec_title {
	padding: 48px 20px 106px;
	color: #FFFFFF;
	  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
	#top .sec04 .sec_title {
		height: 100%;
		background-image: none;
	}
	#top .sec04 .sec_title::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
		background-position: center;
    z-index: -1;
  }
}

#top .sec04 .sec_title h6 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .17em;
	line-height: 1.46;
	color: #FFFFFF;
	text-shadow: 0px 0px 6px #00000067;
}
#top .sec04 .sec_title .h6 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .17em;
	line-height: 1.46;
	color: #FFFFFF;
	text-shadow: 0px 0px 6px #00000067;
}

#top .sec04 .sec_title h5 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4;
	color: #46484B;
	display: inline-block;
	padding: 10px 28px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-top: 13px;
}
#top .sec04 .sec_title .h5 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4;
	color: #46484B;
	display: inline-block;
	padding: 10px 28px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-top: 13px;
}

#top .sec04 .sec_title h2 {
	font-size: 65px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2;
}
#top .sec04 .sec_title .h2 {
	font-size: 65px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2;
}

#top .sec04 .sec_title h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .18em;
	line-height: 1.4;
	text-shadow: 0px 0px 6px #00000065;
	margin-top: 16px;
}
#top .sec04 .sec_title h2.h1 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .18em;
	line-height: 1.4;
	text-shadow: 0px 0px 6px #00000065;
	margin-top: 16px;
}

#top .sec04 .column-block {
	background-color: #FFFFFF;
	border-radius: 20px;
	margin: -72px 20px 0;
	padding: 25px 25px 40px;
}

#top .sec04 .column-block li:not(:last-child) {
	margin-bottom: 30px;
}

#top .sec04 .column-block .img-wrapper {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 272/181;
}

#top .sec04 .column-block .img-wrapper img {
	width: 100%;
	height: auto;
	transition: transform .3s ease;
}

#top .sec04 .column-block a:hover .img-wrapper img {
	transform: scale(1.1);
}

#top .sec04 .column-block .content-wrapper h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.75;
	margin-top: 14px;
}

#top .sec04 .column-block .content-wrapper p {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.85;
	color: rgba(70,72,75,0.70);
}
@media screen and (max-width:767px){
	#top .sec04{
		padding-bottom: 0;
	}
	
	#top .sec04 .column-block-wrapper{
		padding-bottom: 70px;
		background:linear-gradient(180deg, transparent 0%, transparent 70px, #F5F5F6 70px, #F5F5F6 100%);
	}
}


/*---.sec05---*/
#top .sec05 .slider-block {
	margin: 40px 0 0;
}

#top .sec05 li > a {
	margin: 0 10px;
}

#top .sec05 .img-wrapper {
	width: 100%;
	height: 58.5227%;
	border-radius: 10px;
}

#top .sec05 .img-wrapper img {
	width: 100%;
	height: auto;
	transition: transform .3s ease;
}

#top .sec05 .content-wrapper {
	padding: 20px 18px;
	width: 90%;
	margin: -30px 5% 30px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 3px 12px #00000029;
	position: relative;
	z-index: 1;
}

#top .sec05 .content-wrapper h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
}

#top .sec05 .content-wrapper p {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 1em 0 0;
	color: rgba(70,72,75,0.50);
}


/*---.sec06---*/
#top .sec06 .tab_contents {
	margin: 30px 0;
}

#top .sec06 .tabBtn_area {
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .sec06 .tabBtn_area .tab_btn {
	font-size: 12px;
	letter-spacing: 1.2px;
	padding: 4px 20px;
	background-color: #FFFFFF;
	border: solid 1px #46484B;
	border-radius: 2em;
	margin-right: 10px;
}

#top .sec06 .tabBtn_area .tab_btn:hover {
	cursor: pointer;
}

#top .sec06 .tabBtn_area .tab_btn.active {
	background-color: #46484B;
	color: #FFFFFF;
}

#top .sec06 .tabBtn_area .tab_btn:last-child {
	margin-right: 0;
}

#top .sec06 .tabPanel_area {
	margin-top: 30px
}

#top .sec06 .tab_panel {
	display: none;
}

#top .sec06 .tab_panel.active {
	display: block;
}

#top .sec06 li > a {
	margin: 0 10px;
}

#top .sec06 .img-wrapper {
	width: 100%;
	height: 58.5227%;
	border-radius: 10px;
}

#top .sec06 .img-wrapper img {
	width: 100%;
	height: auto;
	transition: transform .3s ease;
}

#top .sec06 .content-wrapper {
	padding: 36px 0 0;
}

#top .sec06 .content-wrapper h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1.75;
}

#top .sec06 .content-wrapper p {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.85;
	color: rgba(70,72,75,0.70);
	margin: 14px 0 0;
}
@media screen and (max-width:767px){
	#top .sec05{
		border-bottom: solid 1px rgba(55,56,58,0.30);
	}
}


/*---.sec07---*/
#top .sec07 .list-block {
	margin-top: 30px;
}

#top .sec07 .list-block li {
	margin-bottom: 35px;
}

#top .sec07 .list-block .img-wrapper {
	max-width: 284px;
	max-height: 284px;
	width: calc(100vw - 40px);
	height: calc(100vw - 40px);
	background-color: #FFFFFF;
	border-radius: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .sec07 .list-block .img-wrapper img {
	width: 50%;
	height: auto;
}

#top .sec07 .list-block .content-wrapper {
	margin-top: 18px;
}

#top .sec07 .list-block .content-wrapper p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1.75;
	text-align: center;
}

#top .sec07 .list-block .content-wrapper .dlBtn-block {
	text-align: center;
	margin-top: 20px;
}

#top .sec07 .list-block .content-wrapper a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.84px;
	line-height: 1.66;
	text-align: center;
	padding: 12px 48px 12px 34px;
	border: solid 1px #37383A4D;
	border-radius: 3em;
	display: inline-block;
	position: relative;
}

#top .sec07 .list-block .content-wrapper a::after {
	content: '';
	background: url("/asset/img/common/dl.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#top .sec07 .list-block .veiwAllBtn-block .veiwAll_btn.dark {
	background-color: #46484B;
	color: #FFFFFF;
}

#top .sec07 .list-block .veiwAllBtn-block .veiwAll_btn.dark::after {
	background-image: url("/asset/img/common/arrowR_white.svg");
}


@media screen and (min-width: 768px) {
	.mv_btn {
		position: absolute;
		bottom: inherit;
/*		top: 77%;*/
		top: 64%;
		right: 2.4vw;
		width: 31%;
		transform: none;
	}
	.mv_btn img {
		width: 100%;
		height: auto;
	}
	.mv_btn a{
		transition: .3s;
	}
	.mv_btn a:hover {
		transform: scale(1.05);
	}

	#top section {
		padding: 100px 0;
	}
	#top section.sec_contact {
		padding: 0;
	}

	#top .sec01 {
		background: url("../img/top/sec01_bg.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		padding: 40px 0;
	}

	#top .sec01 .icon img {
		width: 56px;
		height: 56px;
	}

	#top .sec01 h3 {
		font-size: 24px;
	}

	#top .sec01 .zaiseki {
		margin-top: 24px;
	}

	#top .sec01 p {
		width: 385px;
		margin: 30px auto 0;
	}

	#top .banner_area {
		margin: 47px 0;
		padding: 0 20px;
	}

	#top .banner_area a:hover {
		opacity: .9;
	}

	#top .banner_area a,
	#top .banner_area picture {
		display: inline-block;
	}

	#top .banner_area img {
		max-width: 1000px;
	}
}

/*---.sec02---*/
@media screen and (min-width: 768px) {
	#top section.sec02 {
		padding: 55px 0 100px;
	}

	#top .sec02_container {
		margin-top: 45px;
	}

	#top .box-layout-block {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#top .box-layout-block--item {
		margin-bottom: 0;
	}

	#top .box-layout-block--item.box1 {
		width: 56%;
		margin-right: 1.5%;
	}

	#top .box-layout-block--item--wrap {
		width: 34%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-grow: initial;
	}

	#top .box-layout-block--item .img-wrapper {
		border-radius: 17px;
	}

	#top .box-layout-block--item .img-wrapper picture > div {
		padding: 20px 0;
	}

	#top .box-layout-block--item .img-wrapper picture > div h3 {
		font-size: 18px;
		margin-top: 1em;
	}

	#top .box-layout-block--item .img-wrapper picture > div p {
		font-size: 12px;
		margin-bottom: 0;
	}

	#top .box-layout-block--item .img-wrapper picture > div .bar {
		margin: 20px 0;
	}

	#top .box-layout-block--item .img-wrapper picture > div .readmore {
		font-size: 10px;
		padding: 1em 3.5em 1em 2.5em;
		margin-top: 20px;
	}

	#top .box-layout-block--item .img-wrapper picture > div .readmore::after {
		content: url("../img/common/arrowR_white.svg");
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 18px;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 1141px) {
	#top .box-layout-block--item .img-wrapper picture > div {
		padding: 40px 0;
	}

	#top .box-layout-block--item .img-wrapper picture > div h3 {
		font-size: 26px;
	}
	#top .box-layout-block--item .img-wrapper picture > div .uh-2 {
		font-size: 21px;
	}

	#top .box-layout-block--item .img-wrapper picture > div p {
		font-size: 18px;
	}
	#top .box-layout-block--item .img-wrapper picture > div .text {
		font-size: 16px;
	}
	#top .box-layout-block--item .img-wrapper picture > div .sub {
		font-size: 15px;
	}

	#top .box-layout-block--item .img-wrapper picture > div .bar {
		margin: 38px auto 38px 0;
	}

	#top .box-layout-block--item .img-wrapper picture > div .readmore {
		font-size: 12px;
		padding: 1em 3.5em 1em 2.5em;
		margin-top: 48px;
	}
	
}

@media screen and (min-width: 1400px) {
	#top .box-layout-block--item.box1 .img-wrapper picture > div {
		padding: 70px 0;
	}
}

/*---.sec03---*/
@media screen and (min-width: 768px) {
	#top .sec03 .slider-block {
		margin: 40px 20px;
	}

	#top .sec03 .slider-block .slider_case {
		justify-content: space-between;
	}

	#top .sec03 .slider-block .slider_case li {
		width: 32%;
	}

	#top .sec03 .slider-block .slider_case li > a {
		box-shadow: 0px 3px 6px #00000029;
		margin: 0 15px 15px;
		transition: .2s;
	}

	#top .sec03 .slider-block .slider_case li > a:hover {
		box-shadow: 0px 3px 15px #00000029;
		transform: translateY(-2%);
	}

	#top .sec03 .slider-block .content-wrapper p {
		font-size: 16px;
	}

	#top .sec03 .slider-block .content-wrapper h4 {
		font-size: 18px;
		height: 140px;
	}

	#top .sec03 .slider-block .veiwAllBtn-block .veiwAll_btn {
		margin: 40px 0 0;
		padding: 17px 90px 17px 67px;
		transition: .2s;
	}

	#top .sec03 .slider-block .veiwAllBtn-block .veiwAll_btn::after {
		right: 42px;
	}

}
@media screen and (min-width: 1141px) {
	#top .sec03 .slider-block {
		max-width: 1140px;
		margin: 40px auto;
	}
}

/*---.sec04---*/
@media screen and (min-width: 768px) {
	#top .sec04{
		background-color: #F5F5F6;
	}
	#top .sec04 .sec_title {
		padding: 94px 20px 140px;
	}

	#top .sec04 .sec_title h6 {
		font-size: 15px;
		letter-spacing: .18em;
	}
	#top .sec04 .sec_title .h6 {
		font-size: 15px;
		letter-spacing: .18em;
	}

	#top .sec04 .sec_title h5 {
		font-size: 19px;
		letter-spacing: .16em;
		margin-top: 16px;
	}
	#top .sec04 .sec_title .h5 {
		font-size: 19px;
		letter-spacing: .16em;
		margin-top: 16px;
	}

	#top .sec04 .sec_title h2 {
		font-size: 74px;
	}
	#top .sec04 .sec_title .h2 {
		font-size: 74px;
	}

	#top .sec04 .sec_title h3 {
		font-size: 20px;
	}
	#top .sec04 .sec_title h2.h1 {
		font-size: 20px;
	}

	#top .sec04 .column-block {
		max-width: 1140px;
		margin: -65px 20px 65px;
		padding: 60px 25px 70px;
	}
	
	#top .sec04 .column-block ul {
		display: flex;
		justify-content: space-between;
	}

	#top .sec04 .column-block ul li {
		width: 30%;
		margin-bottom: 0;
	}

}
@media screen and (min-width: 1180px) {
	#top .sec04 .column-block {
		margin: -65px auto 65px;
		padding: 60px 7vw 70px;
	}
}


/*---.sec05---*/
@media screen and (min-width: 768px) {
	#top .sec05 {
		padding: 130px 0 0;
	}

	#top .sec05 .slider-block {
		max-width: 1140px;
		margin: 45px auto 0;
		padding-bottom: 100px;
		border-bottom: solid 1px rgba(55,56,58,0.30);
	}

	#top .sec05 .slider_interview {
		display: flex;
		justify-content: space-between;
		margin-bottom: 36px;
	}

	#top .sec05 .slider_interview li {
		width: 32%;
	}

	#top .sec05 .img-wrapper {
		overflow: hidden;
	}

	#top .sec05 a:hover .img-wrapper img {
		transform: scale(1.1);
	}
	#top .sec05 a:hover h4{
		color:#FFD800;
	}

}

/*---.sec06---*/
@media screen and (min-width: 768px) {
	#top .sec06 {
		padding: 130px 0 100px;
	}

	#top .sec06 .tab_contents {
		max-width: 1140px;
		margin: 45px 20px 0;
	}

	#top .sec06 .tabPanel_area {
		margin-top: 45px
	}

	#top .sec06 .slider_column {
		display: flex;
		justify-content: space-between;
		margin-bottom: 36px;
	}

	#top .sec06 .slider_column li {
		width: 32%;
	}

	#top .sec06 .img-wrapper {
		overflow: hidden;
	}

	#top .sec06 .content-wrapper {
			padding: 20px 0 0;
	}
	#top .sec06 a:hover .img-wrapper img {
		transform: scale(1.1);
	}

}
@media screen and (min-width: 1180px) {
	#top .sec06 .tab_contents {
		margin: 45px auto 0;
	}
}


/*---.sec07---*/
@media screen and (min-width: 768px) {
	#top .sec07 {
		padding: 80px 0 74px;
	}

	#top .sec07 .list-block {
		max-width: 1100px;
		margin: 50px 20px 0;
	}

	#top .sec07 .list-block ul {
		display: flex;
		justify-content: space-between;
	}

	#top .sec07 .list-block li {
		margin-bottom: 0;
		width: 32%;
		padding-bottom: 94px;
	}

	#top .sec07 .list-block .img-wrapper {
		max-width: 284px;
		max-height: 284px;
		width: 100%;
		height: 78%;
	}

	#top .sec07 .list-block .content-wrapper p {
		font-size: 18px;
		letter-spacing: 0.9px;
		line-height: 1.55;
	}

	#top .sec07 .list-block .content-wrapper a:hover {
		background-color: #FFFFFF;
		transition: .3s;
	}

	#top .sec07 .list-block .veiwAllBtn-block {
		margin-top: 18px;
	}

}
@media screen and (min-width: 1101px) {
	#top .sec07 .list-block {
		margin: 50px auto 0;
	}
	
	#top .sec07 .list-block .img-wrapper {
		width: 100%;
		height: 100%;
	}
}


/* 夢真トピックスエリア追加 */
#top .sec04._solution .sec_title {
	background-image: url(/asset/img/top/solution_fv_pc.jpg);
}
@media screen and (min-width: 768px) {
	#top .sec04._solution .column-block ul {
		justify-content: flex-start;
	}
	#top .sec04._solution .column-block ul li:not(last-child) {
		margin-right: 4.5%;
	}
}


/* FVにニュースティッカー追加 */
#newsTicker {
  position: absolute;
  bottom: -1.2rem;
  right: 0;
  width: 96%;
  padding-left: 120px;
	border-top: solid 2px #37383A;
	border-bottom: solid 2px #37383A;
	border-left: solid 2px #37383A;
	border-radius: 6px 0 0 6px;
  background: #FFFFFF;
	font-size: 12px; 
}
#newsTicker .newsTicker_title {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-weight: bold; 
}
#newsTicker .newsTicker_title::after {
	content: '';
	width: 1px;
	height: 1em;
	background-color: #FFD800;
	position: absolute;
	top: 2px;
	right: -1em; 
}
#newsTicker .newsTicker_inner {
	background: #FFFFFF;
	overflow: hidden; 
}
#newsTicker .newsTicker_inner a {
	white-space: nowrap;
	padding: 1em 0;
	font-size: 12px;
	font-weight: bold; 
}
#newsTicker .newsTicker_inner a span {
	font-size: 10px;
	font-weight: normal; 
}
#newsTicker .newsTicker_inner .slick-slide {
	padding: 0 4em 0 .5em; 
}
	

@media (min-width: 768px) {
  #newsTicker {
    width: 53.9vw;
		padding-left: 14vw;
		bottom: .6rem; 
	}
	#newsTicker .newsTicker_title {
		font-size: 1.35vw;
		left: 1.6vw; 
	}
	#newsTicker .newsTicker_title::after {
		width: 2px;
		top: 4px;
		right: -1em; 
	}
	#newsTicker .newsTicker_inner a {
		font-size: 1.2vw; 
	}
	#newsTicker .newsTicker_inner a span {
		font-size: .9em; 
	}
/* スライド間隔を保つ場合
	#newsTicker .slick-slide {
		min-width: 44vw; 
	}
*/
}
@media (min-width: 980px) {
	#newsTicker {
		bottom: 1rem;
	}
}
@media (min-width: 1400px) {
	#newsTicker {
		bottom: 1.5rem;
	}
}


/* NewsTicker_Upgrade_2312 */
#newsTicker h4 {
                white-space: nowrap;
                padding: 1em 0;
                font-size: 12px;
                font-weight: bold;
                display:inline;
            }
			@media screen and (min-width: 768px){
                .mv{
                    position: relative;
                    overflow: hidden;
                }
				.mv_btn{
					top: 8.4%;
					right: 0;
                     width: 47.9vw;
                     display: flex;
                     align-items: center;
                     z-index:+1;
				}
                .mv_btn .caption{
                    width: 45%;
                }
                .mv_btn .btn{
                    width: 55%;
                }
                #newsTicker{
                    border:none;
                    background: transparent;
                    padding-left: 0;
                    width:48.9vw;
                    bottom: 2.2vw;
                    z-index: +1;
                }
                .mv::before{
                    content: url(../img/top/latest_issue.svg);
                    position: absolute;
                    width: 40vw;
                    right: 16.3vw;
                    top: 9%;
                    animation: 30s linear infinite rotation;
                }
                .mv::after{
                    content: url(../img/top/latest_issue.svg);
                    position: absolute;
                    width: 19vw;
                    right: -0.7vw;
                    top: -12%;
                    animation: 20s linear infinite rotation;
                }
                @keyframes rotation{
                0%{ transform:rotate(0);}
                100%{ transform:rotate(360deg); }
                }
                #newsTicker .newsTicker_inner{
                    background:transparent;
                }
                #newsTicker .newsTicker_inner .slick-list{
                    padding: 1em;
                }
                #newsTicker .newsTicker_inner .slick-slide{
                    position: relative;
                    width: 24.5vw;
                    height: 24vw;
                    padding: 0;
                    margin-right: 3em;
                    background: #fff;
                    border: 2px solid #46484B;
                }
                #newsTicker .newsTicker_inner .slick-slide::before{
                    content:"";
                    position: absolute;
                    z-index:-1;
                    width: calc(100% + 1.5em);
                    height: calc(100% + 1.5em);
                    top:50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    border: 2px dashed #46484B;
                }
                #newsTicker .newsTicker_inner a{
                    white-space: initial;
                    padding: 0;
                }
                #newsTicker .slick-slide img{
                    width: 100%;
                    height: 16.1vw;
                    object-fit: cover;
                }
                #newsTicker .content-wrapper{
                    padding: .5em 1em 1em 1em;
                }
                #newsTicker .newsTicker_inner a span.badge{
                    color: #46484B;
                    background-color: #FFD800;
                    font-size: .8em;
                    margin-right: .3em;
                }
                #newsTicker h4{
                    white-space: initial;
                    padding:0;
                    font-size: 1.1vw;
                    margin-top: .5em;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden; 
                }
			}































