@charset "UTF-8";

/* top common
-------------------------------*/
/* 緑ボタン
-------------------------------*/
.c-lead {
	width: 280px;
	height: 60px;
	margin: 40px auto;
}
.c-lead a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	background: #90C31F;
	border-radius: 5px;
	transition: all 0.5s 0s ease;
}
.c-lead a span{
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
}
.c-lead a span:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
			-ms-transform: translateY(-50%) rotate(45deg);
					transform: translateY(-50%) rotate(45deg);
	transition: all 0.5s 0s ease;
}
@media (min-width: 769px) {
	.c-lead a:hover {
		box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
	}
	.c-lead a:hover span:after {
		right: -5px;
	}
}
@media (max-width: 768px) {
	.c-lead {
		width: 53.33vw;
		height: 13.33vw;
		margin: 10.66vw auto;
	}
	.c-lead a {
		padding: 0 5.33vw;
	}
	.c-lead a span{
		font-size: 3.73vw;
	}
	.c-lead a span:after{
		width: 2.3vw;
		height: 2.3vw;
	}
}
/* bgarea
-------------------------------*/
.bgarea__01{
	width: 100%;
	background: url(../img/top/bg01.jpg) no-repeat;
	background-position: bottom;
	background-size: contain;
}
.bgarea__02{
	width: 100%;
	background: url(../img/top/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media (max-width: 768px) {
	.bgarea__01{
		width: 100%;
		background: url(../img/top/bg01-sp.jpg) no-repeat;
		background-position: bottom;
		background-size: contain;
	}
	.bgarea__02{
		width: 100%;
		background: url(../img/top/bg02-sp.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
}
/* MV
-------------------------------*/
.mvSec {
	width: 100%;
	height: 41.6666666vw;
	min-height: 740px;
	margin-top: 90px;
	background: url(../img/top/mv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mvSec .l-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 41.6666666vw;
	min-height: 740px;
}
.mv__text {
	width: 802px;
	margin-left: -130px;
}
.mv__cv {
	width: 495px;
	padding: 30px 15px;
	background: #fff;
	border:2px solid #90C31F;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.mv__cv h2 {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.mv__cv h2 img{
	width: 95px;
	vertical-align: bottom;
}
.mv__cv__list{
	background: #F3FAD6;
	margin: 20px auto 0;
	padding: 20px 20px 25px 40px;
}
.mv__cv__list li{
	position: relative;
	padding-left: 40px;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.6;
}
.mv__cv__list li:not(:last-child){
	margin-bottom: 25px;
}
.mv__cv__list li:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(../img/top/icon-check.png) no-repeat center center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
}
.mv__cv__bottom{
	text-align: center;
}
.mv__cv__bottom p {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	margin: 25px auto 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}
.mv__cv__bottom p:before,
.mv__cv__bottom p:after {
	position: absolute;
	content: '';
	top: 50%;
	display: inline-block;
	width: 36px;
	height: 2px;
	background-color: #000;
}
.mv__cv__bottom p:before {
	left:0;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.mv__cv__bottom p:after {
	right: 0;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.mv__cv__btn {
	width: 412px;
	height: 65px;
	margin: 15px auto 0;
	background: #FF9300;
	border-radius: 8px;
	transition: all 0.5s 0s ease;
}
.mv__cv__btn svg{
	width: 28px;
	height: 22px;
	margin-right: 20px;
}
.mv__cv__btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}

@media (max-width: 1400px) {
	.mvSec {
		height: 50vw;
		min-height: 50vw;
	}
	.mvSec .l-inner {
		height: 50vw;
		min-height: 50vw;
	}
	.mv__text {
		width: 46vw;
		margin-left: 0;
	}
	.mv__cv {
		width: 33vw;
		margin-right: 3vw;
		padding: 2vw 1vw;
		box-shadow: 0px 0.5vw 1vw 0px rgba(0, 0, 0, 0.35);
	}
	.mv__cv h2 {
		font-size: 1.4vw;
	}
	.mv__cv h2 img{
		width: 6.33vw;
	}
	.mv__cv__list{
		background: #F3FAD6;
		margin: 1.33vw auto 0;
		padding: 1.33vw 1.33vw 1.66vw 2.66vw;
	}
	.mv__cv__list li{
		padding-left: 2.66vw;
		font-size: 1.06vw;
	}
	.mv__cv__list li:not(:last-child){
		margin-bottom: 1.66vw;
	}
	.mv__cv__list li:before {
		width: 1.866vw;
		height: 1.866vw;
	}
	.mv__cv__bottom p {
		padding: 0 3vw;
		margin: 1.66vw auto 0;
		font-size: 1.2vw;
	}
	.mv__cv__bottom p:before,
	.mv__cv__bottom p:after {
		width: 2.4vw;
	}
	.mv__cv__btn {
		width: 27.4vw;
		height: 4.33vw;
		margin: 1vw auto 0;
	}
	.mv__cv__btn svg{
		width: 1.866vw;
		height: 1.466vw;
		margin-right: 1.33vw;
	}
	.mv__cv__btn a{
		font-size: 1.266vw;
		line-height: 1.466vw;
	}
}
@media screen and (max-width: 1000px) {
	.mvSec {
		margin-top: 70px;
		}
}
@media (max-width: 768px) {
	.mvSec {
		height: auto;
		min-height: auto;
		background: url(../img/top/mv-sp.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
	}
	.mvSec .l-inner {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		height: auto;
		min-height: auto;
		padding: 17.33vw 0 13.33vw;
	}
	.mv__text {
		width: 100%;
		margin-left: 0;
	}
	.mv__cv {
		width: 90%;
		margin: 0 auto;
		padding: 6.13vw 2.93vw;
		box-shadow: 0px 5px 2.93vw 0px rgba(0, 0, 0, 0.35);
	}
	.mv__cv h2 {
		font-size: 3.73vw;
		font-weight: 800;
		line-height: 1.5;
	}
	.mv__cv h2 img{
		width: 15.2vw;
	}
	.mv__cv__list{
		margin: 5.33vw auto 0;
		padding: 3vw 4vw;
	}
	.mv__cv__list li{
		padding-left: 7.5vw;
		font-size: 3.24vw;
		letter-spacing: 0;
	}
	.mv__cv__list li:not(:last-child){
		margin-bottom: 3.8vw;
	}
	.mv__cv__list li:before {
		width: 4.8vw;
		height: 4.8vw;
	}
	.mv__cv__bottom p {
		padding: 0 6.2vw;
		margin: 4vw auto 0;
		font-size: 3.24vw;
	}
	.mv__cv__bottom p:before,
	.mv__cv__bottom p:after {
		width: 6.4vw;
		height: 1px;
	}
	.mv__cv__btn {
		width: 74.66vw;
		height: 12vw;
		margin: 2vw auto 0;
	}
	.mv__cv__btn svg{
		width: 5.33vw;
		height: 4vw;
		margin-right: 4vw;
	}
	.mv__cv__btn a {
		font-size: 3.73vw;
		line-height: 4vw;
	}
}

@media (min-width: 769px) {
	.mv__cv__btn:hover{
		opacity: 0.7;
	}
}

/* historySec
-------------------------------*/
.historySec {
	padding: 112px 0 0;
}
.history__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.history__item:not(:last-child) {
	margin-bottom: 40px;
	background: url(../img/top/history__line.png);
	background-repeat: no-repeat;
	background-position: 85px 95px;
	background-size: 5px auto;
}
.history__item__text .history-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.history__item__text .history-heading .history-heading__en {
	font-size: 8.0rem;
	font-weight: 300;
	letter-spacing: -0.005em;
	line-height: 1;
	color: #E1E9DD;
}
.history__item__text .history-heading .history-heading__jp {
	margin-left: 15px;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;
	color: #084D48;
}
.history__item__text .history__item__title {
	padding-top: 20px;
	padding-left: 120px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
	color: #303E26;
}
.history__item__text .history__item__list {
	padding-top: 25px;
	padding-left: 120px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
	color: #303E26;
}
.history__item__text .history__item__list li {
	position: relative;
	padding-left: 15px;
	letter-spacing: .02em;
	line-height: 1.6;
}
.history__item__text .history__item__list li:before {
	position: absolute;
	content: "\002D";
	top: 0;
	left: 0;
	margin-top: -3px;
}
.history__item__image {
	width: 591px;
}
@media (max-width: 1400px) {
	.historySec {
		padding: 7.466vw 0 0;
	}
	.history__item:not(:last-child) {
		margin-bottom: 2.66vw;
		background-position: 5.66vw 6.33vw;
		background-size: 0.33vw auto;
	}
	.history__item__text .history-heading .history-heading__en {
		font-size: 5.33vw;
	}
	.history__item__text .history-heading .history-heading__jp {
		margin-left: 1vw;
		font-size: 2.133vw;
	}
	.history__item__text .history__item__title {
		padding-top: 1.32vw;
		padding-left: 8vw;
		font-size: 1.466vw;
	}
	.history__item__text .history__item__list {
		padding-top: 1.66vw;
		padding-left: 8vw;
		font-size: 1.2vw;
	}
	.history__item__text .history__item__list li {
		padding-left: 1vw;
	}
	.history__item__text .history__item__list li:before {
		margin-top: -3px;
	}
	.history__item__image {
		width: 39.33vw;
	}
}

@media (max-width: 768px) {
	.historySec {
		padding: 0;
	}
	.history__item {
		flex-flow: column;
		align-items: flex-start;
		justify-content: space-between;
	}
	.history__item:not(:last-child) {
		margin-bottom: 0;
		padding-bottom: 11vw;
		background: url(../img/top/history__line-sp.png);
		background-repeat: no-repeat;
		background-position: 4.8vw 14vw;
		background-size: 0.8vw auto;
	}
	.history__item__text .history-heading .history-heading__en {
		font-size: 11.73vw;
	}
	.history__item__text .history-heading .history-heading__jp {
		margin-left: 4vw;
		font-size: 4.8vw;
	}
	.history__item__text .history__item__title {
		padding-top: 6.2vw;
		padding-left: 10.66vw;
		font-size: 4.26vw;
		line-height: 1.5;
	}
	.history__item__text .history__item__list {
		padding-top: 6.4vw;
		padding-left: 10.66vw;
		padding-bottom: 3.33vw;
		font-size: 4vw;
		line-height: 1.5;
	}
	.history__item__text .history__item__list li {
		padding-left: 3.2vw;
	}
	.history__item__text .history__item__list li:before {
		margin-top: -0.6vw;
	}
	.history__item__image {
		width: 77.3333vw;
		margin-left: 10.66vw;
	}
}
/* strengthSec
-------------------------------*/
.strengthSec {
	padding: 100px 0;
}
.strengthSec .l-inner{
	padding: 0;
}
.strengthSec .c-heading {
    margin-bottom: 2.16vw;
}
.strengthSec .c-lead {
    margin: 40px auto 20px;
}
.strength__list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.strength__item {
	width: 400px;
	padding: 40px 25px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.strength__item h4 {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	color: #084D48;
	text-align: center;
}
.strength__item ul {
	margin-top: 35px;
}
.strength__item ul li {
	position: relative;
	padding-left: 15px;
	font-size: 1.4rem;
	letter-spacing: .02em;
	line-height: 1.6;
	text-align: left;
	color: #303E26;
}
.strength__item ul li:not(:last-child) {
	margin-bottom: 10px;
}
.strength__item ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

@media (max-width: 1400px) {
	.strengthSec {
		padding: 6.66vw 0;
	}
	.strength__item {
		width: 28.5vw;
		padding: 2.66vw 1.66vw;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	}
	.strength__item h4 {
		margin-bottom: 1.33vw;
		font-size: 1.46vw;
	}
	.strength__item ul {
		margin-top: 2.33vw;
	}
	.strength__item ul li {
		padding-left: 1vw;
		font-size: 1.2vw;
	}
	.strength__item ul li:not(:last-child) {
		margin-bottom: 0.66vw;
	}
}

@media (max-width: 768px) {
	.strengthSec {
		padding: 18vw 0 7.7vw;
	}
    .strengthSec .c-heading {
        margin-bottom: 26px;
    }
	.strength__list {
		flex-flow: column;
	}
	.strength__item {
		width: 80vw;
		margin: 0 auto;
		padding: 6.6vw 5.33vw 7vw;
	}
	.strength__item:not(:last-child) {
		margin-bottom: 5.33vw;
	}
	.strength__item h4 {
		margin-bottom: 4vw;
		font-size: 4.8vw;
	}
	.strength__item ul {
		margin-top: 4.8vw;
	}
	.strength__item ul li {
		padding-left: 3.5vw;
		font-size: 3.46vw;
		letter-spacing: 0;
	}
	.strength__item ul li:not(:last-child) {
		margin-bottom: 2vw;
	}
	.strength__item__image{
		width: 69.33vw;
		margin: 0 auto;
	}
}

/* serviceSec
-------------------------------*/
.serviceSec {
	padding: 65px 0 70px;
	background: #F6F6F6;
}
.service__list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.service__item {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.service__item:not(:last-child) {
	margin-bottom: 20px;
}
.service__item__inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	transition: all 0.5s 0s ease;
}
.service__item__inner:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	bottom: 25px;
	right: 25px;
	border-top: 2px solid #084D48;
	border-right: 2px solid #084D48;
	-webkit-transform: translateY(-50%) rotate(45deg);
			-ms-transform: translateY(-50%) rotate(45deg);
					transform: translateY(-50%) rotate(45deg);
	transition: all 0.5s 0s ease;
}
.service__item__image {
	width: 39%;
	overflow: hidden;
}
.service__item__image img{
	border-radius: 8px 0 0 8px;
	transition: all 0.5s 0s ease;
}
.service__item__text {
	padding: 45px 25px;
}
.service__item__text h4 {
	margin-bottom: 35px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	color: #084D48;
}
.service__item__text ul li{
	position: relative;
	padding-left: 15px;
	font-size: 1.3rem;
	letter-spacing: .02em;
	font-weight: normal;
	line-height: 2;
	color: #303E26;
}
.service__item__text ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media (max-width: 1400px) {
	.serviceSec {
		padding: 4.33vw 0 4.66vw;
	}
}
@media (max-width: 1200px) {
	.service__item {
		box-shadow: 0px 4px 0.83vw 0px rgba(0, 0, 0, 0.25);
	}
	.service__item:not(:last-child) {
		margin-bottom: 1.66vw;
	}
	.service__item__inner:after {
		bottom: 2.08vw;
		right: 2.08vw;
	}
	.service__item__image {
		width: 40%;
	}
	.service__item__text {
		padding: 3.6vw 2.083vw;
	}
	.service__item__text h4 {
		margin-bottom: 1.5vw;
		font-size: 1.83vw;
	}
	.service__item__text ul li{
		padding-left: 1.25vw;
		font-size: 1.3vw;
	}
}
@media (max-width: 768px) {
	.serviceSec {
		padding: 12.4vw 0;
	}
    .serviceSec .c-heading {
        margin-bottom: 8.33vw;
    }
	.service__item {
		box-shadow: 0px 4px 2.66vw 0px rgba(0, 0, 0, 0.25);
	}
	.service__item:not(:last-child) {
		margin-bottom: 5.33vw;
	}
	.service__item__inner {
		flex-flow: column;
		padding-top: 8vw;
	}
	.service__item__inner:after {
		width: 3vw;
		height: 3vw;
		bottom: 4vw;
		right: 5.2vw;
	}
	.service__item__image {
		width: 80vw;
	}
	.service__item__image img{
		border-radius: 0;
	}
	.service__item__text {
		padding: 6.66vw 4.8vw 14vw;
	}
	.service__item__text h4 {
		margin-bottom: 3vw;
		font-size: 4.8vw;
	}
	.service__item__text ul li{
		padding-left: 3.5vw;
		font-size: 3.46vw;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.service__item__text ul li:before {
		position: absolute;
		content: "・";
		top: 0;
		left: 0;
	}
}
@media (min-width: 769px) {
	.service__item__inner:hover {
		opacity: 0.7;
	}
	.service__item__inner:hover .service__item__image img {
		transform:scale(1.1);
	}
}

/* clientSec
-------------------------------*/
.clientSec {
	padding: 115px 0 0;
}
.swiper-wrapper {
    transition-timing-function: linear;
}
.client__list {
	/* width: 38vw; */
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.client__list li img {
	width: 270px;
    height: 70px;
}
.client__item {
    width: auto;
}
@media (max-width: 1400px) {
	.clientSec {
		padding: 7.66vw 0 0;
	}
}
@media (max-width: 768px) {
	.clientSec {
		padding: 12.4vw 0 0;
	}
	.client__list{
		width: 100%;
		max-width: 100%;
        gap: 20px;
	}
	.client__list li{
		width: 47%;
		max-width: max-content;
        margin: 0 10px;
	}
    .client__list li img {
        width: 150px;
        height: 40px;
    }
    .client__list .img-lg {
        width: 220px!important;
    }
}


/* caseSec
-------------------------------*/
.caseSec {
    padding: 110px 0 100px;
}
.caseSec .l-inner{
    padding: 0;
    max-width: 1320px;
}
.case__item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto!important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.case__item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: all 0.5s 0s ease;
}
.case__item__image {
    overflow: hidden;
}
.case__item__image img{
    transition: all 0.5s 0s ease;
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.case__item__category {
    margin: 0 6px;
    z-index: 2;
}
.case__item__category span{
    display: inline-block;
    padding:  0 8px;
    margin-right: 5px;
    font-size: 1.3rem;
    color: #fff;
    background: #084D48;
}
.case__item__detail {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0 20px 40px;
}
.case__item__detail h4 {
    position: relative;
    flex-grow: 1;
    padding-bottom: 15px;
    margin: 0 0 6px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
    color: #084D48;
    border-bottom: solid 2px #C5D997;
}
.case__item__detail h4::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #25875A;
    width: 30%;
    height: 100%;
}
.case__item__companyName {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #303E26;
}
.case__item__serviceName {
    display: inline-block;
    align-self: flex-start;
    padding: 0 15px;
    font-size: 1.2rem;
    color: #90C31F;
    border: 1px solid #90C31F;
    border-radius: 2rem;
}

@media (max-width: 1400px) {
	.caseSec {
		padding: 7.33vw 0 6.66vw;
	}
	.case__item__image img{
		height: 16.66vw;
	}
	.case__item__category span{
		font-size: 1vw;
	}
	.case__item__detail {
		padding: 1.33vw 1.33vw 2.66vw;
	}
	.case__item__detail h4 {
		padding-bottom: 1vw;
		font-size: 1.2vw;
	}
	.case__item__companyName {
		margin-bottom: 1.33vw;
		font-size: 0.93vw;
	}
	.case__item__serviceName {
		padding: 2px 1vw 0;
		font-size: 0.8vw;
	}
	.caseSec .slick-prev,
	.caseSec .slick-next {
		width: 4.53vw;
		height: 4.53vw;
	}
	.caseSec .slick-prev{
		left: -4.53vw;
	}
	.caseSec .slick-next {
		right: -4.53vw;
	}
	.caseSec .c-lead {
		margin-top: 2.66vw;
	}
}

@media (max-width: 768px) {
	.caseSec {
		padding: 12.4vw 0 5.34vw;
	}
	.caseSec .l-inner {
		width: 100%;
	}
	.caseSec .c-lead {
		margin-top: 6vw;
	}
}
@media (min-width: 769px) {
	.case__item a:hover {
		opacity: 0.7;
	}
	.case__item a:hover .case__item__image img {
		transform:scale(1.1);
	}
}
/* newsSec
-------------------------------*/
.newsSec {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto 100px;
	padding: 55px 0 60px;
	border:1px solid #D3D3D3;
}
.newsSec .l-inner{
	width: 100%;
}
.newsSec__title {
	display: flex;
	justify-content: space-between;
	padding: 0 40px 0 20px;
    margin-bottom: 30px;
}
.newsSec .c-heading {
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 0;
}
.newsSec .c-heading__en {
	margin-bottom: 0;
	margin-right: 20px;
}
.newsSec__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    height: 100%;
    padding: 10px 20px;
    color: #fff;
    background: #90C31F;
    border-radius: 5px;
    transition: all 0.5s 0s ease;
}
.newsSec__btn:hover {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
.newsSec__btn span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.newsSec__btn span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s 0s ease;
}
.newsSec__btn:hover span:after {
    right: -5px;
}
.newsSec .c-heading__jp {
    transform: translateY(-6px);
}
.news__list {
	padding: 40px 40px 0;
}
.news__item {
	margin-bottom: 10px;
}
.news__item a{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 30px 60px 30px 40px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.news__item a.news__item__link-pdf::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 50%;
	right: 20px;
	background: url(../img/top/news__linkBrank.svg) no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
	transition: all 0.5s 0s ease;
}
.news__item a.news__item__link-page::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 50%;
	right: 28px;
	border-top: 2px solid #00403B;
	border-right: 2px solid #00403B;
	-webkit-transform: translateY(-50%) rotate(45deg);
			-ms-transform: translateY(-50%) rotate(45deg);
					transform: translateY(-50%) rotate(45deg);
	transition: all 0.5s 0s ease;
}

.news__item-left {
	width: 260px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news__item__category {
	display: inline-block;
	padding: 0 15px;
	font-size: 1.2rem;
	color: #90C31F;
	border: 1px solid #90C31F;
	border-radius: 2rem;
}
.news__item__time {
	padding: 0 15px;
	font-size: 1.5rem;
	color: #90C31F;
}
.news__item__title {
	flex: 1;
	font-size: 1.5rem;
	color: #303E26;
}
.u-pc--block {
    display: block;
}
.u-sp--block {
    display: none;
}
@media (max-width: 1400px) {
	.newsSec {
		margin: 0 auto 6.66vw;
		padding: 3.66vw 0 4vw;
	}
	.newsSec__title {
		padding: 0 1.66vw 0 0;
	}
	.news__list {
		padding: 2.66vw 1.66vw 0;
	}
	.news__item a{
		padding: 2vw 4.66vw 2vw 2.66vw;
	}
	.news__item a.news__item__link-pdf::after {
		width: 1.53vw;
		height: 1.53vw;
		right: 1.33vw;
	}
	.news__item a.news__item__link-page::after {
		width: 0.8vw;
		height: 0.8vw;
		right: 1.86vw;
	}
	.news__item-left {
		width: 22vw;
	}
	.news__item__category {
		font-size: 1.1vw;
	}
	.news__item__time {
		padding: 0 1vw;
		font-size: 1.1vw;
	}
	.news__item__title {
		font-size: 1.2vw;
	}
}
@media (max-width: 768px) {
	.newsSec {
		width: 90%;
		margin: 0 auto 13.33vw;
		padding: 9.33vw 0 8vw;
		border:1px solid #D3D3D3;
	}
	.newsSec .l-inner{
		width: 92%;
	}
	.newsSec__title {
		margin-bottom: 20px;
	}
	.newsSec .c-heading {
		flex-flow: row;
		justify-content: flex-start;
		align-items: flex-end;
		margin-bottom: 0;
	}
    .newsSec .c-heading__jp {
        padding-bottom: 0;
    }
	.newsSec .c-heading__en {
		margin-bottom: 0;
		margin-right: 2vw;
	}
	.newsSec .c-lead {
		width: 42.66vw;
		height: 10.66vw;
		margin: 0 auto;
	}
	.newsSec .c-lead a {
		padding: 0 5.33vw;
	}
	.newsSec .c-lead a span {
		font-size: 3.73vw;
	}
	.news__list {
		padding: 6.66vw 0 0;
	}
	.news__item {
		margin-bottom: 3.73vw;
	}
	.news__item a{
		flex-flow: wrap;
		padding: 3.24vw 3.24vw;
	}
	.news__item a.news__item__link-pdf::after {
		width: 4vw;
		height: 4vw;
		top: 3.73vw;
		right: 3.46vw;
		-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
						transform: translateY(0);
	}
	.news__item a.news__item__link-page::after {
		width: 2.66vw;
		height: 2.66vw;
		top: 4vw;
		right: 3.2vw;
		border-top: 1px solid #00403B;
		border-right: 1px solid #00403B;
			-webkit-transform: translateY(0) rotate(45deg);
					-ms-transform: translateY(0) rotate(45deg);
							transform: translateY(0) rotate(45deg);
	}
	.news__item-left {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.news__item__category {
		padding: 0 4vw;
		font-size: 2.933vw;
		line-height: 1.6;
	}
	.news__item__time {
		padding: 0 4vw;
		font-size: 3.73vw;
	}
	.news__item__title {
		font-size: 3.73vw;
	}
    .newsSec__btn {
        width: 160px;
        margin: 0 auto;
        padding: 7px 20px;
    }
    .u-pc--block {
        display: none;
    }
    .u-sp--block {
        display: block;
    }
}
@media (min-width: 769px) {
	.news__item a.news__item__link:hover {
		background: #F6F6F6;
		box-shadow: none;
		opacity: 0.7;
	}
}
/* pageNavigationSec
-------------------------------*/
.pageNavigationSec {
	padding: 100px 0;
	background: #F6F6F6;
}
.pageNavigationSec .l-inner{
	padding: 0;
}
.pageNavi__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pageNavi__item {
	width:32%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pageNavi__item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.pageNavi__item__img {
	position: relative;
}
.pageNavi__item__img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3B3B3B;
	opacity: 0.7;
	transition: all 0.5s 0s ease;
}
.pageNavi__item__text {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 25px 35px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}
.pageNavi__item__text:after{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 50%;
	right: 35px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
			-ms-transform: translateY(-50%) rotate(45deg);
					transform: translateY(-50%) rotate(45deg);
	transition: all 0.5s 0s ease;
}
@media (max-width: 1400px) {
	.pageNavigationSec {
		padding: 6.66vw 0;
	}
	.pageNavi__item__text {
		padding: 1.66vw 2.33vw;
		font-size: 1.5vw;
	}
	.pageNavi__item__text:after{
		right: 2.33vw;
	}
}
@media (max-width: 768px) {
	.pageNavigationSec {
		padding: 13.33vw 0;
	}
	.pageNavi__list {
		flex-flow: column;
		width: 80vw;
		margin: 0 auto;
	}
	.pageNavi__item {
		width:100%;
	}
	.pageNavi__item:not(:last-child) {
		margin-bottom: 2.66vw;
	}
	.pageNavi__item__text {
		padding: 3.24vw 4.8vw;
		font-size: 4.26vw;
	}
	.pageNavi__item__text:after{
		width: 2.66vw;
		height: 2.66vw;
		right: 3.24vw;
	}
}
@media (min-width: 769px) {
	.pageNavi__item a:hover .pageNavi__item__img::after{
		opacity: 0.5;
	}
	.pageNavi__item a:hover .pageNavi__item__text:after {
		right: 30px;
	}
}
/*----------------------------------------
date: 24/02
page: カードタイプ
-----------------------------------------*/
/* 事例紹介一覧 */
.case__list {
    display: flex!important;
    justify-content: space-between;
    margin-bottom: 40px;
}
.case__item__image {
	overflow: hidden;
}
.case__item__image img {
    z-index: 1;
    position: relative;
	transition: all 0.5s 0s ease;
	object-fit: cover;
	width: 100%;
	height: 250px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.c-documentWrap {
    background-color: #f6f6f6;
}
.caseSec .slick-arrow,
.c-documentWrap .slick-arrow {
    border: none;
    z-index: 999;
    cursor: pointer;
}
.slick-prev,
.slick-next {
    position: absolute;
    content: ""!important;
	width: 80px;
	height: 80px;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    border-radius: 50%;
}
.slick-prev {
	left: -2vw;
    z-index: 9999;
}
.slick-next {
	right: -2vw;
    z-index: 9999;
}
.slick-next:before {
    position: absolute;
    content: ""!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 9px;
    height: 13px;
    opacity: 1!important;
}
.slick-prev::before {
    content: ""!important;
    display: block;
    width: 9px;
    height: 13px;
}
@media (max-width: 769px) {
	.case__item {
		box-shadow: 0 4px 2.66vw 0px rgba( 0, 0, 0, .25);
	}
	.case__item a {
		flex-direction: column;
	}
	.case__item__category {
        margin: 0 5vw 0 0;
        transform: translateY(-16px);
	}
	.case__item__category span{
		padding:  0 2vw;
		margin-right: 1vw;
		font-size: 2.933vw;
	}
	.case__item__detail h4 {
		padding-bottom: 2.66vw;
		margin: 0 0 1.6vw;
		font-size: 3.73vw;
	}
	.case__item__companyName {
		margin-bottom: 5.33vw;
		font-size: 3.46vw;
	}
	.case__item__serviceName {
		padding: 0 3.24vw;
		font-size: 2.93vw;
	}
	.case__item__image{
        width: auto;
		height: 53.33vw;
	}
	.case__item__image img{
		width: 100%;
		height: 53.33vw;
	}
	.case__item__detail {
		width: 100%;
		padding: 1.5vw 5.33vw 8vw;
	}
	.case__item__detail h4 {
		font-size: 3.73vw;
	}
	.case__item__companyName {
		font-size: 3.46vw;
	}
	.case-item_category span {
		font-size: 2.933vw;
	}
    .caseSec .slick-prev,
    .caseSec .slick-next,
    .c-documentWrap .slick-prev,
    .c-documentWrap .slick-next  {
        width: 70px;
        height: 70px;
    }
    .caseSec .slick-prev, .c-documentWrap .slick-prev {
        left: 10px;
    }
    .caseSec .slick-next, .c-documentWrap .slick-next {
        right: 10px;
    }
}

/* 2403 お知らせ追加CSS */
.p-news__inner {
    box-sizing: border-box;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 20px;
}
.p-news__list {
    padding: 0 20px;
}
.p-news__items {
    position: relative;
    margin-bottom: 10px;
    /* border: 1px solid #707070; */
    border-radius: 6px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out 0s;
}
.p-news__items:hover {
    background: #F6F6F6;
    box-shadow: none;
    opacity: 0.7;
}
.p-news__items::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 9px;
    height: 16px;
    background: url(../img/common/icon_arrow.png), top center / contain no-repeat;
}
.p-news__link {
    display: flex;
    align-items: center;
    padding: 1.4vw 5.16vw 1.4vw 2.16vw;
}
.p-newsContent {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 55px;
    width: 225px;
}
.p-newsContent__category {
    display: inline-block;
    margin-right: 16px;
    padding: 1px 17px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #90C31F;
    border-radius: 10px;
    color: #90C31F;
    vertical-align: middle;
    line-height: 1.4;
}
.p-newsContent__date {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #90C31F;
}
.p-newsContent__title {
    font-size: 15px;
    color: #303E26;
}
@media (max-width: 1400px) {
    .p-news__link {
        padding: 2vw 4.66vw 2vw 2.66vw;
    }
}
@media (max-width: 1024px) {
    .p-news__link {
        flex-direction: column;
        align-items: flex-start;
    }
    .p-newsContent {
        margin-bottom: 8px;
    }
}
@media (max-width: 768px) {
    .swiper {
        padding: 0 30px!important;
    }
    .p-news__list {
        padding: 0;
    }
    .p-news__items {
        margin-bottom: 15px;
    }
    .p-news__items::after {
        right: 15px;
    }
    .p-news__link {
        padding: 0;
    }
    .p-newsContent {
        margin-right: 0;
    }
    .p-newsContent__category {
        margin-right: 10px;
        padding: 0 17px;
        font-size: 10px;
    }
    .p-newsContent__date {
        font-size: 12px;
    }
    .p-newsContent__title {
        font-size: 14px;
    }
}
.p-topNews__content {
    display: flex;
}