@layer legacy {[data-static-html] .top-hero-template-01 {
	position: relative;
}

[data-static-html] .top-hero-template-01__mv {
	height: 80%;
	width: 100%;
}

[data-static-html] .top-hero-template-01__body__inner {
	color: rgb(255, 255, 255);
}

[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl1 {
	font-size: 64px;
	line-height: 1.6;
	margin-bottom: 15px;
}

[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2 {
	position: relative;
	padding: 0px 25px;
	margin-right: 15px;
	letter-spacing: 8px;

}

[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl3 {
	letter-spacing: 1px;
	font-size: 24px;
}

[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::before,
[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::after {
	content: "";
	width: 14px;
	height: 41px;
	position: absolute;
}

[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::before {
	border-left: 2px solid rgb(255, 255, 255);
	border-top: 2px solid rgb(255, 255, 255);
	top: 7px;
	left: 0px;
	margin-right: 14px;
}

[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::after {
	border-right: 2px solid rgb(255, 255, 255);
	border-bottom: 2px solid rgb(255, 255, 255);
	bottom: 6px;
	right: 0px;
}

@media screen and (min-width: 768px) {
	[data-static-html] .top-hero-template-01__img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	[data-static-html] .top-hero-template-01__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		font-family: "object-fit: cover; object-position: center bottom;";
	}

	[data-static-html] .top-hero-template-01__body {
		width: 50%;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		height: 476px;
		position: relative;
		margin-top: 100px;
		padding-bottom: 80px;
	}

}

[data-static-html] .top-business-template-01 {
	padding: 110px 0px 0px;
}

[data-static-html] .top-business-template-01__body__listmain__overlay {
	mix-blend-mode: multiply;
	position: absolute;
	height: 100%;
	background: rgb(20, 67, 129);
	width: 45%;
	top: 0px;
	transform: skewX(-21deg);
	transform-origin: center top;
	overflow: hidden;
}

[data-static-html] .top-business-template-01__body__listmain {
	overflow: hidden;
	position: relative;
	height: 320px;
	cursor: pointer;
}

[data-static-html] .top-business-template-01__body__listmain:hover .top-business-template-01__body__listmain__bg img {
	transform: scale(1.1);
}

[data-static-html] .top-business-template-01__body__listmain__overlay::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 0px 100px 50px;
	border-color: transparent transparent rgb(238, 238, 238);
	top: 0px;
	left: -50px;
}

[data-static-html] .top-business-template-01__body__listmain:hover .top-business-template-01__body__listmain__overlay {
	background-color: rgb(15, 43, 101);
}

[data-static-html] .top-business-template-01__body__listmain__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

[data-static-html] .top-business-template-01__body__listmain__body {
	display: flex;
	justify-content: center;
	padding: 35px 20px;
	height: 100%;
	width: 35%;
	position: relative;
	align-items: center;
}

[data-static-html] .top-business-template-01__list__ttl__jp {
	display: block;
	text-align: center;
}

[data-static-html] .top-business-template-01__body__listmain__bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

[data-static-html] .top-business-template-01__body__listmain__arrow::before {
	width: 50px;
	bottom: 0px;
	right: 0px;
}

[data-static-html] .top-business-template-01__body__listmain__arrow::before,
[data-static-html] .top-business-template-01__body__listmain__arrow::after {
	content: "";
	position: absolute;
	background-color: rgb(255, 255, 255);
	height: 1px;
}

[data-static-html] .top-business-template-01__body__listmain__arrow::after {
	width: 10px;
	bottom: 4px;
	right: -1px;
	transform: rotate(45deg);
}

[data-static-html] .top-business-template-01__body__listmain__arrow {
	height: 25px;
	width: 50px;
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(37% - 50px);
	transform: translate(-50%, 0px);
}

[data-static-html] .top-business-template-01__body__listsmall__item__overlay {
	mix-blend-mode: multiply;
	position: absolute;
	height: 100%;
	background: rgb(20, 67, 129, 0.8);
	width: 100%;
	top: 0px;
}

[data-static-html] .top-business-template-01__body__listsmall__item {
	overflow: hidden;
	position: relative;
	height: 200px;
	cursor: pointer;
	width: calc(33.333% - 20px);
	margin: 20px 10px 0px;
}

[data-static-html] .top-business-template-01__body__listsmall__item:hover .top-business-template-01__body__listsmall__item__bg img {
	transform: scale(1.1);
}

[data-static-html] .top-business-template-01__body__listsmall__item__overlay::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 0px 100px 50px;
	border-color: transparent transparent rgb(238, 238, 238);
	top: 0px;
	left: -50px;
}

[data-static-html] .top-business-template-01__body__listsmall__item:hover .top-business-template-01__body__listsmall__item__overlay {
	background-color: rgb(15, 43, 101);
}

[data-static-html] .top-business-template-01__body__listsmall__item__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

[data-static-html] .top-business-template-01__body__listsmall__item__body {
	display: flex;
	justify-content: center;
	padding: 0px 20px 35px;
	height: 100%;
	width: 100%;
	position: relative;
	align-items: center;
}

[data-static-html] .top-business-template-01__list__ttl a {
	color: rgb(255, 255, 255);
	font-size: 28px;
	text-decoration: none;
}

[data-static-html] .top-business-template-01__list__ttl__jp {
	display: block;
	text-align: center;
	line-height: 1.4;
}

[data-static-html] .top-business-template-01__body__listsmall__item__bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

[data-static-html] ..top-business-template-01__body__listsmall__item__arrow.__spon{
	display: none;
}

[data-static-html] .top-business-template-01__body__listsmall__item__arrow::before {
	width: 172px;
	bottom: 0px;
	right: 0px;
}

[data-static-html] .top-business-template-01__body__listsmall__item__arrow::before,
[data-static-html] .top-business-template-01__body__listsmall__item__arrow::after {
	content: "";
	position: absolute;
	background-color: rgb(255, 255, 255);
	height: 1px;
}

[data-static-html] .top-business-template-01__body__listsmall__item__arrow::after {
	width: 10px;
	bottom: 4px;
	right: -1px;
	transform: rotate(45deg);
}

[data-static-html] .top-business-template-01__body__listsmall__item__arrow {
	height: 25px;
	width: 172px;
	display: block;
	position: absolute;
	left: calc(50% - 86px);
	transform: translate(0px, -50%);
	bottom: 30px;
}

[data-static-html] .top-business-template-01__body__listsmall {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

[data-static-html] .top-business-template-01__list__ttl2 a {
	color: rgb(255, 255, 255);
	font-size: 24px;
	text-decoration: none;
}

[data-static-html] .top-business-template-01__list__ttl2__jp {
	display: block;
	text-align: center;
}

[data-static-html] .top-solution-template-01 {
	margin: 110px 0px 100px;
}
[data-static-html] .top-solution-template-01.__sp{
	max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

[data-static-html] #top-solution-template-01swipe {
	overflow: visible;
}

[data-static-html] #top-solution-template-01swipe .contents {
	padding: 0px;
}

[data-static-html] #top-solution-template-01swipe .swiper-wrapper {
	margin-bottom: 40px;
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap {
	position: relative;
	display: flex;
	height: 50px;
	-webkit-box-align: center;
	align-items: center;
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-scrollbar {
	width: calc(100% - 130px);
	height: 15px;
	margin-left: auto;
	border-radius: 20px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-scrollbar .swiper-scrollbar-drag {
	position: absolute;
	border-radius: 20px;
	background: rgb(20, 67, 129);
	height: 5px;
	margin-top: 4px;
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-next,
[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-prev {
	width: 40px;
	height: 40px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 50%;
	outline: none;
	background-color: rgb(255, 255, 255);
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-prev::after {
	margin-right: 2px;
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-next::after,
[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-prev::after {
	font-size: 16px;
	color: rgb(20, 67, 129);
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-next::after {
	margin-left: 4px;
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-prev,
[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-container-rtl .swiper-button-next {
	left: 0px;
}

[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-button-next,
[data-static-html] #top-solution-template-01swipe .nav_bar_wrap .swiper-container-rtl .swiper-button-prev {
	right: auto;
	left: 50px;
}

[data-static-html] #top-solution-template-01swipe figure {
	overflow: hidden;
	height: 140px;
	margin: 0px 0px 10px;
	transition: all 0.3s ease 0s;
}

[data-static-html] #top-solution-template-01swipe figure a,
[data-static-html] #top-solution-template-01swipe figure img {
	display: block;
	width: 100%;
	height: 100%;
}

[data-static-html] #top-solution-template-01swipe figure img {
	max-width: none;
	transition: all 0.3s ease 0s;
	object-fit: cover;
}



[data-static-html] #top-solution-template-01swipe .contents .title,
[data-static-html] #top-solution-template-01swipe .contents p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

[data-static-html] #top-solution-template-01swipe .contents p {
	-webkit-line-clamp: 3;
	margin-bottom: 0px;
	margin-top: 0px;
}

[data-static-html] #top-solution-template-01swipe .link_area:hover img {
	transform: scale(1.2);
}

[data-static-html] .top-solution-template-01__btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

[data-static-html] #top-solution-template-01swipe a {
	width: 100% !important;
	color: #333;
	text-decoration: none;
	display: block;

}

[data-static-html] #top-solution-template-01swipe .contents .title {
	color: rgb(20, 67, 129);
	margin: 10px 0 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

[data-static-html] #top-solution-template-01swipe .dlb_media_left_in {
	height: 100%;
	background-size: cover;
	transition: all 0.3s ease 0s;
}

[data-static-html] #top-solution-template-01swipe figure:hover img {
	transform: scale(1.2);
}

[data-static-html] .top-about-template-01__lbg {
	position: relative;
	z-index: 2;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-left: calc(((100vw - 100%) - 120px) / 2);
	padding-right: calc((100vw - 100%) / 2);
}

[data-static-html] .top-about-template-01__lbg::before {
	content: "";
	height: 100%;
	width: 50vw;
	background-color: rgb(245, 247, 248);
	position: absolute;
	top: 0px;
	right: 0px;
}

[data-static-html] .top-about-template-01__lbg__inner {
	position: relative;
	background-color: rgb(245, 247, 248);
	border-radius: 50px 0px 0px 50px;
	padding: 100px 0px 80px;
}

[data-static-html] .top-about-template-01__body__list__item__bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

[data-static-html] .top-about-template-01__body__list__item {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

[data-static-html] .top-about-template-01__body__list__item__overlay {
	mix-blend-mode: multiply;
	position: absolute;
	height: 100%;
	background: rgb(20, 67, 129);
	width: 100%;
	top: 0px;
}

[data-static-html] .top-about-template-01__body__list__item {
	overflow: hidden;
	position: relative;
	height: 200px;
	cursor: pointer;
	width: calc(50% - 20px);
	margin: 20px 10px 0px;
}

[data-static-html] .top-about-template-01__body__list__item:hover .top-about-template-01__body__list__item__bg img {
	transform: scale(1.1);
}

[data-static-html] .top-about-template-01__body__list__item__overlay::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 0px 100px 50px;
	border-color: transparent transparent rgb(238, 238, 238);
	top: 0px;
	left: -50px;
}

[data-static-html] .top-about-template-01__body__list__item:hover .top-about-template-01__body__list__item__overlay {
	background-color: rgb(15, 43, 101);
}

[data-static-html] .top-about-template-01__body__list__item__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

[data-static-html] .top-about-template-01__body__list__item__body {
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: relative;
	align-items: center;
}

[data-static-html] .top-about-template-01__body__list {
	margin: 0px 50px;
	display: flex;
	flex-wrap: wrap;
}

[data-static-html] .top-about-template-01__list__ttl2 a {
	font-size: 24px;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

[data-static-html] .top-news-template-01 {
	background: rgb(245, 247, 248);
}

[data-static-html] .top-news-template-01__lbg {
	position: relative;
	z-index: 2;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-left: calc((100vw - 100%) / 2);
	padding-right: calc((100vw - 100%) / 2);
}

[data-static-html] .top-news-template-01__lbg::before {
	content: "";
	height: 100%;
	width: 50vw;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 0px;
	left: 0px;
}

[data-static-html] .top-news-template-01__lbg__inner {
	position: relative;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 50px 50px 0px;
	padding: 100px 0px 80px;
}

[data-static-html] .top-news-template-01 .dlb_media_right {
	margin-bottom: 20px;
	padding: 0px 60px 20px 0;
	display: flex;
	align-items: center;
}

[data-static-html] .top-news-template-01__body__list dl {
	margin-bottom: 20px;
	padding: 0px 60px 20px;
	display: flex;
}

[data-static-html] .top-news-template-01__body__list .rss_title a {
	text-decoration: none;
	color: #333;
	display: flex;
	background-image: none !important;
}

[data-static-html] .top-news-template-01__body__list dl:hover {
	opacity: 0.7;
}

[data-static-html] .top-news-template-01__body__list .rss_title {
	margin-left: 30px;
}

[data-static-html] .top-news-template-01 .dlb_media_right time {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 25px;
}

[data-static-html] .top-news-template-01 .dlb_media_right_in {
	display: flex;
	align-items: flex-start;
}

[data-static-html] .top-news-template-01 .dlb_media_cate {
	margin-top: 11px;
	display: flex;
	color: #144381;
	min-width: 108px;
	background: #EAF4FF;
	text-align: center;
	justify-content: center;
	border-radius: 5px;
	margin-right: 20px;
}

[data-static-html] .top-news-template-01 .dlb_media_block {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

[data-static-html] .top-news-template-01 .dlb_media_block:hover .dlb_media_title {
	text-decoration: underline;
}

[data-static-html] .top-news-template-01 .dlb_media_title {
	margin-top: 5px;
}

[data-static-html] .top-news-template-01__body__list .rss_title span {
	background-color: #EAF4FF;
	display: inline-block;
	color: #144381;
	min-width: 108px;
	text-align: center;
	border-radius: 3px;
	margin-right: 30px;
	height: 27px;
}

[data-static-html] .top-news-template-01__btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

[data-static-html] .top-column-template-01__lbg {
	position: relative;
	z-index: 2;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-left: calc((100vw - 100% - 120px) / 2);
	padding-right: calc((100vw - 100%) / 2);
}

[data-static-html] .top-column-template-01__lbg::before {
	content: '';
	height: 100%;
	width: 50vw;
	background-color: #F5F7F8;
	position: absolute;
	top: 0;
	right: 0;
}

[data-static-html] .top-column-template-01__lbg__inner {
	position: relative;
	background-color: #F5F7F8;
	border-radius: 50px 0 0 0px;
	padding: 100px 0 80px 0;
}
@media screen and (max-width: 768px) {
	[data-static-html] .top-column-template-01__lbg__inner {
		padding: 50px 0;
	}
}

[data-static-html] .top-column-template-01__slider .slick-next {
	right: -20px;
}

[data-static-html] .top-column-template-01__slider .slick-prev {
	left: -20px;
}

[data-static-html] .top-column-template-01__slider .slick-next::before,
[data-static-html] .top-column-template-01__slider .slick-prev::before {
	background-color: #fff;
	border-radius: 50px;

}

[data-static-html] .top-column-template-01__slider .slick-prev,
[data-static-html] .top-column-template-01__slider .slick-next,
[data-static-html] .top-column-template-01__slider .slick-next::before,
[data-static-html] .top-column-template-01__slider .slick-prev::before {
	width: 40px;
	height: 40px;
}

[data-static-html] .top-column-template-01__slider .slick-prev::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #144381;
	border-right: solid 2px #144381;
	-ms-transform: rotate(223deg);
	-webkit-transform: rotate(223deg);
	transform: rotate(223deg);
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

[data-static-html] .top-column-template-01__slider .slick-next::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #144381;
	border-right: solid 2px #144381;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

[data-static-html] .top-column-template-01__body__list {
	padding: 0 20px 0 80px;
}

[data-static-html] .top-column-template-01__slider p {
	-webkit-line-clamp: 2;
}

[data-static-html] .top-column-template-01__slider_item {
	padding: 0 5px;
	overflow: hidden;
}

[data-static-html] .top-column-template-01__slider_item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

[data-static-html] .top-column-template-01__slider_item img {
	transition: all 0.3s ease 0s;
	object-fit: cover;
}

[data-static-html] .top-column-template-01__slider_item:hover img {
	transform: scale(1.2);
}

[data-static-html] .top-hero-template-01__img.-sp {
	display: none;
}

[data-static-html] .top-column-template-01__slider .dlb_media_time {
	display: none;
}

[data-static-html] .top-column-template-01__slider .dlb_media_txt {
	display: none;
}

[data-static-html] .top-column-template-01__slider .dlb_media_cate {
	display: none;
}

[data-static-html] .top-column-template-01__slider a {
	padding: 0 5px;
	color: #333;
	text-decoration: none;
	display: block;

}

[data-static-html] .top-column-template-01__slider .dlb_media_left {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

[data-static-html] .top-column-template-01__slider .dlb_media_title {
	margin: 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

[data-static-html] .top-column-template-01__slider .dlb_media_left_in {
	height: 100%;
	background-size: cover;
	transition: all 0.3s ease 0s;
}

[data-static-html] .top-column-template-01__slider a:hover .dlb_media_left_in {
	transform: scale(1.2);
}

@media screen and (min-width:768px) and (max-width:1240px) {
	[data-static-html] .top-hero-template-01 {
		margin-top: -100px;
	}

	[data-static-html] .site-header-template-01 {
		top: 0;
	}

	[data-static-html] .top-solution-template-01.__sp{
		padding: 0 30px;
	}

	[data-static-html] .top-hero-template-01__inner,
	[data-static-html] .top-business-template-01__inner,
	[data-static-html] .top-solution-template-01__inner {
		padding: 0 30px;
	}

	[data-static-html] .top-about-template-01__lbg__inner {
		margin-left: 30px;
	}

	[data-static-html] .top-news-template-01__lbg__inner {
		margin-right: 30px;
	}

	[data-static-html] .top-column-template-01__lbg__inner {
		margin-left: 30px;
	}

	[data-static-html] .top-column-template-01__body__list {
		padding: 0 30px;
	}

	[data-static-html] .top-business-template-01__body__listsmall__item,
	[data-static-html] .top-about-template-01__body__list__item {
		height: 17.1vw;
	}

	[data-static-html] .top-business-template-01__list__ttl2 a {
		font-size: 1.4rem;
	}

	[data-static-html] .top-business-template-01__list__ttl a {
		font-size: 1.4rem;
	}

	[data-static-html] .top-hero-template-01__body {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	[data-static-html] .top-hero-template-01__body__inner {
		color: #333333;
		text-align: center;
		font-weight: 200;
	}

	[data-static-html] .top-hero-template-01__inner {
		display: flex;
		flex-wrap: wrap;
	}

	[data-static-html] .top-hero-template-01__body {
		width: 100%;
		order: 1;
		padding: 40px 0;
	}

	[data-static-html] .top-hero-template-01__mv {
		width: 100%;
		order: 2;
	}

	[data-static-html] .top-hero-template-01__img.-pc {
		display: none;
	}

	[data-static-html] .top-hero-template-01__img.-sp {
		display: block;
	}

	[data-static-html] .top-hero-template-01__img img {
		width: 100%;
	}

	[data-static-html] .top-business-template-01__list__ttl a {
		font-size: 1.8rem;
	}
	[data-static-html] .top-business-template-01__list__ttl a br{
		display: none;
	}

	[data-static-html] .top-business-template-01__body__listmain {
		width: auto;
		height: 180px;
	}

	[data-static-html] .top-business-template-01__body__listmain__overlay {
		width: 53%;
	}

	[data-static-html] .top-business-template-01__body__listmain__body {
		padding: 35px 10px 35px 10px;
		width: 100%;
		flex-direction: column;
	}

	[data-static-html] .top-business-template-01__body__listmain__arrow {
		width: 20px;
		top: calc(50% - 25px);
		left: calc(42% - 20px);
		transform: translate(-50%, 0px);
	}
	[data-static-html] .top-business-template-01__body__listmain__arrow.__spnon {
		display: none;
	}

	[data-static-html] .top-business-template-01__body__listmain__arrow::before {
		width: 20px;
	}

	[data-static-html] .top-business-template-01__body__listmain__arrow::after {
		width: 8px;
		bottom: 3px;
	}

	[data-static-html] .top-business-template-01__body__listsmall__item {
		overflow: hidden;
		position: relative;
		height: 130px;
		cursor: pointer;
		width: 100%;
		margin: 20px 0px 0px;
	}

	[data-static-html] .top-business-template-01__body__listsmall {
		margin: 0;
	}

	[data-static-html] .top-business-template-01__list__ttl2 a {
		font-size: 1.8rem;
	}

	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl1 {
		font-size: 30px;
	}
	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl1 span {
		font-size: 30px !important;
	}

	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl3{
		font-size: 16px !important;
	}
	[data-static-html] .top-business-template-01__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::before {
		border-left: 1px solid #333;
		border-top: 1px solid #333;
	}

	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::after {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::before,
	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2::after {
		width: 7px;
		height: 25px;
		top: 9px;
	}

	[data-static-html] .top-hero-template-01__body__inner .top-hero-template-01__ttl2 {
		padding: 0px 14px;
	}

	[data-static-html] .template-01_ttl_01__jp {
		font-size: 2.2rem;
	}

	[data-static-html] .template-01_ttl_01__en {
		font-size: 1.3rem;
	}

	[data-static-html] .top-business-template-01__body__listsmall__item__body {
		padding: 20px 0;
		flex-wrap: wrap;
	}

	[data-static-html] .top-business-template-01__body__listsmall__item__arrow.__spon{
		display: block;
	}
	[data-static-html] .top-business-template-01__body__listsmall__item__arrow {
		height: 12px;
		width: 160px;
		position: relative;
		left: auto;
		transform: translate(0, 0);
		bottom: 0;
	}

	[data-static-html] .top-business-template-01__list__ttl2 {
		width: 100%;
	}

	[data-static-html] .top-solution-template-01 {
		/* margin: 40px !important; */
		margin: 60px 0px 60px;
		padding: 40px 20px 60px !important;
	}
	[data-static-html] .top-solution-template-01.__sp{
		padding: 0 20px !important;
	}
	[data-static-html] .top-solution-template-01__inner {
		padding: 0 20px;
	}

	[data-static-html] .top-about-template-01__lbg__inner {
		margin-left: 20px;
		padding: 50px 0px 30px;
	}

	[data-static-html] .top-about-template-01__body__list__item {
		width: 100%;
		height: 150px;
		margin: 20px 0px 0px;
	}

	[data-static-html] .top-about-template-01__list__ttl2 a {
		font-size: 1.8rem;
	}

	[data-static-html] .top-about-template-01__body__list {
		margin: 0px 20px;
		display: flex;
		flex-wrap: wrap;
	}

	/* .top-news-template-01__lbg__inner {
		margin-right: 20px;
	} */

	[data-static-html] .top-news-template-01__lbg__inner {
		padding: 50px 0px 60px;
	}

	[data-static-html] .top-news-template-01 .dlb_media_right {
		display: block;
		padding: 0 20px;
	}

	[data-static-html] .top-column-template-01__body__list {
		padding: 0 30px;
	}

	[data-static-html] .top-news-template-01__body__list dl {
		display: block;
		padding: 0px 20px 20px;
		position: relative;
	}

	[data-static-html] .top-news-template-01__body__list .rss_title {
		margin-left: 0;
	}

	[data-static-html] .top-news-template-01__body__list .rss_date {
		padding-bottom: 10px;
	}

	[data-static-html] .top-news-template-01__body__list .rss_title span {
		position: absolute;
		top: -5px;
		left: 130px;
	}

}

@media screen and (min-width:1240px) {
	[data-static-html] .top-news-template-01__body__list dl {
		padding: 0px 60px 20px 0;
	}
}
}
