@charset "utf-8";
/* CSS Document */

/*------------------------------------------
リセット関連
------------------------------------------*/

a:hover,
a:hover *,
a:acitive,
a:acitive * {}

@media screen and (min-width: 1px) {

	h2 a:link,
	h2 a:visited {
		background-image: url(none);
	}

	h2 a:hover,
	h2 a:active {
		background-image: url(none) !important;
	}
}

h1,h2,h3,h4,h5 {
	border: none;
    background: none;
}

section h1,section h2,section h3,section h4,section h5 {
    margin: 0;
    padding: 0;
}

/*------------------------------------------
設定
------------------------------------------*/

:root {
    /* サイト幅 */
    --site-width: 1275px;
	--old-site-width: 965px;

    /* 余白 */
    --section-padding-y: 80px;
    --sp-section-padding-y: 4rem;

    --headding-margin-bottom: 60px;
    --sp-headding-margin-bottom: 2rem;

	--font-color-primary: #222;
}

/*------------------------------------------
基本設定
------------------------------------------*/

#Contents * {
	box-sizing: border-box;
}

.WideSection .wrapper {
	max-width: var(--old-site-width);
    margin: 0 auto;
}

section,
.section {
    padding: var(--section-padding-y) 0;
}

section .wrapper,
.section .wrapper {
    max-width: var(--site-width);
    margin: 0 auto;
}

.headding-block {
    margin-bottom: var(--headding-margin-bottom);
}
.headding-block .intro {
    margin-bottom: 29px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.sp-only {
    display: none;
}

@media screen and (max-width: 1275px) {
	section .wrapper,
	.section .wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
    section,
	.section {
        padding: var(--sp-section-padding-y) 0;
    }

	.WideSection .wrapper,
    section .wrapper,
	.section .wrapper {
        padding: 0 20px;
    }

    .hedding-block {
        margin-bottom: var(--sp-headding-margin-bottom);
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: unset;
    }
}

/*------------------------------------------
汎用パーツ
------------------------------------------*/

.headding-block .underline {
    text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px; 
}
.headding-block .underline::after {
    content: "";
    display: block;
    width: 117px;
    height: 6px;
    background: linear-gradient(223deg, #7CC4CE -3.2%, #008496 100%);
    border-radius: 40px;
    margin: 30px auto 0;
}

h3.speech-bubble {
	padding-bottom: 40px;
	position: relative;

	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

h3.speech-bubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 384px;
	height: 25px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 25' fill='none'><path d='M0 0.5H176.606L191.208 23.5L204.533 0.5H384' stroke='%23222222'/></svg>");  
	background-repeat: no-repeat;
	background-size: contain;
}

h3.speech-bubble.short::after {
	width: 204px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 204 25' fill='none'><path d='M0 0.5H86.6058L101.208 23.5L114.533 0.5H204' stroke='%23222222'/></svg>");
}

a.button-blue,
a.button-white {
    width: 260px;
    height: 54px;
	padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;

	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
}
a.button-blue::after,
a.button-white::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: all 0.2s;
}
a.button-blue:hover,
a.button-white:hover {
    text-decoration: none;
    opacity: .8;
}
a.button-blue:hover::after,
a.button-white:hover::after {
    right: 12px;
}
a.button-blue {
	color: #fff;
	background: linear-gradient(223deg, #7CC4CE -3.2%, #008496 100%);
	box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.15) inset, -2px -2px 2px 0 rgba(0, 0, 0, 0.15) inset, 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
}
a.button-white {
	color: #222;
	background: #fff;
	border: 1px solid #7CC4CE;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
}
a.button-blue::after {
	background: url(/-/media/ind/slm/image/button_blue_arrow.png) no-repeat center / contain;
}
a.button-white::after {
	background: url(/-/media/ind/slm/image/button_white_arrow.png) no-repeat center / contain;
}

@media screen and (max-width: 767px) {
	.headding-block h2.underline {
		font-size: 1.6rem;
	}

	a.button-blue,
	a.button-white {
		font-size: 1rem;
	}

	a.button-blue::after,
	a.button-white::after {
		width: 20px;
		height: 20px;
	}
}

/*------------------------------------------
既存CSS
------------------------------------------*/

.BgStyle00 h2.Gred {
	margin-bottom: 60px;
	text-align: center;
}


.hidden {
	display: none !important;
}

.InlineBlock {
	display: inline-block;
	vertical-align: top;
}

h3.subtext {
	text-align: center;
	color: #000;
	font-size: 125%;
	background-color: transparent;
	line-height: 1.35;
	border-left: 0px;
	border-bottom: 0px;

}

h2.Gred {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

h2.Gred.sectext {
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	width: 100%;
	background-color: #ffe665;
}

h2.subspace {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 2;
}

h2.Gred.nospace {
	padding: 0;
	margin-bottom: 0;

}

.BgStyle01 h2.Gred span.clo_yellow {
	color: #fefeb6;
}

.clo_yellow2 {
	color: #feff6e;
}

h2.Gred span {
	display: inline-block;
	padding: 0;
	text-align: center;
	font-size: 200%;
	color: #464646;
	background-color: transparent;

}

h2.Gred span {
	position: relative;
	display: inline-block;
	margin-top: 1.5em;
	margin-bottom: 1em;

}

h2.Gred span.slm_img.sec01,
h2.Gred span.slm_img.sec02 {
	padding-top: 80px;
	margin-top: 0;
	margin-bottom: 0;
}

h2.Gred span.slm_img.sec01 {
	background: url(/-/media/ind/slm/image/h2_nayami.png) no-repeat;
	background-size: 60px auto;
	background-position: top center;
}

h2.Gred span.slm_img.sec02 {
	background: url(/-/media/ind/slm/image/h2_kinou.png) no-repeat;
	background-size: 60px auto;
	background-position: top center;
}

#Sec03 h2.Gred span {
	/*:background: url(/-/media/ind/slm/image/h2_riyuu.png) no-repeat;
	background-size: 60px auto;
	background-position: top center;*/
	margin-top: 0;
	margin-bottom: 0;
}

.price h2.Gred span,
.case-studies h2.Gred span {

	margin-top: 0;
	margin-bottom: 0;
}

h2.Gred span.decoration {
	color: #bfe3e3;
	font-size: 180%;
	font-weight: bold;
	text-shadow: 2px 3px 0 #54b3af;
}


#Sec04 ul {
	display: flex;
	flex-wrap: nowrap;
}

#Sec04 ul li {
	width: calc(100% / 6);
	margin-left: 5px;
	margin-bottom: 0;
	border: solid 2px #bfe3e1;
	background-color: #fff;
}

#Sec04 ul li a:link,
#Sec04 ul li a:visited {
	display: flex;
	width: 100%;
	padding: 10px 15px 10px 0;

	font-size: 95%;
	color: #333;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: url(/-/media/ind/slm/image/ico_link2.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 17px auto;
}

#Sec04 ul li:hover a {
	background-color: #F5FAEB;
	cursor: pointer;
}

#Sec04 ul li.Current a:link,
#Sec04 ul li.Current a:visited {
	color: #fff;
	background-color: #55C6C9;
}

#Sec04 ul li.Current:hover a {
	background-color: #55C6C9;
	cursor: auto;
	color: #fff;
}

#Sec04 ul li:hover {
	background-color: #F5FAEB;
	cursor: pointer;
}

#Sec04 ul li a:link,
#Sec04 ul li a:visited {
	display: block;
	font-size: 95%;
	color: #333;

}

#Sec04 ul li.Current a:link,
#Sec04 ul li.Current a:visited {
	color: #fff;
}

#Sec04 ul li.Current:hover {
	background-color: #55C6C9;
	cursor: auto;
}

#Sec04 ul li.Current:hover a:link,
#Sec04 ul li.Current:hover a:visited {
	color: #fff;
	cursor: default;
}

#Sec04 ul li:hover a,
#Sec04 ul li a:hover {
	text-decoration: none;

}

h2.Gred.WithIcon span {
	display: inline-flex;
	align-items: center;
	height: 60px;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 160%;
}

h3.Gred {
	padding: 0;
	text-align: center;
	color: #464646;
	background-color: transparent;
	border-style: none;
}

/*お問い合わせボタンメインビジュアル*/
.PageTitleTxt .TextArea02 {
	width: 965px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

.PageTitleTxt .TextArea02 .SubArea {
	width: 360px;
	text-align: center;
	margin-top: 10px;
}

.SubArea p.SubTitle a:link,
.SubArea p.SubTitle a:visited {
	color: #464646 !important;
	display: block;
	font-size: 115%;
	font-weight: normal;
	padding: 15px 5px 10px;
	background-color: #8BD8BF;
	border-radius: 30px;
}

.SubArea p.SubTitle a:hover {
	background-color: #7bc0a9;
	text-decoration: none;
}

/*ここまでお問い合わせボタンメインビジュアル*/

.Section.scubox1 {
	background-color: #e6e6e6;
	border-radius: 20px;
	padding: 20px 30px 20px 30px;

}

.Section.scubox1.second {
	background-color: transparent;
	border-radius: 0;
	padding: 20px 0 20px;

}

.Section.scubox1.second .ColumnSet {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.ColumnSet {
	width: 100%;
	display: flex;
	align-items: center;
}

.Column2.FirstItem {
	width: 60%;
	padding: 0;
}

.Column2.LastItem {
	width: 38%;
	margin-left: 2%;
	padding: 0;
}

.Column2.FirstItem.second {
	width: 50%;
	padding: 0;
}

.Column2.LastItem.second {
	width: 49%;
	margin-left: 1%;
	padding: 0;
}


.ListStyle1.FuncList h5 {
	background-color: transparent;
	font-size: 147%;
	color: #464646;
	font-weight: normal;

}

.ListStyle1.FuncList h5.second {
	color: #FFF;
	text-align: center;
}

.ListStyle1.FuncList ul {
	margin: 0 0 15px;
	padding: 0 0 0 2em;
}

.ListStyle1.FuncList ul li {
	color: #464646;
	list-style: disc;
	margin-top: 10px;
	line-height: 1.2;
}

.ListStyle1.FuncList ul.second li {
	color: #FFF;
	list-style: none;
	text-indent: -1rem;
}


#Contact {
	background-color: #55C6C9;
	padding: 70px 0 100px;
}

.Document#Contact {
	padding: 40px 0 70px;
}

#Contact .Inner {
	display: flex;
	justify-content: center;
}

#Contact .Inner a:link,
#Contact .Inner a:visited {
	width: 400px;
	display: block;
	padding: 25px 0 20px;
	color: #464646 !important;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	background: #FFF;
	border-radius: 5px;
	background-image: url(/-/media/ind/slm/image/btn_dl.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


#Contact .Inner a:hover,
#Contact .Inner a:active {
	background-color: #e1dada;
	text-decoration: none !important;
	background-position: 96% 50%;
}

.Section.textbox02 {
	display: flex;
	justify-content: center;
	padding-bottom: 0;
}

.Section.textbox02 ul {
	max-width: 770px;
	margin-bottom: 0;
}

.Section.textbox02 ul li.Checkbox {
	padding: 5px 0 15px 40px;
	background: url(/-/media/ind/ids/image/ico_check.png) no-repeat 0 0.2em;
	background-size: 26px auto;
	font-size: 110%;

}


.img3waybox {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
}

.img3waybox img {
	width: 100%;
}

p.title_big {
	font-size: 140%;
	font-weight: bold;
}

p.title_sub {
	font-size: 125%;
	line-height: 1.5;
}

.AdditionalNotesStyle1 dt.long {
	width: 100%;
}

.AdditionalNotesStyle1 dd {
	margin-top: -1.6em;
}

h3.Gred.WithIcon {
	padding-left: 60px;
	padding-right: 30px;
	background-image: url(/-/media/secure/pickup/06/image/icon_h3.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.WideSection .ColumnSet.Flex h3.Gred {
	min-height: 55px;
	margin-bottom: 5px;
	font-size: 135%;
}

h3.Gred.SubSection {
	margin-bottom: 10px;
	font-size: 150%;
}

h3.Gred span {
	display: inline-block;
	text-align: left;
	line-height: 120%;
}

.TextStyle0 {
	font-size: 110%;
}

.wrap {
	background: #FFF;
	padding: 30px;
	margin-top: 1em;
}

.TextStyleL {
	font-size: 125%;
	line-height: 150%;
}

.RedTxt {
	color: #c00000 !important;
}

.nwp {
	white-space: nowrap;
}

#PageTitleArea {
	background-image: url(/-/media/ind/slm/image/bg_pagetitle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#PageTitleArea .PageTitleTxt {
	display: flex;
	max-width: var(--site-width);
	height: 388px;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1275px) {
	#PageTitleArea .PageTitleTxt {
		padding: 0 20px;
	}
}

#body.PageTitleTxt p.Catch a:link,
#body.PageTitleTxt p.Catch a:visited {
	text-align: center;
	padding: 7px 54px 5px;
	line-height: 130%;
	font-weight: bold;
	color: #4d4d4d;
	background-color: #ffdc42;

	font-size: 130%;
}

p.Catch {
	right: 0;
	position: absolute;
}

#body.PageTitleTxt p.Catch a:hover {
	text-decoration: none;
	background-color: #f6cc15;
}

#PageTitleArea .PageTitleTxt .Title {
	font-weight: bold;
	color: #464646;
	width: 965px;
	padding: 25px 0 0 0;
}

#PageTitleArea .PageTitleTxt .SubTitle {
	margin-bottom: 15px;
	line-height: 130%;
	font-size: 140%;
	font-weight: bold;
}

#PageTitleArea .PageTitleTxt .Subtxt {
	line-height: 1.2;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}

#PageTitleArea .PageTitleTxt h1 {
	line-height: 1.2;
	font-size: 280%;
	font-weight: bold;
}

#PageTitleArea .PageTitleTxt .button-area {
	margin-top: 50px;
	display: flex;
    align-items: center;
	gap: 30px;
}

.NoticeArea {
	background-color: #464646;
}

.NoticeArea .NoticeList {
	padding: 12px 0 7px;
}

.NoticeArea .NoticeList .Category {
	float: left;
	clear: both;
	padding: 4px 5px 2px;
	min-width: 115px;
	margin-right: 50px;
	line-height: 120%;
	text-align: center;
	background-color: #ffffff;
}

.NoticeArea .NoticeList .DateListStyle2 {
	margin-bottom: 0;
	font-size: 112.5%;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}

.NoticeArea .NoticeList .DateListStyle2 dt {
	margin-bottom: 5px;
	font-size: 100%;
}

ul li.schedule {
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #FFF;
}

.NoticeArea .NoticeList .DateListStyle2 dd ul.LinkListStyle1 {
	margin-bottom: 0;
}

.NoticeArea .NoticeList .DateListStyle2 dd ul.LinkListStyle1 li {
	margin-bottom: 5px;
}

.NoticeArea .NoticeList .DateListStyle2 dd ul.LinkListStyle1 a {
	color: inherit;
}

.WideSection {
	padding: 60px 0;
}

.WideSection.BgStyle02 {
	background-color: #F5FAEB;
}

.WideSection.BgStyle03 {
	background-color: #FFF;
	padding: 60px 0 0;
}

.WideSection.BgStyle04 {
	padding-top: 0;
	background-color: #FFF;
}

.WideSection.BgStyle06 {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background: repeating-linear-gradient(-45deg, rgba(245, 245, 245, 1), rgba(245, 245, 245, 1) 2px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 12px);
	padding: 20px 0 60px;
}

.WideSection.BgStyle06 .InfoArea li a {
	color: #444444 !important;
}

.Section.textbox {
	padding: 0 0 50px;

}

.BgStyle01 .Grid4 .flame {
	position: relative;
	margin-top: 100px;
}

.BgStyle01 .Grid4 .flame img {
	position: absolute;
	top: -30px;
	left: 45px;
}

.Section.textbox h3.ml130 {
	margin-left: 130px;
}

.Section.textbox h3 {
	color: #00a9bb;
	font-size: 175%;
	background-color: transparent;
	border-left: 0px;
	border-bottom: 0px;
}

.WideSection ol.GredList {
	counter-reset: num;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.WideSection ol.GredList li.number {
	font-size: 120%;
	font-weight: bold;
	line-height: 3;
	padding-left: 45px;
	position: relative;
	margin-bottom: 15px;
}

.WideSection ol.GredList li.number:before {
	position: absolute;
	counter-increment: num;
	content: counter(num)".";
	display: inline-block;
	/*background: #f8f8ec;*/
	color: #464646;
	font-weight: bold;
	/*font-size: 130%;*/
	border-radius: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: 4px;
}

.WideSection ol.GredList ul.nonumber {}

.WideSection ol.GredList ul.nonumber li {
	list-style-type: disc;
	font-size: 90%;
	font-weight: normal;

}

.WideSection ol.GredList ul.nonumber span li {
	list-style-type: none;
}

.WideSection .CatchCopy {
	font-size: 110%;
}

.WideSection .ImgBox {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 25px;
	background-color: #ffffff;
}

.WideSection .ImgBox dt {
	width: 225px;
}

.WideSection .ImgBox dd {
	width: calc(100% - 225px);
	padding: 5px 20px 2px 20px;
}

.WideSection .ImgBox dd .LinkListStyle1 {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 100%;
}

.WideSection .ImgBox h3 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 150%;
	color: #464646;
	border-style: none;
	background-color: transparent;
}

.WideSection .ColumnSet.Flex {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 25px;
	margin-top: 80px;
}

.WideSection .ColumnSet.Flex .Column2 {
	margin-bottom: 15px;
	padding: 50px 30px 30px 30px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.WideSection .Grid4 Dl.merit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

.WideSection .Grid4 Dl.merit dt {
	width: 160px;
}

.WideSection .Grid4 Dl.merit dd {
	padding-left: 20px;
}

.WideSection .GredList {
	margin-left: 20px;
}

.WideSection .GredList dt {
	display: inline-block;
	min-width: 6em;
	margin-bottom: 5px;
	padding: 5px 0.5em 2px;
	text-align: center;
	line-height: 140%;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	border-radius: 30px;
}

.WideSection .GredList p {
	line-height: 130%;
}

.WideSection .GredList p.Example {
	min-height: 2.6em;
	margin-bottom: 10px;
	padding-left: 2em;
	text-indent: -2em;
}

.WideSection .GredList p.Effect {
	margin-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
}

.WideSection .InnerBox {
	max-width: 880px;
	margin: 0 auto 20px;
	padding: 25px 15px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 1px 1px 15px 0 #cccccc, -1px -1px 15px #cccccc;
}

.WideSection .SubTitle {
	margin-bottom: 5px;
	text-align: center;
	line-height: 120%;
	font-size: 125%;
}

.WideSection .SubTitle span {
	display: inline-block;
	text-align: left;
}

.WideSection .FeatureList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 5px -5px;
	justify-content: center;
}

.WideSection .FeatureList li {
	position: relative;
	width: calc(33.33% - 10px);
	max-width: 280px;
	min-height: 84px;
	margin: 0 0 10px 10px;
	padding: 15px 17px;
	background-color: #464646;

}

.WideSection .FeatureList .Txt {
	font-size: 90%;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}



.WideSection .FeatureList2 {
	display: flex;
	flex-flow: row wrap;
	margin: 10px auto 5px auto;
	justify-content: center;
	width: 80%;
}

.WideSection .FeatureList2 li {
	position: relative;
	margin: 0 0 10px 10px;
	/*width: calc(50% - 10px);*/
	min-width: 300px;
	min-height: 84px;
	padding: 15px 17px;
	border-radius: 10px;
	border: #FFF solid 1.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.WideSection .FeatureList2 .Txt {
	font-size: 90%;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
}


.WideSection ul.ListStyle1.FuncList {
	margin-top: 10px;
	font-size: 110%;
	font-weight: bold;
}

.WideSection ul.ListStyle1.FuncList li {
	min-height: 44px;
	padding: 2px 0 0 30px;
	background-image: url(/-/media/secure/pickup/06/image/icon_funclist.png);
	background-position: left top;
}

.WideSection .ImgOnlyStyle .ModalYouTubeLink:before,
.WideSection .ImgOnlyStyle .ModalYouTubeLink:after,
.WideSection .ImgOnlyStyle .ModalYouTubeLink span:after {
	display: none;
}

.WideSection .ImgOnlyStyle .ModalYouTubeLink {
	max-width: 100%;
	background-color: #ffffff;
}

.WideSection .ImgOnlyStyle .ModalYouTubeLink img {
	margin-bottom: 0;
}

.WideSection .ImgOnlyStyle .ModalYouTubeLink:hover img,
.WideSection .ImgOnlyStyle .ModalYouTubeLink:active img {
	opacity: 0.7;
}



dl.AdditionalNotesStyle1.Condition {
	font-size: 87.5%;
}

dl.AdditionalNotesStyle1.Condition dt {
	width: 4em;
}

dl.AdditionalNotesStyle1.Condition dd {
	margin-top: -1.35em;
	margin-left: 4em;
}

.WideSection .Contact a {
	display: flex;
	max-width: 620px;
	margin: 0 auto 20px;
	font-size: 175%;
	font-weight: bold;
	color: #464646;
	background-color: #fbb03b;
	border-radius: 15px;
}

.WideSection .Contact a:hover,
.WideSection .Contact a:active {
	background-color: #ffa500;
	text-decoration: none;
}

.WideSection .Contact a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100px;
	padding: 5px 20px 2px;
	line-height: 130%;
	color: inherit;
	text-decoration: none;
}

.WideSection .Contact.Download a span {
	justify-content: flex-start;
	padding-left: 90px !important;
	background-image: url(/-/media/secure/pickup/06/image/icon_download.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}

.WideSection .InfoArea {
	max-height: 10em;
	margin-bottom: 30px;
	overflow-y: auto;
	background: #FFF;
}

.WideSection .InfoArea li {
	display: flex;
	align-items: center;
	padding: 0 0 1em;
	color: #464646;
}

.WideSection .InfoArea li p {
	display: flex;
	align-items: center;
	min-width: 9em;
	color: #444444;
}

.WideSection .InfoArea li p .Date {
	min-width: 7em;
}

.WideSection .InfoArea li p .Category {
	display: block;
	min-width: 8em;
	margin: 0 1em;
	padding: 0.25em 0.5em;
	text-align: center;
	font-size: 80%;
	color: #ffffff;
	background-color: #464646;
}

.WideSection .InfoArea li a {
	color: #444444;
	text-decoration: none;
}

.WideSection .InfoArea li a:hover,
.WideSection .InfoArea li a:active {
	text-decoration: underline;
}

.box_white {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 50px;
	justify-content: space-between;
}

.box_white .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px 15px;
	min-height: 170px;
	background-color: #F2F2F2;
	width: calc(33.33% - 10px);
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.box_white.cream .item {
	background-color: #f5faeb;
	/*justify-content: space-between;*/

}

.box_white.cream .item h6 {
	color: #21A085;
	min-height: 70px;
}

.box_white .item p {
	color: #464646;
	text-align: left;
}

.box_white .item p span {
	font-weight: bold;
	text-decoration: underline;
}

.box_white .item h6 {
	font-size: 160%;
	color: #464646;
}

.box_white .item ul li {
	text-align: left;
	padding-left: 1.3em;
	padding-bottom: 1em;
	text-indent: -1.5em;
	color: #464646;
}

.box_white .item.blue h6,
.box_white .item.blue2 h6,
.box_white .item.puple h6,
.box_white .item.green h6 {
	font-size: 110%;
	text-align: left;
}

.box_white .item .detail {
	background-color: #FFF;
	border-radius: 50px;
	color: #464646;
	padding: 10px 40px;
	margin-top: 10px;
	position: absolute;
	bottom: 5%;
}

.box_white .item .detail:hover {
	background-color: #f0f0f0;
}

.box_white .item a {
	background: url(/-/media/ind/slm/image/ico_link.png) no-repeat;
	background-position: 90% 50%;
}

.box_white .item a:hover {
	text-decoration: none;
	background-position: 92% 50%;
}

.box_white .item.blue {
	background-color: #CAECF8;
	border-radius: 0px;
	min-height: 530px;
}

.box_white .item.blue2 {
	background-color: #CAECF8;
	border-radius: 0px;
	min-height: 650px;
}

.box_white .item.puple {
	background-color: #FFEEC3;
	border-radius: 0px;
	min-height: 530px;
}

.box_white .item.green {
	background-color: #DFEFCD;
	border-radius: 0px;
	min-height: 530px;
}

.box_white .item ul li::before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #787878;
	border-radius: 50%;
	margin-right: 0.5em;
}

.BgStyle03 ul li {
	padding-left: 4em;
	background-size: 152px;
	color: #333333;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 50px;
}

.BgStyle03 ul li h5 {
	font-size: 150%;
	color: #464646;
	background-color: transparent;
	padding: 0;
	margin: 0 0 5px;
	border-bottom: 3px solid #BFE3E1;
}

/*選ばれる理由*/
.BgStyle03 ul li.point1 {
	background: url(/-/media/ind/slm/image/num1.png) top left no-repeat;
}

.BgStyle03 ul li.point2 {
	background: url(/-/media/ind/slm/image/num2.png) top left no-repeat;
}

.BgStyle03 ul li.point3 {
	background: url(/-/media/ind/slm/image/num3.png) top left no-repeat;
}

/*導入までの流れ*/
.BgStyle03 ul li h5 {
	font-size: 130%;
	color: #464646;
	background-color: transparent;
	padding: 0;
	margin: 10px 0 10px;
	border-bottom: 0;
}

.implementation .BgStyle03 ul li.point1 {
	background: url(/-/media/ind/slm/image/num_1.png) top left no-repeat;
}

.implementation .BgStyle03 ul li.point2 {
	background: url(/-/media/ind/slm/image/num_2.png) top left no-repeat;
}

.implementation .BgStyle03 ul li.point3 {
	background: url(/-/media/ind/slm/image/num_3.png) top left no-repeat;
}

.implementation .BgStyle03 ul li.point4 {
	background: url(/-/media/ind/slm/image/num_4.png) top left no-repeat;
}

.implementation .BgStyle03 ul li.point5 {
	background: url(/-/media/ind/slm/image/num_5.png) top left no-repeat;
}





.BgStyle03 ul li span {
	/*background: url(/-/media/ind/slm/image/ico_check.png) top left no-repeat;
	padding-left:2em;*/
	margin-top: 10px;
}

.Column2.UnderItem {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.Column2.UnderItem h3.Gred span {
	font-size: 120%;
}

.Column2.UnderItem ol.GredList {
	counter-reset: num;
	list-style-type: none;
	padding: 0 4% 0 4%;
	margin: 0;
}

.TextArea02.spvew {
	display: none;
}

/* for Responsive Web Design
=========================================================================================== */
.ShowSD1 {
	display: none;
}

/*--ソリューション一覧---*/
.solution #PageTitleArea {
	background-image: url(/-/media/ind/slm/image/bg_pagetitle_sol.png);
}

.solution .box_white {
	display: flex;
	flex-flow: row wrap;
	margin: 50px 0 0;
	justify-content: space-between;
	flex-direction: column;
}

.solution .box_white .item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px;
	margin-bottom: 50px;
	min-height: auto;
	background-color: #ebf5ed;
	width: 100%;
	border-radius: 10px;
	text-align: left;
}

.solution .box_white .item img {
	width: 150px;
	height: auto;
}

.solution .box_white .item .detail {
	background-color: #d4ebdb;
	border-radius: 50px;
	color: #464646;
	padding: 10px 40px;
	margin-top: 0;
	position: static;
	height: 45px;
	width: 170px;
	display: block;
}

.solution .box_white .item .box {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.solution .box_white .item h6 {
	font-size: 160%;
	color: #21A085;
	margin: 10px 0 10px;
}

.solution .box_white .item .box p.tag {
	padding: 3px 20px 1px;
	margin: 0 0 10px 5px;
	color: #FFF;
	background-color: #55C6C9;
	border-radius: 30px;
	font-weight: bold;
}

.solution .box_white .item .box p.text {
	/*width: 555px;*/
	width: calc(100% - 200px);
}

.solution .box_white .item .box .side {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


@media screen and (max-width: 994px) {
	.solution #PageTitleArea {
		background-image: url(/-/media/ind/slm/image/bg_pagetitle_sol_tablet.png);
	}
}

@media screen and (max-width: 767px) {
	.solution #PageTitleArea {
		background-image: url(/-/media/ind/slm/image/bg_pagetitle_sol_sp.png);
	}

	.JS .solution .box_white .item {
		flex-direction: column;
		align-items: center;
		padding: 30px 15px;
		width: 100%;
	}

	.solution .box_white .item .box {
		padding-left: 0;
		margin-top: 30px;
	}

	.solution .box_white .item .box .side.tile {
		flex-direction: column;
		align-items: center;
	}

	.solution .box_white .item .box p.tag {
		font-size: 1em;
	}

	.solution .box_white .item .box p.text {
		width: 100%;
	}

	.solution .box_white .item .detail {
		margin-top: 10px;
	}
}

/*--資料ダウンロード---*/
.wp-download #PageTitleArea {
	background-image: url(/-/media/ind/slm/image/bg_pagetitle_wh.png);
}

.wp-download .box_white {
	display: flex;
	flex-flow: row wrap;
	margin: 50px 0 0;
	justify-content: space-between;
	flex-direction: column;
}

.wp-download .box_white .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 30px;
	margin-bottom: 50px;
	min-height: 300px;
	background-color: #f5faeb;
	width: 100%;
	border-radius: 10px;
	text-align: left;
}

.wp-download .box_white .item img {
	width: 150px;
	height: auto;
}

.wp-download .box_white .item .detail {
	background-color: #d4ebdb;
	border-radius: 50px;
	color: #464646;
	padding: 10px 40px;
	margin-top: 10px;
	position: static;
	height: 45px;
	width: 308px;
	display: block;
}

.wp-download .box_white .item .box {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*--資料ダウンロード---*/
.FAQ h3 {
	margin: 0px 0 15px;
	padding: 10px 0 10px 20px;
	border: 0;
	background: #d4ebdb;
	color: #464646;
	line-height: 1;
	font-weight: normal;
	font-size: 120%;
}

.FAQ .Section {
	margin-top: 60px;
	/*margin-bottom: 45px;*/
}

.FAQ .Section ul li {
	padding-left: 2em;
	color: #464646;
}

.FAQ .Section ul li.question {
	background: url(/-/media/ind/slm/image/ico_Q.png) top 3px left no-repeat;
	margin-bottom: 10px;
}

.FAQ .Section ul li.answer {
	background: url(/-/media/ind/slm/image/ico_A.png) top 5px left no-repeat;
	margin-bottom: 50px;
}

/*--価格---*/
.table_box {
	overflow-x: auto;
	min-width: 700px;
	-webkit-overflow-scrolling: touch;
}

.price table {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: collapse;
	border-spacing: 0;

}


.price table th,
.price table td {
	border: 0;
	font-size: 110%;
	color: #464646;
	padding: 15px 15px;
}

.price table th.initial {
	background: #d2e6e5;
}

.price table th.ordinary {
	background: #d3e6d2
}

.price table td {
	background: #f2f2f2;
	vertical-align: top;
}

.price table td.blue {
	color: #2c809c;
}

.price table td.green {
	color: #417d3f;
}

/*--システム構成例のtable---*/
.price table.example tr {
	border-bottom: dotted 2px #cfcbcb;
}

.price table.example td {
	background: transparent;
	vertical-align: middle;
}

.price table.example td span {
	background-color: #fff;
	padding: 5px 0;
	border-radius: 30px;
	text-align: center;
	width: 180px;
	display: block;
}

.price li.dotted {
	text-indent: -1.4em;

}

.price li.dotted span {
	padding-left: 2.9em;
}

.price li.dotted span.second {
	padding-left: 3em;
}

.price li.dotted::before {
	content: "●";
	color: #bee2e0;
	font-size: 129%;
}

.price .price-list li {
	position: relative;
}

.price .price-list li::before {
	content: "●";
	color: #bee2e0;
	font-size: 129%;
	position: absolute;
	left: -24px;
	top: 0;
}

.price .price-list li .title {
	display: inline-block;
	width: 178px;
}

.price dl.arrow {
	margin: 15px 0;
}

.price dl.arrow dt {
	background: url(/-/media/ind/slm/image/ico_triangle.png) top 7px left no-repeat;
	min-width: 11em;
	padding-left: 1em;
}

.price dl.arrow dt::before {}

.price dl.arrow dd {
	margin: -1.59em 0 0 11em;
}

@media screen and (max-width: 767px) {
	.price table td.left_box {
		width: 160px;
	}

	.price table td.right_box {
		width: calc(100% - 160px);
	}

	.price dl.arrow dd {
		margin: 0 0 0 -0.3em;
	}
}

/*--課題解決例のメニューリスト---*/
.case-studies ul.menulist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}

.case-studies ul.menulist li {
	width: calc(50% - 20px);
	margin-bottom: 20px;
	position: relative;
}

.case-studies ul.menulist li a:link {
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	border-radius: 40px;
	color: #4d4d4d;
	font-weight: bold;
	padding-left: 90px;
	height: 80px;
	font-size: 110%;
}

.case-studies ul.menulist li a:hover {
	background-color: #ababab;
	text-decoration: none;
}

.case-studies ul.menulist li.cs01::before {
	content: url('/-/media/ind/slm/image/num_case1.png');
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
}

.case-studies ul.menulist li.cs02::before {
	content: url('/-/media/ind/slm/image/num_case2.png');
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
}

.case-studies ul.menulist li.cs03::before {
	content: url('/-/media/ind/slm/image/num_case3.png');
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
}

.case-studies ul.menulist li.cs04::before {
	content: url('/-/media/ind/slm/image/num_case4.png');
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
}

.case-studies p.tag {
	border-radius: 30px;
	padding: 5px 10px;
	background: #d2e6e5;
	display: inline-block;
}

.case-studies p.tag.green {
	background: #d3e6d3;
}

.case-studies p.tag.yerrow {
	background: #f0f1c7;
}

.case-studies h2.Gred span {
	font-size: 190%;
}

#case01 h2 {
	background: url(/-/media/ind/slm/image/num_case1.png) center left no-repeat;
	margin: 0;
	background-position: center top;
	padding: 100px 0 25px;
}

#case02 h2 {
	background: url(/-/media/ind/slm/image/num_case2.png) center left no-repeat;
	margin: 0;
	background-position: center top;
	padding: 100px 0 25px;
}

#case03 h2 {
	background: url(/-/media/ind/slm/image/num_case3.png) center left no-repeat;
	margin: 0;
	background-position: center top;
	padding: 100px 0 25px;
}

#case04 h2 {
	background: url(/-/media/ind/slm/image/num_case4.png) center left no-repeat;
	margin: 0;
	background-position: center top;
	padding: 100px 0 25px;
}

.case-studies .ColumnSet {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 50px;
	width: 100%;
}

.case-studies .Column1andHalf.FirstItem {
	width: 48%;
	margin: 0 2% 0 0;
}

.case-studies .Column1andHalf {
	width: 48%;
	margin: 0 0 0 2%;
}

.case-studies .Column1andHalf h3 {
	padding: 10px 0;
	border: 0;
	text-align: center;
	font-size: 120%;
	line-height: 1.2;
}

.case-studies .Column1andHalf.FirstItem h3 {
	color: #fff;
	background-color: #666666;
}

.case-studies .Column1andHalf.LastItem h3 {
	color: #666666;
	background-color: #bfe3e1;
}

.case-studies .Column1andHalf h4 {
	margin: 0 0 20px!important;
	font-size: 120%;
	color: #4d4d4b;
	line-height: 1.2;
	padding-left: 1.8em;
	padding-top: 10px;
}

.case-studies .Column1andHalf h4::before {
	content: none;
	padding: 0;
}

.case-studies .Column1andHalf.FirstItem h4 {
	background: url(/-/media/ind/slm/image/ico_problem.png) top 8px left no-repeat;
}

.case-studies .Column1andHalf.LastItem h4 {
	background: url(/-/media/ind/slm/image/ico_check.png) top 8px left no-repeat;
}

.case-studies .Column1andHalf ul li {
	margin-bottom: 10px;
	/*text-indent: -1.4em;*/
	padding-left: 1.4em;
	font-size: 95%;
	position: relative;
}

.case-studies .Column1andHalf.FirstItem ul li::before {
	content: "●";
	color: #7e7e7e;
	font-size: 135%;
	position: absolute;
	left: -0.1em;
}

.case-studies .Column1andHalf.LastItem ul li::before {
	content: "●";
	color: #bfe3e1;
	font-size: 135%;
	position: absolute;
	left: -0.1em;
}

@media screen and (max-width: 994px) {

	#case01 h2,
	#case02 h2,
	#case03 h2,
	#case04 h2 {
		background-position: center top;
		padding: 100px 0 25px;
	}

	.case-studies .ColumnSet {
		flex-direction: column;
		margin-left: 0;
	}

	.case-studies .Column1andHalf.FirstItem,
	.case-studies .Column1andHalf {
		width: 100%;
		margin: 0 0 20px 0;
	}

}

@media screen and (max-width: 767px) {
	.case-studies ul.menulist li {
		width: 70%;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 579px) {
	.case-studies ul.menulist li {
		width: 100%;
	}
}

@media screen and (max-width: 399px) {
	.case-studies ul.menulist li a:link {
		font-size: 100%;
	}

	.JS .HideSD3 {
		display: none;
	}
}


/*ここまで課題解決例のメニューリスト*/
@media screen and (max-width: 994px) {
	#Sec04 ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#Sec04 ul li {
		width: calc(33.33% - 10px);
		margin-top: 10px;
		margin-left: 10px;
	}

	#Sec04 ul li a:link,
	#Sec04 ul li a:visited {
		display: block;
		font-size: 100%;
	}

	.wp-download #PageTitleArea {
		background-image: url(/-/media/ind/slm/image/bg_pagetitle_wh_tablet.png);
	}
}

@media screen and (max-width: 767px) {
	.JS .WideSection.BgStyle04 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#Sec04 ul li {
		width: calc(50% - 10px);
	}

	#Sec04 ul li a:link,
	#Sec04 ul li a:visited {
		display: block;
		font-size: 110%;
	}

	.wp-download #PageTitleArea {
		background-image: url(/-/media/ind/slm/image/bg_pagetitle_wh_sp.png);
	}

	.JS .wp-download .box_white .item {
		flex-direction: column;
		padding: 30px 15px;
		width: 100%;
	}

	.wp-download .box_white .item .box {
		padding-left: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width: 579px) {
	#Sec04 ul li {
		width: 100%;
		margin-left: 0;
	}

	#Sec04 ul li a:link,
	#Sec04 ul li a:visited {
		display: block;
		font-size: 110%;
	}
}

/*--- for - 994px ---*/
@media screen and (max-width: 994px) {
	.JS #FloatingContacts[style^="position: fixed"] {
		margin: 0 0 0 -15px;
	}

	.JS #FloatingContacts[style^="position: relative"] {
		margin: 0 -15px 0 -15px;
		width: auto;
	}

	.JS .HideTablet {
		display: none;
	}

	#PageTitleArea {
		background-image: url(/-/media/ind/slm/image/bg_pagetitle_tablet.png);
	}

	/*お問い合わせボタンメインビジュアル*/
	.PageTitleTxt .TextArea02 {
		width: 100%;
	}

	#PageTitleArea .PageTitleTxt {
		align-items: flex-start;
	}

	#PageTitleArea .PageTitleTxt .Title {
		width: auto;
		padding: 25px 0 0 25px;
	}

	#PageTitleArea .PageTitleTxt .SubTitle {
		margin-bottom: 15px;
		margin-left: 25px;
	}

	#PageTitleArea .PageTitleTxt h1 {
		font-size: 250%;
	}

	.Section.textbox h3 {
		text-align: center;
	}

	.JS h3.Gred.WithIcon {
		padding-right: 0;
	}

	.JS #PageTitleArea {
		margin: 0 -15px;
	}

	.JS #PageTitleArea .PageTitleTxt {
		width: 100%;
	}

	.JS .NoticeArea,
	.JS .WideSection {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.WideSection .ColumnSet.Flex {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin-left: -15px;
		margin-right: -15px;
	}

	.JS .WideSection .ColumnSet.Flex .Column2 {
		width: calc(90% - 15px);
		padding: 50px 15px 30px 15px;
	}

	.Column2.UnderItem ol.GredList {

		padding: 0;

	}

	.JS .WideSection .ImgBox dd {
		padding-left: 15px;
		padding-right: 15px;
	}

	.JS .WideSection .ImgBox h3 {
		font-size: 115%;
	}

	.JS table.PriceTable td {
		padding-left: 4.5%;
	}

	/*レスポンシブ追加分*/
	.Section.textbox {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;

	}

	.Section.textbox {
		padding: 2em 0 2em 0;
		border-radius: 0;
	}

	.BgStyle01 .Grid4 .flame {
		position: relative;
	}

	.Section.textbox h3.ml130 {
		margin-right: 0;
		margin-left: 0;
		z-index: 2;
		margin-bottom: 130px;

	}

	.BgStyle01 .Grid4 .flame img {
		top: 17px;
		left: 50%;
		transform: translate(-50%, 50%);
		z-index: 2;
		position: absolute;
	}

	.WideSection .FeatureList .Txt {
		font-size: 100%;
		line-height: 1.5;
	}

	.WideSection .FeatureList li {
		padding: 20px;
		min-width: 300px;
		display: flex;
		align-items: center;
	}

	.WideSection .FeatureList2 .Txt {
		font-size: 100%;
		line-height: 1.5;
	}

	.WideSection .FeatureList2 li {
		padding: 20px;
	}

	.Section.textbox {
		display: flex;
		align-items: center;
		flex-direction: column;
	}


	p.TextStyle_rd {
		font-size: 130%;
		line-height: 140%;
		padding: 15px 20px 10px;
		width: 100%;
	}

	.Section.textbox02 ul li.Checkbox {
		padding: 3px 0 15px 40px;
	}

	.JS .InnerLink {
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}

	.JS #Contact {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

}

/*--- for - 767px ---*/
@media screen and (max-width: 767px) {
	#PageTitleArea {
		background-image: url(/-/media/ind/slm/image/bg_pagetitle_sp.png);
	}

	.JS .WideSection {
		padding-bottom: 0;
	}

	.WideSection.BgStyle02 {
		padding-bottom: 30px;
	}

	.JS h2.Gred span {
		margin-top: 0;
		margin-bottom: 0;
	}

	.JS h2.Gred {
		margin-top: 0;

	}

	.JS .WideSection.BgStyle03 h2.Gred {
		margin-top: 30px;

	}

	.TextStyle0 {
		font-size: 1.2em;
	}

	.box_white .item p {
		font-size: 1.2em;
	}

	.BgStyle03 ul li {
		font-size: 1.2em;
		padding-left: 3em;
	}

	.BgStyle03 ul li h5 {
		font-size: 1.2em;
	}

	.JS .Inner.onayami p.stick img {
		bottom: -260px;
	}

	.JS .box_white {
		flex-direction: column;
		align-items: center;
	}

	.en_txt {
		font-size: 100%;
	}

	.img3waybox {
		width: 70%;
		flex-direction: column;
		margin: 0 auto;
	}

	.img3waybox p.mt30 {
		margin-top: 0 !important;
	}

	.JS .HideSD1 {
		display: none;
	}

	.next-arrow {
		width: 15px;
		height: 15px;
	}

	.JS #PageTitleArea .PageTitleTxt h1 {
		font-size: 200%;
	}

	.JS #PageTitleArea .PageTitleTxt .SubTitle {
		font-size: 115%;
	}

	.JS #PageTitleArea .PageTitleTxt .Subtxt {
		margin-bottom: 10px;

	}

	.PageTitleTxt .TextArea02 {
		display: none;
	}

	.JS .TextArea02.spvew {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}

	.JS .Section.scubox1 .ColumnSet .Column2.FirstItem {
		width: 100%;
	}

	.JS .Section.scubox1 {
		padding: 20px 10px 20px 10px;
	}

	.JS .Section.scubox1.second .Column2.FirstItem.second {
		width: 100%;
	}

	.WideSection .FeatureList {
		width: 80%;
		margin: 0 auto 0 auto;
	}

	.JS .WideSection .FeatureList li {
		width: 100%;
		margin: 0 10px 10px 10px;
		max-width: 100%;

	}

	.WideSection .FeatureList .Txt {
		/*text-align: left;*/
	}

	.WideSection .FeatureList2 li {
		width: 100%;
		margin: 0 10px 10px 10px;
		/*justify-content: flex-start;*/
	}

	.WideSection .FeatureList2 .Txt {
		text-align: center;
	}

	.BgStyle01 h2.Gred span.clo_yellow {
		padding-bottom: 1em;
	}

	.JS #PageTitleArea .PageTitleTxt {
		position: relative;
		display: block;
		height: 0;
		padding-bottom: 65%;
	}

	.JS #PageTitleArea .PageTitleTxt .Title {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0 15px;
	}

	.JS .NoticeArea .NoticeList .Category {
		margin-right: 15px;
	}

	.JS .NoticeArea .NoticeList .DateListStyle2 dt {
		float: none;
	}

	.JS .NoticeArea .NoticeList .DateListStyle2 dd {
		margin-left: 0;
	}

	.JS .WideSection .CatchCopy {
		text-align: left;
	}

	.JS h2.Gred.WithIcon span {
		height: 50px;
		margin-left: 8px;
		padding-top: 8px;
		font-size: 140%;
	}

	.JS h2.Gred.WithIcon img {
		width: 300px;
	}

	.JS .WideSection .ImgBox dt {
		align-self: flex-start;
		width: 175px;
		padding: 10px 0 10px 10px;
	}

	.JS .WideSection .ImgBox dd {
		width: calc(100% - 175px);
		padding: 8px 10px 5px 10px;
		font-size: 90%;
	}

	.JS .WideSection .ImgBox dd .LinkListStyle1 {
		margin-top: 10px;
	}

	p.TextStyle_ore {
		text-align: center;
		width: 100%;
		line-height: 140%;
		font-size: 130%;
	}

	p.title_sub {
		font-size: 115%;
		line-height: 1.5;
	}

	.Section.textbox02 ul li.Checkbox {
		padding: 0 0 15px 40px;
	}

	.SubArea p.SubTitle a:link,
	.SubArea p.SubTitle a:visited {
		border-radius: 0px;
		font-weight: bold;
		font-size: 1.4em;
	}

	.box_white.cream .item h6 {
		min-height: auto;
	}

	.box_white .item .detail {
		position: initial;
	}

	.JS .box_white .item {
		min-height: auto;
	}

	.JS .box_white .item h6 {
		font-size: 1.4em;
	}

	.JS .box_white .item ul li {
		padding-left: 2em;
		text-indent: -1.2em;
		font-size: 1.2em;
	}

	.JS .box_white .item.blue h6,
	.JS .box_white .item.blue2 h6,
	.JS .box_white .item.puple h6,
	.JS .box_white .item.green h6 {

		text-align: center;
	}

	.JS .box_white .item {
		width: calc(100% - 30px);
		margin: 0 0 20px;
	}

	.JS .ShowSD1 {
		display: block;
	}
}

@media screen and (max-width: 579px) {
	.JS .InnerLink ul {

		flex-direction: column;
	}

	.Section.textbox02 ul li.Checkbox {
		background-size: 21px auto;
	}

	p.TextStyle_rd {
		font-size: 120%;
	}

	p.TextStyle_ore {
		font-size: 120%;
	}

	p.title_sub {
		font-size: 100%;
		line-height: 160%;
	}

	.img3waybox {
		width: 90%;
	}

	.WideSection .FeatureList {
		width: 100%;
	}

	.WideSection .FeatureList2 {
		width: 100%;
	}

	.JS .HideSD2 {
		display: none;
	}

	.JS #PageTitleArea .PageTitleTxt .SubTitle {
		font-size: 105%;
	}

	.JS #PageTitleArea .PageTitleTxt .Subtxt {
		font-size: 120%;

	}

	.JS #PageTitleArea .PageTitleTxt h1 {
		margin-bottom: 5px;
		font-size: 175%;
	}

	.JS h2.Gred span {
		font-size: 150%;
	}

	.JS .WideSection .ColumnSet.Flex h3.Gred {
		min-height: 45px;
		font-size: 115%;
	}

	.JS h3.Gred.SubSection {
		font-size: 130%;
	}

	.JS .NoticeArea .NoticeList .Category {
		float: none;
		display: inline-block;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.JS .WideSection .ImgBox dt {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0;
		background-color: #182d41;
	}

	.JS .WideSection .ImgBox dd {
		width: 100%;
	}

	.JS h2.Gred.WithIcon span {
		height: 35px;
		margin-left: 5px;
		padding-top: 5px;
		font-size: 100%;
	}

	.JS h2.Gred.WithIcon img {
		width: 210px;
	}

	.JS .WideSection .InnerBox .TextStyleL {
		font-size: 100%;
	}


	.JS .WideSection .Contact a {
		font-size: 140%;
	}

	.JS .WideSection .Contact a span {
		min-height: 80px;
	}


	.JS .WideSection .InfoArea li {
		flex-direction: column;
		align-items: flex-start;
	}

	.JS .WideSection .InfoArea li p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 399px) {
	.wp-download .box_white .item .box {
		width: 100%;
	}

	.wp-download .box_white .item .detail {
		padding: 10px 30px;
		width: 100%;
		font-size: 90%;
	}

	.JS #PageTitleArea .PageTitleTxt h1 {
		font-size: 150%;
	}

	.JS #PageTitleArea .PageTitleTxt .SubTitle {
		font-size: 100%;
	}

	.JS #PageTitleArea .PageTitleTxt .Subtxt {
		font-size: 100%;
		margin-bottom: 5px;
	}

	.img3waybox {
		width: 100%;
	}

	.JS .NoticeArea .NoticeList .Category {
		font-size: 90%;
	}

	.JS .NoticeArea .NoticeList .DateListStyle2 {
		font-size: 90%;
	}

	.JS .WideSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.JS h2.Gred {
		margin-bottom: 10px;
	}

	.JS h2.Gred span {
		font-size: 130%;
	}



	.JS .WideSection .SubTitle {
		font-size: 100%;
	}

	.JS .TextStyleL {
		font-size: 110%;
	}

	.JS .WideSection .InnerBox .TextStyleL {
		font-size: 96%;
	}

	.JS .WideSection .FeatureList li {
		width: calc(100% - 5px);
	}

	.JS .WideSection .FeatureList .Img {
		height: auto;
		margin-bottom: 20px;
	}

	.JS h3.Gred.SubSection {
		font-size: 100%;
	}

	.JS .WideSection .Contact a {
		font-size: 120%;
	}

	.JS .WideSection .Contact a span {
		min-height: 70px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.JS .WideSection ul.ListStyle1.FuncList {
		font-size: 100%;
	}

	.JS table.PriceTable th,
	.JS table.PriceTable td {
		padding: 5px;
		font-size: 76%;
	}

	.JS .WideSection .InfoArea li {
		font-size: 83%;
	}

	.JS .WideSection dl.AdditionalNotesStyle1 {
		font-size: 76%;
	}

	.JS .WideSection dl.AdditionalNotesStyle1.Condition {
		font-size: 67%;
	}
}

/*------------------------------------------
hero
------------------------------------------*/

.hero {
	background: url(/-/media/ind/slm/image/bg_pagetitle_sol.png) no-repeat center / cover;
}

.wp-download .hero {
	background: url(/-/media/ind/slm/image/bg_pagetitle_wh.png) no-repeat center / cover;
}

.hero .subtext {
	margin-top: 25px;
	margin-bottom: 5px;
	
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero h1,
.hero h2 { /* column詳細ではタイトルをh1にしたいのでh2にする */
	line-height: 1.2;
    font-size: 2.8rem;
    font-weight: 700;
}

.hero .button-area {
	margin-top: 50px;
	display: flex;
    align-items: center;
	gap: 30px;
}

.hero .button-area div {
	display: grid;
    grid-template-columns: 1fr;
	justify-items: center;
    gap: 10px;
}

.hero .button-area div p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
	.hero {
		background: url(/-/media/ind/slm/image/bg_pagetitle_sol_sp.png) no-repeat left / cover;
	}

	.wp-download .hero {
		background: url(/-/media/ind/slm/image/bg_pagetitle_wh_sp.png) no-repeat center / cover;
	}

	.hero .subtext {
		margin-top: 0;

		font-size: 1rem;
	}

	.hero h1 {
		font-size: 2rem;
	}

	.hero .button-area {
		flex-direction: column;
		gap: 1rem;
	}
}

/*------------------------------------------
sitemap
------------------------------------------*/

.sitemap {
	background: #f4f4f4;
}

.sitemap .card-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
	gap: 30px;
}

.sitemap .card-list .card {
	height: 100%;
}

.sitemap .card-list .card a {
	height: 100%;
	padding: 26px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background: #fff;
	position: relative;
	transition: all 0.5s;
}

.sitemap .card-list .card a:hover {
	text-decoration: none;
	top: -4px;
	opacity: .6;
}

.sitemap .card-list .card a .image-box {
	max-width: 45px;
	margin: 0 auto;
}

.sitemap .card-list .card a .image-box img {
	width: 100%;
}

.sitemap .card-list .card a h3 {
	background: none;
	color: var(--font-color-primary);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.sitemap .card-list .card a p {
	color: var(--font-color-primary);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.sitemap.white {
	background: #fff;
}

.sitemap.white .card-list .card a {
	border: 1px solid #d9d9d9;
	background: #f4f4f4;
}

@media screen and (max-width: 767px) {
	.sitemap .card-list {
		grid-template-columns: 1fr;
	}

	.sitemap .card-list .card a {
		text-align: center;
	}
}

/*------------------------------------------
cta
------------------------------------------*/

.cta {
	background: url(/-/media/ind/slm/image/cta_bg.png) no-repeat center / cover;	
}

.cta .content-block {
	display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
	text-align: center;
}

.cta .content-block h2 {
	color: var(--font-color-primary);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px; 
}

.cta .content-block p {
	color: var(--font-color-primary);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

.cta .content-block .button-area {
	margin-top: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 30px;
}

.cta .content-block .button-area div {
	display: grid;
    grid-template-columns: 1fr;
	justify-items: center;
	gap: 6px;
}

.cta .content-block .button-area div p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
	.cta .content-block p {
		font-size: 1rem;
	}

	.cta .content-block .button-area {
		flex-direction: column;
		gap: 1rem;
	}
}

/*------------------------------------------
footnote
------------------------------------------*/

.footnote {
	padding: 40px 0;
}

.footnote .content-block {
	display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.footnote .content-block p {
	color: #737373;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

/*------------------------------------------
implementation step
------------------------------------------*/

.implementation .step .wrapper {
	max-width: 1128px;
}

.implementation .step .Overflow {
	padding-left: 19px;
}

.implementation .step table tr {
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

.implementation .step table tr:first-child {
	border-top: 1px solid #d9d9d9;
}

.implementation .step table tr::before {
	content: "";
	position: absolute;
	top: calc(50% + 3px);
	left: -19px;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
}

.implementation .step table tr:nth-child(1)::before {
	background: url(/-/media/ind/slm/image/step1.png) no-repeat center / contain;
}

.implementation .step table tr:nth-child(2)::before {
	background: url(/-/media/ind/slm/image/step2.png) no-repeat center / contain;
}

.implementation .step table tr:nth-child(3)::before {
	background: url(/-/media/ind/slm/image/step3.png) no-repeat center / contain;
}

.implementation .step table tr:nth-child(4)::before {
	background: url(/-/media/ind/slm/image/step4.png) no-repeat center / contain;
}

.implementation .step table tr:nth-child(5)::before {
	background: url(/-/media/ind/slm/image/step5.png) no-repeat center / contain;
}

.implementation .step table th,
.implementation .step table td {
	border: none;
	height: 150px;
	padding: 40px;
}

.implementation .step table th {
	width: 271px;

	background: #f4f4f4;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

.implementation .step table td {
	background: #f5faeb;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.implementation .step .Overflow {
		overflow-x: scroll;
	}

	.implementation .step .Overflow table {
		width: 1000px;
	}
}

/*------------------------------------------
reasons
------------------------------------------*/

.reasons .intro p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

@media screen and (max-width: 767px) {
	.reasons .intro {
		padding-bottom: 0;
	}

	.reasons .intro p {
		font-size: 1rem;
	}
}

.reasons .reason {
	margin: 50px 0;
	background: #f4f4f4;
	position: relative;
}

.reasons .reason::before,
.top .function::before,
.top .about::before {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(/-/media/ind/slm/image/reason_before.png) no-repeat center / cover;
}

.reasons .reason::after,
.top .function::after,
.top .about::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(/-/media/ind/slm/image/reason_after.png) no-repeat center / cover;
}

.reasons .reason h2 strong {
	background: var(--SLM_, linear-gradient(223deg, #7cc4ce -3.2%, #008496 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}

.reasons .reason .step-list {
	display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.reasons .reason h3 {
	margin-bottom: 40px;
	padding-left: 89px;
	position: relative;

	color: #1d9ba9;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px; 
}

.reasons .reason h3::before {
	content: "";
	position: absolute;
	top: calc(50% + 5px);
	left: 0;
	transform: translateY(-50%);
	width: 63px;
	height: 63px;
}

.reasons .reason h3.step1::before {
	background: url(/-/media/ind/slm/image/step1.png) no-repeat center / contain;
}

.reasons .reason h3.step2::before {
	background: url(/-/media/ind/slm/image/step2.png) no-repeat center / contain;
}

.reasons .reason h3.step3::before {
	background: url(/-/media/ind/slm/image/step3.png) no-repeat center / contain;
}

#Contents .reasons .reason h4 {
	margin-bottom: 20px;

	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.reasons .reason p {
	margin-bottom: 30px;

	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

.reasons .reason p strong {
	font-weight: 700;
}

.reasons .reason .image-box {
	margin-bottom: 50px;
}

.reasons .reason .image-box img {
	width: 100%;
}

.reasons .reason .image-block {
	margin-bottom: 50px;

	display: flex;
    justify-content: center;
    align-items: center;
	gap: 40px;
}

.reasons .reason .image-block .image-box {
	max-width: 617px;
	margin: 0;
}

.reasons .reason .card-list {
	margin-bottom: 50px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.reasons .reason .card-list .card {
	padding: 34px 30px;
	background: #fff;
	border-radius: 20px;
}

.reasons .reason .card-list .card .title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d9d9d9;
}

.reasons .reason .card-list .card .title h5 {
	padding-left: 45px;
	position: relative;

	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

.reasons .reason .card-list .card .title h5::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 27px;
	height: 30px;
	background: url(/-/media/ind/slm/image/card_icon_title.svg) no-repeat center / contain;
}

.reasons .reason .card-list .card .check-list {
	display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.reasons .reason .card-list .card .check-list .check {
	padding-left: 46px;
	position: relative;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

.reasons .reason .card-list .card .check-list .check::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: url(/-/media/ind/slm/image/card_icon_check.svg) no-repeat center / contain;
}

.reasons .reason .button-area {
	display: flex;
    justify-content: center;
    align-items: center;
}

.reasons .reason .button-area a.button-white {
	width: 423px;
	height: 54px;
}

@media screen and (max-width: 767px) {
	.reasons .reason::before {
		top: -48px;
	}

	.reasons .reason::after {
		bottom: -48px;
	}

	.reasons .reason h3 {
		padding-left: 45px;
		font-size: 1.4rem;
	}

	.reasons .reason h3::before {
		width: 36px;
		height: 36px;
	}

	#Contents .reasons .reason h4 {
		font-size: 1.2rem;
	}

	#Contents .reasons .reason p {
		font-size: 1rem;
	}

	.reasons .reason .image-block {
		flex-direction: column;
		gap: 1rem;
	}

	.reasons .reason .card-list {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.reasons .reason .card-list .card {
		padding: 1.5rem;
	}

	.reasons .reason .card-list .card .check-list .check {
		padding-left: 30px;
		font-size: .9rem;
	}

	.reasons .reason .card-list .card .check-list .check::before {
		width: 22px;
		height: 22px;
	}

	.reasons .reason .button-area a.button-white {
		font-size: .85rem;
	}

	.reasons .sitemap {
		padding-top: 0;
	}
}

/*------------------------------------------
top
------------------------------------------*/

/* main-visual */
.top .main-visual {
	padding: 43px 0;
	background: url(/-/media/ind/slm/image/bg_pagetitle.png) no-repeat center / cover;
}

.top .main-visual .content-block {
	padding-left: 50px;
}

.top .main-visual .lead {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.top .main-visual .subtext {
	margin-top:6px;

	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.top .main-visual h1 {
	margin-top: 26px;

	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}

.top .main-visual .button-area {
	margin-top: 45px;
	display: flex;
    align-items: center;
	gap: 30px;
}

.top .main-visual .button-area div {
	display: grid;
    grid-template-columns: 1fr;
	justify-items: center;
    gap: 10px;
}

.top .main-visual .button-area div p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
	.top .main-visual {
		background: url(/-/media/ind/slm/image/bg_pagetitle_sol_sp.png) no-repeat left / cover;
	}

	.top .main-visual .content-block {
		padding: 0;
	}

	.top .main-visual .lead {
		flex-wrap: wrap;
	}

	.top .main-visual .lead p {
		font-size: .8rem;
	}

	.top .main-visual .lead .label {
		padding: 1px 6px;
	}

	.top .main-visual .subtext {
		font-size: 1rem;
	}

	.top .main-visual h1 {
		margin-top: 1rem;
		font-size: 1.8rem;
	}

	.top .main-visual .button-area {
		flex-direction: column;
		gap: 1rem;
	}
}

/* links */
.top .links {
	padding: 40px 0;
	background: #d4ebdc;
}

.top .links .content-block {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 20px;
}

.top .links a {
	padding-right: 40px;
	position: relative;

	color: #222;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.top .links a:hover {
	text-decoration: none;
	opacity: .8;
}

.top .links a::after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	width: 18px;
	height: 10px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10' fill='none'><defs><linearGradient id='g' x1='17.5688' y1='8.8' x2='10.6928' y2='-4.1477' gradientUnits='userSpaceOnUse'><stop stop-color='%237CC4CE'/><stop offset='1' stop-color='%23008496'/></linearGradient></defs><path d='M16.5996 1L8.79961 8.8L0.999609 1' stroke='url(%23g)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .3s;
}

.top .links a:hover::after {
	top: calc(50% + 3px);
}

@media screen and (max-width: 767px) {
	.top .links a {
		padding-right: 30px;
	}

	.top .links a::after {
		width: 15px;
		height: 8px;
	}
}

/* problem */
.top .problem .content-block {
	display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.top .problem .card-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.top .problem .card-list .card {
	padding: 45px;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.top .problem .card-list .card .title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.top .problem .card-list .card .title h3 {
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; 
}

.top .problem .card-list .card .list .item {
	padding-left: 1rem;
	position: relative;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	letter-spacing: 0.7px;
}

.top .problem .card-list .card .list {
	display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.top .problem .card-list .card .list .item::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.top .problem .image-box {
	max-width: 110px;
	margin: 0 auto;
}

.top .problem .image-box img {
	width: 100%;
}

.top .problem .pr {
	max-width: 840px;
    margin: 0 auto;
	display: flex;
    justify-content: center;
	position: relative;

	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px; 
}

.top .problem .pr::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	width: 43px;
	height: 55px;
	background: url(/-/media/ind/slm/image/pr_before.png) no-repeat center / contain;
}

.top .problem .pr::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -45px;
	transform: translateY(-50%);
	width: 43px;
	height: 55px;
	background: url(/-/media/ind/slm/image/pr_after.png) no-repeat center / contain;
}

@media screen and (max-width: 767px) {
	.top .problem .content-block {
		gap: 2rem;
	}

	.top .problem .card-list {
		grid-template-columns: 1fr;
	}

	.top .problem .card-list .card {
		padding: 2rem;
	}

	.top .problem .image-box {
		max-width: 80px;
	}
	
	.top .problem .pr {
		max-width: 80vw;
		font-size: 1.2rem;
	}

	.top .problem .pr::before {
		left: -30px;
		width: 30px;
		height: 37px;
	}

	.top .problem .pr::after {
		right: -30px;
		width: 30px;
		height: 37px;
	}
}

/* about */
.top .about {
	margin: 50px 0;
	background: #f4f4f4;
	position: relative;
}

.top .about .content-block {
	display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.top .about .wrapper {
	max-width: 895px;
}

.top .about p {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;	
}

.top .about p strong {
	color: #1d9ba9;
	font-weight: 700;
}

.top .about .image-box {
	max-width: 840px;
	margin: 0 auto;
}

.top .about .image-box img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.top .about::before {
		top: -48px;
	}

	.top .about::after {
		bottom: -48px;
	}
}

/* merit */
.top .merit .intro {
	text-align: center;
}

.top .merit .content-block {
	display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.top .merit .card-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.top .merit .card-list .card {
	padding: 45px;
	border-radius: 20px;
	border: 1px solid #1d9ba9;
	background: #fff;
}

.top .merit .card-list .card .title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #1d9ba9;
}

.top .merit .card-list .card .title h3 {
	color: #1d9ba9;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.top .merit .card-list .card p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.top .merit .card-list .card p strong {
	color: #1d9ba9;
	font-weight: 700;
}

.top .merit .video-block .video-box {
	max-width: 741px;
	margin: 20px auto 0;
}

.top .merit .video-block .video-box iframe {
	border: none;
}

@media screen and (max-width: 767px) {
	.top .merit .card-list {
		grid-template-columns: 1fr;
	}

	.top .merit .video-block .video-box {
		max-width: 100%;
	}

	.top .merit .video-block .video-box iframe {
		width: 100%;
		height: 195px;
	}
}

/* reason */
.top .reason .content-block {
	display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.top .reason .intro {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

.top .reason .card-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.top .reason .card-list .card {
	margin-top: 42px;
	padding: 45px;
	position: relative;
	border-radius: 20px;
	border: 1px solid #1d9ba9;
	background: #fff;
}

.top .reason .card-list .card::before {
	content: "";
	position: absolute;
	top: -35px;
	left: 25px;
	width: 63px;
	height: 63px;
}

.top .reason .card-list .card:nth-child(1)::before {
	background: url(/-/media/ind/slm/image/step1.png) no-repeat center / contain;
}

.top .reason .card-list .card:nth-child(2)::before {
	background: url(/-/media/ind/slm/image/step2.png) no-repeat center / contain;
}

.top .reason .card-list .card:nth-child(3)::before {
	background: url(/-/media/ind/slm/image/step3.png) no-repeat center / contain;
}

.top .reason .card-list .card h3 {
	margin-bottom: 30px;

	color: #1d9ba9;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.top .reason .card-list .card p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.top .reason .button-area {
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
	.top .reason .card-list {
		grid-template-columns: 1fr;
	}
}

/* function */
.top .function {
	margin: 50px 0;
	background: #f4f4f4;
	position: relative;
}

.top .function .content-block {
	display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.top .function .intro {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.top .function .image-box {
	max-width: 840px;
	margin: 20px auto 0;
}

.top .function .image-box img {
	width: 100%;
}

.top .function .card-list {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.top .function .card-list .card {
	padding: 40px;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background: #fff;
	display: grid;
    grid-template-columns: 1fr;
	align-content: baseline;
    gap: 30px;
}

.top .function .card-list .card .title h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

.top .function .card-list .card .title .small {
	margin-top: 5px;

	color: #737373;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

.top .function .card-list .card .label-box {
	min-height: 78px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.top .function .card-list .card .label-box .label {
	height: 34px;
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #f5faeb;

	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

.top .function .card-list .card .content {
	min-height: 141px;
	padding-top: 30px;
	border-top: 1px solid #d9d9d9;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.top .function .card-list .card .button-area {
	display: flex;
    justify-content: center;
    align-items: center;
}

.top .function .button-area {
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
	.top .function::before {
		top: -48px;
	}

	.top .function .card-list {
		grid-template-columns: 1fr;
	}

	.top .function .card-list .card {
		padding: 2rem;
		gap: 1rem;
	}

	.top .function .card-list .card .label-box,
	.top .function .card-list .card .content {
		min-height: unset;
	}

	.top .function::after {
		bottom: -48px;
	}
}

/* use-case */
.top .use-case .content-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
}

.top .use-case .intro {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

.top .use-case .case-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.top .use-case .case-list .case {
	display: grid;
    grid-template-columns: 1fr;
	align-content: baseline;
    gap: 84px;
}

.top .use-case .case-list .case .card {
	border: 1px solid #d9d9d9;
	border-radius: 20px;;
}

.top .use-case .case-list .case .card .title {
	padding: 12px;
	border-radius: 20px 20px 0 0;
	border-bottom: 1px solid #d9d9d9;
}

.top .use-case .case-list .case .card .title p {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.top .use-case .case-list .case .card .content {
	padding: 30px 38px;
	display: grid;
    grid-template-columns: 1fr;
	align-content: baseline;
    gap: 25px;
}

.top .use-case .case-list .case .card .content h3 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.top .use-case .case-list .case .card .content .label-list {
	display: flex;
    align-items: center;
	gap: 10px;
}

.top .use-case .case-list .case .card .content .label-list .label {
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #f4f4f4;

	color: #4d4d4d;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

.top .use-case .case-list .case .card.problem .title {	
	background: #737373;
}

.top .use-case .case-list .case .card.problem .title p {
	color: #fff;
}

.top .use-case .case-list .case .card.problem .content {
	min-height: 270px;
}

.top .use-case .case-list .case .card.resolve {
	position: relative;
}

.top .use-case .case-list .case .card.resolve::before {
	content: "";
	position: absolute;
	top: calc(-30px - 33px + 6px);
	left: 50%;
	transform: translateX(-50%);
	width: 62px;
	height: 33px;
	background: url(/-/media/ind/slm/image/arrow_gray.png) no-repeat center / contain;
}

.top .use-case .case-list .case .card.resolve .title {	
	background: #f4f4f4;
}

.top .use-case .case-list .case .card.resolve .content {
	min-height: 211px;
}

.top .use-case .button-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.top .use-case .case-list {
		grid-template-columns: 1fr;
	}

	.top .use-case .case-list .case .card .content {
		padding: 2rem;
	}
}

/* price */
.top .price {
	background: #f4f4f4;
}

.top .price .content-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
}

.top .price .intro {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

.top .price .image-box {
	max-width: 1000px;
	margin: 0 auto;
}

.top .price .image-box img {
	width: 100%;
}

.top .price .text {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

.top .price .button-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* faq */
.top .faq .wrapper {
	max-width: 898px;
}

.top .faq .content-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
}

.top .faq .content-block .faq-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.top .faq .content-block .faq-list .faq-item {
	padding: 15px 30px;
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	background: #fff;
	cursor: pointer;
}

.top .faq .content-block .faq-list .faq-item .question {
	position: relative;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.top .faq .content-block .faq-list .faq-item .question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(/-/media/ind/slm/image/plus.png) no-repeat center / contain;
	transition: all .3s;
}

.top .faq .content-block .faq-list .faq-item.open .question::after {
	transform: translateY(-50%) rotate(135deg);
}

.top .faq .content-block .faq-list .faq-item .answer {
	display: none;
	margin-top: 20px;;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.top .faq .button-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.top .faq .content-block .faq-list .faq-item {
		padding: 1rem;
	}

	.top .faq .content-block .faq-list .faq-item .question {
		padding-right: 1rem;
		font-size: 1rem;
	}
}

/* column */
.top .column {
	background: #f4f4f4;
}

.top .column .wrapper {
	max-width: 1110px;
}

.top .column .content-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
}

.top .column .intro {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

.top .column .card-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.top .column .card-list .card {
	background: #fff;
	border-radius: 20px;
}

.top .column .card-list .card a:hover {
	text-decoration: none;
	opacity: .8;
}

.top .column .card-list .card .image-box {
	max-width: 540px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.top .column .card-list .card .image-box img {
	width: 100%;
	transition: all .3s;
}

.top .column .card-list .card a:hover .image-box img {
	transform: scale(1.05);
}

.top .column .card-list .card .content {
	padding: 25px;
	display: grid;
	grid-template-columns: 1fr;
	align-content: baseline;
	gap: 20px;
}

.top .column .card-list .card .content h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

.top .column .card-list .card .content p {
	color: #222;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

.top .column .card-list .card .content .date {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

.top .column .button-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.top .column .card-list {
		grid-template-columns: 1fr;
	}
}

/* download */
.top .download .content-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
}

.top .download .intro {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.44px;
}

.top .download .card-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.top .download .card-list .card {
	padding: 45px;
	display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background: #f5faeb;
}

.top .download .card-list .card .image-box {
	max-width: 310px;
	margin: 0 auto;
}

.top .download .card-list .card .image-box img {
	width: 100%;
}

.top .download .card-list .card h3 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

.top .download .card-list .card p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.top .download .button-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.top .download .card-list {
		grid-template-columns: 1fr;
	}

	.top .download .card-list .card {
		padding: 2rem;
	}
}

/*------------------------------------------
column-list
------------------------------------------*/

.column-list .column .wrapper {
	max-width: 1100px;
}

.column-list .column .column-list {
	display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.column-list .column .column-list .column {
	padding: 47px;
	display: grid;
    grid-template-columns: 414px 1fr;
    gap: 20px;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background: #f4f4f4;
}

.column-list .column .column-list .column .image-box {
	max-width: 414px;
	margin: 0 auto;
}

.column-list .column .column-list .column .image-box img {
	width: 100%;
}

.column-list .column .column-list .column .text-box {
	display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
}

.column-list .column .column-list .column .text-box h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.column-list .column .column-list .column .text-box p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.column-list .column .column-list .column .text-box .date {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {
	.column-list .column .column-list .column {
		padding: 1rem;
		grid-template-columns: 1fr;
	}

	.column-list .column .column-list .column .text-box .button-blue {
		margin: 0 auto;
	}
}

/*------------------------------------------
column
------------------------------------------*/

:root {
    --column-margin-bottom: 40px;

    --column-font-size-h1: 26px;
    --column-font-size-h2: 24px;
    --column-font-size-h3: 20px;
    --column-font-size-h4: 16px;

    --column-color-main: #AC020E;
    --column-color-sub: #91000A;
    --column-color-index: #666;
}

.column .column .wrapper {
    max-width: 800px;
}

.column .column .hedding-block h1 {
    text-align: center;
}

.column .column .hedding-block .release-date {
    font-size: 14px;
    color: #666;
    text-align: right;
}
.column .column .content-block .main_img {
    margin-bottom: var(--column-margin-bottom);
}
.column .column .content-block .main_img img {
    width: 100%;
}
.column .column .content-block .block_index {
  border: 1px solid var(--column-color-index);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: var(--column-margin-bottom);
}
.column .column .content-block .block_index a:link,
.column .column .content-block .block_index a:visited {
  color: var(--column-color-index);
}
.column .column .content-block .block_index a:hover {
    opacity: .8;
}
.column .column .content-block .block_index .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--column-color-index);
}
.column .column .content-block .block_index ol#index ol,
.column .column .content-block .block_index ol#index {
  list-style: none;
  margin: 0;
  margin-left: 0;
  padding: 0;
}
.column .column .content-block .block_index ol#index li {
  display: table;
  margin-top: 1em;
  font-weight: bold;
}
.column .column .content-block .block_index ol#index li li {
  font-weight: normal;
  padding-left: 2em;
}
.column .column .content-block .block_index ol#index li a {
  display: inline-block;
}
.column .column .content-block figure.image {
    margin: 0;
}
.column .column .content-block figure.image img {
    width: 100%;
    margin-bottom: var(--column-margin-bottom);
    border-radius: 8px;
}
.column .column .content-block h1 {
    font-size: var(--column-font-size-h1)!important;
}
.column .column .content-block h2 {
    padding: 0;
    margin: 0;
    padding-left: 1rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
    font-size: var(--column-font-size-h2)!important;
	font-weight: 700;
    position: relative;
}
.column .column .content-block h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    vertical-align: middle;
    background: linear-gradient(223deg, #7CC4CE -3.2%, #008496 100%);
}
.column .column .content-block h3 {
    padding: 0;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    font-size: var(--column-font-size-h3)!important;
    color: #333!important;
    position: relative;
}
.column .column .content-block h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 5px;
    background: linear-gradient(223deg, #7CC4CE -3.2%, #008496 100%);
}
.column .column .content-block h4 {
    padding: 0;
    margin: 0;
    padding-left: 1rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: var(--column-font-size-h4)!important;
    background: #fff;
    position: relative;
}
.column .column .content-block h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 10px;
    height: 5px;
    background: linear-gradient(223deg, #7CC4CE -3.2%, #008496 100%);
}
.column .column .content-block p {
    margin-bottom: var(--column-margin-bottom);
    font-size: 1rem;
    line-height: 2;
}
.column .column .content-block p:last-child {
    margin-bottom: 0;
}
.column .column .content-block .table-block {
    width: 80%;
    margin: 0 auto var(--column-margin-bottom);
}
.column .column .content-block .table-block table {
    width: 100%
}
.column .column .content-block .table-block table th,
.column .column .content-block .table-block table td {
    border: 1px solid #ddd;
}
.column .column .content-block .source {
    font-size: .8rem;
}
.column .column .content-block .list-block {
    margin-bottom: var(--column-margin-bottom);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.column .column .content-block .list-block:last-child {
    margin-bottom: 0;
}
.column .column .content-block .list-block p {
    margin-bottom: 0;
}
.column .column .content-block .list-block ul {
    padding-left: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
}
.column .column .content-block .list-block ul li {
    list-style: disc;
}

.column .column .column-cta {
	margin-top: 60px;
	padding: 30px 36px;
	display: grid;
    grid-template-columns: 358px 1fr;
    gap: 38px;
	border-radius: 20px;
	border: 1px solid #b3b3b3;
	background: #f4f4f4;
}

.column .column .column-cta .image-box {
	max-width: 358px;
	margin: 0 auto;
}

.column .column .column-cta .image-box img {
	width: 100%;
}

.column .column .column-cta .content {
	display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
	text-align: center;
}

.column .column .column-cta .content .pr {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.column .column .column-cta .content h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.column .column .column-cta .content .button-area {
	display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.column .column .column-cta .content .button-area p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
}

.column .column .column-cta .content .button-area a {
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
    .column .column .hedding-block h1 {
        font-size: 2rem;
    }

    .column .column .hedding-block .release-date {
        margin-top: 3rem;
    }

    .column .column .content-block .block_index {
        padding: 2rem 1rem;
        font-size: .8rem;
    }

    .column .column .content-block .table-block {
        width: 100%;
    }

	.column .column .column-cta {
		padding: 2rem 1rem;
		grid-template-columns: 1fr;
	}
}


/*------------------------------------------
scroll-hint
------------------------------------------*/

@media screen and (max-width: 767px) {
	.image-box.js-scroll-hint {
		width: calc(100vw - (20px * 2));
	}
	.image-box.js-scroll-hint img {
        max-width: 1000px!important;
        width: 1000px!important;
    }
}

@keyframes scroll-hint-appear {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50%,
    100% {
        transform: translateX(-40px);
        opacity: 0;
    }
}

.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: auto;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px 10px;
}

.implementation .step .scroll-hint-icon {
	top: 230px;
}

.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
}

.scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8;
}

.scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
}

.scroll-hint-icon-white {
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
    color: #000;
}

.scroll-hint-shadow-wrap {
    position: relative;
}

.scroll-hint-shadow-wrap::after {
    content: "";
    width: 20px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
    content: "";
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after
 {
    opacity: 1;
    visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before
 {
    opacity: 1;
    visibility: visible;
}