@charset "utf-8";

/*-----------------
 20241108 WA 追加css
-----------------*/

/* common */
*{
	box-sizing: border-box;
	scroll-behavior: smooth;
	scroll-padding: 4em;
}
.color_or {
	font-weight: bold;
	color: #FF7800;
}

span.inline_block {
	display: inline-block;
}

#seikyu .sec-common h2 {
    line-height: 1.5em;
}

#seikyu .sec-common h2 span.color_gr {
	color: #40A83E;
}
#seikyu .sec-common h2 span.back_gr {
	background-color: #40A83E;
    padding: 10px 20px;
	border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin-top: .4em;
}

.content_sub_txt {
	line-height: 1.5em;
	margin-bottom: 2em;
	text-align: center;
}
.btn-normal {
    display: block;
    width: fit-content;
	margin: 16px auto 0;
    position: relative;
    padding: 0.8rem 2rem;
    border: 1px solid #40A83E;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    text-align: center;
}
.btn-normal.lh150 {
    line-height: 150%;
}

.btn-normal span {
    position: relative;
    color: #40A83E;
}

a:hover.btn-normal {
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

.btn-normal span::after {
    content: "";
    position: absolute;
    right: -1em;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1023px) {
    .btn-normal.lh150 span::after {
        right: -1em;
    }
}

/* cv */
.box-center {
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 767px) {	
	.box-center {
		margin-top: 50px;
    }
}	
.btn-cta-microcopy {
    color: #297f3a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
	margin: 0 !important;
}

.btn-cta {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 513px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #ff7800;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    text-decoration: none;
    outline: none;
    text-align: center;
    transition: ease .2s;
}

.btn-cta a{
	display: block;
	padding: 24px 0;
}

.btn-cta span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
}


.btn-cta span::after {
    content: "";
    position: absolute;
    right: 1.25em;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 3px;
    border-top-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-cta:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {	
	.btn-cta {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
	.btn-cta a {
		padding: 20px 0;
	}
}

/* FV */
.main_read_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	gap: 24px;
	margin-bottom: 24px;
}

.main_medal_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.main_medal {
	width: 115px;
	height: 115px;
	position: relative;
	background: url(/web/jp/seikyu/support/images/medal.svg) center / contain no-repeat;
}

.main_ribbon {
	display: inline-block;
	position: relative;
	top: 14px;
	left: 50%;
	translate: -50% 0;
	height: 23px;
	width: 100px;
	text-align: center;
	box-sizing: border-box;
	z-index: 2;
}

.main_ribbon::before {
	content: '';
	position: absolute;
	width: 6px;
    bottom: -5px;
    left: -17px;
	z-index: 0;
	border: 10px solid #40A83E;
	border-left-color: transparent;
}

.main_ribbon::after {
	content: '';
	position: absolute;
	width: 6px;
    bottom: -5px;
    right: -17px;
	z-index: 0;
	border: 10px solid #40A83E;
	border-right-color: transparent;
}

.main_ribbon h3 {
	display: inline-block;
	position: relative;
	margin: 0;
	width: 100%;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #40A83E;
}

.main_ribbon h3::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 9px #3A6C1C;
}

.main_ribbon h3::after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-left: solid 9px #3A6C1C;
	z-index: 1;
}

.medal_par {
	font-size: 43px;
	color: #40A83E;
	font-weight: bold;
	position: absolute;
    top: 57%;
    left: 50%;
    translate: -50% -50%;
}


.medal_par::before {
	content: '%';
	font-size: 22px;
	position: absolute;
	bottom: 0;
	right: 0;
	translate: 100% 15%;
}
.medal_notes {
    position: absolute;
    top: 100%;
    left: 6%;
    font-size: 0.7em;
    line-height: 1.2em;
}
@media (max-width: 767px) {	
	.medal_notes {
    	top: 100%;
    }
}

@media screen and (min-width: 48em) {
	.main_read_flex {
		margin-bottom: 24px;
		text-align: left;
	}

	.main_read {
		width: calc(100% - 24px - 240px);
	}
	#seikyu .main-v p.main_read {
		text-align: left;

	}

	.main_medal_wrapper {
		width: 240px;
	}
}
/* sec-introduction-new */
#sec-introduction-new {
	padding: 4em 0;
}

#sec-introduction-new h2 {
    color: #40a83e;
}

.intro_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 20px;
}

.intro_list li {
	width: 80%;
	max-width: 400px;
	background-color: #EDF5ED;
	border-radius: 6px;
	box-shadow: 0 2px 5px #ccc;
	text-align: center;
}

.intro_list li a {
	height: 100%;
	padding: 18px 16px 10px;
	display: flex;
	flex-direction: column;
}

.intro_item_sub {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro_item_main {
	width: 100%;
	height: 40px;
	background-color: #40A83E;	
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 32px;
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.intro_item_main::before {
	content: '';
	width: 40px;
	height: 16px;
	background-color: #40A83E;
	clip-path: polygon(0 0, 100% 0, 50% 100%);

	position: absolute;
	bottom: -32px;
	left: 50%;
	translate: -50% -50%;
}

@media screen and (min-width: 48em) {
    #sec-introduction-new h2 {
        line-height: 1.5em;
        font-size: 1.5em;
    }
	
	.intro_list li {
		width: 280px;
	}
}

/* sec-suggest */
#sec-suggest {
	padding: 4em 0;
	background-color: #EDF5ED;
	margin-bottom: 30px;
	text-align: center;
}

.suggest_content {
	border: 1px solid #40A83E;
	background-color: #fff;
	padding: 24px 16px;
	max-width: 800px;
	margin: 0 auto;
}

.suggest_content + .suggest_content {
	margin-top: 16px;
}

.suggest_content h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
	display: inline-block;
	margin-bottom: 16px;
}

.suggest_content h3 span {
	background: linear-gradient(transparent 40%, #ff6 60%);

}

.suggest_content p {
	text-align: left;
	line-height: 1.5em;
}

.suggest_content ul.problem_list {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.suggest_content ul.problem_list li {
	width: calc(100% - 16px);
	border-radius: 6px;
	background-color: #F0F0F0;
	padding: 8px 8px 8px 16px;
	position: relative;
}

.suggest_content ul.problem_list li::before {
	content: '';
	width: 16px;
	height: 14px;
	background-color: #F0F0F0;
	clip-path: polygon(100% 0, 100% 100%, 0% 50%);
	position: absolute;
	top: 50%;
	left: 0;
	translate: -100% -50%;
}


/* sec-suggest */
#sec-detail {
	padding: 5em 0 3em;
	position: relative;
	border-top: 2px solid #40a83e;
}

#sec-detail::after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    background: url(/web/jp/seikyu/support/images/support_introduction_arrow.png) no-repeat 50% 100%;
    position: absolute;
    top: -22px;
}

.detail_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.detail_list li {
	background-color: #fff;
	border: 1px solid #40A83E;
	border-radius: 20px;
	width: 100%;
}

.detail_list li h3 {
	background-color: #40A83E;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	height: 60px;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.detail_list li .detail_box {
	width: 100%;
	padding: 0 24px 24px;
}

.detail_list li .detail_box img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.detail_list li .detail_box p {
	font-size: 16px;
	line-height: 1.5em;
}


.detail_list li .detail_box p span {
	background: linear-gradient(transparent 40%, #ff6 60%);

}
.detail_list li .detail_box a.detail_link {
	padding: 8px 10px;
    background: #EDF5F0;
    display: block;
    border-radius: 20px;
    color: #40A83E;
    text-align: center;
	box-shadow: 2px 2px 1px rgba(64, 168, 62, 1);
}

.detail_list li .detail_box a.detail_link span {
	background: none;
}

@media screen and (min-width:48em){
	.detail_list li {
		width: calc((100% - 20px) / 2);
		max-width: 480px;
	}
		
	.detail_list li h3 {
		font-size: 20px;
	}

	.detail_list li .detail_box {
		display: flex;
		align-items: center;
		padding: 24px 24px 24px 0;
	}

	.detail_list li .detail_box img {
		width: 36%;
	}

	.detail_list li .detail_box p {
		font-size: 18px;
		width: 64%;
	}
}


/* sec-after-new */
#sec-after-new {
	padding: 5em 0;
	position: relative;
	border-top: 2px solid #40a83e;
}
#sec-after-new::after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    background: url(/web/jp/seikyu/support/images/support_introduction_arrow.png) no-repeat 50% 100%;
    position: absolute;
    top: -22px;
}

#sec-after-new p.after_read{
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#sec-after-new ul{
	margin: 0 auto;
}
#sec-after-new ul li{
    margin-bottom: 30px;
	padding-top: 110px;
	background-repeat: no-repeat;
    background-position: 0 0;
}
#sec-after-new ul li.after01{
	background-image: url(/web/jp/seikyu/support/images/support_after01.png);
}
#sec-after-new ul li.after02{
	background-image: url(/web/jp/seikyu/support/images/support_after03.png);
}
#sec-after-new ul li.after03{
	background-image: url(/web/jp/seikyu/support/images/support_after02_new.png);
}
#sec-after-new ul li .after_box{
	background: #ffffff;
	border: 1px solid #40a83e;
	padding: 20px;
}
#sec-after-new ul li .after_ttl{
	color: #40a83e;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}
#sec-after-new ul li .after_ttl span{
	display: inline-block;
	font-size: 0.8em;
    padding: 0.5em 0 0 0.5em;
}
#sec-after-new ul li .after_txt{
	line-height: 1.6em;
}


.after_content_box {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.after_content_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.after_content_item .content_txt {
	text-align: center;
	font-weight: bold;
}
.after_content_item .content_txt .sub {
	font-size: 14px;
	margin-bottom: 4px;
}

.after_content_item .content_txt .main {
	background-color: #40A83E;
	padding: 10px 16px;
	width: 240px;
	color: #fff;
	font-weight: bold;
}

.after_content_item .content_img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width:48em){
	#sec-after-new ul li{
		position: relative;
		z-index: 0;
		padding-top: 50px;
	}

	#sec-after-new ul li .after_box {
		width: 80%;
		margin: 0 0 0 auto;
	}

	.after_content_box {
		flex-direction: row;
	}

	.after_content_item {
		width: calc((100% - 20px) / 2);
	}

	.after_content_item.content_l {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width:64em){
	#sec-after-new p.after_read{
		font-size: 1.2em;
	}
	#sec-after-new ul li .after_ttl span{
		display: inline;
		padding: 0 0 0 0.5em;
	}
}

/* sec-keiri-station */
#sec-keiri-station {
	padding: 2em 0 4em;
	text-align: center;
}
.keiri-station_img {
	width: 100%;
	max-width: 900px;
}

/* infomartcafe */

#sec-infomart-cafe {
	padding: 2em 0 4em;
	text-align: center;
}
.infomart-cafe_img {
	width: 100%;
	max-width: 900px;
}

/* sec-case */
#sec-case {
	padding: 5em 0 2em;
}
.slider {
	width: 90%;
	margin: 2rem auto;
}

.slider img {
	width: 100%;
	height: auto;
}
	
.slider .slick-slide {
	margin: 0 10px;
}
	
.slick-prev, 
.slick-next {
	position: absolute; 
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #40A83E;
	border-right: 2px solid #40A83E;
	height: 10px;
	width: 10px;
}
	
.slick-prev { 
	left: -4.5%;
	transform: rotate(-135deg);
}

.slick-next {
	right: -4.5%;
	transform: rotate(45deg);
}
	
.slick-dots li button:before {
	color: #40A83E !important;
}

.slick-dots li.slick-active button:before {
	color: #40A83E !important;
}

.slick-dots li {
	margin: 16px 5px 0;
}
.slick-dots li button:before {
	font-size: 12px;
}

@media screen and (min-width: 64em) {
	.slider {
		max-width: none;
	}

	.slick-prev, 
	.slick-next {
		border-top: 4px solid #297f3a;
		border-right: 4px solid #297f3a;
		height: 20px;
		width: 20px;
	}

	.slick-next {
		right: -3%;
	}
	.slick-prev { 
		left: -3%;
	}
}

.slick-track {
	display: flex;
}
	
.slick-slide {
	height: auto !important;
}

.case-box {
	padding-bottom: 15px;
}

.case-box a {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
}

.case-box a .case-image img {
	transition: .3s;
	aspect-ratio: 3 / 2;
}

.case-box:hover .case-image img {
	transform: scale(1.08);
}

.case-box:hover .case-button .btn-normal,.case-box:hover .case-button .btn-diagnose {
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.case-title {
	margin: 0 0 15px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 20px;
}

.case-image {
	margin: 0 0 15px;
	overflow: hidden;
}

.case-image img {
	transition: .3s;
}

.case-txt {
	font-size: 16px;
	line-height: 1.5em;
	flex-grow: 1;
}
.case-button {
	margin-top: auto;
}

.text-center {
	text-align: center !important;
}

.fw_bold {
	font-weight: bold !important;
}

/* sec-cta-button-only */
#sec-cta-button-only {
	background-color: #EDF5F0;
	padding: 1em 0;
	margin-bottom: 30px;
}
/*-----------------
 20250905 サポートページのテキストのみ変更
-----------------*/
#cnv-include .cnv-include-btn.cnv-gr::before {
    content: '導入についての\A＼ お困りごと・不明点を解消 ／';
    white-space: pre;
    top: -24px;
	line-height: 1.2;
    text-align: center;
}
#cnv-include .cnv-include-btn.cnv-gr {
	margin: 20px 0 0 0 !important;
}
@media screen and (min-width:48em){
	#cnv-include .cnv-include-btn.cnv-gr {
		margin: 0 !important;
	}
}