@charset "UTF-8";
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes topScroll {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-25%, 0, 0);
	}
}
@keyframes topScrollRev {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(25%, 0, 0);
	}
}
.priv {}
.priv_inner {
	max-width: 590px;
	margin: 0 auto;
}
.priv_title {}
.priv_message {
	margin-bottom: 94px;
}
.priv_cell {
	margin-bottom: 22px;
}
.priv_cell:last-child {
	margin-bottom: 0;
}
.priv_headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 2px;
}
.priv_text {}
.priv_infoList {
	list-style: none;
}
.priv_infoList > li {}
.priv_infoList > li > a {
	text-decoration: none;
	color: inherit;
}
.thanks {}
.thanks_title {}
.thanks_text {
	text-align: center;
	line-height: 2.5;
}
.thanks_link {
	max-width: 311px;
	margin: 146px auto 0;
}
.thanks_link > a {}
.aboutUs {}
.aboutUs_title {
	margin-bottom: 44px;
}
.aboutUs_headline {
	margin-bottom: 15px;
}
.aboutUs_message {
	text-align: center;
	line-height: 2.57;
	margin-bottom: 190px;
}
.philo {
	margin-bottom: 200px;
}
.philo_cell {
	margin-bottom: 220px;
}
.philo_cell:last-child {
	margin-bottom: 0;
}
.philo_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.philo_cols-rev {
	flex-direction: row-reverse;
}
.philo_col {}
.philo_col-img {
	width: calc(100% - 550px);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.philo_col-imgRev {
	display: block;
}
.philo_image {
	width: 725px;
	margin-right: -230px;
}
.philo_image-rev {
	margin-left: -230px;
}
.philo_image > img {
	display: block;
}
.philo_col-txt {
	width: 490px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}
.philo_col-txtRev {
	width: 520px;
}
.philo_title {
	font-size: 28px;
	font-weight: 600;
	color: var(--color-blue);
	text-align: right;
	line-height: 1.75;
	margin-bottom: 27px;
}
.philo_title-rev {
	text-align: left;
}
.philo_title_main {}
.philo_title_sub {
	font-size: 12px;
	margin-left: 15px;
	font-weight: 600;
	font-family: var(--font-udkakugo);
}
.philo_msgBox {
	background-color: var(--color-blue);
	padding: 33px 30px;
	position: relative;
}
.philo_msgBox-right {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 0;
}
.philo_msgBox-left {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 0;
}
.philo_msgBox-right::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	background-color: var(--color-blue);
}
.philo_msgBox-left::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100vw;
	background-color: var(--color-blue);
}
.philo_message {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-white);
}
.aboutUs_arrow {}
.aboutUs_arrow > img {}
.aboutUs_link {
	max-width: 350px;
	margin: 60px auto 0;
}
.aboutUs_link > a {}
.comp {}
.comp_areaTbl {
	margin-bottom: 15px;
}
.comp_table {}
.comp_table > tbody {}
.comp_table > tbody > tr {}
.comp_table > tbody > tr > th {
	position: relative;
}
.comp_table > tbody > tr > td {}
.comp_table > tbody > tr > td > a {
	color: var(--color-blue);
}
.comp_tblList {
	list-style: none;
}
.comp_tblList > li {}
.comp_tblOList {
	list-style: none;
	margin-top: 5px;
}
.comp_tblOList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.comp_cell {
	position: relative;
}
.comp_title {
	font-size: 14px;
	font-weight: bold;
	color: var(--color-blue);
	margin-bottom: 54px;
}
.comp_chart {}
.comp_chart > img {
	display: block;
}
.his {}
.his_tblWrap {}
.his_table {
	width: 100%;
	line-height: 2.57;
}
.his_table > tbody {}
.his_table > tbody > tr {
	position: relative;
}
.his_table > tbody > tr::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: var(--color-baby-blue);
	position: absolute;
	top: 28px;
	left: 0;
}
.his_table > tbody > tr:last-child::before {
	height: 0;
}
.his_table > tbody > tr > th {
	font-weight: bold;
	color: var(--color-blue);
	padding: 10px 10px;
	padding-left: 0;
	width: 110px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}
.his_table_years {
	position: relative;
	padding-left: 28px;
}
.his_table_years::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: var(--color-blue);
	border-radius: 50%;
	position: absolute;
	top: 1.285em;
	transform: translate(-50%, -50%);
	left: 1px;
}
.his_table > tbody > tr > td {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
}
.serv {
	margin-bottom: 73px;
}
.serv:last-child {
	margin-bottom: 0;
}
.serv_title {
	text-align: left;
}
.serv_cells {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	row-gap: 15px;
}
.serv_cell {}
.serv_cell > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.servItem {
	background-color: var(--color-back);
	border-radius: 5px;
	padding: 30px 15px 11px;
	padding-right: 21px;
	box-sizing: border-box;
	height: 100%;
	position: relative;
}
.servItem-wide {
	padding: 18px 60px 18px;
}
.servItem_cols {
	display: flex;
	flex-direction: column-reverse;
}
.servItem_cols-rev {}
.servItem_col {}
.servItem_col-txt {
	padding-right: 13px;
}
.servItem_number {
	font-size: 20px;
	font-weight: 500;
	color: var(--color-baby-blue);
	font-style: italic;
	line-height: 1.4;
}
.servItem_number-spRight {}
.servItem_headline {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-blue);
	line-height: 1.71;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}
.servItem_headline:last-child {
	margin-bottom: 0;
}
.servItem_col-img {
	max-width: 130px;
	margin-left: auto;
}
.servItem_col-imgRev {}
.servItem_icon {
	transition-duration: .3s;
	transition-property: opacity;
}
.servItem_icon > img {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}
.servItem_circle {
	width: 37px;
	height: 37px;
	background-color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 10px;
}
.servItem_circle-rev {}
.servItem_wideCols {
	display: flex;
	max-width: 638px;
	justify-content: space-between;
	align-items: center;
}
.servItem_wideCol {}
.servItem_wideCol-txt {
	width: calc(100% - 231px);
}
.servItem_list {
	list-style: none;
	padding-left: 1em;
}
.servItem_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.servItem_wideCol-img {
	width: 201px;
}
.servItem_image {
	transition-duration: .3s;
	transition-property: opacity;
	overflow: hidden;
	border-radius: 5px;
}
.servItem_image > img {
	display: block;
}
.servNav {
	margin-bottom: 47px;
}
.servNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
}
.servNav_list > li {}
.servNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	color: var(--color-blue);
	border: 1px solid var(--color-blue);
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	font-family: var(--font-udkakugo);
	line-height: 1.2;
	padding: 5px 14px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.servNav_list > li > a[aria-current="page"] {
	background-color: var(--color-blue);
	color: var(--color-white);
}
.servDtl {}
.servDtl_mainFig {
	margin-bottom: 67px;
}
.servDtl_mainFig > img {
	display: block;
	margin: 0 auto;
}
.servDtl_mainFig > figcaption {
	text-align: center;
	margin-top: 30px;
	line-height: 2.1;
}
.servDtl_title {}
.servDtl_cell {
	background-color: var(--color-back);
	border-radius: 5px;
	padding: 30px 20px;
	margin-bottom: 25px;
}
.servDtl_cell:last-child {
	margin-bottom: 0;
}
.servDtl_cell_inner {
	max-width: 650px;
	margin: 0 auto;
}
.servDtl_headline {
	text-align: left;
	margin-bottom: 10px;
}
.servDtl_text {}
.servDtl_list {
	list-style: none;
}
.servDtl_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.servType {
	margin-bottom: 45px;
}
.servType:last-child {
	margin-bottom: 0;
}
.servType_contents {
	border: 1px solid var(--color-blue);
	border-radius: 5px;
	padding-top: 39px;
	overflow: hidden;
}
.servType_contents-pad {
	padding-bottom: 30px;
}
.servType_txt {
	max-width: 720px;
	margin: 0 auto 33px;
	padding: 0 20px;
	box-sizing: border-box;
}
.servType_txt:last-child {
	margin-bottom: 0;
}
.servType_title {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-blue);
	line-height: 1.5;
	margin-bottom: 20px;
}
.servType_title_number {
	display: none;
}
.servType_title_main {
	display: block;
	font-family: var(--font-udkakugo);
}
.servType_text {
	line-height: 1.9;
	margin-bottom: 25px;
}
.servType_text:last-child {
	margin-bottom: 0;
}
.servType_headline {
	font-size: 14px;
	color: var(--color-blue);
	line-height: 1.5;
	margin-bottom: 10px;
}
.servType_strengthList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.servType_strengthList > li {
	border-left: 1px solid var(--color-line-gray);
	padding: 0 10px;
}
.servType_strengthList > li:nth-child(3n+1) {
	border-left: none;
}
.servType_areaTxt {
	max-width: 185px;
	margin: 0 auto 10px;
	padding-top: 10px;
}
.servType_fig {
	margin-bottom: 8px;
}
.servType_fig_img {}
.servType_fig_img > img {
	display: block;
	margin: 0 auto;
}
.servType_fig > figcaption {
	text-align: center;
	font-weight: bold;
	color: var(--color-blue);
	font-size: 13px;
}
.servType_listTxt {
	font-size: 12px;
}
.servType_prod {
	background-color: var(--color-back);
	padding: 20px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.servType_prodCols {
	display: flex;
	max-width: 680px;
	margin: 0 auto;
	line-height: 1.5;
	justify-content: space-between;
}
.servType_prodCol {}
.servType_prodCol-ttl {
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
	margin-right: 15px;
	padding-right: 15px;
}
.servType_prodCol-ttl::after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: currentColor;
	position: absolute;
	left: 100%;
	top: 3px;
}
.servType_subhead {
	font-size: 13px;
	font-weight: 500;
}
.servType_prodCol-txt {
	width: calc(100% - 105px);
}
.servType_listTitle {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}
.servType_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 15px;
}
.servType_list:last-child {
	margin-bottom: 0;
}
.servType_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.servType_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.servType_col {}
.servType_col-txt {
	width: calc(100% - 227px);
	max-width: 420px;
}
.servType_col-img {
	width: 207px;
}
.servType_image {
	border-radius: 10px;
	overflow: hidden;
}
.servType_image > img {
	display: block;
}
.cloudSlide {
	overflow: visible;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-delay: .2s;
	transition-property: opacity, visibility;
}
.cloudSlide.swiper-horizontal {
	opacity: 1;
	visibility: visible;
}
.cloudSlide_item {
	background-color: var(--color-back);
	border-radius: 5px;
	padding: 28px 20px;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.cloudSlide_slide {
	top: 20px;
	width: 505px;
	height: auto;
	transition-duration: .3s;
	transition-property: top;
	position: relative;
}
.cloudSlide_slide.swiper-slide-active {
	top: 0;
}
.cloudSlide_title {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 13px;
	color: var(--color-blue);
}
.cloudSlide_cols {
	display: flex;
	flex-direction: row-reverse;
	max-width: 450px;
	margin: 0 auto;
	justify-content: space-between;
}
.cloudSlide_col {}
.cloudSlide_col-img {
	width: 180px;
	padding-top: 30px;
}
.cloudSlide_image {
	border-radius: 10px;
	overflow: hidden;
}
.cloudSlide_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cloudSlide_col-txt {
	width: calc(100% - 200px);
	max-width: 245px;
	font-size: 12px;
}
.cloudSlide_headline {
	font-size: 14px;
	color: var(--color-blue);
	font-weight: bold;
	border-bottom: 1px solid currentColor;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.cloudSlide_text {
	margin-bottom: 12px;
}
.cloudSlide_text:last-child {
	margin-bottom: 0;
}
.cloudSlide_list {
	list-style: none;
}
.cloudSlide_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.mainVis {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 622px;
	height: 56.25vw;
	max-height: 1080px;
}
.mainVis_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.mainVis_bg_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVis_inner {
	position: relative;
	z-index: 2;
	width: 100%;
}
.mainVis_title {
	color: var(--color-white);
	font-size: 68px;
	font-weight: bold;
	font-family: var(--font-udkakugo);
	text-align: center;
	line-height: 1.5;
}
.topIntro {
	margin-bottom: 330px;
}
.topIntro_inner {}
.topIntro_title {
	font-size: 60px;
	font-weight: bold;
	color: var(--color-blue);
	line-height: 1.5;
	padding: 0 30px;
	max-width: 1200px;
	margin: 0 auto;
	white-space: nowrap;
}
.topIntro_title_first {
	display: block;
	text-align: left;
}
.topIntro_title_last {
	display: block;
	text-align: right;
}
.topIntro_arrow {
	margin-top: 90px;
	margin-bottom: 60px;
}
.topIntro_arrow > img {}
.topIntro_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.topIntro_col {}
.topIntro_col-txt {
	width: calc(100% - 331px);
	max-width: 640px;
	padding-bottom: 141px;
}
.topIntro_text {
	font-size: 24px;
	line-height: 2;
	margin-bottom: 49px;
}
.topIntro_text:last-child {
	margin-bottom: 0;
}
.topIntro_col-nav {
	width: 311px;
}
.topIntro_headline {
	text-align: left;
	margin-bottom: 15px;
}
.topIntro_list {
	list-style: none;
}
.topIntro_list > li {
	margin-top: 14px;
}
.topIntro_list > li:first-child {
	margin-top: 0;
}
.topIntro_list > li > a {
	justify-content: flex-start;
	padding-left: 30px;
}
.topProblem {
	position: relative;
	margin-bottom: 90px;
}
.topProblem_subTitle {}
.topProblem_subTitle_main {
	-ms-writing-mode: tb-rl;
}
.topProblem_inner {}
.topProblem_title {
	position: absolute;
	top: 52px;
	z-index: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.topProblem_cloud {
	max-width: 508px;
	margin: 0 auto 64px;
	position: relative;
}
.topProblem_cloud_image {
	position: relative;
}
.topProblem_cloud_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topProblem_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 65px;
	margin-bottom: 70px;
}
.topProblem_list > li {}
.topProblem_fig {}
.topProblem_fig > img {
	display: block;
	margin: 0 auto;
}
.topProblem_fig > figcaption {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}
.topProblem_fig > figcaption > b {
	font-size: 123%;
	font-weight: bold;
	color: var(--color-blue);
	line-height: 1.5;
}
.topProblem_arrow {}
.topProblem_arrow > img {
	display: block;
}
.topSolution {
	position: relative;
	margin-bottom: 109px;
}
.topSolution_subTitle {}
.topSolution_inner {}
.topSolution_title {
	text-align: center;
}
.topSolution_title_main {
	background-image: linear-gradient(to top, var(--color-yellow) 15px, rgba(255, 255, 255, 0) 15px);
	padding-left: 10px;
	padding-right: 10px;
	box-decoration-break: clone;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.topSolution_cell {
	margin-bottom: 60px;
}
.topSolution_cell:last-child {
	margin-bottom: 0;
}
.topSolution_cells {
	margin-bottom: 130px;
}
.topSolution_numberWrap {
	display: flex;
	justify-content: flex-end;
}
.topSolution_numberWrap-rev {
	justify-content: flex-start;
}
.topSolution_number {
	font-size: 36px;
	font-family: var(--font-udkakugo);
	line-height: 1;
	font-weight: 600;
	color: var(--color-blue);
	position: relative;
	z-index: 2;
	margin-bottom: -10px;
}
.topSolution_number_text {
	display: block;
	position: relative;
	z-index: 1;
}
.topSolution_number_text-stroke {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	-webkit-text-stroke: 4px var(--color-back);
}
.topSolution_cell_box {
	padding: 45px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.topSolution_cell_box::before {
	content: "";
	display: block;
	background-color: var(--color-back);
	height: 100%;
	width: 200vw;
	position: absolute;
	top: 0;
	border-radius: 5px;
	z-index: 0;
	box-shadow: 5px 8px 14px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.topSolution_cell_box-left {}
.topSolution_cell_box-left::before {
	right: 0;
}
.topSolution_cell_box-right {}
.topSolution_cell_box-right::before {
	left: 0;
}
.topSolution_cell_box_inner {
	max-width: 914px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.topSolution_headline {
	font-size: 24px;
	font-family: var(--font-udkakugo);
	color: var(--color-blue);
	font-weight: 600;
}
.topSolution_headline > b {
	display: block;
	font-size: 125%;
	font-weight: inherit;
}
.topSolution_image {
	border-radius: 30px;
	overflow: hidden;
	max-width: 500px;
}
.topSolution_image-rev {
	margin-left: auto;
}
.topSolution_image > img {
	display: block;
}
.topSolution_link {
	max-width: 280px;
}
.topSolution_link-wide {
	max-width: 330px;
}
.topSolution_link > a {
	padding-left: 16px;
	font-size: 14px;
	justify-content: flex-start;
	text-align: left;
}
.topSolution_cols {
	display: grid;
	grid-template-columns: 1fr 370px;
	column-gap: 20px;
	row-gap: 22px;
}
.topSolution_cols-rev {
	direction: rtl;
}
.topSolution_col {
	direction: ltr;
}
.topSolution_col-txt {
	order: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.topSolution_col-img {
	order: 0;
	grid-row: span 2;
}
.topSolution_col-link {
	order: 2;
}
.topSolution_arrow {}
.topSolution_arrow > img {
	display: block;
}
.silverstarNav {
	margin-top: 120px;
}
.silverstarNav_inner {}
.silverstarNav_link {}
.silverstarNav_link > a {
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.silverstarNav_link > a > img {
	display: block;
	margin: 0 auto;
}
.form {
	max-width: 600px;
	margin: 0 auto;
}
.form_title {}
.form_field {
	margin-bottom: 29px;
}
.form_label {
	display: block;
	margin-bottom: 5px;
}
.form_input {}
.form_agree {
	margin-top: 25px;
}
.form_agree a {
	color: var(--color-blue);
}
.form_btn {
	max-width: 310px;
	margin: 80px auto 0;
}
.form_btn_loading {
	position: absolute;
	font-size: 22px;
	width: 1em;
	height: 1em;
	margin: auto;
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-play-state: paused;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
[data-status="submitting"] .form_btn {
	pointer-events: none;
	font-size: 0;
}
[data-status="submitting"] .form_btn_loading {
	opacity: 1;
	visibility: visible;
	animation-play-state: running;
}
.wpcf7-not-valid-tip {
	color: #C30A14;
	font-weight: normal;
	display: block;
	display: inline-block;
	vertical-align: baseline;
	margin-top: 1px;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	padding: 20px 20px;
	margin-top: 35px;
	display: none;
}
[data-status="spam"] .wpcf7-response-output,
[data-status="invalid"] .wpcf7-response-output {
	color: #d34226;
	background-color: #ffdfdf;
	border-color: rgba(211, 66, 38, 0.44);
	display: block;
}
[data-status="sent"] .wpcf7-response-output {
	display: block;
}
.form_policy {
	font-size: 12px;
}
.wpcf7-list-item {
	display: block;
}
.wpcf7-list-item > label {
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 6px 0;
}
.wpcf7-list-item > label > [type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.wpcf7-list-item-label {
	display: block;
	position: relative;
	line-height: 22px;
	padding-left: 22px;
}
[type="checkbox"] + .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid var(--color-text);
	border-radius: 0;
	position: absolute;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	box-sizing: border-box;
	top: 11px;
	left: 0;
	transform: translateY(-50%);
}
[type="checkbox"] + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fff' stroke-width='3px' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2.01 9.25 5.84 12.82 13.99 3.18'/%3E%3C/svg%3E");
	width: 10px;
	height: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 11px;
	transform: translateY(-50%);
	left: 3px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control {
	display: block;
}
.comp_anchor {
	position: absolute;
	height: 1px;
	width: 100%;
	top: -80px;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.error {}
.error_title {}
.error_text {
	text-align: center;
}
.error_link {
	max-width: 300px;
	margin: 20px auto 0;
}
.error_link > a {}
.cloudSlide_wrapper {}
.cloudSlide .cloudSlide_pagination {
	position: static;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 11px;
	margin-top: 20px;
}
.cloudSlide .cloudSlide_pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	margin: 0;
	background-color: var(--color-baby-blue);
	opacity: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.cloudSlide .cloudSlide_pagination .swiper-pagination-bullet-active {
	background-color: var(--color-blue);
}
.topService {
	background-color: var(--color-back);
	padding: 54px 0 85px;
	position: relative;
}
.topService_title {
	margin-bottom: 54px;
}
.topService_subTitle {
	top: -120px;
}
.topService_item {}
.topService_item > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.topService_image {
	position: relative;
	padding-bottom: 53.33%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	overflow: hidden;
}
.topService_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .4s;
	transition-property: transform;
}
.topService_text {
	min-height: 60px;
	background-color: var(--color-blue);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 25px;
	box-sizing: border-box;
	position: relative;
	line-height: 1.2;
}
.topService_text_circle {
	width: 28px;
	height: 28px;
	background-color: var(--color-white);
	border-radius: 50%;
	color: var(--color-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.topService_swiper {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}
.topService_swiper:last-child {
	margin-bottom: 0;
}
.topService_swiper_wrapper {}
.topService_swiper .topService_swiper_wrapper {}
.topService_swiper_slide {
	width: 450px;
}
.topService_scroll {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 45px;
}
.topService_scroll:last-child {
	margin-bottom: 0;
}
.topService_scroll-rev {
	align-items: flex-end;
}
.topService_scroll_wrapper {
	display: flex;
	animation-name: topScroll;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: var(--scroll-speed);
}
.topService_scroll_wrapper.isPaused {
	animation-play-state: paused;
}
.topService_scroll_wrapper-rev {
	animation-name: topScrollRev;
}
.topService_scroll_slide {
	width: 450px;
	margin-right: 40px;
}
.topProblem_list_num {
	display: none;
}
.topProblem_list_num_inner {}
.philo_titleWrap {}
.philo_title-shadow {
	display: none;
}
@media screen and (max-width:1099px) {
	.topIntro_text {
		font-size: 2.184vw;
	}
	.topIntro_title {
		font-size: 5.46vw;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.topService_item > a:hover {}
	a:hover .topService_image > img {
		transform: scale(1.05);
	}
	.topService_item > a:hover {}
	.cloudSlide .cloudSlide_pagination .swiper-pagination-bullet:hover {
		background-color: var(--color-blue);
	}
	.topIntro_list > li > a:hover {}
	.topSolution_link > a:hover {}
	.silverstarNav_link > a:hover {
		opacity: 0.8;
	}
	.form_btn:hover {}
	.comp_table > tbody > tr > td > a:hover {
		text-decoration: none;
	}
	.serv_cell > a:hover {}
	a:hover .servItem_icon {
		opacity: 0.8;
	}
	a:hover .servItem_image {
		opacity: 0.8;
	}
	.servNav_list > li > a:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.priv_infoList > li > a:hover {
		color: var(--color-blue);
		text-decoration: underline;
	}
	.thanks_link > a:hover {}
	.aboutUs_link > a:hover {}
}
@media screen and (max-width: 999px) {
	.priv {}
	.priv_inner {}
	.priv_title {}
	.priv_message {
		margin-bottom: 74px;
	}
	.priv_cell {}
	.priv_cell:last-child {}
	.priv_headline {}
	.priv_text {}
	.priv_infoList {}
	.priv_infoList > li {}
	.priv_infoList > li > a {}
	.thanks {}
	.thanks_title {}
	.thanks_text {}
	.thanks_link {
		margin-top: 90px;
	}
	.thanks_link > a {}
	.aboutUs {}
	.aboutUs_title {}
	.aboutUs_headline {}
	.aboutUs_message {
		margin-bottom: 130px;
	}
	.philo {
		margin-bottom: 170px;
	}
	.philo_cell {
		margin-bottom: 160px;
	}
	.philo_cell:last-child {}
	.philo_cols {}
	.philo_cols-rev {}
	.philo_col {}
	.philo_col-img {}
	.philo_col-imgRev {}
	.philo_image {
		margin-right: -310px;
	}
	.philo_image-rev {
		margin-right: 0;
		margin-left: -310px;
	}
	.philo_image > img {}
	.philo_col-txt {}
	.philo_col-txtRev {}
	.philo_title {
		text-shadow: 0px 0px 0px black;
	}
	.philo_title-rev {}
	.philo_title_main {}
	.philo_title_sub {}
	.philo_msgBox {}
	.philo_msgBox-right {}
	.philo_msgBox-left {}
	.philo_msgBox-right::after {}
	.philo_msgBox-left::before {}
	.philo_message {}
	.aboutUs_arrow {}
	.aboutUs_arrow > img {}
	.aboutUs_link {}
	.aboutUs_link > a {}
	.comp {}
	.comp_areaTbl {}
	.comp_table {}
	.comp_table > tbody {}
	.comp_table > tbody > tr {}
	.comp_table > tbody > tr > th {}
	.comp_table > tbody > tr > td {}
	.comp_table > tbody > tr > td > a {}
	.comp_tblList {}
	.comp_tblList > li {}
	.comp_tblOList {}
	.comp_tblOList > li {}
	.comp_cell {}
	.comp_title {
		margin-bottom: 34px;
	}
	.comp_chart {}
	.comp_chart > img {}
	.his {}
	.his_tblWrap {}
	.his_table {}
	.his_table > tbody {}
	.his_table > tbody > tr {}
	.his_table > tbody > tr::before {}
	.his_table > tbody > tr:last-child::before {}
	.his_table > tbody > tr > th {}
	.his_table_years {}
	.his_table_years::before {}
	.his_table > tbody > tr > td {}
	.serv {}
	.serv:last-child {}
	.serv_title {}
	.serv_cells {
		column-gap: 10px;
		row-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		max-width: 540px;
		margin: 0 auto;
	}
	.serv_cell {}
	.serv_cell > a {}
	.servItem {
		padding: 25px 20px 12px;
	}
	.servItem-wide {
		padding: 20px;
	}
	.servItem_cols {}
	.servItem_cols-rev {}
	.servItem_col {}
	.servItem_col-txt {
		padding-right: 25px;
	}
	.servItem_number {}
	.servItem_number-spRight {}
	.servItem_headline {}
	.servItem_headline:last-child {}
	.servItem_col-img {
		width: 100px;
		margin-left: 0;
	}
	.servItem_col-imgRev {}
	.servItem_icon {}
	.servItem_icon > img {}
	.servItem_circle {}
	.servItem_circle-rev {}
	.servItem_wideCols {}
	.servItem_wideCol {}
	.servItem_wideCol-txt {}
	.servItem_list {}
	.servItem_list > li {}
	.servItem_wideCol-img {}
	.servItem_image {}
	.servItem_image > img {}
	.servNav {}
	.servNav_list {}
	.servNav_list > li {}
	.servNav_list > li > a {}
	.servNav_list > li > a[aria-current="page"] {}
	.servDtl {}
	.servDtl_mainFig {}
	.servDtl_mainFig > img {}
	.servDtl_mainFig > figcaption {}
	.servDtl_title {}
	.servDtl_cell {}
	.servDtl_cell:last-child {}
	.servDtl_cell_inner {}
	.servDtl_headline {}
	.servDtl_text {}
	.servDtl_list {}
	.servDtl_list > li {}
	.servType {}
	.servType:last-child {}
	.servType_contents {}
	.servType_contents-pad {}
	.servType_txt {}
	.servType_txt:last-child {}
	.servType_title {}
	.servType_title_number {}
	.servType_title_main {}
	.servType_text {}
	.servType_text:last-child {}
	.servType_headline {}
	.servType_strengthList {}
	.servType_strengthList > li {
		border-left: none;
	}
	.servType_strengthList > li:nth-child(3n + 1) {}
	.servType_areaTxt {}
	.servType_fig {}
	.servType_fig_img {}
	.servType_fig_img > img {}
	.servType_fig > figcaption {}
	.servType_listTxt {}
	.servType_prod {}
	.servType_prodCols {}
	.servType_prodCol {}
	.servType_prodCol-ttl {}
	.servType_prodCol-ttl::after {}
	.servType_subhead {}
	.servType_prodCol-txt {}
	.servType_listTitle {}
	.servType_list {}
	.servType_list:last-child {}
	.servType_list > li {}
	.servType_cols {}
	.servType_col {}
	.servType_col-txt {}
	.servType_col-img {}
	.servType_image {}
	.servType_image > img {}
	.cloudSlide {}
	.cloudSlide.swiper-horizontal {}
	.cloudSlide_item {}
	.cloudSlide_slide {}
	.cloudSlide_slide.swiper-slide-active {}
	.cloudSlide_title {}
	.cloudSlide_cols {}
	.cloudSlide_col {}
	.cloudSlide_col-img {}
	.cloudSlide_image {}
	.cloudSlide_image > img {}
	.cloudSlide_col-txt {}
	.cloudSlide_headline {}
	.cloudSlide_text {}
	.cloudSlide_text:last-child {}
	.cloudSlide_list {}
	.cloudSlide_list > li {}
	.mainVis {
		min-height: 500px;
	}
	.mainVis_bg {}
	.mainVis_bg_img {}
	.mainVis_inner {}
	.mainVis_title {}
	.topIntro {
		margin-bottom: 150px;
	}
	.topIntro_inner {}
	.topIntro_title {}
	.topIntro_title_first {}
	.topIntro_title_last {}
	.topIntro_arrow {
		max-width: 70px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.topIntro_arrow > img {}
	.topIntro_cols {
		display: block;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.topIntro_col {}
	.topIntro_col-txt {
		width: auto;
		max-width: none;
		padding-bottom: 0;
		margin-bottom: 40px;
	}
	.topIntro_text {
		font-size: 18px;
		margin-bottom: 2em;
	}
	.topIntro_text:last-child {}
	.topIntro_col-nav {
		margin-left: auto;
	}
	.topIntro_headline {}
	.topIntro_list {}
	.topIntro_list > li {}
	.topIntro_list > li:first-child {}
	.topIntro_list > li > a {}
	.topProblem {}
	.topProblem_subTitle {}
	.topProblem_subTitle_main {}
	.topProblem_inner {}
	.topProblem_title {}
	.topProblem_cloud {}
	.topProblem_cloud_image {}
	.topProblem_cloud_image > img {}
	.topProblem_list {
		column-gap: 20px;
		margin-bottom: 50px;
	}
	.topProblem_list > li {}
	.topProblem_fig {}
	.topProblem_fig > img {}
	.topProblem_fig > figcaption {}
	.topProblem_fig > figcaption > b {}
	.topProblem_arrow {
		max-width: 70px;
	}
	.topProblem_arrow > img {}
	.topSolution {
		margin-bottom: 70px;
	}
	.topSolution_subTitle {}
	.topSolution_inner {}
	.topSolution_title {}
	.topSolution_title_main {}
	.topSolution_cell {}
	.topSolution_cell:last-child {}
	.topSolution_cells {
		margin-bottom: 70px;
	}
	.topSolution_numberWrap {}
	.topSolution_numberWrap-rev {}
	.topSolution_number {}
	.topSolution_number_text {}
	.topSolution_number_text-stroke {}
	.topSolution_cell_box {}
	.topSolution_cell_box::before {}
	.topSolution_cell_box-left {}
	.topSolution_cell_box-left::before {}
	.topSolution_cell_box-right {}
	.topSolution_cell_box-right::before {}
	.topSolution_cell_box_inner {}
	.topSolution_headline {
		font-size: 20px;
	}
	.topSolution_headline > b {}
	.topSolution_image {
		border-radius: 15px;
	}
	.topSolution_image-rev {}
	.topSolution_image > img {}
	.topSolution_link {}
	.topSolution_link-wide {}
	.topSolution_link > a {}
	.topSolution_cols {}
	.topSolution_cols-rev {}
	.topSolution_col {}
	.topSolution_col-txt {}
	.topSolution_col-img {}
	.topSolution_col-link {}
	.topSolution_arrow {
		max-width: 70px;
	}
	.topSolution_arrow > img {}
	.silverstarNav {
		margin-top: 80px;
	}
	.silverstarNav_inner {}
	.silverstarNav_link {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.silverstarNav_link > a {}
	.silverstarNav_link > a > img {}
	.form {}
	.form_title {}
	.form_field {}
	.form_label {}
	.form_input {}
	.form_agree {}
	.form_agree a {}
	.form_btn {}
	.form_btn_loading {}
	[data-status="submitting"] .form_btn {}
	[data-status="submitting"] .form_btn_loading {}
	.wpcf7-not-valid-tip {}
	.screen-reader-response {}
	.wpcf7-response-output {}
	[data-status="spam"] .wpcf7-response-output,
	[data-status="invalid"] .wpcf7-response-output {}
	[data-status="sent"] .wpcf7-response-output {}
	.form_policy {}
	.wpcf7-list-item {}
	.wpcf7-list-item > label {}
	.wpcf7-list-item > label > [type="checkbox"] {}
	.wpcf7-list-item-label {}
	[type="checkbox"] + .wpcf7-list-item-label::before {}
	[type="checkbox"] + .wpcf7-list-item-label::after {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-form-control-wrap {}
	.wpcf7-form-control {}
	.comp_anchor {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.cloudSlide_wrapper {}
	.cloudSlide .cloudSlide_pagination {}
	.cloudSlide .cloudSlide_pagination .swiper-pagination-bullet {}
	.cloudSlide .cloudSlide_pagination .swiper-pagination-bullet-active {}
	.topService {}
	.topService_title {}
	.topService_subTitle {}
	.topService_item {}
	.topService_item > a {}
	.topService_image {}
	.topService_image > img {}
	.topService_text {}
	.topService_text_circle {}
	.topService_swiper {
		max-height: none;
		visibility: visible;
		pointer-events: auto;
		margin-top: 30px;
	}
	.topService_swiper:last-child {}
	.topService_swiper_wrapper {}
	.topService_swiper .topService_swiper_wrapper {}
	.topService_swiper_slide {
		width: 390px;
	}
	.topService_scroll {
		display: none;
	}
	.topService_scroll:last-child {}
	.topService_scroll-rev {}
	.topService_scroll_wrapper {}
	.topService_scroll_wrapper.isPaused {}
	.topService_scroll_wrapper-rev {}
	.topService_scroll_slide {}
	.topProblem_list_num {}
	.topProblem_list_num_inner {}
}
@media screen and (max-width:767px) {
	.priv {}
	.priv_inner {}
	.priv_title {}
	.priv_message {
		margin-bottom: 60px;
	}
	.priv_cell {
		margin-bottom: 30px;
	}
	.priv_cell:last-child {}
	.priv_headline {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.priv_text {}
	.priv_infoList {}
	.priv_infoList > li {}
	.priv_infoList > li > a {}
	.thanks {}
	.thanks_title {}
	.thanks_text {
		line-height: inherit;
		margin-left: -10px;
		margin-right: -10px;
	}
	.thanks_link {
		max-width: 216px;
		margin-top: 73px;
	}
	.thanks_link > a {}
	.aboutUs {}
	.aboutUs_title {
		margin-bottom: 71px;
	}
	.aboutUs_headline {
		font-size: 16px;
	}
	.aboutUs_message {
		line-height: inherit;
		margin-bottom: 80px;
		text-align: left;
	}
	.philo {
		margin-bottom: 75px;
	}
	.philo_cell {
		margin-bottom: 85px;
	}
	.philo_cell:last-child {}
	.philo_cols {
		display: block;
	}
	.philo_cols-rev {}
	.philo_col {
		width: auto;
	}
	.philo_col-img {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
	}
	.philo_col-imgRev {}
	.philo_image {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		padding-bottom: 66.22%;
	}
	.philo_image-rev {}
	.philo_image > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.philo_col-txt {
		padding-bottom: 0;
		position: relative;
		z-index: 2;
		margin-top: -80px;
	}
	.philo_col-txtRev {}
	.philo_title {
		text-align: left;
		margin-bottom: 3px;
		position: relative;
		z-index: 2;
	}
	.philo_title-rev {}
	.philo_title_main {}
	.philo_title_sub {}
	.philo_msgBox {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.philo_msgBox-right {
		padding-left: 20px;
	}
	.philo_msgBox-left {
		padding-right: 20px;
	}
	.philo_msgBox-right::after {}
	.philo_msgBox-left::before {}
	.philo_message {
		font-size: 17px;
		line-height: 1.67;
		font-feature-settings: "palt";
		letter-spacing: 0.08em;
	}
	.aboutUs_arrow {
		max-width: 100px;
	}
	.aboutUs_arrow > img {}
	.aboutUs_link {
		margin-top: 35px;
		max-width: 290px;
	}
	.aboutUs_link > a {
		min-height: 45px;
	}
	.comp {}
	.comp_areaTbl {}
	.comp_table {}
	.comp_table > tbody {}
	.comp_table > tbody > tr {}
	.comp_table > tbody > tr > th {}
	.comp_table > tbody > tr > td {}
	.comp_table > tbody > tr > td > a {}
	.comp_tblList {}
	.comp_tblList > li {}
	.comp_tblOList {}
	.comp_tblOList > li {}
	.comp_cell {}
	.comp_title {
		margin-bottom: 20px;
	}
	.comp_chart {}
	.comp_chart > img {}
	.his {}
	.his_tblWrap {}
	.his_table {
		line-height: 1.75;
		display: block;
	}
	.his_table > tbody {
		display: block;
	}
	.his_table > tbody > tr {
		display: block;
		padding-bottom: 13px;
	}
	.his_table > tbody > tr::before {
		top: 14px;
	}
	.his_table > tbody > tr:last-child::before {}
	.his_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
	}
	.his_table_years {
		padding-left: 20px;
	}
	.his_table_years::before {
		top: 14px;
		width: 10px;
		height: 10px;
	}
	.his_table > tbody > tr > td {
		display: block;
		padding: 0;
		padding-left: 20px;
	}
	.serv {
		margin-bottom: 90px;
	}
	.serv:last-child {}
	.serv_title {
		margin-bottom: 16px;
	}
	.serv_cells {
		display: block;
		max-width: none;
	}
	.serv_cell {
		margin-left: -20px;
		margin-right: -20px;
	}
	.serv_cell:nth-child(n + 2) {
		margin-top: 12px;
	}
	.serv_cell > a {}
	.servItem {
		border-radius: 0;
		padding: 15px 20px;
	}
	.servItem-wide {}
	.servItem_cols {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
	.servItem_cols-rev {
		flex-direction: row-reverse;
	}
	.servItem_col {}
	.servItem_col-txt {
		padding-right: 0;
	}
	.servItem_number {}
	.servItem_number-spRight {
		text-align: right;
	}
	.servItem_headline {
		font-size: 16px;
		margin-bottom: 0;
	}
	.servItem_headline:last-child {}
	.servItem_headline-spRight {
		text-align: right;
	}
	.servItem_col-img {
		min-width: 100px;
		margin-left: 20px;
	}
	.servItem_col-imgRev {
		margin-left: 0;
		margin-right: 20px;
	}
	.servItem_icon {}
	.servItem_icon > img {}
	.servItem_circle {
		width: 24px;
		height: 24px;
		bottom: 15px;
		right: 22px;
		transform: rotate(180deg);
	}
	.servItem_circle-rev {
		right: 0;
		left: 20px;
		transform: none;
	}
	.servItem_wideCols {
		max-width: none;
	}
	.servItem_wideCol {}
	.servItem_wideCol-txt {
		width: calc(100% - 115px);
	}
	.servItem_list {
		display: none;
	}
	.servItem_list > li {}
	.servItem_wideCol-img {
		width: 100px;
	}
	.servItem_image {
		width: 100px;
		border-radius: 50%;
		position: relative;
		padding-bottom: 100%;
	}
	.servItem_image > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.servNav {
		margin-bottom: 68px;
	}
	.servNav_list {}
	.servNav_list > li {}
	.servNav_list > li > a {}
	.servNav_list > li > a[aria-current="page"] {}
	.servDtl {}
	.servDtl_mainFig {
		margin-bottom: 71px;
	}
	.servDtl_mainFig > img {}
	.servDtl_mainFig > figcaption {
		text-align: left;
		margin-top: 25px;
	}
	.servDtl_title {
		text-align: left;
		margin-bottom: 16px;
		font-size: 16px;
	}
	.servDtl_cell {
		border-radius: 0;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 16px;
		padding: 20px;
	}
	.servDtl_cell:last-child {}
	.servDtl_cell_inner {}
	.servDtl_headline {}
	.servDtl_text {
		line-height: 1.75;
	}
	.servDtl_list {}
	.servDtl_list > li {}
	.servType {
		margin-bottom: 50px;
	}
	.servType:last-child {}
	.servType_contents {
		border: none;
		border-radius: 0;
		padding-top: 0;
		overflow: inherit;
	}
	.servType_contents-pad {}
	.servType_txt {
		border-bottom: 1px solid var(--color-line-gray);
		padding: 0 0 50px;
		margin-bottom: 22px;
	}
	.servType_txt:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.servType_title {
		font-size: 18px;
		position: relative;
		padding-bottom: 7px;
		line-height: 1.75;
	}
	.servType_title::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -20px;
		width: calc(100% + 40px);
		height: 100%;
		z-index: 0;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25px, var(--color-back) 25px);
	}
	.servType_title_number {
		display: block;
		position: relative;
		z-index: 1;
		font-size: 36px;
		font-style: italic;
		line-height: 1;
		margin-bottom: 5px;
	}
	.servType_title_main {
		position: relative;
		z-index: 1;
	}
	.servType_text {
		line-height: inherit;
		margin-bottom: 40px;
	}
	.servType_text:last-child {}
	.servType_headline {
		font-size: 16px;
	}
	.servType_strengthList {
		display: block;
	}
	.servType_strengthList > li {
		padding: 0;
	}
	.servType_strengthList > li:nth-child(n + 2) {
		margin-top: 30px;
	}
	.servType_areaTxt {
		padding-top: 0;
		max-width: none;
	}
	.servType_fig {
		max-width: 210px;
		margin: 0 auto 2px;
	}
	.servType_fig_img {
		position: relative;
		padding-bottom: 66.67%;
		margin: 0 auto;
	}
	.servType_fig_img > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.servType_fig > figcaption {
		margin-top: 5px;
	}
	.servType_listTxt {
		font-size: inherit;
	}
	.servType_prod {
		padding: 0;
		border-radius: 0;
		background-color: rgba(255, 255, 255, 0);
	}
	.servType_prodCols {
		display: block;
		max-width: none;
	}
	.servType_prodCol {
		width: auto;
	}
	.servType_prodCol-ttl {
		margin-right: 0;
		padding-right: 0;
	}
	.servType_prodCol-ttl::after {
		display: none;
	}
	.servType_subhead {
		margin-bottom: 7px;
	}
	.servType_prodCol-txt {}
	.servType_listTitle {}
	.servType_list {
		display: block;
	}
	.servType_list:last-child {}
	.servType_list > li {}
	.servType_list > li:nth-child(n + 2) {
		margin-top: 6px;
	}
	.servType_cols {
		display: block;
	}
	.servType_col {
		width: auto;
	}
	.servType_col-txt {
		max-width: none;
	}
	.servType_col-img {
		max-width: 335px;
		margin: 20px auto 0;
	}
	.servType_image {}
	.servType_image > img {}
	.cloudSlide {}
	.cloudSlide.swiper-horizontal {}
	.cloudSlide_item {
		padding: 20px 20px 40px;
	}
	.cloudSlide_slide {
		width: 300px;
		top: 0;
	}
	.cloudSlide_slide.swiper-slide-active {}
	.cloudSlide_title {}
	.cloudSlide_cols {
		display: block;
	}
	.cloudSlide_col {
		padding: 0;
		width: auto;
	}
	.cloudSlide_col-img {
		margin-bottom: 17px;
	}
	.cloudSlide_image {
		border-radius: 5px;
	}
	.cloudSlide_image > img {
		width: 100%;
	}
	.cloudSlide_col-txt {}
	.cloudSlide_headline {}
	.cloudSlide_text {}
	.cloudSlide_text:last-child {}
	.cloudSlide_list {}
	.cloudSlide_list > li {}
	.mainVis {
		min-height: 210px;
	}
	.mainVis_bg {}
	.mainVis_bg_img {}
	.mainVis_inner {}
	.mainVis_title {}
	.topIntro {
		margin-bottom: 110px;
	}
	.topIntro_inner {}
	.topIntro_title {
		font-size: 21px;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 400px;
	}
	.topIntro_title_first {}
	.topIntro_title_last {}
	.topIntro_arrow {
		max-width: 42px;
		margin-top: 27px;
		margin-bottom: 25px;
	}
	.topIntro_arrow > img {}
	.topIntro_cols {}
	.topIntro_col {}
	.topIntro_col-txt {
		margin-bottom: 65px;
	}
	.topIntro_text {
		font-size: 16px;
		margin-bottom: 1.7em;
		margin-right: -20px;
	}
	.topIntro_text:last-child {}
	.topIntro_col-nav {
		width: auto;
		max-width: 335px;
		margin-right: auto;
	}
	.topIntro_headline {
		text-align: center;
		margin-bottom: 13px;
	}
	.topIntro_list {}
	.topIntro_list > li {
		margin-top: 10px;
	}
	.topIntro_list > li:first-child {}
	.topIntro_list > li > a {
		padding-left: 22px;
	}
	.topProblem {
		margin-bottom: 40px;
	}
	.topProblem_subTitle {
		margin-bottom: 12px;
	}
	.topProblem_subTitle_main {}
	.topProblem_inner {}
	.topProblem_title {
		top: 27px;
	}
	.topProblem_cloud {
		max-width: 298px;
		margin-bottom: 18px;
	}
	.topProblem_cloud_image {}
	.topProblem_cloud_image > img {}
	.topProblem_list {
		display: block;
		max-width: 290px;
		margin: 0 auto;
	}
	.topProblem_list > li {}
	.topProblem_list > li:nth-child(n + 2) {
		margin-top: 59px;
	}
	.topProblem_fig {}
	.topProblem_fig > img {}
	.topProblem_fig > figcaption {
		margin-top: 13px;
	}
	.topProblem_fig > figcaption > b {}
	.topProblem_arrow {
		max-width: 42px;
		margin-top: 37px;
	}
	.topProblem_arrow > img {}
	.topSolution {
		margin-bottom: 43px;
	}
	.topSolution_subTitle {
		margin-bottom: 6px;
	}
	.topSolution_inner {
		max-width: 470px;
	}
	.topSolution_title {
		line-height: 2;
		margin-bottom: 38px;
	}
	.topSolution_title_main {
		background-image: linear-gradient(to top, var(--color-yellow) 10px, rgba(255, 255, 255, 0) 10px);
		padding-left: 3px;
		padding-right: 3px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.topSolution_cell {
		margin-bottom: 38px;
	}
	.topSolution_cell:last-child {}
	.topSolution_cells {
		margin-bottom: 45px;
	}
	.topSolution_numberWrap {
		padding-right: 10px;
	}
	.topSolution_numberWrap-rev {
		justify-content: flex-end;
	}
	.topSolution_number {
		font-size: 24px;
	}
	.topSolution_number_text {}
	.topSolution_number_text-stroke {}
	.topSolution_cell_box {
		padding: 26px 20px 28px;
	}
	.topSolution_cell_box::before {
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}
	.topSolution_cell_box-left {}
	.topSolution_cell_box-left::before {}
	.topSolution_cell_box-right {}
	.topSolution_cell_box-right::before {}
	.topSolution_cell_box_inner {}
	.topSolution_headline {
		font-size: 16px;
		line-height: 28px;
	}
	.topSolution_headline > b {}
	.topSolution_image {
		max-width: none;
		border-radius: 5px;
	}
	.topSolution_image-rev {}
	.topSolution_image > img {
		width: 100%;
	}
	.topSolution_link {
		max-width: none;
	}
	.topSolution_link-wide {}
	.topSolution_link > a {}
	.topSolution_cols {
		display: block;
	}
	.topSolution_cols-rev {}
	.topSolution_col {}
	.topSolution_col-txt {
		margin-bottom: 20px;
	}
	.topSolution_col-img {}
	.topSolution_col-link {
		margin-top: 23px;
	}
	.topSolution_arrow {
		max-width: 42px;
	}
	.topSolution_arrow > img {}
	.silverstarNav {
		margin-top: 70px;
	}
	.silverstarNav_inner {}
	.silverstarNav_link {
		max-width: 400px;
	}
	.silverstarNav_link > a {}
	.silverstarNav_link > a > img {}
	.form {
		max-width: 270px;
	}
	.form_title {}
	.form_field {
		margin-bottom: 13px;
	}
	.form_label {}
	.form_input {}
	.form_agree {}
	.form_agree a {}
	.form_btn {
		margin-top: 61px;
		max-width: 216px;
	}
	.form_btn_loading {}
	[data-status="submitting"] .form_btn {}
	[data-status="submitting"] .form_btn_loading {}
	.wpcf7-not-valid-tip {}
	.screen-reader-response {}
	.wpcf7-response-output {
		padding: 15px;
		line-height: 1.6;
	}
	[data-status="spam"] .wpcf7-response-output,
	[data-status="invalid"] .wpcf7-response-output {}
	[data-status="sent"] .wpcf7-response-output {}
	.form_policy {
		margin-top: 20px;
	}
	.wpcf7-list-item {}
	.wpcf7-list-item > label {}
	.wpcf7-list-item > label > [type="checkbox"] {}
	.wpcf7-list-item-label {}
	[type="checkbox"] + .wpcf7-list-item-label::before {}
	[type="checkbox"] + .wpcf7-list-item-label::after {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::before {}
	[type="checkbox"]:checked + .wpcf7-list-item-label::after {}
	.wpcf7-form-control-wrap {}
	.wpcf7-form-control {}
	.comp_anchor {}
	.error {}
	.error_title {
		margin-bottom: 20px;
	}
	.error_text {}
	.error_link {
		max-width: 225px;
		margin-top: 35px;
	}
	.error_link > a {}
	.cloudSlide_wrapper {}
	.cloudSlide .cloudSlide_pagination {}
	.cloudSlide .cloudSlide_pagination .swiper-pagination-bullet {}
	.cloudSlide .cloudSlide_pagination .swiper-pagination-bullet-active {}
	.topService {
		padding-top: 28px;
		padding-bottom: 38px;
	}
	.topService_title {
		margin-bottom: 22px;
	}
	.topService_subTitle {
		display: none;
	}
	.topService_item {
		height: 100%;
	}
	.topService_item > a {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.topService_image {
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
	}
	.topService_image > img {}
	.topService_text {
		font-size: 12px;
		min-height: 30px;
		border-bottom-left-radius: 13px;
		border-bottom-right-radius: 13px;
		flex-grow: 1;
		padding-left: 15px;
		padding-right: 37px;
		font-feature-settings: "palt";
	}
	.topService_text_circle {
		width: 20px;
		height: 20px;
		font-size: 10px;
		right: 10px;
	}
	.topService_swiper {
		margin-top: 15px;
	}
	.topService_swiper:last-child {}
	.topService_swiper_wrapper {}
	.topService_swiper .topService_swiper_wrapper {}
	.topService_swiper_slide {
		width: 220px;
		height: auto;
	}
	.topService_scroll {}
	.topService_scroll:last-child {}
	.topService_scroll-rev {}
	.topService_scroll_wrapper {}
	.topService_scroll_wrapper.isPaused {}
	.topService_scroll_wrapper-rev {}
	.topService_scroll_slide {}
	.topProblem_list_num {
		font-style: italic;
		font-weight: 500;
		font-size: 24px;
		display: block;
		color: var(--color-baby-blue);
		font-family: var(--font-gothic);
		max-width: 258px;
		margin: 0 auto 0;
		display: flex;
		line-height: 1;
		position: relative;
		z-index: 2;
	}
	.topProblem_list_num_inner {
		display: block;
		border-bottom: 2px solid currentColor;
		padding-bottom: 2px;
	}
	.philo_titleWrap {
		position: relative;
	}
	.philo_title-shadow {
		display: block;
		position: absolute;
		z-index: 0;
		-webkit-text-stroke: var(--color-white);
		top: 0;
		left: 0;
		z-index: 0;
		-webkit-text-stroke-width: 3px;
	}
}
@media screen and (max-width:374px) {
	.topIntro_title {
		font-size: 19px;
	}
}
